Displaying 20 results from an estimated 28561 matches for "protocol".
2019 Sep 24
0
[PATCH nbdkit 1/4] common/protocol: Rename protocol.h to nbd-protocol.h.
In preparation for installing this header as a common public header
for use by other projects, rename it.
---
common/protocol/Makefile.am | 10 +++++-----
common/protocol/{protocol.h => nbd-protocol.h} | 6 +++---
common/protocol/protostrings.sed | 6 +++---
plugins/nbd/nbd-standalone.c | 2 +-
server/protocol-handshake-newstyle.c | 2 +-
server/protocol-...
2005 May 30
0
Long Delays Displaying Small Folders in Windows Explorer (samba-3.0.10-1 FC2)
...le = Yes
writable = No
oplocks = false
level2 oplocks = false
-------------- next part --------------
Open //NGHFS/downloads mapped drive share in Windows Exporer
************************************************************
No. Time Source Destination Protocol Info
55 157.836971 192.168.4.210 192.168.4.230 SMB Trans2 Request, QUERY_PATH_INFO, Query File Basic Info, Path: \Desktop.ini
No. Time Source Destination Protocol Info
56 157.841124 192.168.4.230 192.168.4.210 SM...
2011 Feb 04
1
nut unable to communicate with new APC SMX100 over USB
...00 Driver=usbhid
E: Ad=81(I) Atr=03(Int.) MxPS= 64 Ivl=32ms
E: Ad=01(O) Atr=03(Int.) MxPS= 64 Ivl=32ms
I have it configured in ups.conf as:
[apc]
driver = usbhid-ups
vendorid=051d
productid=0003
port=auto
upshid-ups is unable to communicate with the UPS, giving 'Protocol
error'. I've also tried the snapshot and 2.7 svn release with the same
results. Debug output is below, any ideas appreciated.
#./usbhid-ups -DDD -a apc
Network UPS Tools - Generic HID driver 0.35 (2.6.0)
USB communication driver 0.31
0.000000 debug level is '3'
0.0...
2019 Sep 24
11
[PATCH nbdkit 0/4] common/protocol: Unify public <nbd-protocol.h>
We should have only one NBD protocol file. Let's make nbdkit's
version the canonical one, and use it in libnbd.
Rich.
2009 Jun 07
2
Does this tell me anything? Traffic report
...oaded Wireshark and watched the traffic when I typed smbclient -L
on the client machine - 192.168.1.105 is the client and .100 is the
server. It seems like it sends out an acknowledgement on port 445, but
it just gives a quick reply.
No. Time Source Destination Protocol
Info
1 0.000000 192.168.1.100 192.168.1.255 NBNS
Registration NB <01><02>__MSBROWSE__<02><01>
Frame 1 (110 bytes on wire, 110 bytes captured)
Ethernet II, Src: Cisco-Li_15:1c:11 (00:18:39:15:1c:11), Dst: Broadcast
(ff:ff:ff:ff:ff:ff)
Internet Protoc...
2004 Sep 23
10
MFC/R2
Hi all,
I have begun the release of my MFC/R2 protocol software. At
http://www.opencall.org/installing-mfcr2.html there are instructions for
installing what I have released so far. This is the MFC/R2 protocol
software, and a test program. The software to interface Asterisk to the
MFC/R2 code will be released shortly. It used to work, but it hasn...
2018 Feb 13
5
firewalld services to open for an ADDC
...what I was looking for
> I found some docs about firewalld that the service files are kept in
> /usr/lib/firewalld/services
> so I did
> [root at dc1 ~]# grep -e 139 -e 88 -e 445
> /usr/lib/firewalld/services/*.xml
> /usr/lib/firewalld/services/freeipa-ldaps.xml: <port
> protocol="tcp" port="88"/>
> /usr/lib/firewalld/services/freeipa-ldaps.xml: <port
> protocol="udp" port="88"/>
> /usr/lib/firewalld/services/freeipa-ldap.xml: <port
> protocol="tcp" port="88"/>
> /usr/lib/firewalld...
2010 Mar 15
1
Glusterfs 3.0.X crashed on Fedora 11
...t/disk3
40: end-volume
41:
42: volume locks3
43: type features/locks
44: subvolumes posix3
45: end-volume
46:
47: volume brick3
48: type performance/io-threads
49: option thread-count 16
50: subvolumes locks3
51: end-volume
52:
53:
54: # Server
55: volume server
56: type protocol/server
57: option transport-type tcp/server
58: option transport.socket.bind-address 192.168.1.155
59: option transport.socket.listen-port 6996
60: subvolumes brick1 brick2 brick3
61: option auth.addr.brick1.allow *
62: option auth.addr.brick2.allow *
63: option auth.addr.brick3.allow...
2019 Mar 29
3
[nbdkit PATCH] protocol: Trivially implement NBD_CMD_FLAG_DF
...m reassembly back into one reply
ourselves if the plugin ignored the flag).
tests/test-eflags.sh can't really test this, as it requires the
negotiation of structured replies (which in turn requires newstyle,
not oldstyle...)
Signed-off-by: Eric Blake <eblake@redhat.com>
---
docs/nbdkit-protocol.pod | 13 +++++++++++++
common/protocol/protocol.h | 2 ++
server/protocol-handshake.c | 3 +++
server/protocol.c | 16 +++++++++++++++-
TODO | 10 +++++++---
5 files changed, 40 insertions(+), 4 deletions(-)
diff --git a/docs/nbdkit-protocol.pod b/docs/nbdki...
2019 Jul 22
3
client min protocol = SMB2
Hello,
Thank you !
I add server min protocol = SMB2_02 to smb.cnf
All clients are now using SMB2_10 as minimum protocol version
May you indicate me the difference between "client min protocol" and
"server min protocol" ?
"server min protocol" is to use on a domain member
"client min protocol" is to u...
2019 Sep 25
3
[nbdkit PATCH 0/2] more protocol.h tweaks
More nbd-protocol.h improvements
Eric Blake (2):
common/protocol: Switch nbdmagic to uint64_t
common/protocol: Declare additional constants
common/protocol/nbd-protocol.h | 16 ++++++++++------
server/protocol-handshake-newstyle.c | 2 +-
server/protocol-handshake-oldstyle.c | 2 +-
plugins/nbd/nbd-st...
2019 Sep 24
0
[PATCH nbdkit 2/4] common/protocol: Remove protostrings.sed, use bash+sed instead.
Use a simple bash script to generate the protostrings.c functions.
Remove the extern decls from the nbd-protocol.h file which were used
previously in the generation of this file. They have been moved to a
new internal header called "protostrings.h".
---
common/protocol/Makefile.am | 8 ++-
...tostrings.sed => generate-protostrings.sh} | 56 +++++++++++--------
common/protocol...
2015 Mar 04
4
server max protocol appropriate values
Hello,
My DC smb.conf currently has the following set
server max protocol = NT1
server min protocol = CORE
client max protocol = NT1
client min protocol = CORE
Is it safe to change both the client and server max to = SMB3? What
about on member servers? Should I be concerned with anything breaking?
I'm using Windows 7 clients to authenticate a...
2019 Jul 22
5
client min protocol = SMB2
I did not set max protocol to SMB2 in smb.cnf, I don't want to force
SMB2 selection if SMB3 can be used by a client.
The machine is a Windows 7, so is SMB2 compliant.
Le 22/07/2019 ? 11:44, Gaiseric Vandal via samba a ?crit?:
> I would guess that changing the min protocol does not affect existing
> connections...
2008 Oct 23
3
PDA-Logon: mal formed packet
...BA under Etch.
Meanwhile I upgraded to Debian Lenny and now may PDA cannot connect anymore to
the server. Error 1223 or 1222.
Connecting to XP-Clients via WLAN is okay.
Connecting to Samba Wireshark tells me:
malformed packet:
No. ? ? Time ? ? ? ?Source ? ? ? ? ? ? ? ?Destination ? ? ? ? ? Protocol Info
? ? ?30 34.499685 ? 10.0.0.245 ? ? ? ? ? ?10.0.0.247 ? ? ? ? ? ?SMB ? ? ?
Session Setup AndX Request, NTLMSSP_NEGOTIATE[Malformed Packet]
The PDA is 10.0.0.245
the server is 10.0.0.247
Any clue, what is going wrong and what to do about it?
Thank you and regards
Bernd Kloss
No. ? ? Time ?...
2004 Jan 14
0
Problems while mixing protocols
Hello,
I''m trying to shape traffic by IP addresses and by 802.1q vlans.
But when I add 802.1q filter filters output looks strange.
Maybe I''m missing some options to TC?
Thanks,
Mindaugas
# ./bin/tc -s -d filter show dev eth0
filter parent 1: protocol ip pref 1 u32
filter parent 1: protocol ip pref 1 u32 fh 800: ht divisor 1
filter parent 1: protocol ip pref 1 u32 fh 800::800 order 2048 key ht 800
bkt 0 flowid 1:10
match d5e2b800/fffffe00 at 12
filter parent 1: protocol ip pref 1 u32 fh 800::801 order 2049 key ht 800
bkt 0 flowid 1:11
match...
2005 Feb 06
0
Please help printing from CUPS to XP shared printer via smb
...her box. In particular I see
a Tree Connect AndX Request, Path: \\192.168.174.242\R200 in frame 9
going from linux to xp and Tree Connect AndX Response, Error:
STATUS_ACCESS_DE as the reply from xp to linux in frame 10 the Reason ?
No. Time Source Destination Protocol
Info
1 0.000000 192.168.174.244 192.168.174.242 TCP
57074 > microsoft-ds [SYN] Seq=0 Ack=0 Win=5840 Len=0 MSS=1460
TSV=73543465 TSER=0 WS=2
Frame 1 (74 bytes on wire, 74 bytes captured)
Ethernet II, Src: 00:09:6b:53:12:f1, Dst: 00:04:4b:80:80:03
Internet Protocol, Src A...
2015 Mar 17
2
How to know which protocol version clients use?
Hello,
I currently run samba with
server min protocol = NT1
but I need to move towards
server min protocol = SMB2
is there any way I can detect which clients still use the older protocol
versions? I would like to estimate the impact of the change before i do
close NT1/SMB1.
Thank and kind regards,
Heiner Billich
2019 Apr 01
3
Re: [nbdkit PATCH] protocol: Trivially implement NBD_CMD_FLAG_DF
...39;t really test this, as it requires the
>> negotiation of structured replies (which in turn requires newstyle,
>> not oldstyle...)
>>
>> Signed-off-by: Eric Blake <eblake@redhat.com>
>
>Looks good to me, so ACK.
>
>Thanks, Rich.
>
>> docs/nbdkit-protocol.pod | 13 +++++++++++++
>> common/protocol/protocol.h | 2 ++
>> server/protocol-handshake.c | 3 +++
>> server/protocol.c | 16 +++++++++++++++-
>> TODO | 10 +++++++---
>> 5 files changed, 40 insertions(+), 4 deletions(-)
>&g...
2019 Mar 29
0
Re: [nbdkit PATCH] protocol: Trivially implement NBD_CMD_FLAG_DF
....
>
> tests/test-eflags.sh can't really test this, as it requires the
> negotiation of structured replies (which in turn requires newstyle,
> not oldstyle...)
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
Looks good to me, so ACK.
Thanks, Rich.
> docs/nbdkit-protocol.pod | 13 +++++++++++++
> common/protocol/protocol.h | 2 ++
> server/protocol-handshake.c | 3 +++
> server/protocol.c | 16 +++++++++++++++-
> TODO | 10 +++++++---
> 5 files changed, 40 insertions(+), 4 deletions(-)
>
> diff --git a/do...