Re: Re: [Samba] PLEASE HELP - MAC NEWBIE - MAC OS X 10.4.8 (Intel) - Bus Error

2006-10-12 Thread James Peach
On 11/10/06, Dan [EMAIL PROTECTED] wrote: I was able to get things to compile but with warnings of unrecognized option '--pie'. Add --disable-pie to your configure line. Unfortunately configure tests generally can't detect warnings, so -pie gets enabled when it probably shouldn't be. When I

Re: [Samba] PLEASE HELP - MAC NEWBIE - MAC OS X 10.4.8 (Intel) - Bus Error

2006-10-12 Thread Dan
Unfortunately I can not find a core file any where on the system. There is a directory /private/var/log/cores with smbd and nmbd folders but all are empty. Any thing else I can do to get the core file or needed info? James Peach wrote: On 11/10/06, Dan [EMAIL PROTECTED] wrote: I was able

Re: Re: [Samba] PLEASE HELP - MAC NEWBIE - MAC OS X 10.4.8 (Intel) - Bus Error

2006-10-12 Thread James Peach
On 12/10/06, Dan [EMAIL PROTECTED] wrote: Unfortunately I can not find a core file any where on the system. There is a directory /private/var/log/cores with smbd and nmbd folders but all are empty. Any thing else I can do to get the core file or needed info? try running smbclient under gdb

Re: [Samba] PLEASE HELP - MAC NEWBIE - MAC OS X 10.4.8 (Intel) - Bus Error

2006-10-12 Thread Dan
Here is what I got: (gdb) run -U administrator%MYPASS -I 10.1.0.11 -L 10.2.0.9 Starting program: /usr/bin/smbclient -U administrator%MYPASS -I 10.1.0.11 -L 10.2.0.9 Reading symbols for shared libraries . done Domain=[MY_DOMAIN] OS=[Unix] Server=[Samba 3.0.23c] Sharename Type

Re: Re: [Samba] PLEASE HELP - MAC NEWBIE - MAC OS X 10.4.8 (Intel) - Bus Error

2006-10-12 Thread James Peach
On 12/10/06, Dan [EMAIL PROTECTED] wrote: Here is what I got: (gdb) run -U administrator%MYPASS -I 10.1.0.11 -L 10.2.0.9 Starting program: /usr/bin/smbclient -U administrator%MYPASS -I 10.1.0.11 -L 10.2.0.9 Reading symbols for shared libraries . done Domain=[MY_DOMAIN] OS=[Unix]

Re: [Samba] PLEASE HELP - MAC NEWBIE - MAC OS X 10.4.8 (Intel) - Bus Error

2006-10-11 Thread Dan
I was able to get things to compile but with warnings of unrecognized option '--pie'. When I run things I still can not login to shares and when I run smbclient I get a Bus Error. Could this be related to the compile warnings? Maybe a gcc thing? I don't see any glibc files on the system.