[Bug 648664] New: ftpadmin: crash while installing my tarballs today



https://bugzilla.gnome.org/show_bug.cgi?id=648664
  sysadmin | Other | unspecified

           Summary: ftpadmin: crash while installing my tarballs today
    Classification: Infrastructure
           Product: sysadmin
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: Other
        AssignedTo: sysadmin-maint gnome bugs
        ReportedBy: vuntz gnome org
         QAContact: sysadmin-maint gnome bugs
     GNOME version: ---


I released several tarballs today (gcalctool, gnome-desktop, gnome-menus,
gnome-session, gsettings-desktop-schemas), and ftpadmin crashed for all of them
while doing notifications. This means that the tarballs were released, but no
ftp-release-list mail was sent, the library.gnome.org trigger was not done,
bugzilla version update was not done (doesn't matter as it was 3.0.1), and
ftp.gnome.org was not signalled (I did this manually).

The crash was:

Doing notifications:
 - Informing ftp-release-list
Traceback (most recent call last):
  File "/usr/local/bin/ftpadmin", line 1613, in <module>
    main()
  File "/usr/local/bin/ftpadmin", line 1598, in main
    options.func(options, parser)
  File "/usr/local/bin/ftpadmin", line 1345, in cmd_install
    module.install(unattended=options.unattended)
  File "/usr/local/bin/ftpadmin", line 977, in install
    self.inform()
  File "/usr/local/bin/ftpadmin", line 1022, in inform
    'X-Maintainer-Upload': str(self.pw.pw_name in self.moduleinfo.maintainers)
  File "/usr/local/bin/ftpadmin", line 716, in maintainers
    self._set_ldap()
  File "/usr/local/bin/ftpadmin", line 708, in _set_ldap
    data = get_module_info(self.module)
  File "/usr/local/bin/ftpadmin", line 1323, in get_module_info
    data = l.search_s (LDAP_BASE, ldap.SCOPE_SUBTREE, filter, None)
  File "/usr/lib64/python2.6/site-packages/ldap/ldapobject.py", line 516, in
search_s
    return
self.search_ext_s(base,scope,filterstr,attrlist,attrsonly,None,None,timeout=self.timeout)
  File "/usr/lib64/python2.6/site-packages/ldap/ldapobject.py", line 509, in
search_ext_s
    msgid =
self.search_ext(base,scope,filterstr,attrlist,attrsonly,serverctrls,clientctrls,timeout,sizelimit)
  File "/usr/lib64/python2.6/site-packages/ldap/ldapobject.py", line 505, in
search_ext
    timeout,sizelimit,
  File "/usr/lib64/python2.6/site-packages/ldap/ldapobject.py", line 96, in
_ldap_call
    result = func(*args,**kwargs)
ldap.SERVER_DOWN: {'desc': "Can't contact LDAP server"}

(and variations of this, but always in the ldap module because the server is
down apparently)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact of the bug.
You are watching the assignee of the bug.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]