Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
directory geenrated too late ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Sun Apr 07, 2013 9:39 am    Post subject: directory geenrated too late ? Reply with quote

The following command line
Code:
T=/mnt/ramdisk/forT/victims; sudo rm -rf $T && mkdir -p $T && for i in $(seq -w 1 100); do F=$T/f$i; touch $F; chmod 777 $F; D=$T/d$i; mkdir $D; chmod 777 $D; done && ssh tfoerste@trinity "pkill -9 trinity; cd /mnt/n22/victims && trinity --children 4 --victims /mnt/n22/victims -x mremap -x mount -x add_key -x request_key -x keyctl -q"
sometimes gives
Code:
bash: line 0: cd: /mnt/n22/victims: Permission denied
whereas the next call runs fine.
/me wonders if I a change from " done && ssh" to " done; ssh" will solve/circumvent this and if this is an expected behaviour or a bug, FWIW host kernel is vanilla 3.8.6
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum