Ulli
Which version of QNX ? For QNX4 you can get it here:
ftp://ftp.qnx.com/usr/free/qnx4/tcpip/utils/
samba v 2.0.7 works fine [for me].
// wbr
unkown symbol: syslog
Could not resolve all symbols
is it a problem with the dynamic librarys?
(sorry I'm a bloddy beginner with QNX)
Ulli
"Ian Zagorskih" <ian...@megasignal.com> schrieb im Newsbeitrag
news:b1qt47$nbe$1...@inn.qnx.com...
chris
--
Chris McKillop <c...@qnx.com> "The faster I go, the behinder I get."
Software Engineer, QSSL -- Lewis Carroll --
http://qnx.wox.org/
Ulli
"Chris McKillop" <c...@qnx.com> schrieb im Newsbeitrag
news:b1u0b1$gf8$1...@nntp.qnx.com...
You will need to build it yourself or get an earlier build. The 3rd party
repository is for 6.2.0 and some of the symbols are going to be different.
chris
Thanks,
Andrey
// wbr
It's a mess on 6.2.0 I am afraid. The cfg files are mostly in /opt/etc and
/opt/var and /opt/lib. This has been resolved with the upcoming 6.2.1
3rd party disc and repository package, which has an /etc/samba/ dir and
uses /var properly.
(These instruction assume that the systems network is already working and
communication between all machines has already been proven. This example is
also a very basic application that allows all users access to a single
directory on the QNX 6 machine. No security is implemented. These
instructions have worked for QNX 6.2.)
1. Install Samba from Contributed Software repository. From a terminal
window type 'pkg-installer'.
2. Add swat Capabilities. "swat" is an application that allows the samba
configuration file to be edited from a Web Browser. Two files are edited,
/etc/inetd.conf and /etc/services. The following is added to
/etc/inetd.conf:
#
# SAMBA services
#
# added to support SWAT
swat stream tcp nowait.400 root /opt/sbin/swat swat -a
/etc/services should have this text inserted:
swat 901/tcp
3. Modify the system startup scripts to automatically start samba when the
system is booted. Add this to /etc/rc.d/rc.local:
#start the inetd server
inetd &
# start SAMBA
/usr/sbin/smbd -D
/usr/sbin/nmbd -D
4. Create the smb.conf file. In QNX 6 this file is located in the /opt/lib
directory. For our simple example the smb.conf files contains the
information below. This file can be edited by hand or through the 'swat'
application. To start 'swat' on the local machine type in -
"http://localhost:901" in the local Voyager window.
# Samba config file created using SWAT
# from localhost.localdomain (127.0.0.1)
# Date: 2003/01/19 00:05:34
# Global parameters
[global]
workgroup = LOCAL
netbios name = QNX6
security = SHARE
encrypt passwords = Yes
guest account = guest
guest ok = Yes
[SAMBA]
comment = QNX Development Lib
path = /test
read only = No
5. Create an account so other users can access our shared resource. With
QNX 6 user accounts are created using the 'passwd' command. In our above
example we used the 'guest account = guest' option to the global variables
which states that all guests will use the user name of guest. Therefore, we
must create a user account called 'guest' on our QNX 6 machine. You can
enter the new user account "guest" by typing:
passwd guest
and then following the prompts (note: the /etc/group file could already
include an entry for a group called guest. Its group number is 90. If 90
is used when creating the user account, the /etc/group file would not need
to be edited. Check the /etc/group file first to make sure.)
6. For more information, the /opt/swat directory contains the SAMBA help
files and the "Using Samba" book from O'Rielly press. All documentation is
in the form of html's.
"Andrei Tchilikine" <atchi...@datac-control.com.delete> wrote in message
news:b20g1g$7ts$1...@inn.qnx.com...
Andrey
"Tom Stave" <t...@globaliss.com> wrote in message
news:b26c3f$niu$1...@inn.qnx.com...
Are you using Samba from the new 6.2.1 repository or the 6.2.0 repository?
Unfortunately, SWAT doesn't work for me, in QNX 6.2.1 NC. I've followed all
I am running QNX Neutrino 6.2.0
I am interested in running samba, too. After downloading
samba-2.0.7-nto.tgz from quics.qnx.com I unpacked successfully.
I know samba from Linux, but got no clue how to make it work in QNX.
How can it be startet/stopped (automatically)?
Is there any hints or docu I missed?
Thanx for any help.
Marius