search for: 65536

Displaying 20 results from an estimated 2549 matches for "65536".

Did you mean: 655,6
2011 Feb 10
1
Recovering data from disk with loose cable
...believe there is no way to recover this volume. Any suggestions at all would be greatly appreciated. Recovering this data would mean a lot. Thanks, - Ben [1] https://patchwork.kernel.org/patch/506631/ [2] Output from patched btrfsck $ sudo ./btrfsck /dev/sdj trying potential super #0 at bytenr 65536 super #0 at bytenr 65536 has better generation 43887 than 0, using that trying potential super #1 at bytenr 67108864 super #1 at bytenr 67108864 has same generation 43887 than 43887, skipping warning: super #1 at bytenr 67108864 has different contents! trying potential super #2 at bytenr 2748779...
2016 Jan 07
3
Samba over slow connections
Hi list (and happy new year), I'm experiencing some troubles using Samba (4.1.17 debian version) over VPN. Basically we've following setup : PC === LAN ===> VPN (WAN) ==== LAN ===> Samba file Server Copying big (say > 1MiB) files from PC to Samba file server almost always ends up with a NT_STATUS_IO_TIMEOUT error (or "a network error occured" if trying to copy from
2013 Jan 29
0
Bioconductor flowcytometry
...tSet, 'FL10'= logTransi('FL10'), 'FL11'=logTransi('FL11')) testSet looks like this: > testSet flowFrame object 'MarjanD.20120926.A.0026.fcs' with 100000 cells and 14 observables: name desc range minRange maxRange $P1 pulse.width <NA> 65536 768 65535 $P2 FSC_PER <NA> 65536 0 65535 $P3 FSC_PAR <NA> 65536 0 65535 $P4 SSC <NA> 65536 0 65535 $P5 FL01 <NA> 65536 0 65535 $P6 FL02 <NA> 65536 0 65535 $P7 FL03 <...
2017 Apr 30
1
NAS SMB server not accepting packets > 65k size. Does SMB2->Negotiate_Protocol_Response->Max_Write_Size = 65536 Matters?
...n NAS Server: NAS_Server::*> vserver cifs options show ... Max Buffer Size for SMB1 Message: 65535 SMB2 Enabled: true SMB3 Enabled: true WINS Servers: 2. SMB2->Negotiate_Protocol_Response->Max_Write_Size = 65536, Max_Read_Size = 65536 *[Windows SMB-server] [RHEL-7.1-Client]* | =SMB 2/3= | | sending data>65k Passes Max Write/Read Size[8388608]...
2007 Dec 05
0
smbtorture w/ samba 3.0.27a
..."\clients\client1\~dmtmp" 0x1 0x2 9937 NT_STATUS_OK Close 9937 NT_STATUS_OK NTCreateX "\clients\client1\filler.000" 0x40 0x2 9938 NT_STATUS_OK QUERY_FS_INFORMATION 1 NT_STATUS_OK WriteX 9938 65534 1 1 NT_STATUS_OK QUERY_FILE_INFORMATION 9938 258 NT_STATUS_OK WriteX 9938 0 65536 65536 NT_STATUS_OK WriteX 9938 65536 65536 65536 NT_STATUS_OK WriteX 9938 131072 65536 65536 NT_STATUS_OK WriteX 9938 196608 65536 65536 NT_STATUS_OK WriteX 9938 262144 65536 65536 NT_STATUS_OK WriteX 9938 327680 65536 65536 NT_STATUS_OK Or shall I rewite to try: http://timothydevans.me.uk...
2017 Jul 25
2
Are SCEV normal form?
Hello, I assumed SCEV purpose was to be a normal form, but then I wondered which one of those is the normal form: (zext i16 (trunc i32 %a to i16) to i32) vs (-((%a /u 65536) *u 65536) + %a) The first one is nice for interval analysis, and known bit analysis. The second one is nice when plugged into gep of 2d arrays. -- *Alexandre Isoard* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/att...
2002 Jun 25
1
[Bug 293] New: sshd 3.3p1 doesn't work on Slackware
...ckware 7.2 and Slackware 8.0 (for Slackware 7.2 with: LIBS=-lcrypt ./configure --with-ssl-dir=/usr/local/openssl-0.9.6d --with-tcp- wrappers ) the sshd doesn't allow new connections even tho 3.2.3p1 does. The error i get in /var/log/syslog is: -- Jun 25 11:27:14 Slynet sshd[18678]: fatal: mmap(65536): Invalid argument Jun 25 11:27:48 Slynet sshd[18682]: fatal: mmap(65536): Invalid argument Jun 25 11:30:31 Slynet sshd[18733]: fatal: mmap(65536): Invalid argument Jun 25 11:53:03 Slynet sshd[24948]: fatal: mmap(65536): Invalid argument Jun 25 11:53:25 Slynet sshd[24950]: fatal: mmap(65536): Inval...
2009 Mar 19
0
Full config file with Timeout issue
...#00000000 Menu TITLE G4L boot Menu - version 0.30a MENU BACKGROUND test.png MENU ROWS 17 MENU TABMSGROW 22 MENU TIMEOUTROW 23 MENU CMDLINEROW 22 MENU ENDROW 24 LABEL bz20.4 MENU LABEL ^A: bz20.4 386 build 2.6.20.1 RELEASED 02-21-2007 KERNEL bz20.4 APPEND initrd=ramdisk.gz ramdisk_size=65536 root=/dev/ram0 noacpi LABEL bz21.6 MENU LABEL ^B: bz21.6 386 build 2.6.21.6 RELEASED 07-04-2007 KERNEL bz21.6 APPEND initrd=ramdisk.gz ramdisk_size=65536 root=/dev/ram0 noacpi LABEL bz22.6 MENU LABEL ^C: bz22.6 386 build 2.6.22.6 RELEASED 08-31-2007 KERNEL bz22.6 APPEND init...
2017 Aug 11
2
Are SCEV normal form?
Note that there is a slight difficulty due to the fact that we "sink" the trunc: (zext i16 {0,+,1}<%bb> to i32) + (65536 * ({0,+,1}<nuw><%bb> /u 65536) Here the recurrence lost it's <nuw> and got reduced to a i16 (on the left), but not on the right. But we can prove: - that (zext i16 {0,+,1}<%bb> to i32) has the same 16 LSB than (i32 {0,+,1}<nuw><%bb>) - that (65536 * ({0,+,1...
2013 Jul 26
2
[PATCH 1/1] core: Add a check at ldlinux.sys build time.
On 07/26/2013 01:36 PM, Raphael S Carvalho wrote: > > Bootsector is installed into the 0-512 range, whereas 2 copies of ADV > into (65536 - 2 * ADV_SIZE). > Then basically ldlinux.sys must fit between the bootsector and two > copies of ADV whose size may vary. > > The range 0-64k is laid out something like this, right?! > [0](bootsector)[512](ldlinux.sys)[65536 - 2 * ADV_SIZE](2 copies of > ADV)[65536] > > I...
2015 Apr 30
0
ipv6 routing problem
...am having some problem with ipv6, looks like its bridge routing problem but stuck. here are my bridge detail: bridge name bridge id STP enabled interfaces br0 8000.000af75613f2 no eth1 vnet1 br4 8000.000af75613f0 no eth0 ip -6 route shows : unreachable ::/96 dev lo metric 1024 error -101 mtu 65536 advmss 65476 hoplimit 4294967295 unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -101 mtu 65536 advmss 65476 hoplimit 4294967295 unreachable 2002:a00::/24 dev lo metric 1024 error -101 mtu 65536 advmss 65476 hoplimit 4294967295 unreachable 2002:7f00::/24 dev lo metric 1024 error -101 m...
2011 May 09
2
[LLVMdev] <badref> showed up when duplicating a list of dependent instructions
...he same function (all globals and locals are properly declared before the PREVIOUS location). Here is the list of instructions I want to duplicate and insert: 0 %90 = load i32* @strstart, align 4 1 %91 = add i32 %90, 2 2 %88 = load i32* @ins_h, align 4 3 %92 = getelementptr inbounds [65536 x i8]* @window, i32 0, i32 %91 4 %89 = shl i32 %88, 5 5 %93 = load i8* %92, align 1 6 %.masked = and i32 %89, 32736 7 %94 = zext i8 %93 to i32 8 %95 = xor i32 %94, %.masked 9 %.sum73 = or i32 %95, 32768 10 %104 = getelementptr inbounds [65536 x i16]* @prev, i32 0, i32 %.sum73 1...
2020 Oct 23
1
dovecot-uidlist invalid data
...- kernel-4.9.0-13 - problem exists In debian10 - kernel-4.19.0-12 - problem exist In debian8 - kernel 3.16.0-11-amd64 - problem not exists In debian9 - kernel 3.16.0-11-amd64 - problem not exists storage mount from storage NetApp storage:/vmail on /vmail type nfs (rw,noexec,noatime,vers=3,rsize=65536,wsize=65536,namlen=255,acregmin=120,acregmax=120,acdirmin=120,acdirmax=120,hard,nocto,nordirplus,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.19.19.19,mountvers=3,mountport=635,mountproto=tcp,local_lock=none,addr=10.19.19.19) cat /etc/fstab storage:/vmail??? /vmail??? nfs??? rw,sec=sys,noexe...
2017 Apr 21
1
Speed tuning
...pload is the same as my internet connection 1MiB/s I increased the speed with changing some values in the smb.conf, but i am not able to set it to the maximum speed ... socket options = TCP_NODELAY SO_RCVBUF=524288 SO_SNDBUF=524288 SO_KEEPALIVE IPTOS_LOWDELAY log level = 0 min receivefile size = 65536 use sendfile = true aio read size = 65536 aio write size = 65536 write cache size = 2048000 read raw = yes write raw = yes getwd cache = yes oplocks = yes max xmit = 65536 dead time = 15 large readwrite = yes ... How can I speedup the download? Best Regards Knut
2003 Aug 16
1
update: Win2kPro's TCP/IP Stack is crippled!
...card Win2kServer: P3/800, 3Com Vortex 100mbit network card Switch: Baystack 350-24T with fiber gigabit module No registry hacking done to either client (and in previous testing, no amount of TCP/IP hacking on Win2kPro helped) Samba config file changes: socket options = TCP_NODELAY SO_SNDBUF=65536 SO_RCVBUF=65536 max xmit = 65536 read size = 65536 getwd cache = Yes locking = Yes The various shares have "use sendfile = yes" Initial testing shows that the Windows 2000 Server stack is almost _twice_ as fast as the Windows 2000 Pro stack. It's unbelievable that Micr...
2012 Mar 15
2
64 bit version for linux and build huge matrix
Hello: I downloaded R from http://cran.cnr.berkeley.edu/, with the linux version. But after compile, I don't know how to start 64 bit R, as there is only one R executable under bin folder, not alike windows version which have two executables. Other than that, I want to build a matrix 65536 rows by 65536 columns, but the system tells me: Error in matrix(0, 65536, 65536) : too many elements specified. So, I want to know if there's anything I can do to achieve that and that's one reason I need 64 bit R. Thanks, Shengyun [[alternative HTML version deleted]]
2009 Jun 15
1
Mounting multiple regular files as a filesystem
...''m trying to create a multi-device filesystem on top of regular files (not actual disks), and mount that to a loopback device. For a filesystem created on a single file, it works fine, but for a filesystem across multiple files, it doesn''t. dd if=/dev/zero of=img1 bs=4096 count=65536 dd if=/dev/zero of=img2 bs=4096 count=65536 dd if=/dev/zero of=img3 bs=4096 count=65536 dd if=/dev/zero of=img4 bs=4096 count=65536 mkfs.btrfs img1 mount -o loop -t btrfs img1 /mnt/test # works mkfs.btrfs img1 img2 img3 img4 mount -o loop -t btrfs img1 /mnt/test # fails When I try to mount wit...
2019 Apr 23
1
Autodetecting backing file properties when using vol-create-as
.... System is CentOS Linux release 7.6.1810 (Core) with libvirt-4.5.0-10.el7_6.4.x86_64 Please let me know if I am missing something. Thanks. # create base file [root@singularity images]# qemu-img create base.qcow2 8G -f qcow2 Formatting 'base.qcow2', fmt=qcow2 size=8589934592 cluster_size=65536 lazy_refcounts=off refcount_bits=16 [root@singularity images]# qemu-img info base.qcow2 image: base.qcow2 file format: qcow2 virtual size: 8.0G (8589934592 bytes) disk size: 17K cluster_size: 65536 Format specific information: compat: 1.1 lazy refcounts: false refcount bits: 16...
2013 Jul 26
2
[PATCH 1/1] core: Add a check at ldlinux.sys build time.
On 07/26/2013 08:10 AM, Matt Fleming wrote: > On Wed, 24 Jul, at 08:05:16AM, Raphael S.Carvalho wrote: >> Check if ldlinux.sys is larger than 64k at build time. >> >> Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com> >> --- >> core/Makefile | 5 +++-- >> core/ldlinux_limit.pl | 31 +++++++++++++++++++++++++++++++ >> 2
2018 Mar 23
2
Attempt to define unprivileged LXC by libvirt
...r@blade1:~/.local/share/lxc/test_deb$ virsh -c lxc:/// domxml-from- native lxc-tools /home/lxcuser/.local/share/lxc/test_deb/config <domain type='lxc'> <name>test_deb</name> <uuid>cce77799-89fd-41fd-99c1-101e00844e23</uuid> <memory unit='KiB'>65536</memory> <currentMemory unit='KiB'>65536</currentMemory> <vcpu placement='static'>1</vcpu> <os> <type arch='x86_64'>exe</type> <init>/sbin/init</init> </os> <idmap> <uid start='1258512'...