[qubes-users] Re: No vpn-handler-openvpn in service tab

2019-07-06 Thread Philip Pians
Opted for the fresh install as a precaution. After following all the 
instructions for setting up vpn AppVM, couldn’t figure out how to turn it on, 
in Linux you just flick a button under vpn and it’s done. Checked website to 
see what my ip was, shows actual one. Tried troubleshooting tip “systemctl 
status qubes-vpn-handler” got error “Unit qubes-vpn-handler.service could not 
be found”.
Is that different than the vpn-handler-openvpn that I had to add in the service 
tab of the AppVM? If not, why isn’t it found?

-- 
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/ff46aadb-e7da-414e-af87-7ebd09927676%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: No vpn-handler-openvpn in service tab

2019-07-05 Thread Philip Pians
Hmm… First install of Qubes had networking error which couldn’t be completely 
rectified without fresh install. Second install seemed to have worked 
flawlessly, but if the DisposableVM’s networking setting is not what it should 
be by default, is it possible my Qubes iso is faulty? The only networking I 
recall changing is that of sys-net, and the VPN AppVM at time of creating if 
you count that? Perhaps a third install is needed? Changing sys-net networking 
back to (none) (current) hasn't helped being able to connect to the net again, 
so can't even find out if I finally got the VPN setup correctly.

-- 
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/512bf30b-1f39-4d9a-9cbc-d24ed2ff9aca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: No vpn-handler-openvpn in service tab

2019-07-05 Thread Philip Pians
On Friday, July 5, 2019 at 6:37:00 AM UTC, Philip Pians wrote:
> On Thursday, July 4, 2019 at 8:16:05 AM UTC, l1am...@gmail.com wrote:
> > On Thursday, July 4, 2019 at 6:32:55 AM UTC, Philip Pians wrote:
> > > On Thursday, July 4, 2019 at 3:49:42 AM UTC, Chris Laprise wrote:
> > > > On 7/3/19 5:34 PM, Philip Pians wrote:
> > > > > Must be doing something wrong? Wanted to do the test stage and 
> > > > > discovered no file called vpn-client-conf. There’s only Openvpn.ovpn; 
> > > > > ca.crt; client.crt, and client.key that download from VPN provider. 
> > > > > Help please.
> > > > > 
> > > > 
> > > > Where it says:
> > > > 
> > > > sudo cp US_East.ovpn vpn-client.conf
> > > > 
> > > > ...the 'US_East.ovpn' is just an example. So you would do this instead:
> > > > 
> > > > sudo cp Openvpn.ovpn vpn-client.conf
> > > > 
> > > > -- 
> > > > 
> > > > Chris Laprise, tas...@posteo.net
> > > > https://github.com/tasket
> > > > https://twitter.com/ttaskett
> > > > PGP: BEE2 20C5 356E 764A 73EB  4AB3 1DC4 D106 F07F 1886
> > > 
> > > Ooh, overlooked that step. How about the directory called 
> > > “Qubes-vpn-support” that is supposed to be copied? Or is that another 
> > > directory I can just create? Qubes is starting to make me feel computer 
> > > illiterate since can’t even get the basics right.
> > 
> > Qubes-vpn-support is the repository at 
> > https://github.com/tasket/Qubes-vpn-support.
> > You need to clone it with these commands:
> > 1. Install git if its not installed with "sudo dnf install git" or "sudo 
> > apt install git"
> > 2. Run "git clone https://github.com/tasket/Qubes-vpn-support.git;
> > 3. Then the "Qubes-vpn-support" directory will exist
> 
> …Followed instructions, next day start up Qubes, got networking error, opened 
> settings for sys-net, saw under networking it said (none) (current), tried 
> changing it to sys-firewall (default) and got “[Dom0] Error while changing 
> settin (sic) ERROR: Basic tab: Loops in network are unsupported”. Immediately 
> after that the internet connection was disconnected, and it won’t reconnect 
> even by putting networking back to (none) (current). I tried all the 
> different networking options all of them give the same “Loops” error message 
> and nothing. By randomly clicking the firewall tab, it says in red lettering 
> “This qube has no networking – it will not have any network access anyway”. 
> And a popup also says “[Dom0] Qube configuration problem! This qube has 
> networking disabled (Basic -> Networking) network will be disabled. If you 
> want to use firewall please enable networking”. 
> 
> A DDG search yielded no hits, so my question now is, is this repairable?

Edit: There’s also a little yellow caution sign beside networking which says 
“Caution: default DispVM template has a different Networking setting than this 
Qube. Unexpected network access may occur!”

-- 
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/ffb3432d-ad90-4351-8cbb-cd192d2c4776%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: No vpn-handler-openvpn in service tab

