-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does openbay hosted installation work at all? #144
Comments
I have seen it describes similar to this earlier.. For instance here is a video showing a simple setup .. unsure if it may be hoax, but why should it need to be any more complicated really? I have tried to put the files in several ways, but it does not work any way. The site is being set up when i hit deploy, but the search does not work. Instead i get this message The requested URL /src/www/search was not found on this server. Apache/2.4.10 (Ubuntu) Server at 10.0.0.101 Port 80" What am i doing wrong here... Please someone help if you have any idea. |
It seems nobody are getting this right ... look at What the hell, this hosted solution should really be super simple to set up. Have they made it stupidly complicated or what the hell is going on here |
And for the record ive been trying to set this up on 2x virtual machines in Virtualbox, hosted on Win7. The network adaptes are set up as bridge, ie they get an ip directly from the physical router in the network, and everything else seems to work just fine. Just not Openbay. Enlighten me .. |
https://tpbt.org works perfectly fine (my website) i setup my own database and my own sphinx daemon and it works "perfecly" (sometimes very slow cuz of the ammout of traffic every once in a while is insane) |
Check my site in a subdomain.. |
@iShariefi Do you have direct root access to the server? Also if you can't be bothered you can also use my public database i created. |
Yes, I do have root access. Can you please suggest which solution will be best for me as I'm an iOS developer and my Web Development knowledge is minimal... |
If you have a good enough server you can easily setup sphinx daemon with a few commands, also if you need a database you can use this one https://tpbt.org/torrent/13134188/Openbay-FULL-DATABASE-SQL-FORMATE (download it and import it to mysql) also what operating system is your server on? |
Actually till now, I've done everything on Cpanel through Filezilla, so obviously its a linux server and I'm on a mac running on Yosemite. Please bear my ignorance in this, this is my 1st php project... |
@iShariefi Yes but is it CentOS or Ubuntu or Debian or anything else? |
Actually I'm planning to get a non-US hosting within a couple of days because this website is hosted on godaddy n as soon as i've a i upload the db, I guess they'll ban my account and I tried to find out the OS, but no luck... |
openbay does work but the installtion manual is highly faulty . it took us time to figure out a workin one : http://tpb.ifilescloud.com |
@TheChiefCoC |
Fyi i get the "Not Found |
@wacgyver what are your vps/dedi specs ? ofcourse, I need root access to your vps/dedi. p.s. and yes, i got a working copy for a dude asking me to setup it at https://thehiddenbay.net/ |
Ok! Ill call you later :) Mail i mean. Thanks a lot, i really appreciate that. I did get it running on one machine, with Ubuntu. I had to change AllowOverride from None to All Allthough my debian box come up with internal error when i changed that setting. I still dont know why, tried several times, no type or any And i want to set up my own hosting now that this worked |
adress for the working one. Remote hosted, not local db or search |
After success with remote db setup of Openbay, im now trying to set ip up with local sphinxsearch and db. I have made a new db in mysql called "mpb" and configured sphinxsearch. I was getting 404 when searching, (strangely, when searching for only 1 letter, i dont get an error but neither does it list any torrents). CDbException CDbConnection failed to open the DB connection: SQLSTATE[HY000] [2003] Can't connect to MySQL server on '127.0.0.1' (111) /var/www/protected/extensions/ESphinxQL/ESphinxQL.php(297) I can telnet to localhost port 3306, and the sql user and pwd is valid. I have also tried to put in sql root pwd in config.php Id greatly appreciate the helpful people in here! Ill try and return the favor as i learn |
@wacgyver can you please share your sphinx config? |
@TPBT-OFFICIAL |
You should change: index opb_common { TO: index opb_common { The error your getting is not mysql is actually sphinx but sphinx connections work like mysql. Then run "indexer --all" (turn Sphinx off first) and paste it on pastebin what it shows when you do that. |
@TPBT-OFFICIAL Thanks for helping! I tried to follow your guide here but i still get the same error when trying to search or browse. |
@TPBT-OFFICIAL It seems i got an error when starting sphinx again. But im not allways getting that error, only sometimes .. Here i didnt get it. But searching still does not work. root@tpbdebian:/etc/sphinxsearch# /etc/init.d/sphinxsearch stop using config file '/etc/sphinxsearch/sphinx.conf'... |
should there be a file called opb_common only? I have no such file, but i have a lot of files starting with that: root@tpbdebian:/etc/sphinxsearch# ls /var/lib/sphinxsearch/data/opb_common/ |
@wacgyver download the latest version of sphinxsearch from : http://sphinxsearch.com/downloads/release/ |
There isn't a way to apt-get it , but you can download it by : wget (link here) |
I have uninstalled sphinxsearch 204 and installed 227 from the deb package i got from http://sphinxsearch.com/downloads/release/ I think this says that i have version 227 ? any used the config changes i got from @TPBT-OFFICIAL earlier in this thread. Anyway, im still getting the same error message as i got before: CDbConnection failed to open the DB connection: SQLSTATE[HY000] [2003] Can't connect to MySQL server on '127.0.0.1' (111) |
@TheChiefCoC I can give you root access if you wouldnt mind helping me out here. But at the same time id really like to see for myself what the problem is in order to learn more. |
@TheChiefCoC Can i PM you the address and password? Or maybe mail ? What was your mail again? |
Is this a problem? My sphinx is configured to this port root@tpbdebian:/etc/apache2# telnet 127.0.0.1 9306 ../sphinxsearch/sphinx.conf |
My sphinxsearch is not running. It doesent say anything suspicious when restarting the service, but it seems to terminate right away. root@tpbdebian:/etc/apache2# service sphinxsearch stop using config file '/etc/sphinxsearch/sphinx.conf'... |
root@tpbdebian:/etc/apache2# ps -aux | grep -i sphinx |
using config file '/etc/sphinxsearch/sphinx.conf'... |
I think that error in the end is my main problem. I read in this thread |
@wacgyver no that database is fine i once got that error on my ubuntu server but i never got it fixed i ended up just installing it in CentOS as it was much simpler with no problems for me. |
@TPBT-OFFICIAL where can i get the whole DB tpb ? looks like https://tpbt.org/torrent/13134188/Openbay-FULL-DATABASE-SQL-FORMATE is down atm. thanks |
I cant seem to get this working. 1st i want to setup Openbay without db locally, just to make it simple and verify i can actually get it to work. This is supposed to be a matter of copying files to the hosting folder, give the sufficient permissions on the files and folders, open the installer page, type a name for the page and hit deploy. Then as far as i understand it should be up & running, not hosting anything, but simply act as a front end UI for a search being relayed to isohunt servers. And this process should take less than an hour. Am i fundamentally misunderstanding something here?
The text was updated successfully, but these errors were encountered: