[CRIU] zdtm.sh not working in debian testing
Matthias Neuer
matthias.neuer at uni-ulm.de
Wed Sep 17 07:35:55 PDT 2014
Hi.
I'm using criu 1.3.
My debian testing produces the following output for uname:
$ uname -r
3.14-2-amd64
and so:
$ set -- `uname -r | sed 's/\./ /g'`
$ echo $1
3
$ echo $2
14-2-amd64
this causes zdtm.sh to fail for me on line 293:
[ $1 -eq 3 -a $2 -ge 11 ] && return 0
Maybe change the code to something like that:
$ set -- `uname -r | sed 's/[\.-]/ /g'`
$ echo $1
3
$ echo $2
14
Thanks
Matthias
--
Matthias Neuer
Universität Ulm
kiz / Abteilung Infrastruktur
More information about the CRIU
mailing list