Displaying 20 results from an estimated 58 matches for "smblogs".
Did you mean:
smblog
2000 Jan 09
3
Configuration Problems
...r/local/samba/var/locks/SHARE_MEM_FILE.processes
[2000/01/09 11:38:50, 3] smbd/server.c:exit_server(435)
Server exit (normal exit)
Here is the output from testparm smb.conf:
# testparm smb.conf
Load smb config files from smb.conf
doing parameter syslog = 3
doing parameter log file = /var/adm/smblogs/smblog
Processing section "[tmp]"
doing parameter path = /tmp
doing parameter guest account = smbguest
doing parameter guest ok = Yes
Processing section "[d2]"
doing parameter path = /d2
doing parameter guest account = smbguest
doing parameter guest ok = Yes
pm_process() returne...
2003 Jun 19
3
Exec file incompatible with hardware
..."make uninstallcp" or make "uninstall" to uninstall binaries,
man pages, shell scripts and code pages.
======================================================================
When I try and run a script we have that runs this command:
/usr/local/samba/bin/smbd -D -l /var/adm/smblogs \
-s /usr/local/samba/lib/smb.conf
/usr/local/samba/bin/nmbd -D -l /var/adm/nmblog.log \
-s /usr/local/samba/lib/smb.conf
I get this error:
./startsmb.sh[7]: /usr/local/samba/bin/smbd: Executable file
incompatible with h
ardware
./startsmb...
2019 May 21
0
Debugging Samba is a total PITA and this needs to improve
Sven Schwedas via samba <samba at lists.samba.org> writes:
> Once again, something with Samba thirty bazillion components broke. Once
> again, my choices for logging are "nothing" or "15 MB/s spread of ten
> different files, because 'client authentication failed' totally needs to
> be lower priority than malloc debug info". Once again, none of these
1998 Feb 25
1
netbios-ssn/tcp: unknown service
...always get the following on the console.
inetd[590]: netbios-ssn/tcp: unknown service
I've edited the /etc/services to add:
netbios-ssn 139/tcp
And the /etc/inetd/conf with the following line:
netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd
-d1 -l/var/adm/smblogs/log -s/usr/local/samba/lib/smb.conf
I also tried manually running the smbd at the prompt but nothing happens.
What could be wrong? Is it my kernel doesn't support these services? How can I rectify this?
Any help is appreciated. Thanx in advance.
--Joe
1999 Mar 02
0
trial2: problem with loggin in
...ime and again. I have installed SAMBA 2.0.2 correctly and have
(i think) a correct smb.conf file. Now when I try to log on to one of my
shares it will not let me in. I get the following errors when logging
in:
[dutchboy@lisa dutchboy]$ smbclient \\\\lisa\\dutchboy
doing parameter log file = /var/smblogs/samba-log.%m
doing parameter lock dir = /var/lock/samba
doing parameter guest account =
doing parameter hosts allow = 127. 131.93.
doing parameter printing = lprng
pm_process() returned Yes
Added interface ip=131.93.0.140 bcast=131.93.255.255 nmask=255.255.0.0
Client started (version 2.0.2).
resol...
2002 Aug 06
1
winbind trouble...
Hi again,
thanx Jeremy, the pam-devel package was missing to compile pam_winbind... it was tooo obvious :-(
After my 5th day trying to get samba to talk to my W2k-Server, I still have problems!
I just want samba to do authentication with the w2k-server's help and without unix-useraccounts.
So far, winbind is up and running, and fter have the user switched to Administrator with wbinfo
2008 Nov 12
1
AD Member server and local UNIX groups
Greetings,
I hope someone can tell me if what I want to do is possible with Samba
or not. I have been searching for info and found a number of people
with similar problems, but not an answer.
I have a Samba server (3.2.4) running on a Solaris 10 machine which is a
member server in Active Directory (AD). I am using winbind. The AD
users can access the samba server shares and UNIX services.
2003 Mar 22
2
XP can see Linux but Win98 can't
Dear Samba List:
Thx in advance for all help that can be provided. I have set up a
samba server on a RedHat 8.0 box, and I know I've got it configured
correctly, because I can do everything I would ever want to do with it
with a networked Windows XP laptop. However, a third and fourth
machine, both running 98SE, also on the network, cannot see the server,
no matter what I try. These two
2002 May 18
2
can't connect from windows
Hello all,
I've setup samba Version 2.2.0a on Slackware 8.0
# uname -a
Linux slackware 2.4.5 #6 Fri Jun 22 01:38:20 PDT 2001 i686 unknown
I start samba as root from a console as:
/usr/sbin/smbd -D -d10 -l /var/adm/smblogs/log -s /etc/samba/smb.conf
/usr/sbin/nmbd -D -d1 -s /etc/samba/smb.conf
In smb.conf I have:
[files]
comment = mystuff
valid users = nigels
path = /usr1
read only = no
public = yes
I can connect to this share from another Linux machine on my network.
However not from Windows 2000 or...
1999 Jan 25
2
Samba, NT, and transient network failures
...r.com
# PURPOSE: kill old smbd processes when a client abandons its TCP
# connection, establishes a new connections but the Samba
# server doesn't know. To be called by smbd as part of share
# preexec/postexec configuration.
#
# (c) 1999, Perot Systems Corporation.
SMBLOCKS=/var/locks
SMBLOGS=/var/log/smblogs
set -o noclobber
# Set stderr
exec 2>> $SMBLOGS/staleSessions.log
print -u2 -- "$@"
SELF=${0##*/}
OP=$1
SMBPID=$2
SMBCLIENT=$3
SMBSERVER=$4
SMBSERVICE=$5
SMBUSER=$6
status=""
# This sets the name of the pid file for this
# {client, server, share, user...
1999 Jan 13
2
makefile and path questions
Hi!
This morning, I found a system that was still running an ancient
samba. I immediately upgraded it to samba 1.9.18p1 and had the
opportunity to fiddle with the make file after not doing this for a
couple of months.
The default makefile sorts the files like this:
BINDIR (/usr/local/samba/bin)
smbpasswd
smbrun
smbclient
testparm
testprns
smbrun
smbstatus
smbpasswd
2010 Feb 21
2
3.3.10 <-> AD 2008 R2 very slow
Hi again,
I changed from 3.4.5 to 3.3.10 after an AD upgrade to 2008R2 and prinitng
is working mor ore less but it is incredibly sloooow. My server has no
remarkable load so it is not due to hardware bottlenecks. Are there any
ways to 'tune' 3.3.10 or any tricks to make it faster ?
cheers
~christoph
--
/* Christoph Beyer | Office: Building 2b / 23 *\
* DESY
2005 Aug 16
1
Samba 3, AD, and roaming profiles
Greetings,
I have been working on getting Samba 3.0.20rc2 on a Sun Solaris box to
play nice with our institution's Active Directory (AD) environment. The
AD set-up is pretty plain and I have no ability to make changes to its
configuration - a different department runs that show.
Should I be able to store the roaming profile information on my Samba
server in an AD environment? The rest
2003 Oct 27
1
Re: samba 2.27 as print server and msg72613.html
Date: Fri, 24 Oct 2003 21:30:40 -0500
From: "Robert" <Robertedstrom@yahoo.com>
Subject: [Samba] Re: samba 2.27 as print server
To: samba@lists.samba.org
Message-ID: <bncna4$orb$1@sea.gmane.org>
My original post is http://lists.samba.org/archive/samba/msg72613.html.
[global]
workgroup = Popstar
netbios name = Paint-Roller
server string = Print Server
2008 Jul 22
1
Winbind panic - bug #5551 not completely solved in version 3.0.31?
I started my AD-member server with the DC not being present.
Afterwards, I executed the "good practice" sequence from the howtos for
testing a installation:
"testparm ..."
"nmblookup -d ..."
"nmblookup -M ..."
"nmblookup __SAMBA__ ..."
"smbclient -L ..."
And some domain tests:
"net ads testjoin"
"net ads lookup"
2004 Dec 08
5
problems with print$
Hi All,
I finally signed up for the list after years of using Samba successfully -
a testament to the quality of Samba. Yet now I have a problem with the
point-and-print functionality. I am able to authenticate against my server
(Solaris 8, Samba 3.0.7, OpenLDAP 2.1.25) as user 'chuck' in my LDAP
directory and browse the shares, but when I right-click on the printer and
select
2005 Aug 01
1
Slow browsing from Win2k and WinXP
Hi,
I have Samba 3.0.14a + OpenLDAP 2.2.24 installed on Solaris 8 as a PDC for
serving files only (no profiles, no printing). Performance of network
browsing is slow in Windows 2000 and XP, taking 10-15 seconds to open and
display the contents of a folder. The same browsing activity from a Mac
works fine with no unacceptable delays. I'm trying to sell Samba here, but
these delays are
1997 Jul 28
1
Win95 browse trouble, other user logins
...but I've never seen
an answer.... I'm running samba on a pc running linux 2.0.30, 32 meg ram.
(pentium 133) I start smbd out of inetd.conf:
netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbd
netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/local/samba/bin/smbd -l/var/adm/smblogs/log -s/usr/local/samba/lib/smb.conf
Anyway, the problem is that most of the time, the win95 machine will not
browse the samba server, it appears to happen at random, with about 95% of
the attempts resulting in failure. I'm already using the samba server as
the WINS server for the win95 machine...
1998 Sep 11
0
New to Samba need some help
...to explorer and the domain I placed Hosea in I
don't see Hosea as an server, nor do I see it when I do a net view from my
nt workstation with no options. On Hosea I can see smbd running but I
can't get the nmbd process to start, using the following command
/opt/samba/bin/nmbd -D /var/adm/smblogs/log
My other request is regarding the latest version of Samba for hp-ux 10.20,
can anyone tell me where I can get latest version in swinstall format? I
noticed the version I'm running Samba 1.9.15p8 is not the current version
so perhaps my problems are related to an older version. Could som...
1999 Oct 20
0
NT Domain Integration
This is probably a frequent problem, but I haven't been able to find an
answer.
I recently installed samba 2.0.5a on Sun Solaris 2.6 server. There is only
one share on the server that I want to be accessible. I have set up the
share using the following smb.conf file: (obviously, the specific info has
been changed).
[global]
netbios name = XXX
#Server has different name
guest account =