[Bug 1955851] Re: [s390x] DEP8 authenticated smb test failure

Launchpad Bug Tracker 1955851 at bugs.launchpad.net
Wed Mar 2 17:15:01 UTC 2022


This bug was fixed in the package samba - 2:4.15.5~dfsg-0ubuntu1

---------------
samba (2:4.15.5~dfsg-0ubuntu1) jammy; urgency=medium

  * d/{gpb.conf,watch,README.source}: update for 4.15
  * New upstream release: 4.15.5 (LP: #1946839)
  * d/p/Rename-mdfind-to-mdsearch.patch: removed, applied usptream
  * d/rules: remove --with-dnsupdate, it was merged with
    --with-ads in samba 4.15.0
  * d/control: bump required build-depends
  * d/rules: drop removal of ctdb tests, they are no longer installed
  * Remove findsmb, no longer installed:
    - d/smbclient.install: remove findsmb
    - d/rules: drop fixing of findsmb shebang
  * d/ctdb.install: remove ctdb_local_daemons, part of ctdb tests,
    no longer installed
  * d/samba-libs.install: update list of installed libraries and
    modules/plugins
  * d/ctdb.install: add tdb_mutex_check
  * d/winbind.install: add async_dns_krb5_locator
  * d/samba.install: install samba-bgqd and its manpage
  * d/{libsmbclient,libwbclient0}.symbols: symbols updates
  * d/control: add python3-markdown to build-depends
  * d/watch: updated to handle ~dfsg versioning, thanks to
    Sergio Durigan Junior <sergio.durigan at canonical.com>

 -- Andreas Hasenack <andreas at canonical.com>  Tue, 22 Feb 2022 17:59:22
-0300

** Changed in: samba (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to autofs in Ubuntu.
https://bugs.launchpad.net/bugs/1955851

Title:
  [s390x] DEP8 authenticated smb test failure

Status in autofs package in Ubuntu:
  Fix Released
Status in samba package in Ubuntu:
  Fix Released

Bug description:
  The DEP8 authenticated cifs test is currently failing. The reason is
  an incorrect (but that seemed to work previously) smb user creation:

      echo "${password}\n${password}" | smbpasswd -s -a ${username}

  This is missing an "-e" at least, so that \n is correctly interpreted:

      echo -e "${password}\n${password}" | smbpasswd -s -a ${username}

  I'm at a loss to explain why only s390x was/is affected. In fact, I
  reproduced the test failure in a plain amd64 VM.

  I also don't understand why in the failed s390x logs the smb user was
  created, apparently:

  Setting samba password for the smbtest2765 user
  + echo Setting samba password for the smbtest2765 user
  + smbpasswd -s -a smbtest2765
  + echo 2765\n2765
  Added user smbtest2765.

  When I reproduced it in both a s390x vm, and amd64, I got:
  + echo 'Setting samba password for the smbtest24990 user'
  Setting samba password for the smbtest24990 user
  + smbpasswd -s -a smbtest24990
  + echo '24990\n24990'
  Unable to get new password.

  Anyway, the bug seems obvious, and also affects the samba DEP8 tests
  (which, also for unknown reasons, haven't failed (yet?)).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1955851/+subscriptions




More information about the foundations-bugs mailing list