On Qubes OS 4.0, how to get xl console access to sys-net?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I tried xl console sys-net
which is something that works for any other VM (AppVM, TemplateVM), it even works for sys-net-dm
(I don't know what that is though)
[ctor@dom0 ~]$ time sudo xl console sys-net
xenconsole: Could not read tty from store: No such file or directory
real 0m5.036s
user 0m0.005s
sys 0m0.015s
[ctor@dom0 ~]$ rpm -qf `which xl`
xen-runtime-4.8.4-2.fc25.x86_64
console xen serial-console qubes virtual-consoles
add a comment |Â
up vote
0
down vote
favorite
I tried xl console sys-net
which is something that works for any other VM (AppVM, TemplateVM), it even works for sys-net-dm
(I don't know what that is though)
[ctor@dom0 ~]$ time sudo xl console sys-net
xenconsole: Could not read tty from store: No such file or directory
real 0m5.036s
user 0m0.005s
sys 0m0.015s
[ctor@dom0 ~]$ rpm -qf `which xl`
xen-runtime-4.8.4-2.fc25.x86_64
console xen serial-console qubes virtual-consoles
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I tried xl console sys-net
which is something that works for any other VM (AppVM, TemplateVM), it even works for sys-net-dm
(I don't know what that is though)
[ctor@dom0 ~]$ time sudo xl console sys-net
xenconsole: Could not read tty from store: No such file or directory
real 0m5.036s
user 0m0.005s
sys 0m0.015s
[ctor@dom0 ~]$ rpm -qf `which xl`
xen-runtime-4.8.4-2.fc25.x86_64
console xen serial-console qubes virtual-consoles
I tried xl console sys-net
which is something that works for any other VM (AppVM, TemplateVM), it even works for sys-net-dm
(I don't know what that is though)
[ctor@dom0 ~]$ time sudo xl console sys-net
xenconsole: Could not read tty from store: No such file or directory
real 0m5.036s
user 0m0.005s
sys 0m0.015s
[ctor@dom0 ~]$ rpm -qf `which xl`
xen-runtime-4.8.4-2.fc25.x86_64
console xen serial-console qubes virtual-consoles
console xen serial-console qubes virtual-consoles
asked Sep 8 at 11:19
Marcus Linsner
18414
18414
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
For unknown reasons (bug?) you have to explicitly use the -t
flag to specify the console type, which can be any of the two serial
of pv
. Either works!
So either of the following two work:sudo xl console -t pv sys-net
sudo xl console -t serial sys-net
But this won't work for sys-net
:sudo xl console sys-net
$ xl console --help
Usage: xl [-v] console [options] <Domain>
-t <type> console type, pv or serial
-n <number> console number
Attach to domain's console.
[ctor@dom0 ~]$ sudo xl console -t pv sys-net
Fedora 28 (Twenty Eight)
Kernel 4.14.67-1.pvops.qubes.x86_64 on an x86_64 (hvc0)
sys-net login:
[ctor@dom0 ~]$ sudo xl console -t serial sys-net
Fedora 28 (Twenty Eight)
Kernel 4.14.67-1.pvops.qubes.x86_64 on an x86_64 (hvc0)
sys-net login:
[ctor@dom0 ~]$ sudo xl console sys-net
xenconsole: Could not read tty from store: No such file or directory
[ctor@dom0 ~]$ rpm -qf `which xl`
xen-runtime-4.8.4-2.fc25.x86_64
Note: Exit console by pressing Ctrl+]
sys-net
has Virtualization mode set to HVM
. All the other VMs have it set to default (PVH)
. That seems to be the main difference.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
For unknown reasons (bug?) you have to explicitly use the -t
flag to specify the console type, which can be any of the two serial
of pv
. Either works!
So either of the following two work:sudo xl console -t pv sys-net
sudo xl console -t serial sys-net
But this won't work for sys-net
:sudo xl console sys-net
$ xl console --help
Usage: xl [-v] console [options] <Domain>
-t <type> console type, pv or serial
-n <number> console number
Attach to domain's console.
[ctor@dom0 ~]$ sudo xl console -t pv sys-net
Fedora 28 (Twenty Eight)
Kernel 4.14.67-1.pvops.qubes.x86_64 on an x86_64 (hvc0)
sys-net login:
[ctor@dom0 ~]$ sudo xl console -t serial sys-net
Fedora 28 (Twenty Eight)
Kernel 4.14.67-1.pvops.qubes.x86_64 on an x86_64 (hvc0)
sys-net login:
[ctor@dom0 ~]$ sudo xl console sys-net
xenconsole: Could not read tty from store: No such file or directory
[ctor@dom0 ~]$ rpm -qf `which xl`
xen-runtime-4.8.4-2.fc25.x86_64
Note: Exit console by pressing Ctrl+]
sys-net
has Virtualization mode set to HVM
. All the other VMs have it set to default (PVH)
. That seems to be the main difference.
add a comment |Â
up vote
0
down vote
accepted
For unknown reasons (bug?) you have to explicitly use the -t
flag to specify the console type, which can be any of the two serial
of pv
. Either works!
So either of the following two work:sudo xl console -t pv sys-net
sudo xl console -t serial sys-net
But this won't work for sys-net
:sudo xl console sys-net
$ xl console --help
Usage: xl [-v] console [options] <Domain>
-t <type> console type, pv or serial
-n <number> console number
Attach to domain's console.
[ctor@dom0 ~]$ sudo xl console -t pv sys-net
Fedora 28 (Twenty Eight)
Kernel 4.14.67-1.pvops.qubes.x86_64 on an x86_64 (hvc0)
sys-net login:
[ctor@dom0 ~]$ sudo xl console -t serial sys-net
Fedora 28 (Twenty Eight)
Kernel 4.14.67-1.pvops.qubes.x86_64 on an x86_64 (hvc0)
sys-net login:
[ctor@dom0 ~]$ sudo xl console sys-net
xenconsole: Could not read tty from store: No such file or directory
[ctor@dom0 ~]$ rpm -qf `which xl`
xen-runtime-4.8.4-2.fc25.x86_64
Note: Exit console by pressing Ctrl+]
sys-net
has Virtualization mode set to HVM
. All the other VMs have it set to default (PVH)
. That seems to be the main difference.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
For unknown reasons (bug?) you have to explicitly use the -t
flag to specify the console type, which can be any of the two serial
of pv
. Either works!
So either of the following two work:sudo xl console -t pv sys-net
sudo xl console -t serial sys-net
But this won't work for sys-net
:sudo xl console sys-net
$ xl console --help
Usage: xl [-v] console [options] <Domain>
-t <type> console type, pv or serial
-n <number> console number
Attach to domain's console.
[ctor@dom0 ~]$ sudo xl console -t pv sys-net
Fedora 28 (Twenty Eight)
Kernel 4.14.67-1.pvops.qubes.x86_64 on an x86_64 (hvc0)
sys-net login:
[ctor@dom0 ~]$ sudo xl console -t serial sys-net
Fedora 28 (Twenty Eight)
Kernel 4.14.67-1.pvops.qubes.x86_64 on an x86_64 (hvc0)
sys-net login:
[ctor@dom0 ~]$ sudo xl console sys-net
xenconsole: Could not read tty from store: No such file or directory
[ctor@dom0 ~]$ rpm -qf `which xl`
xen-runtime-4.8.4-2.fc25.x86_64
Note: Exit console by pressing Ctrl+]
sys-net
has Virtualization mode set to HVM
. All the other VMs have it set to default (PVH)
. That seems to be the main difference.
For unknown reasons (bug?) you have to explicitly use the -t
flag to specify the console type, which can be any of the two serial
of pv
. Either works!
So either of the following two work:sudo xl console -t pv sys-net
sudo xl console -t serial sys-net
But this won't work for sys-net
:sudo xl console sys-net
$ xl console --help
Usage: xl [-v] console [options] <Domain>
-t <type> console type, pv or serial
-n <number> console number
Attach to domain's console.
[ctor@dom0 ~]$ sudo xl console -t pv sys-net
Fedora 28 (Twenty Eight)
Kernel 4.14.67-1.pvops.qubes.x86_64 on an x86_64 (hvc0)
sys-net login:
[ctor@dom0 ~]$ sudo xl console -t serial sys-net
Fedora 28 (Twenty Eight)
Kernel 4.14.67-1.pvops.qubes.x86_64 on an x86_64 (hvc0)
sys-net login:
[ctor@dom0 ~]$ sudo xl console sys-net
xenconsole: Could not read tty from store: No such file or directory
[ctor@dom0 ~]$ rpm -qf `which xl`
xen-runtime-4.8.4-2.fc25.x86_64
Note: Exit console by pressing Ctrl+]
sys-net
has Virtualization mode set to HVM
. All the other VMs have it set to default (PVH)
. That seems to be the main difference.
answered Sep 8 at 11:19
Marcus Linsner
18414
18414
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f467699%2fon-qubes-os-4-0-how-to-get-xl-console-access-to-sys-net%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password