Hi! I have a segmentation fault in smbclient from samba-3.0.23a. Please, help me. Here is my /etc/samba/smb.conf: [global] workgroup = WRK netbios name = LINUX [tmp] comment = files path = /tmp read only = yes Here is the commands and their output:>smbclient -d 3 -N -L windowslp_load: refreshing parameters Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" added interface ip=10.0.6.200 bcast=10.0.6.255 nmask=255.255.255.0 Client started (version 3.0.23a). Connecting to 10.0.6.199 at port 445 Doing spnego session setup (blob length=46) Segmentation fault>smbclient -d 3 -L windowslp_load: refreshing parameters Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" added interface ip=10.0.6.200 bcast=10.0.6.255 nmask=255.255.255.0 Client started (version 3.0.23a). Connecting to 10.0.6.199 at port 445 Doing spnego session setup (blob length=46) Password: *** glibc detected *** free(): invalid pointer: 0xbfdb9d68 *** Aborted All commands are executed as a root. In the last command I enter root's password. Computer 'windows' runs Vista and is in the same workgroup 'WRK'. The command 'nmblookup windows' finds this computer on the network. -- Sergei
On Sun, Jul 30, 2006 at 03:08:17PM +0400, Sergei Antonov wrote:> Hi! > I have a segmentation fault in smbclient from samba-3.0.23a. Please, help > me. > > Here is my /etc/samba/smb.conf: > > [global] > workgroup = WRK > netbios name = LINUX > > [tmp] > comment = files > path = /tmp > read only = yes > > > Here is the commands and their output: > > >smbclient -d 3 -N -L windows > lp_load: refreshing parameters > Initialising global parameters > params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" > Processing section "[global]" > added interface ip=10.0.6.200 bcast=10.0.6.255 nmask=255.255.255.0 > Client started (version 3.0.23a). > Connecting to 10.0.6.199 at port 445 > Doing spnego session setup (blob length=46) > Segmentation fault> >smbclient -d 3 -L windows > lp_load: refreshing parameters > Initialising global parameters > params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" > Processing section "[global]" > added interface ip=10.0.6.200 bcast=10.0.6.255 nmask=255.255.255.0 > Client started (version 3.0.23a). > Connecting to 10.0.6.199 at port 445 > Doing spnego session setup (blob length=46) > Password: > *** glibc detected *** free(): invalid pointer: 0xbfdb9d68 *** > AbortedThat's unusual - although I recall a krb5 problem with older Red Hat systems. What version of Linux, what version of krb5. Jeremy.
Possibly Parallel Threads
- [PATCH] drm/nouveau/bios: fix a bit shift error introduced by 457e77b
- [LLVMdev] Just got bitten by accidentally using the wrong gcc
- [LLVMdev] Just got bitten by accidentally using the wrong gcc
- [PATCH] drm/nouveau/bios: fix a bit shift error introduced by 457e77b
- rsync -e ssh does not work well