Displaying 5 results from an estimated 5 matches for "snapon".
Did you mean:
snapin
2005 Jan 21
1
Unable to map drives to samba shares
Hello,
We're running SCO open server 5.0.6 and Samba 2.2.0 and get recurring
problems when people
try to map drives. Windows produces the error:
"No more connections can be made to this remote computer at this time [...]
already as many
connections as the computer can accept."
The "max connections" parameter is not set in our smb.conf file. From what
the man page says,
it
2014 Dec 03
3
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
...values to work also, but:
A) encapsulation of ecn capable marked packets, and availability in
the outer header, without correct decapsulationm doesn't work well.
The outer packet gets marked, but by default the marking doesn't make
it back into the inner packet when decoded.
see:
http://snapon.lab.bufferbloat.net/~d/tinc/ecn.png # packets get marked
but not decapsulated - and never dropped so they
just keep accumulating delay over this path....
vs
http://snapon.lab.bufferbloat.net/~d/tinc/noecn.png
So communicating somehow that a path can take ecn (and/or diffserv
markings) is needed...
2015 Dec 02
1
[PATCH] Receive multiple packets at a time
Dave Taht, on Wed 02 Dec 2015 14:41:35 +0100, wrote:
> I guess my meta point is driven by my headaches. Getting per packet
> processing to scale up past 100Mbit is hard without offloads even on
> embedded hardware considered "high end".
In my tests I was getting 800Mbps with common laptop Gb ethernet
devices.
> >> > At least for now we could commit the recvmmsg
2005 Jul 12
0
[Bug 2871] New: rsync fails on chown command.
...sync fails on chown command.
Product: rsync
Version: 2.6.4
Platform: PA-RISC
OS/Version: HP-UX
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: jeff.huff@snapon.com
QAContact: rsync-qa@samba.org
When using rsync to copy files within the same server, to a different structure,
have been getting the following errors:
rsync: chown "/newexport/home/huffjl/dmesgout" failed: Invalid argument (22)
The original file looks like:
-rw-r--r-- 1...
2014 Dec 03
1
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
...Windows does not, unless you have admin privs. Don't know
about other OSes.
The comment there:
tos = origpkt->tos & ~0x3 ; // chicken out on passing ecn for now
was due to seeing this happen otherwise (talking to a tinc not yet
modified to decapsulate ecn markings correctly)
http://snapon.lab.bufferbloat.net/~d/tinc/ecn.png
and
was awaiting some thought on a truth table derived from the
relevant rfc (which I think is slightly wrong, btw), and further
thought on determining if ecn could be used on that path.
certainly I could deploy a tinc modified to assume ecn was
in use, (and m...