Hm... so Vagrant assumes a command failed if the exit status is
non-zero, which is a fairly standard practice. I don't have enough
experience with CentOS to know whats going on, but I'll look into it.
Worse case scenario I may have to just add an option for Vagrantfiles
such as "config.vm.ignore_command_failures" or something :( Silly
CentOS.
Mitchell
On Sunday, October 10, 2010, Mitchell Hashimoto
No, it still doesn't halt. I went through the code to try to see the
specific error that was happening beyond the exit status being "1". I
tried to look at the :stderr message on the channel, but all it says is
"sudo". Weird.
Anyway, the error still might be due to me. I'll try CentOS 5.4 and also
ubuntu and see if it exhibits the same behavior. Let me do as much as I
can to minimize your work, as I know you probably have a ton more stuff to
do than my petty concerns.
Mitchell