Re: [qubes-users] [R3.2] Settings for displays missing

2016-06-27 Thread qubescrazy
On Monday, 20 June 2016 00:19:58 UTC+7, Micah Lee  wrote:

> It appears that there are some missing packages in dom0. I solved this 
> by installing kscreen:
> 
> $ sudo qubes-dom0-update kscreen
> 
> This made KDE recognize my external monitor, but I still couldn't find 
> the configuration tool in System Settings. However I figured out that I 
> could open it like this:
> 
> $ kcmshell5 kscreen

Thank you for sharing this, as I'd been wondering how to change the settings on 
my Acer XB280KH 4K monitor.

I followed the above steps successfully, but when I tried to change the 
settings from 4K to the next setting down, the screen went blank and I got a 
"No Signal" error message.

On turning off / turning back on again, everything appeared to be fine right up 
until signing into my account, then I got a blank screen with a blinking cursor.

WARNING - I HAD TO REINSTALL QUBES FROM SCRATCH

I believe this is probably because there's no driver support for this monitor, 
and it's probably an idiotic mistake on my part, but I'm prepared to share my 
idiocy in case it helps anyone else.  ;-)

If you have Acer 4K, you can make everything more legible by changing the font 
sizes in System Settings instead.

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ddef0044-ebc8-4d31-a8e5-c89935539158%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Shutdown Proccess

2016-06-27 Thread Marek Marczykowski-Górecki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Mon, Jun 27, 2016 at 05:57:00PM -0700, Eva Star wrote:
> https://github.com/QubesOS/qubes-issues/issues/1581
> 
> What do you think about adding "priority" to each vm to solve shutdown 
> process issue?
> With highest (>=) priority number VM shutdown first and with the same 
> number maybe synchronously.
> 
> Example:
> sys-net -- shutdown priority 10
> sys-firewall -- 20
> sys-whonix -- 30
> Some-ProxyVm with sys-whonix netvm -- auto priority 31 or manual selected 
> 40 (Maybe user can choose priority. New vm must created with +1 shutdown 
> priority by default or manually selected.)
> 
> When shutdown process start it must shutdown VMs with highest priority 
> first, then continue shutdown with lower priority number VMs. 
> At the same time Qubes must show fullscreen list of all VMs and status of 
> them with buttons to kill them.
> 
> The idea to shutdown with dependencies. Like users do at QM when they wants 
> to stop all vms.
> 
> Maybe we can setup priorities automatically in most situations. We know 
> sequences like: sys-new -> sys-firewall -> vmproxy1 -> sys-whonix -> vmvpn 
> -> appvm 
> So, we can stop them one-by-one from right to left. It is reasonable, then 
> stop all of them at the same time.
> 
> Or maybe 2-3 groups of vms by priority, e.g:
> default - automatic priority by sequences.
> highest - must shutdown before any other if we can do that (no dependences) 
> low - shutdown after all other

While there is some sense in having such sequential shutdown, it's
rather solution for this one, not the shutdown hung:
https://github.com/QubesOS/qubes-issues/issues/1826

If you execute `qvm-shutdown --all --wait` just before shutting down the
system, it will shutdown all the VMs at the same time, and it's also
enough to have fast shutdown.
The problem is that VMs shutdown during system shutdown (which
is called exactly as `qvm-shutdown --all --wait`) somehow doesn't finish
its task. VMs shutdown itself is initiated, which is visible for example
in disk activity. But I don't know what happens next - either not all
VMs are powered off, or some cleanup isn't executed. If you look at
shutdown messages, you can see at the end that disk can't be unmounted
because it is still in use. This may be some hint about the cause...

- -- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJXcc7rAAoJENuP0xzK19csLEQIAIP+pxq7YpnddK2eIxpRt+QC
KREhBWEqBhKkw8x+mGvE4L2GPMKJ0xWsS9398s/XQ2gKcz24Ow79xfgWex+/pURS
bTqp7K7bVIW/sEHofO0/dLJSguNnx5r3X8TnwSXMkDNvdfQBm+6vm2R+zhwij5cb
Oiuchp6JMVkES16y67TVkPYm+Py9wcSxWj51hKgFqeDDcTveDmOCZiX+pBwDuXGN
Gei0AuZlq/wl9NmDnfyQFB2Db8zgg1MWRpY3LFT4eu7G+4IbQ0fKzghNPsoRH+SU
IS5ONxkFLlJzSGThhBHEeTuK9vvth2Ik551QI1X7f1Ve95OdzPyVB2BlerqWsLs=
=NeYG
-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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20160628011211.GQ1323%40mail-itl.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Shutdown Proccess

