Displaying 16 results from an estimated 16 matches for "debuglevel_class".
2004 Oct 21
0
compile errors samba 3.0.7 vfs
...= /etc/samba/vscan-oav.conf
Here are the compile errors with the normal vfs modules from samba tarball:
Compiling modules/vfs_recycle.c with -fPIC
Building plugin bin/recycle.so
modules/vfs_recycle.po: In function `recycle_connect':
modules/vfs_recycle.po(.text+0x1a): undefined reference to
`DEBUGLEVEL_CLASS'
modules/vfs_recycle.po(.text+0x31): undefined reference to
`DEBUGLEVEL_CLASS_ISSET'
modules/vfs_recycle.po(.text+0x55): undefined reference to `dbghdr'
modules/vfs_recycle.po(.text+0x6d): undefined reference to `dbgtext'
modules/vfs_recycle.po: In function `recycle_disconnect'...
2002 May 16
1
Samba 2.2.4: Problem with output of smbpasswd
Hi people,
since i'm using samba 2.2.4 i have a problem
when starting smbpasswd.
When i start the program i have always the following output
(which i don't like too much :o) ) :
------------------------
# 486dx66:/ smbpasswd
INFO: Debug class all level = 1 (pid 8318 from pid 8318)
<= That's what i don't like
New SMB password:
Retype new SMB password:
Mismatch - password
2005 Feb 08
2
compiling on an old system...
...libsmbclient non-shared library bin/libsmbclient.a
Linking libsmbclient shared library bin/libsmbclient.so
Compiling modules/vfs_recycle.c with -fPIC
Building plugin bin/recycle.so
modules/vfs_recycle.po: In function `recycle_connect':
modules/vfs_recycle.po(.text+0x23): undefined reference to
`DEBUGLEVEL_CLASS'
modules/vfs_recycle.po(.text+0x31): undefined reference to
`DEBUGLEVEL_CLASS_ISSET'
modules/vfs_recycle.po(.text+0x55): undefined reference to `dbghdr'
modules/vfs_recycle.po(.text+0x6d): undefined reference to `dbgtext'
modules/vfs_recycle.po: In function `recycle_disconnect':...
2005 Aug 09
1
Undefined references during compiling
...ile the latest samba on an old Mandrake 8.1
system. (Current samba there is 2.2.? and doesn't allow login from XP).
During compiling I get a number of error message such as
modules/vfs_recycle.po: In function `recycle_connect':
modules/vfs_recycle.po(.text+0x23): undefined reference to
`DEBUGLEVEL_CLASS'
modules/vfs_recycle.po(.text+0x31): undefined reference to
`DEBUGLEVEL_CLASS_ISSET'
modules/vfs_recycle.po(.text+0x55): undefined reference to `dbghdr'
modules/vfs_recycle.po(.text+0x6d): undefined reference to `dbgtext'
modules/vfs_recycle.po: In function `recycle_disconnect':...
2004 Sep 21
4
Problems compiling samba-3.0.7 on Redhat-7.2
...libsmbclient non-shared library bin/libsmbclient.a
Linking libsmbclient shared library bin/libsmbclient.so
Compiling modules/vfs_recycle.c with -fPIC
Building plugin bin/recycle.so
modules/vfs_recycle.po: In function `recycle_connect':
modules/vfs_recycle.po(.text+0x17): undefined reference to `DEBUGLEVEL_CLASS'
modules/vfs_recycle.po(.text+0x31): undefined reference to `DEBUGLEVEL_CLASS_ISSET'
modules/vfs_recycle.po(.text+0x56): undefined reference to `dbghdr'
modules/vfs_recycle.po(.text+0x6c): undefined reference to `dbgtext'
modules/vfs_recycle.po: In function `recycle_disconnect':...
2014 Aug 21
1
Error Starting Samba
...fault.log <==
[ Aug 21 14:36:30 Enabled. ]
[ Aug 21 14:36:30 Executing start method ("/usr/local/samba/sbin/samba --daemon"). ]
ld.so.1: samba: fatal: libiconv.so.2: open failed: No such file or directory
ld.so.1: samba: fatal: relocation error: file /usr/local/samba/sbin/samba: symbol DEBUGLEVEL_CLASS: referenced symbol not found
[ Aug 21 14:36:30 Method "start" failed due to signal KILL. ]
==> /var/adm/messages <==
Aug 21 14:35:11 oi-desktop last message repeated 3 times
Aug 21 14:36:30 oi-desktop svc.startd[10]: [ID 636263 daemon.warning] svc:/network/samba4:default: Method &q...
2002 May 16
1
VFS modules (recycle).
hi,
Does anyone have the VFS recycle module working? I get the following
error:
[2002/05/14 14:01:45, 0] smbd/vfs.c:vfs_init_custom(120)
Error opening /usr/local/samba/lib/vfs/recycle.so: /usr/local/samba/lib/vfs/recycle.so: undefined symbol: DEBUGLEVEL_CLASS
Thanks,
j.
--
......................
..... Jason C. Leach
..
Current PGP/GPG Key ID: 43AD2024
2004 Nov 19
2
Anonymous printing with User-level security
Can I set up anonymous (unauthenticated) printing on a samba server that is
also hosting user-level security? I have looked through FAQs and sample
setups and don't see it, but I figured I would ask.
Thanks in advance,
- Pete
pmkofodSHIFT2datasages.com
2004 Dec 13
2
compile samba v3.0.9 vfs-errors
...rently there's no
chance to
update the core system. But while compiling it breaks with many
"vfs"-errors as shown
below:
..SNIP..
modules/vfs_shadow_copy.po(.text+0x6e2): undefined reference to
`debug_add_class'
modules/vfs_shadow_copy.po(.text+0x700): undefined reference to
`DEBUGLEVEL_CLASS'
modules/vfs_shadow_copy.po(.text+0x70e): undefined reference to
`DEBUGLEVEL_CLASS_ISSET'
modules/vfs_shadow_copy.po(.text+0x73d): undefined reference to `dbghdr'
modules/vfs_shadow_copy.po(.text+0x764): undefined reference to
`DEBUGLEVEL_CLASS'
modules/vfs_shadow_copy.po(.text+0x...
2015 Nov 04
2
Using samba-python to query AD? Status of API?
...at least in itself, doesn't really have what I'm
looking for (a 'net ads search' equivalent). However, I do see things
in source4/scripting/bin like 'rpcclient' for instance (which doesn't
really work for me due to either not being able to import some modules
OR missing DEBUGLEVEL_CLASS if I muck with my PYTHONPATH).
I see that samba-python includes SOs of various pertinent libraries
(like srvsvc.so, winbind.so, netlogin.so, samr.so etc.). Is there any
documentation at all on any of this stuff? Or are all of these APIs
really for internal consumption only?
-aps
2004 Sep 22
1
Log level and debug classes
Hi, I quote from the smb.conf man page:
------------------------------------
log level (G)
The value of the parameter (a astring) allows the debug level (logging
level) to be specified in the smb.conf file. This parameter has been
extended since the 2.2.x series, now it allow to specify the debug level
for multiple debug classes.
[...]
Example: log level = 3 passdb:5 auth:10 winbind:2
2005 Jul 08
0
Compile errors and warnings with samba-3.0.14a
...9;:
printing/printing.c:1038: warning: passing arg 3 of `tdb_fetch_uint32' from
incompatible pointer type
Some of the errors:
Building plugin bin/shadow_copy.so
modules/vfs_shadow_copy.po: In function `shadow_copy_opendir':
modules/vfs_shadow_copy.po(.text+0x8f): undefined reference to
`DEBUGLEVEL_CLASS'
modules/vfs_shadow_copy.po(.text+0x9d): undefined reference to
`DEBUGLEVEL_CLASS_ISSET'
modules/vfs_shadow_copy.po(.text+0xc9): undefined reference to `dbghdr'
modules/vfs_shadow_copy.po(.text+0xe4): undefined reference to `dbgtext'
Thanks for your help!
Ernie
2015 Nov 04
0
Using samba-python to query AD? Status of API?
...doesn't really have what I'm
> looking for (a 'net ads search' equivalent). However, I do see things
> in source4/scripting/bin like 'rpcclient' for instance (which doesn't
> really work for me due to either not being able to import some modules
> OR missing DEBUGLEVEL_CLASS if I muck with my PYTHONPATH).
>
> I see that samba-python includes SOs of various pertinent libraries
> (like srvsvc.so, winbind.so, netlogin.so, samr.so etc.). Is there any
> documentation at all on any of this stuff? Or are all of these APIs
> really for internal consumption only?...
2015 Nov 04
3
Using samba-python to query AD? Status of API?
On Wed, Nov 4, 2015 at 11:09 AM, mathias dufresne <infractory at gmail.com> wrote:
> Hi,
>
> Once you have installed Samba to be able to run it as Active Directory you
> would have samba-tool available.
>
> # which samba-tool
> /usr/bin/samba-tool
> # file /usr/bin/samba-tool
> /usr/bin/samba-tool: Python script, ASCII text executable
> # locate ldapcmp.py
>
2018 Jun 25
2
Samba 4.7.1 Generating Core Dumps
...emon = <optimized out>
interactive = <optimized out>
Fork = <optimized out>
no_process_group = 112
log_stdout = <optimized out>
ports = 0x0
profile_level = 0x0
opt = <optimized out>
pc = 0x7fc2281b5060 <DEBUGLEVEL_CLASS>
print_build_options = <optimized out>
---Type <return> to continue, or q <return> to quit---
main_server_id = {pid = 3226, task_id = 0, vnn = 4294967295, unique_id = 15388926496133788791}
long_options = {{longName = 0x0, shortName = 0 '\000', ar...
2003 Feb 21
0
Samba + LDAP segfaulting
...;wb_getgroups>
0x124674 <winbind_initgroups+68>: add %fp, -20, %o1
0x124678 <winbind_initgroups+72>: mov %o0, %i0
0x12467c <winbind_initgroups+76>: sethi %hi(0x1c5000), %o0
0x124680 <winbind_initgroups+80>: ld [ %o0 + 0x58 ], %o0 ! 0x1c5058 <DEBUGLEVEL_CLASS>
0x124684 <winbind_initgroups+84>: cmp %o0, 9
0x124688 <winbind_initgroups+88>: ble 0x1246dc <winbind_initgroups+172>
0x12468c <winbind_initgroups+92>: mov 0xa, %o0
0x124690 <winbind_initgroups+96>: sethi %hi(0x176c00), %o1
0x124694 <w...