search for: 20m

Displaying 20 results from an estimated 194 matches for "20m".

Did you mean: 20
2008 Dec 12
2
Really slow performance
...######################### volume storage type protocol/client option transport-type tcp/client option remote-host 127.0.0.1 option remote-subvolume shelf-1-writebehind end-volume Writing directly to the underlying filesystem: -bash-3.2# dd if=/dev/zero of=/glusterfs/shelf-1/testing count=20M 20971520+0 records in 20971520+0 records out 10737418240 bytes (11 GB) copied, 230.862 seconds, 46.5 MB/s Writing through glusterfs with no readahead/writebehind: -bash-3.2# dd if=/dev/zero of=/storage/testing count=20M 20971520+0 records in 20971520+0 records out 10737418240 bytes (11 GB)...
2006 May 30
1
about printing
Dear members of samba team I have a problem about samba realizing the function of printing when studying the source of samba-2.2.8. I want to know if the samba can realize printing a big file. For example, the memory of my printing server is limited to 20M, but I want to print a file beyond 20M, how does the samba do? Can samba realize the big file pinting function by cutting the file into a few pieces? I mans that the big file will be devided into several groups, and the first group of the file will be sent to the memory for printing, then the nex...
2014 Jan 31
2
Dovecot2 + Quota
Hello! I need to configure Quota on Roundcubemail with Dovecot2. So, I did: 90-quota.conf: # SQL backend: quota = dict:User quota::proxy::sqlquota quota_rule = *:storage=20M:messages=1000 } dict { sqlquota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext } OK, works! but, My webmail shows me 20M of quota. But on my Postfixadmin I configured 200M. How can I fix this? Att; *Lucas Possamai* http://about.me/lucaspossamai https://www.digitalocean.com/?refcode=25021cb...
2008 Oct 22
1
Spatstat help - quadratcount query
...15m x 15m so I did the following: >q15<-quadratcount(p15,nx=26,ny=21). However, when I look at the data for quadrat counts it seems the function is not keeping the size of the quadrats constant, but is instead varying the width of the quadrats (in both the x and y direction) between 10m and 20m, meaning that some quadrats are 10m x 10m and some are four times the size (20m x 20m) (I have pasted some of the output below to demonstrate). This is quite concerning as I am trying to ascertain the scale of variation in my point pattern density - I cannot do this if the quadrat scale does not s...
2011 Mar 03
1
Website has some 20M tar.sign files??
The syslinux-4.0.04-pre11 and pre10 have 20MB tar.sign files that other versions don't, and has dates for Jan 01 1970. It appears these are the uncompressed tar files rather than a signature for the file? ftp://ftp.kernel.org/pub/linux/boot/syslinux/Testing/syslinux-4.04-pre1 1.tar.sign One other note. Last time I checke...
2008 Jul 02
0
Cant't get quota / dict work
...Junk autosubscribe: Sent autosubscribe2: Trash autosubscribe3: Drafts autosubscribe4: Junk expire: Trash 1 Trash/* 1 Junk 1 expire_dict: proxy:/var/run/dovecot/dict-server:expire quota: maildir quota2: dict:::proxy:/var/run/dovecot/dict-server:quota quota_rule: *:storage=20M quota_rule2: Trash:storage=10M quota_rule3: Spam:storage=20M quota_rule4: Junk:storage=20M quota2_rule: *:storage=20M quota2_rule2: Trash:storage=10M quota2_rule3: Spam:storage=20M quota2_rule4: Junk:storage=20M dict: expire: db:/usr/local/lib/dovecot/db/expire.db quota:...
2017 Jun 01
3
Data import R: some explanatory variables not showing up correctly in summary
...: 14 Water :230 Also, all of the distances I have imported are showing up in the summary along with a line entitled "other". However, I haven't used any other distances? Distance Distance.dog 2-10m :184 <50m : 35 <50m :156 2-10m : 27 10-20m :156 20-30m : 23 20-30m : 91 30-40m : 16 40-50m : 57 10-20m : 13 **(Other): 82 (Other): 18** I have checked my data sheet over and over again and I think standardised the data, but the issue keeps arising. I'm assuming I need to clean the data set but as a nearly complet...
2001 Dec 14
3
why copying files so slow in ext3
it takes 5 seconds to copy 20M files from one directory to another.However it only takes no more than 1 second in the ext2 filesystem. --http://www.eyou.com --Îȶ¨¿É¿¿µÄÃâ·Ñµç×ÓÐÅÏä ÓïÒôÓʼþ Òƶ¯ÊéÇ© ÈÕÀú·þÎñ ÍøÂç´æ´¢...ÒÚÓÊδ¾¡
2017 Jun 01
0
Data import R: some explanatory variables not showing up correctly in summary
...o, all of the distances I have imported are showing up in the summary along with a line entitled "other". However, I haven't used any other distances? > > Distance Distance.dog > 2-10m :184 <50m : 35 > <50m :156 2-10m : 27 > 10-20m :156 20-30m : 23 > 20-30m : 91 30-40m : 16 > 40-50m : 57 10-20m : 13 > **(Other): 82 (Other): 18** > > I have checked my data sheet over and over again and I think standardised the data, but the issue keeps arising. I'm assuming I need to clean the data...
2018 Jan 12
5
[PATCH 1/1] appliance: init: Avoid running degraded md devices
...ipt is killed or exits early +cleanup () +{ + status=$? + set +e + + # Don't delete the output files if non-zero exit + if [ "$status" -eq 0 ]; then rm -f $disk1 $disk2; fi + + exit $status +} +trap cleanup INT QUIT TERM EXIT + +# Create 2 disks partitioned as: +# sda1: 20M MD (md127) +# sda2: 20M PV (vg1) +# sda3: 20M MD (md125) +# +# sdb1: 20M PV (vg0) +# sdb2: 20M PV (vg2) +# sdb3: 20M MD (md125) +# +# lv0 : LV (vg0) +# lv1 : LV (vg1) +# lv2 : LV (vg2) +# md127 : md (sda1, lv0) +# md126 : md (lv1, lv2) +# md125 : md (sda3, sdb3) +# vg3 : VG (md125) +# lv3...
2008 Oct 14
2
very slow I/O performance in domU
...6 Xen paravirt_ops kernel and a Debian Lenny DomU. xen-hypervisor is Debian''s 3.2.1 package. The dom0 has two dual core Opteron CPUs without hardware virtualisation support. In the domU I/O performance is very bad. In the dom0, I get about 46 MB/s: # dd if=/dev/zero of=/root/zeroes bs=20M count=20 20+0 records in 20+0 records out 419430400 bytes (419 MB) copied, 9.12234 s, 46.0 MB/s While the domU only gets 6: Last login: Tue Oct 14 07:46:10 2008 from 192.168.0.129 # dd if=/dev/zero of=/root/zeroes bs=20M count=20 20+0 records in 20+0 records out 419430400 bytes (419 MB) copied,...
2011 Nov 11
1
virt-df: ext2/3/4 statvfs(2) output changed between two recent Linux kernels (3.2.0)
...e output of virt-df changed slightly. Narrowing it down, the difference only happens between: Fedora kernel 3.2.0-0.rc0.git4.1.fc17 (3rd Nov) Fedora kernel 3.2.0-0.rc1.git2.1.fc17 (11th Nov) With 3.2.0-0.rc0.git4.1.fc17, and all earlier versions, the output of statvfs(2) on a freshly created 20M ext2 filesystem is: bsize: 1024 frsize: 1024 blocks: 19827 <-- NB bfree: 19655 bavail: 18631 files: 5136 ffree: 5125 favail: 5125 fsid: 1411286354856931562 flag: 4096 namemax: 255 With 3.2.0-0.rc1.git2.1.fc17, it changed to: bsize: 1024 frsize: 1024 blocks: 199...
2017 Jun 01
4
Data import R: some explanatory variables not showing up correctly in summary
...rted are showing up in the summary > along with a line entitled "other". However, I haven't used any other > distances? > > > > Distance Distance.dog > > 2-10m :184 <50m : 35 > > <50m :156 2-10m : 27 > > 10-20m :156 20-30m : 23 > > 20-30m : 91 30-40m : 16 > > 40-50m : 57 10-20m : 13 > > **(Other): 82 (Other): 18** > > > > I have checked my data sheet over and over again and I think > standardised the data, but the issue keeps arising. I'm assu...
2006 Sep 09
2
duplication matrix
...c(A), where c(A) just vectorizes A. The duplication matrix is defined on page 49 of the book "Matrix differential calculus with applications in statistics and econometrics" by Magnus and Neudecker (1988 ) Thanks a lot! --------------------------------- ÑÅ»¢Ãâ·ÑÓÊÏä-3.5GÈÝÁ¿£¬20M¸½¼þ [[alternative HTML version deleted]]
2012 Mar 28
2
Postfix problems with maximum messages size
...essage_size_limit = 20480000 smtp message generated to squirrelmail client Message not sent. Server replied: Requested mail action aborted: exceeding storage allocation 552 5.2.3 Message exceeds maximum fixed size (12000000) What is going on? Why am I unable to have configured limit of 20M take effect? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 075...
2012 Oct 04
4
Creating vegetation distance groups from one column
Hi R listers, I am trying to group distances of nests to the vegetation into classes that are define by (0-5m, 6-10m, 11-15m, 16-20m, 21-25m, 26-30m, 31-35m, 36-40m, 41-45m, 46-50m, 51-55m, 56-60m). Each row is a nest and all the distances to the vegetation is in a column. In plyr, I have tried - below script but I think I am going about this the wrong way and am not successful. #Veg index star = resp Veg.index <- functi...
2008 Mar 10
3
Maildirsize automatically (re)build
...it's simply rebuilt." This is my query: password_query = SELECT username as user, username as userdb_user, passwd as password, 1001 as userdb_uid, 1001 as userdb_gid, concat('maildir:storage=', quota, 'M:ignore=Spam\ e\-mail') AS userdb_quotarule, 'Trash:storage=20M' as userdb_quota_rule2 FROM mailboxen WHERE username = '%n' Also in the main config I use: mail_plugins: quota imap_quota plugin: quota: maildir So I use maildir:storage in my config. However when I delete the maildirsize (for testing purposes) it doesn't get automatically r...
2009 Jun 07
2
Question about dd (fill a hard disks' unused space with blanks)
...this approach, it's more or less filesystem-independent. The drawback is that it sometimes results in huge image files. Now I'm currently following a hint which suggests to fill the disks' unused space with zero bits. Here's the command for that: # dd if=/dev/zero of=/0bits bs=20M # rm /0bits Now I gave that a shot, but after half an hour or so, I got a bit impatient. Now the computer does not respond any more. Does that mean he's just way too busy with dd? Or is there some mistake in the command? As I see it, it will just be chugging on and on, no? Shouldn't the...
2006 May 30
2
problem about asterisk realtime.
...cofiguring sip peers? What is the difference of configuration sip peers and configuration sip users? I also would like to know the responding table fields provided by asterisk for realtime function? Thanks a lot!! sharon --------------------------------- ????????-3.5G???20M??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060530/5d76ffa2/attachment.htm
2017 Jun 01
0
Data import R: some explanatory variables not showing up correctly in summary
...> > along with a line entitled "other". However, I haven't used any other > > distances? > > > > > > Distance Distance.dog > > > 2-10m :184 <50m : 35 > > > <50m :156 2-10m : 27 > > > 10-20m :156 20-30m : 23 > > > 20-30m : 91 30-40m : 16 > > > 40-50m : 57 10-20m : 13 > > > **(Other): 82 (Other): 18** > > > > > > I have checked my data sheet over and over again and I think > > standardised the data, but the iss...