[qubes-users] Re: HCL - HP Pavilion

2017-09-11 Thread pixel fairy
On Monday, May 22, 2017 at 10:55:03 AM UTC-7, Michael wrote: > I bought a new laptop and just took the SSD drive out of the old laptop > and put it into the new laptop. I turned the laptop on and booted up > like nothing had changed... Worked seamlessly can you try installing to a usb drive to s

Re: [qubes-users] Best options for a 4.x compatible Dell workstation

2017-09-11 Thread pixel fairy
On Monday, September 11, 2017 at 10:31:56 PM UTC-7, pixel fairy wrote: > given that appvms cant use 3d acceleration anyway, your best bet is intel > graphics. if your going to give a gpu to a vm, then it depends on the os of > that vm. > > last i checked, nvidia is fine with virtualization of q

Re: [qubes-users] Best options for a 4.x compatible Dell workstation

2017-09-11 Thread pixel fairy
given that appvms cant use 3d acceleration anyway, your best bet is intel graphics. if your going to give a gpu to a vm, then it depends on the os of that vm. last i checked, nvidia is fine with virtualization of quadro cards. make sure the workstation doesnt have AMT (vpro etc) as bussiness l

[qubes-users] Re: Additional VPN destinations via CLI config?

2017-09-11 Thread filtration
qubester: > On 09/11/2017 07:37 AM, > anguilla1980-re5jqeeqqe8avxtiumw...@public.gmane.org > wrote: >> I followed the tutorial here, specifically "Set up a ProxyVM as a VPN >> gateway using iptables and CLI scripts" >> >> https://www.qubes-os.org/doc/vpn/ >> >> I like having the iptables anti-leak

[qubes-users] Re: re-use qemu qcow2 image for qubes-os

2017-09-11 Thread Drew White
Try converting the disks to just be img files, not qcow. This is my config file for Windows that works on all my PCs. If they don't work when you convert them, then there is something else wrong. Just as a test, that is all. If they do work when converted, then that will tell me everything I ne

[qubes-users] Re: re-use qemu qcow2 image for qubes-os

2017-09-11 Thread Drew White
I mean LITERALLY the Windows Startup Wizard that comes up when it tried to boot it. On Friday, 8 September 2017 16:22:29 UTC+10, peter.p...@gmail.com wrote: > On Friday, September 8, 2017 at 4:36:56 AM UTC+2, Drew White wrote: > > Have you tried the Startup Wizard Fix under Windows 7 boot? > >

[qubes-users] Re: Additional VPN destinations via CLI config?

2017-09-11 Thread qubester
On 09/11/2017 07:37 AM, anguilla1980-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: I followed the tutorial here, specifically "Set up a ProxyVM as a VPN gateway using iptables and CLI scripts" https://www.qubes-os.org/doc/vpn/ I like having the iptables anti-leak rules. However, it's connecti

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

2017-09-11 Thread zach . gangwer
On Sunday, October 2, 2016 at 8:45:57 PM UTC-7, 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 Bump for this, I ha

Re: [qubes-users] Best options for a 4.x compatible Dell workstation

2017-09-11 Thread pr0xy
On 2017-09-11 12:34, Gaijin wrote: > On 2017-09-11 10:17, taii...@gmx.com wrote: >> On 09/11/2017 05:45 AM, Gaijin wrote: >> >>> My company forces me to only buy Dell hardware. They're OK with me >>> running Qubes on my next workstation, but I'm a bit unsure about what >>> hardware options to choos

Re: [qubes-users] Getting Flash Player to work

2017-09-11 Thread Mark Eubanks
I finally got it to work in Firefox I tried Chromium but it didn't work and still doesn't work in Chromium Thanks On Mon, Sep 11, 2017 at 7:31 PM pixel fairy wrote: > try installing google chrome. it has a built in flash engine that chromium > doesnt come with > > -- > You received this message

[qubes-users] HCL - Acer Aspire V5 471

