Re: [qubes-users] Re: Fedora 24 template available for Qubes 3.2

2016-11-19 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 2016-11-17 22:57, Sec Tester wrote:
> Just pointing out that there documentation here needs updating to include 
> commands for fedora-24:
> 
> https://www.qubes-os.org/doc/templates/
> 

Do you mean just the numbers ("23" to "24"), or have some actual commands 
changed?

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

iQIcBAEBCgAGBQJYMD+AAAoJENtN07w5UDAwN1oP/itHnn2/Mu7ifW9ucvzBSuDW
uV2LuiZSjdLDZPjLj0vECFC2oYZlARWPjI1lulNWsJexIguZ/aTAb/u/SPL5rsMn
ySXmu2uo/rSZYtBc/1AwdkpHtFbf5oPs38x5q6tVsNS6Z7xKBpobXFPWZYmzIOrJ
Q038yi5ZoKErifXYup9t2I0AzSzPoBPrMb3Q+k11KOHvGRMcLGg6kuS3uleluTBx
yI9+GFdONKKSE52OtWzbmcqWryxABgWBPHsJskAdNLndFVtY3Tp0IR1BsjRtee0d
pdTqthDgCTXWpIl8Hj+5VinAgwIVFAQwDUDb6Edsli57pJK+UJiSnC0GcSj+b6PF
iyelscYh+mWShypNJT7etJ4E/M6TJw8wkGVT5zGn/Ysz2phk/F9yRQu0oL01fvhB
Vyy/6a7GFaxuD77P1gBZsB2zHdc2RvNUuvEpzH/NBWRbdPJJ89Gv7xnCUVMsk4Xj
tttxSmWdA4DN9f1k1TF3EnW7526azyn9NVm/feRL/EpFBYnbFcsk63/TDUVuSThp
O6T3GgnGS0eZYr4nYxkkywLBi+UKFLQcYayHceH3qa1jNUjwLq6Kmx7XsMc5e3da
a/oNXu/MYZ2E/0xiP5az7Oxm64hqpr+5zvmjbGvbeY3QRf5eVmohhuXazO0KslAq
zdKQrMpQx+Kh20J6NH6+
=rSaA
-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/6d5434ea-9626-2e86-bb6f-1e59e6aedf43%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Fedora 24 template available for Qubes 3.2

2016-11-17 Thread Grzesiek Chodzicki
W dniu niedziela, 13 listopada 2016 21:30:25 UTC+1 użytkownik Grzesiek 
Chodzicki napisał:
> W dniu niedziela, 13 listopada 2016 20:54:06 UTC+1 użytkownik yaqu napisał:
> > On Sun, 13 Nov 2016 11:23:35 -0800 (PST), Grzesiek Chodzicki
> >  wrote:
> > 
> > > Following error message is printed after running sudo dnf remove
> > > qubes-template-fedora-23: "No match for argument:
> > > qubes-template-fedora-23 Error: No packages marked for removal."
> > 
> > It looks like you do not have this package installed (or you have
> > executed this command in VM instead of dom0).
> > 
> > To get a list of templates installed from rpm in dom0, you can use this
> > command:
> > [user@dom0 ~]$ rpm -qa | grep template
> > 
> > -- 
> > yaqu
> 
> I did execute it in dom0, fedora-23 was installed by default when I installed 
> Qubes on my PC.

Okay, I found a fix. I deleted fedora-23 folder from the templates directory 
and then deleted its entry from qubes.xml. Afterwards I rebuilt the dvm image 
using the qvm-create-default-dvm. All works fine 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/643ad583-c39f-4181-8304-5cf8ec9d7f80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Fedora 24 template available for Qubes 3.2

2016-11-16 Thread yaqu
On Wed, 16 Nov 2016 01:14:24 +0100, Marek Marczykowski-Górecki
 wrote:

> On Wed, Nov 16, 2016 at 12:28:17AM +0100, yaqu wrote:
> > > You have tried to remove fedora-23 using dnf, while some appVMs
> > > still were using it as a template. Dnf has displayed an error,
> > > but also it has removed package, leaving it in qubes config (and
> > > not cleaning template's directory).
> > 
> > Anyway, I think it should be considered as a bug.
> > 
> > Steps to reproduce (assuming fedora-23-minimal is not installed):
> > 
> > $ sudo qubes-dom0-update qubes-template-fedora-23-minimal
> > $ qvm-create -t fedora-23-minimal -l red test-vm
> > $ sudo dnf remove qubes-template-fedora-23-minimal
> 
> Yes, you're right. Previously (before Fedora introduced DNF), failure
> in %preun script aborted the operation, now it results just in a
> message. Not sure if this is a bug of a feature of DNF...

Removing package using plain rpm gives the same result, so it's not
dnf's fault.

There is an interesting entry in rpm changelog:
* Fix %preun scriptlet not aborting package erase
http://rpm.org/wiki/Releases/4.13.0

So it's fixed in rpm 4.13.0, but in dom0 we have broken rpm 4.13.0-rc1.

BTW it was fixed in commit:
https://github.com/rpm-software-management/rpm/commit/1ac507f15f014e69b926a1c2bf9a46a2a4dcaff3
And broken in:
https://github.com/rpm-software-management/rpm/commit/f4a49c3d446bb180ca6b30a4337065fb6511e641

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


Re: [qubes-users] Re: Fedora 24 template available for Qubes 3.2

2016-11-15 Thread Marek Marczykowski-Górecki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Wed, Nov 16, 2016 at 12:28:17AM +0100, yaqu wrote:
> On Tue, 15 Nov 2016 23:06:48 +0100, yaqu 
> wrote:
> 
> > You have tried to remove fedora-23 using dnf, while some appVMs still
> > were using it as a template. Dnf has displayed an error, but also it
> > has removed package, leaving it in qubes config (and not cleaning
> > template's directory).
> 
> Anyway, I think it should be considered as a bug.
> 
> Steps to reproduce (assuming fedora-23-minimal is not installed):
> 
> $ sudo qubes-dom0-update qubes-template-fedora-23-minimal
> $ qvm-create -t fedora-23-minimal -l red test-vm
> $ sudo dnf remove qubes-template-fedora-23-minimal

Yes, you're right. Previously (before Fedora introduced DNF), failure in
%preun script aborted the operation, now it results just in a message.
Not sure if this is a bug of a feature of DNF...

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

iQEcBAEBCAAGBQJYK6ThAAoJENuP0xzK19csJe0IAJbIvs+gev4bIw8KhuRwLZY0
8UiCjHsBtqtcIdANlK7wmrSFVaz2CmOTofWSC5+8NrbQDmH5zdTWdF2EDUl/qfgQ
SDgK42ZTz7D0yUwXu70GyZwHUh8Sd9frXakgGwWWRxmk2jyAm78mllnReIWsGgmD
C9OJrdpxbw2mrTdoDR0YGXd3VOA8vWLvNshquQnyGgxwX05AMg36vBYtcmeB1FUR
np0BEY4l0pCPUvzmoYGA3OzoTdTl6ueMQasVb7FOU0sPviekgCElM3puTY3Ii3gh
8demX6zl8KWDkaaz4RqTZpw5iGru37Qm+IkNkw1eh568CFXOhfCCuXucolKcYpg=
=S/Lk
-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/20161116001424.GO17458%40mail-itl.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Fedora 24 template available for Qubes 3.2

2016-11-15 Thread yaqu
On Tue, 15 Nov 2016 23:06:48 +0100, yaqu 
wrote:

> You have tried to remove fedora-23 using dnf, while some appVMs still
> were using it as a template. Dnf has displayed an error, but also it
> has removed package, leaving it in qubes config (and not cleaning
> template's directory).

Anyway, I think it should be considered as a bug.

Steps to reproduce (assuming fedora-23-minimal is not installed):

$ sudo qubes-dom0-update qubes-template-fedora-23-minimal
$ qvm-create -t fedora-23-minimal -l red test-vm
$ sudo dnf remove qubes-template-fedora-23-minimal

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


Re: [qubes-users] Re: Fedora 24 template available for Qubes 3.2

2016-11-15 Thread Grzesiek Chodzicki
W dniu niedziela, 13 listopada 2016 23:26:10 UTC+1 użytkownik yaqu napisał:
> On Sun, 13 Nov 2016 12:30:25 -0800 (PST), Grzesiek Chodzicki
>  wrote:
> 
> > W dniu niedziela, 13 listopada 2016 20:54:06 UTC+1 użytkownik yaqu
> > napisał:
> > > 
> > > It looks like you do not have this package installed (or you have
> > > executed this command in VM instead of dom0).
> > > 
> > > To get a list of templates installed from rpm in dom0, you can use
> > > this command:
> > > [user@dom0 ~]$ rpm -qa | grep template
> > 
> > I did execute it in dom0, fedora-23 was installed by default when I
> > installed Qubes on my PC.
> 
> Please, check if your fedora-23 template was really installed from rpm
> (and it wasn't cloned from previous version and upgraded to f23):
> 
> [user@dom0 ~]$ qvm-prefs fedora-23 | grep rpm
> installed_by_rpm   : True
> 
> You can also check this using Qubes VM Manager (in VM settings, tab
> Basic, under "General").
> 
> If your fedora-23 template was not installed from rpm, you can remove
> it using Qubes VM Manager or using command:
> 
> [user@dom0 ~]$ qvm-remove fedora-23
> 
> -- 
> yaqu

qvm-prefs does return true for installed_by_rpm, moreover using qvm-remove 
causes the "this package was installed by rpm" message to appear.

-- 
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/f34cec9e-bbaa-419c-b612-e1d583dfe051%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Fedora 24 template available for Qubes 3.2

2016-11-13 Thread yaqu
On Sun, 13 Nov 2016 12:30:25 -0800 (PST), Grzesiek Chodzicki
 wrote:

> W dniu niedziela, 13 listopada 2016 20:54:06 UTC+1 użytkownik yaqu
> napisał:
> > 
> > It looks like you do not have this package installed (or you have
> > executed this command in VM instead of dom0).
> > 
> > To get a list of templates installed from rpm in dom0, you can use
> > this command:
> > [user@dom0 ~]$ rpm -qa | grep template
> 
> I did execute it in dom0, fedora-23 was installed by default when I
> installed Qubes on my PC.

Please, check if your fedora-23 template was really installed from rpm
(and it wasn't cloned from previous version and upgraded to f23):

[user@dom0 ~]$ qvm-prefs fedora-23 | grep rpm
installed_by_rpm   : True

You can also check this using Qubes VM Manager (in VM settings, tab
Basic, under "General").

If your fedora-23 template was not installed from rpm, you can remove
it using Qubes VM Manager or using command:

[user@dom0 ~]$ qvm-remove fedora-23

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


Re: [qubes-users] Re: Fedora 24 template available for Qubes 3.2

2016-11-13 Thread Grzesiek Chodzicki
W dniu niedziela, 13 listopada 2016 20:54:06 UTC+1 użytkownik yaqu napisał:
> On Sun, 13 Nov 2016 11:23:35 -0800 (PST), Grzesiek Chodzicki
>  wrote:
> 
> > Following error message is printed after running sudo dnf remove
> > qubes-template-fedora-23: "No match for argument:
> > qubes-template-fedora-23 Error: No packages marked for removal."
> 
> It looks like you do not have this package installed (or you have
> executed this command in VM instead of dom0).
> 
> To get a list of templates installed from rpm in dom0, you can use this
> command:
> [user@dom0 ~]$ rpm -qa | grep template
> 
> -- 
> yaqu

I did execute it in dom0, fedora-23 was installed by default when I installed 
Qubes on my PC.

-- 
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/b7cdd78b-24eb-425e-bae3-e60d940acc37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Fedora 24 template available for Qubes 3.2

2016-11-13 Thread yaqu
On Sun, 13 Nov 2016 11:23:35 -0800 (PST), Grzesiek Chodzicki
 wrote:

> Following error message is printed after running sudo dnf remove
> qubes-template-fedora-23: "No match for argument:
> qubes-template-fedora-23 Error: No packages marked for removal."

It looks like you do not have this package installed (or you have
executed this command in VM instead of dom0).

To get a list of templates installed from rpm in dom0, you can use this
command:
[user@dom0 ~]$ rpm -qa | grep template

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


Re: [qubes-users] Re: Fedora 24 template available for Qubes 3.2

2016-11-12 Thread Sec Tester
> Yes, it is also available - as noted in the message.

And i read too quickly, doh :o)

Look forward to taking 24 for a spin.

-- 
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/5c1147ea-f2e9-4702-82b6-24ded29b7197%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Fedora 24 template available for Qubes 3.2

2016-11-12 Thread Marek Marczykowski-Górecki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Sat, Nov 12, 2016 at 08:01:37PM -0800, Sec Tester wrote:
> NICE!!
> 
> Any specific improvements or fixes running Fedora-24?

Nothing specific to Qubes, see upstream release notes for non-Qubes
changes:
https://docs.fedoraproject.org/en-US/Fedora/24/html/Release_Notes/

> I noticed F-23 seemed to have trouble playing flash videos for me.
> 
> F-24 Min template coming?

Yes, it is also available - as noted in the message.

> A Deb-8 min template would also be nice :)

Actually, default debian-8 template is already pretty minimal.

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

iQEcBAEBCAAGBQJYJ+fSAAoJENuP0xzK19cs4MwIAIp8qjAWDJjAJiOhuZrYf4F4
Dz78ytaBP9u0wEDGRwGJ6qoEIFH2mPX3Ktt94Grc0995P2cI9ORBFYNYCyXyBncJ
/jfBlI2Tr2xyfOfXUi3WEwXiNoG3Ef1U23gmeStn8mKvrQa0KNm3xP0rXNI+fO1I
Y1bM3jvTjAOqg/cm2eubNYbaeKOKitvmLT7GeL9OsSdRG+YTiL/5y1lXC1ycwscj
wpIkdbM6uSFmwk0FwbjxsHkCz2ZsRmMb0svQa2O7axbFmvSwcpcRurjKcsiFw2DR
fJA5t+QJz1HlTIgamzbqDzj9kCcceWy8ijrXYZXn3UlIXSqN2q0iQUhYSfxW3R4=
=Cekd
-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/20161113041056.GS7073%40mail-itl.
For more options, visit https://groups.google.com/d/optout.