2016-06-27 Thread Eva Star
https://github.com/QubesOS/qubes-issues/issues/1581

What do you think about adding "priority" to each vm to solve shutdown 
process issue?
With highest (>=) priority number VM shutdown first and with the same 
number maybe synchronously.

Example:
sys-net -- shutdown priority 10
sys-firewall -- 20
sys-whonix -- 30
Some-ProxyVm with sys-whonix netvm -- auto priority 31 or manual selected 
40 (Maybe user can choose priority. New vm must created with +1 shutdown 
priority by default or manually selected.)

When shutdown process start it must shutdown VMs with highest priority 
first, then continue shutdown with lower priority number VMs. 
At the same time Qubes must show fullscreen list of all VMs and status of 
them with buttons to kill them.

The idea to shutdown with dependencies. Like users do at QM when they wants 
to stop all vms.

Maybe we can setup priorities automatically in most situations. We know 
sequences like: sys-new -> sys-firewall -> vmproxy1 -> sys-whonix -> vmvpn 
-> appvm 
So, we can stop them one-by-one from right to left. It is reasonable, then 
stop all of them at the same time.

Or maybe 2-3 groups of vms by priority, e.g:
default - automatic priority by sequences.
highest - must shutdown before any other if we can do that (no dependences) 
low - shutdown after all other

ps. as always sorry for my English

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/6d9d7287-e402-4097-8067-9ee6baed099c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] qubes-dom0-update results in HTTP Error 404

2016-06-27 Thread Marek Marczykowski-Górecki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Tue, Jun 28, 2016 at 12:28:22AM +0100, Chris Grimmett wrote:
> I'm trying to install a Windows AppVM using this guide-- 
> https://www.qubes-os.org/doc/windows-appvms
> 
> The problem is I cannot run this command-- `sudo qubes-dom0-update 
> qubes-windows-tools`
> 
> In the output, there are four 404 errors, all with the same bad URL--
> 
> http://yum.qubes-os.org/r3.1/current/dom0/fc20/repodata/45f4890c7aa2937f1bc04bf43bb997ac8b86221a463a0348cf8bcb8c3066f2e7-primary.sqlite.bz2:
>  
> [Errno 14] HTTP Error 404 - Not Found
> Trying other mirror.
> 
> I visited that link in my web browser, and it really is a 404. It looks like 
> Qubes is not using an up-to-date mirror URL? Is there a way I can get Qubes 
> to find and use an up-to-date mirror?

Probably yum local cache is outdated. You can force refresh with --clean
option.

- -- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJXcbgVAAoJENuP0xzK19cs9a4H/iO/m2wXkD8zT0nvXWuuse5K
BQhQfEwRR5xhtyo1/mhn3NPy9aoiUwuJNhGiAtRzB57XgLrr8KXekl0iLCqi19UK
xneINd+zA1KtQztp4j3mbOIeyswXTTMIfbVkAAI1wwN5N79hIPctPGXXElrdqHvq
PNh0zCndV+xJrnQLEjHme9rL8+Y1Q/KCBqDXNpU4nHeDKa/6A3bD+FmXREcicbYI
m8r5S6keENLEpncBthoV4Kp2K6FV6whb/qLWC5muobJy+XnLcogADV7zNBmgqdHk
7QRbsdiA/1VN82e979d+XBPG0P24w4BhKwUlzB9nwxnmq9NQnxLaoIsq/doJ6Ng=
=b80y
-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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20160627233445.GP1323%40mail-itl.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] qubes-dom0-update results in HTTP Error 404

2016-06-27 Thread Chris Grimmett
I'm trying to install a Windows AppVM using this guide-- 
https://www.qubes-os.org/doc/windows-appvms

The problem is I cannot run this command-- `sudo qubes-dom0-update 
qubes-windows-tools`

In the output, there are four 404 errors, all with the same bad URL--

http://yum.qubes-os.org/r3.1/current/dom0/fc20/repodata/45f4890c7aa2937f1bc04bf43bb997ac8b86221a463a0348cf8bcb8c3066f2e7-primary.sqlite.bz2:
 
[Errno 14] HTTP Error 404 - Not Found
Trying other mirror.

I visited that link in my web browser, and it really is a 404. It looks like 
Qubes is not using an up-to-date mirror URL? Is there a way I can get Qubes 
to find and use an up-to-date mirror?

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/KLJBIOQ--3-0%40grimtech.net.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Automatically mount block devices when appvm launches

2016-06-27 Thread Marek Marczykowski-Górecki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Mon, Jun 27, 2016 at 03:47:14PM -0700, tom...@gmail.com wrote:
> Hi Marek,
> 
>   In Qubes Manager's VM context menu 'Shutdown VM' seems to do equivalent of 
> 'virsh shutdown VM', i.e. power button press. I'd like to catch it, so my 
> shutdown script is executed also via Qubes Manager shutdown.
> 
> In /var/lib/qubes/vm-templates/storage/storage.conf I have "  
> destroy". 
> 
> This file is re-generated on vm start. Where is value for "on_poweroff" taken 
> from (so I can set it to "shutdown")?

First of all, this is not the setting you're looking for. This one is
about what should happen after shutting down the VM system[1].

But it should be possible to trigger qrexec service at VM shutdown very
similar to the startup one. There is no rc.local equivalent for
shutdown, but it's easy to add systemd unit for that. Something like
this:

[Unit]
Description=My shutdown actions
After=qubes-dvm.service qubes-mount-dirs.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecStop=-/usr/bin/qrexec-client-vm dom0 ...

[Install]
WantedBy=multi-user.target

The easiest way would be to save it in template for example in
/etc/systemd/system/my-shutdown.service, then enable it with `systemctl
enable`. And setup appropriate qrexec service to allow service call only
from selected VM(s). This is why I've prefixed the command above with
"-" - to not fail the execution when service call is refused.

But you can also save it in /rw/config/ and move in place from rc.local. 

[1] http://libvirt.org/formatdomain.html#elementsEvents

- -- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJXcbAGAAoJENuP0xzK19cstdIH/3A6/K4EDv8S7Qr/MVagc4Wo
DDKum1TzwZCNSu6oBDuWyBterALFygRurOMNyGChfWgpIS1nP95A/wgNs0DTmNu3
TsxsEv7IlF83KblD8sDPExGgEiv66b6X9u6PdCi/ZnOQTuzeDItgARFCeKP/ig/1
suXYtQzCLZ2cRcg8t2FBXkjhwWTBswgbAkUwHEN6cf5TTWwkO7IR6ok2JZlrVCu8
oksShQw8gR1ZBv85z0RHFkpVFPhsMzCtGQIH6GBs7ClS76kIy1+a4REV2I/hv5Li
7wAFpQuIsqZpnjLG3+oBP2CrYj2zwp7r9HyhFp5/JDSZ2d+dzvlVHJ9GYeyMNZI=
=GjMu
-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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20160627230022.GO1323%40mail-itl.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] HCL - Dell Precision M4500

2016-06-27 Thread Desobediente
I had to tweak the hcl report script for this, not sure if anyone else is 
having trouble: https://github.com/QubesOS/qubes-core-admin/pull/33

Whom should I PGP the cpio file?

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/66a4457b-971d-4736-882f-c4e3478472de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Qubes-HCL-Dell Inc.-Precision M4500-20160627-192312.yml
Description: Binary data


Re: [qubes-users] Re: Installer Bug - has not been fixed since I reported it in Qubes 2.0 installer.

2016-06-27 Thread Marek Marczykowski-Górecki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Mon, Jun 27, 2016 at 04:03:15AM -0700, Drew White wrote:
> Text based install
> 
> In the installer, when I don't get the LUKS bug, and it doesn't work right, 
> I get the following error
> 
> It creates "luks" on /dev/sda2, even though I have not selected LUKS, nor 
> set a password for it.
> then it comes up with...
> --
> (anaconda:957): Gdk-ERROR **: error: XDG_RUNTIME_DIR not set in the 
> environment.
> 
> 
> Pane is dead
> --
> 
> There is no graphical interface, it's text based...

I think the XDG_RUNTIME_DIR message is unrelated, I've seen this also on
successful installation. Actual error message is probably in log file
in /tmp (?).
Anyway, it is probably still about passphrase not set. And it isn't set,
because anaconda in text mode does not have support for it.
Which is described here:
https://github.com/QubesOS/qubes-issues/issues/1161

