[qubes-users] cannot remove/create VM exists and doesn't exist

2017-12-31 Thread 'Max Andersen' via qubes-users
Hi everyone,

I created a win7 HVM as per instructions here:

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

And it installed nicely. After applying windows updates and
qubes-windows-tools, the VM wouldn't start, so I thought I'd remove it
and recreate it all over again, but I get an error:

libvirtError: operation failed: domain 'win7' already exists with uuid 

I can see it with "sudo virsh list -all" a it shows:

- win7  Shut off

Any ideas on how to remove it since a new remove syas it isn't there
anymore?

qvm-remove win7
A VM with the name 'win7' does not exist in the system

Sincerely
Max

-- 
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/9a901661-56dd-d80a-5235-26a3fec897d7%40militant.dk.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Detached LUKS header

2017-12-31 Thread Andrew David Wong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 2017-12-30 11:06, spi...@gmail.com wrote:
> Hello! One simple question: is it possible to setup Qubes OS with 
> detached LUKS header and store it on bootable USB key? Tried
> custom installation, but seems that the GUI thingie doesn't
> recognize LUKS partition without the header :( With archlinux this
> was a breeze.
> 

I haven't personally tried it, but I can't immediately think of
anything preventing it. You won't be able to do it via the GUI
installer, but you should be able to do it from the command-line. I
suggest taking inspiration from here:

https://www.qubes-os.org/doc/custom-install/

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

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEZQ7rCYX0j3henGH1203TvDlQMDAFAlpJqhYACgkQ203TvDlQ
MDDuRA/+NtZdmFHsqw1KE9DniXD8emWt8qFKsnd1hTikHKYHQ6zyfGd68GBpNBE5
6XQ8mhtrfEfQ3mWPhWOrLyfcIbgpBApuBdK0jzKKbj5n7pg1o1P0eyzr0PuqsCRR
mdtEzlEphvSdLpCc8ixRS6zp8HUvtO/5wl9z/tPbzK55/gMibSTg41mHuAAXanYI
egXffKAPGJ1iFHJITmBTikm3MyfDcmXp2EyoEq/lTldEDXSuAesfenz2Ft39t3ST
rMI2ocTxrv5RC34A6gjEHiRknXpnXLEgOX7IxsnDFxZbDrXTaYVF/ySZL7d6RkM8
ExtysFD/wcR5nLykLC7b3ew1XVB34Dd+XuoG9ZCVAwd2i/3AiIywzi6tyVAmm6Id
tT3lAPO0PddZLI3XQTw7vZBNcXobYkuPhOrGSAn38UiukREVJjK3VGnPHhXI3jPa
rnx2In6SRppwqrbGOFkCBJRwES982nk5ibLYQV3GpsLWo0khkpxhejjgE+frk0AP
vBzJKIl4oWHVzWCsdpVau3QBSO1tAs+eCKmWlvy4igZy5b1/ZSkozuTWq5nHrPVo
GC4mhbhx5bsS1RRNAYMvZKC610GcmNUyy8RH+x0giDR0ADfYjOrdQw0SiC1SC03/
kyDdnNshwo4ebDwxYkKny8IGkaHzh3/UYN12rjxVu3a0agH4g7c=
=qFv/
-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/4adc5fa4-1e8c-6301-8002-88d1a77e1f43%40qubes-os.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Error installing wifi driver

2017-12-31 Thread davidmizr2015
Hi, I try to install the wifi driver in the template fedora-25 but no work, the 
system send me error, and I can see e permission problem here 
"/net/wireless/realtek/rtlwifi/rtl_pci.ko' Read-only  file system, I  try to 
change the permision with "SU", but no work

Another question is how can I login in qubes OS as root from the user login page

Thanks a lot

-- 
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/87863add-2714-47c2-bf39-25b776082189%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Install Rtlwifi new

2017-12-31 Thread davidmizr2015
On Sunday, December 31, 2017 at 1:39:43 PM UTC-5, davidm...@gmail.com wrote:
> Hi, I'm tring to istall the RTlwifi new driver in "sys-net", you can see the 
> driver here, "https://github.com/lwfinger/rtlwifi_new;, I have to install 
> this driver using "SUDO MAKE" and "SUDO MAKE INSTALL", sudo make works good, 
> but when I try "sudo make install" the system send this error.
> 
> 
> THE ERROR
> "/net/wireless/realtek/rtlwifi/rtl_pci.ko' Read-only  file system
> "Make file:65: recipe for target "install" failed
> make *** [install] error 1"
> 
> thank you very much, I really like this operating system, it is the best
> 
> but I need to install this drivers
> 
> Thanks
> 
> please help me

Hi, I try to install the wifi driver in the template fedora-25 but no work, the 
same error, and I can see e permission problem here 
"/net/wireless/realtek/rtlwifi/rtl_pci.ko' Read-only  file system, I  try to 
change the permision with "SU", but no work

Another question is how can I login in qubes OS as root from the user login page

Thanks a lot

-- 
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/5ab22337-72d2-4a35-a346-0b3b5a0c9643%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Qubes freezing (hangs) always in less than 1 hour

2017-12-31 Thread Sameer Vao
I tried everything I could google, but didnt work - so posting here. 
Wonderful if any help !Qubes 3.2 installed at new laptop with cheap intel 
celeron with UEFI and 4Gb RAM. Install worked and it booted.But it freezes 
completely (hangs) normally within 15 minutes after booting, needing a hard 
reboot. Theres no specific thing - sometimes moving the mouse, sometimes 
loading new machine. More frequent when many things loading at a time, but also 
happens while doing nothing just waiting.This error also happens during boot - 
maybe related:efi: EFI_MEMMAP is not enabled.esrt: ESRT header is not in the 
memory map.Also after install theres no grub menu.All I tried didnt 
work and it kept freezing:- Not using mouse or trackpad to see if they caused 
it- Memorytest86+ showed no problem- Temperature is ok- Reinstalling qubes 
using /mapbs /noexitboot at end of chainloader in troubleshooting and rescue as 
in uefi troubleshooting- mapbs=1 and noexitboot=1 at end of xen.cfg in new 
lines- Adding any of those to both sections of 
/boot/efi/EFI/Qubes/xen.cfg:efi=attr=ucefi=no-rsadd_efi_memmapEFI_MEMMAP error 
keeps happening, hangs too(Why both sections of xen.cfg are identical ?)- 
Adding to both sections of 
/boot/efi/EFI/Qubes/xen.cfg:intel_idle.max_cstate=1dmesg shows intel_idle: 
max_cstate 1 reached but that didnt solve hangs- Changing swap and 
free mem in dom0sysctl -w swappiness=5sysctl -w vm.min_free_kbytes=105000- 
Making those changes permanent in 
/etc/sysctl.confvm.swappiness=5vm.min_free_kbytes=105000- Tried changing swap 
and free mem of fedora template too, didnt solve.Also always freezes during 
shutdown with black screen.Sometimes freezes during boot and last lines looks 
like this:Code: 8b 05 d8 . e8RIP fa1867751a 
drm_clflush_virt_range+0x31/0x50 [drm]RSP 07560a1008CR2: 
000176c0e00100I dont want to give up. What other things can I try to stop 
those hangs and have qubes function?

-- 
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/20171231203102.7095.qmail%40f5mail-224-107.rediffmail.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] In Q3.2 is there official advice to upgrade to Deb-9 ?

2017-12-31 Thread yrebstv
Maybe I missed something , is there some reason to or not to  upgrade to
Deb-9 , I hardly use Deb 8 as it is , but I do use Whonix  .

I vaguely recall some reason not to, but do see it in the official docs,
how to .. 

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


Re: [qubes-users] Re: Install Rtlwifi new

2017-12-31 Thread 'awokd' via qubes-users
On Sun, December 31, 2017 6:53 pm, davidmizr2...@gmail.com wrote:

>
> How I can clone in the qubes os 4.0 Rc3?

A good way to see what Qubes commands are available is to type qubes- or
qvm- then hit Tab twice. Once you find a command that might work, add "-h"
on the end for help on how to use it, like:
qvm-clone -h


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


[qubes-users] Re: Install Rtlwifi new

2017-12-31 Thread davidmizr2015
On Sunday, December 31, 2017 at 1:39:43 PM UTC-5, davidm...@gmail.com wrote:
> Hi, I'm tring to istall the RTlwifi new driver in "sys-net", you can see the 
> driver here, "https://github.com/lwfinger/rtlwifi_new;, I have to install 
> this driver using "SUDO MAKE" and "SUDO MAKE INSTALL", sudo make works good, 
> but when I try "sudo make install" the system send this error.
> 
> 
> THE ERROR
> "/net/wireless/realtek/rtlwifi/rtl_pci.ko' Read-only  file system
> "Make file:65: recipe for target "install" failed
> make *** [install] error 1"
> 
> thank you very much, I really like this operating system, it is the best
> 
> but I need to install this drivers
> 
> Thanks
> 
> please help me

How I can clone in the qubes os 4.0 Rc3?
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/7a347cff-7b38-4b11-a3fb-63efce699b4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Install Rtlwifi new

2017-12-31 Thread 'awokd' via qubes-users
On Sun, December 31, 2017 6:39 pm, davidmizr2...@gmail.com wrote:
> Hi, I'm tring to istall the RTlwifi new driver in "sys-net", you can see
> the driver here, "https://github.com/lwfinger/rtlwifi_new;, I have to
> install this driver using "SUDO MAKE" and "SUDO MAKE INSTALL", sudo make
> works good, but when I try "sudo make install" the system send this
> error.

Generally speaking, you can't directly install into AppVMs/NetVMs, only
into the template underneath them. Check to see what template your sys-net
is using. You could install that driver directly on that template, but you
should probably clone the template, install the driver into the clone,
then switch sys-net to use your cloned 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 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/66ff9d968cb961ddbe26355dc424080e.squirrel%40tt3j2x4k5ycaa5zt.onion.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Install Rtlwifi new

2017-12-31 Thread davidmizr2015
Hi, I'm tring to istall the RTlwifi new driver in "sys-net", you can see the 
driver here, "https://github.com/lwfinger/rtlwifi_new;, I have to install this 
driver using "SUDO MAKE" and "SUDO MAKE INSTALL", sudo make works good, but 
when I try "sudo make install" the system send this error.


THE ERROR
"/net/wireless/realtek/rtlwifi/rtl_pci.ko' Read-only  file system
"Make file:65: recipe for target "install" failed
make *** [install] error 1"

thank you very much, I really like this operating system, it is the best

but I need to install this drivers

Thanks

please help 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-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/4099f221-eb6a-49f3-903c-06a046e8eb8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Duplicate MAC address error

2017-12-31 Thread qubes-users-list
On Tuesday, December 26, 2017 at 10:30:45 AM UTC-5, Kushal Das wrote:
> On Tue, Dec 26, 2017 at 8:18 PM, cooloutac wrote:
> >
> > wonder if your system runs low on ram?  Could also try using system without 
> > iommu and see if it still happens.
> >
> I have 32GB here on a T470. I hope that is okay :)
> 
> Kushal
> -- 
> Staff, Freedom of the Press Foundation
> CPython Core Developer
> Director, Python Software Foundation
> https://kushaldas.in

I can recreate this error message consistently while running the latest R4 rc3.

Inside of sys-net, just shut down the vm from the inside (e.g. sudo reboot)

Afterwards sys-net fails to start:

$ qvm-start sys-net
Start failed: invalid argument: network device with mac XX:XX:XX:XX:XX:XX 
already exists

To get back in a good state without rebooting the entire machine, I have to 
shut down (or kill) all dependent vms (AppVMs talking to my firewall-vm and my 
firewall vm).  Then I can start sys-net again, followed by my firewall vm, 
followed by my regular app vms.

I've managed to trigger this on two Lenovo laptops and one Dell laptop so far, 
all of which are running R4rc3.

