helpdeskdan

Results 14 comments of helpdeskdan

For what it is worth - I can confirm that 7.5.1 does not have the bug, and that those couple of changes in the small patch appear to work in...

(Sigh) Me too. Also, other random lockups. (Or so I'm told) Might have to go back to Lubuntu.

I required the ability to determine many switch types and upgrade IOS accordingly. I hacked away at ZTP-Watcher and accomplish this effectively via trivial SNMP calls. I can clean up...

Only did IOS - need at least 3850 functionality. (Not a big 3850 fan) Let me write a couple functions for the old and new commands needed to upgrade them...

Had less free time than I thought, but here is my fork that provides the ability to support different switches (IOS or IOS-XE), different copy methods (bin or tar) and...

It does work, I used it to deploy switches. Please post an issue if you have a problem.

Thanks for the fix. Jathan has dropped off the earth. (I'm the original author) Would you be willing to help with more fixes?

Changed my mind, apt_news=false may help after all. Suggestion #2: 24.04 patch is trivial, comment out line 24, the function 278-315, and 486.

Should be: 27 from gi.repository import GObject 28 #import uaclient.api.u.pro.packages.updates.v1 as ua 287 # def _get_ua_security_status(self): 288 # self.ua_security_packages = [] 289 # self.ua_updates = [] 290 # t =...

I may have lied... Traceback (most recent call last): File "/usr/bin/software-properties-gtk", line 37, in from softwareproperties.gtk.SoftwarePropertiesGtk import SoftwarePropertiesGtk File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 58, in from .UbuntuProPage import UbuntuProPage File "/usr/lib/python3/dist-packages/softwareproperties/gtk/UbuntuProPage.py", line...