[CRIU] [PATCH] ppc64: Fix clobber list item for JUMP_TO_RESTORER_BLOB
Adrian Reber
adrian at lisas.de
Tue Feb 14 11:30:19 PST 2017
On Tue, Feb 14, 2017 at 11:13:40AM -0800, Andrei Vagin wrote:
> > > <<< ================================
> > > ##################################### FAIL #####################################
> > >
> > > # ./zdtm.py run -t zdtm/static/del_standalone_un
> > > === Run 1/1 ================ zdtm/static/del_standalone_un
> > >
> > > ==================== Run zdtm/static/del_standalone_un in h ====================
> > > Start test
> > > ./del_standalone_un --pidfile=del_standalone_un.pid --outfile=del_standalone_un.out --dirname=del_standalone_un.test
> > > Makefile:334: recipe for target 'del_standalone_un.pid' failed
> > > make: *** [del_standalone_un.pid] Error 1
> > > ############### Test zdtm/static/del_standalone_un FAIL at start ###############
> > > Test output: ================================
> > > 08:38:29.032: 30: FAIL: del_standalone_un.c:44: bind /root/criu/test/zdtm/static/del_standalone_un.test/sock (errno = 13 (Permission denied))
> > > 08:38:29.032: 29: ERR: test.c:229: Test exited unexpectedly with code 1
>
> $ sudo ls -ld /root/
> dr-xr-x---. 25 root root 4096 Jan 31 16:22 /root/
>
> The patch to criu tests has to be accessible for all users. You need to
> add x for others or to move criu into another place.
>
> chmod o+x /root
>
> I think it would be better to move criu to somewhere else...
Thanks for that information. Good to know. The tests no longer fail now.
Adrian
More information about the CRIU
mailing list