Link to home
Start Free TrialLog in
Avatar of nathankaa
nathankaa

asked on

Overlook in Linux

I've inherited a linux server which looks after email, web cache, internet access and firewall. It had Overlook running on it to access emails from outside the school. However it is now not working. I have no experience in Linux.

Is there a way to check if this is running? What would be the best course of troubleshooting?

Thanks
Avatar of ai_ja_nai
ai_ja_nai
Flag of Italy image

what distribution of Linux does it host? Services' management differs from Debian to Red Hat

can you post the output of "ls /etc/init.d/" and of "chkconfig --list" ?
you need to find out what the service name of that programm ( overlook)

example , if you are trying to find if sendmail service is running or not you  can check few away

1. ps command , which will show you all running process on the system

ps aux | grep sendmail

it will show you some line which show the sendmail.

2. another one is lsof command if its tcp base service
 lsof -iTCP | grep sendmail

3. check the top command to see if the service is running or not


also as aj_ja_nai said, check chkconfig --list to see if that service is configured to run in level 3 and 5
you can do
chkconfig --list | grep service name
 
Avatar of nathankaa
nathankaa

ASKER

Using GNU Linux

Tried chkconfig kept getting:
bash: chkconfig: command not found

Have attached code for when I used ls /etc/init.d/

root@proxy:/home/a# ls /etc/init.d/
README             hotplug            mountvirtfs    setserial
apache             hwclock.sh         mysql          single
atd                hwclockfirst.sh    networking     skeleton
bootclean.sh       ide                ntpdate        squid
bootlogd           ifupdown           nviboot        squid.dpkg-dist
bootmisc.sh        inetd              portmap        squid.dpkg-old
checkfs.sh         initrd-tools.sh    postfix        ssh
checkroot.sh       iptables           ppp            stop-bootlogd
console-screen.sh  isapnp             ppp.dpkg-dist  sysklogd
cron               jabber             pppd-dns       udev
cucipop            kerneld            procps.sh      umountfs
dhcpd              keymap.sh          proftpd        umountnfs.sh
discover           klogd              raid2          umountnfs.sh.dpkg-dist
dns-clean          libdevmapper1.00   rc             urandom
exim               logoutd            rcS            webmin
exim4              makedev            reboot         winbind
fetchmail          module-init-tools  rmnologin      xfree86-common
firewall           modutils           rsync
halt               mountall.sh        samba
hostname.sh        mountnfs.sh        sendsigs
root@proxy:/home/a#

Open in new window

at the prompt root@proxy:/home/a#, I typed ls and got the following in red:
overlook.3.1.tgz

Any ideas what that means?
overlook.3.1.tgz its a package which you will have to unpack
Yeah found that one...Overlook was running and is now not. Do I need to reinstall if so how do I go about this?
can you not restart overlook service ??
I see it's Debian Linux. Run  aptitude install chkconfig.
Also, can you post the output of

ps aux

?
Again have no experience with Linux, how do I find if outlook service is still there to be restarted? How do I restart it.
what about this output

chkconfig --list | grep Overlook

and
ps aux | grep -v grep | Overlook



You need to find out what is the name for Overlook service name, other wise i would not be able to help. beause i never used overlook




