search for: balanced

Displaying 20 results from an estimated 4617 matches for "balanced".

2010 Jun 22
3
PRI span problem - no D channel
...9:03:48] WARNING[30723]: chan_dahdi.c:2790 pri_find_dchan: No D-channels available! Using Primary channel 72 as D-channel anyway! Here is my PRI debug span: -- Timeout occured, restarting PRI q921.c:468 t200_expire: q921_state now is Q921_LINK_CONNECTION_RELEASED Sending Set Asynchronous Balanced Mode Extended q921.c:211 q921_send_sabme: q921_state now is Q921_AWAITING_ESTABLISH [Jun 22 09:03:48] WARNING[30723]: chan_dahdi.c:2790 pri_find_dchan: No D-channels available! Using Primary channel 72 as D-channel anyway! Sending Set Asynchronous Balanced Mode Extended Sending Set Asynchronou...
2012 Feb 03
10
[PATCH 0/3] Btrfs-progs: restriper interface
Hello, This is the userspace part of restriper, rebased onto the new progs infrastructure. Restriper commands are located under ''balance'' prefix, which is now the top level command group. However to not confuse existing users ''balance'' prefix is also available under ''filesystem'': btrfs [filesystem] balance start btrfs [filesystem] balance
2013 Jun 16
1
btrfs balance resume + raid5/6
...=4.71TB, used=4.69TB System, RAID1: total=32.00MB, used=376.00KB System: total=4.00MB, used=0.00 Metadata, RAID1: total=8.00GB, used=6.54GB vendikar tim # btrfs balance start bank/ vendikar tim # btrfs balance status bank/ Balance on ''bank/'' is running 3 out of about 1479 chunks balanced (4 considered), 100% left vendikar tim # btrfs balance pause bank/ vendikar tim # btrfs balance status bank/ Balance on ''bank/'' is paused 4 out of about 1479 chunks balanced (4 considered), 100% left vendikar tim # btrfs balance resume bank vendikar tim # btrfs balance status ba...
2011 Apr 01
15
btrfs balancing start - and stop?
Hi, My company is testing btrfs (kernel 2.6.38) on a slave MySQL database server with a 195Gb filesystem (of which about 123Gb is used). So far, we''re quite impressed with the performance. Our database loads are high, and if filesystem performance wasn''t good, MySQL replication wouldn''t be able to keep up and the slave latency would begin to climb. This though, is
2017 Mar 22
2
One way dsync replication with dsync -R
Ugh, sorry for the formatting. Not sure what happened when it sent through the list. Trying again Blessings, Rob Archibald CTO, EndFirst LLC rob at robarchibald.com -----Original Message----- From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Rob Archibald Sent: Wednesday, March 22, 2017 3:55 PM To: 'Wolfgang Hennerbichler'; dovecot at dovecot.org Subject: RE: One way
2008 Oct 21
1
prepaid approach
hi, for my multi-tenant pbx, i would like to approach prepaid like this: when a customer dials number, i have an AGI that will determine what country was dialed and retrieve the rate from the rate table, once the rate is retrieved, i will get the remaining balance of that customer nd compute how much time remaining based on the rte and the remaining balance. then i set that as an absolute
2007 Jan 04
6
after_update attributes problem
Hey guys, I''m having a hard time w/ the after_update callback on rails... As far as I can tell, when I define a after_update callback on a model, the attributes of the object have the same values that they had *before* Base.save was called. I''m probably wrong so here''s the code: UNIT TEST: def test_register_item_adjusts_account_balance account =
2017 Mar 22
2
One way dsync replication with dsync -R
Hi dovecot users, I?ve found the -R parameter for dsync. Does this enable one-way syncing if enabled on the slave in replication_dsync_parameters? The documentation doesn?t mention much what happens if I enable this on the ?replciation slave?. Before you ask: Two way synchronisation causes issues in my installation (see the unanswered thread here:
2009 Jul 17
1
Help with R.oo
Hi! I'm trying to learn about object oriented R, as it seems like it would be very useful. I'm going over an example from the documentation, and I'm very confused: http://www1.maths.lth.se/help/R/R.oo/ [assume you've called library (R.oo)] setConstructorS3("SavingsAccount", function(balance=0) { if (!is.numeric(balance) && length(balance) != 1)
2011 Feb 05
2
Strangeness on btrfs balance..
Hi there... I have kernel version 2.6.36.3, compiled with gcc 4.4.5, btrfstools version 0.19+20101101 I have a btrfs filesystem (/data) consisting of two 1TB hard disks, raid0. I added in another 1TB hard drive. root@X86-64:~# btrfs filesystem show failed to read /dev/sdh failed to read /dev/sdg failed to read /dev/sdf failed to read /dev/sde failed to read /dev/sr0 failed to read /dev/fd0u800
2017 Mar 24
1
One way dsync replication with dsync -R
So, even with a particular user only connecting to one node in the pair, you still see the issue? I'm not seeing that in my setup. I only see it when concurrently connecting the same user to two different nodes in the pair. Blessings, Rob Archibald CTO, EndFirst LLC rob at robarchibald.com > On Mar 24, 2017, at 12:50 AM, Wolfgang Hennerbichler <wogri at wogri.com> wrote: > >
2006 Aug 16
3
(no subject)
Hi everybody, We are developing several applications on a single server and I''m looking for a way to use mongrel with each of them. Right now, http://testapp.com/ is being served on that machine through apache and mongrel. Here''s what a part of my apache config looks like: <Proxy balancer balancer://testappcluster> BalancerMember http://127.0.0.1:8000
2006 Dec 13
1
load balancing
...d balancing as per the lartc guide. Everything is working properly, except for the load balancing does not seem to be equally balance the load. The first line gets about 60% of the incoming load, the 2nd line gets about 40%, and the 3rd line hardly gets any of it at all. The outgoing load is evenly balanced among all three lines. I did not set any weights when I set up the route, so this is confusing to me. BTW, I have been using ntop as well as ibmonitor to view the load over each line. when I have tried setting weights, such as 1 for the first line, 2 for the second line, and 4 for the sec...
2013 Mar 02
2
Permanent uncancellable balance
...t. It was started like this: sudo btrfs filesystem balance start -v -musage=60 -dusage=60 /srv/backups It has been stuck at 0% across reboots and kernel upgrades (currently on 3.8.1), and cancelling it had no effect: Balance on ''/srv/backups'' is running 0 out of about 5 chunks balanced (95 considered), 100% left According to atop it is writing but not reading anything. Unmounting never terminates, so does remounting ro, the only way to temporarilly kill it is to reboot. SIGKILL has no effect either. Is there *any* way I can get rid of it? -- To unsubscribe from this list: sen...
2006 Mar 28
2
Asterisk & SMP: Is irqbalance Redundant on 2.6 Kernels?
...2.6.12-1.1376_FC3smp kernel. It has four physical CPUs and I would like to balance the IRQs across them. It is a large scale VOIP server running Asterisk, so my main interest is balancing the IRQs generated by the ethernet device. Obviously, there is heavy network activity, so if the IRQs are not balanced the server will be CPU bound by the lone processor assigned to handle them. Initially, I solved this problem by adding the following line to "/etc/rc.local" (82 is the IRQ of the ethernet device): echo 0f > /proc/irq/82/smp_affinity This worked like a charm. The IRQs from the eth...
2005 Feb 01
11
load balancing 20 asterisk servers
...isk box. or are load balancers SIP aware? or is there some sort of session control that the balancer is aware of and will send all packets in a "sip session" to the same asterisk box? and then what about meet me conferences? if 10 UA's all dial a conference DID number and all 10 get balanced to 10 different servers then they are all sitting in seperate rooms right? hints, opinions, facts...all welcome and appreciated. -Matthew
2007 Mar 29
0
Resolved problem with Apache Load Balancer Manager
Had to make a couple of changes to the config from the mongrel site to get the load balancer manager working: changed # Redirect all non-static requests to cluster RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f RewriteRule ^/(.*)$ balancer://mongrel_cluster%{REQUEST_URI} [P,QSA,L] to # Redirect all non-static requests to cluster RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME}
2013 Aug 20
7
[PATCH] btrfs-progs: use btrfs error code for kernel errors
Now with the below kernel patch, the excl operations like dev add/replace/resize and balance returns the btrfs error code defined in btrfs.h, this patch will help btrfs-progs (and thus user) to know the error string on the terminal (instead of /var/log/messages as previously kernel did). This patch depends on the btrfs kernel patch: btrfs: return btrfs error code for dev excl ops err
2013 Dec 15
9
btrfs balance on single device
Hey all, Just did a btrfs balance on a single device. Before the balance operation here is the df result: inglor@tiamat ~$ btrfs fi df /home Data: total=19.19GB, used=9.34GB System, DUP: total=32.00MB, used=4.00KB Metadata, DUP: total=896.00MB, used=227.98MB Then I issues a balance operation relocating the chunks across a single device: inglor@tiamat ~$ sudo btrfs fi balance /home [sudo]
2011 Mar 03
4
Load balancing...
Hi All, Can anyone help me hash out how best to load balance a website that is getting considerable traffic? In the past I only have experience with BigIP where you have a load balancing device that keeps track and send traffic to the best server possible at the time. This was a proprietary system that I think was something Dell rebranded. Right now, the whole site is is 400gb of video, HTML5,