[qubes-users] SSH to QUBES VM

2019-09-14 Thread Aly Abdellatif
Hello everyone,

Could some please tell how can I configure a Vm in Qubes with SSH.

I would like to be able to connect to this VM from another computer using ssh.

Best Regards
Aly Abdellatif

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/D4037724-6CD4-40E4-9958-14875658ABA1%40gmail.com.


[qubes-users] HCL - Lenovo Thinkpad P52

2019-01-23 Thread Aly Abdellatif
Hi everyone,


Current Condition: Everything works perfectly(kali-rolling,offline
penstesting lab,audio,bluetooth,wifi,updates,whonix,etc...) in legacy mode
with discrete graphics for installation(with rufus) and hybrid graphics
after disabling nouveau :Only problem is the ethernet
Uefi works too but problems with wake and sleep after closing the
lid(Nvidia problem): I also followed
https://github.com/QubesOS/qubes-issues/issues/3411 and
https://groups.google.com/forum/#!msg/qubes-users/TmGDlkluJgM/fn4wc2E5CQAJ
with no success.

For more informations :

First trial:

*SecureBoot : Disabled*
*Graphics:Discrete(Hybrid won't work in uefi)*

*Boot: Uefi only*
*uefi usb enabled*

First of all , I followed every steps regarding the uefi Installation for
newer thinkpads(fedora-live-cd). The installation would begin than I would
be stuck in the "Installation source: Error setting up base repository"
With dd the installation would begin and i will be stucked in the middle
with an  error : transaction couldn't load source or something like that.

Finally with rufus I could install Qubes correctly with two problems :
first of all sys-net will not start unless I remove the Ethernet device
from the settings. My Second problem was the suspend: If I close the lid ,
I have to hard shutdown the laptop and then reboot. This problem is related
to nvidia and nouveau. Sadly, there wasn't any grub installed(grub and
grub2 were empty folders) so I couldn't follow the steps regarding the
nvidia troubleshooting to disable nouveau. I also didn't want to debug and
try to install a grub .

Second Trial: Finally I reinstalled everything with :

*SecureBoot : Disabled*
*Graphics:Discrete*
*Boot: legacy mode*

Same problem with the ethernet.
In legacy mode the grub is installed and preconfigured.
This time I could follow the steps for the nvidia troubleshooting to
disable nouveau:

*In dom0*

   -

   *cd /etc/default/
   sudo nano grub
   *



   -

   *Edit GRUB_CMDLINE_LINUX, add the following to it at the end:*

   *nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off
   *

   -

   *sudo grub2-mkconfig -o /boot/grub2/grub.cfg*

   -

   After that you reboot and you will be stucked in the loading screen
. You have to change the graphics in the BIOS to Hybrid so that he can
use your integrated graphics.


Now when you close the lid and then you open it you have the XscreenSaver
which is what we wanted :) !!!.

I will try now to fix the ethernet and the nvidia drivers . I will keep you
updated .



My Laptop Specifications:

Lenovo Thinkpad P52
BiOS 1.18(latest)
Intel Xeon E-176M
64GB RAM(16 X 4) NO ECC
1TB SSD nvme Samsung (QUBES OS)
1TB SATA which I use for backup(qvm-block , mount).
Nividia Quadro p2000






Best Regards

Aly Abdellatif

-- 
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/CANx%2BM24H1rMj6Xa0PDGYK9GJqaqYKk36Xe5OJFZQVRhFB%3DHUbw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Qubes-HCL-LENOVO-20M9CTO1WW-20190123-195941.yml
Description: application/yaml


Qubes-HCL-LENOVO-20M9CTO1WW-20190123-200338.cpio.gz
Description: application/gzip


[qubes-users] Re: HCL - Lenovo Thinkpad P52

2019-01-23 Thread Aly Abdellatif
I sent the downloaded .yml file, This is the one I updated it .

On Wed, Jan 23, 2019 at 8:40 PM Aly Abdellatif 
wrote:

> Hi everyone,
>
>
> Current Condition: Everything works perfectly(kali-rolling,offline
> penstesting lab,audio,bluetooth,wifi,updates,whonix,etc...) in legacy mode
> with discrete graphics for installation(with rufus) and hybrid graphics
> after disabling nouveau :Only problem is the ethernet
> Uefi works too but problems with wake and sleep after closing the
> lid(Nvidia problem): I also followed
> https://github.com/QubesOS/qubes-issues/issues/3411 and
> https://groups.google.com/forum/#!msg/qubes-users/TmGDlkluJgM/fn4wc2E5CQAJ
> with no success.
>
> For more informations :
>
> First trial:
>
> *SecureBoot : Disabled*
> *Graphics:Discrete(Hybrid won't work in uefi)*
>
> *Boot: Uefi only*
> *uefi usb enabled*
>
> First of all , I followed every steps regarding the uefi Installation for
> newer thinkpads(fedora-live-cd). The installation would begin than I would
> be stuck in the "Installation source: Error setting up base repository"
> With dd the installation would begin and i will be stucked in the middle
> with an  error : transaction couldn't load source or something like that.
>
> Finally with rufus I could install Qubes correctly with two problems :
> first of all sys-net will not start unless I remove the Ethernet device
> from the settings. My Second problem was the suspend: If I close the lid ,
> I have to hard shutdown the laptop and then reboot. This problem is related
> to nvidia and nouveau. Sadly, there wasn't any grub installed(grub and
> grub2 were empty folders) so I couldn't follow the steps regarding the
> nvidia troubleshooting to disable nouveau. I also didn't want to debug and
> try to install a grub .
>
> Second Trial: Finally I reinstalled everything with :
>
> *SecureBoot : Disabled*
> *Graphics:Discrete*
> *Boot: legacy mode*
>
> Same problem with the ethernet.
> In legacy mode the grub is installed and preconfigured.
> This time I could follow the steps for the nvidia troubleshooting to
> disable nouveau:
>
> *In dom0*
>
>-
>
>*cd /etc/default/
>sudo nano grub
>*
>
>
>
>-
>
>*Edit GRUB_CMDLINE_LINUX, add the following to it at the end:*
>
>*nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off
>*
>
>-
>
>*sudo grub2-mkconfig -o /boot/grub2/grub.cfg*
>
>-
>
>After that you reboot and you will be stucked in the loading screen . You 
> have to change the graphics in the BIOS to Hybrid so that he can use your 
> integrated graphics.
>
>
> Now when you close the lid and then you open it you have the XscreenSaver
> which is what we wanted :) !!!.
>
> I will try now to fix the ethernet and the nvidia drivers . I will keep
> you updated .
>
>
>
> My Laptop Specifications:
>
> Lenovo Thinkpad P52
> BiOS 1.18(latest)
> Intel Xeon E-176M
> 64GB RAM(16 X 4) NO ECC
> 1TB SSD nvme Samsung (QUBES OS)
> 1TB SATA which I use for backup(qvm-block , mount).
> Nividia Quadro p2000
>
>
>
>
>
>
> Best Regards
>
> Aly Abdellatif
>
>
>

-- 
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/CANx%2BM24jzifD4KyOm-zNGB-LtUUuLMPMt7viv0PDGv6Q0Mog_Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Qubes-HCL-LENOVO-20M9CTO1WW-20190123-200338.yml
Description: application/yaml


Re: [qubes-users] HCL - Lenovo Thinkpad P52

2019-01-23 Thread Aly Abdellatif
Thanks for your reply,

The 6 cores are working .

Even with fn+space it wasn't working with me in uefi .

I guess I will just keep it in legacy mode.

Thanks for the ethernet tip.


*To get nouveau working you have to create an xorg.conf. By hand, of
course, to make it more fun.*

I'm not familiar with it . I will give it a try !


*Thanks*

On Wed, Jan 23, 2019 at 9:07 PM Achim Patzner  wrote:

> On 20190123 at 20:40 +0100 Aly Abdellatif wrote:
>
> > Current Condition: Everything works perfectly(kali-rolling,offline
> > penstesting lab,audio,bluetooth,wifi,updates,whonix,etc...) in legacy
> > mode with discrete graphics for installation(with rufus) and hybrid
> > graphics after disabling nouveau
>
> Check if all CPU cores are running...
>
> > Only problem is the ethernet
>
> That's not a problem with "permissive=true" and "no-strict-rest=true".
>
> > Uefi works too but problems with wake and sleep after closing the
> > lid(Nvidia problem)
>
> Actually using Fn+Backspace, too.
>
> > Graphics:Discrete(Hybrid won't work in uefi)
>
> Works for me since firmware 1.06
>
> > Sadly, there wasn't
> > any grub installed(grub and grub2 were empty folders) so I couldn't
> > follow the steps regarding the nvidia troubleshooting to disable
>
> You can do that in xen.cfg.
>
> > I will try now to fix the ethernet and the nvidia drivers . I will
> > keep you updated.
>
> To get nouveau working you have to create an xorg.conf. By hand, of
> course, to make it more fun.
>
>
> Achim
>
>
> --
> 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/386c545b05adbf2afe12afc6843f0abc4ab5f823.camel%40noses.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CANx%2BM243FcuyxFmcxsjqFK5gxOWA%2B_gvFHgBbjnmkE4AR4zpgQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Making a Qubes USB Installer USB with Fedora LiveCD

2019-01-24 Thread Aly Abdellatif
Hi everyone,

Don’t bother yourself with fedora-live-cd,I have a new thinkpad(p52) and I did 
the iso with rufus and it worked.
Fedora live cd and dd didn’t work for me !

Best regards
Aly Abdellatif

-- 
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/3e5a9f47-e23b-49cc-8c49-c237ab1ca109%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Making a Qubes USB Installer USB with Fedora LiveCD

2019-01-24 Thread Aly Abdellatif
You can follow what I wrote for my installation !

https://groups.google.com/forum/m/#!msg/qubes-users/5-qFYKN0esM/E07fmEHZHAAJ

-- 
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/35e25d4a-608e-4184-8d2d-d66e1e54f3e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: QSB #46: APT update mechanism vulnerability

2019-01-26 Thread Aly Abdellatif
@John S redcap

Go into the updateVM and delete unneeded rpms :
/var/lib/qubes/dom0-updates/packages

If you didnt change your updateVM, it will be in sys-firewall

And then add  - - clean in your qubes-dom0-update 
Command

-- 
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/ec709af9-a8a0-41fd-902f-cdad95a1ad9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] ALL VMs are not working -- qmemman

2019-01-26 Thread Aly Abdellatif
When I rebooted Qubes OS after installing i3. All VMs are not working(xfce or 
i3) with the error


 :Domain t has failed to start :Failed to connect to qmemman:[Errno 2] No 
such file or directory


with journalctl -xe ; I have this error : Failed to start Qubes memory 
management daemon 


systemctl start qubes-qmemman.service is not working with the error : 

Job for qubes-qmemman.service failed because the control process exited with 
error code

Same with systemctl restart qubes-qmemman.service

And with ystemctl status qubes-qmemman.service : I have the same error with the 
on in journalctl -xe


 Failed to start Qubes memory management daemon



PS: I only edited the conf file in i3(everything was working) and I added in 
/etc/systemd/system/ a file that call i3lock when suspending(this is when I 
rebooted). I also deleted this file after having the error above but without 
success.

Thanks in advance
Aly Abdellatif

-- 
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/eabdaff0-f1fe-423a-b5c3-905e8e2facdd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: QSB #46: APT update mechanism vulnerability

2019-01-26 Thread Aly Abdellatif
@John S.Recdep

1. Go into sys-firewall and delete rpms available in 
/var/lib/qubes/dom0-updates/packages

and then in dom0 use sudo qubes-dom0-update qubes-template-whonix-gw-14
--enablerepo=qubes*testing --clean   


-- 
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/5c645f57-61b9-4be9-ba46-f88db35e2270%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: ALL VMs are not working -- qmemman

2019-01-26 Thread Aly Abdellatif
This also worked for me .

Thanks a lot Lorenzo !!

-- 
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/528bc506-0e2d-4696-9430-0aa994fd0227%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Trying to install Nvidia Driver

2019-02-03 Thread Aly Abdellatif
Hi everyone,

I'm actually using Qubes 4.0.1 on my Lenovo Thinkpad p52 in UEFI.
To make it work I had to disable nouveau in the xen.cfg
Now I'm trying to install NVIDIA Driver and I have several errors.

I'm following https://www.qubes-os.org/doc/install-nvidia-driver/

first I run ./NVIDIA-Linux-.run --ui=none 
--no-x-check --keep --no-nouveau-check --no-kernel-module.

I get an Installation interface and everything is fine.
I can ask for a Xorg.conf .

The problem is when I try to use "make" in NVIDIA/Kernels:

make IGNORE_XEN_PRESENCE=1 CC="gcc -DNV_VMAP_4_PRESENT -DNV_SIGNAL_STRUCT_RLIM" 
I get this error :

"Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install 
libelf-dev, libelf-devel or elfutils-libelf-devel"

then when I try to install one of them libelf-dev, libelf-devel or 
elfutils-libelf-devel and I can only find elfutils-libelf-devel 
with(enablerepo=unstable) 

When I execute again the "make"
after executing for several seconds : A lot of files are not found(object files 
-> *.o).

I read about the CONFIG_UNWINDER_ORC=y and that there's a way to make it work 
without the elfutils-libelf-devel by rebuilding the kernel with 
CONFIG_UNWINDER_FRAME_POINTER=y 
But I don't know how and if it's a good idea.


Of course I tried to reboot with the Xorg.conf(nvidia-xconfig)  but knowing 
that it will not work and after entering my luks password , I have a black 
screen so I can't log in into X, but I can login to  a text console (press 
Ctrl-Alt-F2). So in the text console I uninstalled Nvidia and when I reboot it 
everything went to normal without Nvidia driver and of course with nouveau 
disabled(from the beginning).

P.S: the HDMI is connected to the NVDIA GPU so I can't use it.


Thanks in advance

Best Regards
Aly Abdellatif




-- 
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/91e9c8bf-10b6-4b26-b06f-16d3a307503a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Trying to install Nvidia Driver

2019-02-03 Thread Aly Abdellatif
What if I have a usb C to hdmi ?

I activated thunderbolt in the BIOS and the usb C works perfectly in sys-usb , 

On the otherhand hdmi is not recognized in sys-usb(xrandr). I tried to attach 
the PCI to dom0 but I didn't succeed. 

I don't mind if it's possible to assign the usb c to an appvm and then the hdmi 
works for this appvm. I don't need to have the dom0 on another monitor , just 
an appvm will be perfect for 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/1d30cb07-22a7-4950-a296-c5a0417c7ace%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Trying to install Nvidia Driver

2019-02-03 Thread Aly Abdellatif
Thanks for your response @frederic


Did you manage to make nouveau work ? By default I don't have a xorg.conf so I 
don't know how to do it even when I close the X session and then in the text 
console I write Xorg --configure -->  I have a seg fault error  and the 
xorg.conf.new is not created.

Any idea to make the hdmi with an adapter(usb,usbC) work so it doesn't connect 
to nvidia ?

I need the hdmi only for an appvm so I don't mind if it doesn't work on dom0 .

P.S I forgot to mention : I'm on hybrid graphics

Best regards 
Aly Abdellatif

-- 
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/1ddca4d0-ba0b-47aa-87de-7d896a7b9145%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Trying to install Nvidia Driver

2019-02-03 Thread Aly Abdellatif
Even When I disable sys-usb and all usb ports are in dom0(removing the usb-hide 
line in xen.cfg ) I can manage all my usbs in dom0 but unfortunately the usbC 
to HDMI adapter is not recognized(xrandr). The usbC adapter have also a usb2.0 
and it worked so I know the probem is not in the adapter.





-- 
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/95020c9e-8b2a-4e20-a85c-de4fd7a890ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: Upgrades for dom0-Qubes 4; on system reboot skips plymouth, usb kb dies, can't enter decrypt pw

2019-02-07 Thread Aly Abdellatif
Hello,

