search for: 524288000

Displaying 20 results from an estimated 85 matches for "524288000".

Did you mean: 52428800
2016 Feb 03
5
[PATCH 0/3] tests: Various fixes for btrfs and aarch64.
These patches fix btrfs on aarch64. You still need btrfs-progs 4.4 which was only released a few days ago. Rich.
2016 Feb 03
0
[PATCH 1/3] tests: Increase the size of the /dev/sda and /dev/sdb test devices.
...evice in 512-byte sectors"; longdesc = "\ @@ -4798,7 +4799,8 @@ This uses the L<blockdev(8)> command." }; proc_nr = Some 63; tests = [ InitEmpty, Always, TestResult ( - [["blockdev_getsize64"; "/dev/sda"]], "ret == UINT64_C (524288000)"), [] + [["blockdev_getsize64"; "/dev/sda"]], + "ret == INT64_C (10)*1024*1024*1024"), [] ]; shortdesc = "get total size of device in bytes"; longdesc = "\ @@ -7395,13 +7397,16 @@ and C<guestfs_setcon>" };...
2012 Mar 06
1
kickstart partitioning and cylinder boundary
...12 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0006e122 Device Boot Start End Blocks Id System /dev/sda1 * 1 26 204800 83 Linux Partition 1 does not end on cylinder boundary. /dev/sda2 26 65297 524288000 83 Linux /dev/sda3 65297 67386 16777216 82 Linux swap / Solaris /dev/sda4 67386 243069 1411177472 83 Linux As you can see, /dev/sda1 End at 26 and /dev/sda2 Start at 26. But, fdisk ?lu report otherwise: Disk /dev/sda: 1999.3 GB, 1999307276288 bytes 255...
2012 Jul 19
11
Very slow samba file transfer speed... any ideas ?
Hi, I have btrfs volume, shared via samba. I have a directory of documents that I want to backup on my server. win7 reports a maximum of ~3.10MB/s transfer transferring the same directory on a ext4 samba share I get 25MB/s + Any ideas? Is it like that because of how btrfs works and is setup? Thanks, -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body
2009 Feb 04
4
Default disk I/O scheduler in linux guest
Hi, all, I just found out that xen assigns the NOOP disk scheduler for linux guest OSes. Dom0 uses cfq scheduler (it is the linux default). Is there a reason for xen to turn off disk request merging in the quest OS by selecting a NOOP scheduler? Is it because the request optimization will be performed in dom0 or VMM ? Thansk in advance, Jia. _______________________________________________
2012 Mar 19
16
LV resize encrypted volume
Hi, dom0: Debian Lenny 2.6.26-2-xen-amd64, domU: same. Xen 3.2-1 After resizing a LV on dom0, Xen is not reporting the new extended size to the PV domU even though dom0 is well aware of the new size. I''ve rebooted domU (not dom0 yet as that''s running a lot of other domU''s). The LV I tried to resize is encrypted. Resizing unencrypted volumes works as expected. dom0:~#
2010 Jul 08
5
No space left on device on not full filesystem
...ev/zero > qqq 10+0 records in 10+0 records out 1048576000 bytes (1.0 GB) copied, 15.9882 s, 65.6 MB/s beda:/mnt/lustre# dd bs=100M count=10 < /dev/zero > qqq.tmp qqq.tmp: No space left on device. beda:/mnt/lustre# dd bs=100M count=10 < /dev/zero > qqq ^C5+0 records in 5+0 records out 524288000 bytes (524 MB) copied, 7.66803 s, 68.4 MB/s But there are a lot of free space both on OSTs and MDS: [client]$ lfs df -h UUID bytes Used Available Use% Mounted on lustre-MDT0000_UUID 43.8G 813.4M 40.5G 1% /mnt/lustre[MDT:0] lustre-OST0000_UUID 867.7G...
2014 Aug 19
6
[PATCH 0/3] libguestfs: improve OpenSUSE support
Hi, this series for libguestfs improves the support for OpenSUSE. There are couple of changes (in testing-only stuff) needed to help running the tests properly, and an update of the packagelist. Pino Toscano (3): builder: do not use xz --block-size for the test images tests: make the scratch disk used for scratch much larger appliance: initial packagelist for OpenSUSE
2008 Dec 26
1
Bug Report in Connection with Expire Plugin
...bildig.ch): Effective uid=5000, gid=5000, home=/home/vmail/Maildirs/bildig.ch/admin dovecot: 2008-12-26 09:21% Info: IMAP(admin at bildig.ch): Quota root: name=User Quota backend=maildir args= dovecot: 2008-12-26 09:21% Info: IMAP(admin at bildig.ch): Quota rule: root=User Quota mailbox=* bytes=524288000 (0%) messages=0 (0%) dovecot: 2008-12-26 09:21% Info: IMAP(admin at bildig.ch): Quota rule: root=User Quota mailbox=Trash bytes=52428800 (0%) messages=0 (0%) dovecot: 2008-12-26 09:21% Info: IMAP(admin at bildig.ch): Quota warning: bytes=498073600 (95%) messages=0 (0%) command=/usr/local/bin/mai...
2015 Feb 16
0
Migrate from Courier to Dovecot - shared folders - can't subscribe
...est.sunlink.ru): Debug: Effective uid=8, gid=8, home=/var/virtmail/test.sunlink.ru/bna Feb 13 18:21:06 imap(bna at test.sunlink.ru): Debug: Quota root: name=User quota backend=dict args=:proxy::quota Feb 13 18:21:06 imap(bna at test.sunlink.ru): Debug: Quota rule: root=User quota mailbox=* bytes=524288000 messages=0 Feb 13 18:21:06 imap(bna at test.sunlink.ru): Debug: Quota rule: root=User quota mailbox=INBOX.Trash bytes=+104857600 messages=0 Feb 13 18:21:06 imap(bna at test.sunlink.ru): Debug: Quota rule: root=User quota mailbox=INBOX.Sent bytes=+52428800 messages=0 Feb 13 18:21:06 imap(bna at te...
2019 Jan 03
1
Measure system resources consumptions by ClamAV File scanner
Hi, I am running ClamAV process which is invoked by Cron scheduler around 3:00 AM ( Midnight) on remote server running CentOS Linux release 7.6.1810 (Core). Is there a way to measure what was the system resources consumptions like CPU, Network, I/O, Memory and Computing load is being used and is it possible to find out how much time it took to complete the scan? Any help will be highly
2012 Oct 12
0
libvirt java api create volume bug?
...="KB">512000</capacity> <target> <format type="qcow2" /> </target> </volume> when use command check the volume's format, root at 60:/dev/vgtest2# qemu-img info volume8 image: volume8 file format: raw virtual size: 500M (524288000 bytes) disk size: 0 I think this is a bug.can you fix it? the libvirt version is 0.9.8 libivrt-java version is 0.4.9 os:ubuntu12.04 thanks liuzhijun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachment...
2017 Jul 02
3
Re: virtual drive performance
...1048576000 bytes (1.0 GB, 1000 MiB) copied, 2.47301 s, 424 MB/s > > I can further observe that the smaller the saved chunks are the slower the > overall performance is: > > dd if=/dev/zero of=testfile bs=512K count=1000 oflag=direct > 1000+0 records in > 1000+0 records out > 524288000 bytes (524 MB, 500 MiB) copied, 1.34874 s, 389 MB/s > > $ dd if=/dev/zero of=testfile bs=5K count=1000 oflag=direct > 1000+0 records in > 1000+0 records out > 5120000 bytes (5.1 MB, 4.9 MiB) copied, 0.105109 s, 48.7 MB/s > > $ dd if=/dev/zero of=testfile bs=1K count=10000 oflag...
2012 Jun 07
2
Performance optimization tips Gluster 3.3? (small files / directory listings)
Hi, I'm using Gluster 3.3.0-1.el6.x86_64, on two storage nodes, replicated mode (fs1, fs2) Node specs: CentOS 6.2 Intel Quad Core 2.8Ghz, 4Gb ram, 3ware raid, 2x500GB sata 7200rpm (RAID1 for os), 6x1TB sata 7200rpm (RAID10 for /data), 1Gbit network I've it mounted data partition to web1 a Dual Quad 2.8Ghz, 8Gb ram, using glusterfs. (also tried NFS -> Gluster mount) We have 50Gb of
2006 Oct 05
1
quota dict (mysql)
...o: IMAP(user at domain.net): maildir: root=/data/postfix/virtual/domain.net/user, index=/data/postfix/virtual/domain.net/user, control=, inbox= Oct 02 23:25:49 Info: IMAP(user at domain.net): dict quota: uri = proxy::quotadict Oct 02 23:25:49 Info: IMAP(user at domain.net): dict quota: byte limit = 524288000 Oct 02 23:25:49 Info: IMAP(user at domain.net): dict quota: count limit = 0 Oct 02 23:25:49 Info: dict: mysql: Connected to localhost (postfix) Oct 02 23:25:55 Info: dict: mysql: Connected to localhost (postfix) Oct 02 23:25:56 Info: dict: mysql: Connected to localhost (postfix) Oct 02 23:26:37 Inf...
2010 Apr 09
1
Dovecot 1.2.11, Quota and SQL
.../usr/lib/dovecot/modules/imap/lib11_imap_quota_plugin.so IMAP(toto at dom.tld): Info: Effective uid=1002, gid=1004, home=/var/vmail/dom.tld/toto IMAP(toto at dom.tld): Info: Quota root: name=User quota backend=maildir args= IMAP(toto at dom.tld): Info: Quota rule: root=User quota mailbox=* bytes=524288000 messages=0 IMAP(toto at dom.tld): Info: Quota rule: root=User quota mailbox=Trash bytes=10485760 messages=0 Thanks for your help, -- Mika?l,
2012 May 11
1
..::MBOX ISSUE::..
.../aliases broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 disable_dns_lookups = yes disable_vrfy_command = yes html_directory = no inet_interfaces = all mail_owner = postfix mailbox_size_limit = 524288000 mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man masquerade_domains = mydomain.com message_size_limit = 5242880 mydestination = $myhostname, localhost.$mydomain, localhost mydomain = mydomain.com myhostname = mydomain.com mynetworks = 127.0.0.0/8, 10.1.8.27/32, 10.1.8.23/32, 1...
2017 Jul 02
2
Re: 答复: virtual drive performance
...bytes (1.0 GB, 1000 MiB) copied, 2.47301 s, 424 MB/s > > > > I can further observe that the smaller the saved chunks are the slower the > overall performance is: > > dd if=/dev/zero of=testfile bs=512K count=1000 oflag=direct > 1000+0 records in > 1000+0 records out > 524288000 bytes (524 MB, 500 MiB) copied, 1.34874 s, 389 MB/s > > $ dd if=/dev/zero of=testfile bs=5K count=1000 oflag=direct > 1000+0 records in > 1000+0 records out > 5120000 bytes (5.1 MB, 4.9 MiB) copied, 0.105109 s, 48.7 MB/s > > $ dd if=/dev/zero of=testfile bs=1K count=10000 oflag...
2017 Jun 21
2
Re: virtual drive performance
On Tue, Jun 20, 2017 at 04:24:32PM +0200, Gianluca Cecchi wrote: > On Tue, Jun 20, 2017 at 3:38 PM, Dominik Psenner <dpsenner@gmail.com> wrote: > > > > > to the following: > > > > <disk type='file' device='disk'> > > <driver name='qemu' type='qcow2' cache='none'/> > > <source
2012 Dec 14
1
need help with dovecot-lda
...ual_mailbox_domains = anup.de bit-corner.de bitcorner.de baubetreuung-meyer.de saxelektro.de virtual_mailbox_base = /var/spool/vhosts #virtual_mailbox_maps = hash:/etc/postfix/vmailbox #virtual_minimum_uid = 100 #virtual_uid_maps = static:5000 #virtual_gid_maps = static:5000 virtual_mailbox_limit = 524288000 virtual_transport = dovecot I don't get it right. As far as I understand postfix uses virtual_transport = dovecot and hands the mail over to the socket dovecot. But how does dovecot know where to look for the socket. I am missing somthing but don't know what. Any help is appreciated! A...