search for: smblog

Displaying 20 results from an estimated 58 matches for "smblog".

2000 Jan 09
3
Configuration Problems
...the smbclient command. I can attach to this machine when I change the security level from user to share but I desire to have user lever security so I can use the Unix password file for users. The host I am testing from in this case is named Morpheus. I get the following info and error in the smblog when I perform the net view: [2000/01/09 11:38:33, 3] smbd/server.c:exit_server(435) Server exit (normal exit) [2000/01/09 11:38:49, 2] smbd/server.c:main(735) Changed root to / [2000/01/09 11:38:49, 3] smbd/oplock.c:open_oplock_ipc(86) open_oplock_ipc: opening loopback UDP socket. [2000/...
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 ./startsm...
2019 May 21
0
Debugging Samba is a total PITA and this needs to improve
...ten > different files, because 'client authentication failed' totally needs to > be lower priority than malloc debug info". Once again, none of these > messages is actually able to convey what broke, where, why. Why is it Regarding the huge and verbose logs: I can suggest you smblog-mode[1], it's not really a solution and it's kind of made for emacs users but it makes sorting thru logs less painful. It looks like this [2]. You can filter log levels dynamically with + and -, expand/collapse messages with TAB, highlight all messages printed between receiving a request a...
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). reso...
2002 Aug 06
1
winbind trouble...
...failed: NT_STATUS_LOGON_FAILURE" in log.winbindd I find: =============================== [12174]: getpwnam D30167-HANNOVER.IBK+DOMAINTESTER [12174]: getpwnam d30167-hannover.ibk+domaintester [12174]: getpwnam d30167-hannover.ibk+domaintester [12174]: getpwnam d30167-hannover.ibk+domaintester smblog.domaintester states: =============================== unable to open passdb database. <------which passdb does it mean???!?! Couldn't find user 'd30167-hannover.ibk+domaintester' in passdb. Rejecting user 'd30167-hannover.ibk+domaintester': authentication failed e...
2008 Nov 12
1
AD Member server and local UNIX groups
...ent department. So I cannot create my groups on the AD server. I had thought I could add AD users as members to the local UNIX groups on the samba server and use those group names on my "valid users" lines in smb.conf. When I tried that what I mostly see is the following in the logs: smblog.client: User CSUNET\martel-test not in 'valid users' smblog.client: User CSUNET\1001362 not in 'valid users' So, is what I want to do even possible? If it is not, how do others work around group membership issues - I can't be the only person running a samba server where...
2003 Mar 22
2
XP can see Linux but Win98 can't
...the network, cannot see the server, no matter what I try. These two interact with the XP machine and vice versa just fine, so it's driving me crazy that these two won't see the Linux box! Here is my smb.conf file: ;*******************section global***************** [global] log file = /smblog wins proxy = yes remote announce = 192.168.0.255/WORKGROUP netbios name = calebs wins support = yes os level = 400 workgroup = WORKGROUP server string = Samba Server printcap name = /etc/printcap load printers = yes printing = lprng security = SHARE smb passwd file = /etc/samba/smbpasswd preferred...
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 o...
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, use...
1999 Jan 13
2
makefile and path questions
...where he wants them to be, samba installations usually are the pure chaos. I'd suggest changing the layout. ETCDIR (/etc) smb.conf lmhosts printers.def smbpasswd (password file) LIBDIR (/usr/local/samba/lib) codepages/ (code pages) VARDIR (/var/log/samba) log.smb (maybe renamed to smblog) log.nmb (maybe renamed to nmblog) /var/lock/[samba?] (lock files) Would this layout prove sensible as a standard for "my" installation? Who would do it differently? I'd appreciate any comments. Thanks in advance. Greetings Marc -- -------------------------------------- !! No c...
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
...t I have also tried: profile path \\techops-test\profile\marteltest When I try logging onto a windows machine it reports that it is "unable to locate the server copy of your roaming profile" and the detail says that "The profile path cannot be found." When I looked at the smblog file I saw the following: [2005/08/16 13:52:48, 10] passdb/pdb_get_set.c:pdb_set_profile_path(752) pdb_set_profile_path: setting profile path \\techops-test\marteltest\profile, was Anyone know why the UNC was flipped to \\techops-test\marteltest\profile rather than \\techops-test\profile\ma...
2003 Oct 27
1
Re: samba 2.27 as print server and msg72613.html
...72613.html. [global] workgroup = Popstar netbios name = Paint-Roller server string = Print Server (Samba %v) interfaces = eth0 127.0.0.1 bind interfaces only = Yes encrypt passwords = Yes min passwd length = 0 null passwords = Yes log level = 10 log file = /etc/samba/logs/smblog-%m.txt announce version = 4.0 name resolve order = wins bcast time server = Yes deadtime = 45 socket options = SO_KEEPALIVE TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 wins server = 192.168.0.60 hosts allow = 192.168.0.0/24 127.0.0.1 username map = /etc/samba/usernames.cfg preferred m...
2008 Jul 22
1
Winbind panic - bug #5551 not completely solved in version 3.0.31?
...to connect to 0.0.0.0, that's why I think, that #5551 is not completely resolved. I have a core-dump (arm9-cpu), would this help? After restarting the daemons (with the DC being online), no further problems appeared. ------------------------------------------------------------------------- smblog.ad ------------------------------------------------------------------------- [2008/07/22 14:16:30, 0] printing/nt_printing.c:nt_printing_init(659) nt_printing_init: error checking published printers: WERR_ACCESS_DENIED [2008/07/22 14:20:49, 0] nsswitch/winbindd_group.c:winbindd_getgrent(1110)...
2004 Dec 08
5
problems with print$
...finitions # Global parameters [global] workgroup = LCNI-MAN server string = Mansfield Server passdb backend = ldapsam:ldap://mansfield.uoregon.edu password level = 8 username level = 8 log level = 2 winbind:10 log file = /var/adm/samba/smblog.%m max log size = 500 add user script = /usr/local/samba/sbin/smbldap-useradd -m "%u" delete user script = /usr/local/samba/sbin/smbldap-userdel "%u" add group script = /usr/local/samba/sbin/smbldap-groupadd -p "%g" delete g...
2005 Aug 01
1
Slow browsing from Win2k and WinXP
...finitions # Global parameters [global] workgroup = LCNI server string = Lauterbur Server passdb backend = ldapsam:ldap://lauterbur.uoregon.edu password level = 8 username level = 8 log level = 10 winbind:10 log file = /export/samba/log/smblog.%m max log size = 500 add user script = /usr/local/samba/sbin/smbldap-useradd -m "%u" delete user script = /usr/local/samba/sbin/smbldap-userdel "%u" add group script = /usr/local/samba/sbin/smbldap-groupadd -p "%g" delete g...
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 machin...
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 so...
1999 Oct 20
0
NT Domain Integration
...55.252.0, XXX.XXX.XXX.0/255.255.252.0 #network segments that attach to this server wins server = XXX.XXX.XXX.XXX browse list = yes deadtime = 15 domain master = no local master = no preferred master = no os level = 0 domain logons = no follow symlinks = yes log file = /usr/local/samba/var/smblog server string = Server Description socket options = TCP_NODELAY log level = 2 [sharename] guest ok = yes guest only = yes path = /path/to/data writeable = no browseable = yes This setup works fine for what we need, which is read-only access to the share "sharename". However, ov...