← Back to team overview

nssbackup-team team mailing list archive

[Bug 93632] Re: [apport] sbackupd crashed with GetoptError in long_has_args()

 

Still in Lucid 0.10.5ubuntu2.1. 
braiam@braiam-desktop:~$ sbackupd --4dsaf
Currently backup is only runnable by root
braiam@braiam-desktop:~$ sudo sbackupd --4dsaf
[sudo] password for braiam: 
Traceback (most recent call last):
  File "/usr/sbin/sbackupd", line 194, in <module>
    conf.set_valid_options( our_options, parse_commandline = True)
  File "/usr/sbin/sbackupd", line 62, in set_valid_options
    self.parse_commandline()
  File "/usr/sbin/sbackupd", line 85, in parse_commandline
    getopt.getopt(sys.argv[1:], '', argv_parameters)
  File "/usr/lib/python2.6/getopt.py", line 89, in getopt
    opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
  File "/usr/lib/python2.6/getopt.py", line 153, in do_longs
    has_arg, opt = long_has_args(opt, longopts)
  File "/usr/lib/python2.6/getopt.py", line 170, in long_has_args
    raise GetoptError('option --%s not recognized' % opt, opt)
getopt.GetoptError: option --4dsaf not recognized
braiam@braiam-desktop:~$

-- 
[apport] sbackupd crashed with GetoptError in long_has_args()
https://bugs.launchpad.net/bugs/93632
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup in ubuntu.