2019-07-05 Thread Philip Pians
On Thursday, July 4, 2019 at 3:51:46 PM UTC, Chris Laprise wrote:
> On 7/4/19 4:16 AM, l1am9...@gmail.com wrote:
> > On Thursday, July 4, 2019 at 6:32:55 AM UTC, Philip Pians wrote:
> >> On Thursday, July 4, 2019 at 3:49:42 AM UTC, Chris Laprise wrote:
> >>> On 7/3/19 5:34 PM, Philip Pians wrote:
> >>>> Must be doing something wrong? Wanted to do the test stage and 
> >>>> discovered no file called vpn-client-conf. There’s only Openvpn.ovpn; 
> >>>> ca.crt; client.crt, and client.key that download from VPN provider. Help 
> >>>> please.
> >>>>
> >>>
> >>> Where it says:
> >>>
> >>> sudo cp US_East.ovpn vpn-client.conf
> >>>
> >>> ...the 'US_East.ovpn' is just an example. So you would do this instead:
> >>>
> >>> sudo cp Openvpn.ovpn vpn-client.conf
> >>>
> >>> -- 
> >>>
> >>> Chris Laprise, tas...@posteo.net
> >>> https://github.com/tasket
> >>> https://twitter.com/ttaskett
> >>> PGP: BEE2 20C5 356E 764A 73EB  4AB3 1DC4 D106 F07F 1886
> >>
> >> Ooh, overlooked that step. How about the directory called 
> >> “Qubes-vpn-support” that is supposed to be copied? Or is that another 
> >> directory I can just create? Qubes is starting to make me feel computer 
> >> illiterate since can’t even get the basics right.
> > 
> > Qubes-vpn-support is the repository at 
> > https://github.com/tasket/Qubes-vpn-support.
> > You need to clone it with these commands:
> > 1. Install git if its not installed with "sudo dnf install git" or "sudo 
> > apt install git"
> > 2. Run "git clone https://github.com/tasket/Qubes-vpn-support.git;
> > 3. Then the "Qubes-vpn-support" directory will exist
> > 
> 
> If you're not familiar with git, you can easily download 
> Qubes-vpn-support from a browser: On the Qubes-vpn-support project page, 
> click the "Clone or download" button then click "Download ZIP".
> 
> If you downloaded it in a different VM than your VPN (proxy) VM, just 
> Qubes copy it there:
> 
> https://www.qubes-os.org/doc/copying-files/
> 
> This is a basic Qubes skill. You may want to review the Common Tasks 
> section of the docs to get familiar with Qubes:
> 
> https://www.qubes-os.org/doc/#common-tasks
> 
> -- 
> 
> Chris Laprise, tas...@posteo.net
> https://github.com/tasket
> https://twitter.com/ttaskett
> PGP: BEE2 20C5 356E 764A 73EB  4AB3 1DC4 D106 F07F 1886

No, hadn’t used git before, so quite unfamiliar, but followed your instructions 
and it worked fine. Perhaps I overestimated my computer knowledge when deciding 
to install Qubes. Thanks for the help and info.

-- 
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/07549ad6-9ff8-4f63-bf76-b0337401b573%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: No vpn-handler-openvpn in service tab

2019-07-05 Thread Philip Pians
On Thursday, July 4, 2019 at 8:16:05 AM UTC, l1am...@gmail.com wrote:
> On Thursday, July 4, 2019 at 6:32:55 AM UTC, Philip Pians wrote:
> > On Thursday, July 4, 2019 at 3:49:42 AM UTC, Chris Laprise wrote:
> > > On 7/3/19 5:34 PM, Philip Pians wrote:
> > > > Must be doing something wrong? Wanted to do the test stage and 
> > > > discovered no file called vpn-client-conf. There’s only Openvpn.ovpn; 
> > > > ca.crt; client.crt, and client.key that download from VPN provider. 
> > > > Help please.
> > > > 
> > > 
> > > Where it says:
> > > 
> > > sudo cp US_East.ovpn vpn-client.conf
> > > 
> > > ...the 'US_East.ovpn' is just an example. So you would do this instead:
> > > 
> > > sudo cp Openvpn.ovpn vpn-client.conf
> > > 
> > > -- 
> > > 
> > > Chris Laprise, tas...@posteo.net
> > > https://github.com/tasket
> > > https://twitter.com/ttaskett
> > > PGP: BEE2 20C5 356E 764A 73EB  4AB3 1DC4 D106 F07F 1886
> > 
> > Ooh, overlooked that step. How about the directory called 
> > “Qubes-vpn-support” that is supposed to be copied? Or is that another 
> > directory I can just create? Qubes is starting to make me feel computer 
> > illiterate since can’t even get the basics right.
> 
> Qubes-vpn-support is the repository at 
> https://github.com/tasket/Qubes-vpn-support.
> You need to clone it with these commands:
> 1. Install git if its not installed with "sudo dnf install git" or "sudo apt 
> install git"
> 2. Run "git clone https://github.com/tasket/Qubes-vpn-support.git;
> 3. Then the "Qubes-vpn-support" directory will exist

