Re: Error while starting lotus-daemon

Ingo Boernig <[email protected]>
Newsgroups gmane.linux.suse.domino
Message-ID <[email protected]>
On Wed, May 29, J . Strohschnitter wrote:

> Hi there,
> 
> after installing lotus-domino-server on our SuSE 7.2-Server we have got the
> following error-message, displayed while booting the server:
> 
> /etc/init.d/rc3.d/S01domino: /proc/sys/fs/inode-max: No such file or directory

The 2.4.x kernels don't know inode-max any more ;) Its just that simple.
You can remove the line from the start script. Its sufficient to set
file-max. 

Look at the lines in the domino-startscript of domrun:

------------------------------------------------------/etc/init.d/domino
if [ `uname -r | cut -d "." -f 2` == 2 ]; then
        INODEMAX = `expr $FILEMAX "*" 2`
        echo $INODEMAX > /proc/sys/fs/inode-max
fi
-----------------------------------------------------------------------

Here inode-max is only set for 2.2.x kernels.

Ingo
> 
> The lotus-server itself has no problems with that, but how can we change it
> to get no more of these messages ?
> 
> Our environment:
> 
> SuSE 7.2 with Kernel 2.4.16 and ReiserFS
> Lotus Domino R5

-- 
Ingo Börnig   -   SuSE Linux AG Professional Services   -   DU Central
        Marie-Curie-Straße 11-17  -   D-53757 St. Augustin
Tel.:+49-2241-92917-0 i 			Fax:+49-2241-314599911
Office Dortmund: Tel.:+49-231-47797-105   E-Mail: [email protected]

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.