RE: [Samba] Error when add Samba 3.0.10-1.fc3 to Windows NT Domain

2005-03-31 Thread daniel.jarboe
> workgroup = DOMAIN
> server string = SAMBA
> interfaces = eth
> security = domain
>
> Then i looked on the interrnet how to add it to a domain, and found
that:
> # net join member -S IP_OF_PDC -U moecke
> [2005/03/31 15:44:45, 0] lib/interface.c:load_interfaces(220)
>   WARNING: no network interfaces found


This is probably your first problem:

interfaces = eth

My guess is you want something like
interfaces = eth0

or maybe interfaces = eth* 127.0.0.1/24 or leave it blank

~ Daniel

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] SLES9 Module '/usr/lib/samba/vfs/audit.so' loaded, Can't find a vfs module [/usr/lib/samba/vfs/audit.so]

2005-02-01 Thread daniel.jarboe
Any ideas why a vfs module loads successfully then can't be found? 

[2005/01/30 03:52:08, 5] lib/util_seaccess.c:se_access_check(309)
  se_access_check: access (2) granted.
[2005/01/30 03:52:08, 3] smbd/vfs.c:vfs_init_default(203)
  Initialising default vfs hooks
[2005/01/30 03:52:08, 3] smbd/vfs.c:vfs_init_custom(229)
  Initialising custom vfs hooks from [/usr/lib/samba/vfs/audit.so]
[2005/01/30 03:52:08, 5] lib/module.c:smb_probe_module(101)
  Probing module '/usr/lib/samba/vfs/audit.so'
[2005/01/30 03:52:08, 5] smbd/vfs.c:smb_register_vfs(193)
  Successfully added vfs backend 'audit'
[2005/01/30 03:52:08, 2] lib/module.c:do_smb_load_module(63)
  Module '/usr/lib/samba/vfs/audit.so' loaded
[2005/01/30 03:52:08, 0] smbd/vfs.c:vfs_init_custom(256)
  Can't find a vfs module [/usr/lib/samba/vfs/audit.so]
[2005/01/30 03:52:08, 0] smbd/vfs.c:smbd_vfs_init(319)
  smbd_vfs_init: vfs_init_custom failed for /usr/lib/samba/vfs/audit.so
[2005/01/30 03:52:08, 0] smbd/service.c:make_connection_snum(516)
  vfs_init failed for service danvfs
[2005/01/30 03:52:08, 3] smbd/error.c:error_packet(129)
  error packet at smbd/reply.c(416) cmd=117 (SMBtconX)
NT_STATUS_BAD_NETWORK_NAME

The share I'm connected to is defined thusly in smb.conf:

[danvfs]
browseable = no
path = /var/samba/danvfs
valid users= TCS_MAIN_DOM\jarboed
read only = no
vfs object = /usr/lib/samba/vfs/audit.so


here is the global section:

[global]
workgroup = TCS_MAIN_DOM
netbios name = linfs3
server string = Samba Server on linfs3
interfaces = eth0 127.0.0.1/24
bind interfaces only = yes
security = DOMAIN
encrypt passwords = Yes
password server = *
username map = /etc/samba/smbusers
log level = 2
max log size = 50   # 50K
log file = /var/samba/log/%m.log
mangling method = hash2
preferred master = No
domain master = No
local master = Yes
dns proxy = No
wins server = 10.176.157.10 172.16.23.13
winbind uid = 1-2
winbind gid = 1-2
winbind enum users = yes
winbind enum groups = yes
winbind use default domain = No
oplocks = No
level2 oplocks = No
kernel oplocks = No
guest account = nobody
load printers = no


I had increased log level to 5 for the log snip above.

[EMAIL PROTECTED]:/usr/lib/samba/vfs> ls
audit.so  extd_audit.so  readonly.so  skel_opaque.so
cap.sofake_perms.so  recycle.so
skel_transparent.so
default_quota.so  full_audit.so  shadow_copy.so
expand_msdfs.so   netatalk.soshadow_copy_test.so
[EMAIL PROTECTED]:/usr/lib/samba/vfs> rpm -qf audit.so
samba-3.0.9-2.1.5
[EMAIL PROTECTED]:/usr/lib/samba/vfs> rpm -V samba
S.?T c /etc/samba/smbpasswd

SLES9 with 2.6 kernel (kernel-s390-2.6.5-7.111.19)

Thanks for any ideas,
~ Daniel

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] RE: MS Access XP and samba print queues

2004-10-01 Thread daniel.jarboe
> Our users are having problems "Creating reports in design view"
> in MS Access when the default printer is a samba queue.  As soon
> as you change the default printer to a non samba queue, everything
> works fine.

In my case this happened on one of our samba shared printers
that we forgot to initialize the printer device mode (with the
landscape/portrait apply method).  How to do this is described
in detail in the howto.  After initializing the device mode for
Samba things worked for the clients like they should.

GL,
~ Daniel







--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba