LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-06-2012, 10:55 AM   #1
gtrrockz84
Member
 
Registered: Dec 2011
Posts: 50

Rep: Reputation: Disabled
PC gets confused with rwx settings of ubuntu server?!


Hi linux folks,
I have an ubuntu server with bunch of pcs (xp, vista, windows 7) connected to it. the server is just for file sharing and thats it. its been going fine for over a month now but recently one of the pc sees rights differently than what is setup in the server.

i have a folder that has read/write access for all. Only one pc has an issue where it sees it as read only. but when i restart the pc its working fine. but a day or so later it sees it as read only. i restart the pc and it works fine again.

i checked the server settings and they were always rwx. even when pc saw it as read only the server said the folder is rwx for all.

Does anyone know why the pc keeps doing it? this pc is pretty old. i believe its xp. does that have something to do with it? Also i've never setup any samba users or groups of anykind. does that pose any issue?

Thanks a lot for ur help!

Kevin
 
Old 02-06-2012, 02:04 PM   #2
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Hi Kevin,

Welcome to LQ!!!

From your post it appears to be a workstation issue. It would be good if you could let us know the following:

1. How workstation access samba share?
2. Did you notice the same thing on any other workstation?
3. Did you setup any ACL on your samba share?
4. How user authenticate to samba share?
5. When the issue started. Is it something happened post Windows updates?
6. Do you have any other machine with the similar config that works fine.
 
Old 02-06-2012, 02:37 PM   #3
devilboy09
Member
 
Registered: Nov 2011
Location: Iran
Distribution: Debian, CentOS, LFS, CloudLinux
Posts: 377

Rep: Reputation: 10
i suggest to install samba with swat.it's very easy to config
 
Old 02-06-2012, 11:04 PM   #4
gtrrockz84
Member
 
Registered: Dec 2011
Posts: 50

Original Poster
Rep: Reputation: Disabled
Hi Terminator!! thanks a lot for your help yet again!

1) Workstations access the ubuntu server by me mapping the drive. I just opened network connections in pc and looked for "Server" and mapped it. that was it.

2) Yes I did notice it on two other workstations. One pc running windows 7 happened just once in 45 day period and another windows 7 happened twice in 45 day period and xp happened twice in two days so i put this post.

3) I don't know what ACL is . I just googled it and i really never did anything related to ACL. I wish i was good at Samba so i could properly configure my network with users and groups and give proper rights to folders and stuff. Im still struggling how to connect the pc username to samba username. like for eg. i created a samba username carl and there is a pc with username carl. but when i say that this particular folder has read only rights except for carl that has rwx. it doens work it becomes read only for everyone including carl. i did put write list on samba config file and all that after googling but nope. so im kinda struggling with that. just thought of letting you guys know where i stand

4) write now there is no user authentication. people freely "walk" into the folders, grab what they want and leave. everyone have rwx access to the shared folder.

5) This issue started about a week after i launched ubuntu server. happened twice to the windows 7 guy. after restarting his computer it was fine. then few weeks later to another windows 7 user and after rebooting the machine it was fine. then it happened to xp machine. rebooted the xp machine and it was fine. so im not sure whats going on.

6) hmmmm there is one other windows 7 that has not had any problems yet. and i checked the configuration of that and the windows 7 that had to be restarted they were identical.

---------- Post added 02-06-12 at 11:05 PM ----------

Hi devilboy,
Thanks for helping out! do i have to reinstall to samba to put swat? whats so beneficial about it?
 
Old 02-07-2012, 12:30 AM   #5
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

You're welcome.

Could you please post your smb.conf file. I would also like to know how many system connects to your Ubuntu machine. Are all of them connecting in the same way or there is a slight different between the way they connect?

It would be good if you post the acl config if any on your share. You can get the acl information using the following command:

Code:
getfacl /path/shared-folder
Example: If you have shared the folder /tmp/samba-share then you have will run above command as follows:

Code:
getfacl /tmp/samba-share
 
Old 02-08-2012, 12:10 PM   #6
gtrrockz84
Member
 
Registered: Dec 2011
Posts: 50

