Displaying 20 results from an estimated 900 matches similar to: "poor performance with dom0 on centos7"
2015 Sep 16
0
poor performance with dom0 on centos7
Hi
Im now pretty sure the problem is the DomU with NFS Server.
If I write on a NFS share from other Host (bare metal or other vm) then 
I see on my NFS server nearly the whole time 100% io at [jbd2/dm-5-8] 
process...
If I write on a SMB share (same partition as nfs share) from other Host 
then it is a little bit better but still ever and ever again 100% io 
load
If I write a 1GB file on the
2015 Sep 17
0
poor performance with dom0 on centos7
On 2 Sep 2015, at 09:22, Pasi K?rkk?inen <pasik at iki.fi> wrote:
> On Tue, Sep 01, 2015 at 06:47:18AM +0200, Christoph wrote:
>> Hi All
>> 
> 
> Hello,
> 
>> it is possible to tune dom0/domU for better IO/network performance?
>> Since I have changed to Cenots7 dom0, I have a really poor IO
>> performance inside a PV VM.
>> 
>> I have
2007 May 02
5
Return error instead of dying on time back skip?
Hello everybody!
Currently, dovecot just kills itself if it detects that time has moved 
backwards more than a hardcoded number of seconds. I accept the 
reasons, but I do not like to restart dovecot manually after waiting 
for time to move forward again. A cron job would not help, because 
time might still be wrong when it restarts dovecot.
All our systems run ntpd, but they might be offline
2007 Dec 13
4
Weird Mongrel error: Not starting.
Hi list,
I have a problem with Mongrel which is really bugging me. I would really
appreciate any help that anyone can provide to help me in solving this
problem.
1. My setup:
Apache front_end with mod_proxy_balancer in front of 4 mongrel/rails
instances of my application.
Rails 1.2.5
Ruby 1.8.6
Mongrel 1.1.1
2. I noticed that the CPU consumption on my server was 100% being consumed
by ruby so I
2010 Jan 25
2
acl flag to limit imap_acl based acl changes
Hi all!
I have tried the imap_acl plugin with 1.2.9 today, but was not able to limit 
acl changes for those mailboxes where acl changes should be forbidden.
http://wiki.dovecot.org/ACL says that "a" or "admin" covers "Administration 
rights to the mailbox". However, removing "a" from owner acl (using "lr") 
does not help, the user can still
2012 Apr 24
8
[PATCH v2] libxl: prevent xl from running if xend is running.
Prevent xl from doing any operation if xend daemon is running. That
prevents bugs that happened when xl and xend raced to close a domain.
Changes since v1:
 * Add documentation to xl man page.
 * Permit the execution of commands that don''t modify anything.
 * Indent error message.
Cc: george.dunlap@eu.citrix.com
Cc: ian.jackson@eu.citrix.com
Signed-off-by: Roger Pau Monne
2007 Dec 11
2
Mongrel not starting: `initialize_without_backlog'': Cannot assign requested address - bind(2) (Errno::EADDRNOTAVAIL)
Hi
I have a rather strange problem with mongrel and I would be grateful if
anyone could assist me with resolving.
I have an application running mongrel 1.1.1 and rails 1.2.5 with ruby 1.8.6.
It was all working fine and starting as expected. But I did a server reboot
once and mongrel has refused to start up since. I get the following error:
2016 Jun 18
1
Centos update 6.8 to 7
?I downloaded Centos 7 and i want to update from local usb i created using dd if=cenots7 of=/dev/sdc?i dont want to reinstall, i need just to update.What would be the best way to do so pleaseThanks muchBachir
2006 Aug 25
2
Auto-blacklisting hosts after too many failed logins
Hi folks,
first of all thanks for Dovecot, I appreciate it a lot.
On one of our servers, we experience regular tries to brute force 
logins, probably based on harvested mail addresses. Now I wonder if 
dovecot has or could in future have some mechanism to blacklist 
remote IP addresses after a configurable number of failures to login 
to any account.
Blacklisted IPs could simply be disconnected
2006 Jul 11
3
Building a Rice Encoder/Decoder from FLAC
Hi all,
I am interested in building a stand alone Rice Encoder/Decoder, using FLAC
source code as a starting point.  I've read the theory behind it, and I am
very interested in info theory.  However,  I am struggling with how exactly
I would implement the theory in code.  I'm a newbie to computer science
(only 1 year experience). I have read the format and documentation links on
the FLAC
2015 Sep 27
2
v2.2.19 release candidate released
Timo,
I have to test something on one of the BSD, namely related to src/lib/net.c .
-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! 
http://www.fullyfollow.me/rootnl2k  Look at Psalms 14 and 53 on Atheism
Time for Stephen to move on on Oct 19 2015!!
2004 Dec 07
2
Problem with more than 1T B
Hello,
 
I'm using linux kernel 2.6.8-24.
I configured it with "CONFIGURE_EXT3_FS=y"
and installed "e2fsprogs".
 
Now I try formatting my 2,5 TB HDD (Raid5 12x250GB)
how can I do this? the system internal tool does only format 1TB.
 
Thanks
Bye
2007 Mar 23
1
maildirsize problem?
Hello all,
  Recently I have received a few complaints from users that their quota 
was being reported wrong. This seems to have started when I switched to
quota=maildir and ignore=Trash (did both at the same time). The main 
reported problem is that maildirsize is not correctly updated when they 
delete messages. My personal hypothesis is something like this:
  - User moves to Trash
  - Trash
2010 Aug 31
1
fetchmail wakeup
Does someone know, if in the new release of dovecot 2.x.x there is a feature
implemented, that wakes fetchmail or any other program on a client request,
or is the "fetchmail wakeup" plugin still the only way to do this (at least
I've not found any other, and that plugin never worked for me),..
 
Yours Peter
2010 Oct 04
1
Mounting an lvm
I converted a system disk from a virtualbox
VM and added to the config on a qemu VM.
All seems well until I try to mount it. The
virtual machine shows data for the disk
image using commands like:
	pvs
	lvs
	lvdisplay xena-1
but there is no /dev/xena-1/root to be 
mounted. I also cannot seem to figure out
whether the lvm related modules are available
for the virtual machine kernel.
Has anyone
2006 Aug 08
5
RubyGems runtime memory use in Rails apps...
This an open plea for someone with knowledge of RubyGems to explain why
RubyGems stays in memory (over 10MB) after a Rails application is loaded.  I
am unable to figure out why this would be necessary. I haven''t had any
response from Jim or Chad from RubyGems about it so I thought I would throw
it open to the list to see if anyone could educate me or share thier
experiences with this.
2010 Oct 10
9
Dovecot 2.0.5 and BSDI 4.3 again
Right,
Changes made to dovecot-2.0.5/src/lib-master/master-service.c
       conn.listen_fd = l->fd;
        conn.fd = net_accept(l->fd, &conn.remote_ip, &conn.remote_port);
                        i_error("conn.fd: %d",conn.fd);
                        i_error("l->fd: %d",l->fd);
                        i_error("&conn.remote_ip:
2010 Feb 05
4
Compressing Maildir mails on delivery
Now supported by v2.0. Also as a patch to v1.2:
http://dovecot.org/patches/1.2/zlib-compress.diff
I'm not really sure if I should commit it to v1.2 code tree. The code
contains ugly copy&pasted io_stream_copy() and v1.2 is supposed to be
feature complete..
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
2004 Jun 24
1
Winbind/LDAP Backend question
Hello,
Recently, I've spent the last few days trying to get some unix client 
boxes to authenticate logins via winbind, so all of our unix system 
accounts can be maintained from active directory.  So far, everything 
is working, and users can authenticate into the system, but they are 
assigned random uid/gid values, based on the smb.conf as well as the 
internal winbind_idmap.tdb file.
2011 Sep 01
4
[PATCH] xen,credit1: Add variable timeslice
Add a xen command-line parameter, sched_credit_tslice_ms,
to set the timeslice of the credit1 scheduler.
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
diff -r 4a4882df5649 -r 782284c5b1bc xen/common/sched_credit.c
--- a/xen/common/sched_credit.c	Wed Aug 31 15:23:49 2011 +0100
+++ b/xen/common/sched_credit.c	Thu Sep 01 16:29:50 2011 +0100
@@ -41,15 +41,9 @@
  */
 #define