2017-09-11 Thread Pedro Rodríguez de Oliveira
There is an issue with sys-net, as described by the user waiting-for-dev at github.com/QubesOS/qubes-issues/issues/1393. The indicated fix solved it. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receivin

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

2017-09-11 Thread Selton
> I'm assuming this is 3.2. You assume correct. > What template are you using to create the DVMTemplate? Currently fedora-25 (untouched from the qubes repo), I have tried fedor-24 and fedora-23 before as well as updated versions. > Can you run a terminal in the DVMTemplate using 'qvm-run -a xte

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

2017-09-11 Thread Unman
On Sun, Sep 10, 2017 at 04:21:18PM -0700, Selton wrote: > Am Dienstag, 4. Oktober 2016 18:53:36 UTC+2 schrieb cooloutac: > > 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 '$

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

2017-09-11 Thread Selton
> make sure you delete all the old dvm's before creating a new one. Show > internal vms in qubes manager and see if you have more then one. Already did (I think this was mentioned before, if not here in another thread) and this is not the problem. There is only one dvm (which I also deleted/re

[qubes-users] Getting Flash Player to work

2017-09-11 Thread pixel fairy
try installing google chrome. it has a built in flash engine that chromium doesnt come with -- 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.

[qubes-users] Re: VM Languages

2017-09-11 Thread Franz
On Mon, Sep 11, 2017 at 5:19 PM, Axel Schwoerer wrote: > Hello again. > At first, thanks for your help for the languages, it works perfect for my > vm like work, personal etc... > But, when I create an other VM, my folder are not in french so I don't > understand why it's not working. > And when

[qubes-users] Using a remove file from one VM as a block device in another VM

2017-09-11 Thread Nagaev Boris
Hey I want to store VM data remotely. My plan is to have remote private.img. I started with an attempt to attach a remote file mounted with sshfs to another VM: server$ dd if=/dev/zero of=image seek=1000 bs=1M count=0 vm1$ sshfs -o allow_root server: /tmp/server dom0$ qvm-block -A vm2 vm1:/tmp/se

[qubes-users] WindRiver Software users Q3 2017

2017-09-11 Thread Eric Smith
Hi, Hope you're doing great. We are a global database provider and preferred partners for Enterprise, Media and Small size companies. I am writing to you in regards to our recent list release, and check if you would be interested in acquiring our recently verified WindRiver Users list and other

[qubes-users] Re: HOW TO compile templates from sources

2017-09-11 Thread nicholas roveda
Thank you, you saved me. -- 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-user

[qubes-users] Re: HOW TO compile templates from sources

2017-09-11 Thread Foppe de Haan
It sounds like you're doing it the hard way. Have you found https://www.qubes-os.org/doc/building-archlinux-template/ ? -- 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 ema

[qubes-users] Re: HOW TO compile templates from sources

2017-09-11 Thread nicholas roveda
What do you mean by 'pick'? This is the part I think it's not immediate. Do the scripts download automatically the chosen version or I have to get the sources? I've managed to find only the spec (config) files for Fedora and Debian for Qubes R3.1 and not for R3.2 or R4.0? Do you know where I ca

[qubes-users] Additional VPN destinations via CLI config?

2017-09-11 Thread anguilla1980
I followed the tutorial here, specifically "Set up a ProxyVM as a VPN gateway using iptables and CLI scripts" https://www.qubes-os.org/doc/vpn/ I like having the iptables anti-leak rules. However, it's connecting automatically to my VPN providers destination that I downloaded their .ovpn for.

[qubes-users] Re: Windows HVM has network access, but claims there isn't

2017-09-11 Thread anguilla1980
On Saturday, September 9, 2017 at 7:18:56 AM UTC-7, Francesco wrote: > Hello, > > some strange behavior. on Windows HVM template as well as dependent VMs. In > all of them internet is working. I am sure of that because: > 1. on cmd pinging google or amazon works > 2. a banking application is able

[qubes-users] Re: HOW TO compile templates from sources

2017-09-11 Thread Foppe de Haan
The arch build doc should be up to date, follow that, then pick the templates you're interested in. :) -- 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-user

