[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Samba client
On Tue, 31 Aug 2010 20:51:12 , m0n0 <ole@monochrom.net> wrote:
>
> Am Dienstag, den 31.08.2010, 19:41 +0200 schrieb Peter Slegg
> <p.slegg@scubadivers.co.uk>:
>
> > configuring interfaces:cannot lookup hostname rtk0: Host name lookup failure.
> > rtk0 .
> > adding defaultroute: 192.168.0.1 .
> > Starting dhcp client: Internet Systems Consortium DHCP Client V3.0.3
> > Copyright 2004-2005 Internet Systems Consortium.
>
>
> Then there is something wrong with your configuration / init scripts.
> You have put rtk0 where an hostname belongs... anyway, it sounds stupid
> that the script tries to configure the interface and wants to resolve an
> network name before configuration has taken place...
If I change the smb.conf to use the ip addr rather than the iface
name then...
#smbd -d 10 -i
...
file /etc/samba/smb.conf -> /etc/samba/smb.conf last mod_time: Tue Aug 31 20:08:39 2010
added interface ip=192.168.0.200 bcast=192.168.0.255 nmask=255.255.255.0
added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
Hash size = 521.
Netbios name list:-
my_netbios_names[0]="MILAN"
loaded services
...
> You should clean up your network setup files... Are you sure that rtk0
> exists?
The network is very clean, dhcp does everything apart from defaultroute
which has one line:
rtk0 192.168.0.1
Peter