Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upIf .bashrc has error, AppVM starting hangs after Waiting for qubes-session #2356
Comments
andrewdavidwong
added
bug
C: core
labels
Oct 2, 2016
andrewdavidwong
added this to the Release 3.1 milestone
Oct 2, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
unman
Oct 3, 2016
Member
@greenrd I wonder how you are starting the qube: from the menu?
I think that the qube does start: can you check with qvm-ls
Also, try qvm-run qube xterm - you should see a terminal open with bash error.
Most other commands seem to work as expected when run with qvm-run -a. Can you confirm?
|
@greenrd I wonder how you are starting the qube: from the menu? Also, try |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
unman
Oct 8, 2016
Member
@greenrd @andrewdavidwong
I simply can't reproduce this issue.
I've tried on both 3.1 and 3.2, with various templates, and don't encounter this problem. The reported case of fedora-23 on (clean) 3.1 works for me. The qube starts fine.
Terminal started with qvm-run -a starts the qube, and the terminal opens showing a bash error message as expected.
Can any one else confirm?
|
@greenrd @andrewdavidwong |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
I, too, am unable to reproduce this. Closing. |
greenrd commentedOct 2, 2016
Qubes OS version (e.g.,
R3.1):R3.1
Affected TemplateVMs (e.g.,
fedora-23, if applicable):fedora-23
Expected behavior:
If I try to
sourcea nonexistent file in my.bashrcinside a VM, the VM should still start.Actual behavior:
qvm-start vmnamehangs afterWaiting for qubes-session...and no applications can be started.Steps to reproduce the behavior:
echo "source /non/existent/file" >>~/.bashrcGeneral notes:
This means
.bashrcprints to stderr - maybe some brittle code is looking for something on stderr and not expecting that?