…Followed instructions, next day start up Qubes, got networking error, opened 
settings for sys-net, saw under networking it said (none) (current), tried 
changing it to sys-firewall (default) and got “[Dom0] Error while changing 
settin (sic) ERROR: Basic tab: Loops in network are unsupported”. Immediately 
after that the internet connection was disconnected, and it won’t reconnect 
even by putting networking back to (none) (current). I tried all the different 
networking options all of them give the same “Loops” error message and nothing. 
By randomly clicking the firewall tab, it says in red lettering “This qube has 
no networking – it will not have any network access anyway”. And a popup also 
says “[Dom0] Qube configuration problem! This qube has networking disabled 
(Basic -> Networking) network will be disabled. If you want to use firewall 
please enable networking”. 

A DDG search yielded no hits, so my question now is, is this repairable?

-- 
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/0d2127db-6fa4-46e6-be8c-8673b5b13482%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: No vpn-handler-openvpn in service tab

2019-07-04 Thread Philip Pians
On Thursday, July 4, 2019 at 3:49:42 AM UTC, Chris Laprise wrote:
> On 7/3/19 5:34 PM, Philip Pians wrote:
> > Must be doing something wrong? Wanted to do the test stage and discovered 
> > no file called vpn-client-conf. There’s only Openvpn.ovpn; ca.crt; 
> > client.crt, and client.key that download from VPN provider. Help please.
> > 
> 
> Where it says:
> 
> sudo cp US_East.ovpn vpn-client.conf
> 
> ...the 'US_East.ovpn' is just an example. So you would do this instead:
> 
> sudo cp Openvpn.ovpn vpn-client.conf
> 
> -- 
> 
> Chris Laprise, tas...@posteo.net
> https://github.com/tasket
> https://twitter.com/ttaskett
> PGP: BEE2 20C5 356E 764A 73EB  4AB3 1DC4 D106 F07F 1886

Ooh, overlooked that step. How about the directory called “Qubes-vpn-support” 
that is supposed to be copied? Or is that another directory I can just create? 
Qubes is starting to make me feel computer illiterate since can’t even get the 
basics right. 

-- 
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/a7183528-77f0-498d-8e7e-ed40bbec12b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: No vpn-handler-openvpn in service tab

2019-07-03 Thread Philip Pians
Must be doing something wrong? Wanted to do the test stage and discovered no 
file called vpn-client-conf. There’s only Openvpn.ovpn; ca.crt; client.crt, and 
client.key that download from VPN provider. Help please. 

-- 
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/5f65d229-2ef6-4ee9-a854-b3a929efb1bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: No vpn-handler-openvpn in service tab

2019-07-01 Thread Philip Pians
On Tuesday, July 2, 2019 at 4:36:22 AM UTC, Chris Laprise wrote:
> On 7/1/19 11:18 PM, Philip Pians wrote:
> > On Tuesday, July 2, 2019 at 3:13:56 AM UTC, Philip Pians wrote:
> >> Using instructions to create VPN appvm (with provides network), no service 
> >> called vpn-handler-openvpn, or any other with VPN in name under service 
> >> tab, nor do any of the other VMs. Tried adding “network connections” from 
> >> applications tab, and can select to import a VPN configuration then can’t 
> >> proceed to do anything once file is selected because everything is greyed 
> >> out.
> >> I’ve looked and looked for help setting up VPN but info seems to be 
> >> identical and not address this problem. Please help, if I can’t get past 
> >> first step...
> > 
> > Edit: Here is instructions I followed:
> > https://github.com/tasket/Qubes-vpn-support
> > https://www.qubes-os.org/doc/vpn/
> 
> You should only follow one of these, not both. I assume you meant the 
> first one...
> 
> The way to add a new service here is to just type it on the line and 
> click the plus sign.
> 
> -- 
> 
> Chris Laprise, tas...@posteo.net
> https://github.com/tasket
> https://twitter.com/ttaskett
> PGP: BEE2 20C5 356E 764A 73EB  4AB3 1DC4 D106 F07F 1886

Yes, quite a few threads link to the first one and seems more useful than the 
out of date second one. I’m a little embarrassed, thought I need to select from 
the drop-down menu… 
Now at second step, there’s no such file or directory called vpn in /rw/config… 
can I just make this directory? Or is it supposed to exist with files in 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/cc9e8b2f-9e67-4520-8d41-a05ac48c9e9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: No vpn-handler-openvpn in service tab

