I too am having the same problem, and like you, rancor, I have a static IP address with most services turned off, including printing.
I have been using
/etc/init.d/samba restart to get samba up each time my BUBBA is restarted. I personally would rather do that than enabling all services, most of which I won't use.
For me, this problem started after the upgrade to 1.3.0, and hasn't been addressed in the latest version 2 upgrade.
This is the extract from my /var/log/samba/log.all :
[2010/04/26 23:37:47, 1] smbd/service.c:1047(make_connection_snum)
192.168.1.2 (192.168.1.2) connect to service home initially as user wies (uid=1001, gid=100) (pid 3401)
[2010/04/26 23:38:27, 1] smbd/service.c:1226(close_cnum)
192.168.1.2 (192.168.1.2) closed connection to service home
[2010/04/26 23:40:13, 0] lib/util_sock.c:938(open_socket_in)
bind failed on port 445 socket_addr = fe80::222:2ff:fe00:611%eth1.
Error = Cannot assign requested address
[2010/04/26 23:40:13, 0] smbd/server.c:457(smbd_open_one_socket)
smbd_open_once_socket: open_socket_in: Cannot assign requested address
[2010/04/26 23:40:13, 0] lib/util_sock.c:938(open_socket_in)
bind failed on port 139 socket_addr = fe80::222:2ff:fe00:611%eth1.
Error = Cannot assign requested address
[2010/04/26 23:40:13, 0] smbd/server.c:457(smbd_open_one_socket)
smbd_open_once_socket: open_socket_in: Cannot assign requested address
[2010/04/26 23:40:13, 0] smbd/server.c:616(open_sockets_smbd)
open_sockets_smbd: No sockets available to bind to.
[2010/04/26 23:40:13, 0] smbd/server.c:837(exit_server_common)
===============================================================
[2010/04/26 23:40:13, 0] smbd/server.c:839(exit_server_common)
Abnormal server exit: open_sockets_smbd() failed
[2010/04/26 23:40:13, 0] smbd/server.c:840(exit_server_common)
===============================================================
[2010/04/26 23:40:13, 0] lib/util.c:1584(log_stack_trace)
BACKTRACE: 6 stack frames:
#0 /usr/sbin/smbd(log_stack_trace+0x40) [0x102f4a24]
#1 /usr/sbin/smbd [0x105fb530]
#2 /usr/sbin/smbd [0x105fb6d8]
#3 /usr/sbin/smbd(main+0x7a8) [0x105fbf3c]
#4 /lib/tls/libc.so.6 [0xf8f0994]
#5 /lib/tls/libc.so.6(__libc_start_main+0xb0) [0xf8f0ad0]
[2010/04/26 23:40:13, 0] lib/fault.c:321(dump_core)
dumping core in /var/log/samba/cores/smbd
Where do we go from here?