As I said, the original binaries. I need to know if I can override this error with a smb.conf directory directive, just as you can override other compiled-in directories. On Fri, Feb 27, 2015 at 11:28 AM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote:> Hallo Jed, > > Am 27.02.2015 um 17:06 schrieb Jed Evnull: > > I'm getting error messages when a connection is attempted: > > > > smbd/service.c:make_connection_snum(633) > > '[original location]/var/tmp' does not exist or is not a directory, > when > > connecting to [IPC$] > > > > The original binaries have been moved to a new directory. > > > > The locations for : > > > > pid directory > > log file > > smb passwd file > > private dir > > lock dir > > > > have been specified in smb.conf. What can I do to get around this > error? > > > > Just moved the binaries? Without recompiling? > > > Regards, > Marc >
On Fri, 2015-02-27 at 16:06 -0500, Jed Evnull wrote:> As I said, the original binaries. I need to know if I can override this > error with a smb.conf directory directive, just as you can override other > compiled-in directories.In general, it is best to just re-compile, it won't take long. Some can be overridden in some versions with command-line options, but we removed that for 4.2. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
Thanks for the definitive answer. On Sat, Feb 28, 2015 at 9:49 PM, Andrew Bartlett <abartlet at samba.org> wrote:> On Fri, 2015-02-27 at 16:06 -0500, Jed Evnull wrote: > > As I said, the original binaries. I need to know if I can override this > > error with a smb.conf directory directive, just as you can override other > > compiled-in directories. > > In general, it is best to just re-compile, it won't take long. Some can > be overridden in some versions with command-line options, but we removed > that for 4.2. > > Andrew Bartlett > > -- > Andrew Bartlett http://samba.org/~abartlet/ > Authentication Developer, Samba Team http://samba.org > Samba Developer, Catalyst IT > http://catalyst.net.nz/services/samba > > >