Original Poster
Rep: Reputation: Disabled
My smb file
Code:
[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
	workgroup = workgroup

# server string is the equivalent of the NT Description field
	server string = %h server (Samba, Ubuntu)

# 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 = yes



#### Debugging/Accounting ####

# This tells Samba to use a separate log file for each machine
# that connects
	log file = /var/log/samba/log.%m

# Cap the size of the individual log files (in KiB).
	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/Samba3-HOWTO/ServerType.html
# in the samba-doc package for details.
#   security = share

# You may wish to use password encryption.  See the section on
# 'encrypt passwords' in the smb.conf(5) manpage before enabling.
;	encrypt passwords = yes

# 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

# 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 = yes

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
	passwd program = /usr/bin/passwd %u
	passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\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 = yes

# This option controls how unsuccessful authentication attempts are mapped
# to anonymous connections
	map to guest = bad user

########## 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
# (this is Samba's default)
#   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

# This allows machine accounts to be created on the domain controller via the 
# SAMR RPC pipe.  
# The following assumes a "machines" group exists on the system
; add machine script  = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u

# This allows Unix groups to be created on the domain controller via the SAMR
# RPC pipe.  
; add group script = /usr/sbin/addgroup --force-badname %g

########## 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

############ 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/Samba3-HOWTO/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

# The following was the default behaviour in sarge,
# but samba upstream reverted the default because it might induce
# performance issues in large organizations.
# See Debian bug #368251 for some of the consequences of *not*
# having this setting and smb.conf(5) for details.
;   winbind enum groups = yes
;   winbind enum users = yes

# Setup usershare options to enable non-root users to share folders
# with the net usershare command.

# Maximum number of usershare. 0 (default) means that usershare is disabled.
;	usershare max shares = 100

# Allow users who've been granted usershare privileges to create
# public shares, not just authenticated ones
	usershare allow guests = yes
	security = share
;	guest ok = yes
;	guest account = nobody

#======================= 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 director as \\server\username
;[homes]
;   comment = Home Directories
;   browseable = no

# By default, the home directories are exported read-only. Change the
# next parameter to 'no' if you want to be able to write to them.
;   read only = yes

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
;   create mask = 0700

# 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

# 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
# The following parameter makes sure that only "username" can connect
#
# This might need tweaking when using external authentication schemes
;   valid users = %S

# 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
;   read only = yes

# 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 = yes
	path = /var/spool/samba
	printable = yes
	guest ok = yes
;	read only = 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
;	browseable = yes
;	read only = yes
	guest ok = yes
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
;   write list = root, @lpadmin

# A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server's CD-ROM
;   read only = yes
;   locking = no
;   path = /cdrom
;   guest ok = yes

# The next two parameters show how to auto-mount a CD-ROM when the
#	cdrom share is accesed. For this to work /etc/fstab must contain
#	an entry like this:
#
#       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
#	is mounted on /cdrom
#
;   preexec = /bin/mount /cdrom
;   postexec = /bin/umount /cdrom

[AutoCAD]
	path = /media/P-drive/Projects/AutoCAD
;	read only = yes
	write list = NickF-PC
;	browseable = yes
	valid users = NickF-PC
;	guest ok = no

[Projects]
	path = /media/P-drive/Projects
	writeable = yes
;	browseable = yes
	guest ok = yes
	create mask = 0777
	directory mask = 0777

[Smb test]
	path = /media/P-drive/Projects/Smb test
	writeable = yes
;	browseable = yes
	valid users = NickF-PC
I created a "smb test" folder to check if it works but no one has w access including "Nick".

There are 15 pc's connected to ubuntu machine. all have the ubuntu drive mapped to the machine. thats how they are connected.

Here's the ACL you asked for
Code:
kevin@Server:~$ sudo getfacl /media/P-drive/Projects
getfacl: Removing leading '/' from absolute path names
# file: media/P-drive/Projects
# owner: kevin
# group: kevin
user::rwx
group::rwx
other::rwx
Thanks for your help again
 
Old 02-08-2012, 12:12 PM   #7
gtrrockz84
Member
 
Registered: Dec 2011
Posts: 50

Original Poster
Rep: Reputation: Disabled
Just a follow up on the smb test folder i created. i wanted only nick to have write access but it looks like no one including nick has write access. NickF-PC is his windows user name to login to pc and also this is the samba username created.
 
Old 02-09-2012, 04:36 PM   #8
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Alright. To start with does Nick got access to this smb test folder on the file system. In the config I can see the difference between the original folder and the test folder. Did you intentionall setup your test folder that way in smb.conf or you wanted it to be identical to original folder that.

As this happens with particular systems and the work after reboot it does not appear to be an issue with backend. Do you have samba running elsewhere in the network.

Could you share the logs from your samba server when this issue happens?
 
Old 02-10-2012, 08:47 AM   #9
gtrrockz84
Member
 
Registered: Dec 2011
Posts: 50

Original Poster
Rep: Reputation: Disabled
I wish i could answer your questions its just that I'm pretty much a beginner and dont know how to get logs from samba. didnt know it existed until you asked for one . Nick has access to the test folder but he does not have write access. I just created a test folder to see if it worked or not. I basically just installed samba and then mapped all pc's to the "Projects" folder. that was the easy way out. now as time pass by i needed to use "users" "groups" features to give read and write permission to only certain people for some folders within and i have no clue how.

samba is running only in ubuntu machine i think. all other computers are pc so the ubuntu machine is the only machine running samba. unless if samba can be run by pcs too? i dont know

i created nick username in ubuntu (without home folder or anything just username since no one should log into ubuntu machine except the admin)then i added this username to samba (thru gui samba) the username i put in samba and ubuntu is same as his pc. then i created the test folder if the write list = nick works. but seems like no one can write onto it. so it doesnt see nicks computer as his computer? dont know..

my setup is not proper i guess. could you tell me how to get samba log and i can then grab it and post it here. Thanks!
 
Old 02-13-2012, 07:26 PM   #10
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

You're welcome.

Was away so couldn't respond earlier. I would suggest you to have a look at the following: https://help.ubuntu.com/community/Sa...mbaServerGuide

Above document will help you on the topic how it works and how it should be setup. I was talking about the log files under /var/log/samba
 
Old 02-13-2012, 09:12 PM   #11
gtrrockz84
Member
 
Registered: Dec 2011
Posts: 50

Original Poster
Rep: Reputation: Disabled
Yeah you shared me the link before. I followed that and thats how I ended up starting this post .

im seeing log/samba file for the first time and its interesting it keeps log of every computer connected in the network? awesome.

i thought i'll grab some for you and see whats going on.

Code:
[2012/02/01 14:23:44.432242,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 26186)
[2012/02/01 14:23:44.434437,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/01 14:23:44.444483,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 26186)
[2012/02/01 14:24:29.028807,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/01 14:32:19.194231,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service Projects
[2012/02/01 14:32:19.194890,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service (null)
[2012/02/01 14:32:19.194935,  0] lib/fault.c:46(fault_report)
  ===============================================================
[2012/02/01 14:32:19.194952,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 26186 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/01 14:32:19.194970,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/01 14:32:19.194987,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/01 14:32:19.194999,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 26186): internal error
[2012/02/01 14:32:19.199227,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7fb1186e0d5a]
   #1 smbd(smb_panic+0x21) [0x7fb1186e0e31]
   #2 smbd(+0x35c64a) [0x7fb1186d064a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7fb115552420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7fb115644bef]
   #5 smbd(rep_strlcpy+0x2e) [0x7fb1186b72fe]
   #6 smbd(connections_fetch_entry+0x74) [0x7fb1186edc94]
   #7 smbd(yield_connection+0x36) [0x7fb1184704f6]
   #8 smbd(close_cnum+0xa6) [0x7fb1184dfea6]
   #9 smbd(reply_tdis+0x1d) [0x7fb11849c43d]
   #10 smbd(+0x167345) [0x7fb1184db345]
   #11 smbd(+0x1676e7) [0x7fb1184db6e7]
   #12 smbd(+0x167b58) [0x7fb1184dbb58]
   #13 smbd(run_events+0x1eb) [0x7fb1186f0a9b]
   #14 smbd(smbd_process+0x74e) [0x7fb1184dd08e]
   #15 smbd(+0x66e0de) [0x7fb1189e20de]
   #16 smbd(run_events+0x1eb) [0x7fb1186f0a9b]
   #17 smbd(+0x37cc98) [0x7fb1186f0c98]
   #18 smbd(_tevent_loop_once+0x90) [0x7fb1186f1740]
   #19 smbd(main+0xc12) [0x7fb11845f312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7fb11553d30d]
   #21 smbd(+0xeb6dd) [0x7fb11845f6dd]
[2012/02/01 14:32:19.199358,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 26186]
[2012/02/01 14:32:19.201448,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/01 14:32:19.201490,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/02 06:54:09.640045,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 27185)
[2012/02/02 06:54:09.641683,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/02 06:54:09.824310,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 27185)
[2012/02/02 06:55:49.535848,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/02 06:55:49.536002,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/02 07:48:43.964262,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service Projects
[2012/02/02 07:48:43.967109,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service (null)
[2012/02/02 07:48:43.967152,  0] lib/fault.c:46(fault_report)
 
Old 02-13-2012, 09:13 PM   #12
gtrrockz84
Member
 
Registered: Dec 2011
Posts: 50

Original Poster
Rep: Reputation: Disabled
Part 2 of Nicks log
Code:
  ===============================================================
[2012/02/02 07:48:43.967167,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 27185 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/02 07:48:43.967184,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/02 07:48:43.967199,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/02 07:48:43.967210,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 27185): internal error
[2012/02/02 07:48:43.971425,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7fb1186e0d5a]
   #1 smbd(smb_panic+0x21) [0x7fb1186e0e31]
   #2 smbd(+0x35c64a) [0x7fb1186d064a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7fb115552420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7fb115644bef]
   #5 smbd(rep_strlcpy+0x2e) [0x7fb1186b72fe]
   #6 smbd(connections_fetch_entry+0x74) [0x7fb1186edc94]
   #7 smbd(yield_connection+0x36) [0x7fb1184704f6]
   #8 smbd(close_cnum+0xa6) [0x7fb1184dfea6]
   #9 smbd(reply_tdis+0x1d) [0x7fb11849c43d]
   #10 smbd(+0x167345) [0x7fb1184db345]
   #11 smbd(+0x1676e7) [0x7fb1184db6e7]
   #12 smbd(+0x167b58) [0x7fb1184dbb58]
   #13 smbd(run_events+0x1eb) [0x7fb1186f0a9b]
   #14 smbd(smbd_process+0x74e) [0x7fb1184dd08e]
   #15 smbd(+0x66e0de) [0x7fb1189e20de]
   #16 smbd(run_events+0x1eb) [0x7fb1186f0a9b]
   #17 smbd(+0x37cc98) [0x7fb1186f0c98]
   #18 smbd(_tevent_loop_once+0x90) [0x7fb1186f1740]
   #19 smbd(main+0xc12) [0x7fb11845f312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7fb11553d30d]
   #21 smbd(+0xeb6dd) [0x7fb11845f6dd]
[2012/02/02 07:48:43.971539,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 27185]
[2012/02/02 07:48:43.973614,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/02 07:48:43.973666,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/02 12:33:35.134397,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 28136)
[2012/02/02 12:33:35.135894,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/02 12:33:35.140642,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 28136)
[2012/02/02 12:34:43.591422,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/02 14:03:20.289269,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/02 14:21:34.213931,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/02 15:44:13.879375,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service Projects
[2012/02/02 15:44:13.883352,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service (null)
[2012/02/02 15:44:13.883395,  0] lib/fault.c:46(fault_report)
  ===============================================================
[2012/02/02 15:44:13.883411,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 28136 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/02 15:44:13.883430,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/02 15:44:13.883458,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/02 15:44:13.883470,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 28136): internal error
[2012/02/02 15:44:13.887702,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7fb1186e0d5a]
   #1 smbd(smb_panic+0x21) [0x7fb1186e0e31]
   #2 smbd(+0x35c64a) [0x7fb1186d064a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7fb115552420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7fb115644bef]
   #5 smbd(rep_strlcpy+0x2e) [0x7fb1186b72fe]
   #6 smbd(connections_fetch_entry+0x74) [0x7fb1186edc94]
   #7 smbd(yield_connection+0x36) [0x7fb1184704f6]
   #8 smbd(close_cnum+0xa6) [0x7fb1184dfea6]
   #9 smbd(reply_tdis+0x1d) [0x7fb11849c43d]
   #10 smbd(+0x167345) [0x7fb1184db345]
   #11 smbd(+0x1676e7) [0x7fb1184db6e7]
   #12 smbd(+0x167b58) [0x7fb1184dbb58]
   #13 smbd(run_events+0x1eb) [0x7fb1186f0a9b]
   #14 smbd(smbd_process+0x74e) [0x7fb1184dd08e]
   #15 smbd(+0x66e0de) [0x7fb1189e20de]
   #16 smbd(run_events+0x1eb) [0x7fb1186f0a9b]
   #17 smbd(+0x37cc98) [0x7fb1186f0c98]
   #18 smbd(_tevent_loop_once+0x90) [0x7fb1186f1740]
   #19 smbd(main+0xc12) [0x7fb11845f312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7fb11553d30d]
   #21 smbd(+0xeb6dd) [0x7fb11845f6dd]
[2012/02/02 15:44:13.887818,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 28136]
[2012/02/02 15:44:13.889891,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/02 15:44:13.889936,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/03 12:29:42.311196,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 31282)
[2012/02/03 12:29:42.312717,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/03 12:29:42.317591,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 31282)
[2012/02/03 12:44:16.508006,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/03 13:03:09.717947,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/03 13:20:40.769733,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/03 13:57:06.122743,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/03 15:23:37.467440,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/03 15:44:30.148687,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/03 15:47:50.000309,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service Projects
[2012/02/03 15:47:50.003370,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service (null)
[2012/02/03 15:47:50.003413,  0] lib/fault.c:46(fault_report)
  ===============================================================
[2012/02/03 15:47:50.003429,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 31282 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/03 15:47:50.003448,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/03 15:47:50.003465,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/03 15:47:50.003489,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 31282): internal error
[2012/02/03 15:47:50.007697,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7fb1186e0d5a]
   #1 smbd(smb_panic+0x21) [0x7fb1186e0e31]
   #2 smbd(+0x35c64a) [0x7fb1186d064a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7fb115552420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7fb115644bef]
   #5 smbd(rep_strlcpy+0x2e) [0x7fb1186b72fe]
   #6 smbd(connections_fetch_entry+0x74) [0x7fb1186edc94]
   #7 smbd(yield_connection+0x36) [0x7fb1184704f6]
   #8 smbd(close_cnum+0xa6) [0x7fb1184dfea6]
   #9 smbd(reply_tdis+0x1d) [0x7fb11849c43d]
   #10 smbd(+0x167345) [0x7fb1184db345]
   #11 smbd(+0x1676e7) [0x7fb1184db6e7]
   #12 smbd(+0x167b58) [0x7fb1184dbb58]
   #13 smbd(run_events+0x1eb) [0x7fb1186f0a9b]
   #14 smbd(smbd_process+0x74e) [0x7fb1184dd08e]
   #15 smbd(+0x66e0de) [0x7fb1189e20de]
   #16 smbd(run_events+0x1eb) [0x7fb1186f0a9b]
   #17 smbd(+0x37cc98) [0x7fb1186f0c98]
   #18 smbd(_tevent_loop_once+0x90) [0x7fb1186f1740]
   #19 smbd(main+0xc12) [0x7fb11845f312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7fb11553d30d]
   #21 smbd(+0xeb6dd) [0x7fb11845f6dd]
[2012/02/03 15:47:50.007811,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 31282]
[2012/02/03 15:47:50.009838,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/03 15:47:50.009886,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/06 13:13:46.281559,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 5062)
[2012/02/06 13:39:35.829971,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service Projects
[2012/02/06 14:11:19.806871,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 5495)
[2012/02/06 14:11:19.819491,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 5495)
[2012/02/06 14:11:20.001294,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/06 15:18:06.314148,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/06 17:09:52.542781,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service Projects
[2012/02/06 17:09:52.551310,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service (null)
[2012/02/06 17:09:52.551354,  0] lib/fault.c:46(fault_report)
  ===============================================================
[2012/02/06 17:09:52.551370,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 5495 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/06 17:09:52.551388,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/06 17:09:52.551404,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/06 17:09:52.551416,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 5495): internal error
[2012/02/06 17:09:52.555662,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7ff9a8f4ad5a]
   #1 smbd(smb_panic+0x21) [0x7ff9a8f4ae31]
   #2 smbd(+0x35c64a) [0x7ff9a8f3a64a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7ff9a5dbc420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7ff9a5eaebef]
   #5 smbd(rep_strlcpy+0x2e) [0x7ff9a8f212fe]
   #6 smbd(connections_fetch_entry+0x74) [0x7ff9a8f57c94]
   #7 smbd(yield_connection+0x36) [0x7ff9a8cda4f6]
   #8 smbd(close_cnum+0xa6) [0x7ff9a8d49ea6]
   #9 smbd(reply_tdis+0x1d) [0x7ff9a8d0643d]
   #10 smbd(+0x167345) [0x7ff9a8d45345]
   #11 smbd(+0x1676e7) [0x7ff9a8d456e7]
   #12 smbd(+0x167b58) [0x7ff9a8d45b58]
   #13 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #14 smbd(smbd_process+0x74e) [0x7ff9a8d4708e]
   #15 smbd(+0x66e0de) [0x7ff9a924c0de]
   #16 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #17 smbd(+0x37cc98) [0x7ff9a8f5ac98]
   #18 smbd(_tevent_loop_once+0x90) [0x7ff9a8f5b740]
   #19 smbd(main+0xc12) [0x7ff9a8cc9312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7ff9a5da730d]
   #21 smbd(+0xeb6dd) [0x7ff9a8cc96dd]
[2012/02/06 17:09:52.555791,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 5495]
[2012/02/06 17:09:52.557876,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/06 17:09:52.557924,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/07 06:30:18.891563,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 6896)
[2012/02/07 06:30:18.893190,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/07 06:30:19.100804,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 6896)
[2012/02/07 07:16:21.989268,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service Projects
[2012/02/07 07:16:21.989912,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service library
[2012/02/08 06:44:16.595528,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 8818)
[2012/02/08 06:44:16.597242,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/08 06:44:16.601952,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 8818)
[2012/02/08 06:47:00.264833,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/08 06:47:00.264993,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/08 13:47:59.173239,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/08 14:41:20.846614,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/08 16:58:38.629910,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/08 17:03:02.820663,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service Projects
[2012/02/08 17:03:02.827097,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service (null)
[2012/02/08 17:03:02.827142,  0] lib/fault.c:46(fault_report)
  ===============================================================
[2012/02/08 17:03:02.827157,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 8818 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/08 17:03:02.827176,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/08 17:03:02.827192,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/08 17:03:02.827205,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 8818): internal error
[2012/02/08 17:03:02.843736,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7ff9a8f4ad5a]
   #1 smbd(smb_panic+0x21) [0x7ff9a8f4ae31]
   #2 smbd(+0x35c64a) [0x7ff9a8f3a64a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7ff9a5dbc420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7ff9a5eaebef]
   #5 smbd(rep_strlcpy+0x2e) [0x7ff9a8f212fe]
   #6 smbd(connections_fetch_entry+0x74) [0x7ff9a8f57c94]
   #7 smbd(yield_connection+0x36) [0x7ff9a8cda4f6]
   #8 smbd(close_cnum+0xa6) [0x7ff9a8d49ea6]
   #9 smbd(reply_tdis+0x1d) [0x7ff9a8d0643d]
   #10 smbd(+0x167345) [0x7ff9a8d45345]
   #11 smbd(+0x1676e7) [0x7ff9a8d456e7]
   #12 smbd(+0x167b58) [0x7ff9a8d45b58]
   #13 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #14 smbd(smbd_process+0x74e) [0x7ff9a8d4708e]
   #15 smbd(+0x66e0de) [0x7ff9a924c0de]
   #16 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #17 smbd(+0x37cc98) [0x7ff9a8f5ac98]
   #18 smbd(_tevent_loop_once+0x90) [0x7ff9a8f5b740]
   #19 smbd(main+0xc12) [0x7ff9a8cc9312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7ff9a5da730d]
   #21 smbd(+0xeb6dd) [0x7ff9a8cc96dd]
[2012/02/08 17:03:02.843787,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 8818]
[2012/02/08 17:03:02.845389,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/08 17:03:02.845411,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/09 12:36:50.671582,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 12159)
[2012/02/09 12:36:50.673357,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/09 12:36:50.678009,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 12159)
[2012/02/09 12:38:14.179679,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/09 13:03:37.018636,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/09 17:25:44.518748,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/09 17:28:23.823482,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service Projects
[2012/02/09 17:28:23.831153,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service (null)
[2012/02/09 17:28:23.831197,  0] lib/fault.c:46(fault_report)
  ===============================================================
[2012/02/09 17:28:23.831213,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 12159 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/09 17:28:23.831231,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/09 17:28:23.831246,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/09 17:28:23.831259,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 12159): internal error
[2012/02/09 17:28:23.835525,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7ff9a8f4ad5a]
   #1 smbd(smb_panic+0x21) [0x7ff9a8f4ae31]
   #2 smbd(+0x35c64a) [0x7ff9a8f3a64a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7ff9a5dbc420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7ff9a5eaebef]
   #5 smbd(rep_strlcpy+0x2e) [0x7ff9a8f212fe]
   #6 smbd(connections_fetch_entry+0x74) [0x7ff9a8f57c94]
   #7 smbd(yield_connection+0x36) [0x7ff9a8cda4f6]
   #8 smbd(close_cnum+0xa6) [0x7ff9a8d49ea6]
   #9 smbd(reply_tdis+0x1d) [0x7ff9a8d0643d]
   #10 smbd(+0x167345) [0x7ff9a8d45345]
   #11 smbd(+0x1676e7) [0x7ff9a8d456e7]
   #12 smbd(+0x167b58) [0x7ff9a8d45b58]
   #13 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #14 smbd(smbd_process+0x74e) [0x7ff9a8d4708e]
   #15 smbd(+0x66e0de) [0x7ff9a924c0de]
   #16 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #17 smbd(+0x37cc98) [0x7ff9a8f5ac98]
   #18 smbd(_tevent_loop_once+0x90) [0x7ff9a8f5b740]
   #19 smbd(main+0xc12) [0x7ff9a8cc9312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7ff9a5da730d]
   #21 smbd(+0xeb6dd) [0x7ff9a8cc96dd]
[2012/02/09 17:28:23.835656,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 12159]
[2012/02/09 17:28:23.837758,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/09 17:28:23.837803,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/10 12:37:52.041300,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 14393)
[2012/02/10 12:37:52.043976,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/10 12:37:52.229727,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 14393)
[2012/02/10 12:39:59.978114,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/10 15:20:55.672289,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service (null)
[2012/02/10 15:20:55.672349,  0] lib/fault.c:46(fault_report)
  ===============================================================
[2012/02/10 15:20:55.672366,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 14393 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/10 15:20:55.672386,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/10 15:20:55.672404,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/10 15:20:55.672418,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 14393): internal error
[2012/02/10 15:20:55.676828,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7ff9a8f4ad5a]
   #1 smbd(smb_panic+0x21) [0x7ff9a8f4ae31]
   #2 smbd(+0x35c64a) [0x7ff9a8f3a64a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7ff9a5dbc420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7ff9a5eaebef]
   #5 smbd(rep_strlcpy+0x2e) [0x7ff9a8f212fe]
   #6 smbd(connections_fetch_entry+0x74) [0x7ff9a8f57c94]
   #7 smbd(yield_connection+0x36) [0x7ff9a8cda4f6]
   #8 smbd(close_cnum+0xa6) [0x7ff9a8d49ea6]
   #9 smbd(conn_close_all+0x3c) [0x7ff9a8ce1c9c]
   #10 smbd(+0x66da10) [0x7ff9a924ba10]
   #11 smbd(+0x66debe) [0x7ff9a924bebe]
   #12 smbd(+0x167c2d) [0x7ff9a8d45c2d]
   #13 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #14 smbd(smbd_process+0x74e) [0x7ff9a8d4708e]
   #15 smbd(+0x66e0de) [0x7ff9a924c0de]
   #16 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #17 smbd(+0x37cc98) [0x7ff9a8f5ac98]
   #18 smbd(_tevent_loop_once+0x90) [0x7ff9a8f5b740]
   #19 smbd(main+0xc12) [0x7ff9a8cc9312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7ff9a5da730d]
   #21 smbd(+0xeb6dd) [0x7ff9a8cc96dd]
[2012/02/10 15:20:55.676964,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 14393]
[2012/02/10 15:20:55.679096,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/10 15:20:55.679151,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/10 15:20:57.097413,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 14734)
[2012/02/10 15:21:16.720751,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 14734)
[2012/02/10 15:21:16.726352,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/10 15:21:16.931299,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 14734)
[2012/02/10 15:21:19.049636,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service Projects
[2012/02/10 15:24:03.094949,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/13 08:58:00.058331,  0] lib/util_sock.c:474(read_fd_with_timeout)
[2012/02/13 08:58:00.058383,  0] lib/util_sock.c:1441(get_peer_addr_internal)
  getpeername failed. Error was Transport endpoint is not connected
  read_fd_with_timeout: client 0.0.0.0 read error = Connection timed out.
[2012/02/13 08:58:00.058440,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service (null)
[2012/02/13 08:58:00.058468,  0] lib/fault.c:46(fault_report)
  ===============================================================
[2012/02/13 08:58:00.058483,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 14734 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/13 08:58:00.058502,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/13 08:58:00.058517,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/13 08:58:00.058532,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 14734): internal error
[2012/02/13 08:58:00.062843,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7ff9a8f4ad5a]
   #1 smbd(smb_panic+0x21) [0x7ff9a8f4ae31]
   #2 smbd(+0x35c64a) [0x7ff9a8f3a64a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7ff9a5dbc420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7ff9a5eaebef]
   #5 smbd(rep_strlcpy+0x2e) [0x7ff9a8f212fe]
   #6 smbd(connections_fetch_entry+0x74) [0x7ff9a8f57c94]
   #7 smbd(yield_connection+0x36) [0x7ff9a8cda4f6]
   #8 smbd(close_cnum+0xa6) [0x7ff9a8d49ea6]
   #9 smbd(conn_close_all+0x3c) [0x7ff9a8ce1c9c]
   #10 smbd(+0x66da10) [0x7ff9a924ba10]
   #11 smbd(+0x66debe) [0x7ff9a924bebe]
   #12 smbd(+0x167c2d) [0x7ff9a8d45c2d]
   #13 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #14 smbd(smbd_process+0x74e) [0x7ff9a8d4708e]
   #15 smbd(+0x66e0de) [0x7ff9a924c0de]
   #16 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #17 smbd(+0x37cc98) [0x7ff9a8f5ac98]
   #18 smbd(_tevent_loop_once+0x90) [0x7ff9a8f5b740]
   #19 smbd(main+0xc12) [0x7ff9a8cc9312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7ff9a5da730d]
   #21 smbd(+0xeb6dd) [0x7ff9a8cc96dd]
[2012/02/13 08:58:00.062974,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 14734]
[2012/02/13 08:58:00.065064,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/13 08:58:00.065117,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
 
Old 02-13-2012, 09:13 PM   #13
gtrrockz84
Member
 
Registered: Dec 2011
Posts: 50

Original Poster
Rep: Reputation: Disabled
Part 3 (final) of Nicks log
Code:
[2012/02/13 12:39:14.815888,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 23049)
[2012/02/13 12:39:14.829898,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 23049)
[2012/02/13 12:39:15.008921,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/13 14:39:48.387095,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/13 16:53:03.988665,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service Projects
[2012/02/13 16:53:03.991297,  1] smbd/service.c:1251(close_cnum)
  nickf-pc (192.168.100.10) closed connection to service (null)
[2012/02/13 16:53:03.991342,  0] lib/fault.c:46(fault_report)
)  ===============================================================
[2012/02/13 16:53:03.991358,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 23049 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/13 16:53:03.991377,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/13 16:53:03.991393,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/13 16:53:03.991405,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 23049): internal error
[2012/02/13 16:53:03.995670,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7ff9a8f4ad5a]
   #1 smbd(smb_panic+0x21) [0x7ff9a8f4ae31]
   #2 smbd(+0x35c64a) [0x7ff9a8f3a64a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7ff9a5dbc420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7ff9a5eaebef]
   #5 smbd(rep_strlcpy+0x2e) [0x7ff9a8f212fe]
   #6 smbd(connections_fetch_entry+0x74) [0x7ff9a8f57c94]
   #7 smbd(yield_connection+0x36) [0x7ff9a8cda4f6]
   #8 smbd(close_cnum+0xa6) [0x7ff9a8d49ea6]
   #9 smbd(reply_tdis+0x1d) [0x7ff9a8d0643d]
   #10 smbd(+0x167345) [0x7ff9a8d45345]
   #11 smbd(+0x1676e7) [0x7ff9a8d456e7]
   #12 smbd(+0x167b58) [0x7ff9a8d45b58]
   #13 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #14 smbd(smbd_process+0x74e) [0x7ff9a8d4708e]
   #15 smbd(+0x66e0de) [0x7ff9a924c0de]
   #16 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #17 smbd(+0x37cc98) [0x7ff9a8f5ac98]
   #18 smbd(_tevent_loop_once+0x90) [0x7ff9a8f5b740]
   #19 smbd(main+0xc12) [0x7ff9a8cc9312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7ff9a5da730d]
   #21 smbd(+0xeb6dd) [0x7ff9a8cc96dd]
[2012/02/13 16:53:03.995798,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 23049]
[2012/02/13 16:53:03.997878,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/13 16:53:03.997930,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/13 16:53:11.342484,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 23407)
[2012/02/13 16:53:11.347004,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/13 16:53:11.553393,  1] smbd/service.c:1070(make_connection_snum)
  nickf-pc (192.168.100.10) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 23407)
 
Old 02-13-2012, 09:15 PM   #14
gtrrockz84
Member
 
Registered: Dec 2011
Posts: 50

Original Poster
Rep: Reputation: Disabled
I'll send you mine too.

Code:
[2012/01/31 14:16:50.235191,  0] lib/util_sock.c:1441(get_peer_addr_internal)
  getpeername failed. Error was Transport endpoint is not connected
  read_fd_with_timeout: client 0.0.0.0 read error = Connection reset by peer.
[2012/02/02 09:48:26.455720,  1] smbd/service.c:1070(make_connection_snum)
  kevin-pc (192.168.100.67) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 27870)
[2012/02/02 11:24:18.298313,  0] lib/util_sock.c:474(read_fd_with_timeout)
[2012/02/02 11:24:18.298372,  0] lib/util_sock.c:1441(get_peer_addr_internal)
  getpeername failed. Error was Transport endpoint is not connected
  read_fd_with_timeout: client 0.0.0.0 read error = Connection timed out.
[2012/02/02 11:24:18.298422,  1] smbd/service.c:1251(close_cnum)
  kevin-pc (192.168.100.67) closed connection to service Projects
[2012/02/02 11:32:18.985250,  1] smbd/service.c:1070(make_connection_snum)
  kevin-pc (192.168.100.67) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 28035)
[2012/02/02 11:32:18.988123,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/02 11:32:18.992642,  1] smbd/service.c:1070(make_connection_snum)
  kevin-pc (192.168.100.67) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 28035)
[2012/02/02 12:10:46.656871,  1] smbd/service.c:1251(close_cnum)
  kevin-pc (192.168.100.67) closed connection to service Projects
[2012/02/02 12:10:46.657508,  1] smbd/service.c:1251(close_cnum)
  kevin-pc (192.168.100.67) closed connection to service library
[2012/02/02 12:12:57.644249,  0] lib/util_sock.c:680(write_data)
[2012/02/02 12:12:57.644272,  0] lib/util_sock.c:1441(get_peer_addr_internal)
  getpeername failed. Error was Transport endpoint is not connected
  write_data: write failure in writing to client 0.0.0.0. Error Connection reset by peer
[2012/02/02 12:12:57.644293,  0] smbd/process.c:79(srv_send_smb)
  Error writing 4 bytes to client. -1. (Transport endpoint is not connected)
[2012/02/03 10:58:13.407856,  1] smbd/service.c:1070(make_connection_snum)
  kevin-pc (192.168.100.67) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 31140)
[2012/02/03 10:58:13.806915,  0] lib/sharesec.c:268(delete_share_security)
  delete_share_security: Failed to delete entry for share Projects: NT_STATUS_NOT_FOUND
[2012/02/03 10:58:13.807054,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/03 10:58:13.813771,  0] lib/fault.c:46(fault_report)
  ===============================================================
[2012/02/03 10:58:13.813800,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 31140 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/03 10:58:13.813819,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/03 10:58:13.813835,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/03 10:58:13.813847,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 31140): internal error
[2012/02/03 10:58:13.818096,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7fb1186e0d5a]
   #1 smbd(smb_panic+0x21) [0x7fb1186e0e31]
   #2 smbd(+0x35c64a) [0x7fb1186d064a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7fb115552420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7fb115644bef]
   #5 smbd(push_ucs2_talloc+0x2c) [0x7fb1186cde4c]
   #6 smbd(E_md4hash+0x1e) [0x7fb11853e7ce]
   #7 smbd(create_volume_objectid+0x27) [0x7fb1184ab407]
   #8 smbd(+0x11aec0) [0x7fb11848eec0]
   #9 smbd(reply_nttrans+0x873) [0x7fb118490d43]
   #10 smbd(+0x167345) [0x7fb1184db345]
   #11 smbd(+0x1676e7) [0x7fb1184db6e7]
   #12 smbd(+0x167b58) [0x7fb1184dbb58]
   #13 smbd(run_events+0x1eb) [0x7fb1186f0a9b]
   #14 smbd(smbd_process+0x74e) [0x7fb1184dd08e]
   #15 smbd(+0x66e0de) [0x7fb1189e20de]
   #16 smbd(run_events+0x1eb) [0x7fb1186f0a9b]
   #17 smbd(+0x37cc98) [0x7fb1186f0c98]
   #18 smbd(_tevent_loop_once+0x90) [0x7fb1186f1740]
   #19 smbd(main+0xc12) [0x7fb11845f312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7fb11553d30d]
   #21 smbd(+0xeb6dd) [0x7fb11845f6dd]
[2012/02/03 10:58:13.818249,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 31140]
[2012/02/03 10:58:13.820328,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/03 10:58:13.820401,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/06 13:13:46.480555,  1] smbd/service.c:1070(make_connection_snum)
  kevin-pc (192.168.100.67) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 5063)
[2012/02/06 13:14:13.046670,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:14:13.048626,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:14:14.457684,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:14:14.458413,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:14:14.462699,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:14:14.463479,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:14:14.465971,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:14:14.466789,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:14:14.473805,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:14:14.474884,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:39:35.829918,  1] smbd/service.c:1251(close_cnum)
  kevin-pc (192.168.100.67) closed connection to service Projects
[2012/02/06 13:39:38.220443,  1] smbd/service.c:1070(make_connection_snum)
  kevin-pc (192.168.100.67) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 5202)
[2012/02/06 13:40:08.170027,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:40:08.172354,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:40:09.548032,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:40:09.548994,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:40:09.553370,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:40:09.554186,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:40:09.556648,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:40:09.557464,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:40:09.564580,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 13:40:09.565280,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/06 14:59:15.785433,  1] smbd/service.c:1070(make_connection_snum)
  kevin-pc (192.168.100.67) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 5202)
[2012/02/10 11:07:40.104592,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/10 11:07:40.106406,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/10 11:07:42.212835,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/10 11:07:42.213617,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/10 11:07:42.226000,  1] smbd/service.c:678(make_connection_snum)
  create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2012/02/10 11:10:38.935764,  0] lib/sharesec.c:268(delete_share_security)
  delete_share_security: Failed to delete entry for share Projects: NT_STATUS_NOT_FOUND
[2012/02/10 11:10:38.935923,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:10:39.267860,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:11:58.976258,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:11:59.451476,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:12:37.813360,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:12:37.818980,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:12:38.240039,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:19:38.679630,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:19:39.096689,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:21:48.252194,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:21:48.670555,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:22:31.402002,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:22:31.993868,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:22:51.199487,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:22:51.849625,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:22:51.853384,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:22:52.283332,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:22:52.675420,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:22:53.034221,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:22:53.038418,  0] lib/fault.c:46(fault_report)
  ===============================================================
[2012/02/10 11:22:53.038433,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 5202 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/10 11:22:53.038443,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/10 11:22:53.038450,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/10 11:22:53.038455,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 5202): internal error
[2012/02/10 11:22:53.040307,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7ff9a8f4ad5a]
   #1 smbd(smb_panic+0x21) [0x7ff9a8f4ae31]
   #2 smbd(+0x35c64a) [0x7ff9a8f3a64a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7ff9a5dbc420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7ff9a5eaebef]
   #5 smbd(push_ucs2_talloc+0x2c) [0x7ff9a8f37e4c]
   #6 smbd(E_md4hash+0x1e) [0x7ff9a8da87ce]
   #7 smbd(create_volume_objectid+0x27) [0x7ff9a8d15407]
   #8 smbd(+0x11aec0) [0x7ff9a8cf8ec0]
   #9 smbd(reply_nttrans+0x873) [0x7ff9a8cfad43]
   #10 smbd(+0x167345) [0x7ff9a8d45345]
   #11 smbd(+0x1676e7) [0x7ff9a8d456e7]
   #12 smbd(+0x167b58) [0x7ff9a8d45b58]
   #13 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #14 smbd(smbd_process+0x74e) [0x7ff9a8d4708e]
   #15 smbd(+0x66e0de) [0x7ff9a924c0de]
   #16 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #17 smbd(+0x37cc98) [0x7ff9a8f5ac98]
   #18 smbd(_tevent_loop_once+0x90) [0x7ff9a8f5b740]
   #19 smbd(main+0xc12) [0x7ff9a8cc9312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7ff9a5da730d]
   #21 smbd(+0xeb6dd) [0x7ff9a8cc96dd]
[2012/02/10 11:22:53.040355,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 5202]
[2012/02/10 11:22:53.041953,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/10 11:22:53.041980,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/10 11:22:53.927466,  0] lib/sharesec.c:268(delete_share_security)
  delete_share_security: Failed to delete entry for share Projects: NT_STATUS_NOT_FOUND
[2012/02/10 11:22:53.929552,  1] smbd/service.c:1070(make_connection_snum)
  kevin-pc (192.168.100.67) connect to service projects initially as user nobody (uid=65534, gid=65534) (pid 14260)
[2012/02/10 11:22:54.118989,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:22:54.121429,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:22:54.527727,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:35:33.038549,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/projects failed. Permission denied
[2012/02/10 11:42:40.831873,  1] smbd/service.c:1251(close_cnum)
  kevin-pc (192.168.100.67) closed connection to service (null)
[2012/02/10 11:42:40.831936,  0] lib/fault.c:46(fault_report)
  ===============================================================
[2012/02/10 11:42:40.831953,  0] lib/fault.c:47(fault_report)
  INTERNAL ERROR: Signal 11 in pid 14260 (3.5.11)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2012/02/10 11:42:40.831971,  0] lib/fault.c:49(fault_report)
  
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2012/02/10 11:42:40.831987,  0] lib/fault.c:50(fault_report)
  ===============================================================
[2012/02/10 11:42:40.832000,  0] lib/util.c:1468(smb_panic)
  PANIC (pid 14260): internal error
[2012/02/10 11:42:40.836250,  0] lib/util.c:1572(log_stack_trace)
  BACKTRACE: 22 stack frames:
   #0 smbd(log_stack_trace+0x1a) [0x7ff9a8f4ad5a]
   #1 smbd(smb_panic+0x21) [0x7ff9a8f4ae31]
   #2 smbd(+0x35c64a) [0x7ff9a8f3a64a]
   #3 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) [0x7ff9a5dbc420]
   #4 /lib/x86_64-linux-gnu/libc.so.6(+0x128bef) [0x7ff9a5eaebef]
   #5 smbd(rep_strlcpy+0x2e) [0x7ff9a8f212fe]
   #6 smbd(connections_fetch_entry+0x74) [0x7ff9a8f57c94]
   #7 smbd(yield_connection+0x36) [0x7ff9a8cda4f6]
   #8 smbd(close_cnum+0xa6) [0x7ff9a8d49ea6]
   #9 smbd(reply_tdis+0x1d) [0x7ff9a8d0643d]
   #10 smbd(+0x167345) [0x7ff9a8d45345]
   #11 smbd(+0x1676e7) [0x7ff9a8d456e7]
   #12 smbd(+0x167b58) [0x7ff9a8d45b58]
   #13 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #14 smbd(smbd_process+0x74e) [0x7ff9a8d4708e]
   #15 smbd(+0x66e0de) [0x7ff9a924c0de]
   #16 smbd(run_events+0x1eb) [0x7ff9a8f5aa9b]
   #17 smbd(+0x37cc98) [0x7ff9a8f5ac98]
   #18 smbd(_tevent_loop_once+0x90) [0x7ff9a8f5b740]
   #19 smbd(main+0xc12) [0x7ff9a8cc9312]
   #20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7ff9a5da730d]
   #21 smbd(+0xeb6dd) [0x7ff9a8cc96dd]
[2012/02/10 11:42:40.836387,  0] lib/util.c:1473(smb_panic)
  smb_panic(): calling panic action [/usr/share/samba/panic-action 14260]
[2012/02/10 11:42:40.838497,  0] lib/util.c:1481(smb_panic)
  smb_panic(): action returned status 0
[2012/02/10 11:42:40.838550,  0] lib/fault.c:326(dump_core)
  dumping core in /var/log/samba/cores/smbd
[2012/02/13 20:32:17.559105,  1] smbd/service.c:1070(make_connection_snum)
  kevin-pc (192.168.100.67) connect to service Projects initially as user nobody (uid=65534, gid=65534) (pid 23617)
[2012/02/13 20:32:17.590686,  0] param/loadparm.c:8697(process_usershare_file)
  process_usershare_file: stat of /var/lib/samba/usershares/library failed. Permission denied
[2012/02/13 20:32:17.595494,  1] smbd/service.c:1070(make_connection_snum)
  kevin-pc (192.168.100.67) connect to service library initially as user nobody (uid=65534, gid=65534) (pid 23617)


---------- Post added 02-13-12 at 09:16 PM ----------

i had to delete first half of the log since it was too big. its similar to Nicks i guess. what do you think is going on?
 
Old 02-17-2012, 03:18 AM   #15
omgs
Member
 
Registered: Dec 2010
Posts: 64

Rep: Reputation: 6
I see some issues:

1) You're using security=share but want to deal with users. To gain knowledge about samba basics, take a look at "man smb.conf", the section about the different security models (and later, little by little, the rest of concepts in the man page). You might want to give security=user a try.
2) Together with the above, and to get rid of some extra messages, you want to get rid of usershare stuff, so try commenting out about usershares.
3) The shares seem to be from a mounted pendrive. There might be internal issues with this in the way the kernel might treat these devices, so I suggest to add another test share out of any external device.
4) Sum up your config with "testparm -L" instead of the smb.conf file.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
got confused with the iptables settings !! Please clarify me ! kingston Linux - Newbie 2 01-25-2011 01:10 AM
Ubuntu server install wipes out RAID5 settings Spokane-Dude Linux - Newbie 5 06-09-2010 08:55 AM
Confused About Ubuntu Behavior scorpioofthewoods Ubuntu 2 11-04-2009 11:30 AM
Network settings / DNS Server settings uid0sd Linux - Newbie 3 02-22-2007 03:39 PM
Just come from Ubuntu, immediately confused-_-! piggyaugu Mandriva 2 05-31-2005 12:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration