Displaying 14 results from an estimated 14 matches for "1015808".
2019 Mar 28
0
[PATCH nbdkit v5 FINAL 14/19] data, memory: Implement extents.
...;data":true,"zero":false}
+EOF
+do_test "1" 32K
+
+# Allocated data at the start of a 1M disk.
+cat > $expected <<'EOF'
+{"start":0,"length":32768,"data":true,"zero":false}
+{"start":32768,"length":1015808,"data":false,"zero":true}
+EOF
+do_test "1" 1M
+
+# Allocated zeroes at the start of the disk. This should create a
+# zero extent (data=true zero=true).
+cat > $expected <<'EOF'
+{"start":0,"length":32768,"data":true,&qu...
2002 Sep 25
0
[Bug 403] New: scp generates sparse file when no space left
...hen someone copies a file using scp in HP-UX 11.i Secure Shell (the HP
supported version of OpenSSH) and the destination file system hasn?t
enough space, a sparse file is being created. To reproduce the problem:
# bdf .
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol4 1015808 999189 15607 98% /old-opt
Now copy over a large file like vmunix to show the problem, the
first scp works fine, the second will fail:
# scp /stand/vmunix <machine>:/old-opt/mab/vmunix
vmunix 100% |*****************************| 12027 KB 00:09
# scp /stan...
2005 Jul 20
0
rsync breaks suddenly
...recv 32768 at 655360
data recv 32768 at 688128
data recv 32768 at 720896
data recv 32768 at 753664
data recv 32768 at 786432
data recv 32768 at 819200
data recv 32768 at 851968
data recv 32768 at 884736
data recv 32768 at 917504
data recv 32768 at 950272
data recv 32768 at 983040
data recv 32768 at 1015808
data recv 32768 at 1048576
data recv 32768 at 1081344
data recv 32768 at 1114112
data recv 32768 at 1146880
data recv 32768 at 1179648
rsync: writefd_unbuffered failed to write 4092 bytes: phase "unknown"
[generator]: Connection reset by peer (104)
_exit_cleanup(code=12, file=io.c, line=...
2011 May 09
2
[LLVMdev] get basic blocks inside a loop
Hi all,
I have a question about llvm::LoopBase getBlocks() method. Does it return
the basic blocks inside the loop in random order? I need to order the blocks
in some valid topological ordering of the AST. If getBlocks() does not do
that, what can I do to find the ordering?
Thanks,
Naznin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jun 12
7
Xen in RHEL 5.0...Installation problems
...ysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
[root@dyn-9-1-75-65 ~]# cat /proc/partitions
major minor #blocks name
3 0 39078144 hda
3 1 104391 hda1
3 2 38973690 hda2
253 0 37945344 dm-0
253 1 1015808 dm-1
[root@dyn-9-1-75-65 ~]# fdisk -l
Disk /dev/hda: 40.0 GB, 40016019456 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 L...
2004 May 06
2
ID mismatch
Hi,
When do the sftp to remote server with file system full, sftp connection
get "ID mismatch"
and connection closed. Is it supposed to get the "sftp>" prompt back? I try
with V3.7.1p2 and V3.8.1p1 and have the same result.
Please help.
rdsosl.sef_cdf-831# sftp -v edosuser at rdsosl
Connecting to rdsosl...
OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004
debug1: Reading
2002 May 04
2
Failure to update differing file
...recv 32768 at 655360
data recv 32768 at 688128
data recv 32768 at 720896
data recv 32768 at 753664
data recv 32768 at 786432
data recv 32768 at 819200
data recv 32768 at 851968
data recv 32768 at 884736
data recv 32768 at 917504
data recv 32768 at 950272
data recv 32768 at 983040
data recv 32768 at 1015808
data recv 32768 at 1048576
data recv 32768 at 1081344
data recv 32768 at 1114112
data recv 32768 at 1146880
data recv 32768 at 1179648
data recv 32768 at 1212416
data recv 32768 at 1245184
data recv 32768 at 1277952
data recv 32768 at 1310720
data recv 32768 at 1343488
data recv 32768 at 1376256
da...
2016 Feb 04
3
Bug#810379: [Xen-devel] [BUG] pci-passthrough generates "xen:events: Failed to obtain physical IRQ" for some devices
On Wed, 2016-02-03 at 15:28 -0500, Konrad Rzeszutek Wilk wrote:
> > > And I wonder if the XEN_DOMCTL_irq_permission aka,
> > > xc_domain_irq_permission
> > > had been called. I remember that at some point we missed it for
> > > Xend..
> > >
>
> False alarm.
>
> It was all in Linux. Attached are four patches (the first two
> are for
2016 Jan 08
1
Bug#810379: xen: pci-passthrough generates "xen:events: Failed to obtain physical IRQ" for some devices
...Linux version 3.16.0-4-amd64 (debian-kernel at lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1)
[ 0.000000] Command line: root=/dev/xvda2 ro elevator=noop root=/dev/xvda2 ro
[ 0.000000] ACPI in unprivileged domain disabled
[ 0.000000] 1-1 mapping on 8000->100000
[ 0.000000] Set 1015808 page(s) to 1-1 mapping
[ 0.000000] 1-1 mapping on 100000->8000000
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] Xen: [mem 0x000...
2016 Jan 23
0
Bug#810379: [BUG] pci-passthrough generates "xen:events: Failed to obtain physical IRQ" for some devices
...Linux version 3.16.0-4-amd64 (debian-kernel at
lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1)
[ 0.000000] Command line: root=/dev/xvda2 ro elevator=noop
root=/dev/xvda2 ro
[ 0.000000] ACPI in unprivileged domain disabled
[ 0.000000] 1-1 mapping on 8000->100000
[ 0.000000] Set 1015808 page(s) to 1-1 mapping
[ 0.000000] 1-1 mapping on 100000->8000000
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] Xen: [mem 0x000...
2016 Jan 30
4
Bug#810379: [Xen-devel] [BUG] pci-passthrough generates "xen:events: Failed to obtain physical IRQ" for some devices
...ts.debian.org)
(gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt20-1+deb8u2
(2016-01-02)
[ 0.000000] Command line: root=/dev/xvda2 ro elevator=noop
root=/dev/xvda2 ro
[ 0.000000] ACPI in unprivileged domain disabled
[ 0.000000] 1-1 mapping on 8000->100000
[ 0.000000] Set 1015808 page(s) to 1-1 mapping
[ 0.000000] 1-1 mapping on 100000->8000000
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] Xen: [mem 0x000...
2004 Dec 09
1
resize2fs on LVM on MD raid on Fedora Core 3 - inode table conflicts in fsck
...72, inode bitmap at 950273, inode table
at 950274
32254 free blocks, 16384 free inodes, 0 used directories
Group 30: block bitmap at 983040, inode bitmap at 983041, inode table
at 983042
32254 free blocks, 16384 free inodes, 0 used directories
Group 31: block bitmap at 1015808, inode bitmap at 1015809, inode
table at 1015
810
32254 free blocks, 16384 free inodes, 0 used directories
Group 32: block bitmap at 1048576, inode bitmap at 1048577, inode
table at 1048
578
32254 free blocks, 16384 free inodes, 0 used directories
Group 33: block bitma...
2018 Mar 01
29
[Bug 13317] New: rsync returns success when target filesystem is full
https://bugzilla.samba.org/show_bug.cgi?id=13317
Bug ID: 13317
Summary: rsync returns success when target filesystem is full
Product: rsync
Version: 3.1.2
Hardware: x64
OS: FreeBSD
Status: NEW
Severity: major
Priority: P5
Component: core
Assignee: wayned at samba.org
2019 Mar 28
32
[PATCH nbdkit v5 FINAL 00/19] Implement extents.
This has already been pushed upstream. I am simply posting these here
so we have a reference in the mailing list in case we find bugs later
(as I'm sure we will - it's a complex patch series).
Great thanks to Eric Blake for tireless review on this one. It also
seems to have identified a few minor bugs in qemu along the way.
Rich.