Details for revision 157 of testcase: Install (Samba server)



BugReport a bug against the content of this testcase
ID1409
TitleInstall (Samba server)
LinkNo link provided
Part of testsuitesUbuntu Server

RevisionWritten on the 2017-06-15 00:53 by flocculant
RevisionWritten on the 2016-04-25 02:54 by flocculant
RevisionWritten on the 2014-01-23 10:59 by nskaggs
RevisionWritten on the 2013-10-07 11:24 by nskaggs
RevisionWritten on the 2013-06-04 18:53 by nskaggs
RevisionWritten on the 2013-03-28 16:29 by nskaggs
RevisionWritten on the 2012-10-11 13:59 by nskaggs
RevisionWritten on the 2012-08-16 14:27 by fabiomarconi
Text

Scope of this test is to verify that the system is installed, you can login into it and samba is running.

  1. Boot from CD or USB in real hardware or run the image in Testdrive
  2. Choose the desired language
  3. Select "Install Ubuntu Server"
  4. Choose the language
  5. Select your location
  6. Configure locales
  7. At configure keyboard page, select NO
  8. Select the country of the keyboard
  9. Select the keyboard layout
  10. Select hostname ubuntu as default
  11. Inser the name for the new user
  12. Insert the name for the account
  13. Choose a password
  14. Reinsert the password
  15. At encrypt request select NO
  16. Verify or setup the timezone
  17. At partitioning select "Guided - Use entire disk"
  18. Select disk to partition
  19. At "Write changes to disks", verify that everythings is right and select YES
  20. At "http proxy" request, let it blank and press enter
  21. At managing upgrades select "No automatic updates"
  22. At Software selection, choose "Samba server"
  23. Select to install Grub in the master boot record
  24. Remove the installation media (CDROM or USB key)
  25. Wait that the system reboot and login

Verify that samba is running:

  1. echo smbd ; pgrep smbd; echo; echo nmbd; pgrep nmbd; echo ; echo winbindd; pgrep winbindd ; echo
    should return the pid for pgrep smbd, pgrep nmbd, pgrep winbindd.

Verify the default workgroup name is displayed:

  1. sudo net getlocalsid
    should return a line similar to sid for domain UBUNTU is S-1-5....

Verify your userId is defined:

  1. net usersidlist
    has to return a line similar to UBUNTU\'your userId'. Other lines will also be shown.

NB: The user needs to be added to the samba database by providing the user password at least once to the pam stack. This is automatically done when logging into the system by typing the password.


If all actions produce the expected results listed, please submit a 'passed' result.
If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result
.