Re: [qubes-users] Qubes R4.0.1 Installer - The name org.freedesktop.UDisk2 was not provided by any .service files

2019-05-17 Thread Adam Lewis
Tried using YUMI per a similar Asus HCL report, but that was also
unsuccessful. Using MBR rather than GPT/UEFI showed a little more info,
though;
"Problem description: failed to getinitiator name from iscsi firmware".
This error can be traced to
https://github.com/QubesOS/qubes-installer-qubes-os/commit/3acd47647ee3284df548cc62d79a75e71efdd7e9#diff-dcea6ef93dbd70a795aab33230d481f5R55

On Fri, May 17, 2019 at 7:43 PM Adam Lewis  wrote:

> Manually transcribed errors, so typos are entirely possible. Attempting to
> install Qubes R4.0.1 on Asus ROG Strix GL753-RS71 Intel Core i7-7700HQ
> Geforce GTX 1050 TI.
> Attempted inst.text in boot args, blacklisting nouveau driver, and
> commenting out noexitboot=1 and mapbs=1 lines with no changes apparent. The
> USB bypasses GRUB entirely and immediately launches anaconda installer,
> with the following error shown in the Logs tab of anaconda.
>
> 
> Traceback
>   File "/usr/lib/python3.5/site-packages/blivet/safe_dbus.py" line 147 in
> call_sync
> DEFAULT_DBUS_TIMEOUT, None
>   GLib.GError: g-dbus-error-quark:
> GDBus.Error:org.freedesktop.DBus.Error.ServiceUnkown: The name
> org.freedesktop.UDisk2 was not provided by any .service files
> Traceback
>   File "/usr/lib/python3.5/site-packages/blivet/iscsi.py" line 159 in
> __init__
> initiatorname =
> self._call_initiator_method("GetFirmwareInitiatorName")[0]
>   File "/usr/lib/python3.5/site-packages/blivet/util.py" line 1105 in
> decorated
> if self.check_avail(onetime=just_onetime)
>   File "/usr/lib/python3.5/site-packages/blivet/util.py" line 1093 in
> check_avail
> self._avail = self._check_avail()
>   File "/usr/lib/python3.5/site-packages/blivet/iscsi.py" line 113 in
> _check_avail
> if not safe_dbus.check_object_available(STORAGED_SERVICE,
> STORAGED_MANAGER_PATH, MANAGER_IFACE)
>   File "/usr/lib/python3.5/site-packages/blivet/safe_dbus.py" line 194 in
> check_object_available
> intro_data = call_sync(service, obj_path, DBUS_INTRO_IFACE,
> "Introspect", None)
>   File "/usr/lib/python3.5/site-packages/blivet/safe_dbus.py" line 151 in
> call_sync
> raise DBusCallError(msg)
> blivet.safe_dbus.DBusCallError: Failed to call Introspect method on
> /org/freedesktop/UDisk2/Manager with None arguments:
> GDBus.Error:org.freedesktop.DBus.Error.ServiceUnkown: The name
> org.freedesktop.UDisk2 was not provided by any .service files
> "
> https://pastebin.com/dAihmU2t
>
> *Attached txt, pastebin link, and above text are all identical.
>
> Much thanks, and please let me know if I can provide any additional
> information that would be useful,
>
> Adam
>
> PS Accidentally posted in qubes-devel initially. Sorry about that.
>
> --
> 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/a63e5379-8e0b-4082-aa63-103e888aa97f%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/CAD78PXjrnGVk_ypaD2QfD7DWC0rKy7NE5a8HjS0iz_-S-Zypxg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Qubes R4.0.1 Installer - The name org.freedesktop.UDisk2 was not provided by any .service files

2019-05-17 Thread Adam Lewis
Manually transcribed errors, so typos are entirely possible. Attempting to 
install Qubes R4.0.1 on Asus ROG Strix GL753-RS71 Intel Core i7-7700HQ 
Geforce GTX 1050 TI.
Attempted inst.text in boot args, blacklisting nouveau driver, and commenting 
out noexitboot=1 and mapbs=1 lines with no changes apparent. The USB bypasses 
GRUB entirely and immediately launches anaconda installer, with the following 
error shown in the Logs tab of anaconda.


Traceback
  File "/usr/lib/python3.5/site-packages/blivet/safe_dbus.py" line 147 in 
call_sync
DEFAULT_DBUS_TIMEOUT, None
  GLib.GError: g-dbus-error-quark: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnkown: The name 
org.freedesktop.UDisk2 was not provided by any .service files
Traceback
  File "/usr/lib/python3.5/site-packages/blivet/iscsi.py" line 159 in __init__
initiatorname = self._call_initiator_method("GetFirmwareInitiatorName")[0]
  File "/usr/lib/python3.5/site-packages/blivet/util.py" line 1105 in decorated
if self.check_avail(onetime=just_onetime)
  File "/usr/lib/python3.5/site-packages/blivet/util.py" line 1093 in 
check_avail
self._avail = self._check_avail()
  File "/usr/lib/python3.5/site-packages/blivet/iscsi.py" line 113 in 
_check_avail
if not safe_dbus.check_object_available(STORAGED_SERVICE, 
STORAGED_MANAGER_PATH, MANAGER_IFACE)
  File "/usr/lib/python3.5/site-packages/blivet/safe_dbus.py" line 194 in 
check_object_available
intro_data = call_sync(service, obj_path, DBUS_INTRO_IFACE, "Introspect", 
None)
  File "/usr/lib/python3.5/site-packages/blivet/safe_dbus.py" line 151 in 
call_sync
raise DBusCallError(msg)
blivet.safe_dbus.DBusCallError: Failed to call Introspect method on 
/org/freedesktop/UDisk2/Manager with None arguments: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnkown: The name 
org.freedesktop.UDisk2 was not provided by any .service files
"
https://pastebin.com/dAihmU2t

*Attached txt, pastebin link, and above text are all identical.

Much thanks, and please let me know if I can provide any additional information 
that would be useful,

Adam

PS Accidentally posted in qubes-devel initially. Sorry about that.

-- 
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/a63e5379-8e0b-4082-aa63-103e888aa97f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Traceback
  File "/usr/lib/python3.5/site-packages/blivet/safe_dbus.py" line 147 in 
call_sync
DEFAULT_DBUS_TIMEOUT, None
  GLib.GError: g-dbus-error-quark: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnkown: The name 
org.freedesktop.UDisk2 was not provided by any .service files
Traceback
  File "/usr/lib/python3.5/site-packages/blivet/iscsi.py" line 159 in __init__
initiatorname = self._call_initiator_method("GetFirmwareInitiatorName")[0]
  File "/usr/lib/python3.5/site-packages/blivet/util.py" line 1105 in decorated
if self.check_avail(onetime=just_onetime)
  File "/usr/lib/python3.5/site-packages/blivet/util.py" line 1093 in 
check_avail
self._avail = self._check_avail()
  File "/usr/lib/python3.5/site-packages/blivet/iscsi.py" line 113 in 
_check_avail
if not safe_dbus.check_object_available(STORAGED_SERVICE, 
STORAGED_MANAGER_PATH, MANAGER_IFACE)
  File "/usr/lib/python3.5/site-packages/blivet/safe_dbus.py" line 194 in 
check_object_available
intro_data = call_sync(service, obj_path, DBUS_INTRO_IFACE, "Introspect", 
None)
  File "/usr/lib/python3.5/site-packages/blivet/safe_dbus.py" line 151 in 
call_sync
raise DBusCallError(msg)
blivet.safe_dbus.DBusCallError: Failed to call Introspect method on 
/org/freedesktop/UDisk2/Manager with None arguments: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnkown: The name 
org.freedesktop.UDisk2 was not provided by any .service files


[qubes-users] AEM pcr sanity check failed

2019-05-17 Thread mail
Hi!

Can anybody translate the output of the tboot? What is the problem? I 
downloaded the right sinit module and strictly followed the aem tutorial. In my 
case it is the sinit-79 because my laptop has an intel i5 6300u cpu with txt.

https://photos.app.goo.gl/qcoB6tY5crYfAQpQ8

Dell e7480
Bios version 1.14.1
TPM was switched to 1.2
TXT is enabled


Except of aem, everything is working 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/6723494f-a76b-4045-b7b3-a358f088cc98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] AEM pcr sanity ckeck failed

2019-05-17 Thread mail
Hi!

Can anybody translate the outpot of the tboot? What is the problem? I 
donwloaded the right sinit module and strictly followed the aem tutorial. In my 
case it is the sinit-79 because my laptop has an intel i5 u6300u cpu with txt.

https://photos.app.goo.gl/qcoB6tY5crYfAQpQ8

Dell e5480
Bios version 1.14.1
TPM was switched to 1.2
TXT is enabled


Except of aem, everything is working 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/dd59b09e-7bc2-47aa-8cf8-b1637abc9dc3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Panic Button in Dom0

2019-05-17 Thread Daniil Travnikov
Did anyone use software like Punic Button?

I mean for example you need to turn off your computer, but you have not time to 
turn off your all AppVM's. And definitely you have not time to wait while your 
laptop will turn off.

In this case better decision will be immediately erase your RAM and turn off 
without any trail of your work in memory (for example the LUKS password).


I find this scripts:
https://github.com/0xPoly/Centry
http://www.righto.com/2010/04/usb-panic-button-with-linux-and-python.html
https://github.com/dwo/panicbutton


Could anybody knows better software?

-- 
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/3460c6fe-16d8-4545-a0c1-bd6950439f05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Nondeterministic behaviour of usb mouse

2019-05-17 Thread Cranix
Hello,
I just installed fresh qubes os and setted up
sys-usb via saltstack.

I edited /etc/qubes-rpc/policy/qubes.InputMouse
to allow usb mouse.

I got it working but after reboot my mouse again stopped to work.
I triple read docs and checked everything but without any success.
Rebooting sys-usb also did not helped. lsusb in sys-usb does
not show this mouse.

Reboot before my mouse was working, right now it is not.

I exhausted all ideas how to debug 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/20190517192900.GE19854%40hackerspace.pl.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] qrexec not connected on HVM

2019-05-17 Thread Vins
Hi, I realized now that if I attack any devices on the USB port and I connect 
to the "Standalone qube not based on template", I get the "qrexec not 
connected" error.
Looking on the web it seems like I need to update the update distribution lists 
(source lists), but I don't know how.
For now I would like to have the usb wi-fi card recognized on kali-os, but very 
soon I will also need it on the voip exchange OS. Undoubtedly I will also need 
it for the copy paste between Hvm.
I read on the web that they recommend installing the tools directly on the 
AppVm, but I have several Hvm that I want to be able to continue using. Is it 
possible to use the same Dom0 kernel on Hvm, if something is needed?
Thank 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/b43cf6e1-3267-4b6f-b7d1-b718e26328ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Installing git repositories

2019-05-17 Thread schwoereraxel
Le vendredi 17 mai 2019 12:05:25 UTC+2, Francesco a écrit :
> On Fri, May 17, 2019 at 6:38 AM Axel  wrote:
> Hello !
> 
> 
> 
> I installed Kali using this method : 
> https://www.qubes-os.org/doc/pentesting/kali/#kali-linux-templatevm-from-a-debian-template--
> 
> Now, I would like to know how to install git repositories to use them on an 
> AppVM? Do I have to install the git repositories directly in the AppVM?
> 
> 
> 
> everything you install in the AppVM will work, but will be lost after reboot. 
> For persistent use you'll want to install in the template

Thank you for your answer.
Yes I knew that, but in this casen in which folder should I install the 
repositories?
If I put it in the /home of the template, I couldn't run the tools (I've 
already tried).

-- 
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/9e237f85-761a-42e6-9f50-7f61dd05b686%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Installing git repositories

2019-05-17 Thread Franz
On Fri, May 17, 2019 at 6:38 AM Axel  wrote:

> Hello !
>
> I installed Kali using this method :
> https://www.qubes-os.org/doc/pentesting/kali/#kali-linux-templatevm-from-a-debian-template--
> Now, I would like to know how to install git repositories to use them on
> an AppVM? Do I have to install the git repositories directly in the AppVM?
>
> everything you install in the AppVM will work, but will be lost after
reboot. For persistent use you'll want to install in the 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/CAPzH-qBHKP8CD9P0xLZ%3Dsxh_rkq4JbwWhMyJm_agerviF64sqw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Installing git repositories

2019-05-17 Thread Axel
Hello !

I installed Kali using this method : 
https://www.qubes-os.org/doc/pentesting/kali/#kali-linux-templatevm-from-a-debian-template--
Now, I would like to know how to install git repositories to use them on an 
AppVM? Do I have to install the git repositories directly in the AppVM?

Thanks in advance.
Axel

-- 
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/b20c7c46-6acd-4a8c-83a1-f5c0312c815d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Computer shutsoff when lid is closed when it should suspend

2019-05-17 Thread eduzwawi
Bump..
Still struggling with this one

-- 
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/b213567c-7ae5-4089-989c-81ba3e5c774b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.