- -- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJXcYbfAAoJENuP0xzK19csbJ8H/jviai7jiQoQuqcXbDLl585r
1Mr4Q1FyU6iQVDfupCLGiaJ5M+jc2GJ8We/1hhCihdk+PG9VsbOcFkkxC4nJzLcV
y0pObKBBdktesTn4zxLyd8GG9+JRHSK48tl3QP485sJ2yk2DSXOBOf+GdYiQeg2z
U7V26rBXa4ci8/s7XHeke+vOZYfD4CgDa120stIOpON0eMTkvX7JIUflzc+v2qSF
/EINN3VgQVSirR9xw3x/JSa8PTj4OPsRL/Huq84aVUL0nZwLuTiQJcc2Ec+qvzVh
RP2bcbc4CrYsq6zHmLnbl+Bf7eFsBhWoubzkHNADRpIHk+1cNW3jG9tUl14ymtk=
=pHkY
-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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20160627200446.GM1323%40mail-itl.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Installer Bug - has not been fixed since I reported it in Qubes 2.0 installer.

2016-06-27 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 2016-06-27 04:03, Drew White wrote:
> Text based install
> 
> In the installer, when I don't get the LUKS bug, and it doesn't
> work right, I get the following error
> 
> It creates "luks" on /dev/sda2, even though I have not selected
> LUKS, nor set a password for it. then it comes up with... 
> -- (anaconda:957): Gdk-ERROR **: error: XDG_RUNTIME_DIR
> not set in the environment.
> 
> 
> Pane is dead --
> 
> There is no graphical interface, it's text based...
> 

Thanks. Tracking here:

https://github.com/QubesOS/qubes-issues/issues/1623

- -- 
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXcYCNAAoJENtN07w5UDAwi4gQAJBc8st6HVpmZDAaU2J9AXK5
A0uUmtxv412fGQMHjAM5CAm0kayEM3kDc0YFkw+A+jhDAc9dzCrShq28KVGdHdBV
qyjniQOUPzWlXSmFEhNqAjPupLm23t4uvlmSORRrZyVO8L8umpL59OHDNqU+jXLq
LAJDsozpRyL2RlXlbMCSHdKwilUi/ZSHcr5vNGeDRetWMWO5nD/oyBDk5wHHrkjh
3kOgL1Kqz+eM6UGUcnoGz1V+wZ43qiycSkbDQ8YnxsGRc7qhIFR4rs8WF2fCRvb6
4r+QlraAkJ/BIvCsAEUiezi0u7WLE8NlYEDZaZmD91VMUwbBiy271C/AULPIqka1
B3jPnMX2VWKqh9JvP2kQC/XPUrS65LgxnRvrDF0Hnq8tCkcE6YXrtwYaOCzcLPjN
eFg7ZHlHOm0uqPh8DOAIOHKZ+o5IaEIGVviJmPmKyCHPrUEC1UHox+d47atisdNt
gTVdWeQ0L+sBo7rg9QbrlEW84Yb+71zpJKM1ReVWEscceTahF0GGG5hCJ0E1wB/3
zICBCFVjSiUTTGZs9IAOrembB0TsoNCmPW1W5zqguOWFD6V8tg/LAE+sQiS4/keK
pb/vrXzaUrla0lCY7/64XK+5nv4E+5oZpXxLUoUUR9U+bxYL0PyQ35GhR6SupyKN
OTPEJoARk6nI9hsU4Vm5
=8moY
-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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/c4585b35-b032-30af-c956-65d6a6e36b6f%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Unable to install 3.2-rc1 on Thinkpad T450s

2016-06-27 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 2016-06-27 02:32, Jeremy Rand wrote:
> On 06/27/2016 04:23 AM, 41zxmg+5qvzr7o3u2us via qubes-users wrote:
>> Thanks for the suggestion but this doesn't relate to the problem 
>> at hands.
> 
>> At this stage I'm simply not able to install Qubes 3.2Rc1 due to
>>  the UEFI implementation from lenovo. I followed the indications
>>  posted in this article 
>> (https://www.qubes-os.org/doc/uefi-troubleshooting/) and I was 
>> able to install Qubes (passing the kernel parameters /mapbs 
>> /noexitboot). However after the installation is completed and 
>> after enabled the same corresponding parameters (mapbs=1 
>> noexitboot=1) on the installed system into 
>> /mnt/sysimage/boot/efi/EFI/qubes/xen.cfg I'm not able to boot
>> the new installed system as this hangs on the same four penguins
>> that were showed during the installation.
> 
>> Thus, I suspect added kernel parameters on the xen.cfg are not 
>> being passed.
> 
>> Any ideas how to solve this?
> 
> I don't know if this is your issue, but the instructions are a bit
>  ambiguous.  I initially tried adding those params to the end of 
> the "kernel" lines, but they had no effect.  You actually need to 
> add the params on 2 separate new lines (1 line per param), at the 
> end of each section that includes a kernel line.  (I.e. all 
> sections except the first one, because it doesn't have a kernel 
> line.)
> 
> @Andrew David Wong, any chance those instructions could be made a 
> little bit more clear?  I'm totally okay with the fact that I lost 
> a few hours debugging this (I'm using a release candidate, after 
> all), but I imagine some users might find this frustrating.
> 
> Cheers, -Jeremy Rand
> 

I've added your clarification as a note:

https://github.com/QubesOS/qubes-doc/commit/
49603789d29339c405d96032288ffa38cd65bd66

Thank you, Jeremy.

- -- 
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXcX4mAAoJENtN07w5UDAw2XQP/1RAmCj/2zMxfTXim4NUKfRE
YMztLv9T/lZIg5jsDbh3KCAR9IDDxAf6lTL7wvs6UkNZxHi7m6Pit1mIGv1WEA7m
0fb/Pyfb3e2Vj1UTE1BMBhFsEYhvrO59k/NclDYOz4FtU51xXGyCavl1ArMfg3Pq
RS2l1lyHbdpoQRxeR1hSU3qh6jyzFiWqOKqcLxmMOdM5td5rZW98ilfpHfPRakJA
gwK3TfsloUaftE4zAMYyH6Hk6tIQuvNyiPu2pjJBZcJIimX1t5RboKb9Ofg7eUVT
n5cpAfiUUltWto9bSQOYDMPzryDoKfSSIdIjILaCcQl8lbv6axINZZRwE5rDCbW4
+iVvE34ZPnj7yttCEtcq539dzVht5oaE9EideyBGjGjJUlnVbdFXV8aeB8ySJYOm
/oqAjAmJ9kOU3lAEvgdjSQqv5eegZ516LdAYo4YivBOpj3/YtenOpeVKCR5z02BP
5LaT6MOeESXtNKA5OWUgDPgROHWBQH9VWSVimJXstdmm7G1Wysd8JfyPXL4I6ofQ
bWg+Tw0Gev8PvlfbkedEUUm37GBi68fWzIIcL8iqMifKhfVMGU0iJ7ojUIqN+1Da
XaKq8y64yXtAelvK+N/2ag0tcUi0gpfTc/GMe5gKS/JQ8qVKI5e4RnQz5cp7nzpJ
bJKuGoGb7gOXump53xEA
=hQJ/
-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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/b8837888-b82d-c399-a2b1-90b849c3b62e%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: [3.2rc1] Myabe update problem? terminal do not want to start

2016-06-27 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 2016-06-27 11:28, raahe...@gmail.com wrote:
> On Sunday, June 26, 2016 at 7:34:03 PM UTC-4, Eva Star wrote:
>> Also very disappointed with Qubes shutdown :( It's never end...
>> 
> 
> I have never ending qubes shutdown sometimes if I don't shutdown
> all the appvms first.  Try that and see if you still get the
> issue.
> 

FWIW, we're tracking this here:

https://github.com/QubesOS/qubes-issues/issues/1581

- -- 
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXcXszAAoJENtN07w5UDAwOFAP/1VeHnU2wxeGRewTemDGQH9p
/HrXRZCOIblfvCkaqS21iK5z6MZ4JHYRtGIUWd7ZyectLNP+Wa7PiL1dHuHlw/jI
K6ijM+TeBObjn7VuoUBfDmYU/ZKryF2SbkQ88qg2r2caMXdXYNcqb8ZqSIMpHoiD
kgF6d5gazeZON/3gxPsWzFIIeYBTj2a/z0SWr6L0XwG1zZwsIjrnpdOZ7Bkty2yl
TMKKTs4/YKHKcowq4nCb1R6mO7/FZSutz+hZq/ssdt8h/ftP4fn9ZrKAM/aCc1dh
kxix0i3YKYzRpim0b5RvekEZHrZ+gbqYtpb8TJFm38l5HEaKRZLvo1XQlgrYboIr
RK5RA58nfB2ZxSDzA+eP3tEzCaUIlyo1v6FpK5W29KSWGOK8PSL9auK1poVA9Guw
7EkXQkPc3nNx+hoitpwaWY6D7ThQ/WIFiNdsTia70jcKeLaHt0ZT2w5ABi6nPrkL
paNt6Uy5hDdAZak4Jc4s2RgvT6MCgqE4OshDUxz1jqL3v4tKNdDqMo9zpj3+hppi
Ho962OLUmWJdXR57sCAr8B1OUc7JXwvBFzwF0U5cjCJ01tf6mf3kymjDCIpak3sY
+cJtLhaik6Ru1OyZ6pKB0quYbDLDu3z1HTKTt5reShNBMZRPt7pzbT7PbzhNfGQD
pwlvl0LkzuXuIY33Q4br
=9tLD
-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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/b321a840-20ab-95e8-e609-1244a6e61697%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: How to install XFCE in dom0?

2016-06-27 Thread Salmiakki
It should be an option in the installer and then you only have to select it 
in the login screen

On Monday, June 27, 2016 at 7:14:14 PM UTC+2, Albin Otterhäll wrote:
>
> How do I install XFCE in dom0? The instructions provided in the 
> documentation[1] doesn't work. 
>
> [1] https://www.qubes-os.org/doc/xfce/ 
>
>

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/7350a7b6-bc33-4048-9993-42d919e56e4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Create USB qubes with multiple USB controllers

2016-06-27 Thread Salmiakki
Yes, I have been using them with qubes 3.1 for quite a while already

On Monday, June 27, 2016 at 8:30:39 PM UTC+2, raah...@gmail.com wrote:
>
> On Sunday, June 26, 2016 at 9:33:20 AM UTC-4, Salmiakki wrote:
> > Currently the installer does not allow me to create USB qubes because I 
> am using a USB keyboard. I do however have 3 USB controllers (as this is a 
> desktop machine). So it would be nice if that worked somehow...
>
> are you positive you have 3 controllers being routed separately?
>

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/f024f7d0-9f53-4952-9a50-7b89eeb3e93c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Create USB qubes with multiple USB controllers

2016-06-27 Thread raahelps
On Sunday, June 26, 2016 at 9:33:20 AM UTC-4, Salmiakki wrote:
> Currently the installer does not allow me to create USB qubes because I am 
> using a USB keyboard. I do however have 3 USB controllers (as this is a 
> desktop machine). So it would be nice if that worked somehow...

are you positive you have 3 controllers being routed separately?

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/4cb6105c-e19b-47a1-972c-3f746d4aa2a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: [3.2rc1] Myabe update problem? terminal do not want to start

2016-06-27 Thread raahelps
On Sunday, June 26, 2016 at 7:34:03 PM UTC-4, Eva Star wrote:
> I found how to fix problem with gnome terminal. It was issue with "locale".
> And seems sys-whonix work, but does does not answer to ping.
> 
> 
> Also very disappointed with Qubes shutdown :( It's never end... 
>  

I have never ending qubes shutdown sometimes if I don't shutdown all the appvms 
first.  Try that and see if you still get the issue.

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/5aca8fcb-d2a9-4086-9431-33e910bedaac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] How to install XFCE in dom0?

2016-06-27 Thread Albin Otterhäll
How do I install XFCE in dom0? The instructions provided in the
documentation[1] doesn't work.

[1] https://www.qubes-os.org/doc/xfce/

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/nkrmst%246nq%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Unable to install 3.2-rc1 on Thinkpad T450s

2016-06-27 Thread 7v5w7go9ub0o


On 06/27/2016 09:32 AM, Jeremy Rand wrote:
>
> I don't know if this is your issue, but the instructions are a bit
> ambiguous.  I initially tried adding those params to the end of the
> "kernel" lines, but they had no effect.  You actually need to add the
> params on 2 separate new lines (1 line per param), at the end of each
> section that includes a kernel line.  (I.e. all sections except the
> first one, because it doesn't have a kernel line.)
>
> @Andrew David Wong, any chance those instructions could be made a
> little bit more clear?  I'm totally okay with the fact that I lost a
> few hours debugging this (I'm using a release candidate, after all),
> but I imagine some users might find this frustrating.
>
> Cheers,
> - -Jeremy Rand
>


Thank You both from here (T440P); there is again hope.


-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/577122a2.7028c80a.1929d.d7a8%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Excessive CPU usage for network traffic

2016-06-27 Thread Andrew
Hi,

When I push 100mbps through my Z77 board's RTL8168 NIC, all VMs in the
network hierarchy above the originating VM spike to ~25% CPU usage.

Looking inside sys-net and sys-firewall, I see most of the time is spent
in [vif*-q1-gues].  I don't know what it is, other than apparently some
process to handle virtual interface packet processing.

Perhaps this problem is not Qubes-specific, but is there any way to
reduce this load?  It seems a bit excessive.

Andrew

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/49ea29be-247a-b648-c785-b03a618eaafc%40riseup.net.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Unable to install 3.2-rc1 on Thinkpad T450s

2016-06-27 Thread Jeremy Rand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 06/27/2016 04:45 AM, 41zxmg+5qvzr7o3u2us via qubes-users wrote:
> Jeremy,
> 
> You are awesome, that does work indeed. The tutorial is a bit
> unclear, but when I add this as two separate lines it works
> smoothly :)
> 
> 
> Many thanks :)

Glad I could help, and that the hours I spent tinkering with it
(literally just a few hours ago) helped someone other than just me.  :)

Cheers!
- -Jeremy
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXcPgKAAoJEAHN/EbZ1y06a8oP/1xwx5yrc+WxuoyvXnJ9uI9l
lGfTk1uvOSIIqovKcp1z63mZveUrPpXUdeMeahzK5QCChTcyc3w9Vvqj8ezPe/ST
tYeWTdVIMi3V/w+S6pEP0g1F4jtbmvBwFAORPWmqka2mzTa23UoZc6Xu/4BJIiPU
QMNsOr0pbuaxvHwJ6Srm/NYTRf557ztg+4W+pcwiEZXQQxFzKQKBGkbqEFcoKU1Q
Qt4B027n9OHxX3uftyho9cwXcPpPj3W/9h6ZIDt3WbJuAbmi5zjWIXDlfsPQS+sZ
fm7HNa7mVgMMMjmf24+/g23br/X3IFhxHIO6lzFZOeUb1Jn8tjKU0EwsSXArCcQS
Cg31NACvBlk1o5vVs76zDw155i5BY7y/ErdxpwHDBSZPl4MYeo9iyYJ3mHnlXUkM
0qYKGdXFJXTw4MpbD7LvwFhg7MfkM+XCSdc/eK4sJnoGfhNBOhM+KPrS/cVpbIlF
WOTj83lcPPz7bTkRO7dWqzxo9b9Jlu/MfbVAKztI8NLvhJdtWLwkEaJV48ZMIMiZ
uMIOdgHkIebiwdGG3ycKOiDXGPkC7WHUlkS7vwrkcgwGB2BSUu6sP4CN7NY0G0V/
R/SNq3INa5w/2kbZdTz61Qd5cB3SZX/YMyTHgwStDLYd7HRIWnFu9LLpG1KWzU/F
Kq/c/23jdnjKsw1p54LH
=RtGv
-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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/62ccfafe-117d-3e32-d417-7024e2862b00%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Unable to install 3.2-rc1 on Thinkpad T450s

2016-06-27 Thread 41zxmg+5qvzr7o3u2us via qubes-users
Hi,

Yes, I did try to append the parameters at the end of both kernel lines:

kernel=vmlinuz-4.4.12-9 (...) mapbs=1 noexitboot=1 rhgb quiet

If this is not correct then where should I add those?

Thanks






Sent using GuerrillaMail.com
Block or report abuse: 
https://www.guerrillamail.com/abuse/?a=UFR2AB5NVqcQmh2U93EQdRjCStifx8dDiadNcQ%3D%3D



-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/247af7357f0da248e83a999cb85b48343921%40guerrillamail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Unable to install 3.2-rc1 on Thinkpad T450s

2016-06-27 Thread Jeremy Rand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 06/27/2016 04:23 AM, 41zxmg+5qvzr7o3u2us via qubes-users wrote:
> Thanks for the suggestion but this doesn't relate to the problem at
> hands.
> 
> At this stage I'm simply not able to install Qubes 3.2Rc1 due to
> the UEFI implementation from lenovo. I followed the indications
> posted in this article
> (https://www.qubes-os.org/doc/uefi-troubleshooting/) and I was able
> to install Qubes (passing the kernel parameters /mapbs
> /noexitboot). However after the installation is completed and after
> enabled the same corresponding parameters (mapbs=1 noexitboot=1) on
> the installed system into /mnt/sysimage/boot/efi/EFI/qubes/xen.cfg
> I'm not able to boot the new installed system as this hangs on the
> same four penguins that were showed during the installation.
> 
> Thus, I suspect added kernel parameters on the xen.cfg are not
> being passed.
> 
> Any ideas how to solve this?

I don't know if this is your issue, but the instructions are a bit
ambiguous.  I initially tried adding those params to the end of the
"kernel" lines, but they had no effect.  You actually need to add the
params on 2 separate new lines (1 line per param), at the end of each
section that includes a kernel line.  (I.e. all sections except the
first one, because it doesn't have a kernel line.)

@Andrew David Wong, any chance those instructions could be made a
little bit more clear?  I'm totally okay with the fact that I lost a
few hours debugging this (I'm using a release candidate, after all),
but I imagine some users might find this frustrating.

Cheers,
- -Jeremy Rand
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXcPKfAAoJEAHN/EbZ1y06N9YP/2TR/IejUyrsGLvVWesJaK1m
KYWknCbtZBLhFtlHVAGPEGlXNKmGkfm+VdfJyMHQgAic7Vq+2u6eTXDtK0/G2AsW
yoze8bRV3U+IMyWR/97B9T9XL6tmCoW2FH+UWXB9eG+GHhpVHerVhf1rZE4aHVr5
S3Jm0/14yag7Q1vf/NZtqLNLyeyTeo9gQisqLtAw4FVY3IFtnb6NNZWhm7zrCzqi
WxlJsX7vX/q1zD/l3WTvedpNHgKtEo5uXE6WHQL7JyjzCti9InLlf6peRq8GG8wN
BnnQZEudGwCtM6rNIE5UMhJefJeX6tC1SCPjm7ggKKGaTYCNNVXekCo9pWYGyOkz
elTQMtIHCfi7zOYSpuFB6K+DvyPifxrudGiBiWk+M86oWphpf9ZPMHSV01rwiYnR
ICsLjJhX7ecVDZM96ALpil1xlUp4eF270oaAT8V81DzR//Wo8LRi/NX5kPfAR7KD
ZMSMTovytEqSzo9WCe24N+8E2QrjkNsKEbgK6BeXTZNYON5HakHC8oUvIcqPi+F5
Ty39mg3U7pp9ePodZG5DyA4IaUdYFDpAPPebRpeftyg7LvPvau37/m6PeBdcMJo4
c7w9bQ8z6y4ZrdF0pueOOgbtDfwJLCOAeOxKNfdDtMmGg0qg0Q01rhVDazKxS6Jg
l4znrkOS+ecPWlEZywCM
=seIa
-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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/e6d0bd20-3680-45be-ff94-15f7d06b599e%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Unable to install 3.2-rc1 on Thinkpad T450s

2016-06-27 Thread 41zxmg+5qvzr7o3u2us via qubes-users
Thanks for the suggestion but this doesn't relate to the problem at hands.

At this stage I'm simply not able to install Qubes 3.2Rc1 due to the UEFI 
implementation from lenovo. I followed the indications posted in this article 
(https://www.qubes-os.org/doc/uefi-troubleshooting/) and I was able to install 
Qubes (passing the kernel parameters /mapbs /noexitboot). However after the 
installation is completed and after enabled the same corresponding parameters 
(mapbs=1 noexitboot=1) on the installed system into 
/mnt/sysimage/boot/efi/EFI/qubes/xen.cfg I'm not able to boot the new installed 
system as this hangs on the same four penguins that were showed during the 
installation. 

Thus, I suspect added kernel parameters on the xen.cfg are not being passed.

Any ideas how to solve this?






Sent using GuerrillaMail.com
Block or report abuse: 
https://www.guerrillamail.com/abuse/?a=UFR2AB5NVqcQmh2U93EQdRjCStifx8dDiadNcQ%3D%3D



-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/492b82933d244655b59daafed96c6f82e90%40guerrillamail.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: USB mouse jumping in 3.2 installer

2016-06-27 Thread Salmiakki
Thanks Marcus! Interesting thread. How do I apply any of their solutions in 
the installer, though?

Also, since it is just a little tedious (to click on every button and hold 
and drag etc.) or can be fixed with a different mouse (at least according 
to that thread) people might be interested to know that the problem 
disappeared after installation. (I simply went ahead with the installation 
yesterday.)

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/f80aa51f-b7be-47b5-a428-09b923bcb8cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.