Hello Samba gurus. I've just finished an upgrade from 2.2.8a to 3.0.3 on my old pc file server. Many years ago it used to be a RH 6.2 machine but most packages (including Samba) have now been built from source. I have a couple of observations that might be worth including in the documentation/man pages to help other users: The swat man page instructions for editing /etc/inetd.conf refer to: swat stream tcp nowait.400 root /usr/local/samba/bin/swat swat but this should now be: swat stream tcp nowait.400 root /usr/local/samba/sbin/swat swat ^ as the swat is now installed to sbin by default. The default install now places smbd and nmbd in the sbin directory as well where previously they were in bin. The /etc/rc.d/init.d/smb script I have on my machine was pointing to the bin directory so I just restarted the old binaries until I noticed that a small edit was required to point to the new location. It was only chasing down the reason for swat still showing the old version number and the absence of the shares/connections on the swat status page that gave me hint that something was wrong. It would be useful if samba told a log file what version it was when it starts - certainly would have saved me a lot time. Keep up the good work. Regards, Graham -- Graham Vincent GPV Enterprises Limited PO Box 5001, New Plymouth, New Zealand Ph +64 21 046 8910 Fax +64 6 753 6970 graham@gpv.co.nz http://www.gpv.co.nz
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Graham Vincent wrote: | The swat man page instructions for editing /etc/inetd.conf refer to: | | swat stream tcp nowait.400 root /usr/local/samba/bin/swat swat | | but this should now be: | | swat stream tcp nowait.400 root /usr/local/samba/sbin/swat swat | | as the swat is now installed to sbin by default. Fixed now. Thanks for pointing it out. ... | It would be useful if samba told a log file what version | it was when it starts - certainly would have saved me a lot | time. It does: # more log.smbd [2004/05/04 09:57:32, 0] smbd/server.c:main(757) ~ smbd version 3.0.4pre1-SVN-build-471 started. ~ Copyright Andrew Tridgell and the Samba Team 1992-2004 [2004/05/04 09:57:32, 0] param/loadparm.c:service_ok(2597) ~ No path in service dummy_print - using /tmp standard input is not a socket, assuming -D option This was the case for 2.2 as well. cheers, jerry - ---------------------------------------------------------------------- Hewlett-Packard ------------------------- http://www.hp.com SAMBA Team ---------------------- http://www.samba.org GnuPG Key ---- http://www.plainjoe.org/gpg_public.asc "...a hundred billion castaways looking for a home." ----------- Sting -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFAl6/xIR7qMdg1EfYRAm4fAKDdByfrO1DoxiM8yjf6xrGSbMlK3QCgm1YN 10XHduDnO222WO208U2moZ4=MY/o -----END PGP SIGNATURE-----
Maybe Matching Threads
- Re: [PATCH v2] customize/perl_edit-c.c: Don't use internal APIs.
- [PATCH] mltools, options: support --allow-discards when decrypting LUKS devices
- read only share access after upgrade to 3.0.10
- [PATCH v2 1/2] mltools, options: support --allow-discards when decrypting LUKS devices
- [PATCH v2] customize/perl_edit-c.c: Don't use internal APIs.