Re: [qubes-users] Re: Is it possible to create a fast clone/copy-on-write Qube?

2018-05-25 Thread tasket

On 26.05.2018 07:19, tas...@posteo.net wrote:

On 26.05.2018 05:56, fsharpn...@gmail.com wrote:

Ok, I discovered pvs to tell me the disk usage, ran it before and
after cloning a ~10 GB Windows VM, and verified usage was the same
before and after:

$ sudo pvs
  PV VG Fmt  Attr PSize  PFree
  /dev/sdb2  qubes_dom0 lvm2 a--  58.76g 8.71g



Actually, the answer is also there in the lvs output. The LSize shows
the upper limit for the volume's size, and the Data% shows how much of
that is used.

When you clone a VM (lets say an appVM), you'll notice another private
volume is created and shows the same figures as the volume it
originates from. But looking at pool00 (the overall container for our
VM volumes), the Data% barely changes if at all.




$ qvm-clone windows windows2
windows2: Cloning private volume
windows2: Cloning root volume

$ sudo pvs
  PV VG Fmt  Attr PSize  PFree
  /dev/sdb2  qubes_dom0 lvm2 a--  58.76g 8.71g

Qubes manager gives the disk of the clone VM as 0 before I run it:

https://imgur.com/NGAjTxg

Though afterward it gets the same disk size as the original:

https://imgur.com/hCGUVqs

So again I assume that's the virtual space allocated to the clone
rather than the actual space.


Yes.

The Linux storage options won't show a volume that grows from nothing
and has a size equal to the delta from the parent volume. This is
because the Thin LVM and Btrfs objects are not really hierarchical,
and this can be a good thing because it usually means fewer demands on
you attention... there is less 'care and feeding' necessary with the
Linux options. But you do have to keep an eye on your overall free
space, of course.

If you really need to know the delta size between two related volumes,
there may be a utility out there that scans the volume metadata and
shows you. My guess is you would most likely find it for Btrfs, and it
would be described as a tool related to deduplication (or 'dedup').

And that brings me to another point: On Btrfs if you have two related
files (.img volumes) but suspect they have diverged too much over
time, you can tell Btrfs to perform deduplication to find new
commonalities and reduce the overall space used.

Chris


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


[qubes-users] Re: Is it possible to create a fast clone/copy-on-write Qube?

2018-05-25 Thread fsharpn00b
Ok, I discovered pvs to tell me the disk usage, ran it before and after cloning 
a ~10 GB Windows VM, and verified usage was the same before and after:

$ sudo pvs
  PV VG Fmt  Attr PSize  PFree
  /dev/sdb2  qubes_dom0 lvm2 a--  58.76g 8.71g

$ qvm-clone windows windows2
windows2: Cloning private volume
windows2: Cloning root volume

$ sudo pvs
  PV VG Fmt  Attr PSize  PFree
  /dev/sdb2  qubes_dom0 lvm2 a--  58.76g 8.71g

Qubes manager gives the disk of the clone VM as 0 before I run it:

https://imgur.com/NGAjTxg

Though afterward it gets the same disk size as the original:

https://imgur.com/hCGUVqs

So again I assume that's the virtual space allocated to the clone rather than 
the actual space.

-- 
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/426fb451-b320-4ea8-8ed9-211f2530912c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: 4K Scaling is working properly at Qubes 4.0 ?

2018-05-25 Thread Sergio Matta
Em sexta-feira, 25 de maio de 2018 19:45:25 UTC-3, loret  escreveu:
> On Friday, May 25, 2018 at 11:26:09 PM UTC+2, Sergio Matta wrote:
> > Em sexta-feira, 25 de maio de 2018 13:51:59 UTC-3, konner  escreveu:
> > > -does qubes scale properly now once you select 4k scaling?
> > > including start menu , app icons and gedit,...?
> > > 3.2 has issues with this
> > 
> > My Qubes 4.0, cpu AM3 X6, graphics Rx560 is connected to a Sony 4k tv and 
> > working fine :-) 
> > Is that what you want to know?
> 
> 
> 
> Im using a 15 inch screen, on 3.2 qubes did and was not able to scale menu 
> icons and other smaller objects.
> some objects were scaled but many not,
> 
> does 4.0 scale EVERYTHING , all icons... ?

Using high resolution tv (4k=3840x2160 pixels) and everything is fine, but fhd 
tv (1920x1080) needs to adjust dpi settings in each vm (gnome-tweak-tool) you 
use.

-- 
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/c1ee88b9-d2aa-41c9-9cd8-6a7080479458%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: 4K Scaling is working properly at Qubes 4.0 ?

2018-05-25 Thread loret
On Friday, May 25, 2018 at 11:26:09 PM UTC+2, Sergio Matta wrote:
> Em sexta-feira, 25 de maio de 2018 13:51:59 UTC-3, konner  escreveu:
> > -does qubes scale properly now once you select 4k scaling?
> > including start menu , app icons and gedit,...?
> > 3.2 has issues with this
> 
> My Qubes 4.0, cpu AM3 X6, graphics Rx560 is connected to a Sony 4k tv and 
> working fine :-) 
> Is that what you want to know?



Im using a 15 inch screen, on 3.2 qubes did and was not able to scale menu 
icons and other smaller objects.
some objects were scaled but many not,

does 4.0 scale EVERYTHING , all icons... ?

-- 
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/371a2525-8be7-4120-9fca-863968fa9922%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: 4K Scaling is working properly at Qubes 4.0 ?

2018-05-25 Thread Sergio Matta
Em sexta-feira, 25 de maio de 2018 13:51:59 UTC-3, konner  escreveu:
> -does qubes scale properly now once you select 4k scaling?
> including start menu , app icons and gedit,...?
> 3.2 has issues with this

My Qubes 4.0, cpu AM3 X6, graphics Rx560 is connected to a Sony 4k tv and 
working fine :-) 
Is that what you want to know?

-- 
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/02304e81-cb4b-4c51-87ed-85e566cbc49e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] 4K Scaling is working properly at Qubes 4.0 ?

2018-05-25 Thread konner
-does qubes scale properly now once you select 4k scaling?
including start menu , app icons and gedit,...?
3.2 has issues with this

-- 
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/e3d77eba-365b-4ae7-abe4-0d96218a68d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [SPAM] Re: [qubes-users] Curl error (6) by updating dom0

2018-05-25 Thread 'awokd' via qubes-users
On Fri, May 25, 2018 12:31 pm, evo wrote:

>
> yes, correct. i added there "s" by http but then gor another error

Please copy and paste the error messages you are getting. See
https://www.qubes-os.org/doc/copy-from-dom0/#copypaste-from-dom0.


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


Re: [qubes-users] Teamviewer 13 won't start (QubesOS 3.2)

2018-05-25 Thread 799
Hello,

Others call me jean  schrieb am Fr., 25. Mai 2018,
14:32:

> [...]
> Since Fedora 26 and Teamviewer 13 I can't open teamviewer anymore:
>
> [user@fedora-28-dvm ~]$ teamviewer
>
> Init...
> CheckCPU: SSE2 support: yes
> Checking setup...
> Launching TeamViewer ...
> Launching TeamViewer GUI ...
> [user@fedora-28-dvm ~]$
>
> -> no GUI
>
> This issue sounds like the same problem, but I don't know how I can get
> the solution:
> https://github.com/QubesOS/qubes-issues/issues/3664


What display resolution are you running and what about other applications
in the same AppVM?

[799]

-- 
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/CAJ3yz2vT2anrB4u%2B7iQaDP34yrcYJ6WqU9Vs5M-___foR8KsJg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] pulseaudio/vchan errors

2018-05-25 Thread donoban
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 05/25/18 13:19, donoban wrote:
> Hi
> 
> I noticed a lot of messages like this:
> 
> May 25 13:13:40 XXX pulseaudio[716]: write_to_vchan: all=768000 
> waited=163 nonwaited=767837 full=0 May 25 13:14:55 XXX
> pulseaudio[716]: write_to_vchan: all=776000 waited=163
> nonwaited=775837 full=0 May 25 13:16:10 XXX pulseaudio[716]:
> write_to_vchan: all=784000 waited=167 nonwaited=783833 full=0 May
> 25 13:17:25 XXX pulseaudio[716]: write_to_vchan: all=792000 
> waited=169 nonwaited=791831 full=0
> 
> They appear in a lot of VM's logs even in Fedora template (which I 
> think that never had played any sound).
> 
> Does anybody know something about them?
> 