I'm pretty new to QubesOS and haven't figured out how to dig through the 
innards well enough yet to find anything useful.

-- 
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/32111085-5195-4ff1-b85e-dabbae3c3a43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Propagate Fedora-23 to Fedora-26 to AppVM based on Template fedora-23 ?

2017-12-31 Thread ThierryIT
I have followed your advise ..
I have switch off my netVM.
Change the VM settings from "template 23 to Template 26"
Switch ON ... And nothing particular is happening ... This VM still work but 
based on the v23 of my template.
I am going to do another test with a new VM created with the v23 ...

Thx


Le dimanche 31 décembre 2017 12:51:49 UTC+2, awokd a écrit :
> On Sun, December 31, 2017 10:33 am, ThierryIT wrote:
> > Yes this is an upgrade from the default Fedora-23 template.
> > But nothing is happening.
> > I do have my NetVM who is based on the v23 template, what to do to make it
> > upgrading to v26 ??
> 
> Assuming you're using Qubes 3.2,
> Shutdown the AppVM you want to upgrade to 26
> Right click and pick VM settings
> Under the Basic tab, click the Template drop down list
> Pick your Fedora 26 template and hit OK
> Start the AppVM back up

-- 
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/f340c75e-4500-472e-88ff-65a567b51c92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: Propagate Fedora-23 to Fedora-26 to AppVM based on Template fedora-23 ?

2017-12-31 Thread 'awokd' via qubes-users
On Sun, December 31, 2017 10:33 am, ThierryIT wrote:
> Yes this is an upgrade from the default Fedora-23 template.
> But nothing is happening.
> I do have my NetVM who is based on the v23 template, what to do to make it
> upgrading to v26 ??

Assuming you're using Qubes 3.2,
Shutdown the AppVM you want to upgrade to 26
Right click and pick VM settings
Under the Basic tab, click the Template drop down list
Pick your Fedora 26 template and hit OK
Start the AppVM back up


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


[qubes-users] Re: Propagate Fedora-23 to Fedora-26 to AppVM based on Template fedora-23 ?

2017-12-31 Thread ThierryIT
Yes this is an upgrade from the default Fedora-23 template.
But nothing is happening.
I do have my NetVM who is based on the v23 template, what to do to make it 
upgrading to v26 ??

Merci


Le dimanche 31 décembre 2017 11:29:35 UTC+2, Frédéric Pierret (fepitre) a écrit 
:
> Le dimanche 31 décembre 2017 09:30:19 UTC+1, ThierryIT a écrit :
> > Hi,
> > 
> > I have done an upgrade of my Fedora-23 template to version 26.
> > I would like to propagate all Fedora-23 template AppVM based to version 26?
> > How to preceed ?
> > 
> > Thx
> 
> Hi,
> 
> If you made an upgrade in the default template, there is nothing to do. If 
> you made a clone then, just change your appvms settings by selecting your 
> updated template clone.
> 
> Best,

-- 
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/c1c8e5db-ea8f-4e77-9342-5d07ef15e5be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Propagate Fedora-23 to Fedora-26 to AppVM based on Template fedora-23 ?

2017-12-31 Thread fepitre
Le dimanche 31 décembre 2017 09:30:19 UTC+1, ThierryIT a écrit :
> Hi,
> 
> I have done an upgrade of my Fedora-23 template to version 26.
> I would like to propagate all Fedora-23 template AppVM based to version 26?
> How to preceed ?
> 
> Thx

Hi,

If you made an upgrade in the default template, there is nothing to do. If you 
made a clone then, just change your appvms settings by selecting your updated 
template clone.

Best,

-- 
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/bf51d63c-6835-443d-8634-cfd4ba49700a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Propagate Fedora-23 to Fedora-26 to AppVM based on Template fedora-23 ?

2017-12-31 Thread ThierryIT
Hi,

I have done an upgrade of my Fedora-23 template to version 26.
I would like to propagate all Fedora-23 template AppVM based to version 26?
How to preceed ?

Thx

-- 
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/5c248430-2a22-4677-b7c4-abc2e04e6085%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.