OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: Anonymous on January 21, 2004, 07:07:21 am

Title: Where find smb.conf in the Cacko rom ?
Post by: Anonymous on January 21, 2004, 07:07:21 am
I\'m trying for synchronize wireless like explained at

http://www.zaurususergroup.com/modules.php...eless%20Syncing (http://www.zaurususergroup.com/modules.php?op=modload&name=phpWiki&file=index&pagename=Wireless%20Syncing)

Where are, in the last Cacko rom (2004/01/02), the smb.conf file?

Thanks

---------------------------------
SL-C860 Cacko Qtopia rom
D-link 660 W
Sandisk Sd 512 Mb (death)
Armadillo bluetooth CF Card
\"Energy System\" 256 Mb CF Card (from my Ixus Canon)
Title: Where find smb.conf in the Cacko rom ?
Post by: tumnus on January 21, 2004, 07:33:52 am
It\'s normally in /usr/lib/samba/smb.conf, but I\'m not familiar with the Cacko ROM. Run the following command as root to find it, if it is not there:

find / -name smb.conf

Ignore any errors
Title: Where find smb.conf in the Cacko rom ?
Post by: Anonymous on January 21, 2004, 08:15:56 am
Tanx Tumnus!

But I have tried the \"find\" and the smb.conf is... anywhere

Seems that the syncro in the cacko rom is by default options. Sure the smbd is launched and the contents of /home/samba/ is displayed in the File Transfer window. The smbd is in rom:

     0 lrwxrwxrwx    1 root     root           18 Jan  4 12:35 smbd -] /usr/sbin.rom/smbd
     0 lrwxrwxrwx    1 root     root           18 Jan  4 12:35 sshd -] /usr/sbin.rom/sshd

I dont know how configure samba...  :-(
Title: Where find smb.conf in the Cacko rom ?
Post by: tumnus on January 21, 2004, 09:30:28 am
What do you want to do with it? There is lots of excellent documentation at http://www.samba.org (http://www.samba.org)
Title: Where find smb.conf in the Cacko rom ?
Post by: Anonymous on January 21, 2004, 10:26:01 am
Only want to synchronize by wireless. By reading the link above seems to me that I need to configure samba to use the same ip than the wireless network...

regards Tumnus
Title: Where find smb.conf in the Cacko rom ?
Post by: Anonymous on January 22, 2004, 08:24:15 am
smb.conf seems to be missing on the cacko-rom.
i just copied the one form the sharp-rom to the z. to enable wireless sync
you need to tell samba not only to listen on usbd0 but rather on all interfaces
Title: Where find smb.conf in the Cacko rom ?
Post by: Anonymous on January 22, 2004, 10:37:21 am
Hi guest!

You copied to /etc/smb.conf, rigth?

You syncro by wifi now?

Can you post the contents of your smb.conf?

Tanx!
Title: Where find smb.conf in the Cacko rom ?
Post by: cider101 on January 22, 2004, 11:56:00 am
hi pere,

]You copied to /etc/smb.conf, rigth?
no, you must copy the the .conf file to /usr/lib/samba

here is my smb.conf
hope this helps

########################### smb.conf
[global]                  
# workgroup is either a domain name or a workgroup name
   workgroup = WORKGROUP
   log file = /dev/null
#
# encrypt passwords is required for Win98, NT and Windows 2000
#
   encrypt passwords = yes

   coding system = utf8
   client code page = 932
   force create mode = 0755
   strict sync = yes
   sync always = yes

#   interfaces = usbd0
#   wins support = yes
[system]                     
   comment = System Folder
   path = /root/samba
   read only = no
   browseable = no
   guest ok = yes
   force user = root
[home]                     
   comment = for User Data
   path = /home/samba
   short preserve case = no
   read only = no      
   guest ok = yes
   force user = zaurus