Code: Select all
# /etc/init.d/postfix restart
* Caching service dependencies ...
: command not found.d/net: line 3:
: command not found.d/net: line 5:
: command not found.d/net: line 3:
: command not found.d/net: line 5: [ ok ]
* Stopping postfix (/etc/postfix) ... [ ok ]
* Starting postfix (/etc/postfix) ... [ ok ]
# Did you follow the migration manual? Read it again first: there are some changes in rc-scripts and network configuration.z0ny wrote:Updating the vserver was quite a pita. After all the system is running again but some init-scripts have the following output:
What's causing this?Code: Select all
# /etc/init.d/postfix restart * Caching service dependencies ... : command not found.d/net: line 3: : command not found.d/net: line 5: : command not found.d/net: line 3: : command not found.d/net: line 5: [ ok ] * Stopping postfix (/etc/postfix) ... [ ok ] * Starting postfix (/etc/postfix) ... [ ok ] #
Yes.z0ny wrote:If you mean the guide at http://www.gentoo.org/doc/en/openrc-migration.xml then that's a clear YES. Anything concrete?
Code: Select all
emerge --with-bdeps y -uDN @world
revdep-rebuildCode: Select all
# /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $
# Global config file for net.* rc-scripts
config_eth0="1.2.3.4 netmask 255.255.255.0 broadcast 1.2.3.255"
routes_eth0="default via 1.2.3.1"What was your original update problem? What you think it was a PITA? Did you reboot after the openrc upgrade?z0ny wrote:Updating the vserver was quite a pita. After all the system is running again but some init-scripts have the following output:
What's causing this?Code: Select all
# /etc/init.d/postfix restart * Caching service dependencies ... : command not found.d/net: line 3: : command not found.d/net: line 5: : command not found.d/net: line 3: : command not found.d/net: line 5: [ ok ] * Stopping postfix (/etc/postfix) ... [ ok ] * Starting postfix (/etc/postfix) ... [ ok ] #

Your error message said that errors are in lines 3 and 5 - here we see blank lines - maybe some illegal unreadable symbols are there.z0ny wrote:Sure thing, though it looks correct to me:
...Code: Select all
# /etc/conf.d/net: # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $ # Global config file for net.* rc-scripts config_eth0="1.2.3.4 netmask 255.255.255.0 broadcast 1.2.3.255" routes_eth0="default via 1.2.3.1"