After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 797150 - ftpadmin install on master.gnome.org is broken
ftpadmin install on master.gnome.org is broken
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2018-09-16 12:36 UTC by Jens Georg
Modified: 2018-09-17 18:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jens Georg 2018-09-16 12:36:14 UTC
[jensgeorg@master ~]$ ftpadmin install shotwell-0.30.0.tar.xz 
Gathering information and sorting on version: ., done
Preparing installation of shotwell-0.30.0.tar.xz:
 - Checking consistency: ............, done
 - NEWS, done (new file)
 - Copying tar.xz, done
 - Creating sha256sum, done

      Module: shotwell
     Version: 0.30.0   (previous version: N/A)
 Destination: /ftp/pub/GNOME/sources/shotwell/0.30/

WARNING: shotwell is not present in the archive!
         Are you sure that it is new and/or the correct module name?

Install shotwell? [Y/n] y
Installing shotwell-0.30.0.tar.xz:
 - Creating directoryTraceback (most recent call last):
  • File "/usr/local/bin/ftpadmin", line 1867 in <module>
    main()
  • File "/usr/local/bin/ftpadmin", line 1852 in main
    options.func(options, parser)
  • File "/usr/local/bin/ftpadmin", line 1535 in cmd_install
    module.install(unattended=options.unattended, clobber=options.clobber)
  • File "/usr/local/bin/ftpadmin", line 1131 in install
    makedirs_chown(self.destination, 042775, -1, self.GROUPID or -1) # drwxrwsr-x
  • File "/usr/local/bin/ftpadmin", line 151 in makedirs_chown
    makedirs_chown(head, mode, uid, gid)
  • File "/usr/local/bin/ftpadmin", line 151 in makedirs_chown
    makedirs_chown(head, mode, uid, gid)
  • File "/usr/local/bin/ftpadmin", line 151 in makedirs_chown
    makedirs_chown(head, mode, uid, gid)
  • File "/usr/local/bin/ftpadmin", line 151 in makedirs_chown
    makedirs_chown(head, mode, uid, gid)
  • File "/usr/local/bin/ftpadmin", line 158 in makedirs_chown
    os.mkdir(name, mode)
OSError: [Errno 107] Transport endpoint is not connected: '/ftp/pub'

Comment 1 Andrea Veri 2018-09-17 05:55:55 UTC
Should be fixed by now. Thanks!
Comment 2 Jens Georg 2018-09-17 18:36:18 UTC
Thanks!