Hello,
I was using your tool for Samba domain controller sysvol synchronization under Ubuntu 16.04. It worked perfectly!
I'm trying to use it under Ubuntu 20.04, but it seems the code is unfortunately not compatible with Python 3. Do you have a more recent version compatible with Python 3?
The search returned 54 results
- September 20, 2021 - 11:27 PM
- Forum: Tips and Tricks
- Subject: tis-sysvolsync for Python 3
- Answers: 0
- Views : 28976
- October 21, 2020 - 3:43 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Developing packages with VS Code
- Answers: 3
- Views : 4868
Re: Developing packages with VS Code
Hi,
the version is 1.8.2.7267.
the version is 1.8.2.7267.
- October 7, 2020 - 11:45 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Developing packages with VS Code
- Answers: 3
- Views : 4868
Developing packages with VS Code
Hi,
I've never been a big fan of PyScripter. I understand that it's now possible to create packages with VS Code in a similar way to PyScripter. I installed VS Code and the VS Code Python extension on my PC. I modified the waptconsole.ini file to specify that I...
I've never been a big fan of PyScripter. I understand that it's now possible to create packages with VS Code in a similar way to PyScripter. I installed VS Code and the VS Code Python extension on my PC. I modified the waptconsole.ini file to specify that I...
- June 30, 2020 - 8:48 PM
- Forum: WAPT Packages
- Subject: Uninstalling Teams
- Answers: 4
- Views : 5451
Re: Uninstalling Teams
That's pretty much what I was doing. I just tried your package and I have the same problem; it only works from my PC. When I deploy it, the package deploys without errors, but it seems like the app isn't actually installing. I can find the installed app with `wapt-get list`...
- June 30, 2020 - 3:55 PM
- Forum: WAPT Packages
- Subject: Uninstalling Teams
- Answers: 4
- Views : 5451
Re: Uninstalling Teams
Hello,
we are aware of the problem; developers are increasingly installing apps in the user environment.
Yes, and I don't like this trend at all. We have a fairly strict SRP policy, and applications installed in AppData are a real nuisance that...
- June 29, 2020 - 10:29 PM
- Forum: WAPT Packages
- Subject: Uninstalling Teams
- Answers: 4
- Views : 5451
Uninstalling Teams
Hi,
I added this to the uninstall() block of the Teams package. Without it, Teams doesn't uninstall from users' home directories.
#uninstall from users' home directories
for user_profile in local_users_profiles():
teamsUpdater = makepath(user_profile, 'AppData', 'Local ...
I added this to the uninstall() block of the Teams package. Without it, Teams doesn't uninstall from users' home directories.
#uninstall from users' home directories
for user_profile in local_users_profiles():
teamsUpdater = makepath(user_profile, 'AppData', 'Local ...
- May 11, 2020 - 11:29 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Upload of a packet fails with the message WSAECONNRESET
- Answers: 1
- Views : 3105
Upload of a packet fails with the message WSAECONNRESET
Hi,
I'm having trouble uploading packages from PyScripter when I'm working remotely connected via VPN. I've never had this problem before.
The package builds and starts uploading, then it fails with the message:
FATAL ERROR: ConnectionError: (10054, 'WSAECONNRESET')
It doesn't...
I'm having trouble uploading packages from PyScripter when I'm working remotely connected via VPN. I've never had this problem before.
The package builds and starts uploading, then it fails with the message:
FATAL ERROR: ConnectionError: (10054, 'WSAECONNRESET')
It doesn't...
- April 24, 2020 - 5:50 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Speed limits
- Answers: 3
- Views : 4995
Re: Speed limit
I would indeed have the option of hosting a secondary repository on a server external to our infrastructure. How can I restrict access to the packages to company PCs? A WAPT package can contain license keys, for example, and I wouldn't want an unauthorized person to be able to access them.
- April 23, 2020 - 7:55 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Speed limits
- Answers: 3
- Views : 4995
Speed Limit
Hi,
I'm about to do my monthly rebuild of my packages. Usually, most of our users are in our offices and use local repositories, but this time they're all working remotely. The download will therefore go through our internet connections via VPN. I'd like to avoid...
I'm about to do my monthly rebuild of my packages. Usually, most of our users are in our offices and use local repositories, but this time they're all working remotely. The download will therefore go through our internet connections via VPN. I'd like to avoid...
- March 4, 2020 - 7:12 PM
- Forum: WAPT Packages
- Subject: [RESOLVED] Chrome package improvement
- Answers: 2
- Views : 3836
Re: Chrome package improvement
Ah, much cleaner 
! Thank you!
! Thank you!