[qubes-users] trying to setup VPN on NetVM, can't connect and no error

2017-09-11 Thread André Borud
I'm trying to setup a vpn in the NetVM by importing .ovpn settings. The import of settings is successful and adds the newly imported VPN to the list of possible VPNs to connect to. But when clicking on one to connect I get a little message saying its not possible to connect almost the same insta

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

2017-09-11 Thread cooloutac
On Sunday, September 10, 2017 at 7:21:19 PM UTC-4, Selton wrote: > Am Dienstag, 4. Oktober 2016 18:53:36 UTC+2 schrieb cooloutac: > > 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, q

Re: [qubes-users] Best options for a 4.x compatible Dell workstation

2017-09-11 Thread Gaijin
On 2017-09-11 10:17, taii...@gmx.com wrote: > On 09/11/2017 05:45 AM, Gaijin wrote: > >> My company forces me to only buy Dell hardware. They're OK with me >> running Qubes on my next workstation, but I'm a bit unsure about what >> hardware options to choose, and would appreciate any advice. > Tha

[qubes-users] HOW TO compile templates from sources

2017-09-11 Thread nicholas roveda
I've tried to figure out something reading the docs, but it seems to me there are more infos about how to compile a template based on a new system rather than a Fedora or Debian one. I wanted to try with the minimal flavour of fedora 25 and Debian 9. Can someone guide me through the entire proc

Re: [qubes-users] Best options for a 4.x compatible Dell workstation

2017-09-11 Thread taii...@gmx.com
On 09/11/2017 05:45 AM, Gaijin wrote: My company forces me to only buy Dell hardware. They're OK with me running Qubes on my next workstation, but I'm a bit unsure about what hardware options to choose, and would appreciate any advice. That's pretty lame you can't build your own and get a real m

Re: [qubes-users] Re: Windows HVM has network access, but claims there isn't

2017-09-11 Thread Franz
> On 10 September 2017 at 23:57, Franz <169...@gmail.com> wrote: > >> >> >> On Sun, Sep 10, 2017 at 12:42 PM, Hugo Costa >> wrote: >> >>> On Saturday, 9 September 2017 15:18:56 UTC+1, Francesco wrote: >>> > Hello, >>> > >>> > some strange behavior. on Windows HVM template as well as dependent >>>

Re: [qubes-users] Change language of application/VM

2017-09-11 Thread Franz
On Mon, Sep 11, 2017 at 5:13 AM, Axel Schwoerer wrote: > Thanks Franz. > And for Fedora how I proceed? I've never been on a Fedora/Red Hast > Distribution. > Then, can you tell me what commands should I run for the template and dom0 > for complete the installation? > I mean, apt-get update, apt-g

Re: [qubes-users] Re: Windows HVM has network access, but claims there isn't

2017-09-11 Thread Hugo Costa
That's odd. You have already installed Qubes Tools too, correct? I remember doing that once and having the profile resetted, but still working. On 10 September 2017 at 23:57, Franz <169...@gmail.com> wrote: > > > On Sun, Sep 10, 2017 at 12:42 PM, Hugo Costa wrote: > >> On Saturday, 9 September 2

[qubes-users] Best options for a 4.x compatible Dell workstation

2017-09-11 Thread Gaijin
My company forces me to only buy Dell hardware. They're OK with me running Qubes on my next workstation, but I'm a bit unsure about what hardware options to choose, and would appreciate any advice. Being uncertain of the Qubes 4.x requirements more than a year ago I put in a request for a Dell Pr

Re: [qubes-users] Re: Debian 9 templates

2017-09-11 Thread Johannes Graumann
On Sun, 2017-09-10 at 23:19 +0200, cubit wrote: > 22. Jun 2017 12:37 by cu...@tutanota.com: > > > Is there existing any pre-made templates for Debian 9? > > > Halo > > Is there any news on Debian 9 template? > > Can also someone remind we the URL to check which templates are > installable,