OpenVZ Forum


Home » General » Support » Differences between vzctl stop/start and restart?
Re: Differences between vzctl stop/start and restart? [message #32584 is a reply to message #30285] Mon, 18 August 2008 09:41 Go to previous messageGo to previous message
maratrus is currently offline  maratrus
Messages: 1495
Registered: August 2007
Location: Moscow
Senior Member
Hello,

the question that you've asked differs from the list of command that you've shown.

"service vz stop && service vz start" = "service vz restart"
from /etc/init.d/vz
case "$1" in
  start)
        start
        ;;
  stop)
        stop
        ;;
  restart|force-reload)
        stop
        start



To my mind that "broken pipe" message is not OpenVZ specific question.
Bash can write the message "write error: Broken pipe" when grep command finishes before echo. It's bash specific question.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: auditd and OpenVZ
Next Topic: lost messages
Goto Forum:
  


Current Time: Mon Aug 12 12:24:15 GMT 2024

Total time taken to generate the page: 0.02750 seconds