[Server Guide] 10.04 LTS Samba File Server Incorrect
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| ubuntu-docs (Ubuntu) |
Undecided
|
Adam Sommer | ||
Bug Description
Binary package hint: ubuntu-docs
1) sudo lsb_release -rd
Description: Ubuntu 10.04 LTS
Release: 10.04
2) sudo apt-cache policy samba
samba:
Installed: 2:3.4.7~
Candidate: 2:3.4.7~
Version table:
*** 2:3.4.7~
500 http://
100 /var/lib/
3) What you expected to happen
I'm working through the 10.04 Server Guide to setup a Samba File Server.
Step 4: Finally, restart the samba services to enable the new configuration: sudo /etc/init.d/samba restart
There is no "samba" command in "/etc/init.d". How does one restart the samba server?
4) What happened instead
sudo /etc/init.d/samba restart
sudo: /etc/init.d/samba: command not found
Adam Sommer (asommer) wrote : | #1 |
tags: | added: samba serverguide |
Changed in ubuntu-docs (Ubuntu): | |
milestone: | none → lucid-updates |
status: | New → Triaged |
Changed in ubuntu-docs (Ubuntu): | |
status: | Triaged → In Progress |
assignee: | nobody → HX_unbanned (linards-liepins) |
HX_unbanned (linards-liepins) wrote : | #2 |
Changed in ubuntu-docs (Ubuntu): | |
status: | In Progress → Fix Committed |
tags: | added: patch |
Changed in ubuntu-docs (Ubuntu): | |
status: | Fix Committed → In Progress |
Adam Sommer (asommer) wrote : | #3 |
Sorry HX_unbanned your attachment is to the currently released files. Basically to update to the docs, or create a patch, you need to check out the source from bzr make your change then create a patch and submit it. There are better instructions here:
https:/
Thanks again for your submission, if you have any questions please let us know. You can find members of the Doc Team on the mailing list and in #ubuntu-docs on freenode.
I have added your suggestion to revision 512 in the Maverick branch and revision 510 in the Lucid branch.
Changed in ubuntu-docs (Ubuntu): | |
status: | In Progress → Fix Committed |
assignee: | HX_unbanned (linards-liepins) → Adam Sommer (asommer) |
Launchpad Janitor (janitor) wrote : | #4 |
This bug was fixed in the package ubuntu-docs - 10.10.1
---------------
ubuntu-docs (10.10.1) maverick; urgency=low
* First release for maverick
* General:
- Update copyright year, LP: #580396
- Update version numbers for maverick, LP: #587119
- Update pot files
* Administrative:
- Users and Groups app UI changed - adjusted directions,
LP: #570429 (Connor Imes)
* Basic-commands:
- Removed incorrect comment about using ~ with sudo,
LP: #570423 (Connor Imes)
* Internet:
- Add section on Ubuntu One, authored by Matt Griffin with
some changes/review
- Typos: Cicso -> Cisco. Alex Wardle, LP: #561084
* Musicvideophotos:
- Add material on using Ubuntu One Music Store and
other Music Stores
within Rhythmbox, content submitted by Matt Griffin
- Update microphone troubleshooting, LP: #591164
* Serverguide:
- Removed erroneous text from vmbuilder command,
LP: #559190
- Typo in network-config section. Alex Wardle, LP: #550892
- Fix typo in Kerberos section. David C. Curtis, LP: #561788
- Replaced dkim-filter with opendkim, feedback from
Scott Kitterman. LP: #561825
- Changed ldapsearch command in ACL section for new authentication
mechanism. LP: #333733
- Adjusted certificate wording to be more concise about which
lines to copy. LP: #575859
- Changed samba restart command to use new upstart scripts.
LP: #575540
- New information about granting groups Admin rights for Samba.
LP: #579851
- Various typos and English fixes from Travis Nichol, Connor Imes,
Vikram Dhillon, Dean Sas, Andrew Rowell. LP: #594913,
LP: #572959, LP: #603947
- New Amavisd-new and Spamassassin section which adds note about possible
large amount of error messages sent to email. LP: #165184 (Adam Sommer)
- Removed OpenNebula section (Adam Sommer)
- Removed eBox section (Adam Sommer)
- Reviewed and updated User Management and Console Security sections
(Adam Sommer)
- Fixed spelling typo of dyngroup.schema, fixed ldapscripts <ask> example
explanation, and ldapscripts example template path. LP: #595001
(Adam Sommer)
- Updates to UEC sections (Adam Sommer)
- New "First Boot" section covering clout-init functionality (Adam Sommer)
- Fix broken links to installation-guide, add distro-rev-short
entity, LP: #575961
* Windows:
- Change wording of windows/
-- Matthew East <email address hidden> Sat, 14 Aug 2010 22:35:52 +0100
Changed in ubuntu-docs (Ubuntu): | |
status: | Fix Committed → Fix Released |
Thanks for reporting this bug, and helping make Ubuntu better. The command to restart Samba in Lucid is:
sudo restart smbd
The Samba init scripts have been migrated to Upstart and the Server Guide will need to be updated.