Try to update to kernel 4.19

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing kernel 
kernel-qubes-vm

This will download the newer kernel and the kernel for your vms(this version is 
in the current testing repository which means it’s not the stable version 
yet(4.14* is).
I’ve been using 4.19 for 2 weeks without a problem.

You will then install it with sudo dnf install kernel-4.19*
And dnf install kernel-qubes-vm-4.19* if it didn’t install it in the previous 
command.

After that if you are in uefi , check in the xen.cfg that default= your new 
version of kernel

Nouveau is enabled by default , you should add that to your kernel line : 

nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off.

This will disable nouveau and your discrete card(nvidia).

For the keyboard and mouse, Did you create a sys-usb vm(qube vm for usbs)?

Can you show us the output of dmesg -l err ?

Aly 

-- 
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/8c811ae2-0dd8-4429-a35b-2545c74211b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: How can I set up wireless connection in Qubes 4.0

2019-02-20 Thread Aly Abdellatif
On Wednesday, February 20, 2019 at 7:36:28 PM UTC+1, wlmi...@gmail.com wrote:
> Hi.
> I am trying to get wireless connection setup using Alfa AWUS036H but I don't 
> know how to do it.
> Do I have to install in sys-net vm? Where can I start?


I wanted to use it on a kali appvm ,so :

first you find your wireless card , 

DOM0 --> qvm-usb

then 

DOM0--> qvm-usb attach kali-appvm sys-usb:2-1#2-1 you will find it in 
qvm-usb

if you don't have a usb qubes , you should replace sys-usb with dom0
this will attach my wireless card to my kali app-vm , in your case you can 
attach it to sys-net


then you install the driver on your vm.

My kali Template (debian) so I ran :

kali-template--> sudo apt-get update firmware-atheros # install it in your 
template to be persistent



then in your appvm

kali-appvm--> iwconfig # verify that your wireless card appear

when you will start your wlan , it will starts to blink

In my kali 

kali-appvm-->sudo airmon-ng start wlan0

-- 
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/3974ce85-2deb-4ea2-9725-9aa7b3d1ff0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Kernel 4.20 Can’t find

2019-03-23 Thread Aly Abdellatif
Hi,

With qubes-dom0-update , I can’t find the kernel 4.20 version with the current 
or current testing or even the unstable. The further I can go is the 4.19.

 Is there something wrong in what I’m doing?

Best Regards
Aly Abdellatif

-- 
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/B92D4E03-407B-42F6-8E0A-F9D7830071F3%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Where do I type command for enabling Fullscreen?

2019-07-17 Thread Aly Abdellatif
You can save in vim by typing “:w”
If you want to save and exit  “:wq”
If you want to quit without saving “:q!”

The quotation marks are not part of the commands


Best regards
Aly Abdellatif

> On Jul 17, 2019, at 4:04 PM, O K  wrote:
> 
>> On Monday, July 15, 2019 at 9:20:03 PM UTC-4, Andrew David Wong wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA512
>> 
>>> On 15/07/2019 4.13 PM, O K wrote:
>>> Trying to enable fullscreen for a Windows 7 VM, and following the
>>> Qubes instructions.  They say to enter the following into the
>>> /etc/qubes/guid.conf file in Dom0:
>>> 
>>> VM: { personal: { allow_fullscreen = true; }; };
>>> 
>>> My question is, where do I type that in? I found the file in dom0
>>> but if I need to enter it into the document itself, then I need
>>> software to open a text file.  Is any include in Qubes?
>>> 
>> 
>> I like to use vim in dom0. It's already included.
>> 
>> It can be challenging if you're new to vim, so you might want to check
>> out a tutorial. Here's an example of one of the top search engine hits
>> for "vim" that looks helpful:
>> 
>> https://www.howtoforge.com/vim-basics
>> 
>> It looks like nano is also included. It's commonly regarded as easier
>> to use, so you might want to check that out first if you're not
>> familiar with vim.
>> 
>> - -- 
>> Andrew David Wong (Axon)
>> Community Manager, Qubes OS
>> https://www.qubes-os.org
>> 
>> -BEGIN PGP SIGNATURE-
>> 
>> iQIzBAEBCgAdFiEEZQ7rCYX0j3henGH1203TvDlQMDAFAl0tJjEACgkQ203TvDlQ
>> MDCcmg//Qar4kDq7jY7TbE0cDxs/9oBA7s6BrD023Ha3OdUyMHL7hYLHR2XrzVS9
>> 3yqgq5fUe77kIk0SFa5i/TJdXlgruhFvtQ3/+suThlUpwyIAqziWlfQ0q9nPgbV8
>> MeCPP+wOiML+PHFLNWlp3Jaq+pHwjcJl+xBzrmWOZib/vqtypbP/siuyH+UrhhdG
>> EXk8wjkuW+vjU8KpXzZ3+E9jcJEgK5ji/c9xfcvwmmqmHhiW9ags77siwv2P5A/6
>> AgfP3ws+USFug1KeOven04QgMVFnuh7u/JEYZYCVNqrKWIEQEkiL6RC73fX1sj/N
>> BgCROCx7ZjwGipToZ/jKdawJD8hzpeQRACCgGoyYWIMXAMdjht/9d1yQk3Ctqkpp
>> bBAc7558AyIUEdaMot9TFnymkMKGJGerquSzhtXzNzNQp9ZbZwmniSYx8s2qcX4A
>> +xOOlBhrqwUTeFB5ETTMA944Z9j9dz0J4H96LpjyfTCUVVSxqwugN1g0Xiq2Pg92
>> 9fpnd6gGxUMTEBCDTzq9oLDU9j1496wggVLP8P3sfGvyBhRF3lS6ps2AhKLMMzXQ
>> qvB453l47AuL+giM1WOuIin0mxpxKPIOfUkOytTxar/amNjWO2p1lCuZN252zUSB
>> XUTU73sEcRXQONQKuBBYOxpVKc6i1K2YIGlx0VJedR1SkE75fa4=
>> =xtTg
>> -END PGP SIGNATURE-
> 
> Ok, I used vim and I wanted to just make sure with you that the file looked 
> right so I attached it.  I may have accidentally made some changes, but I 
> don't think so.  But I can't seem to figure out how to save the file as 
> edited.  I tried a few commands like "x" from the instructions but the 
> "insert word is still at the bottom and it doesn't say anything when I press 
> enter.
> 
> -- 
> 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/c7aca962-4c78-4e9f-ab73-f672367a24b5%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
> 

-- 
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/01B28BA6-5BCC-49B3-9359-131FB900BC69%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Where do I type command for enabling Fullscreen?

2019-07-17 Thread Aly Abdellatif
I forgot to mention, you should type Escape to exit Insert mode



> On Jul 17, 2019, at 4:04 PM, O K  wrote:
> 
>> On Monday, July 15, 2019 at 9:20:03 PM UTC-4, Andrew David Wong wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA512
>> 
>>> On 15/07/2019 4.13 PM, O K wrote:
>>> Trying to enable fullscreen for a Windows 7 VM, and following the
>>> Qubes instructions.  They say to enter the following into the
>>> /etc/qubes/guid.conf file in Dom0:
>>> 
>>> VM: { personal: { allow_fullscreen = true; }; };
>>> 
>>> My question is, where do I type that in? I found the file in dom0
>>> but if I need to enter it into the document itself, then I need
>>> software to open a text file.  Is any include in Qubes?
>>> 
>> 
>> I like to use vim in dom0. It's already included.
>> 
>> It can be challenging if you're new to vim, so you might want to check
>> out a tutorial. Here's an example of one of the top search engine hits
>> for "vim" that looks helpful:
>> 
>> https://www.howtoforge.com/vim-basics
>> 
>> It looks like nano is also included. It's commonly regarded as easier
>> to use, so you might want to check that out first if you're not
>> familiar with vim.
>> 
>> - -- 
>> Andrew David Wong (Axon)
>> Community Manager, Qubes OS
>> https://www.qubes-os.org
>> 
>> -BEGIN PGP SIGNATURE-
>> 
>> iQIzBAEBCgAdFiEEZQ7rCYX0j3henGH1203TvDlQMDAFAl0tJjEACgkQ203TvDlQ
>> MDCcmg//Qar4kDq7jY7TbE0cDxs/9oBA7s6BrD023Ha3OdUyMHL7hYLHR2XrzVS9
>> 3yqgq5fUe77kIk0SFa5i/TJdXlgruhFvtQ3/+suThlUpwyIAqziWlfQ0q9nPgbV8
>> MeCPP+wOiML+PHFLNWlp3Jaq+pHwjcJl+xBzrmWOZib/vqtypbP/siuyH+UrhhdG
>> EXk8wjkuW+vjU8KpXzZ3+E9jcJEgK5ji/c9xfcvwmmqmHhiW9ags77siwv2P5A/6
>> AgfP3ws+USFug1KeOven04QgMVFnuh7u/JEYZYCVNqrKWIEQEkiL6RC73fX1sj/N
>> BgCROCx7ZjwGipToZ/jKdawJD8hzpeQRACCgGoyYWIMXAMdjht/9d1yQk3Ctqkpp
>> bBAc7558AyIUEdaMot9TFnymkMKGJGerquSzhtXzNzNQp9ZbZwmniSYx8s2qcX4A
>> +xOOlBhrqwUTeFB5ETTMA944Z9j9dz0J4H96LpjyfTCUVVSxqwugN1g0Xiq2Pg92
>> 9fpnd6gGxUMTEBCDTzq9oLDU9j1496wggVLP8P3sfGvyBhRF3lS6ps2AhKLMMzXQ
>> qvB453l47AuL+giM1WOuIin0mxpxKPIOfUkOytTxar/amNjWO2p1lCuZN252zUSB
>> XUTU73sEcRXQONQKuBBYOxpVKc6i1K2YIGlx0VJedR1SkE75fa4=
>> =xtTg
>> -END PGP SIGNATURE-
> 
> Ok, I used vim and I wanted to just make sure with you that the file looked 
> right so I attached it.  I may have accidentally made some changes, but I 
> don't think so.  But I can't seem to figure out how to save the file as 
> edited.  I tried a few commands like "x" from the instructions but the 
> "insert word is still at the bottom and it doesn't say anything when I press 
> enter.
> 
> -- 
> 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/c7aca962-4c78-4e9f-ab73-f672367a24b5%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
> 

-- 
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/2FB881EF-88A0-448F-8F13-38A4D6AC2E1D%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Help installing on a Lenovo T590 - no Installation Source ISO

2019-07-18 Thread Aly Abdellatif
I had the same problem when I created the usb with Fedora.

Try Rufus on windows

> On Jul 18, 2019, at 10:05 AM, Martin Gladdish  wrote:
> 
> I've just bought a new T590 explicitly to try out Qubes.
> 
> I found the ThinkPad-specific help, 
> https://www.qubes-os.org/doc/thinkpad-troubleshooting/, which is super useful.
> 
> I followed the instructions at the top, used a Fedora VirtualBox machine to 
> create the bootable USB flash drive, and got as far as the Qubes setup 
> screens.
> 
> Where it all came unstuck though was selecting the Installation Source in the 
> setup screen.
> 
> Could it be due to a wrinkle in the steps for creating the USB image in the 
> first place? The instructions say to edit EFI/BOOT/xen.cfg, but there is no 
> such file on my image. 
> 
>> sudo ls -a EFI/BOOT/
>> .  ..  BOOTX64.cfg  BOOTX64.efi  fontsinitrd.img  TRANS.TBL  vmlinuz
> 
> I made the label changes to BOOTX64.cfg instead, and that got me as far as I 
> did.
> 
> But what's weird is that the ~4GB Qubes .iso doesn't appear to be on the USB 
> stick? When I try to select an Installation Source, the USB drive is one of 
> the options but when I try to Choose an ISO there simply isn't one available.
> 
> Many thanks,
> 
> Martin Gladdish.
> 
> -- 
> 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/bc4e34aa-349e-4229-be28-a84943a181ee%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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/8ACD1F76-224C-4572-B2AB-45E809CD150C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.