On Fri, 5 Mar 2004, mjynht wrote: > I have included the samba log file now... > Please somebody help > > [2004/03/05 18:30:28, 0] rpc_server/srv_pipe.c:api_pipe_netsec_process(1371) > failed to decode PDU > [2004/03/05 18:30:28, 0] rpc_server/srv_pipe_hnd.c:process_request_pdu(605) > process_request_pdu: failed to do schannel processing. > [2004/03/05 18:36:41, 0] rpc_server/srv_pipe.c:api_pipe_netsec_process(1371) > failed to decode PDU > [2004/03/05 18:36:41, 0] rpc_server/srv_pipe_hnd.c:process_request_pdu(605) > process_request_pdu: failed to do schannel processing. > [2004/03/05 18:36:41, 0] passdb/pdb_smbpasswd.c:build_sam_account(1183) > build_sam_account: smbpasswd database is corrupt! username casino6$ with > uid 1026 is not in unix passwd database! ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This tells you that your machines have account entries in the smbpasswd file but not in your /etc/passwd file.
Now that can mean only one thing -> You did not create the machine accounts on this machine, or someone deleted the POSIX (UNIX system account) entries from /etc/passwd. Simple solution: Add the missing accounts to /etc/passwd. That is the first thing that must be fixed. - John T. > [2004/03/05 18:36:41, 0] passdb/pdb_smbpasswd.c:build_sam_account(1183) > build_sam_account: smbpasswd database is corrupt! username casino6$ with > uid 1026 is not in unix passwd database! > [2004/03/05 18:36:41, 0] > rpc_server/srv_pipe_hnd.c:unmarshall_rpc_header(473) > [2004/03/05 18:36:41, 0] passdb/pdb_smbpasswd.c:build_sam_account(1183) > build_sam_account: smbpasswd database is corrupt! username casino6$ with > uid 1026 is not in unix passwd database! > unmarshall_rpc_header: FIRST flag not set in first PDU ! > [2004/03/05 18:36:41, 0] rpc_server/srv_pipe.c:api_pipe_request(1481) > api_pipe_request: No rpc function table associated with context [0] on > pipe [NETLOGON] > [2004/03/05 18:36:41, 0] rpc_server/srv_pipe.c:api_pipe_netsec_process(1371) > failed to decode PDU > [2004/03/05 18:36:41, 0] rpc_server/srv_pipe_hnd.c:process_request_pdu(605) > process_request_pdu: failed to do schannel processing. > [2004/03/05 18:38:20, 1] libsmb/ntlmssp.c:ntlmssp_server_auth(550) > ntlmssp_server_auth: failed to parse NTLMSSP: > [2004/03/05 18:38:20, 1] libsmb/ntlmssp.c:ntlmssp_server_auth(574) > ntlmssp_server_auth: failed to parse NTLMSSP: > [2004/03/05 18:38:45, 0] rpc_server/srv_pipe.c:api_pipe_netsec_process(1371) > failed to decode PDU > [2004/03/05 18:38:45, 0] rpc_server/srv_pipe_hnd.c:process_request_pdu(605) > process_request_pdu: failed to do schannel processing. > [2004/03/05 18:47:58, 1] libsmb/clispnego.c:parse_negTokenTarg(251) > Failed to parse negTokenTarg at offset 80 > > > ----- Original Message ----- > From: "Michael Aldrich" <[EMAIL PROTECTED]> > To: "mjynht" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday, March 05, 2004 10:30 AM > Subject: RE: [Samba] Printing and share problems > > > > Anything out of the ordinary in your log files when the problem occurs? > > Can you post a snip of your smb.conf? > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf > > Of mjynht > > Sent: Friday, March 05, 2004 9:50 AM > > To: [EMAIL PROTECTED] > > Subject: [Samba] Printing and share problems > > > > > > Hi everyone. > > > > I have installed samba 3.0.2 on slackware 9.0. > > > > I have a pentium iv 1.7 GHz with 256 MB of RAM and a harddrive of 40 GB. > > > > I'm supporting 32 machines so far. > > > > This is the thing. > > > > Most of the times computers loose connection or access to printers that > were > > working fine. The same thing happens with share folders among computers. > > > > Does anyone have an answer to this issue that's killing me.. > > > > Best regards, > > > > Daniel > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba > > > > > > > > > > > -- John H Terpstra Email: [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