2019-07-01 Thread Philip Pians
On Tuesday, July 2, 2019 at 3:13:56 AM UTC, Philip Pians wrote:
> Using instructions to create VPN appvm (with provides network), no service 
> called vpn-handler-openvpn, or any other with VPN in name under service tab, 
> nor do any of the other VMs. Tried adding “network connections” from 
> applications tab, and can select to import a VPN configuration then can’t 
> proceed to do anything once file is selected because everything is greyed out.
> I’ve looked and looked for help setting up VPN but info seems to be identical 
> and not address this problem. Please help, if I can’t get past first step...

Edit: Here is instructions I followed:
https://github.com/tasket/Qubes-vpn-support
https://www.qubes-os.org/doc/vpn/

-- 
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/84b059a5-4e27-451b-8200-280e18170909%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] No vpn-handler-openvpn in service tab

2019-07-01 Thread Philip Pians
Using instructions to create VPN appvm (with provides network), no service 
called vpn-handler-openvpn, or any other with VPN in name under service tab, 
nor do any of the other VMs. Tried adding “network connections” from 
applications tab, and can select to import a VPN configuration then can’t 
proceed to do anything once file is selected because everything is greyed out.
I’ve looked and looked for help setting up VPN but info seems to be identical 
and not address this problem. Please help, if I can’t get past first step...

-- 
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/fd084e05-ebeb-491d-9900-747d837860ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Sys-firewall error

2019-06-14 Thread Philip Pians
On Monday, June 10, 2019 at 3:23:59 AM UTC, Philip Pians wrote:
> Hello all,
> 
> I downloaded Qubes, confirmed the signing keys, fingerprint, and hash values. 
> Installed it and was presented with this message [code]['/usr/bin/qvm-start', 
> 'sys-firewall'] failed: stdout:"" stderr: "Start failed: invalid argument: 
> could not find capabilities for arch=x86_64 , see 
> /var/log/libvirt/libxl/libxl-driver.log for details"[/code] I navigated my 
> way to that log via Terminal, opened it up and it’s empty… This seems like a 
> pretty big problem, yet I can’t find any info on this type of problem 
> anywhere.
> 
> Can anyone help me resolve this so I can try Qubes out please? Thanking you

Somehow it seems I started replying to a user individually rather than in the 
group so apologies for that. As per a suggestion, I have reinstalled Qubes and 
so far it seems to be working with few issues. Thanks for everyone’s help in 
resolving this problem.

-- 
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/94bfb49e-dd62-4c16-953e-5009f33886de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Sys-firewall error

2019-06-11 Thread Philip Pians
On Monday, June 10, 2019 at 5:15:07 AM UTC, awokd wrote:
> Philip Pians:
> > Thank you for the reply. I am not seeing any “SVM Mode” options in BIOS. 
> > The computer is brand new and was listed as being able to run QubesOS. FWIW
> > 
> Keep looking and check your motherboard manual; it might also be called 
> Secure Virtual Machine. If you provide the type of motherboard, someone 
> might be able to direct you more specifically.

Sorry I was unable to reply sooner, Google wouldn't let me sign in for the past 
few days.

Upon going back into BIOS and having a look around, I did find a section under 
Security called Virtualization, which had two disabled options.
Intel ® Virtualization Technology which said something about VMM and,
Intel ® Vt-d Feature.
The Vt-d seemed familiar, perhaps is a system requirement for running Qubes, 
and of course “virtualization”, so I enabled these, rebooted, and am now being 
presented with Anon Connection Wizard. 
Is there a way I can confirm the sys-firewall problem has been rectified? I 
don’t want to assume the Wizard is any indication that it is fine.

Thanks heaps for the suggestions and advice. I’m really looking forward to 
trying Qubes out properly.

-- 
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/de4d7b40-9105-411e-ba7d-d25a208deb12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Sys-firewall error

2019-06-09 Thread Philip Pians
Thank you for the reply. I am not seeing any “SVM Mode” options in BIOS. The 
computer is brand new and was listed as being able to run QubesOS. FWIW

-- 
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/95e2ad83-7630-4980-932e-99b0f8f7e632%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Sys-firewall error

2019-06-09 Thread Philip Pians
Hello all,

I downloaded Qubes, confirmed the signing keys, fingerprint, and hash values. 
Installed it and was presented with this message [code]['/usr/bin/qvm-start', 
'sys-firewall'] failed: stdout:"" stderr: "Start failed: invalid argument: 
could not find capabilities for arch=x86_64 , see 
/var/log/libvirt/libxl/libxl-driver.log for details"[/code] I navigated my way 
to that log via Terminal, opened it up and it’s empty… This seems like a pretty 
big problem, yet I can’t find any info on this type of problem anywhere.

Can anyone help me resolve this so I can try Qubes out please? Thanking 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/e5d19e77-26ec-40d4-8e89-1743257f28cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.