LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-27-2012, 10:17 AM   #1
philbong_borces
LQ Newbie
 
Registered: Mar 2012
Posts: 5

Rep: Reputation: Disabled
squid: unrecognized service


Hi,I entered into the command ... service squid restart and i got this error.

squid: unrecognized service

What could be missing in my configuration?


Thanks

philbongz
 
Old 03-27-2012, 10:38 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by philbong_borces View Post
Hi,I entered into the command ... service squid restart and i got this error.

squid: unrecognized service

What could be missing in my configuration?
How about "squid"? Did you actually INSTALL it, before you tried to start it?? Also, it would help if you told us what version/distro of Linux you're using.
 
Old 03-27-2012, 11:15 AM   #3
philbong_borces
LQ Newbie
 
Registered: Mar 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Hello TB0ne,
I am having CentOS release 5.8 (Final). I just recently updated it from 5.0 version.

I did already the installation using yum install squid. or to be exact on what i did. I followed the link below...

http://basicnetworkingconcepts.blogs...centos-55.html

One thing i noticed is that there is no folder for /etc/squid/squid.conf

I tried this command also just to find out if i can edit it but no to avail.
-vi /etc/squid/squid.conf and it says .... [NEW DIRECTORY] .... and gives me an error attention :

My guess is the installation never really was successfull.

E325 : ATTENTION
Found a swap file by the name " var/tmp/squid.conf.swp" and so on and so forth...


thank you very much

philbongz
 
Old 03-27-2012, 11:47 AM   #4
philbong_borces
LQ Newbie
 
Registered: Mar 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Also, the information below might help... I remove squid now and got the result. Take not text in Red....

[root@PHILBONGLinuz /]# yum remove squid
Loaded plugins: fastestmirror
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package squid.i386 7:2.6.STABLE21-6.el5 set to be erased
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
squid i386 7:2.6.STABLE21-6.el5 installed 3.5 M

Transaction Summary
================================================================================
Remove 1 Package(s)
Reinstall 0 Package(s)
Downgrade 0 Package(s)

Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
error reading information on service squid: No such file or directory
Error in PREUN scriptlet in rpm package s[/B]
[/COLOR]

Removed:
squid.i386 7:2.6.STABLE21-6.el5

Complete!
 
Old 03-27-2012, 11:59 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
It would seem like the package wasn't completely installed. Try "yum reinstall squid" (read the man page on the yum command http://linux.die.net/man/8/yum). Be sure you run those commands as root or through sudo.
 
Old 03-27-2012, 12:29 PM   #6
philbong_borces
LQ Newbie
 
Registered: Mar 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Hello TB0ne, i never knew that there is a "reinstall" command in YUM and i'm reading the man page of it now. I did it and it was successfull. As the next thing to do to verify and to start the service i got another error below. or maybe not..

service squid start
init_cache_dir /var/spool/squid... /etc/init.d/squid: line 62: 3356 Aborted
$SQUID -z -F -D >> /var/log/squid/squid.out 2>&1
Starting squid: /etc/init.d/squid: line 42: 3357 Aborted $SQUID
$SQUID_OPTS >> /var/log/squid/squid.out 2>&1
[FAILED]


I am a newbie to linux and i appreciated your help very much....


philbongz
 
Old 03-27-2012, 12:45 PM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by philbong_borces View Post
Hello TB0ne, i never knew that there is a "reinstall" command in YUM and i'm reading the man page of it now.
If you're new in Linux, I'd suggest that be the first thing to check if you need help. Just typing in "man <whatever command name>" will give you a good bit of help, and sometimes even point you to similar commands.
Quote:
I did it and it was successfull. As the next thing to do to verify and to start the service i got another error below. or maybe not..

service squid start
init_cache_dir /var/spool/squid... /etc/init.d/squid: line 62: 3356 Aborted
$SQUID -z -F -D >> /var/log/squid/squid.out 2>&1
Starting squid: /etc/init.d/squid: line 42: 3357 Aborted $SQUID
$SQUID_OPTS >> /var/log/squid/squid.out 2>&1
[FAILED]
Most startup scripts are in /etc/init.d, and can be invoked manually. Try (as root), "/etc/init.d/squid status" (or "start", "stop", etc. Type it with no options, and it'll give you a list.) That will give you command-line feedback on things, and let you know if the service is running. Looks like it didn't start, though. Have you initialized the squid cache dir? Check some documentation on basic squid setup...there are things you have to do, before you can start it:
http://www.squid-cache.org/

..but the error above should give you clues. Does the cache dir exist (listed as /var/spool/squid)? How about that log file?? If they don't exist, create them.
 
Old 03-27-2012, 01:23 PM   #8
philbong_borces
LQ Newbie
 
Registered: Mar 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Ok, i will do as advice. Will get back to you soon when i encounter errors that i cannot figure out myself along the way.

Have a great day..


philbongz
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
samba: unrecognized service... help thetotzky04 Linux - Newbie 1 07-25-2009 09:35 AM
nfsd: unrecognized service zeeple Linux - Newbie 2 02-12-2009 06:28 PM
dovecot: unrecognized service onik Linux - Software 1 06-26-2008 01:46 AM
xinetd: unrecognized service ??? Why?? stewchcken Linux - Networking 8 07-14-2005 08:23 AM
httpd: unrecognized service ????? dhammika Linux - Software 0 04-28-2004 09:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration