The search returned 10 results

by Guillaume_I
March 31, 2025 - 5:24 PM
Forum: WAPT Server
Subject: [SOLVED] Modifying a machine's FQDN
Answers: 0
Views : 13005

[SOLVED] Modifying a machine's FQDN

Hello,

we changed the name of an Ubuntu machine on the domain, however it retained its old FQDN:
Host_info/computer_fqdn: new name
host_capabilities/fqdn: old name

How can we make host_capabilities/fqdn equal to host_info/computer_fqdn?

EDIT: It was...
by Guillaume_I
June 14, 2024 - 2:44 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Ubuntu 24.04 and WaptUpgrade
Answers: 1
Views : 2677

[SOLVED] Ubuntu 24.04 and waptupgrade

Hello,

we have a machine running Ubuntu 24.04. We registered the machine in the console, however, we are getting a dependency error with the waptupgrade package. I think this is because the agent for version 24.04 is not yet available?

Is an agent planned for this...?
by Guillaume_I
April 23, 2024 - 2:30 PM
Forum: WAPT Packages
Subject: [SOLVED] - WUA - Null status
Answers: 1
Views : 2946

[RESOLVED]: WUA - Status null

...all it takes is writing the topic for it to start: patience is a virtue I lack.

Guillaume
by Guillaume_I
April 23, 2024 - 2:19 PM
Forum: WAPT Packages
Subject: [SOLVED] - WUA - Null status
Answers: 1
Views : 2946

[RESOLVED] - WUA - Status null

Hello,

I've set up Windows update management via WAPT.
I created the corresponding configuration file; however, on some machines, the WUA status remains at the question mark.
(Capture1.PNG)
The agent settings are all correct.
(Capture2.PNG)
The...
by Guillaume_I
April 15, 2024 - 1:42 PM
Forum: WAPT Packages
Subject: [RESOLVED]: Unit Packet Error
Answers: 1
Views : 3312

[RESOLVED]: Unit Packet Error

Hello,

Environment information:
WAPT Server OS version: Debian 12
WAPT version: 2.5.4.15342 (Enterprise Edition)
Machine OS from which packages are created: Windows 10 22H2
Secondary repository: Ubuntu 22.04

EDIT: The problem below is resolved; it was related to...
by Guillaume_I
April 3, 2024 - 3:44 PM
Forum: WAPT Packages
Subject: WAPT audit - GLPI 10
Answers: 1
Views : 3793

Re: WAPT audit - GLPI 10

Hello,

we are experiencing the same problem: the IP addresses of the machines are not being displayed in GLPI, even though synchronization between WAPT and GLPI is working correctly.
Other information is being displayed correctly.

WAPT server OS: Debian 12
WAPT version: 2.5.4.15342
GLPI version: 10.0.12 ...
by Guillaume_I
March 25, 2024 - 2:08 PM
Forum: WAPT Packages
Subject: [SOLVED] Error creating a desktop shortcut for a user
Answers: 5
Views : 6056

[SOLVED] Error creating a desktop shortcut for a user

Hello Denis,

thank you for your feedback.

I had initial training at the end of last week, and these points are clearer to me now.

Sincerely,

Guillaume Leduc.
by Guillaume_I
March 18, 2024 - 2:09 PM
Forum: WAPT Packages
Subject: [SOLVED] Error creating a desktop shortcut for a user
Answers: 5
Views : 6056

Re: Error creating a desktop shortcut for a user

Hello,

Yes, it works, thank you for the reply.

However, if I want to use `create_user_desktop_shortcut`, it seems I'm making another mistake: `

from setuphelpers import *

def session_setup():
create_user_desktop_shortcut(r'WAPT Console Management', target='C ...`)`
by Guillaume_I
March 18, 2024 - 1:43 PM
Forum: WAPT Packages
Subject: [SOLVED] Error creating a desktop shortcut for a user
Answers: 5
Views : 6056

[SOLVED] Error creating a desktop shortcut for a user

Hello,

I want to create a shortcut for the Wapt console.
I'm following the documentation: 2.1.3.5. Create a desktop shortcut for a logged-in user
(I noted that I need to use the setup_session function, but I don't understand how to use it... I'm starting from -1 in Python)
from setuphelpers ...
by Guillaume_I
March 15, 2024 - 5:17 PM
Forum: WAPT Packages
Subject: Create shortcut
Answers: 3
Views : 5958

Re: Create shortcut

Hello,

sorry to resurrect this old thread, but I have exactly the same problem and I can't find a solution.
I'm doing this: `
from setuphelpers import *

def install():
create_user_desktop_shortcut(r'WAPT Console Management', target='C://Program Files (x86)//wapt//waptconsole.exe')`

with PyScripter...