[qubes-users] Re: Ledger Nano S

2018-05-04 Thread Dave C
On Wednesday, May 2, 2018 at 8:44:35 AM UTC-7, bojan...@gmail.com wrote:
> In Qubes 4 I can connect all kinds of USB devices via the device selector in 
> the upper right corner of the window. The Ledger Nano S is a hardware wallet 
> for cryptocurrencies. Ledger Manager is an extension for Chrome/Chromium 
> webbrowser. When I connect Ledger Nano S to a USB-port it is recognized by 
> Qubes and I can select to which VM it shoud be assigned to but it is not 
> recognized by the Ledger Manager. The Ledger Nano is recognized by Ledger 
> Manager in other OP's like Windows 10 and different Linux. Any ideas about 
> what the cause could be?
> 
> I have tested sys-net, sys-firewall and sys-whonix. No difference.
> Also tested StandaloneVM based on Fedora26, Debian9 and Windows7. No 
> differences.

I've been able to connect a Nano S, via a sys-usb, to an appvm based on fedora 
26.  A couple things to look out for:

When you switch into or out of apps on the Nano (and maybe when you enter your 
PIN, I don't recall), it will be detached from the appvm.  So you'll find 
yourself often re-attaching the Nano.  Use `qvm-usb` on dom0 to check whether 
it is still attached to appvm.

Ledger's software gets flakey when you're running more than one of it's apps or 
browser plugins.  Make sure you don't have bitcoin wallet (or any others) open 
while the Ledger Manager app is open.

Hope that helps, -Dave

-- 
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/dc9c39f1-6fbc-4281-b56b-9b146c440718%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Well supported laptops with 64GB system memory?

2018-05-04 Thread Dave C
On Wednesday, April 25, 2018 at 2:42:12 AM UTC-7, Uni Gaia wrote:
> Good day everyone!
> 
> Saw a thread on reddit recently where someone was asking about a qubes 
> supported laptop capable of employing 64GB of system memory. That got me 
> thinking and doing some research, and actually nothing concrete comes up.
> 
> Is anyone running such a system?

I'm attaching the HCL report from a Lenovo P51.

I struggled to install an early 4.x release candidate.  I imagine those 
problems with the installers are fixed in 4.0.  (I'm not sure because I haven't 
needed to reinstall.)

Qubes 4 runs great on this machine. Audio, video, power management, etc.  I've 
only noticed minor things:

* See the HCL report, it says "TPM: device not found"  I don't know why that is 
not found. (I'm actually not sure this is minor!)

* Some software fails to detect the mic or the camera, once they have been 
allocated to an appvm.  I blame the software because Google's Meet is able to 
use both.  Some conferencing software find the camera but not the mic, or vice 
versa.

* USB 3 external drives don't work.  Workaround is to use an external hub that 
supports only USB 2.

That's all I can think of.  Really great job by all the Qubes contributors on 
4.0!!!

-- 
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/d1e0793a-49b2-4225-8224-2f4443404397%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Qubes-HCL-LENOVO-20HHCTO1WW-20180504-214433.yml
Description: Binary data


[qubes-users] Port forwarding to a qube from the outside world, not working for me (4.x)

2018-05-04 Thread Dave C
I'm struggling to follow the instructions on 
https://www.qubes-os.org/doc/firewall/#port-forwarding-to-a-qube-from-the-outside-world

Whatever my mistake is, I hope it's easy for someone to spot.  I can't seem to 
spot it myself, despite a lot of trying.

The good news is that `iptables` shows forwarding through sys-net.  The trouble 
is that sys-firewall shows no signs of receiving that traffic.  In the output 
that follows, `MY-SLIM` is the label I'm working on, port 9000.

Here's evidence on `sys-net` that packets are forwarded:

```
[user@sys-net ~]$ sudo iptables -L -v -n
Chain INPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target prot opt in out source   destination 

0 0 ACCEPT tcp  --  vif+   *   0.0.0.0/00.0.0.0/0   
 tcp dpt:8082
0 0 DROP   udp  --  vif+   *   0.0.0.0/00.0.0.0/0   
 udp dpt:68
   28 18042 ACCEPT all  --  *  *   0.0.0.0/00.0.0.0/0   
 ctstate RELATED,ESTABLISHED
0 0 ACCEPT icmp --  vif+   *   0.0.0.0/00.0.0.0/0   

0 0 ACCEPT all  --  lo *   0.0.0.0/00.0.0.0/0   

0 0 REJECT all  --  vif+   *   0.0.0.0/00.0.0.0/0   
 reject-with icmp-host-prohibited
  768 32256 DROP   all  --  *  *   0.0.0.0/00.0.0.0/0   


Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target prot opt in out source   destination 

60282   56M ACCEPT all  --  *  *   0.0.0.0/00.0.0.0/0   
 ctstate RELATED,ESTABLISHED
   26  1344 MY-SLIMtcp  --  ens5   *   0.0.0.0/010.137.0.6  
 tcp dpt:9000 ctstate NEW
  837 46024 QBS-FORWARD  all  --  *  *   0.0.0.0/00.0.0.0/0 
  
0 0 DROP   all  --  vif+   vif+0.0.0.0/00.0.0.0/0   

  811 44680 ACCEPT all  --  vif+   *   0.0.0.0/00.0.0.0/0   

   26  1344 DROP   all  --  *  *   0.0.0.0/00.0.0.0/0   


Chain OUTPUT (policy ACCEPT 26 packets, 1929 bytes)
 pkts bytes target prot opt in out source   destination 


Chain MY-SLIM (1 references)
 pkts bytes target prot opt in out source   destination 

0 0 ACCEPT all  --  *  *   192.168.1.0/24   0.0.0.0/0   


Chain QBS-FORWARD (1 references)
 pkts bytes target prot opt in out source   destination 
   

```

(I'm looking at the MY-SLIM row under "Chain FORWARD" above.  Should I be 
concerned the counts are 0 under "Chain "MY-SLIM"?)

Meanwhile on `sys-firewall`, I get no count for MY-SLIM:

```
[user@sys-firewall ~]$ sudo iptables -t nat -L -v -n
Chain PREROUTING (policy ACCEPT 84 packets,  bytes)
 pkts bytes target prot opt in out source   destination 

  152  8823 PR-QBS all  --  *  *   0.0.0.0/00.0.0.0/0   

   84   PR-QBS-SERVICES  all  --  *  *   0.0.0.0/0
0.0.0.0/0   
0 0 MY-SLIMtcp  --  eth0   *   0.0.0.0/010.137.0.6  
 tcp dpt:9000

[snip, for brevity]
```

Here are the `/rw/config/qubes-firewall-user-script` that I'm using on both VMs 
(note: I originally had this code in `rc.local` on sys-net, as per the 
documentation, but I find the `nft add ...` call doesn't "stick" unless I move 
it to `qubes-firewall-user-script`.  Also, you'll note I have commented lines 
that forward port 3483 - my goal is to uncomment those lines, after I have port 
9000 working.)

First on `sys-net`:

```
#!/bin/sh

# This script is called in AppVMs after every firewall update (configuration
# change, starting some VM etc). This is good place to write own custom
# firewall rules, in addition to autogenerated ones. Remember that in most cases
# you'll need to insert the rules at the beginning (iptables -I) for it to be
# efective.

# debug
touch /rw/config/QUBES-FIREWALL-USER-SCRIPT


# Slim server
# 
https://www.qubes-os.org/doc/firewall/#port-forwarding-to-a-qube-from-the-outside-world
# 10.137.0.6 is sys-firewall

if iptables -t nat -N MY-SLIM; then
iptables -t nat -A MY-SLIM -j DNAT --to-destination 10.137.0.6
fi

if ! iptables -t nat -n -L PREROUTING | grep --quiet MY-SLIM; then
iptables -t nat -A PREROUTING -i ens5 -p tcp --dport 9000 -d 
192.168.1.101 -j MY-SLIM
#   iptables -t nat -A PREROUTING -i ens5 -p tcp --dport 3483 -d 
192.168.1.101 -j MY-SLIM
#   iptables -t nat -A PREROUTING -i ens5 -p udp --dport 3483 -d 
192.168.1.101 -j MY-SLIM
fi

if iptables -N MY-SLIM; then
iptables -A MY-SLIM -s 192.168.1.0/24 -j ACCEPT
fi

if ! iptables -n -L FORWARD | grep --quiet MY-SLIM; then
iptables -I FORWARD 2 -i ens5 -d 10.137.0.6 -p tcp --dport 9000 -m 

[qubes-users] [Bug] Windows closing immediately after opening them in jetbrains java based ide in Qubes 4

2018-05-04 Thread carre89
I am encountering a bug where the pop up window closes immediately after I open 
it in jetbrain's pycharm. It does this when I try the 
auto-correction(alt-enter). Is anyone else encountering this? 

This is happening in a fresh install of the latest version of Qube OS (4.0 - 
5/4/18). 

-- 
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/8e7ced12-442f-4b8d-8a9d-132978b97267%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: I can't install Qubes 4.0

2018-05-04 Thread Sergio Matta
My problem is at your picture 3. I tried other xdrivers and nothing. Anacona 
text install causes another problem with luks key. IMHO the install has no 
support for my graphics card. I am using nvidia gtx 1050ti with a 4k big tv, 
but I tried with radeon rx560 and rx460, too. Even 3.2 has the same problem. 
Now I am using a old RC3 installed version, updated. If a fresh install will 
really be necessary, one day, who knows, I will look for an older graphics 
card. Good luck! :-)

-- 
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/b7ed8021-9739-48d3-8b24-6787bafb485f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Well supported laptops with 64GB system memory?

2018-05-04 Thread taii...@gmx.com
There are no laptops with that much memory let alone one that isn't full
of firmware problems your best choice is the W520 (with an ivy bridge
cpu) which has open hardware init coreboot with a nerfable ME and 32GB
MAX RAM.

-- 
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/ff03f003-9572-238c-deb9-2070aad15fd5%40gmx.com.
For more options, visit https://groups.google.com/d/optout.


0xDF372A17.asc
Description: application/pgp-keys


Re: [qubes-users] Re: Qubes 4 boot ISO

2018-05-04 Thread Drew White
On Friday, 4 May 2018 19:41:57 UTC+10, awokd  wrote:
> On Fri, May 4, 2018 1:57 am, Drew White wrote:
> > On Friday, 4 May 2018 09:19:19 UTC+10, john  wrote:
> 
> > I created a guest. I mounted the ISO to it. I booted it up and installed
> > Qubes 4.0. I even did it with the burned disk.
> 
> Thanks, that last item is new info.
Re: my second & third post.
How did you not get this information from my initial posts?
Just curious so that I know how I can improve my explanation to better allow 
people to understand.


> > Now I want to install it to my PC. So that it is no longer a guest but
> > the owner.
> >
> > As I said, it won't install to any HD that I try to install to.
> > It has that not found issue.
> 
> >> anyway mr. awokd  is the one to listen to  otherwise people will
> >> probably give up, but wish you luck
> 
> And thank you, Mr. John. :)
> 
> > As I already have done that I informed as to that it was having the issue
> > for no reason. Unless I have a bad download.
> 
> Did you see my suggestions in
> https://www.mail-archive.com/qubes-users@googlegroups.com/msg21745.html ?
> Based on the new info. above, also add these to the list of things to try:
> 
> - boot the DVD in legacy mode instead of UEFI
> - try using Refind- boot to Refind then use that to boot the Qubes install

I don't use UEFI because I want to remain in control of my PC, not let 
Microsoft and others have control.

What is "Refind"? (I will have to look it up.)

-- 
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/30604665-56a3-4524-a35a-98829b46a59c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 4.0: Device Widget disappeared

2018-05-04 Thread 'awokd' via qubes-users
On Fri, May 4, 2018 4:05 pm, gaxih...@gmail.com wrote:
> The system tray device widget is not visible anymore. It was there after
> a fresh 4.0 install but disappeared after some days. How can i get it
> back?

Were you playing with the tooltray settings? I tried but couldn't figure
out how to hide it. Apply any updates right before it disappeared?


-- 
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/4be09b5bd08e40c9559188cea84a0ffd.squirrel%40tt3j2x4k5ycaa5zt.onion.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] VM maximum size is too small

2018-05-04 Thread Reza
On Friday, 4 May 2018 19:26:11 UTC+2, js...@bitmessage.ch  wrote:
> Reza:
> > That's what I do to change the size:
> > 1) I stop the VM
> > 2) I select it in the VM Manager (in DOM0)
> > 3) I click on "settings" icon (the wheel)and I increase the "private 
> > storage max size" from 2048 to its max value 10240 (written right below as 
> > 'system storage max size').
> 
> Hi,
> 
> The system storage size is based on the template, which generally
> doesn't need to be changed. The private storage size is how much space
> is available in the vm's home folder, and it can be increased higher
> than the system storage size. You can increase it up to 1048576 MB in
> qubes manager, and even higher in dom0 terminal (i have a vm with ~2TB
> data).
> 
> https://www.qubes-os.org/doc/resize-disk-image/
> 
> -- 
> Jackie

Basically I took the figure in "system storage max size" as the max value that 
I could choose for the "private storage...". The situation would be a no-go 
criteria for me to use Qubes. Thanks to you guys (yourself, jsnow, Eivind and 
Holger) I increased the private size to what I need and since it seems working 
fine. As you mention in this post I could even go up to TB for a singular VM 
(provided HD is available).

I'm sincerely astonished by the speed and quality of the feedbacks in this 
forum. Happy to be here!

-- 
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/2c9195d9-3b05-4a06-9e31-618233999542%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] VM maximum size is too small

2018-05-04 Thread jsnow
Reza:
> That's what I do to change the size:
> 1) I stop the VM
> 2) I select it in the VM Manager (in DOM0)
> 3) I click on "settings" icon (the wheel)and I increase the "private storage 
> max size" from 2048 to its max value 10240 (written right below as 'system 
> storage max size').

Hi,

The system storage size is based on the template, which generally
doesn't need to be changed. The private storage size is how much space
is available in the vm's home folder, and it can be increased higher
than the system storage size. You can increase it up to 1048576 MB in
qubes manager, and even higher in dom0 terminal (i have a vm with ~2TB
data).

https://www.qubes-os.org/doc/resize-disk-image/

-- 
Jackie

-- 
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/a2f45fae-b145-09c2-1966-9edec0eafc76%40bitmessage.ch.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] VM maximum size is too small

2018-05-04 Thread Eivind K. Dovik

On Fri, 4 May 2018, Reza wrote:


On Friday, 4 May 2018 17:53:23 UTC+2, Eivind K. Dovik  wrote:

On Fri, 4 May 2018, Reza wrote:


Hi there,

I'm new to the Qubes world and am using Qubes 3.2.
In my daily work I need to work with huge amount of data, 50GB or even higher. 
I dedicate more than 700GB to Qubes OS, which I installed in a dualboot with my 
old Ubuntu (which has got less then 200GB). But I can't create a VM where I can 
import my data to. Even my emails can't fit into a VM dedicated to emails.

In the VM settings the maximum size does not go far enough.

It works fine for the less demanding areas.

Any idea about how I can work those set of data in Qubes 3.2?

Thanks in advance



Hi, Reza.

I am running Qubes 3.2 as well, and I'm running domains that have maximum
size > 50GB (my email-domain, for instance, has 64GB for private storage).

Where are you changing your settings?


Eivind



--
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/8ade61c7-7704-4bc0-96f0-5292090013bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



Hi Eivind,
That's what I do to change the size:
1) I stop the VM
2) I select it in the VM Manager (in DOM0)
3) I click on "settings" icon (the wheel)and I increase the "private storage max 
size" from 2048 to its max value 10240 (written right below as 'system storage max size').



Reza,

You can increase the private storage size without stopping the VM. Are you 
positive you are changing "private storage" and not "system storage"?


Eivind



--
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/4c6fca74-fa54-41a9-a950-02623e008b6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
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/alpine.LFD.2.20.1805041921150.1703%40localhost.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] VM maximum size is too small

2018-05-04 Thread Holger Levsen
On Fri, May 04, 2018 at 09:01:13AM -0700, Reza wrote:
> 3) I click on "settings" icon (the wheel)and I increase the "private storage 
> max size" from 2048 to its max value 10240 (written right below as 'system 
> storage max size').

you want to increase the private storage size, not the system storage
size.


-- 
cheers,
Holger

-- 
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/20180504170102.fxwsoiw3tnvtorc2%40layer-acht.org.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: PGP signature


[qubes-users] PGP to mimic Tails

2018-05-04 Thread coinshark340
i have installed kgpg, the gui backend to gpg app. 

my goal is to mimic tails with pgp. 

it looks like gpg or kgpg is not able to do this. 

i have the 'passwords & keys' tails application installed on qubes and all the 
pgp keys are there. 

when i try to use kgpg to encrypt messages, the only keys that are listed are 
private keys. 

all public keys are not available. 

i tried to enable 'pgp5' or something like that in the menu. 

i looked at tails and it looks like their app for pgp is a custom tails app 
that i cannot install from repos. 

can you recommend a better app or a fix? 

thank you!!

-- 
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/bfa861d3-a9ab-4c10-a8a3-85eb58a10231%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Qubes 4.0: Device Widget disappeared

2018-05-04 Thread gaxihoit
The system tray device widget is not visible anymore. It was there after a 
fresh 4.0 install but disappeared after some days. How can i get it back? 
 

-- 
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/aebc0e88-2c98-44a0-954f-d8872a853d59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] VM maximum size is too small

2018-05-04 Thread Reza
On Friday, 4 May 2018 17:53:23 UTC+2, Eivind K. Dovik  wrote:
> On Fri, 4 May 2018, Reza wrote:
> 
> > Hi there,
> >
> > I'm new to the Qubes world and am using Qubes 3.2.
> > In my daily work I need to work with huge amount of data, 50GB or even 
> > higher. I dedicate more than 700GB to Qubes OS, which I installed in a 
> > dualboot with my old Ubuntu (which has got less then 200GB). But I can't 
> > create a VM where I can import my data to. Even my emails can't fit into a 
> > VM dedicated to emails.
> >
> > In the VM settings the maximum size does not go far enough.
> >
> > It works fine for the less demanding areas.
> >
> > Any idea about how I can work those set of data in Qubes 3.2?
> >
> > Thanks in advance
> >
> 
> Hi, Reza.
> 
> I am running Qubes 3.2 as well, and I'm running domains that have maximum 
> size > 50GB (my email-domain, for instance, has 64GB for private storage).
> 
> Where are you changing your settings?
> 
> 
> Eivind
> 
> 
> > -- 
> > 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/8ade61c7-7704-4bc0-96f0-5292090013bd%40googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
> >

Hi Eivind,
That's what I do to change the size:
1) I stop the VM
2) I select it in the VM Manager (in DOM0)
3) I click on "settings" icon (the wheel)and I increase the "private storage 
max size" from 2048 to its max value 10240 (written right below as 'system 
storage max size').

-- 
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/4c6fca74-fa54-41a9-a950-02623e008b6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] VM maximum size is too small

2018-05-04 Thread Eivind K. Dovik

On Fri, 4 May 2018, Reza wrote:


Hi there,

I'm new to the Qubes world and am using Qubes 3.2.
In my daily work I need to work with huge amount of data, 50GB or even higher. 
I dedicate more than 700GB to Qubes OS, which I installed in a dualboot with my 
old Ubuntu (which has got less then 200GB). But I can't create a VM where I can 
import my data to. Even my emails can't fit into a VM dedicated to emails.

In the VM settings the maximum size does not go far enough.

It works fine for the less demanding areas.

Any idea about how I can work those set of data in Qubes 3.2?

Thanks in advance



Hi, Reza.

I am running Qubes 3.2 as well, and I'm running domains that have maximum 
size > 50GB (my email-domain, for instance, has 64GB for private storage).


Where are you changing your settings?


Eivind



--
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/8ade61c7-7704-4bc0-96f0-5292090013bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
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/alpine.LFD.2.20.1805041751230.1034%40localhost.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] VM maximum size is too small

2018-05-04 Thread Reza
Hi there,

I'm new to the Qubes world and am using Qubes 3.2.
In my daily work I need to work with huge amount of data, 50GB or even higher. 
I dedicate more than 700GB to Qubes OS, which I installed in a dualboot with my 
old Ubuntu (which has got less then 200GB). But I can't create a VM where I can 
import my data to. Even my emails can't fit into a VM dedicated to emails.

In the VM settings the maximum size does not go far enough. 

It works fine for the less demanding areas.

Any idea about how I can work those set of data in Qubes 3.2?

Thanks in advance

-- 
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/8ade61c7-7704-4bc0-96f0-5292090013bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] USB security in Qubes (Yubikey, rubber ducky, etc.)

2018-05-04 Thread max via qubes-users
Hi there,

I'm not a seasoned qubes-user. I have used it for some months and beginning to 
get the hang of it.

I'm curiously trying to investigate how to use yubikey as a means to utilize 
ssh with my gpg keys, sudo or anything else that might work with yubikey and 
Qubes.

Plugging my new yubikey 4 in my Qubes workstation/desktop and pressing the "Y", 
actually produces output in the VM's that is "selected/in front" and not 
allowing me to select the specific VM in which I wan't the yubikey to act. It 
acts in whichever of them I selected.

That is probably because it acts as a keyboard and not as storage.

Is there a way to protect myself against this kind of rubber ducky stuff?

A kind of OTP/2FA on keyboards, so you need to accept input after typing a 
specific on screen code or something? Just so it doesn't blindly accept any 
stream of data? 

The closest thing I found online was Duckhunt for windows, but for obvious 
reasons, that doesn't work for me, and badUSB is just to difficult for me to 
understand how to counteract, since I need to trust hardware at some point.

Sincerely
Max

-- 
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/deae76a1-fb93-4cf0-a592-52d1a8483463%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Lenovo G505S Coreboot

2018-05-04 Thread Andrew B
Got it. I understand I need to build the coreboot image and flash it. However 
still a little confused on how exactly to implement the microcode update? I 
assume its still not a part of the latest coreboot. 

Was it these two files I am looking for changes in?

src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnEquivalenceTable.c  

src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnMicrocodePatch0600110F_Enc.c

or do I understand correctly that I can run these commands at a Debian terminal 
and get the needed output too?

dd skip=5284 iflag=skip_bytes 
if=/lib/firmware/amd-ucode/microcode_amd_fam15h.bin of=amd.bin 
xxd -i amd.bin 

I then copy some/all of that content and paste it into the image file itself?

-- 
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/a21a8d4a-18f9-4ca5-9b28-1c4dae1a3ff2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] HP Z8 G4

2018-05-04 Thread 'awokd' via qubes-users
On Fri, May 4, 2018 5:16 am, Damon Permezel wrote:

> Still, that device, the X722 one using the i40e driver, is useless for
> networking as the TX interrupt never fires, and the driver times out and
> resets.

I have a USB2 controller in one of my machines that behaves similarly. Try
putting the problem device in a "sys-net2" and experimenting with adding
kernelopts like "pci=nomsi" or "irqpoll".

> GUI seems sluggish as well, though, even though `top` shows
> pretty much 100% idle.

Check /var/log/Xorg.* logs to make sure it's not software rendering.


-- 
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/d15344ee5ec08a2e88cf7b0ce047bef5.squirrel%40tt3j2x4k5ycaa5zt.onion.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Qubes 4 boot ISO

2018-05-04 Thread 'awokd' via qubes-users
On Fri, May 4, 2018 1:57 am, Drew White wrote:
> On Friday, 4 May 2018 09:19:19 UTC+10, john  wrote:

> I created a guest. I mounted the ISO to it. I booted it up and installed
> Qubes 4.0. I even did it with the burned disk.

Thanks, that last item is new info.

> Now I want to install it to my PC. So that it is no longer a guest but
> the owner.
>
> As I said, it won't install to any HD that I try to install to.
> It has that not found issue.

>> anyway mr. awokd  is the one to listen to  otherwise people will
>> probably give up, but wish you luck

And thank you, Mr. John. :)

> As I already have done that I informed as to that it was having the issue
> for no reason. Unless I have a bad download.

Did you see my suggestions in
https://www.mail-archive.com/qubes-users@googlegroups.com/msg21745.html ?
Based on the new info. above, also add these to the list of things to try:

- boot the DVD in legacy mode instead of UEFI
- try using Refind- boot to Refind then use that to boot the Qubes install


-- 
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/2201b85be911ce13e2d3d5c2a4b28430.squirrel%40tt3j2x4k5ycaa5zt.onion.
For more options, visit https://groups.google.com/d/optout.