Samba 2.2.0a

Hi,

I just downloaded Samba 2.2.0a and after several attempts have gotten it
running with RTP 6.1 and figured I would spread the wealth of knowledge…:slight_smile:

  1. Replace the config.* files with those supplied by QSSL. The samba ones
    id the
    system as QNX4
  2. I ran autoconf then configure.
  3. The first make had an error in smbd/nttrans.c line 1092. The uint needs
    to be a uint32. Not
    sure why they didn’t catch that one…
  4. Profiling will not turn off. I tried the configure --without-profiling
    but it still trys to compile
    profile/profile.c and instead of fixing the errors for an experimental part
    of sambe I basically
    commented out the entire file.

After that it compiled and installed fine and is now working. I’m not sure
about long term
stability since the 2.0.7 version I got off of QNXStart kept locking up my
Win2k and RTP
about once a day.

I am getting an entry in the log.smbd file when smbd starts which says:

lib/util.c:set_maxfiles(1642)
set_maxfiles:setrlimit for RLIMIT_NOFILE for 10010 files failed with error
invalid argument.

but I haven’t gotten around to figuring it out…

Good luck…:slight_smile:

Lee - thanks for the tips. I’ll try that on my end. I’ve had some success
with 2.0.7, what with it working on some machines (and flavors of QNX 6.x)
but not others.

“Lee R. Copp” <Lee.R.Copp@MichiganScientific.com> wrote in message
news:9id120$gca$2@inn.qnx.com

Hi,

I just downloaded Samba 2.2.0a and after several attempts have gotten it
running with RTP 6.1 and figured I would spread the wealth of
knowledge…> :slight_smile:

  1. Replace the config.* files with those supplied by QSSL. The samba ones
    id the
    system as QNX4
  2. I ran autoconf then configure.
  3. The first make had an error in smbd/nttrans.c line 1092. The uint
    needs
    to be a uint32. Not
    sure why they didn’t catch that one…
  4. Profiling will not turn off. I tried the configure --without-profiling
    but it still trys to compile
    profile/profile.c and instead of fixing the errors for an experimental
    part
    of sambe I basically
    commented out the entire file.

After that it compiled and installed fine and is now working. I’m not
sure
about long term
stability since the 2.0.7 version I got off of QNXStart kept locking up my
Win2k and RTP
about once a day.

I am getting an entry in the log.smbd file when smbd starts which says:

lib/util.c:set_maxfiles(1642)
set_maxfiles:setrlimit for RLIMIT_NOFILE for 10010 files failed with error
invalid argument.

but I haven’t gotten around to figuring it out…

Good luck…> :slight_smile:

set_maxfiles:setrlimit for RLIMIT_NOFILE for 10010 files failed with error
invalid argument.

This is not a problem.

Also you need to fix the signal handling.

]{ristoph