Hello, We have just migrated a server from sun solaris 8 to sun solaris 10. In the old machine we had a Samba 3.0.20b and in the new one, we have samba 3.0.21, both compiled like this with no problems: env LD_FLAGS="-L/usr/local/lib" ./configure --with-ldapsam --without-pam --with-quotas --with-ldap --with-included-popt --with-acl-support --with-libsmbclient We share user's homes by default working correctly. All this works correctly in the old machine with Solaris 8, but in the new one with Solaris 10 the problem comes when we share something using "vaild users = @groupname" inside. for example: [aelec] comment = Area Electronica path = /mnt/grups/aelec browseable = yes read only = no force directory mode = 2770 force group = aelec directory mode = 2770 create mode = 2770 valid users = @aelec The "aelec" group exist in ldap and is not empty. In windows, we can browse all shares, incluing "aelec" share, but if we want to connect using a valid user, windows shows us this message: The specified network name is no longer available. Also we tried this under linux (whith samba 3.0.14a) showing this problem: smbclient -v -U validuser //server.domain.edu/aelec Password: Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 3.0.21] tree connect failed: Call returned zero bytes (EOF) We use the same config and shares files in the old and in the new machine. 'testparm' shows no errors except one because of the lengh of the name of a share (more than 12 characters). Does anybody knows where could be the error? Is this a Samba error o probably a solaris error? Thanks in advance! PD: If you want logs, I can send logs in what debug level you want. -- ============================================================================= Utilitzeu el Servei Online d'Atencio a l'Usuari (http://www.salleURL.edu/csi) ------------------------------------------------------------------------------ Nom: Miki Cognoms: Monguilod Serena Centre de Serveis Informatics (CSI) e-mail:mikim@salleURL.edu Enginyeria i Arquitectura La Salle PGP KeyID: 0xBBF686E1 Universitat Ramon Llull Telefon: 93 290 24 00 Barcelona Extensio: 209
Hi, We are currently using Directory Server 5.2 but in a different machine. I've look for this error in /var/adm/messages and it doesn't appear. On the other hand, I show you my config file (using 'testparm' command): [global] unix charset = CP850 workgroup = MYWORKGROUP server string = Servidor de disc Zeus3 interfaces = 172.16.1.118/24, 172.16.1.86/24, 192.168.1.118/24 security = SHARE passdb backend = ldapsam:ldap://ldap.mydomain.edu lanman auth = No client lanman auth = No client plaintext auth = No log level = 1 log file = /var/log/samba/log.%m max log size = 50 max xmit = 65535 socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192 load printers = No os level = 33 local master = No wins server = 172.16.1.158, 172.16.1.159, 130.206.42.238 ldap admin dn = "uid=samba,ou=Directory Administrators,o=mydomain.edu" ldap group suffix = ou=Groups ldap machine suffix = ou=People ldap suffix = dc=EALS,dc=mydomain,dc=edu ldap user suffix = ou=People lock directory = /var/lock/samba default service = homes hosts allow = x.x.x., x.x.x., x., x.x., x.x. strict allocate = Yes include = /var/Share/smb.share.gc dont descend = /proc, /dev, /etc, /lib, /lost+found, /bin, /sbin, /usr And this is the log results in with "log level = 1" (I think this is not good....) : zeus3:/var/log/samba# cat log.172.16.1.187 [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(36) ==============================================================[2005/12/28 19:37:44, 0] lib/fault.c:fault_report(37) INTERNAL ERROR: Signal 10 in pid 11375 (3.0.21) Please read the Trouble-Shooting section of the Samba3-HOWTO [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(39) From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(40) ==============================================================[2005/12/28 19:37:44, 0] lib/util.c:smb_panic2(1554) PANIC: internal error Thanks for you answer. Tom Crummey wrote:> Hello, > > What LDAP server are you using and how does the Solaris box look up > accounts in it? There is a problem with the OpenLDAP and Solaris > client LDAP libraries co-existing. Do you get a message in syslog > (/var/adm/messages) along the lines of: > > Aug 19 14:44:42 spock smbd[1006]: [ID 293258 user.error] libsldap: > Status: 7 Mesg: LDAP ERROR (-7): Bad search filter. > > > Tom. > > ---------------------------------------------------------------------------- > > Tom Crummey, Systems and Network Manager, EMAIL: tom@ee.ucl.ac.uk > Department of Electronic and Electrical Engineering, > University College London, TEL: +44 (0)20 7679 > 3898 > Torrington Place, FAX: +44 (0)20 7388 > 9325 > London, UK, WC1E 7JE. > ---------------------------------------------------------------------------- > > > On Wed, 28 Dec 2005, Miki Monguilod wrote: > >> Hello, >> >> We have just migrated a server from sun solaris 8 to sun solaris 10. >> In the old machine we had a Samba 3.0.20b and in the new one, we have >> samba 3.0.21, both compiled like this with no problems: >> env LD_FLAGS="-L/usr/local/lib" ./configure --with-ldapsam >> --without-pam --with-quotas --with-ldap --with-included-popt >> --with-acl-support --with-libsmbclient >> >> We share user's homes by default working correctly. All this works >> correctly in the old machine with Solaris 8, but in the new one with >> Solaris 10 the problem comes when we share something using "vaild >> users = @groupname" inside. >> >> >> for example: >> >> [aelec] comment = Area Electronica >> path = /mnt/grups/aelec browseable = yes >> read only = no force directory mode = 2770 >> force group = aelec directory mode = 2770 >> create mode = 2770 valid users = @aelec The "aelec" >> group exist in ldap and is not empty. In windows, we can browse all >> shares, incluing "aelec" share, but if we want to connect using a >> valid user, windows shows us this message: The specified network name >> is no longer available. Also we tried this under linux (whith samba >> 3.0.14a) showing this problem: >> >> smbclient -v -U validuser //server.domain.edu/aelec >> Password: >> Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 3.0.21] >> tree connect failed: Call returned zero bytes (EOF) >> >> We use the same config and shares files in the old and in the new >> machine. 'testparm' shows no errors except one because of the lengh >> of the name of a share (more than 12 characters). >> Does anybody knows where could be the error? Is this a Samba error o >> probably a solaris error? >> >> Thanks in advance! >> >> PD: If you want logs, I can send logs in what debug level you want. >> >> >> >> >> -- >> ============================================================================== >> >> Utilitzeu el Servei Online d'Atencio a l'Usuari >> (http://www.salleURL.edu/csi) >> >> ------------------------------------------------------------------------------ >> >> Nom: Miki Cognoms: Monguilod Serena >> Centre de Serveis Informatics (CSI) e-mail:mikim@salleURL.edu >> Enginyeria i Arquitectura La Salle PGP KeyID: 0xBBF686E1 >> Universitat Ramon Llull Telefon: 93 290 24 00 >> Barcelona Extensio: 209 >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/listinfo/samba >> > >-- ============================================================================= Utilitzeu el Servei Online d'Atencio a l'Usuari (http://www.salleURL.edu/csi) ------------------------------------------------------------------------------ Nom: Miki Cognoms: Monguilod Serena Centre de Serveis Informatics (CSI) e-mail:mikim@salleURL.edu Enginyeria i Arquitectura La Salle PGP KeyID: 0xBBF686E1 Universitat Ramon Llull Telefon: 93 290 24 00 Barcelona Extensio: 209
Hi, I've got the logs in "log level 10" and a "truss" of the PID that tries to connect one of the problematic "shares". Both files are in: log file: http://www.salleurl.edu/~mikim/log.txt 'truss' file: http://www.salleurl.edu/~mikim/truss.txt well, I explain you the situation: I log in the windows machine whit user "marc", but I map the share called "tt-s-04-05" with user "mikim". Thanks for your help. Tom Crummey wrote:> Hello Miki, > > The fact that samba crashes isn't good. You need to up the log level > to 10 and recreate the crash. Then post the section of log file that > shows where the crash occurs. The developers will ask you to recompile > with debugging symbols and obtain a stack trace from gdb to help track > down the bug. > > The piece of log file you posted to me does not show where the crash > occurred. I'm interested to help you as I am trying to migrate from > samba 2.2.x to 3.0.x and from NIS to LDAP. I've encountered several > problems with the netgroups implementation and LDAP, mainly due to > SUN's really poor LDAP client libraries, but it doesn't look like > you're having the same problems as I am. However, I'm on Solaris 9 at > the moment which may make difference. I'm using Directory server 5.2 > as well. > > Tom. > > ---------------------------------------------------------------------------- > > Tom Crummey, Systems and Network Manager, EMAIL: tom@ee.ucl.ac.uk > Department of Electronic and Electrical Engineering, > University College London, TEL: +44 (0)20 7679 > 3898 > Torrington Place, FAX: +44 (0)20 7388 > 9325 > London, UK, WC1E 7JE. > ---------------------------------------------------------------------------- > > > On Wed, 28 Dec 2005, Miki Monguilod wrote: > >> Hi, >> >> We are currently using Directory Server 5.2 but in a different >> machine. I've look for this error in /var/adm/messages and it doesn't >> appear. >> On the other hand, I show you my config file (using 'testparm' command): >> [global] >> unix charset = CP850 >> workgroup = MYWORKGROUP >> server string = Servidor de disc Zeus3 >> interfaces = 172.16.1.118/24, 172.16.1.86/24, 192.168.1.118/24 >> security = SHARE >> passdb backend = ldapsam:ldap://ldap.mydomain.edu >> lanman auth = No >> client lanman auth = No >> client plaintext auth = No >> log level = 1 >> log file = /var/log/samba/log.%m >> max log size = 50 >> max xmit = 65535 >> socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE >> SO_RCVBUF=8192 SO_SNDBUF=8192 >> load printers = No >> os level = 33 >> local master = No >> wins server = 172.16.1.158, 172.16.1.159, 130.206.42.238 >> ldap admin dn = "uid=samba,ou=Directory >> Administrators,o=mydomain.edu" >> ldap group suffix = ou=Groups >> ldap machine suffix = ou=People >> ldap suffix = dc=EALS,dc=mydomain,dc=edu >> ldap user suffix = ou=People >> lock directory = /var/lock/samba >> default service = homes >> hosts allow = x.x.x., x.x.x., x., x.x., x.x. >> strict allocate = Yes >> include = /var/Share/smb.share.gc >> dont descend = /proc, /dev, /etc, /lib, /lost+found, /bin, >> /sbin, /usr >> >> And this is the log results in with "log level = 1" (I think this is >> not good....) : >> >> zeus3:/var/log/samba# cat log.172.16.1.187 >> [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(36) >> ==============================================================>> [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(37) >> INTERNAL ERROR: Signal 10 in pid 11375 (3.0.21) >> Please read the Trouble-Shooting section of the Samba3-HOWTO >> [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(39) >> >> From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf >> [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(40) >> ==============================================================>> [2005/12/28 19:37:44, 0] lib/util.c:smb_panic2(1554) >> PANIC: internal error >> >> >> Thanks for you answer. >> >> >> Tom Crummey wrote: >> >>> Hello, >>> >>> What LDAP server are you using and how does the Solaris box look up >>> accounts in it? There is a problem with the OpenLDAP and Solaris >>> client LDAP libraries co-existing. Do you get a message in syslog >>> (/var/adm/messages) along the lines of: >>> >>> Aug 19 14:44:42 spock smbd[1006]: [ID 293258 user.error] libsldap: >>> Status: 7 Mesg: LDAP ERROR (-7): Bad search filter. >>> >>> >>> Tom. >>> >>> >>> ---------------------------------------------------------------------------- >>> Tom Crummey, Systems and Network Manager, EMAIL: tom@ee.ucl.ac.uk >>> Department of Electronic and Electrical Engineering, >>> University College London, TEL: +44 (0)20 >>> 7679 3898 >>> Torrington Place, FAX: +44 (0)20 >>> 7388 9325 >>> London, UK, WC1E 7JE. >>> >>> ---------------------------------------------------------------------------- >>> >>> On Wed, 28 Dec 2005, Miki Monguilod wrote: >>> >>>> Hello, >>>> >>>> We have just migrated a server from sun solaris 8 to sun solaris >>>> 10. In the old machine we had a Samba 3.0.20b and in the new one, >>>> we have samba 3.0.21, both compiled like this with no problems: >>>> env LD_FLAGS="-L/usr/local/lib" ./configure --with-ldapsam >>>> --without-pam --with-quotas --with-ldap --with-included-popt >>>> --with-acl-support --with-libsmbclient >>>> >>>> We share user's homes by default working correctly. All this works >>>> correctly in the old machine with Solaris 8, but in the new one >>>> with Solaris 10 the problem comes when we share something using >>>> "vaild users = @groupname" inside. >>>> >>>> >>>> for example: >>>> >>>> [aelec] comment = Area Electronica >>>> path = /mnt/grups/aelec browseable = yes >>>> read only = no force directory mode = 2770 >>>> force group = aelec directory mode = 2770 >>>> create mode = 2770 valid users = @aelec The "aelec" >>>> group exist in ldap and is not empty. In windows, we can browse all >>>> shares, incluing "aelec" share, but if we want to connect using a >>>> valid user, windows shows us this message: The specified network >>>> name is no longer available. Also we tried this under linux (whith >>>> samba 3.0.14a) showing this problem: >>>> >>>> smbclient -v -U validuser //server.domain.edu/aelec >>>> Password: >>>> Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 3.0.21] >>>> tree connect failed: Call returned zero bytes (EOF) >>>> >>>> We use the same config and shares files in the old and in the new >>>> machine. 'testparm' shows no errors except one because of the lengh >>>> of the name of a share (more than 12 characters). >>>> Does anybody knows where could be the error? Is this a Samba error >>>> o probably a solaris error? >>>> >>>> Thanks in advance! >>>> >>>> PD: If you want logs, I can send logs in what debug level you want. >>>> >>>> >>>> >>>> >>>> -- >>>> ============================================================================== >>>> Utilitzeu el Servei Online d'Atencio a l'Usuari >>>> (http://www.salleURL.edu/csi) >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Nom: Miki Cognoms: Monguilod Serena >>>> Centre de Serveis Informatics (CSI) e-mail:mikim@salleURL.edu >>>> Enginyeria i Arquitectura La Salle PGP KeyID: 0xBBF686E1 >>>> Universitat Ramon Llull Telefon: 93 290 24 00 >>>> Barcelona Extensio: 209 >>>> >>>> -- >>>> To unsubscribe from this list go to the following URL and read the >>>> instructions: https://lists.samba.org/mailman/listinfo/samba >>>> >>> >>> >> >> >> -- >> ============================================================================== >> >> Utilitzeu el Servei Online d'Atencio a l'Usuari >> (http://www.salleURL.edu/csi) >> >> ------------------------------------------------------------------------------ >> >> Nom: Miki Cognoms: Monguilod Serena >> Centre de Serveis Informatics (CSI) e-mail:mikim@salleURL.edu >> Enginyeria i Arquitectura La Salle PGP KeyID: 0xBBF686E1 >> Universitat Ramon Llull Telefon: 93 290 24 00 >> Barcelona Extensio: 209 >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/listinfo/samba >> > >-- ============================================================================= Utilitzeu el Servei Online d'Atencio a l'Usuari (http://www.salleURL.edu/csi) ------------------------------------------------------------------------------ Nom: Miki Cognoms: Monguilod Serena Centre de Serveis Informatics (CSI) e-mail:mikim@salleURL.edu Enginyeria i Arquitectura La Salle PGP KeyID: 0xBBF686E1 Universitat Ramon Llull Telefon: 93 290 24 00 Barcelona Extensio: 209
Gerald (Jerry) Carter
2006-Jan-04 15:24 UTC
[Samba] "valid users" + ldap on Solaris 10 problems
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Miki Monguilod wrote:> zeus3:/var/log/samba# cat log.172.16.1.187 > [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(36) > ==============================================================> [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(37) > INTERNAL ERROR: Signal 10 in pid 11375 (3.0.21) > Please read the Trouble-Shooting section of the Samba3-HOWTO > [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(39) > > From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf > [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(40) > ==============================================================> [2005/12/28 19:37:44, 0] lib/util.c:smb_panic2(1554) > PANIC: internal errorMight be related to https://bugzilla.samba.org/show_bug.cgi?id=3346 cheers, jerry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDu+h4IR7qMdg1EfYRAl4KAKDwEgdr3YBzvV/BySMJfDh7rfh5pwCfaMp5 p6t3Ussk6RcQ1OU7PUpKojk=1MbP -----END PGP SIGNATURE-----
Hi! Yesterday we finally get the stack trace of Samba. Here you have: Program received signal SIGSEGV, Segmentation fault. 0xfefd4f6c in _free_unlocked () from /lib//libc.so.1 (gdb) bt #0 0xfefd4f6c in _free_unlocked () from /lib//libc.so.1 #1 0xfefd4f14 in free () from /lib//libc.so.1 #2 0xfed9fad0 in ldap_set_lderrno () from /usr/lib//libldap.so.5 #3 0xfedbc084 in ldap_create_virtuallist_control () from /usr/lib//libldap.so.5 #4 0xfee0a8fc in setup_vlv_params () from /usr/lib//libsldap.so.1 #5 0xfee0b46c in search_state_machine () from /usr/lib//libsldap.so.1 #6 0xfee0c1fc in __ns_ldap_firstEntry () from /usr/lib//libsldap.so.1 #7 0xfee4ba3c in _nss_ldap_getent () from /usr/lib//nss_ldap.so.1 #8 0xfefdc0d8 in nss_getent_u () from /lib//libc.so.1 #9 0xfefdbc70 in nss_getent () from /lib//libc.so.1 #10 0xfefc7074 in getgrent_r () from /lib//libc.so.1 #11 0x002ef230 in get_users_in_group (gname=0x56bfa1 "referencial") at lib/util_getent.c:282 #12 0x002ed724 in user_in_unix_group_list (user=0xffbfc048 "csi", gname=0x56bfa1 "referencial") at lib/username.c:519 #13 0x002eda2c in user_in_group_list (user=0xffbfc048 "csi", gname=0x56bfa1 "referencial", groups=0x0, n_groups=<error type>) at lib/username.c:566 #14 0x002edd50 in user_in_list (user=0xffbfc048 "csi", list=0x508220, groups=0x0, n_groups=<error type>) at lib/username.c:607 #15 0x000675cc in user_ok (user=0xffbfc048 "csi", snum=128, groups=0x0, n_groups=<error type>) at smbd/password.c:397 ---Type <return> to continue, or q <return> to quit--- #16 0x00067d8c in authorise_login (snum=128, user=0xffbfdf10 "", password {data = 0x510238 "Q? ?E?wd?\232\215\222xB5\220\221\200?????v", length = <error type>, free = 0x3029b0 <free_data_blob>}, guest=0xffbfe0b0) at smbd/password.c:547 #17 0x001076a8 in make_connection_snum (snum=128, vuser=0x0, password {data = 0x510238 "Q? ?E?wd?\232\215\222xB5\220\221\200?????v", length = <error type>, free = 0x3029b0 <free_data_blob>}, pdev=0xffbfe258 "", status=0xffbfe928) at smbd/service.c:336 #18 0x0010a348 in make_connection (service_in=0xffbfea40 "REFERENCIAL", password {data = 0x510238 "Q? ?E?wd?\232\215\222xB5\220\221\200?????v", length = <error type>, free = 0x3029b0 <free_data_blob>}, pdev=0xffbfe930 "", vuid=0, status=0xffbfe928) at smbd/service.c:817 #19 0x00094a50 in reply_tcon_and_X (conn=0x0, inbuf=0x525dea "", outbuf=0x5461d4 "", length=220, bufsize=65475) at smbd/reply.c:662 #20 0x001039f8 in switch_message (type=117, inbuf=0x525dea "", outbuf=0x5461d4 "", size=220, bufsize=65475) at smbd/process.c:1071 #21 0x00104b00 in chain_reply (inbuf=0x525d48 "", outbuf=0x546198 "", size=280, bufsize=65535) at smbd/process.c:1338 #22 0x000b3db8 in reply_sesssetup_and_X (conn=0x0, inbuf=0x525d48 "", outbuf=0x546198 "", length=280, bufsize=65535) at smbd/sesssetup.c:1115 #23 0x001039f8 in switch_message (type=115, inbuf=0x525d48 "", outbuf=0x546198 "", size=280, bufsize=65535) at smbd/process.c:1071 ---Type <return> to continue, or q <return> to quit--- #24 0x00103b04 in construct_reply (inbuf=0x525d48 "", outbuf=0x546198 "", size=280, bufsize=65535) at smbd/process.c:1101 #25 0x00104130 in process_smb (inbuf=0x525d48 "", outbuf=0x546198 "") at smbd/process.c:1201 #26 0x00105ed0 in smbd_process () at smbd/process.c:1753 #27 0x003e168c in main (argc=3, argv=0xffbffc6c) at smbd/server.c:974 As you can see, it crashes when it uses /usr/lib/libldap. But in fact, it should use /usr/local/lib/libldap ( you can see that we put " env LD_FLAGS="-L/usr/local/lib" " before the ./configure ). In that case, the group name is called "REFERENCIAL" Thanks! Tom Crummey wrote:> Hello Miki, > > Did you get a chance to compile with debugging symbols and get the > stack trace of the crash? > > Tom. > > ---------------------------------------------------------------------------- > > Tom Crummey, Systems and Network Manager, EMAIL: tom@ee.ucl.ac.uk > Department of Electronic and Electrical Engineering, > University College London, TEL: +44 (0)20 7679 > 3898 > Torrington Place, FAX: +44 (0)20 7388 > 9325 > London, UK, WC1E 7JE. > ---------------------------------------------------------------------------- > > > On Thu, 5 Jan 2006, Miki Monguilod wrote: > >> Hi Tom, >> >> In fact, I've compiled both without positive results. I first >> compiled the newest Samba version (3.0.21a) and it didn't fix the >> problem. After seeing the Gerald's mail and the bugzilla post, I've >> compiled Samba 3.0.20a too. >> To sum up, I've tried with: >> >> Samba 3.0.14a >> Samba 3.0.20a >> Samba 3.0.20b >> Samba 3.0.21 >> Samba 3.0.21a >> >> Do you want me to post this problem in bugzilla.samba.org ? >> >> bye! >> >> >> Tom Crummey wrote: >> >>> Hello Miki, >>> >>> Did you mean 3.0.21a? >>> >>> Tom. >>> >>> >>> ---------------------------------------------------------------------------- >>> Tom Crummey, Systems and Network Manager, EMAIL: tom@ee.ucl.ac.uk >>> Department of Electronic and Electrical Engineering, >>> University College London, TEL: +44 (0)20 >>> 7679 3898 >>> Torrington Place, FAX: +44 (0)20 >>> 7388 9325 >>> London, UK, WC1E 7JE. >>> >>> ---------------------------------------------------------------------------- >>> >>> On Wed, 4 Jan 2006, Miki Monguilod wrote: >>> >>>> Hi, >>>> >>>> I've compiled samba 3.0.20a version, but the problem still >>>> continues.... >>>> Otherwise, thanks for telling me. >>>> >>>> bye! >>>> >>>> >>>> >>>> >>>> Gerald (Jerry) Carter wrote: >>>> >>>>> -----BEGIN PGP SIGNED MESSAGE----- >>>>> Hash: SHA1 >>>>> >>>>> Miki Monguilod wrote: >>>>> >>>>> >>>>>> zeus3:/var/log/samba# cat log.172.16.1.187 >>>>>> [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(36) >>>>>> ==============================================================>>>>>> [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(37) >>>>>> INTERNAL ERROR: Signal 10 in pid 11375 (3.0.21) >>>>>> Please read the Trouble-Shooting section of the Samba3-HOWTO >>>>>> [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(39) >>>>>> >>>>>> From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf >>>>>> [2005/12/28 19:37:44, 0] lib/fault.c:fault_report(40) >>>>>> ==============================================================>>>>>> [2005/12/28 19:37:44, 0] lib/util.c:smb_panic2(1554) >>>>>> PANIC: internal error >>>>>> >>>>> >>>>> Might be related to https://bugzilla.samba.org/show_bug.cgi?id=3346 >>>>> >>>>> cheers, jerry >>>>> -----BEGIN PGP SIGNATURE----- >>>>> Version: GnuPG v1.4.2 (MingW32) >>>>> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org >>>>> >>>>> iD8DBQFDu+h4IR7qMdg1EfYRAl4KAKDwEgdr3YBzvV/BySMJfDh7rfh5pwCfaMp5 >>>>> p6t3Ussk6RcQ1OU7PUpKojk>>>>> =1MbP >>>>> -----END PGP SIGNATURE----- >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> ============================================================================== >>>> Utilitzeu el Servei Online d'Atencio a l'Usuari >>>> (http://www.salleURL.edu/csi) >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Nom: Miki Cognoms: Monguilod Serena >>>> Centre de Serveis Informatics (CSI) e-mail:mikim@salleURL.edu >>>> Enginyeria i Arquitectura La Salle PGP KeyID: 0xBBF686E1 >>>> Universitat Ramon Llull Telefon: 93 290 24 00 >>>> Barcelona Extensio: 209 >>>> >>>> -- >>>> To unsubscribe from this list go to the following URL and read the >>>> instructions: https://lists.samba.org/mailman/listinfo/samba >>>> >>> >>> >> >> >> -- >> ============================================================================== >> >> Utilitzeu el Servei Online d'Atencio a l'Usuari >> (http://www.salleURL.edu/csi) >> >> ------------------------------------------------------------------------------ >> >> Nom: Miki Cognoms: Monguilod Serena >> Centre de Serveis Informatics (CSI) e-mail:mikim@salleURL.edu >> Enginyeria i Arquitectura La Salle PGP KeyID: 0xBBF686E1 >> Universitat Ramon Llull Telefon: 93 290 24 00 >> Barcelona Extensio: 209 >> > >-- ============================================================================= Utilitzeu el Servei Online d'Atencio a l'Usuari (http://www.salleURL.edu/csi) ------------------------------------------------------------------------------ Nom: Miki Cognoms: Monguilod Serena Centre de Serveis Informatics (CSI) e-mail:mikim@salleURL.edu Enginyeria i Arquitectura La Salle PGP KeyID: 0xBBF686E1 Universitat Ramon Llull Telefon: 93 290 24 00 Barcelona Extensio: 209