Displaying 14 results from an estimated 14 matches for "13310".
Did you mean:
1330
2006 Jan 12
1
tc class class id problem Limitation
Hello,
I have been working on tc class . But when the classid reaches 5 digit ,
it DOES NOT ACCEPT THAT ...
see the example below ::
tc class add dev eth0 parent 10:36 classid 10:13310 cbq bandwidth 10Mbit
rate 32Kbit allot 1514 weight 3.2Kbit prio 5 maxburst 20 avpkt 1000 bounded
See the bold digit !! this command doesn''t work , but if i use with 4
digit then it works :
tc class add dev eth0 parent 10:36 classid 10:1331 cbq bandwidth 10Mbit
rate 32Kbit allot 1514 w...
2018 Apr 13
0
[Announce] Samba 4.6.15 Available for Download
...6: Fix authentication with an empty string domain ''.
* BUG 13215: s3:smb2_server: correctly maintain request counters for
compound requests.
o Anton Nefedov
* BUG 13338: s3:smbd: Map nterror on smb2_flush errorpath.
o Dan Robertson <drobertson at tripwire.com>
* BUG 13310: libsmb: Use smb2 tcon if conn_protocol >= SMB2_02.
o Garming Sam <garming at catalyst.net.nz>
* BUG 13031: subnet: Avoid a segfault when renaming subnet objects.
o Andreas Schneider <asn at samba.org>
* BUG 13315: s3:smbd: Do not crash if we fail to init the session table....
2018 Apr 13
0
[Samba] [Announce] Samba 4.6.15 Available for Download
...6: Fix authentication with an empty string domain ''.
* BUG 13215: s3:smb2_server: correctly maintain request counters for
compound requests.
o Anton Nefedov
* BUG 13338: s3:smbd: Map nterror on smb2_flush errorpath.
o Dan Robertson <drobertson at tripwire.com>
* BUG 13310: libsmb: Use smb2 tcon if conn_protocol >= SMB2_02.
o Garming Sam <garming at catalyst.net.nz>
* BUG 13031: subnet: Avoid a segfault when renaming subnet objects.
o Andreas Schneider <asn at samba.org>
* BUG 13315: s3:smbd: Do not crash if we fail to init the session table....
2015 May 24
3
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
...available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150524/bf7f761c/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-AsmPrinter-Stop-exposing-underlying-DIEValue-list-NF.patch
Type: application/octet-stream
Size: 13310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150524/bf7f761c/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-AsmPrinter-Return-added-DIE-from-DIE-addChild.patch
Type: application/octet-stre...
2018 Apr 17
1
[Announce] Samba 4.7.7 Available for Download
...on Samba NT4 domain.
o David Mulder <dmulder at suse.com>
* BUG 13050: smbc_opendir should not return EEXIST with invalid login
credentials.
o Anton Nefedov
* BUG 13338: s3:smbd: map nterror on smb2_flush errorpath.
o Dan Robertson <drobertson at tripwire.com>
* BUG 13310: libsmb: Use smb2 tcon if conn_protocol >= SMB2_02.
o Garming Sam <garming at catalyst.net.nz>
* BUG 13031: subnet: Avoid a segfault when renaming subnet objects.
o Christof Schmitt <cs at samba.org>
* BUG 13312: 'wbinfo --name-to-sid' returns misleading result on i...
2018 Apr 17
1
[Announce] Samba 4.7.7 Available for Download
...on Samba NT4 domain.
o David Mulder <dmulder at suse.com>
* BUG 13050: smbc_opendir should not return EEXIST with invalid login
credentials.
o Anton Nefedov
* BUG 13338: s3:smbd: map nterror on smb2_flush errorpath.
o Dan Robertson <drobertson at tripwire.com>
* BUG 13310: libsmb: Use smb2 tcon if conn_protocol >= SMB2_02.
o Garming Sam <garming at catalyst.net.nz>
* BUG 13031: subnet: Avoid a segfault when renaming subnet objects.
o Christof Schmitt <cs at samba.org>
* BUG 13312: 'wbinfo --name-to-sid' returns misleading result on i...
2007 Dec 22
5
[Bug 13778] New: DMA queue hang Class 0x0397 Mthd 1808, FX5600
http://bugs.freedesktop.org/show_bug.cgi?id=13778
Summary: DMA queue hang Class 0x0397 Mthd 1808, FX5600
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2005 Mar 31
2
grub Error 28: Selected item cannot fit into memory
...rsect ruse wio wmerge wsect
wuse running use aveq
3 0 80418240 hda 45071 143921 957432 389900 364406 964781
7682300 10972860 4294967233 16997266 14692735
3 1 257008 hda1 5833 62092 135850 28140 22470 473210 992108
3701560 0 65430 3740690
3 2 46082452 hda2 1938 1573 27434 13310 71000 147686 1755888
2062300 0 87920 2078460
3 3 14338012 hda3 12079 16317 226530 67920 206684 186747
3153992 1769070 0 162580 1837780
3 4 1 hda4 2 0 4 20 0 0 0 0 0 20 20
3 5 8193118 hda5 4113 10472 116026 55120 16826 23884 326816
550270 0 58870 605390
3 6 8...
2015 May 21
2
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
With just those four patches, memory usage went *up* slightly. Add in
the 5th patch (which does #2 below), and we get an overall memory drop
of 4%.
The intermediate result of a memory increase makes sense. While the
first four patches reduce the number of (and size of) `DIEValue`
allocations, they increase the cost of the `SmallVector` overhead.
0005 (attached) squeezes the abbreviation data
2006 Jul 31
5
ActionWebService API
Hi *,
I need to pass a hash to a webservice, so I defined my API with:
api_method :search,
:expects => [{
:tags => :string,
:assignment => :string,
:resource => :string,
:lesson_plan => :string,
:subject => :string,
:all_types => :string
}], :returns => [[Resource]]
when I try to test the webservice with scaffold the
2018 Mar 13
0
Samba 4.8.0 and Schema 69 support (including replication)
...password.
* BUG 13313: nsswitch: Fix wbinfo -m --verbose trust type "Local".
o Stefan Metzmacher <metze at samba.org>
* BUG 13272: CVE-2018-1057: Unprivileged user can change any user (and admin)
password.
o Dan Robertson <drobertson at tripwire.com>
* BUG 13310: libsmb: Use smb2 tcon if conn_protocol >= SMB2_02.
o Andreas Schneider <asn at samba.org>
* BUG 13315: s3:smbd: Do not crash if we fail to init the session table.
CHANGES SINCE 4.8.0rc3
======================
o Ralph Boehme <slow at samba.org>
* BUG 13287: Fix numerous t...
2018 Mar 13
10
[Announce] Samba 4.8.0 Available for Download
...password.
* BUG 13313: nsswitch: Fix wbinfo -m --verbose trust type "Local".
o Stefan Metzmacher <metze at samba.org>
* BUG 13272: CVE-2018-1057: Unprivileged user can change any user (and admin)
password.
o Dan Robertson <drobertson at tripwire.com>
* BUG 13310: libsmb: Use smb2 tcon if conn_protocol >= SMB2_02.
o Andreas Schneider <asn at samba.org>
* BUG 13315: s3:smbd: Do not crash if we fail to init the session table.
CHANGES SINCE 4.8.0rc3
======================
o Ralph Boehme <slow at samba.org>
* BUG 13287: Fix numerous t...
2018 Mar 13
10
[Announce] Samba 4.8.0 Available for Download
...password.
* BUG 13313: nsswitch: Fix wbinfo -m --verbose trust type "Local".
o Stefan Metzmacher <metze at samba.org>
* BUG 13272: CVE-2018-1057: Unprivileged user can change any user (and admin)
password.
o Dan Robertson <drobertson at tripwire.com>
* BUG 13310: libsmb: Use smb2 tcon if conn_protocol >= SMB2_02.
o Andreas Schneider <asn at samba.org>
* BUG 13315: s3:smbd: Do not crash if we fail to init the session table.
CHANGES SINCE 4.8.0rc3
======================
o Ralph Boehme <slow at samba.org>
* BUG 13287: Fix numerous t...
2010 Jul 30
0
Wine release 1.3.0
...tart
12620 Minimize to tray broken - NoteTab
12870 Guild Wars doesn't start - Error Message: Graphic driver error
12996 Orienteering Organizer stucks when opening file from remote directory (cifs or sshfs)
13089 Adobe Acrobat Pro 7 / Acrobat Reader 7 -- How To window does not work
13310 Magic DVD Copier has jagged border around window - bad transparancy mask?
13344 DPP 3.4.1.1 - Images with "Fit to window" corrupted
13378 Xplorer2 lite crashes in SHChangeNotify when deleting directory
13531 dxi plugins don't run in wine
13652 Trillian: Dragging a chat co...