Server :: Tur Checker Reporting Path Is Down

May 21, 2010

I have a RH 5.5 server which boots from SAN and i use device mapper multipath driver.all the ports are up(see the multipath -ll output below) and i can see all the device but still when i do the multipath command it gives me this output, im wondering whether this is a lvm.conf configuration issue.

View 12 Replies


ADVERTISEMENT

Server :: Df Reporting 100% But Du Reporting 20%?

Apr 15, 2011

Today morning I logged on to one of our servers (through ssh -X) to perform a routine maintenance. When I tried to open a GUI application, it failed to connect to the X server of the workstation. Eventually I ended up issuing the command

Code:

df -h /

and shockingly it showed that / is 100% used. I checked / using

Code:

du --max-depth=1 -xh /

to check the sizes of the individual directories, which showed that only about 18% of the / is used and that confused me badly. There was no quick solutions when I googled around; but luckily I found the following link which nicely explained the issue I had:

[URL]


All I did was found out the services responsible for those unreleased files (using lsof +L1) and restarted them. That is it. Now df reports only 18% of the disk is used and all my X things started working again, thanks to Walker.

View 1 Replies View Related

Server :: Reporting The Schedule For Nagios?

Jun 3, 2010

I have configured Nagios in my CentOS machine and is able to receive notificatons/alerts related to hosts and services at defined interval. Now I would like to receive combined reports (for daily downtime, availability of hosts/services) for all hosts and services in one go in the morning. Is there any configuration or setting on Nagios Splash screen.

View 1 Replies View Related

Red Hat :: DHCP Server Reporting Bogus Mac ID While Binding

Jun 18, 2009

I am using using Red Hat Enterprise Linux ES release 3 (Taroon)
dhcp server ver: dhcp-3.0pl2-6.14

I am trying to bind macid 00-21-6B-A1-C9-4C & 00-15-00-1D-AD-57; but it give, when I start dhcp service, I get the following error messages. I am sure macid are absolutely correct. Following the error message I get.

Starting dhcpd: Internet Software Consortium DHCP Server V3.0pl2
Copyright 1995-2003 Internet Software Consortium. All rights reserved.
For info, please visit [URL]
/etc/dhcpd.conf line 2196: Bogus number: 00-21-6B-A1-C9-4C.
hardware ethernet 00-21-6B-A1-C9-4C;
Configuration file errors encountered -- exiting

View 3 Replies View Related

General :: OpenSSH Server Reporting Wrong Version?

Aug 3, 2009

My Fedora Core 8 server came with OpenSSH Server 4.7p1 installed. I could not find a YUM package or RPM for 5.2p1, so I installed it manually and rebooted. Now if I do a version check with "sshd -v", it reports it's version as "OpenSSH_5.2p1", but if I connect with Putty, it reports "SSH-2.0-OpenSSH_4.7". Do I have two versions of OpenSSH running or what's going on?

View 2 Replies View Related

Server :: Samba Share Reporting Root Free Space?

Nov 20, 2010

Wierd problem, when I map a Windows Drive to my Ubuntu HTPC Samba share, Windows reports the free space as the free space on my root partition?!!?

HTPC Ubuntu server:

df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 12G 6.5G 4.0G 62% /udev 1.6G 308K 1.6G 1% /dev

[code]....

So my root partition has 4gb free, and my samba share (/mnt/data) has 97gb free.

From Windows machine:

net use
Status Local Remote Network
-------------------------------------------------------------------
OK Z: \xbmcfiles MS Windows Network

[code]....

View 3 Replies View Related

Server :: Cron Reporting User Account Expired, Chage -l Shows It Never Expires?

Jan 4, 2010

I've got a server running CentOS 4.8 (binary compatible RHEL 4.8 clone) that's decided all the accounts are expired.I've tried this on multiple accounts so far, to no avail.chage -l <username>Shows that the account never expires. In this case the problem was first noticed with the root account, then I tested it with my user account, and got the same answer, the account never expires.For the test I added a crontab to my account, and to roots, ever minute run "whoami"In the log I get (once for each crontab):rond[]: User account has expiredRecycling crond doesn't help, and I can't recycle the box itself as I've got users on it (pounding away at the poor box at that).

Several searches so far have only turned up that locked root accounts (ala debian/ubuntu) can cause this, and check or correct the age of the account using chage.Comparing entries in /etc/shadow to other boxes where everything is kosher doesn't seem to help either: the important bits are identical.

Working box:
kschmitt:$1$QykLetnt$ynSZ.7uKQSRnS3lsYe01w1:14613:0:99999:7:::
Screwie box:

[code]...

View 5 Replies View Related

General :: Difference Between PATH=$PATH:$1 & PATH=$1:$PATH?

Jan 16, 2011

I found the following function in /etc/profile file.

[Code]...

1. I dont undestand what "if ! echo $PATH | /bin/grep -qE "(^|:)$1($|:)"" this if statement actually comapres??

2. Also what is the difference between PATH=$PATH:$1 & PATH=$1:$PATH

View 14 Replies View Related

Software :: Hotmail Checker For KDE?

Jun 24, 2010

Is there any panel applet for KDE that can alert me when I have new E-mail in my Hotmail and Yahoo! accounts? I just have the basic, free accounts.

View 2 Replies View Related

OpenSUSE :: 11.3 - How To Enable Spell Checker

Jul 28, 2010

I used to have a spell check every where I typed in Ubuntu and Fedora. I just noticed it's not happening on openSUSE. How do I enable it?

View 1 Replies View Related

Ubuntu :: Cannot Install Spell Checker

May 22, 2010

Code:
Thunderbird could not install the file at

file:///home/rodney/Downloads/spell-en-AU.xpi

because: Install script not found -204

I get this message when I try to install a spell checker in Thunderbird.

Also when I click on any links in Thunderbird nothing happens.

View 2 Replies View Related

Ubuntu :: Is There A Default Sfv Checker Program?

Jun 18, 2010

Is there a default sfv checker program? I saw there were a few sfv checker programs in the repository, I just don't want to install another one if I already have one.

View 2 Replies View Related

General :: Move A File To Some Path And Create That Path When It Doesn't Exist?

Oct 8, 2010

I use this command:

Code:

find ./ -atime +360

to figure out the files that haven't been accessed since 360 days. The command above will return results like this:

Code:

/uploads/2010/02/some-file-name.ext
/uploads/2009/08/another-file-name.ext
... etc

I'm taking here about tins of directories, thousands of files. I'm looking to find a command that makes me able to move the results above to another path, and to create that path once it doesn't exist like below:

Code:

mv /uploads/2010/02/some-file-name.ext /old-files/uploads/2010/02/some-file-name.ext

But I want the executed command to create this path

Code:

/old-files/uploads/2010/02/

If it doesn't exist.

View 6 Replies View Related

Programming :: Java Applet Not Loading Image With Relative Path But With Absolute Path / Resolve It?

Jul 17, 2009

Java applet not loading image with relative path(e.g. images/1.jpg) but loads image with absolute path(i.e. from /root/user/images/1.jpg) . This is a problem when i want to host the applet on web server

View 2 Replies View Related

Fedora :: Smarter Spell Checker - Dictionary In FF?

Sep 24, 2009

When I'm typing something on a site the spell checkers (dictionary or whatever) leaves a lot to be desired. Sometimes I am forced to type the word into google's search engine & having it give me the correct spelling. So, is there a way of making this thing "smarter"?

To clarify, say I type in goverment, the checker isn't smart enough to know that I need the "n" - government - (this is just an example word & is not actually the case with it as I can't think of any right now that is) & gives me a bunch of meaningless, non-related words to choose from.

View 5 Replies View Related

Ubuntu :: Integrity Checker With Recovery Records?

Feb 28, 2010

Is there any software to store recovery records that can be used for recovery from data corruption, like RAR does? I periodically rsync from a primary backup location, that I assume corruption-free, to a secondary one, that I consider corruptible - so I'd like to store in the destination some recovery data.

View 1 Replies View Related

Ubuntu :: Create A Customized Spell-checker?

Oct 9, 2010

We need to harness the power of computing technology but, since I'm no programmer, I am posting here if some people can help with our situation.For many hours per day, we have to go through paragraphs and paragraphs of text. We have our own style guide to follow when it comes to:

capitalization
hyphenation

compound words (spaced out as two completely separate words?; hyphenated?; or joined together without any space?) We understand that Microsoft Word has a bit of customizability with it. But, to make the long story short, it's not good enough. So what we're looking for is to be able to paste several paragraphs into some program, and with rules that are 100%-created by us, have it alert us of the errors. If it could alert us the way that MS-Word or OpenOffice Writer does, that is, by using zizag underlines in red or green, that would be great. If you are a programmer or know a program that is 100% customizable (by 100% customizable, I mean that the only errors the programs considers errors are those that I tell it are errors).

View 1 Replies View Related

General :: Abiword Spell Checker Does Not Work?

May 9, 2011

My ubuntu (lubuntu) installation came with abiword, which I like, but I can't get the spell checker to work.
I've tried various suggestions from Google but am floundering.

View 4 Replies View Related

Server :: Only Seeing One SAN Path?

Jul 2, 2010

I have a server (RHEL 5.5, 2.6.18-92.1.6.el5) connected to two SANs by multiple paths. But the server's only seeing one path at a time. The only exceptions are the controllers from my HP EVA SAN, as you can see below (which indicates correct zoning). Sometimes when I reboot the server, everything will switch to the other path, but it has never (that I know of) switched while the server is up and running.

[root@cobra ~]# lsscsi
[0:0:0:1] disk NETAPP LUN 7320 /dev/sda
[0:0:0:2] disk NETAPP LUN 7320 /dev/sdb
[0:0:2:0] storage HP HSV210 5000 -

[code]...

I have triple-checked the zoning and masking/presentation, and everything looks correct. I'm working this through a paid support contract, too, but they're proving useless.

View 8 Replies View Related

General :: Forcing An Absolute Path Where A Relative Path Is Expected

Feb 21, 2011

I have a program that takes a relative path as input appends it to a some path string to get the actual path.

Now all I can input is the relative path. So if I want to go one level above my input will be ../mypath.

If I know the depth of the path used internally, I can use .. as many times to go to the root directory and then give the absolute path. But suppose I do not know the depth of the directory, can I construct a relative path string such that it considers it as a relative path. One way could be to have enough .. in the path string so that I can force an absolute path for some maximum depth of path.

Is there some path string syntax that I am not aware of but can achieve this?

View 2 Replies View Related

General :: Deleted Path Variable - How To Return To The Original Path Value

Apr 26, 2011

Experimenting with shell variables, accidentally deleted the path variable how could I return to the original path value. What kinds of problems will I have if I don't have a path variable.

View 3 Replies View Related

Ubuntu :: Firefox Spell Checker Keyboard Shortcut

Jan 5, 2010

I was wondering if there is a keyboard shortcut for spell check suggestions in firefox. My requirement is actually to work in a website which does not allow right click. When I encounter a red underlined word in the text I typed, I have to copy and paste the same to another tab of firefox [of some other site]to get the alternate suggestions/right spelling. Any tweak to change the button binding from right click to double click or Alt click etc will also do.

View 3 Replies View Related

Ubuntu :: Need Word Program With Good Grammar Checker

Mar 21, 2010

Anyone know any good word programs with a good grammar checker? i tried language tool with OOo but it is still buggy lags to find grammar, and unless the sentence is quite simple, it misses alot. tried lightproof too, it has yet to find any error, even in hyphenation which is what it is specifically meant to do. This would be nice to have so I can ween myself entirely off windows.

View 2 Replies View Related

Ubuntu :: Spell Checker And Thesaurus For Kile - PDF Preview?

Apr 15, 2011

I'm using kile in ubuntu and am wondering if there is a spell checker and even a thesaurus for kile? And is there a way to get a live pdf preview next to where you enter text into kile?

View 1 Replies View Related

Ubuntu :: LibreOffice Language Tool / Grammar Checker

May 4, 2011

I have been going crazy trying to get some sort of grammar checker working in Libreoffice on Maverick. I installed language support-fr -en and -de through terminal but they only check spelling. I then installed the extension "languagetool" in libreoffice and while it does work a little bit it is very unstable. It makes libreoffice crash on start and randomly while in use. Is there any solution to getting a stable grammar checker with libreoffice or are my attempts useless?

View 4 Replies View Related

General :: Install To Provide Sha1 And Sha256 Checker?

Jun 12, 2009

Debian 5.0

What package I need to install to provide sha1 and sha256 checker?

View 2 Replies View Related

General :: Managing Spelling Checker Languages In Fedora 12

Mar 28, 2010

I'm often switching between the following three languages to check spelling in evolution, firefox and gnote:

English / United States
Dutch / Netherlands
Croatian / Croatia

The problem is that the language list is huge, what makes switching between the languages difficult. There are more than 20 types of English spelling and 3 Duch spellings (see the screen-shot).

I would like to configure this language list, so that only the relevant languages are displayed.

View 6 Replies View Related

Server :: Point My.cnf To The New Sql Path?

Jun 10, 2010

I own a server with Centos 64bit and Cpanel on it and i add a second disk and move mysql there:

cp -r /var/lib/mysql/* /newdisk/mysql/

Now i want to edit my.cnf and point it to the new path but i don't know what to add there

View 13 Replies View Related

Red Hat / Fedora :: Appending A Path To PATH Variable Permanently?

Oct 21, 2010

how to add a path to PATH variable permanently so that it remains persisent even after closing shell and rebooting the system when i added a path, to variable it remained there as long as i didn't closed the shell. but when i reopened it ,changed were undone.

View 2 Replies View Related

General :: Change Windows Path To Unix Path?

Sep 14, 2009

I have a path c:windowsackup I need this string to be changed into /windows/back/up I used the command -bash-3.00$ echo windackup | sed 's/\//g' but the output is windbackup

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved