LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   trying to start google-chrome via reverse ssh with 2nd profile (https://www.linuxquestions.org/questions/linux-newbie-8/trying-to-start-google-chrome-via-reverse-ssh-with-2nd-profile-4175424957/)

lleb 08-31-2012 07:38 AM

trying to start google-chrome via reverse ssh with 2nd profile
 
after one of my last posts i was instructed to create a 2nd profile for Chrome in order to access it via reverse ssh.

I navigated into the .config/google/chrome directory and just cp -r Default/ Reverse/

now after I reverse ssh into that system i get the following:

Code:

(web@ssma) ~ $ ssh -X -p 5555 user123@localhost
Last login: Fri Aug 31 08:30:24 2012 from localhost.localdomain
[user123@user123 ~]$ /opt/google/chrome/chrome --profile-directory=Reverse
/opt/google/chrome/chrome: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
[user123@user123 ~]$ locate libbz2.so
/opt/google/chrome/libbz2.so.1.0
/usr/lib/libbz2.so.1
/usr/lib/libbz2.so.1.0.6

some direction to resolve this would be greatly appreciated.

lleb 08-31-2012 07:45 AM

nm, fixed it...:

Code:

google-chrome --user-data-dir=/path/to/new/profile
thanks anyways.


All times are GMT -5. The time now is 07:32 AM.