The search returned 14 results

by Matthew
August 21, 2018 - 2:56 PM
Forum: WAPT Packages
Subject: Updating a TIS package
Answers: 1
Views : 3968

Re: Updating a TIS package

Probably a failure to increment the version in the control file.
by Matthew
April 5, 2018 - 12:58
Forum: WAPT Server
Subject: [SOLVED] Mongorestore restoration problem
Answers: 3
Views : 5865

Re: Problem restoring mongorestore

And there you have it:

A little chown
-R wapt:www-data /var/www/wapt/
chown -R wapt:www-data /var/www/wapt-host/
chown -R wapt:www-data /var/www/wapt-group/

then a scan of the directories

/usr/bin/python /opt/wapt/wapt-scanpackages.py /var/www/wapt/
/usr/bin/python /opt/wapt/wapt-scanpackages.py ...
by Matthew
April 5, 2018 - 11:59
Forum: WAPT Server
Subject: [SOLVED] Mongorestore restoration problem
Answers: 3
Views : 5865

Re: Problem restoring mongorestore

In the console, I have an error on the repository, but I can't see the error details because the window can't be resized.
(Capture.PNG)

I'm wondering if it's an ownership/access rights issue with the folder in www/.

Currently, I have this:
root@ltsp01:/var/www# ls ...
by Matthew
April 5, 2018 - 11:46
Forum: WAPT Server
Subject: [SOLVED] Mongorestore restoration problem
Answers: 3
Views : 5865

Re: Problem restoring mongorestore

Server: Debian Stretch x64,
WaptServer 1.3.13.0,
console 1.3.13.0 on Windows 10.


I tried to navigate to the folder where my database was backed up, which contains the dump folder.
I ran the command

`mongorestore dump/`.

A restore seems to have been performed with errors:
2018-04 ...
by Matthew
April 5, 2018 - 10:59
Forum: WAPT Server
Subject: [SOLVED] Mongorestore restoration problem
Answers: 3
Views : 5865

[SOLVED] Mongorestore restoration issue

Server: Debian Stretch x64
WaptServer 1.3.13.0

Hello,
to migrate to version 1.5 of Wapt, I had to switch from Ubuntu Server 16.04 to Debian Stretch.
I followed the procedure
at https://www.wapt.fr/fr/doc/waptserver_update/migration13-15/migration_old_new_server.html

. Upon execution of the...
by Matthew
September 27, 2017 - 2:24 PM
Forum: WAPT Packages
Subject: [RESOLVED] Cleaning Recycle Bin and Scheduled Tasks
Answers: 1
Views : 4110

[SOLVED] Recycle Bin Cleaning and Scheduled Tasks

Hello,

at my school we have tablets running Windows 8.1 connected to the domain. Each student must log in with a username and password.
User accounts are deleted every 7 days when Windows starts.
However, this deletion is not happening...
by Matthew
May 5, 2017 - 10:20
Forum: Your opinion
Subject: Suggestion for improving internet import
Answers: 1
Views : 10227

Re: Suggestion for improving internet import

I'm replying to myself:
I just saw that it's now possible to do this with the update to version 1.3.12! You just need to sort using the "Sign on" column.
Thanks!
by Matthew
May 5, 2017 - 09:50
Forum: WAPT Server
Subject: [Debian] Upgrade to Ubuntu 16.04 LTS - Release file
Answers: 1
Views : 2683

[Debian] Upgrade to Ubuntu 16.04 LTS - Release file

Hello,
I just upgraded my server to Ubuntu 16.04 LTS.
I tried to reactivate the WAPT repositories to perform updates using
`sudo apt update`
, but I get the following message:
`E: The repository 'http://wapt.tranquil.it/debian ./Release' does not have a Release file.`
I don't...
by Matthew
April 27, 2017 - 4:11 PM
Forum: Your opinion
Subject: Suggestion for improving internet import
Answers: 1
Views : 10227

Suggestion for improvement: Import from the internet

Hello,
First of all, thank you very much for this project, which greatly simplifies the maintenance and setup of Windows workstations.
Having used Wapt for two years now, I have a suggestion regarding adding packages from the external TIS repository.
Would it be possible to...
by Matthew
December 12, 2016 - 3:09 PM
Forum: WAPT Packages
Subject: Creating a package with an executable
Answers: 11
Views : 12865

Re: Creating a package with an executable

Hello,
I admit I didn't make it that complex, and my uninstallkey is empty.

# -*- coding: utf-8 -*-
from setuphelpers import *

uninstallkey = []

def install():
print('installing esaat-pymecavideo6.3')
run(r'"pymecavideo_6.3_setup.exe" /VERYSILENT')


I'm not yet very familiar with...