This is a discussion on [Samba] smbclient - Segmentation fault within the Samba forums, part of the Networking and Network Related category; Hello Community ! I debugged smbclient because smbtar don't work for me anymore (Segmentation fault) I run Fedora9 (kernel 2....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello Community !
I debugged smbclient because smbtar don't work for me anymore (Segmentation fault) I run Fedora9 (kernel 2.6.25.6-55.fc9.x86_64) with samba-3.2.0-1.rc1 (test with samba-3.2.0-1.rc2 too) when i run /usr/bin/smbclient -d 3 //server/elisa -U administrator i get as follow .... root:machine /root>/usr/bin/smbclient -d 3 //server/elisa -U administrator lp_load_ex: refreshing parameters Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" added interface eth1 ip=fe80::230:48ff:fe94:b932%eth1 bcast=fe80::ffff:ffff:ffff:ffff%eth1 netmask=ffff:ffff:ffff:ffff:: added interface eth1 ip=172.30.10.111 bcast=172.30.10.255 netmask=255.255.255.0 Client started (version 3.2.0rc1-15.fc9). resolve_lmhosts: Attempting lmhosts lookup for name server<0x20> resolve_wins: Attempting wins lookup for name server<0x20> resolve_wins: WINS server resolution selected and no WINS servers listed. resolve_hosts: Attempting host lookup for name server<0x20> Connecting to 172.30.10.14 at port 445 error connecting to 172.30.10.14:445 (Verbindungsaufbau abgelehnt) Connecting to 172.30.10.14 at port 139 session request to SERVER failed (Called name not present) Connecting to 172.30.10.14 at port 445 error connecting to 172.30.10.14:445 (Verbindungsaufbau abgelehnt) Connecting to 172.30.10.14 at port 139 Enter administrator's password: xxxxxxxxx Domain=[MY_DOMAIN] OS=[Windows NT 4.0] Server=[NT LAN Manager 4.0] dos_clean_name [(null)] smb: \> tarmode full Segmentation fault root:machine /root> any hints or tips ? thanks in advance -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
On Tue, Jun 17, 2008 at 04:08:08PM +0200, No Body is Perfect wrote:
> any hints or tips ? > thanks in advance Apply the attached patch. Thanks a lot for testing, this one was mine and a bit embarrassing... :-) I can not emphasize enough: Please, please test the current 3.2RC2 code, or even better, the current v3-2-stable (or v3-2-test) code, this is important to us! Volker -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFIWA4FUzqjrWwMRl0RAvfxAJ9Av2rg7JiZ7e9L9SLZpG nVCy9nAACglRI3 C9bTof/PMd4pZ6kzjKFcw5o= =Rbvu -----END PGP SIGNATURE----- |
|
|||
|
Volker Lendecke schrieb:
> On Tue, Jun 17, 2008 at 04:08:08PM +0200, No Body is Perfect wrote: >> any hints or tips ? >> thanks in advance > > Apply the attached patch. > > Thanks a lot for testing, this one was mine and a bit > embarrassing... :-) > > I can not emphasize enough: Please, please test the current > 3.2RC2 code, or even better, the current v3-2-stable (or > v3-2-test) code, this is important to us! > > Volker > Hello Volker, patch applied and worked ! smbclient / smbtar run again Thanks you a lot No Body is Perfect from Stuttgart :-) -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |