Displaying 20 results from an estimated 100 matches similar to: "EXT3 Corruption Question"
2003 Mar 06
1
ext3 and indexed directories
I work with a MySQL installation containing several thousand databases. MySQL represents each database as a seperate sub-directory of the main MySQL data directory. As the number of databases increases it seems that the time to connect is increasing significantly and I believe this is probably due to the time necessary to search through the large number of directory entries.
It has been
2006 Apr 01
1
Tuning for large number of directory entries?
I have been running a public MySQL server for over 4 years. The system was a 1GHz box with 256MB of RAM. MySQL puts each database into a seperate directory in a single "data" directory. Once the old system reached about 10K databases the connection times increased 10X or more. I attributed the speed problems to a possible filesystem limitation with a large number of files. That
2011 Dec 01
3
[LLVMdev] Benchmarking for automatic parallelization project
Hi all,
I am looking appropriate Benchmarking for the assessment of automatic
parallelization project. What Benchmarking do you suggest me?
regards
neda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111201/95e7779c/attachment.html>
2000 Jan 23
2
portmap messages under /var/log/messages
I am running Redhat 6.1 as a firewall between a cable modem and my home
network.
Occasionally, I see messages such as these under /var/log/messages:
Jan 17 13:38:16 saturn5 portmap[3726]: connect from 24.28.77.200 to dump():
request from unauthorized host
Jan 18 14:00:34 saturn5 portmap[1544]: connect from 204.151.148.146 to
dump(): request from unauthorized host
My assumption is that the
2009 Jan 30
1
dovecot-1.2-managesieve "make install" ignores Dovecot's prefix
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm trying to compile dovecot-1.2-managesieve from hg repo with Dovecot
v1.2 and I found that managesieve uses another "install" target/prefix
than I've configured in Dovecot.
Is this intentional?
Because you must specify the compiled Dovecot sources, is managesieve just
"loosly" connected to Dovecot so it
2003 Feb 05
1
Swat not run
Hi Community,
It isn't just !!!
Help me !
I make inqueries here and nobody anwser me.
My problem is:
When I try to access the SWAT, it return the following message:
400 Server Error
chdir failed - the server is not configured correctly
Why the browser shows this message?
I need to have some entry on smb.conf to run the SWAT?
Thank you !
___
2005 Mar 23
0
inquery auto monitor in 1.0.3
I want to use auto monitor function in version 1.0.3 .
I have put the options 'wW' to Dial application. but it do nothing when
pressing *1 in call.
How can auto monitor in 1.0.3?
Bill Chen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050323/d2e8ec6e/attachment.htm
2012 Apr 30
3
95% confidence interval of the coefficients from a bootstrap analysis
Hello,
I am doing a simple linear regression analysis that includes few variables.
I am using a bootstrap analysis to obtain the variation of my variables to
replacement.
I am trying to obtain the coefficients 95% confidence interval from the
bootstrap procedure.
Here is my script for the bootstrap:
N = length (data_Pb[,1])
B = 10000
stor.r2 = rep(0,B)
stor.r2 = rep(0,B)
stor.inter =
2007 Sep 10
0
Working towards an XML based metadata format
On Monday 10. September 2007 23:39:50 Silvia Pfeiffer wrote:
> 2) we need a XML annotation format for audio - in particular for music
> - that is more structured than vorbiscomment (and this probably
> applies to video, too)
There are two possible ways to go regarding the format:
1) Build on XML+RDF and DC[1] with an additional name space for the more
media specific elements and
2010 Mar 01
3
Inquery: popular upload tools for customer codes in use
Hi all,
?I've had a project to upload customer codes and some data to?members inside a?webfarm, the upload work will be done almost daily for quite a while. Customer needs the upload status be confirmed everytime and data will be verified later easily when in need.
?Is there one or more popular tools available for this purposes? open source is preferred, but commercial ones are fine too as
2007 Jul 02
0
[LLVMdev] Repository Layout
On Sat, 30 Jun 2007, Reid Spencer wrote:
> I'm finding the current layout a bit frustrating, not to mention that it
> breaks all the documentation. We currently have modules laid out like
> this:
> llvm/trunk/...
> llvm/branches/...
> llvm/tags/...
> stacker/trunk/...
> stacker/branches/...
> stacker/tags/...
>
> and similarly for all the other
2011 Feb 02
2
syslinux 4.02 hangs at "boot:"
Hi all,
I have a machine that won't boot syslinux 4.02 but will boot syslinux
3.53. We've installed syslinux 4.02 on a number of machines but only
this one has a problem.
The problem is that the machine hangs entirely after printing "boot:" on
the tty. The stanza being booted in /boot/extlinux.conf is:
label xe
# XenServer
kernel mboot.c32
append /boot/xen.gz
2007 Jan 19
1
Bug Report: ACL plugin searches wrong directory with shared folders
I've been attempting to get to get Shared Folders and ACL's to work
under dovecot 1.0rc17. Unfortunately, I've run into some problems
(many have already been mentioned on the list), specifically the
problem where folder-specific ACL files are not found (and I will not
use Global ACL's due to the 100% probability of cross-namespace
mailbox name conflicts). My namespace
2022 Oct 21
5
[PATCH v3 0/4] vDPA: initial config export via "vdpa dev show"
Live migration of vdpa would typically require re-instate vdpa
device with an idential set of configs on the destination node,
same way as how source node created the device in the first place.
In order to allow live migration orchestration software to export the
initial set of vdpa attributes with which the device was created, it
will be useful if the vdpa tool can report the config on demand
2006 Jan 12
6
Mysql::Error: Lost connection to MySQL server during query
I have been very VERY frustrated for the past week trying to solve a
seemingly spurious problem with my Windows XP SP2 box with Ruby
1.8.2/Rails 1.0.0/MySQL 5.0.16 or 4.1.15 (yes, I tried both) installed
running against a remote MySQL server that was either 3.23 or 4.1
(4.1.15 to be exact--we finally matched them both up to make sure that
wasn''t the problem).
So I post it here (as
2006 Jan 11
2
validator to ensure two fields are different?
What validator can I use in a model to ensure that my :username field is
different from my :password field?
I''ve tried
validates_exclusion_of :password, :in =>:username
but I get a rails error
"an object with the method include? is required must be supplied as the :in
option of the configuration hash"
Thanks!
Gary
2007 Feb 27
2
Dovecot rc23 and rc24 freeze after authentication
I had our production systems running on rc23, however we ran into
problems when the server was under heavy load. Eventually, the
server would begin to freeze all imap connection after authentication
(according to the logs). A user would connect, authentication would
succeed, and then the connection would sit until timing out. No
error logs were produced. Upgrading to rc24 did not
2012 Aug 28
2
NTOP alternatives?
Hi all.
I have currently a task to implement a network traffic analyzer. Some years
ago I've used NTOP for that purpose, I would also like to test some
alternatives.
Which alternatives can you recommend and why?
Thanks ;)
Best regards,
Rafa? Radecki.
2005 Dec 18
1
session temp files?
I''m running a simple WEBrick server for a small rails website. I probably
get less than 100 hits per hour. I just looked in /tmp on the server and
there are over 10,000 ruby_sess.* temp files containing:
" hash{"
flashIC:''ActionController::Flash::FlashHash{:
@used{
They''ve piled up so much that I can''t even rm -f ruby*. Bash complains
2005 Jun 18
1
Running general purpose queries
Hi,
I''m considering migrating my site from php to RoR. I''ve installed RoR gone
through the onlamp tutorials and made the recipie/todo list sample sites and
tinkered with a few of my own. I understand the examples that use models
and scaffolding to map tables, but I''m having a little trouble understanding
how to handle general purpose queries. A few people have