search for: systemservice

Displaying 14 results from an estimated 14 matches for "systemservice".

Did you mean: system_service
2019 Apr 15
1
[PATCH] v2v: -o rhv-upload: check whether the cluster exists
...dule/ovirtsdk4/__init__.py b/v2v/test-v2v-o-rhv-upload-module/ovirtsdk4/__init__.py index 8d1058d67..cc4224ccd 100644 --- a/v2v/test-v2v-o-rhv-upload-module/ovirtsdk4/__init__.py +++ b/v2v/test-v2v-o-rhv-upload-module/ovirtsdk4/__init__.py @@ -39,6 +39,9 @@ class Connection(object): return SystemService() class SystemService(object): + def clusters_service(self): + return ClustersService() + def data_centers_service(self): return DataCentersService() @@ -54,6 +57,10 @@ class SystemService(object): def vms_service(self): return VmsService() +class Cluste...
2015 Jul 06
2
libopus and TI am335x with linphone
...5x (like beaglebone) with opus codec. My CPU has extreme high load, wenn ist start with opus codec. Is there a possibikity tu optimize f?r this single core ARM? Thanks Helmut Sholz ______________________________ BAYERISCHER RUNDFUNK Rundfunkplatz 1 80335 M?nchen HA IT und Medientechnik Abteilung Systemservice Funkhaus FG Sendungssysteme Telefon: 089/59 00 11 573 Fax: 089/59 00 18 11 571 Lync: 089/59 00 97 334 Mobil: 0151/14 00 70 60 helmut.scholz at br.de<mailto:helmut.scholz at br.de> BR.de EMail: helmut.scholz at br.de<mailto:helmut.scholz at br.de> -------------------------------------...
2019 Aug 12
1
[PATCH] v2v: -o rhv-upload: fix the phony ovirtsdk4 module
...224ccd..2ceb07c0c 100644 --- a/v2v/test-v2v-o-rhv-upload-module/ovirtsdk4/__init__.py +++ b/v2v/test-v2v-o-rhv-upload-module/ovirtsdk4/__init__.py @@ -35,6 +35,9 @@ class Connection(object): ): pass + def close(self): + pass + def system_service(self): return SystemService() diff --git a/v2v/test-v2v-o-rhv-upload-module/ovirtsdk4/types.py b/v2v/test-v2v-o-rhv-upload-module/ovirtsdk4/types.py index 9b3f557ee..60ba541cd 100644 --- a/v2v/test-v2v-o-rhv-upload-module/ovirtsdk4/types.py +++ b/v2v/test-v2v-o-rhv-upload-module/ovirtsdk4/types.py @@ -73,7 +73,7 @@ class Di...
2019 Sep 19
2
[PATCH] v2v: -o rhv-upload: adapt phony ovirtsdk4 module to recent changes
...ass Connection(object): ca_file = None, log = None, insecure = False, + debug=True, ): pass def close(self): pass + def follow_link(self, objs): + return objs + def system_service(self): return SystemService() @@ -60,26 +64,31 @@ class SystemService(object): def vms_service(self): return VmsService() +class ClusterService(object): + def get(self): + return types.Cluster() + class ClustersService(object): - def list(self, search=None, case_sensitive=False): - retur...
2016 Mar 02
2
Remote Desktop Users Group not working??
...quot;DOMAIN\Allow-RDP" group in the AD. Added users to this group. In the GPO, i used "default computer" Policies - Windows settings - security settings - Restricted groups. Here add your DOMAIN\Allow-RDP to the Remote Desktop Users. And - Windows settings - security settings - Systemservices, Remote Desktop Services, set to Automatic startup. Administrative Templates - Windows components/Remote desktop services/Host external dekstop session/ connection. "Allow users to connect to Remote Desktop." Reboot the PC. Try again, this should work. This : samba-tool group...
2016 Mar 02
2
Remote Desktop Users Group not working??
Hi I have setup a Samba AD and connected a Windows 7 machine to the AD... I'm having problems getting the Remote Desktop Users group to work... [root at bart private]# samba-tool group addmembers "Remote Desktop Users" mj ldb_wrap open of secrets.ldb Added members to group Remote Desktop Users [root at bart private]# samba-tool group listmembers "Remote Desktop
2018 Sep 20
0
[PATCH v2 3/3] v2v: -o rhv-upload: Add a test.
...Connection(object): + def __init__( + self, + url = None, + username = None, + password = None, + ca_file = None, + log = None, + insecure = False, + ): + pass + + def system_service(self): + return SystemService() + +class SystemService(object): + def data_centers_service(self): + return DataCentersService() + + def disks_service(self): + return DisksService() + + def image_transfers_service(self): + return ImageTransfersService() + + def storage_domains_service(self): +...
2018 Sep 20
7
[PATCH v2 0/3] v2v: -o rhv-upload: Add a test.
v1 was here: https://www.redhat.com/archives/libguestfs/2018-September/msg00121.html v2: - Rewrote patch 2 from scratch so it incorporates Nir's suggestions. - Add fake module to EXTRA_DIST. - Retested. Unfortunately I am no longer able to test the ordinary conversion path because ovirtsdk4 is incompatible with Fedora 29 / Python 3.7:
2015 Jul 06
0
libopus and TI am335x with linphone
...oad, wenn ist start with opus codec. > Is there a possibikity tu optimize f?r this single core ARM? > > Thanks > Helmut Sholz > > ______________________________ > BAYERISCHER RUNDFUNK > Rundfunkplatz 1 > 80335 M?nchen > > HA IT und Medientechnik > Abteilung Systemservice Funkhaus > FG Sendungssysteme > Telefon: 089/59 00 11 573 > Fax: 089/59 00 18 11 571 > Lync: 089/59 00 97 334 > Mobil: 0151/14 00 70 60 > helmut.scholz at br.de > BR.de > EMail: helmut.scholz at br.de > > --------------------------------------------------...
2016 Mar 02
0
Remote Desktop Users Group not working??
...OMAIN\Allow-RDP" group in the AD. Added users to this group. In the GPO, i used "default computer" Policies - Windows settings - security settings - Restricted groups. Here add your DOMAIN\Allow-RDP to the Remote Desktop Users. And - Windows settings - security settings - Systemservices, Remote Desktop Services, set to Automatic startup. Administrative Templates - Windows components/Remote desktop services/Host external dekstop session/ connection. "Allow users to connect to Remote Desktop." Reboot the PC. Try again, this should work. This : samba-tool gr...
2016 Mar 02
0
Remote Desktop Users Group not working??
...ot; group in the AD. Added users to this group. > > In the GPO, i used "default computer" > Policies - Windows settings - security settings - Restricted groups. > Here add your DOMAIN\Allow-RDP to the Remote Desktop Users. > And > - Windows settings - security settings - Systemservices, > Remote Desktop Services, set to Automatic startup. > > Administrative Templates - > Windows components/Remote desktop services/Host external dekstop session/ connection. > "Allow users to connect to Remote Desktop." > > > Reboot the PC. > > Try again, thi...
2018 Sep 19
4
[PATCH 0/3] v2v: -o rhv-upload: Add a test.
This adds a test of -o rhv-upload. Obviously for an upstream test we cannot require a working oVirt server. This test works by faking the ovirtsdk4 Python module, setting PYTHONPATH so that the fake module is picked up instead of the real module (if installed). However it's more complex than that because the nbdkit plugin also expects to talk to a working imageio HTTPS server. Therefore
2018 Oct 09
2
Re: [PATCH v2 3/3] v2v: -o rhv-upload: Add a test.
...lf, > + url = None, > + username = None, > + password = None, > + ca_file = None, > + log = None, > + insecure = False, > + ): > + pass > + > + def system_service(self): > + return SystemService() > + > +class SystemService(object): > + def data_centers_service(self): > + return DataCentersService() > + > + def disks_service(self): > + return DisksService() > + > + def image_transfers_service(self): > + return ImageTransfersServic...
2020 Jan 10
7
[v2v PATCH 0/6] Various Python pycodestyle fixes
Fixes the majority of the pycodestyle issues in the Python scripts, and fix the existing test-v2v-python-syntax.sh to use pycodestyle to actually perform style checks. Pino Toscano (6): PEP 8: adapt whitespaces in lines PEP 8: move imports at the top PEP 8: adapt empty lines tests: find all the Python scripts for syntax checks -o rhv-upload: remove unused Python imports Revamp check