Re: [qubes-users] Re: how to reinstall whonix-14 templates

2019-07-12 Thread claudio
On Friday, July 12, 2019 at 12:48:04 AM UTC+3, panina wrote:
> On Mon, 2019-07-08 at 22:03 -0700, Claudio Chinicz wrote:
> 
>   
> > On Monday, 8 July 2019 11:37:35 UTC+3, Claudio Chinicz  wrote:
>   
> 
> > > Hi,
> 
> > > 
> 
> 
> > > I've broken my whonix-gw-14 when trying to upgrade to whonix-15 and
> > > ended up removing both gw and ws templates for version 14.
> 
> > > 
> 
> 
> > > I'me trying to reinstall following instructions from 
> > > https://www.qubes-os.org/doc/templates/ but it does not work.
> 
> > > 
> 
> 
> > > Anyone can help with instructions to download whonix-14 from
> > > scratch?
> 
> > > 
> 
> 
> > > Thanks in advance,
> 
> > > Claudio
>   
> 
> 
> 
> 
> 
> Not an answer to the follow-up question, but:
> 
> I recently installed whonix-15 from scratch, and did it from instructions 
> from whonix' webpage. They have qubes-specific instructions, including 
> instructions referring to upgrading from 14 to 15.
> 
> 
> 
> 
> Anyway, I used the qubes salt command to install and set everything up, `sudo 
> qubesctl state.sls qvm.anon-whonix`. It is quiet, and takes ages, and says 
> nothing, and may not be aborted. This is annoying. But if it's allowed to run 
> uninteruppted, it'll do the job.
> 
> 
> 
> 
> <3
> 
> /panina
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   
> > 
> 
>   
> > Hi Chris,
>   
> > 
> 
>   
> > I tried on dom0 to issue the commands and I got a message "using sys-
> > firewall as UpdateVM to download updates for Dom0; this may take some
> > time..." but nothing happened.
>   
> > 
> 
>   
> > Did I do something wrong? did I miss something?
>   
> > 
> 
>   
> > Thanks
>   
> >

Hi Panina,

Thanks for replying. I've tried 'sudo qubesctl state.sls qvm.anon-whonix' but 
got an error (see below).

Actually, as I had removed all whonix related templates and AppVMs manually, 
when I ran the above command I've got 7 errors and I then created AppVMs named 
"whonix-gw-15", "whonix-ws-15", "anon-whonix", "sys-whonix" and 
"whonix-ws-15-dvm", all based on Debian 9, and the number of errors reduced to 
just 2.

Any ideas what may have gone wrong? 

Regards

[claudio@dom0 ~]$ sudo qubesctl state.sls qvm.anon-whonix
[ERROR   ] Command '['systemd-run', '--scope', 'qubes-dom0-update', '-y', 
'--best', '--allowerasing', '--disablerepo=*', 
'--enablerepo=qubes-templates-community-testing', '--clean', 
'--action=install', 'qubes-template-whonix-ws-15']' failed with return code: 1
[ERROR   ] stdout: Running scope as unit: 
run-r1789c0ddd26148eda963d137c81386a6.scope
Using mirage-firewall-wifi as UpdateVM to download updates for Dom0; this may 
take some time...
[ERROR   ] retcode: 1
[ERROR   ] Error occurred installing package(s). Additional info follows:

errors:
- Running scope as unit: run-r1789c0ddd26148eda963d137c81386a6.scope
  Using mirage-firewall-wifi as UpdateVM to download updates for Dom0; this 
may take some time...
[ERROR   ] Command '['systemd-run', '--scope', 'qubes-dom0-update', '-y', 
'--best', '--allowerasing', '--disablerepo=*', 
'--enablerepo=qubes-templates-community-testing', '--action=install', 
'qubes-template-whonix-gw-15']' failed with return code: 1
[ERROR   ] stdout: Running scope as unit: 
run-rd5f513c50db443948c87208dba3e2b67.scope
Using mirage-firewall-wifi as UpdateVM to download updates for Dom0; this may 
take some time...
[ERROR   ] retcode: 1
[ERROR   ] Error occurred installing package(s). Additional info follows:

errors:
- Running scope as unit: run-rd5f513c50db443948c87208dba3e2b67.scope
  Using mirage-firewall-wifi as UpdateVM to download updates for Dom0; this 
may take some time...
local:
--
  ID: template-whonix-ws-15
Function: pkg.installed
Name: qubes-template-whonix-ws-15
  Result: False
 Comment: Error occurred installing package(s). Additional info follows:
  
  errors:
  - Running scope as unit: 
run-r1789c0ddd26148eda963d137c81386a6.scope
Using mirage-firewall-wifi as UpdateVM to download updates 
for Dom0; this may take some time...
 Started: 16:53:01.289456
Duration: 5021.715 ms
 Changes:   
--
  ID: whonix-ws-tag
