Author Topic: Where find smb.conf in the Cacko rom ?  (Read 3587 times)

Anonymous

  • Guest
Where find smb.conf in the Cacko rom ?
« 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

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)

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
Where find smb.conf in the Cacko rom ?
« Reply #1 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
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

Anonymous

  • Guest
Where find smb.conf in the Cacko rom ?
« Reply #2 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...  :-(

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
Where find smb.conf in the Cacko rom ?
« Reply #3 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
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

Anonymous

  • Guest
Where find smb.conf in the Cacko rom ?
« Reply #4 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

Anonymous

  • Guest
Where find smb.conf in the Cacko rom ?
« Reply #5 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

Anonymous

  • Guest
Where find smb.conf in the Cacko rom ?
« Reply #6 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!

cider101

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://esbrowers.sourceforge.net
Where find smb.conf in the Cacko rom ?
« Reply #7 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