hi all<div>i am trying to use multiple instances of same skype user, i want to run 20 instances</div><div>skype version is the latest downloaded from skype website, i couldnot find skype 2.0.72</div><div>FS is the latest git</div>
<div><br></div><div>my db files are located in /root/multi/01/skypeuser</div><div>similarly /root/multi/02/skypeuser</div><div><br></div><div>my multi.sh is:</div><div><br></div><div><div>#start the fake X server on a given port</div>
<div> /usr/bin/Xvfb :101 -screen 0 800x600x16 -nolisten tcp -ac &</div><div>sleep 3</div><div><br></div><div># start a Skype client instance that will connect to the X server above, and will login to the Skype network using the 'username password' you send to it on stdin. Here passwd5 would be the password and user5 the username</div>
<div>su root -c "/bin/echo 'skypeuser passwd1'| DISPLAY=:101 /usr/bin/skype --dbpath=/root/multi/01 --pipelogin &"</div><div><br></div><div>exit 0</div></div><div><br></div><div>but skype is unable to login... this user can not come online.. am i making any mistake in dbpath or somewhere else????</div>
<div><br></div><div>also when i kill the Xvfb it says</div><div><br></div><div><div> FreeFontPath: FPE "unix/:7100" refcount is 2, should be 1; fixing.</div></div><div><br></div><div>thanks </div><div><br></div>