Displaying 9 results from an estimated 9 matches for "socketnam".
Did you mean:
socketname
2003 Oct 30
1
Patch to make sshd work on multihomed systems
...;packet.h"
#include "xmalloc.h"
+#include "canohost.h"
#include "log.h"
#include "servconf.h"
#include "uidswap.h"
@@ -71,12 +72,23 @@
#endif
krb5_error_code problem;
krb5_ccache ccache = NULL;
+ char localname[MAXHOSTNAMELEN];
+ char *socketname;
if (authctxt->pw == NULL)
return (0);
temporarily_use_uid(authctxt->pw);
+ socketname = get_local_name(packet_get_connection_in());
+ if (socketname) {
+ strlcpy(localname, socketname, MAXHOSTNAMELEN);
+ xfree(socketname);
+ } else if (gethostname(localname, MAXHOSTNAMELEN)) {
+...
2007 Jun 06
1
Autodetecting running drivers by the 'upsd' server
Currently, the 'upsd' server uses 'ups.conf' to find out which drivers
should be running and uses this information to construct the socketname it
needs. This means that drivers that have not been configured in 'ups.conf'
can never be seen by the server. If we ever want to autodetect (by
whatever means) what drivers are started (udev?) and we start them
automatically, this probably means these drivers will not be configured in
...
2006 Apr 19
1
tcpip-forward with port 0 and 'want reply'
...ppens if you request multiple forwardings w/
port 0 with different hostnames? Seems like there's a silent collision; not
sure if it blows up.
I'm no longer surprised nobody has added domain socket support yet. FWIW,
the route I've take so far is replacing all the host/port pairs with a
SocketName structure, and added the streamloceal-forward at openssh.com and
forward-streamlocal at openssh.com messages.
In the process I've run into trouble w/ ForwardPermissions. I suspect
there's a bug in the SSH 2.0 support since it doesn't keep track of
listening hostnames, only the port. A...
2012 Dec 31
0
[4.0] NT_STATUS_INVALID_HANDLE on rmdir
Hi guys
I have a problem with Samba 4.0 shares covered by scannedonly VFS. Example
configuration of one of those shares:
path = /foo/bar/baz
read only = No
browseable = No
vfs objects = scannedonly
scannedonly:domain_socket = True
scannedonly:socketname = /var/lib/scannedonly/scan
scannedonly:hide_nonscanned_files = True
scannedonly:allow_nonscanned_files = False
Whenever I try do delete a directory, I get NT_STATUS_INVALID_HANDLE
status, but directory is removed. On Windows, this status spawns an error
dialog. Example session:
smb: \bl...
2010 Aug 16
0
(force) create mode not instantly applied
...tory security mask = 0775
force directory security mode = 0775
force group = share-write-access
browseable = Yes
writable = Yes
map archive = No
map hidden = No
map readonly = No
vfs objects = scannedonly
scannedonly:domain_socket = True
scannedonly:socketname = /var/lib/scannedonly/scannedonly-socket
Thanks,
Alex
2011 May 19
1
vfs_scannedonly fails to connect to socket.
...lamav-0.97
[share]
path = /srv/samba/share
read only = No
browseable = No
directory mask = 0775
create mask = 0644
oplocks = False
# Virus scanning
vfs objects = scannedonly
scannedonly:domain_socket = True
scannedonly:socketname = /var/lib/clamav/clamd-socket
scannedonly:hide_nonscanned_files = True
ls -l /var/lib/clamav/clamd-socket
srw-rw-rw- 1 vscan vscan 0 May 19 12:29 /var/lib/clamav/clamd-socket
[2011/05/19 12:46:32.541300, 2]
modules/vfs_scannedonly.c:207(connect_to_scanner)
failed to connect to socke...
2012 Dec 21
1
[Samba4] Is VFS working in Samba 4.0.0?
...read only = No
[profiles]
path = /usr/local/samba/var/profiles
read only = no
[public]
path = /usr/local/samba/var/public
read only = no
browseable = yes
vfs objects = scannedonly acl_xattr recycle foobar doesnotwork
scannedonly:domain_socket = True
scannedonly:socketname = /var/lib/scannedonly/scan
scannedonly:hide_nonscanned_files = True
scannedonly:allow_nonscanned_files = False
Logging in, roaming profiles etc. is working fine, but VFS are not. It
looks like "vfs objects" directive is totally ignored. Samba (with log
level 3) prints no error...
2007 May 28
2
Problems starting upsd
Hello list,
I'm fresh in using an ups for shutting down a linux server and i was
thinking someone could give a hand at debugging a problem i stumbled to.
I'm used to the redhat type of distribution, mainly centos 4/5, and
off-course i installed nut and nut-client from the available rpm packages.
After some reading i disconnected the server from the power supplied by
the ups and
2007 May 28
2
Problems starting upsd
Hello list,
I'm fresh in using an ups for shutting down a linux server and i was
thinking someone could give a hand at debugging a problem i stumbled to.
I'm used to the redhat type of distribution, mainly centos 4/5, and
off-course i installed nut and nut-client from the available rpm packages.
After some reading i disconnected the server from the power supplied by
the ups and