Sponsored Content
Operating Systems Linux Red Hat Can't stop/restart postfix - pid associated with another process Post 302969338 by stevie_velvet on Monday 21st of March 2016 06:52:59 PM
Old 03-21-2016
Can't stop/restart postfix - pid associated with another process

This issue could happen to any other service but in this case its commssioning Postfix - it seems i can't stop postfix as the PID relates to another service - i've delete the 'master.lock' but to no available - any ideas, memeory commands etc ?
thanks in advance
ps. the serve is in Production so i have to proceed with cautio n

......................................................................................

Code:
server1 init.d]# ./postfix status
master (pid  2370) is running...

[root@server1 init.d]# ps -ef | grep 2370
root      2370  2341  0  2015 ?        00:00:00 hald-addon-input: Listening on /dev/input/event0

[/var/lib/postfix] cat master.lock
                            2370
[root@server1 postfix]# service postfix stop
Shutting down postfix:                                     [FAILED]

...rm master.lock....

[root@server1 postfix]# service postfix start
[root@server1 postfix]# service postfix status
master (pid  2370) is running...

[/var/lib/postfix]
# ls -l
total 0


Last edited by jim mcnamara; 03-21-2016 at 09:27 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Postfix Restart

I am really really new on UNIX system. I am trying to update our e-mail list. I added/deleted new members at etc/aliases but e-amil always got old e-mail lists. I reloaded postmaster but does not seem to be working. Anybody has any idea? (4 Replies)
Discussion started by: kumarrana
4 Replies

2. SuSE

Restart process

I have a process that gradually eats up memory, it's currently at 80.2% and slowing down the linux server > ps aux | grep SNMPME root 3129 0.0 80.2 3591752 2480700 ? Sl Feb13 5:04 /opt/nampe/lib/snmpme/SNMPME config/startup.xml Is there a command I can execute to restart this... (3 Replies)
Discussion started by: brendan76
3 Replies

3. AIX

How to start/stop/restart NFS on AIX

Hi, Very new to aix How to start/stop/restart NFS on AIX thanks, (2 Replies)
Discussion started by: jredx
2 Replies

4. UNIX for Advanced & Expert Users

Log 'syslog start/stop/restart' messages

How can I tell my syslog.conf to log "syslog start/stop/restart" messages on a Solaris box? (1 Reply)
Discussion started by: SunnyK
1 Replies

5. UNIX for Dummies Questions & Answers

Need to get pid of a process and have to store the pid in a variable

Hi, I need to get the pid of a process and have to store the pid in a variable and i want to use this value(pid) of the variable for some process. Please can anyone tell me how to get the pid of a process and store it in a variable. please help me on this. Thanks in advance, Amudha (7 Replies)
Discussion started by: samudha
7 Replies

6. Shell Programming and Scripting

Start Stop Restart

I'm wondering how I should make a script that can start, stop, and restart another script. What I need to be able to do, is start and stop a perl script from the command line. The easiest way of doing this seems to be to have another script, starting and stopping the other script. I have BASH,... (7 Replies)
Discussion started by: Bakes
7 Replies

7. UNIX for Dummies Questions & Answers

Stop/Start vs. Restart

Is there any functional difference between: issuing separate stop/start commands like this; super (handler) (instance) stop super (handler) (instance) start versus issuing a single recycle command like this; super (handler) (instance) restart (3 Replies)
Discussion started by: Newbix
3 Replies

8. Shell Programming and Scripting

Script to restart process

HI, I am trying to write a scrip which would restart active process. This is what i have written till now. $ xms show pr PRESE.* NAME STATUS ROLE PID RSTRTS STARTED MACHINE... (8 Replies)
Discussion started by: Siddheshk
8 Replies

9. Shell Programming and Scripting

[Solved] Unable to mailx new $pid for a script restart

Ill try to make this brief: I am trying to get the script below to run another script defined as BATNAM. The script runs fine, does what i designed it to do, however... I would like it to mailx the NEW $pid that was restarted. This script is supposed to go in crontab as root, and run by... (8 Replies)
Discussion started by: olyanderson
8 Replies

10. Shell Programming and Scripting

How do i restart a process if it fails?

Hi Guru's, I just want to have an idea on how to restart a particular step when it fails? SCENARIO we have plenty of steps such as the following below: Step 1 copy file from source to target location which is in a different server. Step 2 create initial and incremental process ... (4 Replies)
Discussion started by: reignangel2003
4 Replies
MASTER(8)						      System Manager's Manual							 MASTER(8)

NAME
master - Postfix master process SYNOPSIS
master [-c config_dir] [-e exit_time] [-D] [-t] [-v] DESCRIPTION
The master daemon is the resident process that runs Postfix daemons on demand: daemons to send or receive messages via the network, daemons to deliver mail locally, etc. These daemons are created on demand up to a configurable maximum number per service. Postfix daemons terminate voluntarily, either after being idle for a configurable amount of time, or after having serviced a configurable number of requests. The exception to this rule is the resident Postfix queue manager. The behavior of the master daemon is controlled by the master.cf configuration file. The table specifies zero or more servers in the UNIX or INET domain, or servers that take requests from a FIFO. Precise configuration details are given in the master.cf file, and in the manual pages of the respective daemons. Options: -c config_dir Read the main.cf and master.cf configuration files in the named directory instead of the default configuration directory. -e exit_time Terminate the master process after exit_time seconds. Child processes terminate at their convenience. -D After initialization, run a debugger on the master process. The debugging command is specified with the debugger_command in the main.cf global configuration file. -t Test mode. Return a zero exit status when the master.pid lock file does not exist or when that file is not locked. This is evidence that the master daemon is not running. -v Enable verbose logging for debugging purposes. This option is passed on to child processes. Multiple -v options make the software increasingly verbose. Signals: SIGHUP Upon receipt of a HUP signal (e.g., after postfix reload), the master process re-reads its configuration files. If a service has been removed from the master.cf file, its running processes are terminated immediately. Otherwise, running processes are allowed to terminate as soon as is convenient, so that changes in configuration settings affect only new service requests. SIGTERM Upon receipt of a TERM signal (e.g., after postfix abort), the master process passes the signal on to its child processes and termi- nates. This is useful for an emergency shutdown. Normally one would terminate only the master (postfix stop) and allow running pro- cesses to finish what they are doing. DIAGNOSTICS
Problems are reported to syslogd(8). BUGS
ENVIRONMENT
MAIL_DEBUG After initialization, start a debugger as specified with the debugger_command configuration parameter in the main.cf configuration file. MAIL_CONFIG Directory with Postfix configuration files. CONFIGURATION PARAMETERS
The following main.cf parameters are especially relevant to this program. See the Postfix main.cf file for syntax details and for default values. Use the postfix reload command after a configuration change. Miscellaneous import_environment export_environment Lists of names of environment parameters that can be imported from (exported to) non-Postfix processes. mail_owner The owner of the mail queue and of most Postfix processes. command_directory Directory with Postfix support programs. daemon_directory Directory with Postfix daemon programs. queue_directory Top-level directory of the Postfix queue. This is also the root directory of Postfix daemons that run chrooted. Resource controls default_process_limit Default limit for the number of simultaneous child processes that provide a given service. max_idle Limit the time in seconds that a child process waits between service requests. max_use Limit the number of service requests handled by a child process. service_throttle_time Time to avoid forking a server that appears to be broken. FILES
/etc/postfix/main.cf: global configuration file. /etc/postfix/master.cf: master process configuration file. /var/spool/postfix/pid/master.pid: master lock file. SEE ALSO
qmgr(8) queue manager pickup(8) local mail pickup syslogd(8) system logging LICENSE
The Secure Mailer license must be distributed with this software. AUTHOR(S) Wietse Venema IBM T.J. Watson Research P.O. Box 704 Yorktown Heights, NY 10598, USA MASTER(8)
All times are GMT -4. The time now is 04:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy