Veyon Package

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
gly
Messages: 24
Registration: May 30, 2019 - 11:45

September 29, 2020 - 11:14

Hello,

I would like to get some information on the Veyon package(s) available in the repository. I am familiar with this software, but it seems these packages have been configured for a specific purpose.

Thank you in advance.
lemarec
Messages: 4
Registration: January 25, 2021 - 6:53 PM

January 28, 2021 - 12:19

Good morning
I'm also looking into the two packages veyon and config-veyon
I looked at the following mailing list: https://lists.tranquil.it/pipermail/wap...03058.html

Config-veyon causes errors if F9 is pressed as indicated in the mailing list:
I am using WAPT 1.8.2.7334

Code: Select all

Traceback (most recent call last):
  File "c:\waptdev\colbert-config-veyon-wapt\setup.py", line 2, in <module>
    from setuphelpers import *
  File "c:\waptdev\colbert-config-veyon-wapt\setup.py", line 45, in update_package
    urlserver = inifile_readstring(makepath(install_location('WAPT_is1'),'wapt-get.ini'),'global','wapt_server').replace('https://','')
  File "C:\wapt\waptutils.py", line 1561, in makepath
    part = part.lstrip(os.path.sep)
AttributeError: 'NoneType' object has no attribute 'lstrip'
lemarec
Messages: 4
Registration: January 25, 2021 - 6:53 PM

January 28, 2021 - 7:30 PM

I found part of the solution: Replace 'WAPT_is1' with 'WAPT Server_is1'

Using both packages (xxx is your package prefix)

1 - Install the veyon and config-veyon packages
2 - Install the waptdev package

3 - Right-click on the xxx-veyon package and then select 'edit package'. PyScrypter will open; select the 'setup.py' pane (instead of 'control')
4 - If necessary, uncomment or modify the lines that are commented:

Code: Select all

	; if not 'prof' in get_hostname():
		;	silentarg = '/S /NoMaster'
	....
	; remove_desktop_shortcut('Veyon Master'
If the job title does not contain 'prof' then the executable 'Master.exe' is not installed.

5 - Repackage Veyon: Right-click on '-i build-upload', enter the passwords. The package is updated. Close PyScrypter.
6 - Install all your workstations with the WAPT agent, create your WAPT groups....
7 - Right-click on the xxx-config-veyon package and then select 'edit package'. PyScrypter will open; select the 'setup.py' pane (instead of 'control')
8 - Line 38, replace 'WAPT_is1' with 'WAPT Server_is1'
9 - Press F9, the setup will run, and the *.csv files will be created according to your WAPT groups
10 - Repackage config-veyon: Right-click on '-i build-upload', enter the passwords. The package is updated. Close PyScrypter.
11 - During package updates, commands are launched and workstations appear in Veyon Master
12 - As for the rooms, I don't have control over them yet!

So
To be updated
Locked