Displaying 2 results from an estimated 2 matches for "debug_stuff".
2006 Aug 21
3
strange problem with system call
...# creation part works flawlessly so lets skip that.
# there is a problem while stopping it.
if (Dir.chdir(DIR)) == 0
current_dir = `pwd`
@logger.debug("Current directory is #{current_dir}")
stop_command = "typo stop "+ blog_name
debug_stuff =
`#{stop_command}`
#line no 33
@logger.debug("### #{debug_stuff}")
else
@logger.debug("### Error changing directory")
end
end
Now let me assure that, args has correct username, because starting of
blog,migrating from sqlite to mysql works perfectly usin...
2007 Apr 13
18
A different probklem with save/restore on C/S 14823.
I''m not seeing the problem that Fan Zhao is reporting, instead I get
this one. Not sure if ti''s the same one or a different problem... This
happens with my simple-guest [i.e. not using hvmloader, as I described
before]. This worked fine yesterday.
(XEN) event_channel.c:178:d0 EVTCHNOP failure: domain 0, error -22, line
178
(XEN) bad shared page: 0
(XEN) domain_crash_sync called