General :: Chkconfig Rsh On- Error Reading Information On Service -rsh

Aug 12, 2010

I am trying to configure rsh on..but it comes up with a error message error reading information on service -rsh...

when i query rpm -q rsh..It displays rsh package..

View 1 Replies


ADVERTISEMENT

General :: Error Reading Information On Service Nagios

Mar 2, 2010

I am installing Nagios Monitoring tool in RHEL5 and I got stuck at one point. The details are as follows:
Nagios version:3.0.1
At the end of installation when I try to execute the command
#chkconfig --add nagios
Its displaying "error reading information on service nagios : no such file or directory".

View 5 Replies View Related

Ubuntu Networking :: Broadcom On 2.6.34 - Reinstall Error Code: Reading Package Lists ... Done Building Dependency Tree Reading State Information

May 20, 2010

i installed kernel 2.6.34 to fix my lid closing issue, and that went great. but now when i go to reinstall my broadcom i get this error. Code: Reading package lists... Done Building dependency tree Reading state information... Done bcmwl-kernel-source is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 1 not fully installed or removed. After this operation, 0B of additional disk space will be used. Setting up bcmwl-kernel-source (5.60.48.36+bdcom-0ubuntu3) ... Removing old bcmwl-5.60.48.36+bdcom DKMS files...

[Code].....

View 9 Replies View Related

General :: Create A Service Using Chkconfig In CentOS?

May 16, 2011

I want to be able to create a service so that the bash script will run every time the server boots up.

I am running CentOS 5.

I have been reading about chkconfig and creating a file in /etc/init.d for chkconfig to handle but I cannot seem to get it to work whenever I 'chkconfig servicename on' and then 'service servicename start'

When I do chkconfig --list my service is listed there.

Can someone provide me with a sample of the file I need to create in /etc/init.d and how to get everything running?

View 2 Replies View Related

Server :: Chkconfig: Cannot Add New Service

Mar 8, 2010

I've just created a new chkready script. but on trying to add it will the following command I get an error:

Code:
$ chkconfig --add languagetool
service languagetool does not support chkconfig

PS: Just learned how to write a chkconfig script.

View 5 Replies View Related

Fedora Servers :: Service X Does Not Support Chkconfig?

Jan 9, 2009

I found and modified the following file. It starts JBoss just fine. However, chkconfig refuses to --add it - saying the file doesn't support it.

its in /etc/init.d, root:root, rwx,rx,r and the first few lines...

#!/bin/sh
# chkconfig: 345 100 25
# description: JBoss App Server
# processname: jboss

[Code]....

View 9 Replies View Related

Server :: Network Information Service Configuration?

May 17, 2010

How do you setup Secondary or Slave Servers in NIS? Will the domain of the slave server be the same as the Master Server?

View 1 Replies View Related

Ubuntu Servers :: Unable To Distinguish Which Service To Use By The Protocol Information?

Mar 30, 2011

Just wondering, what happens when you have multiple server softwares listening to the same port? will it be able to distinguish which service to use by the protocol information, or is it setting it up for failure?

IE: http and ssh both listening to port 80.

View 2 Replies View Related

General :: Live Cd Error Reading Boot Cd?

Apr 26, 2010

I am having a laptop with Vista installed on it. I have an Ubuntu live CD (karmic) which is refusing to boot on this machine. I get an error : "Error reading boot CD" and a reboot button. I have tried this cd on other machines and it works fine. I tried live CD of kubuntu also but the same error message appears. What could be the reason?

Machine spec: 2GB RAM, Intel core 2 duo processor.

View 5 Replies View Related

General :: Cp: Reading `filename': Input/output Error?

Feb 18, 2010

I wish to know what could be the possible cases for this error:cp: reading `filename': Input/output errorI am getting this message when I am trying to copy a big file of around 50MB.

View 2 Replies View Related

General :: Why Is Reading A FILE Faster Than Reading A VARIABLE?

May 4, 2011

I don't understand the results of a simple performance test I ran using two basic scripts (running on a high end server):

perfVar.zsh :

#!/bin/zsh -f
MYVAR=`cat $1`
for i in {1..10}

