I have been trying to access up2date so I can see what things are available for updating, however, when I type in up2date -u, I get the following error :
[root@srv01 vhbackup]# up2date -u
Traceback (most recent call last):
File "/usr/sbin/up2date", line 1165, in ?
sys.exit(main() or 0)
File "/usr/sbin/up2date", line 628, in main
ret = sanityChecks(fromDaemon, hasGui)
File "/usr/sbin/up2date", line 288, in sanityChecks
if up2date.checkForStorageDir():
File "up2date.py", line 77, in checkForStorageDir
TypeError: access() argument 1 must be string, not list
Any ideas?