You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried ./all_run.sh -e SPECRUNID -s kmeans_baseline to test my openstack
but failed:Error: KMeans baseline phase
WARNING measure Problem creating the application: AI object 3FB6C742-61F3-5D7F-A22C-28D3D86581E7 (named "ai_3") could not be attached to this experiment: AI post-attachment operations failure: Parallel VM configuration for ai_3 failure (1495): Failure while executing generic post_boot configuration on on all VMs beloging to ai_3 (3FB6C742-61F3-5D7F-A22C-28D3D86581E7): Parallel run os command operation failure: Giving up on executing command "~/cbtool/scripts/common/cb_post_boot.sh" on hostname 11.128.14.14. Too many attempts (3).
Then,I ssh ai-vm and I found that sudo is available(sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set)
because the owner of /usr has changed from root to cbuser.
I wonder why the owner of /usr will be changed to cbuser after the kmeans_baseline start.
This could be why generic script failed.
cbuser@cb-cbuser-myopenstack-vm15-hadoopslave-ai-3:/$ ll
total 100
drwxr-xr-x 24 root root 4096 Feb 23 22:20 ./
drwxr-xr-x 24 root root 4096 Feb 23 22:20 ../
drwxr-xr-x 3 root root 4096 Feb 22 23:06 app/
drwxr-xr-x 2 root root 4096 Aug 8 2017 bin/
drwxr-xr-x 3 root root 4096 Aug 8 2017 boot/
drwxr-xr-x 18 root root 3700 Feb 23 22:20 dev/
drwxr-xr-x 106 root root 4096 Feb 23 22:21 etc/
drwxr-xr-x 4 root root 4096 Feb 19 15:25 home/
lrwxrwxrwx 1 root root 32 Aug 8 2017 initrd.img -> boot/initrd.img-4.4.0-87-generic
drwxr-xr-x 22 root root 4096 Feb 19 15:32 lib/
drwxr-xr-x 2 root root 4096 Feb 19 15:31 lib64/
drwx------ 2 root root 16384 Aug 8 2017 lost+found/
drwxr-xr-x 3 root root 4096 Aug 8 2017 media/
drwxr-xr-x 2 root root 4096 Aug 1 2017 mnt/
drwxr-xr-x 2 root root 4096 Aug 1 2017 opt/
dr-xr-xr-x 184 root root 0 Feb 23 22:20 proc/
drwx------ 5 root root 4096 Feb 19 15:42 root/
drwxr-xr-x 27 root root 980 Feb 23 22:23 run/
drwxr-xr-x 2 root root 12288 Aug 8 2017 sbin/
drwxr-xr-x 2 root root 4096 Apr 29 2017 snap/
drwxr-xr-x 2 root root 4096 Aug 1 2017 srv/
dr-xr-xr-x 13 root root 0 Feb 23 22:20 sys/
drwxrwxrwt 8 root root 4096 Feb 23 22:21 tmp/
drwxr-xr-x 10 cbuser cbuser 4096 Aug 8 2017 usr/
drwxr-xr-x 14 root root 4096 Feb 19 16:24 var/
lrwxrwxrwx 1 root root 29 Aug 8 2017 vmlinuz -> boot/vmlinuz-4.4.0-87-generic
The text was updated successfully, but these errors were encountered:
It looks like you're trying to run SPECCloud (which itself uses CB, or course). Which version of the SPECCloud kit are you using. This particular issue that you're pointing is fixed on the latest SPECCloud version (spec_cloud_iaas_2018_2019-08-21-15-03-22)
I tried ./all_run.sh -e SPECRUNID -s kmeans_baseline to test my openstack
but failed:Error: KMeans baseline phase
Then,I ssh ai-vm and I found that sudo is available(sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set)
because the owner of /usr has changed from root to cbuser.
I wonder why the owner of /usr will be changed to cbuser after the kmeans_baseline start.
This could be why generic script failed.
The text was updated successfully, but these errors were encountered: