The search returned 95 results

by thomas789
September 22, 2025 - 08:57
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WADS-specific Ubuntu username
Answers: 10
Views : 28959

WADS-specific Ubuntu username

Hello,

Thank you for your feedback,

Best regards.
by thomas789
September 18, 2025 - 4:32 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WADS-specific Ubuntu username
Answers: 10
Views : 28959

WADS-specific Ubuntu username

Hello,

were you able to review my request?

Thank you in advance, best regards.
by thomas789
August 26, 2025 - 2:37 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WADS-specific Ubuntu username
Answers: 10
Views : 28959

WADS-specific Ubuntu username

Hello,

OK, but isn't it possible to have two prompts at the start of the WAPT PXE? One asking for the hostname (as is already the case) and one asking for the username, so that it can be used in the cloud init configuration.

Thank you in advance, best regards.
by thomas789
August 25, 2025 - 2:22 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Installing the WAPT agent on Ubuntu WADS
Answers: 3
Views : 12275

Re: Installing the WAPT agent on Ubuntu WADS

Hello,

it's working now, thank you!

Lines used:

- wget {{server_url}}wads/ubuntu24/tis-waptagent.deb --directory-prefix /target/tmp/
- curtin in-target --target=/target -- bash -c "DEBIAN_FRONTEND=noninteractive apt-get install /tmp/tis-waptagent*.deb -y --quiet=2"
- curtin ...
by thomas789
August 25, 2025 - 09:05
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WADS-specific Ubuntu username
Answers: 10
Views : 28959

WADS-specific Ubuntu username

Hello,

thank you for your feedback. However, is this package available in the WAPT store? If so, how is it used?

Regards.
by thomas789
August 22, 2025 - 09:26
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Installing the WAPT agent on Ubuntu WADS
Answers: 3
Views : 12275

[SOLVED] Installing the WAPT agent on Ubuntu WADS

Hello,

how can I install the WAPT agent during a WADS deployment to an Ubuntu machine? In my cloud-init configuration, I tried using runcmd: `
runcmd:
- wget https://wapt.tranquil.it/release/wapt-2.6.0.17392-0ac7bf48/tis-waptagent-2.6.0.17392-0ac7bf48-amd64.deb ...`
by thomas789
August 21, 2025 - 4:46 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WADS-specific Ubuntu username
Answers: 10
Views : 28959

WADS-specific Ubuntu username

Hello,

No, there are no domain users.

Best regards.
by thomas789
August 20, 2025 - 4:45 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WADS-specific Ubuntu username
Answers: 10
Views : 28959

WADS-specific Ubuntu username

Hello,

We have configured our WADS to deploy workstations running Ubuntu. The beginning of our basic cloud-config configuration file is as follows:

#cloud-config
autoinstall:
# version is an Autoinstall required field.
version: 1

identity:
hostname: {{hostname}}
username ...
by thomas789
March 14, 2025 - 4:48 PM
Forum: WAPT Server
Subject: Logs problem - Auth failed
Answers: 2
Views : 4983

Re: Failed auth logs problem

Hello,

To add some context, we recently changed the WAPT server name, and upon closer inspection of the configuration, I noticed that the Nginx configuration still uses the old server name for the line:

ssl_client_certificate "/opt/wapt/conf/ca ...
by thomas789
March 12, 2025 - 4:31 PM
Forum: WAPT Server
Subject: Logs problem - Auth failed
Answers: 2
Views : 4983

Logs problem: Failed auth

INFO:

WAPT Server version: 2.6.0.16552
WAPT Agent version: 2.6.0
WAPT Console version: 2.6.0.16767
My admin PC version: Ubuntu 24.04

Hello, I'm bumping an old thread (https://forum.tranquil.it/viewtopic.php?t=3683) because we're experiencing the same problem on our system. What...