SOLUTION
Avatar of ai_ja_nai
ai_ja_nai
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Below is what I get for ps aux
USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
root         1  0.0 99.9  1584 589505315 ?   S    Jun09   0:00 init [2]
root         2  0.0  0.0     0    0 ?        SW   Jun09   0:00 [migration/0]
root         3  0.0  0.0     0    0 ?        SWN  Jun09   0:00 [ksoftirqd/0]
root         4  0.0  0.0     0    0 ?        SW<  Jun09   0:00 [events/0]
root         5  0.0  0.0     0    0 ?        SW<  Jun09   0:00 [khelper]
root         6  0.0  0.0     0    0 ?        SW<  Jun09   0:00 [kthread]
root         8  0.0  0.0     0    0 ?        SW<  Jun09   0:00 [kblockd/0]
root        11  0.0  0.0     0    0 ?        SW<  Jun09   0:00 [khubd]
root        85  0.0  0.0     0    0 ?        SW   Jun09   0:00 [pdflush]
root        86  0.0  0.0     0    0 ?        SW   Jun09   0:00 [pdflush]
root        88  0.0  0.0     0    0 ?        SW<  Jun09   0:00 [aio/0]
root        87  0.0  0.0     0    0 ?        SW   Jun09   0:00 [kswapd0]
root        89  0.0  0.0     0    0 ?        SW   Jun09   0:00 [cifsoplockd]
root        90  0.0  0.0     0    0 ?        SW   Jun09   0:00 [cifsdnotifyd]
root       672  0.0  0.0     0    0 ?        SW<  Jun09   0:00 [kseriod]
root       696  0.0  0.0     0    0 ?        SW<  Jun09   0:00 [ata/0]
root       703  0.0  0.0     0    0 ?        SW<  Jun09   0:00 [scsi_eh_0]
root       728  0.0  0.0     0    0 ?        SW   Jun09   0:01 [kjournald]
root       785  0.0 99.9  1564 589505315 ?   S<   Jun09   0:00 udevd
root      1845  0.0  0.0     0    0 ?        SW   Jun09   0:03 [kjournald]
root      2700  0.0 99.9  1632 589505315 ?   S    Jun09   0:02 /sbin/syslogd
root      2703  0.0 99.9  1584 589505315 ?   S    Jun09   0:00 /sbin/klogd
root      2709  0.0 99.9  1620 589505315 ?   S    Jun09   0:00 /usr/sbin/inetd
root      2806  0.0 99.9  2976 589505315 ?   S    Jun09   0:00 /usr/lib/postfix/
postfix   2812  0.0 99.9  3044 589505315 ?   S    Jun09   0:00 qmgr -l -t fifo -
root      2817  0.0 99.9  5356 589505315 ?   S    Jun09   0:01 /usr/sbin/nmbd -D
root      2819  0.0 99.9  9068 589505315 ?   S    Jun09   0:00 /usr/sbin/smbd -D
root      2825  0.0 99.9  3472 589505315 ?   S    Jun09   0:00 /usr/sbin/sshd
root      2831  0.0 99.9  9068 589505315 ?   S    Jun09   0:00 /usr/sbin/smbd -D
root      2834  0.1 99.9  7796 589505315 ?   S    Jun09   1:44 /usr/sbin/winbind
root      2836  0.1 99.9  7240 589505315 ?   S    Jun09   1:13 /usr/sbin/winbind
daemon    2838  0.0 99.9  1616 589505315 ?   S    Jun09   0:00 /usr/sbin/atd
root      2841  0.0 99.9  1672 589505315 ?   S    Jun09   0:00 /usr/sbin/cron
root      2854  0.0 99.9  4172 589505315 ?   S    Jun09   0:00 /usr/sbin/squid -
proxy     2856  0.0 99.9 14264 589505315 ?   S    Jun09   0:16 (squid) -D -sYC
proxy     2858  0.0 99.9  3248 589505315 ?   S    Jun09   0:00 /usr/bin/perl -w
proxy     2859  0.0 99.9  3252 589505315 ?   S    Jun09   0:00 /usr/bin/perl -w
proxy     2860  0.0 99.9  3248 589505315 ?   S    Jun09   0:00 /usr/bin/perl -w
proxy     2861  0.0 99.9  3248 589505315 ?   S    Jun09   0:00 /usr/bin/perl -w
proxy     2862  0.0 99.9  3252 589505315 ?   S    Jun09   0:00 /usr/bin/perl -w
proxy     2863  0.0 99.9  6676 589505315 ?   S    Jun09   0:48 /usr/bin/perl /us
proxy     2864  0.0 99.9  6236 589505315 ?   S    Jun09   0:00 /usr/bin/perl /us
proxy     2865  0.0 99.9  6240 589505315 ?   S    Jun09   0:00 /usr/bin/perl /us
proxy     2866  0.0 99.9  6240 589505315 ?   S    Jun09   0:00 /usr/bin/perl /us
proxy     2867  0.0 99.9  6240 589505315 ?   S    Jun09   0:00 /usr/bin/perl /us
proxy     2868  0.0 99.9  6760 589505315 ?   S    Jun09   0:15 /usr/bin/perl /us
proxy     2869  0.0 99.9  6372 589505315 ?   S    Jun09   0:00 /usr/bin/perl /us
proxy     2870  0.0 99.9  6368 589505315 ?   S    Jun09   0:00 /usr/bin/perl /us
proxy     2871  0.0 99.9  6368 589505315 ?   S    Jun09   0:00 /usr/bin/perl /us
proxy     2872  0.0 99.9  6372 589505315 ?   S    Jun09   0:00 /usr/bin/perl /us
root      2873  0.0 99.9  7908 589505315 ?   S    Jun09   0:00 /usr/bin/perl /us
proxy     2874  0.0 99.9  1432 589505315 ?   S    Jun09   0:00 (unlinkd)
root      2885  0.0 99.9 142528 589505315 ?  S    Jun09   0:00 /usr/sbin/apache
root      2951  0.0 99.9  1584 589505315 tty1 S   Jun09   0:00 /sbin/getty 38400
root      2961  0.0 99.9  1584 589505315 tty2 S   Jun09   0:00 /sbin/getty 38400
root      2962  0.0 99.9  1588 589505315 tty3 S   Jun09   0:00 /sbin/getty 38400
root      2963  0.0 99.9  1588 589505315 tty4 S   Jun09   0:00 /sbin/getty 38400
root      2964  0.0 99.9  1588 589505315 tty5 S   Jun09   0:00 /sbin/getty 38400
root      3029  0.0 99.9  1588 589505315 tty6 S   Jun09   0:00 /sbin/getty 38400
www-data  3068  0.0 99.9 142556 589505315 ?  S    Jun09   0:00 /usr/sbin/apache
www-data  3069  0.0 99.9 142556 589505315 ?  S    Jun09   0:00 /usr/sbin/apache
www-data  3070  0.0 99.9 142556 589505315 ?  S    Jun09   0:00 /usr/sbin/apache
www-data  3071  0.0 99.9 142556 589505315 ?  S    Jun09   0:00 /usr/sbin/apache
www-data  3072  0.0 99.9 142556 589505315 ?  S    Jun09   0:00 /usr/sbin/apache
root      9836  0.0 99.9  9352 589505315 ?   S    Jun09   0:00 /usr/sbin/smbd -D
root       559  0.0 99.9  9352 589505315 ?   S    Jun09   0:00 /usr/sbin/smbd -D
postfix  14069  0.0 99.9  3008 589505315 ?   S    07:58   0:00 pickup -l -t fifo
root     20761  0.0 99.9  9352 589505315 ?   S    08:20   0:00 /usr/sbin/smbd -D
root     21067  0.0 99.9  9360 589505315 ?   S    08:21   0:00 /usr/sbin/smbd -D
root     29404  0.0 99.9  9360 589505315 ?   S    08:48   0:00 /usr/sbin/smbd -D
root      5866  0.0 99.9 14444 589505315 ?   S    09:17   0:00 sshd: a [priv]
a         5869  0.0 99.9 14472 589505315 ?   S    09:17   0:00 sshd: a@pts/0
a         5870  0.0 99.9  2412 589505315 pts/0 S  09:17   0:00 -bash
root      5871  0.0 99.9  2452 589505315 pts/0 S  09:17   0:00 bash
postfix   5875  0.0 99.9  3632 589505315 ?   S    09:17   0:00 smtpd -n smtp -t
postfix   5876  0.0 99.9  3012 589505315 ?   S    09:17   0:00 proxymap -t unix
postfix   5877  0.0 99.9  3020 589505315 ?   S    09:17   0:00 trivial-rewrite -
postfix   5878  0.0 99.9  3332 589505315 ?   S    09:17   0:00 cleanup -z -t uni
postfix   5879  0.0 99.9  3020 589505315 ?   S    09:17   0:00 trivial-rewrite -
postfix   5880  0.0 99.9  3212 589505315 ?   S    09:17   0:00 local -t unix
root      6190  0.0 99.9  3744 589505315 pts/0 R  09:18   0:00 ps aux

Open in new window

imm not seeing anything call overlook there, ( if overlook is the servicename)

can you sent me the article for overlook ( if you hvae followed one to setup)
I didn't install it, as I said I've inherited it with it installed. For some reason it is now not working.

The main reason it is on there is so that staff can read their emails from outside of school by entering the http://staticipaddress/overlook. Aparently it is an offshoot of SquirilMail. Could I use something else to access emails from outside of school such as SquirlMail?

yes, you can use squirelmail , if you want to use webmail to work ..

its nice , easy to setup, its has good adons ..
Can you point me to good instructions on how to install, remembering I'm new to linux!
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Will try to install Squirlmail. If I run into any trouble I'll open another question.

Thanks for your help
Thanks people! Even though I didn't find the solution for Overlook, the solution for an alternative was great.

I've also learnt a few basics about linux and can actually find my way around a little bit!!