Function: qvm.vm
Name: whonix-ws-15
  Result: True
 Comment: == ['features'] ==
  [SKIP] Feature already in desired state: ENABLE 'whonix-ws' = 
Enabled
  
  == ['tags'] ==
  [SKIP] All requested tags already set: 
created-by-dom0,whonix-updatevm
 Started: 16:53:06.313710
Duration: 93.93 ms
 Changes:   
--
  ID: whonix-ws-update-policy
Function: file.prepend
Name: /etc/qubes-rpc/policy/qubes.UpdatesProxy
  Result: True
 Comment: File /etc/qubes-rpc/policy/qubes.UpdatesProxy is in correct 

Re: [qubes-users] Re: how to reinstall whonix-14 templates

2019-07-11 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 11/07/2019 4.47 PM, panina wrote:
> [...]
> 
> Not an answer to the follow-up question, but: I recently installed
> whonix-15 from scratch, and did it from instructions from whonix'
> webpage. They have qubes-specific instructions, including
> instructions referring to upgrading from 14 to 15. Anyway, I used
> the qubes salt command to install and set everything up, `sudo
> qubesctl state.sls qvm.anon-whonix`. It is quiet, and takes ages, 
> and says nothing, and may not be aborted.

FWIW, there is an issue open to address part of this:

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

> This is annoying. But if it's allowed to run uninteruppted, it'll
> do the job. <3 /panina

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

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEZQ7rCYX0j3henGH1203TvDlQMDAFAl0n0vkACgkQ203TvDlQ
MDAguxAAqKFYE3rIHjkVQRZK1QcLR5bfuEy+kxdQP/xaPuSdxyKh9pGGQkflB8AG
OM8f+nZhhfCp1K1x/Zee9rNbjlrppNKefaxaXjlpgjl89kZ6GXyj3XGZ2Yqx2fuD
V8mG3leHacXTJC+y+42pWMe7oYrULlbVKNQRLvJetSOIE/vxoNAXvxqbZpCXPgdO
TVJoB6/liQWxait4BI5CdNVhkCsZU5mm6THhsaP0MMcXXt/YgQ2X/XXfuG3171jE
lODcWTn+4sbjcaNvJji2QKAVd69Cr0lt+bSa+pcZiWpnc0+Z5d1voSnoQrkkOlVI
QaKkqlj/tYu1v3lIG87g/idfRjEqhEOmZ31Rwo9TGRKFJgVY5QmupKvDA9W+0qnr
KRLVkn0Xnh83HfZeEEUIGKLOWfr9VLQ4zcpxYVqeuAx+xUZsYyAco4skgOaY7iMh
ZNp+QQqS8vL4vNLyO6QiQOn8d2wkIfmmtzgz0T88WgkU6D87braT6qDX/2dsGOC8
HtkKvY9CMQwWOMzpGnRXpfMFbWdvydikr6OHW29uKggYyxSE8AfTCPor4DffCXuY
5c3vlpmcy4Cv9zKTjac6yFj+9g9vvvJVJduttjhu/7KOMcqKFDfJ/OrQ4yMJ8bM9
WCKPPXCyRU/WQpjUrxiHS6MgHhUdFZjezidKOZ2TAOMDKJKSNw0=
=RbIB
-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/046a00f5-3dd9-98b6-db26-f9d8805221d5%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: how to reinstall whonix-14 templates

2019-07-11 Thread panina
On Mon, 2019-07-08 at 22:03 -0700, Claudio Chinicz wrote:
> > On Monday, 8 July 2019 11:37:35 UTC+3, Claudio Chinicz  wrote:
>> > > Hi,
>> > >
>> > > I've broken my whonix-gw-14 when trying to upgrade to whonix-15
>> and> > ended up removing both gw and ws templates for version 14.
>> > >
>> > > I'me trying to reinstall following instructions from > >
>> https://www.qubes-os.org/doc/templates/ but it does not work.
>> > >
>> > > Anyone can help with instructions to download whonix-14 from> >
>> scratch?
>> > >
>> > > Thanks in advance,
>> > > Claudio
Not an answer to the follow-up question, but:
I recently installed whonix-15 from scratch, and did it from
instructions from whonix' webpage. They have qubes-specific
instructions, including instructions referring to upgrading from 14 to 15.
Anyway, I used the qubes salt command to install and set everything up,
`sudo qubesctl state.sls qvm.anon-whonix`. It is quiet, and takes ages,
and says nothing, and may not be aborted. This is annoying. But if it's
allowed to run uninteruppted, it'll do the job.
<3
/panina
> > 
> > Hi Chris,
> > 
> > I tried on dom0 to issue the commands and I got a message "using sys-
> > firewall as UpdateVM to download updates for Dom0; this may take
> some> time..." but nothing happened.
> > 
> > Did I do something wrong? did I miss something?
> > 
> > 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/c974b541-3618-8103-0321-1b3fd24bcfbe%40nonbinary.me.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature