Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: tomsoyer 27 Listopadu 2006, 20:23:12
-
Ahoj pořád mám problém s nastavením sítí.
Jinak v Kubuntu pracuji už úplně bez problémů a je to super až na tu zapeklitou síť.
moje situace:
po pročtení mnoha návodů a tohoto fóra jsem nastavil sambu. (pořád mi to však není příliš jasné přijde mi to značně složité - nebo jsem moc zkažen win)
Připojuji se do dvou sítí doma a v práci.
domácí síť: desktop s winXP v něm jsou dvě síťové karty a nastaveno sdílení internetu na NB s kubuntu, který připojuji přes lan kabel.
Internet funguje bez problémů a po nastavení samby vidím v diskách samby, nebo v Smb4K pracovní skupinu DOMA v niž je PC s xp dostanu se do jeho sdílených složek můžu s nimi pracovat vše je rychlé a bez problémů. Obráceně z PC nevidím v pracovní skupině NB s kubuntu (nevadí mi to defakto to nepotřebuji)
pracovní síť: router, server (záloha dat, skladový software) 15 PC s winXP připojuji se lan kabelem.
Internet funguje bez problémů, tisknu přes sdílenou tiskárnu která je na přímo zapojena do sítě (tisk funguje bez problémů office, jpg, email, kromě pdf dokumentů jak v adobe reader tak i v KPDF když dám tisk tak se odešle, ale tiskárna nereaguje)
V samba diskách vidím pracovní skupinu TEMPLE (je to naše nastavená síť) pokud ji chci otevřít tak to hodí chybu "časový limit pro server TEMPLE vypršel" (zkoušel jsem v nastavení systému/sítě nastavit časovou odezvu serveru na maximum ale nepomohlo to)
Pokud zkusím skenovat síť přes Smb4K tak to hodí chybovou hlášku "Cloud not connect to server IS~SERVER"
Moje otázky:
lze se přes sambu připojovat do obou sítí bez toho aby se pokaždé musela přenastavovat a fungovalo sdílení?
V čem může být chyba že se netiskne pouze pdf ?
přikládám konfigurační samba soubory
etc/samba/smb.conf.new
[global]
netbios name = samba24
server string = CAD architects, Stockholm, east 32nd st, 34th floor
workgroup = doma
hosts allow = 127. 192.168.0.
printcap name = /etc/printcap
load printers = yes
printing = cups
cups options = raw
guest account = smbguest
log file = /var/log/samba/samba.log
max log size = 1000
security = user
username level = 8
password level = 8
username map = /etc/samba/smbusers
add user script = /usr/sbin/useradd -d /dev/null -g sambamachines -c 'Samba Machine Account' -s /dev/null -M %u
smb passwd file = /etc/samba/smbpasswd
encrypt passwords = yes
unix password sync = no
passwd program = /usr/bin/passwd '%u'
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*\n
null passwords = no
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = 127.0.0.1/8 192.168.0.0/24
remote browse sync = 192.168.0.255
remote announce = 192.168.0.255
local master = no
os level = 33
domain master = no
preferred master = no
time server = no
domain logons = no
logon drive = m:
logon home = \\%L\homes\%u
logon path = \\%L\profiles\%u
logon script = %G.bat
name resolve order = wins lmhosts bcast
wins support = no
wins server =
wins proxy = no
dns proxy = no
preserve case = no
; short preserve case = no
; default case = lower
; case sensitive = no
winbind use default domain = yes
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /dev/null
[homes]
comment = Home Directories
path = /home
read only = no
available = yes
browseable = yes
writable = yes
guest ok = no
public = no
printable = no
share modes = no
locking = no
[netlogon]
comment = Network Logon Service
path = /home/netlogon
read only = no
available = yes
browseable = yes
writable = no
guest ok = no
public = no
printable = no
share modes = no
locking = no
[profiles]
comment = User Profiles
path = /home/profiles
read only = no
available = yes
browseable = no
writable = yes
guest ok = no
public = no
printable = no
locking = no
create mode = 0600
directory mask = 0700
[printers]
comment = All Printers
path = /var/spool/samba
browseable = yes
writable = no
guest ok = no
public = no
printable = yes
share modes = no
locking = no
[pdf-documents]
path = /home/pdf-documents
comment = Converted PDF Documents
available = yes
browseable = yes
writeable = yes
guest ok = yes
[pdf-printer]
path = /tmp
comment = PDF Printer Service
printable = yes
guest ok = yes
use client driver = yes
printing = bsd
print command = /usr/bin/gsambadpdf %s %u
lpq command =
lprm command =a etc/samba/smb.conf
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which
# are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentary and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic
# errors.
#
#======================= Global Settings =======================
[global]
## Browsing/Identification ###
# Change this to the workgroup/NT-domain name your Samba server will part of
# server string is the equivalent of the NT Description field
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
; wins support = no
# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
; wins server = w.x.y.z
# This will prevent nmbd to search for NetBIOS names through DNS.
dns proxy = no
# What naming service and in what order should we use to resolve host names
# to IP addresses
; name resolve order = lmhosts host wins bcast
#### Networking ####
# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
; interfaces = 127.0.0.0/8 eth0
# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself. However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
; bind interfaces only = true
#### Debugging/Accounting ####
# This tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/log.%m
# Put a capping on the size of the log files (in Kb).
max log size = 1000
# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
; syslog only = no
# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
syslog = 0
# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d
####### Authentication #######
# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba-HOWTO-Collection/ServerType.html
# in the samba-doc package for details.
; security = user
# You may wish to use password encryption. See the section on
# 'encrypt passwords' in the smb.conf(5) manpage before enabling.
encrypt passwords = no
# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
passdb backend = tdbsam
obey pam restrictions = yes
; guest account = nobody
invalid users = root
# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
; unix password sync = no
# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan < for
# sending the correct chat script for the passwd program in Debian Sarge).
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
; pam password change = no
########## Domains ###########
# Is this machine able to authenticate users. Both PDC and BDC
# must have this setting enabled. If you are the BDC you must
# change the 'domain master' setting to no
#
; domain logons = yes
#
# The following setting only takes effect if 'domain logons' is set
# It specifies the location of the user's profile directory
# from the client point of view)
# The following required a [profiles] share to be setup on the
# samba server (see below)
; logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
; logon path = \\%N\%U\profile
# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
; logon drive = H:
; logon home = \\%N\%U
# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
; logon script = logon.cmd
# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe. The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u
########## Printing ##########
# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
; load printers = yes
# lpr(ng) printing. You may wish to override the location of the
# printcap file
; printing = bsd
; printcap name = /etc/printcap
# CUPS printing. See also the cupsaddsmb(8) manpage in the
# cupsys-client package.
; printing = cups
; printcap name = cups
# When using [print$], root is implicitly a 'printer admin', but you can
# also give this right to other users to add drivers and set printer
# properties
; printer admin = @lpadmin
############ Misc ############
# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
; include = /home/samba/etc/smb.conf.%m
# Most people will find that this option gives better performance.
# See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/speed.html
# for details
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
# The following parameter is useful only if you have the linpopup package
# installed. The samba maintainer and the linpopup maintainer are
# working to ease installation and configuration of linpopup and samba.
; message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &
# Domain Master specifies Samba to be the Domain Master Browser. If this
# machine will be configured as a BDC (a secondary logon server), you
# must set this to 'no'; otherwise, the default behavior is recommended.
; domain master = auto
# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
; idmap uid = 10000-20000
; idmap gid = 10000-20000
; template shell = /bin/bash
#======================= Share Definitions =======================
# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares. This will share each
# user's home directory as \\server\username
;[homes]
; comment = Home Directories
; browseable = no
# By default, \\server\username shares can be connected to by anyone
# with access to the samba server. Un-comment the following parameter
# to make sure that only "username" can connect to \\server\username
; valid users = %S
# By default, the home directories are exported read-only. Change next
# parameter to 'yes' if you want to be able to write to them.
; writable = no
# File creation mask is set to 0600 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0664.
; create mask = 0600
# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
; directory mask = 0700
# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
; comment = Network Logon Service
; path = /home/samba/netlogon
; guest ok = yes
; writable = no
; share modes = no
# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
; comment = Users profiles
; path = /home/samba/profiles
; guest ok = no
; browseable = no
; create mask = 0600
; directory mask = 0700
[printers]
comment = All Printers
browseable = no
path = /tmp
printable = yes
create mask = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers/
guest ok = yes
case sensitive = no
msdfs proxy = no
[SDÍLENÉ DOKUMENTY]
path = /home/tom/Desktop/sdílené dokumenty
guest ok = yes
write list = root
invalid users =
case sensitive = no
msdfs proxy = no
-
Trochu jsem zmaten zbytecnostmi ve vasem smb.conf, podle toho, co tam vidim dokonce vytvarite logon directory, coz je pouzitelne v pripade, ze by vas PC(notebook) mel slouzit jako domenovy server, pokud se pletu opravte mne, ale to snad potrebujete? Dale vidim vyuzivani smbpassword pro autorizaci k pristupu k PC, ale v definici sdileni uz nevidim, ze by bylo nejak (jakkoliv) vyuzito.
Mozna by to chtelo zkusit pouzit prikaz "man smb.conf" Kazdopadne, konec recneni, zkuste zazalohovat vas stary smb.conf a nahradit jej treba timto (samosebou jsou vyzadovany upravy)
root@www:~ # cat /etc/samba/smb.conf
[global]
workgroup = doma
netbios name = notebook
server string = notebook
interfaces = 192.168.1.1/24
dns proxy = no
name resolve order = lmhosts host wins bcast
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
security = user
encrypt passwords = true
map to guest = bad user
load printers = yes
printing = cups
printcap name = cups
printer admin = root
socket options = TCP_NODELAY
[swap]
comment = Docasne soubory
path = /home/swap
guest ok = yes
writeable = yes
browsable = yes
public = yes
create mask = 0777
directory mask = 0777
[160GB]
comment = Disk 160GB
path = /160GB
guest ok = yes
writeable = yes
browsable = yes
public = yes
create mask = 0777
directory mask = 0777Tot ohledne smb, co se tyce pdf-printeru, nejak jsem to vzdycky tiskl pres OO pripadne neco jineho, takze v tomto ohledu neporadim :(
-
díky za odpověď
jako doménový server fungovat nepotřebuji.
To že jsou zbytečnosti v smb.conf se nedivím nastavoval jsem to tak nějak co kde jsem se dočetl pomocí různých příkazů a opravdu z toho nejsem moudrý.
nahrazeni smb.conf trochu mám strach z těch úprav nevím co jak upravovat:-(
ještě se zeptám proč je v etc/samba/ i soubor smb.conf.new
-
nahrazeni smb.conf trochu mám strach z těch úprav nevím co jak upravovat:-(
Hlavne nazvy sdileni a jejich cesty, jinak snad nic
ještě se zeptám proč je v etc/samba/ i soubor smb.conf.new
Hadam, ze je to nejaka stara zaloha
-
nahrazeni smb.conf trochu mám strach z těch úprav nevím co jak upravovat:-(
Hlavne nazvy sdileni a jejich cesty, jinak snad nic
Dobře nebylo by možné napsat kam ty cesty připsat(jen jako příklad, reálnou cestu bych pak dopsal) a jak to má vypadat popřípadě místo čeho opravdu se na to moc necítím.
Díky moc
-
...
[swap]
comment = Docasne soubory
path = /home/swap
guest ok = yes
...tak tam, co je path :)
-
Jednotliva sdileni vypadaji tak, jak popsal merlin. Vic tam byt pro zacatek nemusi. Sdileni se Vam potom zverejnuje v siti pod nazvem, co je v hranatych zavorkach. Da se k nemu pak pristoupit trebas z win UNC formatem:
CMD: net view \\notebook\swap
CMD: net use f: \\notebook\swap ( namapuje swap jako disk F: ) - doporuceno napriklad kdyz na sdileni jsou soubory ukladane a otvirane v Openoffice.
Pro testy muzete pouzit prikazy smbclienta z konzoly linuxu:
smbclient -L //notebook
smblient - L //notebook/swapSdileni do smb.conf muzete namydlit, kolik je libo, zbytek souboru nechte jak je, nicemu to nevadi. Doporucuju otestovat hotovy smb.conf pomoci testparm, vypise chyby v direktivach i ve sdilenich.
-
Děkuji za odpovědi
Tak jsem zkusil předělat ten smb.conf
na takto
root@www:~ # cat /etc/samba/smb.conf
[global]
workgroup = TEMPLE
netbios name = notebook Tom
server string = notebook
interfaces = 192.168.2.89
dns proxy = no
name resolve order = lmhosts host wins bcast
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
security = user
encrypt passwords = true
map to guest = bad user
load printers = yes
printing = cups
printcap name = cups
printer admin = root
socket options = TCP_NODELAY
[Sdílené dokumenty]
comment = sdílené dokumenty
path = /home/tom/Desktop/sdílené dokumenty
guest ok = yes
writeable = yes
browsable = yes
public = yes
create mask = 0777
directory mask = 0777Výsledek je pořád ten stejný pořád to píše ty samé chyby.
Asi jsem natvrdlej a upravil ten soubor špatně.
můžete se prosím na to podívat co je tam špatně.
-
Napoprve by mne zajimalo, jake chyby to pise, co je v /var/log/samba/log.smbd a /var/log/samba/log.nmbd
Na radku s definici rozhrani chybi maska tj. melo by byt
...
interfaces = 192.168.2.89/24
...Tedy predpokladam, ze je tam 24bitova maska (255.255.255.0)
-
Interfaces klidne muzete zaremovat, pouziva se pro omezeni. Normalne se prilepi na vsechny iterfacy co v masine najde, lo a eth0, vic jich asi nemate. A pouzijte ten testparm.
Nazev sdileni bych pro jistotu a prozacatek dal bezdia, az to pojede, muzete xperimentovat. Security bych nastavil na share. Nejsem si jisty, jestli netbios name muze mit v sobe mezeru. Je potreba zakladni nastaveni vyzkouset co nejjednodussi a az kdyz to chodi, muzete se vyblbnout.
-
Toho netbios name jsem si popravdě nevšiml (ačkoliv bych měl :(), vzhledem k tomu, že se v určitém smyslu jedná o DNS záznam, zcela určitě nesmí obsahovat mezeru, diakritiku a ani jiné speciálni znaky. Co se týče diakritiky a mezer v názvu sdílení, problémy jsem nezaznamenal i když bych to asi také nedoporučoval.
-
Dobrý den tak jsem upravil smb.conf takto
root@www:~ # cat /etc/samba/smb.conf
[global]
workgroup = TEMPLE
netbios name = tom
server string = notebook
interfaces = 192.168.2.89/24
dns proxy = no
name resolve order = lmhosts host wins bcast
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
security = share
encrypt passwords = true
map to guest = bad user
load printers = yes
printing = cups
printcap name = cups
printer admin = root
socket options = TCP_NODELAY
[Sdílené dokumenty]
comment = sdílené dokumenty
path = /home/tom/Desktop/sdílené dokumenty
guest ok = yes
writeable = yes
browsable = yes
public = yes
create mask = 0777
directory mask = 0777obsah souborů
/var/log/samba/log.smbd
[2006/11/26 12:37:51, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 12:37:51, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 12:37:51, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/26 12:37:52, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 12:37:52, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/26 16:04:10, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 16:04:11, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 16:04:11, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/26 16:04:11, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 16:04:11, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/26 16:39:58, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 16:39:58, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 16:39:58, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/26 16:39:58, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 16:39:58, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/26 20:06:04, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 20:06:05, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 20:06:05, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/26 20:06:05, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 20:06:05, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/26 20:27:49, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 20:27:49, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 20:27:49, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/26 20:27:49, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 20:27:49, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/26 20:47:48, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 20:47:49, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 20:47:49, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/26 20:47:49, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 20:47:49, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/26 21:04:34, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 21:04:35, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 21:04:35, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/26 21:04:35, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 21:04:35, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/26 21:06:02, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 21:06:02, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 21:06:02, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/26 21:06:02, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/26 21:06:02, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/27 08:09:50, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 08:09:50, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 08:09:50, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/27 08:09:51, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 08:09:51, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/27 08:29:55, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 08:29:55, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 08:29:55, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/27 08:29:55, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 08:29:55, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/27 09:15:05, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 09:15:05, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 09:15:05, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/27 09:15:06, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 09:15:06, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/27 09:57:24, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 09:57:24, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 09:57:24, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/27 09:57:24, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 09:57:24, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/27 10:14:56, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 10:14:57, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 10:14:57, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/27 10:14:57, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 10:14:57, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/27 18:46:15, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 18:46:16, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 18:46:16, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/27 18:46:16, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/27 18:46:16, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/28 07:39:50, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/28 07:39:51, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/28 07:39:51, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/28 07:39:51, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/28 07:39:51, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/29 07:52:18, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/29 07:52:19, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/29 07:52:19, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/29 07:52:19, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/29 07:52:19, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/30 07:12:14, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/30 07:12:14, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/30 07:12:14, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490)
pdb_getsampwrid: Unable to open TDB rid database!
[2006/11/30 07:12:15, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196)
Unable to open/create TDB passwd
[2006/11/30 07:12:15, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(436)
pdb_getsampwnam: Unable to open TDB passwd (/var/lib/samba/passdb.tdb)!
[2006/11/30 07:58:00, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/30 07:58:01, 1] param/params.c:Parameter(385)
params.c:Parameter() - Ignoring badly formed line in configuration file: root@www:~ # cat /etc/samba/smb.conf
[2006/11/30 07:58:01, 1] param/loadparm.c:lp_do_parameter(3400)
WARNING: The "printer admin" option is deprecated
[2006/11/30 07:58:01, 0] passdb/pdb_smbpasswd.c:getsmbfilepwent(391)
getsmbfilepwent: malformed password entry (no :)
[2006/11/30 07:58:01, 0] passdb/pdb_smbpasswd.c:getsmbfilepwent(391)
getsmbfilepwent: malformed password entry (no :)
[2006/12/01 08:16:35, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/12/01 08:16:35, 1] param/params.c:Parameter(385)
params.c:Parameter() - Ignoring badly formed line in configuration file: root@www:~ # cat /etc/samba/smb.conf
[2006/12/01 08:16:35, 1] param/loadparm.c:lp_do_parameter(3400)
WARNING: The "printer admin" option is deprecated
[2006/12/01 08:16:35, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 08:16:35, 0] passdb/pdb_smbpasswd.c:getsmbfilepwent(391)
getsmbfilepwent: malformed password entry (no :)
[2006/12/01 08:16:35, 0] passdb/pdb_smbpasswd.c:getsmbfilepwent(391)
getsmbfilepwent: malformed password entry (no :)
[2006/12/01 09:37:16, 0] smbd/server.c:main(805)
smbd version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/12/01 09:37:16, 1] param/params.c:Parameter(385)
params.c:Parameter() - Ignoring badly formed line in configuration file: root@www:~ # cat /etc/samba/smb.conf
[2006/12/01 09:37:16, 1] param/loadparm.c:lp_do_parameter(3400)
WARNING: The "printer admin" option is deprecated
[2006/12/01 09:37:17, 0] passdb/pdb_smbpasswd.c:getsmbfilepwent(391)
getsmbfilepwent: malformed password entry (no :)
[2006/12/01 09:37:18, 0] passdb/pdb_smbpasswd.c:getsmbfilepwent(391)
getsmbfilepwent: malformed password entry (no :)a /var/log/samba/log.nmbd
[2006/11/26 09:30:23, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.0.175
*****
[2006/11/26 12:36:19, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/26 12:37:50, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 12:43:40, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.0.175
*****
[2006/11/26 16:02:39, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/26 16:04:09, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 16:09:58, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.0.175
*****
[2006/11/26 16:38:27, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/26 16:39:57, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 16:45:43, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.0.175
*****
[2006/11/26 20:04:36, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/26 20:06:03, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 20:11:54, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.0.175
*****
[2006/11/26 20:26:18, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/26 20:27:48, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 20:33:34, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.0.175
*****
[2006/11/26 20:46:19, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/26 20:47:47, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 20:53:32, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.0.175
*****
[2006/11/26 21:03:03, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/26 21:04:33, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 21:04:43, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/26 21:06:01, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/26 21:11:43, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.0.175
*****
[2006/11/27 00:30:37, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/27 08:09:49, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 08:15:34, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.2.87
*****
[2006/11/27 08:28:24, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/27 08:29:54, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 08:35:17, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.2.87
*****
[2006/11/27 09:13:33, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/27 09:15:04, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 09:20:31, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.2.87
*****
[2006/11/27 09:55:55, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/27 09:57:23, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 10:02:57, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.2.87
*****
[2006/11/27 10:13:27, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/27 10:14:55, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 10:20:27, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.2.87
*****
[2006/11/27 17:39:49, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/27 18:46:14, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/27 18:50:37, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.0.126
*****
[2006/11/27 22:06:56, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/28 07:39:49, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/28 07:45:24, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.2.87
*****
[2006/11/28 19:51:29, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/29 07:52:18, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/29 07:57:41, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.2.89
*****
[2006/11/29 14:15:09, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/30 07:12:14, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/30 07:17:52, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
*****
Samba name server TOMAS-LAPTOP is now a local master browser for workgroup WORKGROUP on subnet 192.168.2.89
*****
[2006/11/30 07:56:29, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
[2006/11/30 07:57:59, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/11/30 07:58:00, 1] param/params.c:Parameter(385)
params.c:Parameter() - Ignoring badly formed line in configuration file: root@www:~ # cat /etc/samba/smb.conf
[2006/11/30 07:58:00, 1] param/loadparm.c:lp_do_parameter(3400)
WARNING: The "printer admin" option is deprecated
[2006/11/30 07:58:00, 0] lib/util_sock.c:open_socket_in(826)
bind failed on port 137 socket_addr = 192.168.1.1.
Error = Cannot assign requested address
[2006/11/30 07:58:00, 0] nmbd/nmbd_subnetdb.c:make_subnet(127)
nmbd_subnetdb:make_subnet()
Failed to open nmb socket on interface 192.168.1.1 for port 137. Error was Cannot assign requested address
[2006/11/30 07:58:00, 0] nmbd/nmbd.c:main(801)
ERROR: Failed when creating subnet lists. Exiting.
[2006/12/01 08:16:33, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/12/01 08:16:34, 1] param/params.c:Parameter(385)
params.c:Parameter() - Ignoring badly formed line in configuration file: root@www:~ # cat /etc/samba/smb.conf
[2006/12/01 08:16:34, 1] param/loadparm.c:lp_do_parameter(3400)
WARNING: The "printer admin" option is deprecated
[2006/12/01 08:16:34, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 08:16:34, 0] nmbd/nmbd_subnetdb.c:create_subnets(219)
create_subnets: No local interfaces !
[2006/12/01 08:16:34, 0] nmbd/nmbd_subnetdb.c:create_subnets(220)
create_subnets: Waiting for an interface to appear ...
[2006/12/01 08:16:39, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 08:16:44, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 08:16:49, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 09:34:54, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 09:34:59, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 09:35:04, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 09:35:09, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 09:35:14, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 09:35:19, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 09:35:24, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 09:35:29, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 09:35:34, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 09:35:39, 0] lib/interface.c:load_interfaces(225)
WARNING: no network interfaces found
[2006/12/01 09:37:16, 0] nmbd/nmbd.c:main(727)
Netbios nameserver version 3.0.22 started.
Copyright Andrew Tridgell and the Samba Team 1992-2006
[2006/12/01 09:37:16, 1] param/params.c:Parameter(385)
params.c:Parameter() - Ignoring badly formed line in configuration file: root@www:~ # cat /etc/samba/smb.conf
[2006/12/01 09:37:16, 1] param/loadparm.c:lp_do_parameter(3400)
WARNING: The "printer admin" option is deprecated
[2006/12/01 09:37:16, 0] lib/util_sock.c:open_socket_in(826)
bind failed on port 137 socket_addr = 192.168.2.89.
Error = Cannot assign requested address
[2006/12/01 09:37:16, 0] nmbd/nmbd_subnetdb.c:make_subnet(127)
nmbd_subnetdb:make_subnet()
Failed to open nmb socket on interface 192.168.2.89 for port 137. Error was Cannot assign requested address
[2006/12/01 09:37:16, 0] nmbd/nmbd.c:main(801)
ERROR: Failed when creating subnet lists. Exiting.
-
No to koukam :)
Kdyz pominu nejakou chybu, kterou samba hlasi v konfiguraci a kterou nevidim, tak tato hlaska "bind failed on port 137 socket_addr = 192.168.2.89" rika, ze na zadanem interface nelze otevrit port 137, naopak tato hlaska "WARNING: no network interfaces found" rika, ze vubec nemuze najit tenhle interface, jste si jist tou IP?
-
1. Odinstalovat sambu: sudo dpkg --purge samba
(volitelne nekam zkopirovat smb.conf, purge vezme do pekla konfiguraky)
2. Nainstalovat sambu, pri instalaci s _rozmyslem_ odpovidat na otazky instalatoru.
3. V smb.conf nahradit security=user za security=share.
4. _POMALU_ a _POSTUPNE_ napred zazalhovoat originalni a pak zacit upravovat smb.conf, napr. pridat sdileni a _TESTOVAT_ pomoci testparm.
-
zaujimave, ze ti kpdf netlaci ... ja vzdy tlacim len cez kpdf, kedze je to kde aplikacia a tak pouziva prepracovany tlacovy driver, cez ktory mozem jednoducho tlacit x stran na jednu stranu a taktiez tlacit brozurky ;)
tkac mi ide s akoukolvek tlaciarnou (bud usb pripojenie, alebo sietova tlaciaren - priamo pripojena na sieti). jediny problem je vtedy, ked je tam vela obrazkov..tak to tlaci straaaaasne pomaly ... ale zas vtedy pouzijem wokna cez vmware..a tlacim cez ne :P
-
Dobrý den po delší době,
Tak jsem rezignoval a nic jsem nedělal ani nenastavoval a hle dnes jsem zkusil vytisknout pdf a ono to šlo tak koukám na disky samby a vidím všechny připojené pc mužu kopírovat tam i zpět.
Nechapu jak to že to začalo samo fungovat.