similar to: FSCK of corrupted ext3 filesystem

Displaying 20 results from an estimated 1000 matches similar to: "FSCK of corrupted ext3 filesystem"

2002 Jun 14
4
Slow response from new Athlon 1.4Ghz machine?
HI, I am trying to find out why an old slower machineis faster than a new faster machine. I have a RedHat 6.2 server installation, it runs samba and I have been very happy with it. Filesystem is:- [darryl@keg darryl]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/hda6 1.2G 735M 387M 66% / /dev/hda1 40M 3.0M 35M 8% /boot /dev/hdc1
2004 Apr 30
1
IAX2 * -> * handoff
Hey All, I am setting up a network of Asterisk servers using IAX2. I am wondering if it is possible to disable the handoff feature? At the moment I have 4 asterisk machines, 3 are at SOHO offices and 1 is centrally hosted in a data centre. In addition the central machine has an IAX2 link to a VOIP provider (and might be set up with more in the future). All calls are routed through that
2009 Jun 12
1
[PATCH node] o-c-config will only run when local storage is configured. rhbz#505560
o-c-config checks to see if local storage is configured prior to starting. If local storage is not configured then it reports an error and exits. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt-config-logging | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/ovirt-config-logging b/scripts/ovirt-config-logging index
2009 Nov 16
2
Resend...
Resending the refactored patch: I realized after I emailed it that it referenced the wrong bugzilla.
2010 Mar 23
1
Resend of one patch, new to follow on...
The first patch in this set was submitted in January but never ACK'd. The following three are follow on patches to fix other issues that have come up.
2004 Nov 18
6
Bandwidth throttling/limiting for all traffic
Hi, I have a rather simple problem I have to solve, well I thought it would be simple, I''ve run into a problem. I think I must be missing something fundamental. I am trying to build a Linux router that simply throttles everything down to certain bandwidths. That is, no priority queuing ...etc, just slow all traffic down to the specified rates, which are 64,128,256,512 kbit. We want
2006 Feb 08
1
New trick for old dogs
We have been using Samba for many years. The company has just switched from an NT domain to an Active Directory domain. The new server is running Windows Server 2003. We are having trouble configuring our Solaris 8 server so it can join the domain as a server. Just getting Samba to compile and link was interesting enough. This included downloading and compiling a new version of the BerkeleyDB,
2008 Sep 15
2
Network Help
I have searched the internet, and have tried some things I have found, but cannot resolve my issue. Hoping to find some help here. I have a peer to peer network static IP on all workstations, approximately 100 computers running Windows XP pro, and Windows 2000 pro. My desktop, Ubuntu, and one Linux Server, running Red Hat 9. The RH9 machine has Samba v2.27 running as WINS. It is set as
2016 Sep 23
3
Self-Signed Certificate issue
My apologies if this is a repeat but my search of the archive did not turn it up in the recent past. If this has been covered just point me at the previous thread, please. I am running a small email site which I am moving from uw-imapd and Solaris to Ubuntu and Dovecot imaps and pop3s. I am trying to use a self-signed certificate for this site. I am using Thunderbird as the test client. I've
2003 Mar 05
2
BSOD with ESS under win2000
I have had a visit from our windows buddy the BSOD twice in one day when running R1.6.2 under ESS5.1.24 on a win2000 platform. I wasn't doing anything special, just moving or resizing the emacs window, although I did have 4 or 5 emacs windows open at the time. Has anyone else observed this problem? Thanks, Darryl.
2004 Aug 18
2
Festival Installation - Asterisk 1.0-RC2 && Debian Woody
Hey All, Thought I'd take a bash at trying to get Festival to work here on my lab system with the aim of using it to create our IVR menu prompts. I've spent most of the afternoon searching through the Wiki, the Festival website and Google and I've got a couple of questions. First one is that the 'Asterisk+festival+installation' page on the Wiki mentions the RedHat 9 RPMs
2009 Dec 03
2
Refactored, fixed and ready to review...
This set of patches needed some reworking since they would not apply on top of next. They are ready for review and to be pushed.
2009 Dec 21
2
[PATCH] Fixed errors when the user selects a different remove libvirt host.
Now the app will show the current connection. When the user selects a different host then any connection exception is caught and the previous connection restored. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- nodeadmin/changehost.py | 6 ++++-- nodeadmin/configscreen.py | 5 ++++- nodeadmin/libvirtworker.py | 16 +++++++++++++++- 3 files changed, 23 insertions(+),
2003 Mar 02
1
model.frame.default problem in function definition
Could someone point me in the right direction for the following issue: A function is defined as follows: tfun <- function(dat) { fmla <- as.formula("y~x+z") dat2 <- dat mdl <- lm(fmla,dat2) mdl <- step(mdl) } Then the following code dat <- data.frame(x=1:10,z=1:10,y=(1:10)^2+10*(1:10)) tfun(dat) generates the output Start: AIC= 43.67
2009 Oct 28
2
Refactoring of storage admin and node
This patch set supercedes the previous set, and incorporates feedback from jboggs. There is a known issue in configuring volumes on an iSCSI pool that makes them unsupported at the moment. This code functions identical to virt-manager in that regard.
2004 Aug 17
3
asterisk-wide variables
Dear all, I have an Asterisk box serving as gateway to a set of POTS phones that all share the same telephone number, and I register this box as gateway to a H.323 gatekeeper with the telephone number as the gateway prefix. I am wondering if there is a way to have Asterisk-wide (perhaps to be called 'universal') variables that can be used in all config files. As far as I know, now e.g.
2010 Mar 22
1
Resend with loadavg as a statistic...
After some feedback from Slow, mainly about the load_average API being a method rather than an ongoing statistic. So I've converted the code over to instead update the load average statistic on a regular basis.
2009 Jul 21
2
[PATCH node-image] Adds a preserve option for autotest VMs.
If the -p option is provided, then no VMs are destroyed. Instead they, and their related networks, are left intact. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- autotest.sh | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/autotest.sh b/autotest.sh index c9f8a2d..b72ec98 100755 --- a/autotest.sh +++ b/autotest.sh @@ -219,6 +219,9 @@
2009 Nov 11
1
[PATCH] Static IPv4 addresses entered are validated when they're entered.
If the address is not blank then it is validated. Only those that are properly formed are accepted. Otherwise an error message is displayed and the user is prompted again. Resolves: rhbz#536912 - validation for static IP should be optimized Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt-config-networking | 28 +++++++++++++++++++++++++--- 1 files changed, 25
2010 Feb 11
1
[PATCH] Upgraded the version in preparation for version 2.0 development.
Added new files to track changes, development plans, as well as to inform developers of how they can provide contributions to the project. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- .gitignore | 1 + CONTRIBUTING | 4 ++++ ChangeLog | 2 ++ TODO | 6 ++++++ configure.ac | 2 +- 5 files changed, 14 insertions(+), 1 deletions(-) create mode