Displaying 9 results from an estimated 9 matches for "cmdline_messaging_context".
2019 Jan 13
2
smbclient fails NT_STATUS_INVALID_HANDLE with Windows 7 KB4480970
...970 installed:
$ ./smbclient -d 3 -s /dev/null //192.168.0.3/xxxxx -U xxxxx%xxxxx
lp_load_ex: refreshing parameters
Initialising global parameters
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
mkdir failed on directory /usr/local/samba/var/lock: No such file or directory
cmdline_messaging_context: Unable to initialize messaging context.
Unable to initialize messaging context
lp_load_ex: refreshing parameters
Initialising global parameters
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
added interface eth0 ip=2601:14e:c080:e47:eda1:9444:d39f:d852 bcast=
netmask=fff...
2018 Dec 21
0
smbclient (Samba 4.9.4) "Unable to initialize messaging context"?
...the other patch fixes :-)
I just added the below patch to my own-compiled 4.9.4 tree :-)
--- popt_common_cmdline.c.ORIG 2018-11-08 08:58:08.000000000 +0100
+++ popt_common_cmdline.c 2018-12-21 14:08:04.660504000 +0100
@@ -106,7 +106,7 @@
bool ok;
msg_ctx = cmdline_messaging_context(get_dyn_CONFIGFILE());
- if (msg_ctx == NULL) {
+ if (msg_ctx == NULL && geteuid() == 0) {
fprintf(stderr, "Unable to initialize "
"messaging context\n");
}
- Peter
2019 Dec 16
0
[Announce] Samba 4.11.4 Available for Download
...89: s3: smbd: SMB2 - Ensure we use the correct session_id if
encrypting an interim response.
* BUG 14205: Prevent smbd crash after invalid SMB1 negprot.
o Ralph Boehme <slow at samba.org>
* BUG 13745: s3:printing: Fix %J substition.
* BUG 13925: s3: Remove now unneeded call to cmdline_messaging_context().
* BUG 14069: Incomplete conversion of former parametric options.
* BUG 14070: Fix sync dosmode fallback in async dosmode codepath.
* BUG 14171: vfs_fruit returns capped resource fork length.
o Isaac Boukris <iboukris at gmail.com>
* BUG 14116: libnet_join: Add SPNs for additi...
2019 Dec 16
0
[Announce] Samba 4.11.4 Available for Download
...89: s3: smbd: SMB2 - Ensure we use the correct session_id if
encrypting an interim response.
* BUG 14205: Prevent smbd crash after invalid SMB1 negprot.
o Ralph Boehme <slow at samba.org>
* BUG 13745: s3:printing: Fix %J substition.
* BUG 13925: s3: Remove now unneeded call to cmdline_messaging_context().
* BUG 14069: Incomplete conversion of former parametric options.
* BUG 14070: Fix sync dosmode fallback in async dosmode codepath.
* BUG 14171: vfs_fruit returns capped resource fork length.
o Isaac Boukris <iboukris at gmail.com>
* BUG 14116: libnet_join: Add SPNs for additi...
2020 Jan 23
0
[Announce] Samba 4.10.13 Available for Download
...>smb1.negprot.done = true after
supported_protocols[protocol].proto_reply_fn() succeeds.
o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
* BUG 14209: pygpo: Use correct method flags.
o Ralph Boehme <slow at samba.org>
* BUG 13925: s3: Remove now unneeded call to cmdline_messaging_context().
* BUG 14069: Incomplete conversion of former parametric options.
* BUG 14070: Fix sync dosmode fallback in async dosmode codepath.
* BUG 14171: vfs_fruit returns capped resource fork length.
* BUG 13745: s3:printing: Fix %J substition.
o Isaac Boukris <iboukris at gmail.com>...
2018 Dec 21
3
smbclient (Samba 4.9.4) "Unable to initialize messaging context"?
Sambadevs,
I don't know if this is a bug or just a spurious error message when using
smbclient (on a standalone config), but checking smbclient, I get:
02:47 2pi:~> smbclient -U% -Llocalhost
Unable to initialize messaging context
Sharename Type Comment
--------- ---- -------
samba Disk 2pi - Law
IPC$ IPC
2020 Oct 13
0
Lookup sid with libsmbclient (invoked from c# on mono)
...xt(0x55591473b310, 0x55591474a120, 1, 1) = 0
20582 popt_burn_cmdline_password(6, 0x7ffff4a0f998, 0x5559146fd010, 2) = 1
20582 get_dyn_CONFIGFILE(0x7f3e4e991197, 0x7ffff4a1108c, 10, 5) = 0x7f3e4e8a8053
20582 cmdline_messaging_context(0x7f3e4e8a8053, 0x7ffff4a1108c, 10, 5) = 0
20582 init_names(0, 0x7ffff4a0f4b0, 0x555914739fd0, 0x7f3e4db425d7) = 1
20582 dcerpc_parse_binding(0x55591472dbf0, 0x7ffff4a1108d, 0x7ffff4a0f650, 1) = 0
20582 dcerpc_binding_get_transp...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example:
Here is some search & export for libsmbclient:
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open_noauth_transport
<nothing>
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open
U cli_rpc_pipe_open_noauth
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0
2019 Apr 18
3
samba 4.10 + SQUID 4.6 (FreeBSD) Fresh install - Error ownership folder
...ng global parameters
Processing section "[global]"
Initialising global parameters
Processing section "[global]"
Initialising global parameters
directory_create_or_exist_strict: invalid ownership on directory
/var/run/samba4/msg.lock
Processing section "[global]"
cmdline_messaging_context: Unable to initialize messaging context.
lp_load_ex: refreshing parameters
**end of error log**
I tried several different ownerships with no success, also I compared with
old versions. Same thing.
The Kerberos helper fails with the following Error log:
**start error log**
2019/04/18 18:...