[code]...

Performance test result:

> time ./perfVar.zsh BigTextFile > /dev/null
./perfVar.zsh FE > /dev/null 6.86s user 0.32s system 100% cpu 7.177 total
> time ./perfCat.zsh BigTextFile > /dev/null
./perfCat.zsh FE > /dev/null 0.01s user 0.10s system 91% cpu 0.118 total

I would have thought that accessing a VARIABLE was way faster than reading a FILE on the file system... Why this result ?Is there a way to optimize the perfCat.zsh script by reducing the number of accesses to the file system ?

View 3 Replies View Related

General :: Error Opening Matrix File (null) For Reading"

Dec 22, 2010

I have installed CUDA-BLASTP on C2050.It is giving me an Error:"Bad address Error opening matrix file (null) for reading" while i am running with following query file and dataset:

./CUDA-BLASTP -i ./data/raimondii_contigs.fasta -d ./data/DB_sorted.fasta

and i am using BLOSUM62 as a matrix file which is already present in package.

And getting the error:"Error happened when the number of GPUs is 0" while i am running CUDABLASTP with a part of dataset taking as a query file and dataset is same. above mentioned error is comming from file "CUDA_Blast.cu" included in package.

else
{
printf("Error happened when the number of GPUs is %d
", localGPU_N);
exit(0);
}

View 2 Replies View Related

General :: Formatting Went Fine And Started Installing Win 7 However There Was A Reading Error From Cd And Canceled?

Apr 22, 2011

I installed win 7 and Linux Mint, however I've now decided to uninstall both and start with a fresh hdd. Anyway formatting went fine and started installing win 7 however there was a reading error from cd and canceled. Now ever time I try and start my pc it comes up with error: unknown filesystem and the grub rescue prompt. Now I don't know what to do as i can't seem to get around this and back to win 7 installer.

View 1 Replies View Related

Software :: G++ Produces General Error With No More Information

May 11, 2010

I m developing an application in c++ and Im using the compiler g++. g++ reports me the following message:

I can not find the meaning of the number 631.

View 1 Replies View Related

General :: Disable Kudzu Without Using Chkconfig?

Feb 20, 2011

How do i disable kudzu without using chkconfig?

Code:
/sbin/chkconfig --level 3 kudzu off
Is there any other way of doing it .
for example by modifying parameter of any file.

Basically i want kudzu to be disabled during the first run of the machine after installation. I have full access to the filesystem without starting the machine(its a virtual machine).

View 10 Replies View Related

General :: Use Chkconfig To Set The Bigd Daemon To Start At Runlevels 2 & 3?

Nov 22, 2010

How would you use chkconfig to set the bigd daemon to start at runlevels 2 & 3?

View 3 Replies View Related

General :: Unable To Start HTTPD Service - Getting Error

Jul 22, 2011

I have centos 5.3 installed, while restarting httpd service I get error starting http:/bin/bash line 1 9941 segmentation fault /usr/sbin/httpd. If I stop httpd service and start it will start but if make service httpd restart it give above error.

View 1 Replies View Related

General :: Error Message: Vncserver: Unrecognized Service

Jan 2, 2010

I have installed package tigervnc-1.0.0-3.fc12.i686, but when I am trying to start it: service vncserver start it comes back with following message: vncserver: unrecognized service.

View 1 Replies View Related

General :: Starting Xfs Service On Centos 5.3 Shows Error

Oct 7, 2010

while starting xfs service on centos 5.3 shows error as starting xfs :mkdir:cannot create directory "/tmp/.font-unix':too many links

View 6 Replies View Related

Fedora :: Install Firestarter: Insufficient Privileges + Visudo Error + Error Reading /proc/ne

Dec 1, 2009

i try today to install Firestarter , unfortunately i got some problems regarding of the following messages:

1- insufficient privileges :
2- how can i change and save the file /etc/sbin/firestarter with visudo cammand
3-i got this message when i try to run it through terminal Error reading /proc/net/ip_conntrack: No such file or directory

View 5 Replies View Related

General :: FTP Error - 421 Service Not Available, Remote Server Has Closed Connection

Mar 23, 2011

We have one FTP server. Users are uploding files to the perticular directory remotely. but today some users got below error message.

421 Service not available, remote server has closed connection.

(vsftpd service is up and running) What are the possible causes for this error and from where I should start troubleshooting?

View 5 Replies View Related

Debian Configuration :: Error Starting Domain: Internal Error Process Exited While Reading Console Log Output

Sep 9, 2010

I have mounted an NFS share with ISO images on my kvm Server. If i connect such a iso to a VM (using virt-manager) for installing a operating system i get the following error on startup: Error starting domain: internal error Process exited while reading console log output: char device redirected to /dev/pts/1 qemu: could not open disk image /mnt/iso/public/Linux/Distributions/Debian/debian-504-amd64-netinst.iso: Permission denied

The problem is definitly that kvm (or qemu or libvirt-bin, i don't know) tries to set permissions (rwx owner for libvirt-qemu, --- for kvm group, --- for other) on the file, although it has read permissions. Is it possible to change this behavior?

View 1 Replies View Related

General :: Centos 5.3 - Unable To Start Sshd Service - Shows Error

Oct 5, 2010

In centos 5.3 i am unable to start sshd service shows error starting sshd :/etc/init.d/sshd:line102"7182 illegal instruction $sshd$ option

Same error while starting the httpd service.

View 17 Replies View Related

General :: Error - The Action Could Not Be Completed Because The Name Org.freedesktop.packagekit Was Not Provided By Any .service Files

Feb 17, 2010

i recently install openoffice in fedora 12 and error occured the error is : the action could not be completed because the name org.freedesktop.packagekit was not provided by any .service files. what is link to download latest openoffice for my fedora 12,?my laptop model is asus k50in.

View 1 Replies View Related

General :: Will Command Service Httpd Restart Apache Service?

Dec 25, 2009

will the command service httpd restart the apache service if i enable httpsd service in graphical mode

View 12 Replies View Related

Ubuntu Installation :: Error Occurs. "(Reading Database . . . 55%dpkg: Unrecoverable Fatal Error , Aborting: Files List File For Package?

Feb 11, 2010

i have ubuntu karmic 9.10 and when i try to update anything or install anything the a very similar error occurs."(Reading database . . . 55%dpkg: unrecoverable fatal error , aborting: files list file for package `com.palm.net.precoddr.fcoaster' contains empty filenameit repeats this message 3 times then gives up i believe.

View 9 Replies View Related

Ubuntu :: Error - An Error Occurred While Loading Or Saving Configuration Information For Update Notifier

Jan 5, 2010

I receive these messages after I enter my user_id and password in Ubuntu 9.04;

"An error occured while loading or saving configuration information for update notifier. Some of your configuration settings may not work properly." then clicking on details box this can be seen;- {Failed to connect configuration server; some possible causes are that you need to enable TCP/IP networking for ORBIT, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Could not send message to gconf daemon: Message did not receive a reply (timeout by message bus))}

then there's another error message;

"An error occured while loading or saving configuration information for evolution-alarm-notify. Some of your configuration settings may not work properly." then clicking on details box this can be seen;- {Failed to connect configuration server; some possible causes are that you need to enable TCP/IP networking for ORBIT, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Could not send message to gconf daemon: Message did not receive a reply (timeout by message bus))}

after clicking Ok. the desktop is just blank.

View 2 Replies View Related

General :: Make NIS User Information Override Local User Information On Client Systems?

Jul 30, 2011

How would you make NIS user information override local user information on client systems? This is what I think is right? Add nis on the passwd registration file on the second line Is this correct?

View 1 Replies View Related

General :: Configuration Error In Apache2 / "cannot Adjust Apache2 Service" Error?

Mar 11, 2011

Installation of SUSE 11 server now when I try to configure apache2 (opening port 80) I get a "cannot adjust apache2 service" error??? Can anyone shed some light on this.

View 1 Replies View Related

Ubuntu :: Freezing Due To An Error Reading HDD?

Mar 29, 2011

hard drive I already pretty old and sometimes there `input / output error` when copying ... It is normal that when referring to hard drive system hangs for a while?

View 1 Replies View Related







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