search for: 64kb

Displaying 20 results from an estimated 403 matches for "64kb".

Did you mean: 64k
2017 Aug 02
2
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
I wrote a powershell script on a windows computer to write an ADS on a file on a FreeBSD server with streams_xattr enabled. If it's smaller than 64KB, it succeeds. If it's larger than 64KB, I get an "access denied message" and powershell crashes. FreeBSD actually allows creation of large extended attributes (at least on ZFS volumes). I've personally added ones of up to 3MB in size, but have never actually tested the limits. Fo...
2017 Aug 02
0
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
On Wed, Aug 02, 2017 at 11:21:56AM -0500, Andrew Walker via samba wrote: > I wrote a powershell script on a windows computer to write an ADS on a file > on a FreeBSD server with streams_xattr enabled. If it's smaller than 64KB, > it succeeds. If it's larger than 64KB, I get an "access denied message" and > powershell crashes. FreeBSD actually allows creation of large extended > attributes (at least on ZFS volumes). I've personally added ones of up to > 3MB in size, but have never actually te...
2005 Mar 17
1
unprotecting the first 64KB of memory to allow real-mode calls.
...lo, this is my first wine-time, and a lot of winprograms run "out of the box" Great! But there is a little DOS-program which does not run. Where can I look for the error? Thanks for any hint. geo@toso:~> wine "c:\Program Files\saft\saft.exe" Warning: unprotecting the first 64KB of memory to allow real-mode calls. NULL pointer accesses will no longer be caught. fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported fixme:int:DOSVM_Int10Handler Select Active Display Page (0) - Not Supported Beste Gr??e Jochen __________________________________...
2005 Nov 15
1
UDP transfer speed exceeding the ceil by about 4x
...ceil 51680bit burst 15Kb/8 mpu 0b overhead 0b cburst 1663b/8 mpu 0b overhead 0b level 0 class htb 1:357 parent 1:4 leaf 357: prio 4 quantum 1600 rate 12800bit ceil 51680bit burst 15Kb/8 mpu 0b overhead 0b cburst 1663b/8 mpu 0b overhead 0b level 0 class htb 1:2 root rate 51200bit ceil 54400bit burst 64Kb/8 mpu 0b overhead 0b cburst 1667b/8 mpu 0b overhead 0b level 7 class htb 1:3 parent 1:2 leaf 3: prio 2 quantum 10400 rate 83200bit ceil 88640bit burst 64Kb/8 mpu 0b overhead 0b cburst 1709b/8 mpu 0b overhead 0b level 0 class htb 1:614 parent 1:5 leaf 614: prio 6 quantum 1500 rate 10240bit ceil 5168...
2009 Dec 03
2
Centos 4.7 /var/log/messages file kill process
We have DELL 2650 server and I found recently /var/log/messages have following messages continue pop-up: =========================================== Dec 3 15:47:06 HOST1 kernel: Free pages: 17816kB (1664kB HighMem) Dec 3 15:47:06 HOST1 kernel: Active:7463815 inactive:656000 dirty:0 writeback:0 unstable:0 free:4454 slab:119979 mapped:730440 pagetables:63277 Dec 3 15:47:06 HOST1 kernel: DMA free:12448kB min:64kB low:128kB high:192kB active:0kB inactive:0kB present:16384kB pages_scanned:0 all_unreclai...
2016 Mar 30
12
[Bug 94757] New: powerpc64 & 64Kb kernel pagesize not working with nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=94757 Bug ID: 94757 Summary: powerpc64 & 64Kb kernel pagesize not working with nouveau Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee...
2010 Oct 05
3
Zero-sized Maildir files and index corruption on over-quota
...uccessful delivery (deliver: stored mail into mailbox 'INBOX') but ,,Corrupted index cache file /var/db/dovecot/indexes/XXX/.INBOX/dovecot.index.cache: Corrupted virtual size for uid=YYY: 0 != NNNN'' alerts on IMAP access. It looks like all mails which correctly got bounced are >64KB while those resulting in zero-sized files are <64KB (there is one >32KB). My first guess would be that maybe for large files, write() fails, while for small ones, close() fails or there is some buffering involved for large files.
2005 Dec 09
0
memory problems
...ve_clean: 0, free: 3790 ) Dec 7 19:52:43 gcclo77 kernel: aa:0 ac:0 id:0 il:0 ic:0 fr:2927 Dec 7 19:52:43 gcclo77 kernel: aa:157445 ac:1554 id:301 il:0 ic:0 fr:737 Dec 7 19:52:43 gcclo77 kernel: aa:2791 ac:569 id:1 il:0 ic:0 fr:126 Dec 7 19:52:43 gcclo77 kernel: 3*4kB 2*8kB 4*16kB 3*32kB 4*64kB 2*128kB 1*256kB 1*512kB 0*1024kB 1*2048kB 2*4096kB = 11708kB) Dec 7 19:52:43 gcclo77 kernel: 49*4kB 0*8kB 0*16kB 0*32kB 1*64kB 1*128kB 0*256kB 1*512kB 0*1024kB 1*2048kB 0*4096kB = 2948kB) Dec 7 19:52:43 gcclo77 kernel: 0*4kB 1*8kB 1*16kB 1*32kB 1*64kB 1*128kB 1*256kB 0*512kB 0*1024kB 0*2048kB...
2017 Aug 08
0
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
It's also interesting to note that ReFS in windows has a 128KB limit on the size of alternate data streams. When you try to write an overly large stream, the ReFS-backed server replies with "NT_STATUS_FILE_SYSTEM_LIMITATION" (0xc0000427) rather than "access denied". The windows client handles this more gracefully than a simple access denied message. It allows users to skip
2017 Aug 15
0
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
On Wed, Aug 9, 2017 at 7:37 AM, Ralph Böhme <slow at samba.org> wrote: > On Mon, Aug 07, 2017 at 08:26:22PM -0500, Andrew Walker via samba wrote: > > It's also interesting to note that ReFS in windows has a 128KB limit on > the > > size of alternate data streams. > > > > When you try to write an overly large stream, the ReFS-backed server > > replies
2019 Oct 09
4
Built in progmem variables in AVR
.... My proposal is to: Use those variables as any other, without creating assembly. While reading them, compiler has all necessary knowledge where the variable is and can generate assembly Possible future improvements: Automatic placement of variables in __flash sections. Take care of reading across 64KB boundary If a variable is const, it can be places automatically in some __flash section AVR devices are old, but still widely used. This feature could improve code quality even further. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipe...
2017 Aug 09
2
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
On Mon, Aug 07, 2017 at 08:26:22PM -0500, Andrew Walker via samba wrote: > It's also interesting to note that ReFS in windows has a 128KB limit on the > size of alternate data streams. > > When you try to write an overly large stream, the ReFS-backed server > replies with "NT_STATUS_FILE_SYSTEM_LIMITATION" (0xc0000427) rather than > "access denied". The
2001 Jun 05
5
[new?] Streaming technique
...(btw, why not create just one site instead of vorbis.com, ogg-vorbis.com...). The question is, does Ogg use perceptual coding, like mp3 does? And if so, would it be possible to build an encoder in such a way as to take one input stream and make it produce 2 different files? One file encoded at 64kb, and the other file with the information dropped from the stream that would have made the resulting encoded stream 128kb? What I mean is a way to produce 2 64kb files which could be somehow "added up" on the decoder to produce a 128kb stream. Is there a name for this kind of thing, or...
2018 Jan 23
2
Create virtual machine failed using virDomainCreateXML
...When I created a virtual machine using virDomainCreateXML, with virtualport type was openvswitch, and virtual machine creation failed. The error message is: internal error: Child process (/sbin/tc filter add dev vnet110 parent ffff: protocol all u32 match u32 0 0 police rate 0kbps burst 0kb mtu 64kb drop flowid :1) unexpected exit status 2: RTNETLINK answers: Invalid argument The Domain XML file the <interface> section like this: <interface type='bridge'><mac address='52:54:00:71:b1:b6'/><source bridge='ovsbr'/><virtualport type='openvsw...
2017 Nov 05
1
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
On Tue, Aug 15, 2017 at 07:08:40AM -0500, Andrew Walker via samba wrote: > On Wed, Aug 9, 2017 at 7:37 AM, Ralph Böhme <slow at samba.org> wrote: > > > On Mon, Aug 07, 2017 at 08:26:22PM -0500, Andrew Walker via samba wrote: > > > It's also interesting to note that ReFS in windows has a 128KB limit on > > the > > > size of alternate data streams. >
2015 Dec 20
8
[Bug 93458] New: page allocation failure: order:5, mode:0x240c0c0
...249344kB shmem:80548kB slab_reclaimable:746356kB slab_unreclaimable:38924kB kernel_stack:5728kB pagetables:20060kB unstable:0kB bounce:0kB free_pcp:120kB local_pcp:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no lowmem_reserve[]: 0 0 0 0 DMA: 0*4kB 0*8kB 1*16kB (U) 0*32kB 2*64kB (U) 1*128kB (U) 1*256kB (U) 0*512kB 1*1024kB (U) 1*2048kB (U) 3*4096kB (M) = 15888kB DMA32: 1691*4kB (UME) 2651*8kB (UME) 50*16kB (UME) 9*32kB (ME) 7*64kB (E) 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 29508kB Normal: 2315*4kB (UME) 167*8kB (UME) 117*16kB (UME) 8*32kB (UE) 3*64kB (E) 0*12...
2007 Feb 05
1
kernel error -- system crash
...ns[]: 0 0 0 Feb 4 00:08:23 server1 kernel: HighMem free:49280kB min:128kB low:256kB high:384kB active:21460kB inactive:25216kB present:98240kB pages_scanned:0 all_unreclaimable? no Feb 4 00:08:23 server1 kernel: protections[]: 0 0 0 Feb 4 00:08:23 server1 kernel: DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB Feb 4 00:08:23 server1 kernel: Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB Feb 4 00:08:23 server1 kernel: HighMem: 1614*4kB 1807*8kB 1105*16kB 290*32kB 20*64kB 1*128kB 0*256kB 0*512kB 0*...
2011 May 13
3
XEN Dom 0 boot and Out of Memory issue
...0kB present:483724kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no lowmem_reserve[]: 0 0 0 0 Node 0 DMA: 2*4kB 0*8kB 2*16kB 2*32kB 4*64kB 2*128kB 2*256kB 1*512kB 1*1024kB 1*2048kB 2*4096kB = 12904kB Node 0 DMA32: 1*4kB 1*8kB 2*16kB 0*32kB 1*64kB 3*128kB 1*256kB 2*512kB 2*1024kB 2*2048kB 272*4096kB = 1122028kB Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB 62219 total pagecache...
2019 Sep 17
3
Imaptest stall
...sting with imaptest and getting 'stalls', I tried even building from source and static. Even running it on the same host. Anyone knows what I could doing wrong? [@~]# ./imaptest - append=100,0 logout=0 host=192.168.10.44 port=143 user=test2 pass=xxxxxxxx seed=100 secs=240 clients=1 mbox=64kb.mbox box=INBOX/test Logi Sele Appe 100% 100% 100% 1 1 5 1/ 1 0 0 9 1/ 1 0 0 13 1/ 1 0 0 5 1/ 1
2009 Mar 16
1
Forensics related ZFS questions
...aining data, or will ZFS allocate a full recordsize FSB for the last ''chunk'' of the file? (This is a file slack issue re: how much will exist.) 2. Can a developer confirm that COW occurs at the FSB level (vs. sector level, for example)? In other words, when a single FSB (say 64KB file w/ recordsize=128KB) file is modified, and it''s only one sector within that file that''s modified, is it correct that what''s copied-on-write is the entire 64KB FSB allocated to that file? (This is a data recovery issue.) NICOLE L. BEEBE, Ph.D., CISSP Assistant...