OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: murphytalk on August 30, 2004, 09:18:05 am

Title: cannot see smb server on z ( Cacko rom)
Post by: murphytalk on August 30, 2004, 09:18:05 am
Hi everyone,

I have a 860 which runs  Cacko rom and a CF WLAN card works well,except one problem : although I can ping my z from PC,I cannot connect or see the samba server.

But it is ok if the USB cable is connected. I checked smb.conf, eth0(the wlan card) is in the interface list.

any hints?Thank you in advance.
Title: cannot see smb server on z ( Cacko rom)
Post by: iamasmith on August 30, 2004, 10:42:01 am
I seem to recall qtamba gets started in preference to the default samba stuff when you plug in the USB cable (stops when you remove it).

I would become totally familiar with the scripts and start by securing your SAMBA configuration before getting it to work with any wireless network if I were you.
Title: cannot see smb server on z ( Cacko rom)
Post by: maslovsky on August 31, 2004, 02:54:42 am
Try looking in log files in /var/smb - they may give you some clue on what's happening...
Title: cannot see smb server on z ( Cacko rom)
Post by: maslovsky on August 31, 2004, 02:55:20 am
Quote
I seem to recall qtamba gets started in preference to the default samba stuff when you plug in the USB cable (stops when you remove it).

I would become totally familiar with the scripts and start by securing your SAMBA configuration before getting it to work with any wireless network if I were you.
In Cacko ROMs samba is started on demand from inetd process.
Title: cannot see smb server on z ( Cacko rom)
Post by: dino on August 31, 2004, 02:21:19 pm
I had problems with samba on OZ.  The problem was that I did not have some of the directories need for samba.  The following script solved the problem:
Quote
#!/bin/sh
if ! [ -d /var/cache/samba ]
   then
   mkdir /var/cache
   mkdir /var/cache/samba
fi
if ! [ -d /var/run/samba ]
   then
   mkdir /var/run
   mkdir /var/run/samba
fi
/etc/init.d/samba start
Title: cannot see smb server on z ( Cacko rom)
Post by: Lumune on September 01, 2004, 06:03:36 am
I can use samba over BT, i can't see why it can't be done on wireless lan