[qubes-users] Can't BkUp? Error: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range (128)?

2016-10-04 Thread gaikokujinkyofusho
I was trying to back up a VM (a single VM if it matters) to a external drive 
that I had mounted in one of the appvms which I have done in 3.1 with no 
problems but here I got the following error:

Error: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range 
(128)

not sure what to make of it?

-- 
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/1437143b-f222-49a9-8061-ab96a0d69da8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] 0x80070643 Error QR32 QWT installation

2016-10-04 Thread Rafał Wojdyła
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2016-10-02 18:48, 0293784509247850924378509243578 wrote:
> Hello,
> 
> for the Win7 QWT installation under QR32 I followed the 
> instructions:
> 
> https://www.qubes-os.org/doc/windows-appvms/
> 
> I run this command (all is fine):
> 
> qvm-start lab-win7 --install-windows-tools
> 
> Than I started Win7, choose the D: drive and run the QWT exe file.
> 
> Here I got stuck with his error 0x80070643:
> 
> QWT 3.2.1.3
> 
> Error 0x80070643: Failed to install MSI package
> 
> How can I fix this, so my QWT is running well under QR32?
> 
> Kind Regards
> 
> 
It's hard to say what's wrong without installation logs -- they're
created in %temp% (by default \AppData\Local\Temp), text
files with names starting with Qubes_Windows_Tools.

- -- 
Rafał Wojdyła
Qubes Windows Tools developer
https://qubes-os.org/
-BEGIN PGP SIGNATURE-

iQEcBAEBCAAGBQJX9C4lAAoJEIWi9rB2GrW7cLoH/1NBUTB1G1NueBNG4Mz+jTZd
/T2IUhvVDaL5mz1lodhWPqC+9cWVmBVgizCiV9/qEcOLMwxUJc4J86bMZ+gWUhzx
y3P4Ql2D3SoBYAM45x87coKlTCnr0uSx2Hp4BIL8EbTCSfp4/yXwJmmbm0K83IQ3
SZv75pb/4e7zwyE1uxNtFbzW0cYyvuNUkgJKyxDRAW2Wm6bT4E1hD6nsh0/zC6z0
CWrRGYCZzlUFtyWlG0TO9aZfbzpxQ2+W51zuVPs+M1pOwFRPmly5mcvnCoijAGuz
StHM1oyTstDIIw9wMNZbqQPLPqN3abJOVxskbhRgUZk8zK7EbwXdTXtsKwYRuDw=
=7kYC
-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/900a79e6-bd00-f19c-48e1-52833f369e2b%40invisiblethingslab.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Screen geometry for VMs

2016-10-04 Thread Wojtek Porczyk
On Tue, Oct 04, 2016 at 10:29:16PM +0200, Alex wrote:
> starting to buffer for ~1 minute after just 3 seconds of playback.

This seems like poor Tor circuit. Isn't this firefox in a VM connected through
sys-whonix?


-- 
pozdrawiam / best regards   _.-._
Wojtek Porczyk   .-^'   '^-.
Invisible Things Lab |'-.-^-.-'|
 |  |   |  |
 I do not fear computers,|  '-.-'  |
 I fear lack of them.'-._ :  ,-'
