Displaying 20 results from an estimated 21 matches for "2621440".
Did you mean:
262144
2004 Dec 09
1
resize2fs on LVM on MD raid on Fedora Core 3 - inode table conflicts in fsck
...g. Nothing to do!
root at SEVERN:~# lvextend -L +5G /dev/severn_vg0/test
Extending logical volume test to 10.00 GB
Logical volume test successfully resized
root at SEVERN:~# resize2fs -d 16 /dev/severn_vg0/test
resize2fs 1.35 (28-Feb-2004)
Resizing the filesystem on /dev/severn_vg0/test to 2621440 (4k) blocks.
The filesystem on /dev/severn_vg0/test is now 2621440 blocks long.
root at SEVERN:~# e2fsck /dev/severn_vg0/test
e2fsck 1.35 (28-Feb-2004)
/dev/severn_vg0/test: clean, 11/1310720 files, 43696/2621440 blocks
root at SEVERN:~# e2fsck -f /dev/severn_vg0/test
e2fsck 1.35 (28-Feb-2004)
Pa...
2011 Mar 23
3
EXT4 Filesystem Mount Failed (bad geometry: block count)
...1 mount failed problem
*Found some error messages in "dmesg"*
block drbd0: role( Secondary -> Primary )
block drbd1: role( Secondary -> Primary )
EXT4-fs (drbd0): bad geometry: block count 5242880 exceeds size of device (5242711 blocks)
EXT4-fs (drbd1): bad geometry: block count 2621440 exceeds size of device (2621351 blocks)
The drbd is working fine and is output as below
[root at primary ~]# cat /proc/drbd
version: 8.3.10 (api:88/proto:86-96)
GIT-hash: 5c0b0469666682443d4785d90a2c603378f9017b build byroot at primary.mydomain.com, 2011-03-22 11:27:11
0: cs:WFConnection ro:Pri...
2010 Apr 10
1
from vmdk to kvm
...ning virsh define/start all was fine, but VM is unaccessible: no
ping, no ssh, also from hosting server.
This is content of .xml file
<domain type='kvm'>
<name>Ubuntu9.04-Zimbra</name>
<uuid>7f86897d-5eac-47d6-970d-c2639d58c340</uuid>
<memory>2621440</memory>
<currentMemory>2621440</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64' machine='pc-0.11'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
</featur...
2013 May 21
2
rsync behavior on copy-on-write filesystems
...300G 36M 293G 1% /vol/jobarchive_Ajobarchivetest2
## 2) Create a subvolume. Put one file with 10gb of random data in it.
## Note: Compression is turned on, but our random data defeats it.
$ btrfs subvolume create src
$ time dd if=/dev/urandom of=src/10gb bs=4k count=2621440 conv=notrunc
2621440+0 records in
2621440+0 records out
10737418240 bytes (11 GB) copied, 811.427 s, 13.2 MB/s
0.400u 806.115s 13:31.42 99.3% 0+0k 0+20971520io 0pf+0w
$ df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/jobarchive-Ajobarchivetest2
300...
2016 Sep 19
2
How to set QEMU qcow2 l2-cache-size using libvirt xml?
...3600
The above link also gives the formula:
optimal L2 cache size = L2 table size = (8 Byte) * (disk size) / (cluster size)
and the QEMU command line for setting L2 cache size, which is not persistent, but must be specified at each invocation:
qemu-system-x86_64 -drive file=hd.qcow2,l2-cache-size=2621440
I'd like to set the l2-cache-size in libvirt xml, but cannot make out how to do it.
There are only hints in the comments at the above link and at
http://wiki.libvirt.org/page/QEMUSwitchToLibvirt
and an earlier unanswered question on this list
https://www.redhat.com/archives/libvirt-users/2016...
2009 Jan 13
3
postfix - dovecot - ldap
Hallo,
I want to run postfix - dovecot - openldap working together
The first problem is, that dovecot doesn't create the directories
/usr/local/mail/abcshop.at/bamm/Maildir
cur
new
tmp
although I can contact the Dovecot-Server
telnet localhost 143
OK ....
1 login bamm at abcshop.at secret
OK Logged in
/usr/local/mail/ is owned by virtual:virtual
If I uncomment the line
#mail_location =
2020 Feb 01
1
[Bug 14260] New: leading / added to file name causing file not found when setting permissions
...v_files(20200125_110331.jpg)
data recv 32768 at 0
data recv 32768 at 32768
...
data recv 32768 at 1605632
data recv 32768 at 1638400
sending file_sum
false_alarms=0 hash_hits=0 matches=0
sender finished 20200125_110331.jpg
data recv 32768 at 1671168
data recv 32768 at 1703936
...
data recv 28082 at 2621440
got file_sum
set modtime of .20200125_110331.jpg.kkjGaK to (1579946612) Sat Jan 25 10:03:32
2020
rsync: failed to set permissions on "/.20200125_110331.jpg.kkjGaK" (in kepek):
No such file or directory (2)
renaming .20200125_110331.jpg.kkjGaK to 20200125_110331.jpg
send_files phase=1
recv...
2012 Mar 16
1
NFS Hanging Under Heavy Load
...(rev 01)
06:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2108
[Liberator] (rev 05)
08:03.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200eW WPCM450
(rev 0a)
/etc/sysctl.conf changes:
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.ipv4.tcp_rmem = 4096 2621440 16777216
net.ipv4.tcp_wmem = 4096 2621440 16777216
net.core.netdev_max_backlog = 250000
net.ipv4.route.flush = 1
net.ipv4.tcp_window_scaling = 1
vm.dirty_writeback_centisecs = 50
Has anyone else seem similar issues? I can provide additional details
about the server/configuration if anybody need...
2016 Sep 20
0
Re: How to set QEMU qcow2 l2-cache-size using libvirt xml?
...link also gives the formula:
>optimal L2 cache size = L2 table size = (8 Byte) * (disk size) / (cluster size)
>
>and the QEMU command line for setting L2 cache size, which is not persistent, but must be specified at each invocation:
>qemu-system-x86_64 -drive file=hd.qcow2,l2-cache-size=2621440
>
>I'd like to set the l2-cache-size in libvirt xml, but cannot make out how to do it.
>There are only hints in the comments at the above link and at
>http://wiki.libvirt.org/page/QEMUSwitchToLibvirt
>
>and an earlier unanswered question on this list
>https://www.redhat.com...
2005 Aug 12
0
failure during key exchange?
...ailable to us).
- In between was a Cisco 6509 Layer 3 switch, with a 1000Base-sx
connection to each server.
- Between the Cisco and the V880 was a PacketStorm WAN emulator, which
we used to inject latency into the network.
A typical debug looks like
debug2: channel 0: window 2607104 sent adjust 2621440
debug2: channel 0: window 2590720 sent adjust 2629632
test10g 39% 4088MB 14.1MB/s
07:15 ETAdebug2: channel 0: window 2615296 sent adjust 2614272
debug1: SSH2_MSG_KEXINIT received
debug1: SSH2_MSG_KEXINIT sent
debug2: kex_parse_kexinit:
diffie-hellman-group-...
2012 Nov 21
1
Dovecot director doveadm with switch "-A" error
...ple:
# doveadm -D quota get -u user1
doveadm(user1): Debug: auth input: user=user1 proxy starttls=any-cert host=xx.xx.xx.xx proxy_refresh=450
Quota name Type Value Limit %
User quota STORAGE 159401 2621440 6
User quota MESSAGE 341 - 0
We have tried different configurations and all goes wrong with this &...
2002 Dec 04
0
[Fwd: [RESEND] 2.4.20: ext3: Assertion failure in journal_forget()/Oops on another system]
...number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal filetype needs_recovery sparse_super
Default mount options: (none)
Filesystem state: clean with errors
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 2621440
Block count: 5236992
Reserved block count: 261849
Free blocks: 4855697
Free inodes: 2621416
First block: 0
Block size: 2048
Fragment size: 2048
Blocks per group: 16384
Fragments per group: 16384
Inodes per...
2016 Jan 05
3
Activate DVI-I behind KVM on FX 5200
Hi folks,
I don't seem to be able to enable the DVI-I output of an old FX 5200
behind a KVM switch. Autodetection works fine if the FX 5200 DVI output
is switched to the monitor, but when it is not, I have not found a way
to force-enable it.
Here is what I tried:
*) used the video=DVI-I-1:1280x1024-24 at 60e kernel parameter
(framebuffer still sits at 1024x768)
*) used "options
2012 Jan 11
5
Warning: bad fsid on block 20971520
...71520
[420367.467332] btrfs bad fsid on block 20971520
[420367.473249] btrfs bad fsid on block 20971520
[420367.478649] btrfs: failed to read chunk root on sda9
[420367.487810] btrfs: open_ctree failed
and mount fails.
/proc/partitions:
8 9 10485760 sda9
10485760*1024 bytes, which is 2621440 4k blocks.
The number 20971520 is not a block number, rather byte offset, so the
message might be confusing first. Real block number is
20971520 / 4096 = 20480
used blocks on a freshly created device:
File size of test-10g is 10737418240 (10485760 blocks, blocksize 1024)
ext logical physical ex...
2011 Dec 05
3
xen 4.0.1/w 2.6.32 swapper: page allocation failure
...st-rack1 kernel: [4437064.012344] Swap cache stats:
add 21, delete 8, find 123000/123002
Dec 2 01:29:40 xenhost-rack1 kernel: [4437064.012345] Free swap =
3905476kB
Dec 2 01:29:40 xenhost-rack1 kernel: [4437064.012347] Total swap =
3905528kB
Dec 2 01:29:40 xenhost-rack1 kernel: [4437064.035564] 2621440 pages RAM
Dec 2 01:29:40 xenhost-rack1 kernel: [4437064.035566] 2425336 pages
reserved
Dec 2 01:29:40 xenhost-rack1 kernel: [4437064.035568] 154640 pages shared
Dec 2 01:29:40 xenhost-rack1 kernel: [4437064.035569] 45402 pages
non-shared
Dec 2 01:29:40 xenhost-rack1 kernel: [4437064.035572] SLU...
[Bug 112070] New: H/W Acceleration sufficiently buggy on Debian to hard lock machine GeForce 7600 GO
2019 Oct 19
33
[Bug 112070] New: H/W Acceleration sufficiently buggy on Debian to hard lock machine GeForce 7600 GO
https://bugs.freedesktop.org/show_bug.cgi?id=112070
Bug ID: 112070
Summary: H/W Acceleration sufficiently buggy on Debian to hard
lock machine GeForce 7600 GO
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: other
Status: NEW
Severity: critical
Priority: not
2006 Jan 13
26
A couple of issues
I''ve been testing ZFS since it came out on b27 and this week I BFUed to b30. I''ve seen two problems, one I''ll call minor and the other major. The hardware is a Dell PowerEdge 2600 with 2 3.2GHz Xeons, 2GB memory and a perc3 controller. I have created a filesystem for over 1000 users on it and take hourly snapshots, which destroy the one from 24 hours ago, except the
2010 Aug 15
24
Xen patches merged to upstream Linux 2.6.36, plans for 2.6.37?
Hello,
It looks like upstream linux-2.6.git contains at least the following
xen related new features for Linux 2.6.36:
- Xen-SWIOTLB support (required for Xen PCI passthru and dom0)
- Xen PV-on-HVM drivers
- Xen VBD online dynamic resize of guest disks (xvd*)
Congratulations!
What are the plans for 2.6.37 merge window? I believe at least:
- Xen PCI frontend
Others? I''m going to
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
2012 Oct 23
0
IO error after s2ram resume; device stays open
...[ 0.132068] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 OK
[ 0.226765] Brought up 8 CPUs
[ 0.226767] smpboot: Total of 8 processors activated (54275.63 BogoMIPS)
[ 0.233254] devtmpfs: initialized
[ 0.233376] PM: Registering ACPI NVS region [mem
0xcdf3c000-0xce1bbfff] (2621440 bytes)
[ 0.233400] PM: Registering ACPI NVS region [mem
0xce1c1000-0xce203fff] (274432 bytes)
[ 0.233810] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.233834] RTC time: 1:31:06, date: 10/23/12
[ 0.233862] NET: Registered protocol family 16
[ 0.233966] ACPI FADT...