search for: 10485760

Displaying 20 results from an estimated 123 matches for "10485760".

Did you mean: 1048576
2006 Oct 31
3
zfs: zvols minor #''s changing and causing probs w/ volumes
...l2 crw------- 1 root sys 256, 4 Oct 23 21:02 vol3 crw------- 1 root sys 256, 5 Oct 23 21:02 vol4 I login to the zone and create a file in each mount to keep track of which volume is which. [/] root at biscotti# ls -l /vol?/vol? -rw------- 1 root root 10485760 Oct 23 21:38 /vol1/vol1 -rw------- 1 root root 10485760 Oct 23 21:38 /vol2/vol2 -rw------- 1 root root 10485760 Oct 23 21:38 /vol3/vol3 -rw------- 1 root root 10485760 Oct 23 21:38 /vol4/vol4 I then create a new volume vol5 then shutdown the zone and then reb...
2013 Aug 21
1
Gluster 3.4 Samba VFS writes slow in Win 7 clients
...nt the "gvol" with cmd: [root at localhost current]# mount.cifs //192.168.100.133/gvol /mnt/vfs -o user=kane,pass=123456 then i use iozone to test the write performance in mount dir "/mnt/vfs": [root at localhost current]# ./iozone -s 10G -r 128k -i0 -t 4 ?.. File size set to 10485760 KB Record Size 128 KB Command line used: ./iozone -s 10G -r 128k -i0 -t 4 Output is in Kbytes/sec Time Resolution = 0.000001 seconds. Processor cache size set to 1024 Kbytes. Processor cache line size set to 32 bytes. File stride size set to 17 * record size. Throughput test with 4 processe...
2007 Apr 13
0
qcow-create buffer overflow?
...BACKING_FILENAME>] [root@trogdor ~]# rpm -qf `which qcow-create` xen-3.0.3-8.fc6 Trying a simple 10mb empty image: ======================================================================================== [root@trogdor ~]# dd if=/dev/zero bs=1M count=10 of=foo 10+0 records in 10+0 records out 10485760 bytes (10 MB) copied, 0.032415 seconds, 323 MB/s [root@trogdor ~]# qcow-create 10 foo-cow.qcow foo Creating file size 10485760 *** buffer overflow detected ***: qcow-create terminated ======= Backtrace: ========= /lib64/libc.so.6(__chk_fail+0x2f)[0x3d02ae0cdf] /lib64/libc.so.6[0x3d02ae132b] qcow-c...
2013 Feb 06
2
fail to display xfs quotas instead of smbcquotas on Win clients
...userN : 0/ 17179869184/ 21474836480 repquota output as seen on CLI but not displayed on Windows 7: Benutzer belegt weich hart Gnade belegt weich hart Gnade ---------------------------------------------------------------------- user1 -- 671488 8388608 10485760 1642 0 0 user2 -- 1544 8388608 10485760 5 0 0 user3 -- 1783608 8388608 10485760 5224 0 0 ... userN -- 0 8388608 10485760 2 0 0
2023 Jun 03
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
...panic-action %d smb ports = 1445 pid directory = /var/run/samba server min protocol = SMB2 strict sync = yes sync always = no smb encrypt = auto aio read size = 1 aio write size = 1 smb2 max read = 1048576 smb2 max write = 1048576 smb2 max trans = 1048576 socket options = TCP_NODELAY SO_RCVBUF=10485760 SO_SNDBUF=10485760 usershare owner only = no load printers = no printing = bsd printcap name = /dev/null disable spoolss = yes machine password timeout = 0 nt acl support = yes vfs objects = acl_xattr map acl inherit = yes store dos attributes = yes log level = 5 max log size = 1000 *Share co...
2011 Jun 28
2
Issue with Gluster Quota
An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20110628/64de4f5c/attachment.html>
2006 Aug 31
2
Maildir++ quota inconsistency
...t doesn't play well with Dovecot, because Dovecot chooses to interpret the quota as kilobytes, rather than bytes. An example: If I set the quota to 10240 in Dovecot, it creates a maildirsize file with the value 10240000 in it. If I then set the quota to 10M in Exim, Exim calculates that as 10485760. It detects that the value in the maildirsize file is wrong, and recreates the file with a quota of 10485760 bytes. Exim's behaviour is consistent with the courier family of packages, as well as the specification, so I'm venturing to say that Dovecot's implementation is slightly non...
2004 Mar 08
2
memory problem
...the memory of R as follows: R --min-vsize=10M --max-vsize=2500M --min-nsize=10M -max-nsize=50M (as specified in help in R). After running this command the memory in R is as follows: Used (Mb) gc trigger (Mb) limit (Mb) Ncells 513502 13.8 10485760 280.0 1400 Vcells 142525 1.1 162625696 1240.8 2500 However, I am still getting the error cannot create a vector of 523263 KB. Any suggestions/ideas? Thanks., Nina Nina Joshi, PhD NIH/NCI/ Genetics Branch National Naval Medical...
2023 Jun 16
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
...gt; server min protocol = SMB2 > strict sync = yes > sync always = no > > smb encrypt = auto > > aio read size = 1 > aio write size = 1 > > smb2 max read = 1048576 > smb2 max write = 1048576 > smb2 max trans = 1048576 > > socket options = TCP_NODELAY SO_RCVBUF=10485760 SO_SNDBUF=10485760 > > usershare owner only = no > > load printers = no > printing = bsd > printcap name = /dev/null > disable spoolss = yes > > machine password timeout = 0 > > nt acl support = yes > vfs objects = acl_xattr > map acl inherit = yes > store...
2020 Jan 13
0
UDPbuffer adjustment
...f unset, the default buffer size will be used by the operating system. OS, CentOS, just would like to know, if I increase the the /proc/sys/net/core/rmem_max and /proc/sys/net/core/wmem_max to 10MB by below command(in order to increase the UDP buffer size): sysctl -w net.core.rmem_max=10485760 ; sysctl -w net.core.wmem_max=10485760 but keep /proc/sys/net/core/rmem_default and /proc/sys/net/core/wmem_dafault unchanged, which is 200KB. and I don’t have any UDPRcvBuf and UDPSndBuf config in the tinc.conf, so what’s the udp buffer size for tinc? should I change /proc/sys/net/core/rmem_defa...
2006 Jun 27
0
Re: Maildirquota
On Tue, May 30, 2006 10:02 am, Timo Sirainen <tss at iki.fi> said: > On Sun, 2006-05-28 at 20:43 +0800, Timothy White wrote: >userdb static { >args = uid=112 gid=112 home=/var/mail/%1n/%n imap_quota=10485760 >} > > "imap_quota" does nothing. Use "quota" instead. Also its contents should > be something like: > > quota=maildir:storage=10485760 > > If that's correctly configured, then Dovecot creates and updates the > maildirsize file's quota infor...
2001 Mar 22
1
JFS DEBUG: (journal.c, 549)
...drive only, even when i cleanly umount the drive and mount it i get the error any ideas? I installed ext3 support as per instructions on http://beta.redhat.com/index.php?program=Display_Page&action=ext3 JFS DEBUG: (journal.c, 549): journal_init_inode: journal c4f99920: inode 16:01/8394, size 10485760, bits 12, blksize 4096 EXT3-fs: recovery complete. JFS DEBUG: (journal.c, 549): journal_init_inode: journal c4f99920: inode 16:01/8394, size 10485760, bits 12, blksize 4096
2012 May 20
1
GETQUOTAROOT under roundcube
...esponses on GETQUOTAROOT command. Roundcube aquire quota usage using IMAP command: GETQUOTAROOT INBOX Example dump of the roundcube <-> dovecot communication: > GETQUOTAROOT inbox < QUOTAROOT "inbox" "User quota" < QUOTA "User quota" (STORAGE 1198415 10485760) < OK Getquotaroot completed. The same communication using python imaplib: > GETQUOTAROOT inbox < QUOTAROOT "inbox" "User quota" < QUOTA "User quota" (STORAGE 1431260 10485760) < OK Getquotaroot completed. Quota reported to python client is the same a...
2008 Jan 16
1
Quota 1.1 problem
...GID value '*:bytes=1033' dovecot-ldap.conf: user_attrs = mailMessageStore=home,qmailUID=uid,qmailGID=gid,mailQuotaSize=quota_rule=*:bytes=%$ ldap: dn: cn=teste,ou=xxx.com.br,ou=accounts mailHostAddress: 10.0.149.3 userPassword:: e1NIQX1kNXFTUFdteTRISjBleEdYVzZocFNkNFdjRGM9 mailQuotaSize: 10485760 deliveryMode: nombox objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson objectClass: qmailUser accountStatus: active cn: teste qmailGID: 1033 qmailUID: 1033 mail: teste at xxx.com.br mailMessageStore: /data/services/dominios/xxx.com.br/t/te/teste/ uid:...
2009 Jan 21
1
How to interpret quota log entries?
...cot: IMAP(user at test.tld): Quota root: name=user backend=dict args=:proxy::quotadict Jan 21 17:54:44 vh3 dovecot: IMAP(user at test.tld): dict quota: user=user at test.tld, uri=proxy::quotadict, enforcing=0 Jan 21 17:54:44 vh3 dovecot: IMAP(user at test.tld): Quota rule: root=user mailbox=* bytes=10485760 (0%) messages=10 (0%) Jan 21 17:54:49 vh3 deliver(user at test.tld): Quota root: name=user backend=dict args=:proxy::quotadict Jan 21 17:54:49 vh3 deliver(user at test.tld): dict quota: user=user at test.tld, uri=proxy::quotadict, enforcing=0 Jan 21 17:54:49 vh3 deliver(user at test.tld): Quota rul...
2012 Feb 07
1
MySQL on CentOS 6 broken? No 'mysql' database?
...g sequence number 0 44233 120206 16:42:07 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist 120206 16:42:07 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended if I go look in /var/lib/mysql I see: -rw-rw----. 1 mysql mysql 10485760 Feb 5 16:53 ibdata1 -rw-rw----. 1 mysql mysql 5242880 Feb 6 16:42 ib_logfile0 -rw-rw----. 1 mysql mysql 5242880 Feb 5 16:33 ib_logfile1 drwx------. 2 mysql mysql 4096 Feb 5 16:55 mysql drwx------. 2 mysql mysql 4096 Feb 5 16:55 test and the 'mysql' is empty. I dont understand, I have ne...
2017 Jul 25
1
memory snapshot save error
.../datapool/mm.img error: operation failed: domain save job: unexpectedly failed xml configure: <domain type='kvm' id='177'> <name>virt23</name> <uuid>e50c1d59-c4a3-4413-b6c9-20e90cced343</uuid> <metadata/> <memory unit='KiB'>10485760</memory> <currentMemory unit='KiB'>10485760</currentMemory> <vcpu placement='static'>1</vcpu> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440...
2012 Jan 13
1
sendmail deferred
...unning /var/spool/mqueue/q0B7caw9023076 (sequence 1 of 2) <xxx at xxx.gov.qa>... Connecting to smtp.xxx.gov.qa. via esmtp... 220 mail.xxx.gov.qa Microsoft ESMTP MAIL Service ready at Fri, 13 Jan 2012 16:37:28 +0300 >>> EHLO avgw.yyy.com 250-mail.xxx.gov.qa Hello [95.9.x.x] 250-SIZE 10485760 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-AUTH 250-8BITMIME 250-BINARYMIME 250 CHUNKING >>> MAIL From:<xxx at yyy.com> SIZE=939155 250 2.1.0 Sender OK >>> RCPT To:<xxx at xxx.gov.qa> >>> DATA 250 2.1.5 Recipient OK 354 Start mail input; end with &l...
2018 May 11
4
[Bug 13433] New: out_of_memory in receive_sums on large files
https://bugzilla.samba.org/show_bug.cgi?id=13433 Bug ID: 13433 Summary: out_of_memory in receive_sums on large files Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter:
2012 Dec 24
1
Postfix/mysql/dovecot - Understanding password encryption
...swords, so felt it was time to delve deeper into this. My old setup uses mysql-crypt for the password. MYSQL_CRYPT_PWFIELD password and users could be added to the table with: INSERT INTO `users` (`email`, `password`, `quota`) VALUES ('sales at example.com', ENCRYPT('secret'), 10485760); But where this was all simple and no choices, I get to figure out what to do with my dovecot setup. Some of the 'secret' is hinted at in postfixadmin's config.inc.php: // Encrypt // In what way do you want the passwords to be crypted? // md5crypt = internal postfix admin md5 // md...