Displaying 6 results from an estimated 6 matches for "server_n".
Did you mean:
server_
2024 Oct 25
0
Could not find a suitable mechtype in NEG_TOKEN_INIT error in libsmbclient 4.19.4
...t.
#smbget --use-kerberos=off -d 10 "smb://
10.213.83.54/cifsshare/testing.dlpenc" -U "ePO\Administrator"
smbc_setConfiguration: Configuration loaded successfully:
/etc/samba/smb.conf
Using netbios name PS.
Using workgroup SAMBA.
Password for [EPO\Administrator]:SMBC_server: server_n=[10.213.83.50]
server=[10.213.83.50]
-> server_n=[10.213.83.50] server=[10.213.83.50]
Connecting to 10.213.83.50 at port 445
socket options: SO_KEEPALIVE=0, SO_REUSEADDR=0, SO_BROADCAST=0,
TCP_NODELAY=1, TCP_KEEPCNT=9, TCP_KEEPIDLE=7200, TCP_KEEPINTVL=75,
IPTOS_LOWDELAY=0, IPTOS_THROUGHPUT=0, S...
2003 Oct 26
0
Patches for samba 3.0.0 client/client.c
...535,9 @@
if (have_ip) ip = dest_ip;
/* have to open a new connection */
- if (!(c=cli_initialise(NULL)) || (cli_set_port(c, port) != port) ||
+
+ if (!(c=cli_initialise(NULL)) || !(c->timeout = connect_timeout) ||
+ (cli_set_port(c, port) != port) ||
!cli_connect(c, server_n, &ip)) {
d_printf("Connection to %s failed\n", server_n);
return NULL;
@@ -2650,22 +2654,33 @@
if (!cli)
return 1;
+ if (*cli->server_domain) {
+ printf("Domain=[%s] OS=[%s] Server=[%s]\n",
+ cli->server_domain,cli->...
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
...d = fork()) < 0) {
- fprintf(stderr,"could not fork\n");
+ DEBUG(0,("could not fork\n"));
}
if (child_pid > 0) {
@@ -151,12 +145,12 @@
/* have to open a new connection */
if (!(c=cli_initialise(NULL)) || (cli_set_port(c, smb_port) == 0) ||
!cli_connect(c, server_n, &ip)) {
- fprintf(stderr,"Connection to %s failed\n", server_n);
+ DEBUG(0,("Connection to %s failed\n", server_n));
return NULL;
}
if (!cli_session_request(c, &calling, &called)) {
- fprintf(stderr, "session request to %s failed\n", called.nam...
2013 Feb 04
0
not able to connect to windows machine
...50
lanman: 50
smb: 50
rpc_parse: 50
rpc_srv: 50
rpc_cli: 50
passdb: 50
sam: 50
auth: 50
winbind: 50
vfs: 50
idmap: 50
quota: 50
acls: 50
locking: 50
msdfs: 50
dmapi: 50
registry: 50
Using netbios name MER19640.
Using workgroup WORKGROUP.
INIT SUCCESSSMBC_server: server_n=[172.31.130.148] server=[172.31.130.148]
-> server_n=[172.31.130.148] server=[172.31.130.148]
Connecting to 172.31.130.148 at port 445
Socket options:
Doing spnego session setup (blob length=83)
got OID=1.2.840.48018.1.2.2
got OID=1.2.840.113554.1.2.2
got OID=1.2.840.113554.1.2.2.3
got OID=1.3....
2007 May 10
2
programming libsmbclient
...n file "/home/vodmat/.smb/smb.conf.append":
Aucun fichier ou r?pertoire de ce type
pm_process() returned No
lp_servicenumber: couldn't find homes
added interface ip=192.168.2.101 bcast=192.168.2.255 nmask=255.255.255.0
Using netbios name VODMAT.
Using workgroup INTRADOT.
smbc_server: server_n=[regis] server=[regis]
-> server_n=[regis] server=[regis]
Opening cache file at /var/run/samba/gencache.tdb
tdb(unnamed): tdb_open_ex: could not open file /var/run/samba/gencache.tdb: Permission non accord?e
gencache_init: Opening cache file /var/run/samba/gencache.tdb read-only.
no entry for r...
2018 Mar 20
3
Tinc deployments in the USA
Are there any Tinc deployments in the USA in Medium sized businesses and
small Enterprises?
Use case is to provide site-to-site VPN functionality.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20180320/1e41904a/attachment.html>