-- Isaac Asimov `^-^-_>

-- 
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/20161004205150.GW5213%40invisiblethingslab.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Digital signature


[qubes-users] Re: how many passphrases and passwords do you need?

2016-10-04 Thread raahelps
On Monday, October 3, 2016 at 7:09:06 PM UTC-4, jkitt wrote:
> it's a stupid mess. People don't deal with it.
> 
> It would be nice if there was a specification, other than a shitty vulnerable 
> USB, that would allow the plugging in of a key that stored a GPG private key. 
> That way even your grandma could automagically sign an authentication token. 
> Such a key-fob would have it's own hardware - to receive requests and 
> possibly basic PIN authentication; or even fingerprint - if it was completely 
> isolated (as in never leaves the device); the authentication module would be 
> on the device itself and not through the OS. The idea is that the device 
> itself functions like a removable TPM chip.
> 
> Although I personally don't trust hardware that stores fingerprint data - it 
> is feasible for this method to be implemented rather securely and openly (as 
> in libre)
> 
> In the meantime, I intend soon to make a firefox addon or plugin that stores 
> a salt and domain in the firefox sync database. combine that with a standard 
> manually inputted password to create an HMAC; which can be then be encoded 
> with ASCII values from a lookup table. The result would be a completely 
> random password for every domain. To change the generated pass you would 
> change the salt. The salt is stored in firefox sync but your password is not.
> 
> I won't get to implement this until I finish UNI in a couple of years. Until 
> then I'm stuck with what I have.

what do you think of this to manage online identities? 
https://www.grc.com/sqrl/sqrl.htm 

It looks interesting, but again you still need at least a "master" password.  I 
guess this is nice in the sense that there is no other passwords in a database 
for a hacker to steal,  like in a password manager or site 
data...cough...yahoo...cough.

-- 
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/15016a29-ab2e-4904-b3a1-0741fb32f89b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: how many passphrases and passwords do you need?

2016-10-04 Thread raahelps
On Monday, October 3, 2016 at 7:48:56 AM UTC-4, pixel fairy wrote:
> passphrase: long, like 15+ words. used for encryption, does not change often
> password: short, like 3-5 words. used for login/access, changes more often
> 
> passphrases per client device (laptop etc)
> bios/firmware
> disk encryption
> 
> other passphrases
> backups
> keepass
> 
> passwords per client device
> login/screen saver
> 
> other passwords
> anything you want to access without your laptop
> 
> so if you have two laptops, two backup disks, and 1 online account that you 
> keep backups on, you'll need to remember 8 passphrases and 3 passwords. that 
> 2xbios, 2xdisk, 2xbackupdisk, 1online-backupimage, 1keepass database and 
> 2xlogin, 1account for online backups, since you might be restoring when thats 
> the only thing left. even if you use the same one for all backups, your still 
> looking at 6 passphrases. this is a simplified example compared to most of us.
> 
> how do you deal with this? how do you train users to deal with this?


I use acronymns to help remember the long disk encryption passwd and long 
master keepassx.  I don't memorize anything else and change my passwds every 90 
days.   I use a short easy to remember passwords for bios,  and qubes login 
user, since I don't consider them as important. 

I tell my family to also write down their main passwords in a safe place at 
home. I feel if someone is worried about people breaking in, like an episode of 
mr. robot, then there is more important things they should be worried about,  
like cameras and mics and other devices hidden in walls, desks and ceilings, or 
BIOS malware lol  AEM helps to detect if machine was tampered with. 

For someone that travels alot  with alot of diff devices  I
 guess you can remember one device encryption passwd, and load the usb stick 
you wear around your neck  on it to get the passwds for the other devices in 
keepassx?  I wouldn't bother memorizing the passwds for the 2 backup disks and 
online backup account.  If you can thats great.  again acronymns help.  I have 
a laptop with a long encryption i made for my 7 year old niece.  It looks like 
nonsense 14 characters (letters numbers specials diff cases) but its actually a 
whole saying from a children's book and easy to remember. 

-- 
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/688905a7-d1e6-485b-a5f5-5180fc70593a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Installation Problems; Qubes 3.2

2016-10-04 Thread habib . bhatti . md
I have a brand new Lenovo t450s I just bought for the purpose of installing 
qubes onto it and I have thoroughly followed all the instructions

Iam using a USB device which I used Rufus to instal the ISO image in DD mode 
and then I went into xen.cfg and did exactly as instructions stated to add 

mapbs=1
noexitboot=1

To each kernel but it keeps getting stuck in boot loop

Someone please help
Thanks

-- 
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/356a1362-9fc2-479b-8aaa-1a2bac9ee51c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] QVM Manager restart fails periodically

2016-10-04 Thread Jeremy Rand
raahe...@gmail.com:
> On Tuesday, October 4, 2016 at 12:13:38 PM UTC-4, cubit wrote:
>> 4. Oct 2016 16:04 by jerem...@airmail.cc:
>> I can confirm that I encountered this today.  It was with a VM that had
>> been running for several days.  I've encountered the same error (or one
>> similar to it) in the past when trying to shut down a VM that takes a
>> long time -- Qubes Manager asks me if I want to kill it, and if I say
>> yes, sometimes there's some apparent race condition and the error comes
>> up (I guess because the VM finished shutting down right before Qubes
>> Manager tried to kill it).
>>
>>
>>
>>
>> For mich I do not see any request to kill the AppVM and the uptime of the VM 
>> is very low. for example 50 minutes when I was testing the function to try 
>> and get it to error. 
> 
> happened to me a couple times,  when I tried to restart sys-usb and shut down 
> sys-net at the same time.  Sys-usb would fail to start ask me to kill it,  
> saying there is a possible bug in qubes manager.
> 
>  Now I just wait for sys-net to fully shutdown, wait a sec and then restart 
> sys-usb and haven't had the issue.

Yes -- like a lot of race conditions, it happens more often when the
system is under heavy load.  I see this behavior more often when
starting/stopping multiple VM's at once, or when the system is otherwise
under heavy CPU or I/O load.

Cheers,
-Jeremy

-- 
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/db9eb038-5d34-e901-5ebc-f4039a067824%40airmail.cc.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature


Re: [qubes-users] QR32 & Mulitasking?

2016-10-04 Thread raahelps
On Tuesday, October 4, 2016 at 2:55:50 PM UTC-4, raah...@gmail.com wrote:
> On Sunday, October 2, 2016 at 3:58:00 PM UTC-4, 
> 17093284710924378091432780943178 wrote:
> > Hello,
> > 
> > my QR32 is running currently with 4% CPU and 34% RAM.
> > 
> > And suddenly I get an input gap of 10-20 seconds - only for tying this text.
> > 
> > This seems not dependent on the lack of hardware. 
> > 
> > Can I speed up this delay times?
> > 
> > But it seems if I click short on a dom0 window it wakes up for 3 seconds.
> > 
> > Kind Regards
> 
> strange,  type xlinfo in dom0 terminal and see all your ram is recognized.  
> how much ram?   
> 
> besides top, you can try xentop in dom0 terminal to see cpu use from the diff 
> vms.  maybe something hogging the cpu?
> 
> unplug all usb devices,  try a diff keyboard?  are you using a sys-usb for 
> your keyboard?

are you typing this in an appvm or an hvm?   how much memory left in dom0 shown 
in the qubes-manager, if mine goes under 1700mb i can start lagging.

-- 
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/9acefe8c-816b-4094-a428-d4c8ecdce9c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] QR32 & Mulitasking?

2016-10-04 Thread raahelps
On Sunday, October 2, 2016 at 3:58:00 PM UTC-4, 
17093284710924378091432780943178 wrote:
> Hello,
> 
> my QR32 is running currently with 4% CPU and 34% RAM.
> 
> And suddenly I get an input gap of 10-20 seconds - only for tying this text.
> 
> This seems not dependent on the lack of hardware. 
> 
> Can I speed up this delay times?
> 
> But it seems if I click short on a dom0 window it wakes up for 3 seconds.
> 
> Kind Regards

strange,  type xlinfo in dom0 terminal and see all your ram is recognized.  how 
much ram?   

besides top, you can try xentop in dom0 terminal to see cpu use from the diff 
vms.  maybe something hogging the cpu?

unplug all usb devices,  try a diff keyboard?  are you using a sys-usb for your 
keyboard?

-- 
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/f6dd9a94-8364-4961-b681-c99dfb01c024%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Installation problems?

2016-10-04 Thread cgboal521
On Sunday, 11 September 2016 01:52:35 UTC+1, Andrew David Wong  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> On 2016-09-10 09:42, Jodie wrote:
> > Here it is, as lovely as that photo is. Thanks!
> > 
> > On Friday, September 9, 2016 at 6:46:03 PM UTC-4, Andrew David Wong wrote:
> > On 2016-09-09 13:48, Jodie wrote:
>  Version 3.1. What's annoying me is that I can't figure out why this
>  is happening. I even have a terrible photo of the install error if
>  you want to see it.
> 
>  I'm inclined to think that I'm doing something wrong, but can't
>  tell what it is that I'm doing wrong.
> 
> > 
> > Yes, please share the photo of the error.
> > 
> 
> Thanks. Tracking here:
> 
> https://github.com/QubesOS/qubes-issues/issues/2308
> 
> - -- 
> Andrew David Wong (Axon)
> Community Manager, Qubes OS
> https://www.qubes-os.org
> -BEGIN PGP SIGNATURE-
> 
> iQIcBAEBCgAGBQJX1KrDAAoJENtN07w5UDAwaD8P/0A2HwRSJ7AvYN+a5niVPlDj
> TpSzEPiOtTBXPJ8WjmlWf3P9vcp34Smo+Omo8+W3KBW9HVo+qQnsHisgfQgygnfI
> Qnlu9qyQ6TS0LjSGtL1R5idPiAZcb4wdPLcxeyjSGPSrMaq49FHua1+3jzsLd27m
> 9CxAP62hNFWBwLHL5unm98IfRfeQ5mdFye1iSTiIN5pqWvEm9RYwXjnX/EjE7DSM
> R8zCPNVXzvTbxvsok2ErYV0UE1ZBKdbyPXtqz5mTiIz+yvQ34v94QXvJocNyoqKf
> Xq8NI6yVbgKbw5Pvfok2qKrI5TtrFWo+sT0NQbTTQI1sUyy+7XBSIL/wQRyufD18
> pda6YVupnLZGgjz299anvGumQUQTpDEFM7VMa0Z3Lyc3jGnLaULKpDkpJftbrhoY
> LO3cyPsDSHEKo4iQwZvrN2YfvAkXEizDxnbGT9lFqR9KZiBaBs3EjqLWkUkVFsjY
> vL//GuIr1hDGOf5PP8610dWVVFfKqh4nF6vhUM2q8IMikN5Kxeh5Uyr4rSMyS5xe
> GEQ6WH9KU6n89zSJ82GrcrmRt3nRTEUwerqpswoiHVTdVEw4PfwpivFAkJP23eJg
> ksz6VoDUv2WGERZhef4ai9sXqDZjSvj0xLJc8RPW8hJzWeZU3T/xdMf9mfILR6hN
> VOSiKoZ7zMYvzNGP7HFH
> =dixp
> -END PGP SIGNATURE-

I too am getting this error, however this error did not occur when I tried to 
install the same version from the same .iso a few weeks ago. The only 
difference is USB 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/e42f3ee5-0930-4e80-9667-cc1c539dc179%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Upgrading from Split GPG1 to Split GPG2?

2016-10-04 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 2016-10-04 07:09, cubit wrote:
> Hello
> 
> I am using an older version of Enigmail as during the time Split GPG and 
> enigmail did not seem to work well together.  Enigmail expecting gpg2 while 
> split gpg on qubes was offering gpg1.
> 
> If I want to upgrade my enigmail to the latest is there anything I need to do 
> to the split GPG set up or should it all just talk GPG2 now?
> 
> 

Yes, Qubes Split GPG uses gpg2 by default in the backend now.

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

iQIcBAEBCgAGBQJX8+3AAAoJENtN07w5UDAwheUP/j0rmuqkWqQ1R9cIabdBGAxN
EktX8umU+3M/oCRFCJ+lZLPzuxubAxGr+/6hulA1HgTK7Dczd+2gp32xDQ+ULBRp
2lvR204RhWClLYeRcxvH1QRnnT7sd0d3d/wqFDCdbtI2GOxM7NofC/Sv9Uy7D87S
vvtEHnrGW/13LxsygpTpzf9gjB2InWhibuo9VEexE2y/IGPPwcUvmAMBvNyzA9Ac
ShPaZNO+YOMH95/fpfLO2HcUYqKGsaxQT3kFCdRV3xPtv2NC3idkpr3mHPCI3NzG
GmWkPpq1QZxL0bNg6Q4h2FFIRGF9+GuFKt7f4NDcbOBLD4EsiCkc3b6KZJR9ISBo
3LX7Ek15gva7SQZtolBCl4M+lHUJt57IaBpZ7g/o2W83OdvzPgKM/mfTiPxnvH/Q
1Xwmicc3sDTkO4C+98Q52aUFKxPiIYnNH9AEZxGZb8EKLZY39RpqLKrOc5QJupjp
vtBxU2JRaRg9A5Bijf9vptWqfMgPlduNM9FvMKEAXTauwUEE5omDFry8FSjldDg7
9hohr6fBhHINJuRflIVzrsNAEQNMIbgJ8bpwYSBQ/NvLk17EiczPsSEgO7iCuD9t
WF8P5ruElH4If7M6fTBITmJ4cw2kaLgCiUEOpVfw1LddWiH8KOktpofgT5e1POga
7pBUfGNIH1YrE4aVGCJP
=dCE0
-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/b6c3c3f6-d627-87e6-8f1c-4f337c777543%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Screen geometry for VMs

2016-10-04 Thread Alex
I've seen that the ticket has been closed, and I tried to update
qubes-gui-vm in a template from the testing repo.

Guess what, now the windows put in the last 2 monitors do work =)

I'll let you know if anything bad happens, but as of now nothing seems
off. Thank you Marek again for your quick fix!

-- 
Alex

On 09/27/2016 09:19 PM, Marek Marczykowski-Górecki wrote:
> On Tue, Sep 27, 2016 at 08:47:27PM +0200, Alex wrote:
>> Hi everybody, I'm back with a brand-new workstation setup to try
>> Qubes on. I bought a Matrox C680 and hooked up six monitors to its
>> DisplayPort outputs. I'm using Qubes R3.2 fully updated as of now,
>> with XFCE.
> 
> Wow... The problem is that gui-agent have hardcoded maximum of 4
> outputs[1]. The number is totally arbitrary, can be changed to
> anything. Any ideas for better value? Apparently 4 isn't large
> enough...
> 
> Another possible problem: what is your total resolution (across all
> the outputs)? The max supported is 32767x32767.
> 
> [1] 
> https://github.com/QubesOS/qubes-gui-agent-linux/blob/master/xf86-video-dummy/src/dummy.h#L16
>
> 
> 

-- 
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/41673fa5-cf9f-8d4a-7a0e-80f4b6fff268%40gmx.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature


Re: [qubes-users] Can't get disposable VMs to work

2016-10-04 Thread raahelps
On Monday, October 3, 2016 at 11:30:14 PM UTC-4, Chris Mays wrote:
> On Sunday, October 2, 2016 at 11:36:09 PM UTC-5, raah...@gmail.com wrote:
> > On Monday, October 3, 2016 at 12:05:43 AM UTC-4, Chris Mays wrote:
> > > On Sunday, October 2, 2016 at 10:53:06 PM UTC-5, Andrew David Wong wrote:
> > > > -BEGIN PGP SIGNED MESSAGE-
> > > > Hash: SHA512
> > > > 
> > > > On 2016-10-02 20:45, Chris Mays wrote:
> > > > > I just installed Qubes OS for the first time today, and am having 
> > > > > troubles getting a disposable VM to run.  The system menu for Firefox 
> > > > > and XTerm just stall.  Is there something I am missing?
> > > > > 
> > > > > Regards
> > > > > 
> > > > 
> > > > Try running this command in dom0:
> > > > 
> > > >   $ qvm-create-default-dvm --default-template
> > > > 
> > > > If the final line of output is "DVM savefile created successfully," 
> > > > then it has completed successfully, and you should try starting a new 
> > > > DispVM again.
> > > > 
> > > > If it doesn't complete successfully, post the output here.
> > > > 
> > > > - -- 
> > > > Andrew David Wong (Axon)
> > > > Community Manager, Qubes OS
> > > > https://www.qubes-os.org
> > > > -BEGIN PGP SIGNATURE-
> > > > 
> > > > iQIcBAEBCgAGBQJX8dYUAAoJENtN07w5UDAwPy0P/iJjIMO2vtUvWp2h6/J0FRmN
> > > > 9AFFmtupc9vjEfw6XYeD52EryZANNKwNs1NIHKFUxr+NVY/n48egM7+uWtbwdWSz
> > > > y4EBUV5ajAfZOT/PbuwoW20lKf17fNFdqUELJ7GPjW9JrO33/Kx7NBkvlhzTCiln
> > > > Lk9ZqtXZXNtLZ8T2Afz1879HFotIBRCknzdSZF4BO7gO7ZckojfK/tEDdQLoB5BV
> > > > vyQu3X+9FBe2pdmNfmdvFytcn7k+16koZRX2tlLa0RdN8EdP523mVS3Q6mx39rh9
> > > > 7oTWQDR4IAxIMpLMf53ZF/Ow7DRzpWv8eETOC+SnwWB5Gfgu2d4Vj1NsyLFxu/n4
> > > > YjGpdlTGz+JGoZtC18uLsMkAiayTXUj06HFla33fY8Sz/zjyjtPl6FRaqnKFKiHF
> > > > XfZAFIANbUvTpMM+9B2Z6qaj/Q2LJ3naE87jlliEGFsoEiFRUI6VQti7Lg5/qNS8
> > > > BvJatz31NGfN6hKmp815z/K2AWIqBrLFqmASEZlwbhjGcCxyOhrJCnDt/Uxu2r+2
> > > > k5kJis8EVtQ8q+BhRHjWQjCV2ZgHiHpnGYRZcWrMQQkfoT35xnww/v8QkRC9dO8Z
> > > > Zt7/JRRkvZuJo6ZdQHw4aco84dTiXuAvKl/JQY6O6iili+JQql5i4jtNfT5JI9Jc
> > > > LysDD4aOYfQK3umMkEbP
> > > > =0BEc
> > > > -END PGP SIGNATURE-
> > > 
> > > That command ran successfully.
> > > 
> > > > DVM savefile created successfully.
> > > 
> > > The DispVM still fails to start.  When clicked from the XFCE menu, I see 
> > > a notification "Starting new DispVM..." and nothing happens after that.
> > 
> > go to qubes-manager and view menu and select show hide internal vms,   and 
> > delete all the dvm ones.  then try  qvm-create-default-dvm fedora-23
> 
> I only had one, "fedora-23-dvm".  I deleted it and recreated it, but the 
> DispVM is still not starting.

have you rebooted machine?  is it just the default firefox dispvm entry?  What 
if you load a terminal from a vm,  then try to load an app in a vm with,   
qvm-run '$dispvm'  appname

-- 
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/018bdca3-8307-416d-85a2-af5d35209380%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] QVM Manager restart fails periodically

2016-10-04 Thread cubit
4. Oct 2016 16:04 by jeremyr...@airmail.cc:

> I can confirm that I encountered this today.  It was with a VM that had
> been running for several days.  I've encountered the same error (or one
> similar to it) in the past when trying to shut down a VM that takes a
> long time -- Qubes Manager asks me if I want to kill it, and if I say
> yes, sometimes there's some apparent race condition and the error comes
> up (I guess because the VM finished shutting down right before Qubes
> Manager tried to kill it).







For mich I do not see any request to kill the AppVM and the uptime of the VM is 
very low. for example 50 minutes when I was testing the function to try and get 
it to error.  


>  
>

-- 
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/KTFT8hx--3-0%40tutanota.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] QVM Manager restart fails periodically

2016-10-04 Thread Jeremy Rand
cubit:
> 4. Oct 2016 12:31 by a...@qubes-os.org:
> 
>> Thanks for the report. Tracking:
>>
>> https://github.com/QubesOS/qubes-issues/issues/2362
>>
> 
> 
> 
> 
> Some unscientific testing.
> 
> 
> 
> 
> Trying a restart after 15 minutes of not doing a restart and the function 
> works as expected
> 
> 
> 
> 
> Trying a restart after 50 minutes of not doing a restart and the function 
> fails the first time with the error as mentioned previously.

I can confirm that I encountered this today.  It was with a VM that had
been running for several days.  I've encountered the same error (or one
similar to it) in the past when trying to shut down a VM that takes a
long time -- Qubes Manager asks me if I want to kill it, and if I say
yes, sometimes there's some apparent race condition and the error comes
up (I guess because the VM finished shutting down right before Qubes
Manager tried to kill it).

Cheers,
-Jeremy

-- 
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/c5220077-a2ec-382a-d6b5-06d937b93bf2%40airmail.cc.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature


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

2016-10-04 Thread habib . bhatti . md
I have a T450s and I followed instructions exactly 
I am using a USB device which I used Rufus to instal the ISO image in DD mode 
and then I went into xen.cfg and did exactly as instructions stated but it 
keeps herring stuck in boot loop 

Someone please help
Thanks 

-- 
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/4bedab72-fd93-4e8d-802f-472405112604%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Needed Packages for sys-usb on Fedora-minimal

2016-10-04 Thread entr0py
Fabrizio Romano Genovese:
> Hello everyone,
> 
> I have installed the fedora-24-minimal template and I'm loving it. I'm using 
> it as the underlying template in my Netvm and FirewallVM, I just followed the 
> guide on Qubes website and everything went well. I'd like to do the same for 
> my sys-usb vm but I'm clearly missing something, since if I plug a USB key in 
> it doesn't get recognized. Any suggestion about what packages may I need for 
> a smooth usb experience on this template?
> 
> Thanks for your help,
> Fab
> 

The minimal template is great! Had the same issue: 
https://github.com/QubesOS/qubes-issues/issues/2018

I can't test F24 but I assume that usbVM still has a perl dependency since the 
issue is still open. 
(sudo dnf install perl)

You may optionally want to install qubes-input-proxy-sender as well.


-- 
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/a466b12c-5c39-d70e-99af-20602c038bac%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Upgrading from Split GPG1 to Split GPG2?

2016-10-04 Thread cubit
Hello

I am using an older version of Enigmail as during the time Split GPG and 
enigmail did not seem to work well together.  Enigmail expecting gpg2 while 
split gpg on qubes was offering gpg1.

If I want to upgrade my enigmail to the latest is there anything I need to do 
to the split GPG set up or should it all just talk GPG2 now?


-- 
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/KTF0qP7--3-0%40tutanota.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] QVM Manager restart fails periodically

2016-10-04 Thread cubit
4. Oct 2016 12:31 by a...@qubes-os.org:

> Thanks for the report. Tracking:
>
> https://github.com/QubesOS/qubes-issues/issues/2362
>




Some unscientific testing.




Trying a restart after 15 minutes of not doing a restart and the function works 
as expected




Trying a restart after 50 minutes of not doing a restart and the function fails 
the first time with the error as mentioned previously.









-- 
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/KTEx6Ck--3-0%40tutanota.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: I can't disable ipv6 on Debian Template

2016-10-04 Thread nishiwaka46
Le mardi 4 octobre 2016 01:37:16 UTC+2, raah...@gmail.com a écrit :
> On Monday, October 3, 2016 at 1:14:13 PM UTC-4, nishi...@gmail.com wrote:
> > It isn't a configuration problem but a driver related one. I made the 
> > mistake to set up this mouse with a minimum DPI value that is too high. 
> > Anyway it has by default a high DPI value that does not fit a browsing / 
> > workstation profile. I bought it for gaming purpose, but I stopped playing 
> > video games.
> > 
> > Problem is driver from manufacturer to Linux users is really bad as ofc 
> > they don't sell it for that usage. So unless someone would know how to 
> > properly burn a udf USB iso, I guess I'll have to reinstall baremetal 
> > Debian and take an afternoon to compile sources and make it work, once 
> > again...
> 
> if it works in a baremetal debian, it should work in a debian based sys-usb.

Thank you for the tip, I forget indeed to try this. But I found an easier 
solution as those drivers for Debian were considered as "outdated" by the 
manufacturer (confirmed xd it took me a lot of time to make them work :S) : to 
go for a Linux distro on where they were still implemented by developpers : )

So I just installed Ubuntu and they worked fine, took me 5mn to install and 
lower down DPI :)

Well so once again, really sorry having went on this full paranoid mode and 
talking shit about Qubes, thinking my HDD was hijacked or smth wtf.. So stupid 
and bad mannered from me... Unfortunately it comes from a previous rootkit 
experience on Windows so I suppose now when I see something kinda suspicious 
like an USB refusing to boot, I react like this, which isn't adapted at all.

I hope it's cool and that I didn't hurt anyone. Even though this ipv6 port 
listening surprised me, I will keep using Qubes as it is a great OS and the 
work done here by developpers is just awesome. Documentation is also clear and 
well written. I also like the fact it comes with Debian + Xfce, which is imo 
the best destktop manager on Linux. Simple, elegant, and still greatly 
customizable : ) I find it better than the current Ubuntu default desktop 
manager I just discovered, but I guess everyone has its own preferences ^^
But yea first I really want to try out Unix BSD as when you are running Linux 
since few months you might want to discover where everything started : )

Bye and thank you again for your help on closing ipv6 on Debian, I hope it 
might help someone else not willing to have it enabled (for now... as we will 
all have to use it within time !)

-- 
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/d741cfcf-18cf-48c1-9842-09e8a0f2ff43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] where is sources.list?

2016-10-04 Thread cubit
4. Oct 2016 12:31 by nezna...@xy9ce.tk:

> in Dom0 i try 
> sudo find / -name *.list -print 
> and i don't see the sources.list. Where is it?

sources.list is Debian based,  dom0 is fedora so take a look /etc/yum.conf, 
/etc/yum and /etc/yum.repos.d



-- 
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/KTElq_C--3-0%40tutanota.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] where is sources.list?

2016-10-04 Thread neznaika
in Dom0 i try 
sudo find / -name *.list -print 
and i don't see the sources.list. Where is it?

-- 
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/210dbc16-f945-43d7-862c-29f5ad3f75c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Needed Packages for sys-usb on Fedora-minimal

2016-10-04 Thread Fabrizio Romano Genovese
Hello everyone,

I have installed the fedora-24-minimal template and I'm loving it. I'm using it 
as the underlying template in my Netvm and FirewallVM, I just followed the 
guide on Qubes website and everything went well. I'd like to do the same for my 
sys-usb vm but I'm clearly missing something, since if I plug a USB key in it 
doesn't get recognized. Any suggestion about what packages may I need for a 
smooth usb experience on this template?

Thanks for your help,
Fab

-- 
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/db26a976-61e0-4834-ae54-d3f6f20b9422%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: XFCE Application menu

2016-10-04 Thread cubit
3. Oct 2016 13:24 by cubemam...@gmail.com:


> Yeah I find that really annoying. I like my launcher to be neatly organized 
> and now its a mess, I'm not willing to go in an fix it via  text file in vi. 
>
> Best third party way to make this editable?




https://smdavis.us/projects/menulibre  looks promising 





But I am think that I just checking with anyone who has experience with XFCE + 
Qubes to make sure there is not some sort of compatibility issue by using such 
a app and how Qubes interacts with the application menu.






-- 
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/KTEWDgM--3-0%40tutanota.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] XFCE Application menu

2016-10-04 Thread cubit
2. Oct 2016 16:03 by evas...@openmailbox.org:


> Right click on the panel -> Panel -> Add New Items -> Launcher
> Now you can right click on new launcher icon and add any applications to it. 
> (also configure it)
>




Thanks Eve star but I am not sure this is sustainable, I would rather something 
that works with Qubes and will auto add and AppVM as I create them.




 

-- 
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/KTEUsdz--3-0%40tutanota.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] QVM Manager restart fails periodically

2016-10-04 Thread cubit
Hello

I am testing the new "restart" feature in the Qubes VM Manager and noticing 
that it is a bit buggy.   There is one piece of the puzzle however that I can 
not figure out allowing me to replicate it consistently or narrow down why it 
fail some times

The first time I  select a VM and press "restart"  after an indeterminate time 
frame the restart will fail with the error below.   If I try and restart any 
number of other vm immediately after they will all restart ok.

error: 

  ---
  line: assert not vm.is_running() 
  func: start_vm
  line no.: 1158
  file: /usr/lib64/python2.7/site-packages/qubesmanager/main.py
  
  line: self.caller.start_vm(vm)
  func: check_if_vm_has_shutdown
  line no.: 288
  file: /usr/lib64/python2.7/site-packages/qubesmanager/main.py

cubit




-- 
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/KTEUG0N--3-0%40tutanota.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Why should I verify digests, if I already checked PGP signatures?

2016-10-04 Thread yaqu
On Mon, 3 Oct 2016 16:13:03 -0700 (PDT), jkitt 
wrote:

> On Saturday, 1 October 2016 14:07:32 UTC+1, Arqwer  wrote:
> > Documentation says to check digests after I verified an .iso with
> > gpg. Why? Doesn't correct PGP signature mean, that .iso is good and
> > came from Qubes developers?
> 
> Yes it does. Normally distros sign the digest. Qubes signs the iso.

To be precise: Qubes signs both, the iso and the digest.

-- 
yaqu

-- 
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/20161004090647.F2DBF205303%40mail.openmailbox.org.
For more options, visit https://groups.google.com/d/optout.