-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 12/15/16 08:19, Eva Star wrote: > On 12/15/2016 07:10 PM, Andrew David Wong wrote: > >> >> Hm. Not sure if this'll make a difference, but try shutting down >> all VMs, then shutting down from the command-line. For example: >> >> $ qvm-shutdown --wait --all >> $ shutdown now >> > > I wrote the bash script and at it to the xfce4 launcher. Then I start the > script with mouse. The first step the same, but then I call standard shutdown > from menu (describe above). Then problem, that execution of qvm-shutdown > --wait --all not always end (known problem)
FWIW, I've been using simple shutdown and reboot scripts to work around this issue (I think since I first started using Qubes). Here's an example: #!/bin/bash qvm-shutdown --wait --all \ - --exclude=sys-net \ - --exclude=sys-firewall \ - --exclude=sys-usb \ - --exclude=sys-whonix \ - --exclude=sys-whonix \ - --exclude=sys-other-1 \ - --exclude=sys-other-2 \ qvm-shutdown --wait --all sleep 3 shutdown now Works every time. The idea is to exclude all service VMs from the first pass of qvm-shutdown so that it doesn't jam up (#1826), so if you use VPN VMs, exclude those too. > and after computer reboot, the same console show on the desktop an my script > begin to execute (shutdown script begin to execute after reboot, because > console not closed, it somewhere stored at the session :( ) > Did you do an in-place upgrade or a clean install of 3.2? If you did an in-place upgrade, perhaps some setting got carried over. - -- Andrew David Wong (Axon) Community Manager, Qubes OS https://www.qubes-os.org -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJYUsRdAAoJENtN07w5UDAwaj0P/34Rddgw8oiuLufC0URVWofL SAa5B4tSGph0MsOoadVpVBHq8n2J0ewfii1eEN+HfT4Y8zmFJFIPHgoJGmO3gAzR eEcnOxXYAJnklDm73E4izAlghmqsLnoyTK8AJIyyb3Q3EGeo25dDdf1bB3nrGFKH q7t5QlYN9n358LaFdqvpcJuzKW45IjQZ1Lm/t7CAX5QH/4kIMij0r5NPqX2eganq 9OM0tIfcQb4plriYj9DHMcllWknqtJvEVv1juXFEzEyqWREvwLiN9W3Dtg4I3Y8e JwtmxIP4Va7b5edh/3XeW8vJTHKH+mL0AfbxrCEgyDyFhNMxcGCzlcCyScBlrsC9 pw44fuKWGXckqjAUY7Kz6E1KzJvwckoDGFMHtciDkFOLiFZx6vk7/GUYF8xbwRt1 L0zkdhjzi4zLcheY5erxMXx/rafLmxtD4/iJKpz3E90qM6E8jHa61clKmhqxQUVT WCXA6A8izQ4B5Hq+r0U+BuAPRwuU812MTJHQa0SKRvRtGVixGmLfdnCGiAQDovse QBikYYaUMflBeJrhewUC5aufaiqE6NAmYMe/ReIDRCw78Nlvg7G+t/khD2zUcB2k q0cGhWjzvY37azxttn7RbbPhMDIubdRQJtQrngfePVuIPlqYzmmmWfa8SCgXf3Z5 VGy5svUB9/KuGgpPO87R =Gful -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/788178a8-89f0-ac60-06c2-0582abbea32f%40qubes-os.org. For more options, visit https://groups.google.com/d/optout.