Well, it seems it is a simply debug info:
https://github.com/QubesOS/qubes-gui-agent-linux/blob/4427218dc382c66a98
e22d5e67bdef5a87a5b3ba/pulse/module-vchan-sink.c#L257

Playing an internet radio program I get near 1 per second.
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEznLCgPSfWTT+LPrmFBMQ2OPtCKUFAlsIL6cACgkQFBMQ2OPt
CKXBRA//f2t2znK9nMFKd76M6QiiYHP71fN1jEAWd/A6WBWSVL53B263iu+pEleO
sa/wgjn/+YdIVZx3ablZzmBZX1YMbJGDEPV/O8DqEY5xOyZ/laXxNCELCr8XsIuG
qdDpyeRNbgdmUWlRnUvhn9IWz0B9G2/XHKU/dCKPqgXwLC0s5L9M86hsRXwDIGP5
sML3s1T7J7Jp4/ziSLOH5FMs8PJ6OON4YXvXOwCAX7J8aGJ4aSx4NgWxmDXgao+7
tBw6oY0dHg62UN3AacPTPqtBs2YeziV1APWoXhIIPq5y2aI4cYaTR2U6WVDBG2fh
bHBUppMZnH+4Zer2qPU1DNTxeUyrymOWHBnAXVIt+yEwdZ7kWrnDTB26cb0Q6u87
SJrEVSrJdxF2z4etJNrpmyjMFJVgaASMcnVXyAZYi5gF2VIcT1kIvHw05RMCIL6X
AF9nYB1fZ4aNduouRnkzGN+OyvI2efeQkFo0EeliowbQnCJh8dH953j4foaU2LWm
L+F9HwDry4p7lG127sGrvUTsPfZ2PwOupqw+bEPtob1raim0B3geWJp7awciT340
w2cuVYpxzlIIGwgKf5vlap34P1prWV5vBRhprJAnUso0MZKNgAuan1N1dPwKB6eH
d3eXp2zja4D0R9GiOM6ZV0MA5qs0zWuLptyStqi1Iyrod2VU20E=
=HyU5
-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/b02aedd9-3dcf-b226-5fa0-1ccf0673c288%40riseup.net.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] HP Sure Start

2018-05-25 Thread Zbigniew Łukasiak
Is this compatible with Qubes? http://h10032.www1.hp.com/ctg/Manual/c05163901


-- 
Zbigniew Lukasiak
https://medium.com/@zby
http://brudnopis.blogspot.com/

-- 
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/CAGL_UUv4B-u%2BwmB%3DR2mwYRBLU%2Bem_eGKQGqpTmcQEO_3BR62Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Active device on Bus block startup

2018-05-25 Thread Deviant
Good Day

I am fairly new to Qubes OS and Linux in general. I seem to have an issue when 
I need to start sys-net as I get some BUS that is shared between Ethernet and 
some Card Reader.

Anyways, I can isolate the issue by performing the command below and then start 
sys-net. My question is, what can I do to perform this command on bootup. I 
understand I need to create some file just not sure how exactly.

echo -n "1" > /sys/bus/pci/devices/:05:00.0/remove

Please advise
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/41b2330a-2237-4d9e-a775-7fe8ea4dc854%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Teamviewer 13 won't start (QubesOS 3.2)

2018-05-25 Thread Others call me jean
Hi

Since Fedora 26 and Teamviewer 13 I can't open teamviewer anymore:

[user@fedora-28-dvm ~]$ teamviewer

Init...
CheckCPU: SSE2 support: yes
Checking setup...
Launching TeamViewer ...
Launching TeamViewer GUI ...
[user@fedora-28-dvm ~]$

-> no GUI

This issue sounds like the same problem, but I don't know how I can get
the solution:
https://github.com/QubesOS/qubes-issues/issues/3664

Thanks for help

-- 
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/pe8vl7%24ahv%241%40blaine.gmane.org.
For more options, visit https://groups.google.com/d/optout.


Re: [SPAM] Re: [qubes-users] Curl error (6) by updating dom0

2018-05-25 Thread evo


On 05/24/18 19:30, awokd wrote:
> On Thu, May 24, 2018 4:24 pm, evo wrote:
>>
>>
>> On 05/24/18 14:33, awokd wrote:
> 
>>>
>>> See the instructions at the top of
>>> https://www.qubes-os.org/doc/installation-guide/.
>>>
>>>
>>
>>
>> thanks!
>> i changed the 4 links to https.
>>
>> ...but now i get curl error (3) on several links
>> "ULR using bad/illegal format or missing URL for ..."
>> und am Ende "... http' contains bad letter"
> 
> You edited /etc/yum.repos.d/qubes-dom0.repo, right? And made the line
> under [qubes-dom0-current] look something like:
> 
> baseurl = https://yum.qubes-os.org/r$releasever/current/dom0/fc25
> 
> 

yes, correct.
i added there "s" by http
but then gor another 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/9382c3ba-b1b7-c64a-a41a-0491b03bd20c%40aliaks.de.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Deleting Disposable VMs / Qubes Docs / Warning

2018-05-25 Thread donoban
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 05/25/18 13:40, brendan.h...@gmail.com wrote:
> General question to the list: would opening an "Issue" on github be
> the appropriate way to get this documentation error addressed
> quickly?
> 
> Thanks, Brendan
> 

No needed, I will fix it.
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEznLCgPSfWTT+LPrmFBMQ2OPtCKUFAlsH+DEACgkQFBMQ2OPt
CKX5Xw/6AzbomMQk8JvxqA9P5raVuWclONNhEwAnWvMydjsS74UV0Epou6pfgawJ
55grL6K7q0X8lmlryOyYLz4QgdkTNAbKtMESfVpEYvOnX2Z7oeFraea/7ehqvYhw
AFFusSKN/ru8D5MJN/17s6F/Q5Pd/IaUpfwlB8L8yRJLWf3Sz/sUaWh1R/LShLLp
ddCqDzW4FHshUg4Jiwt0lCm+JQFRKqKFqhm8/bTlFW5Iicr/nSbeDk49A3p6oVkA
kc4kWQNb/vRwcOksjsk3KYu3Z4BCKcjlYle6+ZAB9PDcgH/n3GWO1OBMdgZjK+Cm
F/WXRH9J3TjPOM5+mmvJbrKyRf4BdV8u15FAOB+LCQdKpsFbj4abivfXFI8noIBM
jhMSEerMyP0H4Q+6PhiXdQcU9KE85MgTV6gSk8xwGwAyTedctSGgg+bfBVydPFz/
U92P+wh2ROgYSib4JmGDme4modTOawlyRE/1fYwBzTHRP4QVEzROSoYXdbrfrWdr
SzC15E28S8mdg3s7xNgG/uO2toUFimD3lAaMfV1hVr86XcfV1/WcHnlQNeIzfk8d
CmRsVrIwkoTDNIjnvuqXU+h7vQ/QS39YzstWEW95NKQ6wM7HiRxBl8oPLrj7JAr5
b5+OgiPZk1DCkmq1lgqRBXDvo9OdObuBy8wFFRr6az0GxDyvrHc=
=qMzG
-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/29d1dee9-7317-b4d4-df0f-237e613bca7a%40riseup.net.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Deleting Disposable VMs / Qubes Docs / Warning

2018-05-25 Thread brendan . hoar
On Thursday, May 24, 2018 at 6:35:42 PM UTC-4, pon...@keemail.me wrote:
> Just a little warning:
> 
> The typing error
> 
> [user@dom0 ~]$ QUBES[instead of qvm]-prefs  default_disp ""
> 
> in the section »Deleting Disposable VM« 
> on https://www.qubes-os.org/doc/dispvm-customization
> 
> can cost you hours of research –
> if you are as blind and stupid as me. 

General question to the list: would opening an "Issue" on github be the 
appropriate way to get this documentation error addressed quickly?

Thanks,
Brendan

-- 
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/db8329a0-9f59-45fd-8168-2a68e0f6301c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] pulseaudio/vchan errors

2018-05-25 Thread donoban
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi

I noticed a lot of messages like this:

May 25 13:13:40 XXX pulseaudio[716]: write_to_vchan: all=768000
waited=163 nonwaited=767837 full=0
May 25 13:14:55 XXX pulseaudio[716]: write_to_vchan: all=776000
waited=163 nonwaited=775837 full=0
May 25 13:16:10 XXX pulseaudio[716]: write_to_vchan: all=784000
waited=167 nonwaited=783833 full=0
May 25 13:17:25 XXX pulseaudio[716]: write_to_vchan: all=792000
waited=169 nonwaited=791831 full=0

They appear in a lot of VM's logs even in Fedora template (which I
think that never had played any sound).

Does anybody know something about them?
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEznLCgPSfWTT+LPrmFBMQ2OPtCKUFAlsH8VkACgkQFBMQ2OPt
CKWzIg//WBmxPLyXFA+So9yMaeJAA4HV/MlkPQBqHIuLRdNaIifTuQmlNo0k1UJv
RzfpzhloNRyaxmkPMutdiKu6/tsPxpu0R/VcOue6PCk1+O5HA7WTkTUFdDa0DMC+
CR7A63EbwlSFQYW9iF65BGEMPrGvqXD3Gque69H8DcDYN2YnuqW9mWdGPmTWUzjE
n1N8iOLqN525QvdL3N4G9AN8MkqZj9CQM+3MJzTAqG8GtPEZB34IjFtrKjrYgJV8
dWR0WfvyUdWVZuzJH1ol4ap9rJGM9l03FZxIbnGhVLqZeu+9SIyRSS7GwcGBmcUy
is8ukbdU+7BRdFKISOcvJsaqR8QS8JmzpZ1JGfjoFladh/+YfaseSaYzKZz8yLOe
pAgSexzpczzE+g83c0zwub+kok39UlKjfPzO55RZj+HMtZTvNnrFce05jRbP+LTM
VxE8zPTayPzNFDhAvmgLeW/81csJ8UKuC2jSS6nrwEbAgYLbr8Dpda/uwv28auGO
0p9aWKqco6PSmcNJrB3KMujCbg6yvmgq/gw9QeWpMWaHcX28Tc814SVTn6edF9DF
z2SWN0SWXruwqkWTbww0HPKdP8KcIr0964V3JetoWt77roGYvDqr4IlJi2dyZv7O
wBxfzN+0UIudmcu+MqDrPGvlnhMqJbXRvu7ycVX1+85DuRqWBqc=
=8IWS
-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/09d5d198-a491-9713-9431-8f6dbf0f5830%40riseup.net.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: [qubes-devel] Fedora 26 and Debian 8 approaching EOL

2018-05-25 Thread Holger Levsen
On Thu, May 24, 2018 at 07:29:18PM -0500, Andrew David Wong wrote:
> Thank you for the correction. I've updated the announcement on the
> website to clarify this:
> https://github.com/QubesOS/qubes-posts/commit/3db9a35e297b3defa0863f8ab02ebd56e8384053

thank you, looks good!


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


signature.asc
Description: PGP signature


[qubes-users] No .gnupg/gpg.conf created in vault-safe VM

2018-05-25 Thread qubes-fan
Hi, this is more precise continuation of my previous post about my issue with 
.gnupg/gpg.conf. I am trying to modify the gpg.conf in my vault-safe VM, but 
the gpg.conf isnt there. See the comparison of work VM and vault VM gnupg:

# Here I can see the gpg.conf and I can modify it. See below:
user@work:~/.gnupg$ ls
crls.d    gpg.conf   pubring.kbx   trustdb.gpg
dirmngr.conf  gpg.conf.save  pubring.kbx~
dirmngr.conf.gpgconf.bak  openpgp-revocs.d   sshcontrol
gpg-agent-info-host   private-keys-v1.d  tofu.db

# Here I cant see the gpg.conf and have no idea where the gpg knows my 
preferences. 
# It creates by default the SHA256 bit keys for example. See below: 
user@vault-safe:~/.gnupg$ ls
openpgp-revocs.d   pubring.kbx   sshcontrol  trustdb.gpg
private-keys-v1.d  pubring.kbx~  tofu.db

Where are the differences coming from and how to solve it?  
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/LDLFKr_--B-0%40tutanota.com.
For more options, visit https://groups.google.com/d/optout.