The search returned 7 results

by keeper
November 19, 2020 - 09:15
Forum: WAPT Packages
Subject: Host is not installing group packages
Answers: 1
Views : 2652

Re: Host not installing group packages

I'm answering myself:

the postconf wasn't done correctly, which meant everything worked except for the dependencies within the groups.
by keeper
November 18, 2020 - 12:03
Forum: WAPT Packages
Subject: Host is not installing group packages
Answers: 1
Views : 2652

Host does not install the group packages

Hello,

I recently upgraded the server from version 1.8.1 to 1.8.2 and rebuilt the waptupgrade package with the correct version. The problem is that clients no longer see group updates and refuse to install this new package themselves, even though the package has no target or criteria...
by keeper
October 31, 2019 - 2:42 PM
Forum: WAPT Packages
Subject: session-setup: unicode requirement
Answers: 6
Views : 6145

Re: session-setup: unicode as required

Thanks for the feedback, and glad I could help.

However, how do I deploy the build? The CentOS repository only accepts the stable version, and in theory, it's only the agent that's causing the problem.
by keeper
October 31, 2019 - 12:21
Forum: WAPT Packages
Subject: session-setup: unicode requirement
Answers: 6
Views : 6145

Re: session-setup: unicode as required

I'm replying to myself again; for me, it's a bug. The correct line is this: `

print(u"Running session_setup for package %s and user %s" % (package_entry.asrequirement(),self.user))`
by keeper
October 31, 2019 - 11:17
Forum: WAPT Packages
Subject: session-setup: unicode requirement
Answers: 6
Views : 6145

Re: session-setup: unicode as required

Additional information: the error seems to be in the "common.py" file, line 6157: `

print(u"Running session_setup for package %s and user %s" % (package.asrequirement(),self.user))`.

Commenting it out fixes it, but I'm hesitant to do that on all agents. :/
by keeper
October 31, 2019 - 11:11
Forum: WAPT Packages
Subject: session-setup: unicode requirement
Answers: 6
Views : 6145

session-setup: unicode as required

Hello,

I have two packages that I'm trying to configure. All the tests are working from PyScripter, but once I run `session-setup` either from the command line or the desktop environment, I get this error:
2019-10-31 10:57:17,369 CRITICAL AttributeError: 'unicode' object has no attribute 'asrequirement ...
by keeper
January 26, 2019 - 6:17 PM
Forum: WAPT Server
Subject: [SOLVED] Debian 9 - postconf
Answers: 6
Views : 12463

[SOLVED] Debian 9 - postconf

Hello,

I installed WAPT on a Debian 9 system, specifying "stretch" as the repository.

The installation went smoothly, but during postconf I get this error:

Traceback (most recent call last):
File "/opt/wapt/waptserver/scripts/postconf.py", line 42, in
import jinja2
File "/opt/wapt/lib/python2.7/site ...