Displaying 20 results from an estimated 53 matches for "196608".
2007 Jun 01
1
Determinant function (PR#9715)
...235.3.79)
The function ''det'' works improperly for a singular matrix and returns a
non-zero value even if ''solve'' reports singularity. The matrix is very simple
as shown below.
A <- diag(rep(c(64,8), c(8,8)))
A[9:16,1] <- 8
A[1,9:16] <- 8
det(A)
#[1] -196608
solve(A)
#Error in solve.default(A) : system is computationally singular: reciprocal
condition number = 2.31296e-18
2009 Mar 11
3
Intermittent NFS problems with NetApp server
...by NFS client XXXXXXX is 5888.
This is less than the recommended value of 32768 bytes.
You should increase the TCP receive buffer size for NFS on the
client.
Some googling around got me to check these values for TCP:
# sysctl net.ipv4.tcp_mem
net.ipv4.tcp_mem = 98304 131072 196608
# sysctl net.ipv4.tcp_rmem
net.ipv4.tcp_rmem = 4096 87380 4194304
# sysctl net.ipv4.tcp_wmem
net.ipv4.tcp_wmem = 4096 16384 4194304
So these seem fine to me (i.e., the max is greater than 32768). Is
there an NFS (as opposed to TCP) setting I should be tweaking? An...
2003 Nov 15
1
rsync 2.5.6 hanging
...ss
--rsync-path=/usr/bin/rsync --delete --force
--exclude=logs/ /ftpfs/ 10.10.1.237:/ftpfs/
it starts to transmit some files and then gets stuck.
Actually now it is stuck on one file and every time I
run it it it "freezes" as it is transmitting the file:
as in the example below:
196608 22% 629.92kB/s 0:00:01
then it just hangs..
I have 1gb of ram in the machine so it shouldn't be a
lack of memory issue. I would greatly appreciate any
ideas. thank you..
Zach.
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http...
2006 Oct 27
0
RMySQL and stored procedures
...s.
I know that the function for the stored procedures "is not yet
implemented", but I was trying to
get around the problem connecting like that:
drv <- dbDriver("MySQL")
con <- dbConnect(drv,user=MyUser, password=MyPasswd, dbname=MyDBName,
host=MyHost, client.flag="196608" )
where 196608 is a combination of CLIENT_MULTI_RESULTS and
CLIENT_MULTI_STATEMENTS as mentioned in the
mysql_real_connect() documentation. Without these flags stored
procedures calls do not run at all.
I also do fetching the results in a loop - as suggested in the doc, so:
doStoredProc...
2018 Nov 21
2
Re: nbdkit: Could not read L1 table when reading exported qcow2
On Wed, Nov 21, 2018 at 09:25:05AM +0000, Richard W.M. Jones wrote:
> nbdkit: file.2: error: invalid request: offset and count are out of range: offset=196608 count=512
Actually what happens even more precisely is that the underlying file
is not a multiple of 512 bytes (196624 ≡ 16 mod 512).
qemu-img (the client) issues a request for the final "sector" of the
file which goes beyond the end of the file.
You can "fix" this by using t...
2004 Feb 18
0
Samba 2.2.8a and print$
...1 root users 270336 Jan 25 16:24 hpzcon07.dll
-rwxrwxr-x 1 root users 847872 Jan 25 16:25 hpzeng07.exe
-rwxrwxr-x 1 root users 761856 Jan 25 16:21 hpzimc07.dll
-rwxrwxr-x 1 root users 204800 Jan 25 16:21 hpzime07.dll
-rwxrwxr-x 1 root users 196608 Jan 25 16:21 hpzjui07.dll
-rwxrwxr-x 1 root users 299008 Jan 25 16:24 hpzntp07.dll
-rwxrwxr-x 1 root users 319488 Jan 25 16:21 hpzpre07.exe
-rwxrwxr-x 1 root users 9084928 Jan 25 16:24 hpzr3207.dll
-rwxrwxr-x 1 root users 417792 Jan 25 16:24 hpzrp307.d...
2018 Nov 21
2
nbdkit: Could not read L1 table when reading exported qcow2
Hello, I face a problem on the nbdkit server:
Version-Release number of selected component (if applicable):
nbdkit-v1.9.1
qemu-utils-2.12+dfsg-3+b1
How reproducible:
100%
Steps:
1. Create a qcow2 file
# qemu-img create disk 1G -f qcow2
2. Export the qcow2 file then try to read it via nbd url
# nbdkit file file=disk -e raw -v
nbdkit: debug: TLS disabled: could not load TLS certificates
nbdkit:
2007 Jan 26
5
HVM restore broken?
I got latest (13601) yesterday evening. This doesn''t seem to work to do
Restore (at least of the Windows test-image that I''ve been using for
testing previously).
The VM restores reasonably OK, but it jumps to an invalid address
shortly after restoring, giving a D1 blue-screen error
(DRIVER_IRQL_LESS_OR_EQUAL), which turns out to be "page-fault in
driver" after I
2018 Dec 05
1
[Bug 108959] New: Hangs and reboots while browsing [and/or playing video]
...1:1.0.15-3
libdrm-nouveau2:amd64 2.4.95-1
$ lsmod:
nouveau 2162688 12
mxm_wmi 16384 1 nouveau
wmi 28672 2 mxm_wmi,nouveau
video 45056 1 nouveau
ttm 131072 1 nouveau
drm_kms_helper 196608 1 nouveau
drm 475136 13 drm_kms_helper,ttm,nouveau
i2c_algo_bit 16384 1 nouveau
button 16384 1 nouveau
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scr...
2018 Nov 21
0
Re: nbdkit: Could not read L1 table when reading exported qcow2
...ou
don't need it.
> 3. Try to read the file via nbd:
> # qemu-img info
> nbd://localhost/raw
What precisely happens here is that qemu-img sees a qcow2 file and
tries to read beyond the end of the file:
nbdkit: file.2: error: invalid request: offset and count are out of range: offset=196608 count=512
If you want to export a qcow2 file, then it's better to use qemu-nbd
since it knows about the qcow2 format:
$ qemu-nbd -t disk &
$ qemu-img info nbd://localhost
image: nbd://localhost:10809
file format: raw
virtual size: 1.0G (1073741824 bytes)
disk size: unavailable
Rich.
--...
2005 Jul 20
0
rsync breaks suddenly
...86.rpm)
9.0/suse/i586/boost-doc-1.30.2-40.i586.rpm
0 0% 0.00kB/s 0:00:00
data recv 32768 at 0
data recv 32768 at 32768
65536 3% 63.62kB/s 0:00:27
data recv 32768 at 65536
data recv 32768 at 98304
data recv 32768 at 131072
data recv 32768 at 163840
data recv 32768 at 196608
data recv 32768 at 229376
data recv 32768 at 262144
data recv 32768 at 294912
data recv 32768 at 327680
data recv 32768 at 360448
data recv 32768 at 393216
data recv 32768 at 425984
data recv 32768 at 458752
data recv 32768 at 491520
data recv 32768 at 524288
data recv 32768 at 557056
data recv 327...
2007 Dec 05
0
smbtorture w/ samba 3.0.27a
...r.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/nbf2cifs/smb-smbcommandcode.html
Thanks in advance,
Carl Dubois
2009 Jul 21
3
[PATCH 0/2] Two b-tree bug fixes.
Hi Mark/Joel,
These are 2 bug fix for b-tree. Please review.
I have sent out the first one last week, but it was based on cacheme.
So resend it. Now it bases on joel's fixes branch.
The second one is another b-tree rotation bug. I guess the reason why
we never meet with it is that no one has ever used b-tree like reflink
before. ;)
Regards,
Tao
2006 Mar 17
1
Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)
this is 6.0-STABLE as for Mar 17.
KDB: debugger backends: ddb
KDB: current backend: ddb
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-PRERELEASE #2: Fri Mar 17 11:05:32 UTC 2006
vlad@host:/usr/src/sys/amd64/compile/DEF_WEB
Timecounter
2005 Jul 01
0
Xen stable won''t boot
...wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm pni
monitor ds_cpl cid xtpr
bogomips : 5914.62
from grub:
title Xen
root (hd0,0)
kernel /xen-2.0.6.gz dom0_mem=196608 noreboot
module /vmlinuz-2.6.11.10-xen0 root=/dev/md1 ro console=tty0
module /initrd-2.6.11.10-xen0.img
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Mar 20
0
rpcclient adddriver command results in 'WERR_BADFILE'
...- 1 root root 55639 Dec 2 2002 hpop2107.dat
-rwxr--r-- 1 root root 31693 Dec 2 2002 hpop4007.dat
-rwxr--r-- 1 root root 46592 Nov 27 2002 hpzcin06.exe
-rwxr--r-- 1 root root 208896 Nov 27 2002 hpzcoi07.dll
-rwxr--r-- 1 root root 81920 Nov 27 2002 hpzflt07.dll
-rwxr--r-- 1 root root 196608 Nov 27 2002 hpzjui07.dll
-rwxr--r-- 1 root root 294912 Nov 27 2002 hpzntp07.dll
-rwxr--r-- 1 root root 319488 Nov 27 2002 hpzpre07.exe
-rwxr--r-- 1 root root 409600 Dec 2 2002 hpzrp307.dll
-rwxr--r-- 1 root root 372736 Nov 27 2002 hpzstc07.exe
-rwxr--r-- 1 root root 188416 Nov 27 2002 h...
2002 Aug 19
1
small error in Ogg Vorbis FAQ
"Ogg Vorbis uses the Ogg bistream format, and the correct
extension is .ogg"
-- http://www.xiph.org/ogg/vorbis/faq.html
I'm guessing it should read 'bitstream'.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
2018 Nov 21
0
Re: nbdkit: Could not read L1 table when reading exported qcow2
On 11/21/18 4:39 AM, Richard W.M. Jones wrote:
> On Wed, Nov 21, 2018 at 09:25:05AM +0000, Richard W.M. Jones wrote:
>> nbdkit: file.2: error: invalid request: offset and count are out of range: offset=196608 count=512
>
> Actually what happens even more precisely is that the underlying file
> is not a multiple of 512 bytes (196624 ≡ 16 mod 512).
>
> qemu-img (the client) issues a request for the final "sector" of the
> file which goes beyond the end of the file.
I'm s...
2009 Oct 30
3
Stripe vs Cylinder alignement...
Hi,
I modified my kickstart to do some custom partioning and formating in a pre-install script.
I am trying to align the partitions on the RAID stripe (and format with a correct stride).
But, sfdisk complains that it does not start/end on a cylinder boundary (used -L option to limit complaining).
Since the cylinder size is not a multiple of the stripe size, I cannot align on both.
I tried to
2006 Oct 23
2
Re: BUG in fs/bio.c:99
El lun, 23-10-2006 a las 16:28 +0400, Kirill Korotaev escribi?:
> J.J.Garcia,
>
> in july 2006 you reported hit of bio.c:99 bug on CentOs kernel:
> http://lists.centos.org/pipermail/centos/2006-July/067539.html
>
> Recently, we also hit the same bug, so maybe you can provide some details on:
> 1. whether it is doesn't work for you or was fixed.
> 2. how it was