11 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier Problems ...
FromSent OnAttachments
Neil GruendingNov 26, 2000 4:22 pm 
Tabor J. WellsNov 26, 2000 6:30 pm 
Andrew McNamaraNov 26, 2000 7:09 pm 
Sam VarshavchikNov 26, 2000 7:47 pm 
Larry MooreNov 26, 2000 9:08 pm 
Neil GruendingNov 28, 2000 3:53 pm 
Sam VarshavchikNov 28, 2000 6:13 pm 
Brian KolaciNov 28, 2000 6:37 pm 
Sam VarshavchikNov 28, 2000 8:26 pm 
Neil GruendingNov 29, 2000 9:31 am 
Sam VarshavchikNov 29, 2000 2:55 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Courier Problems When Rebooting SolarisActions...
From:Larry Moore (lmo@starwon.com.au)
Date:Nov 26, 2000 9:08:22 pm
List:net.sourceforge.lists.courier-users

----- Original Message ----- From: "Sam Varshavchik" <mrs@courier-mta.com> To: <cour@lists.sourceforge.net> Sent: Monday, November 27, 2000 9:46 AM Subject: Re: [courier-users] Courier Problems When Rebooting Solaris

On Sun, 26 Nov 2000, Neil Gruending wrote:

I'm having a problem with Courier 0.28 running on Solaris 7. I can start and stop courier fine once the machine is booted, but on an initial power up (ie before the console is active), I start courier using a simple script in rc2.d where it calls all of the scripts supplied for SMTP and IMAP. The problem is that courier grabs the console so that I can't log in until I restart courier manually. Is this a configuration issue or is something else happening here that I'm not aware of?

This is a Solaris "feature". Only Solaris grabs the console in such a fashion.

A feature that allows you CTRL-C a problematic startup script hence breaking out of it, otherwise you would expreience the system locking up during boot-up as I have observed with Linux.

Perhaps backgrounding the process or script you call from your starup script may detach it from the controling tty otherwise redirect input/output from/to /dev/null may help.

Cheers,

Larry.