Feedback on Ubuntu 10.04 load of Sphinxsearch from Peregrine.
I started a new discussion post, based on your message here
thx. I read your answers, and
I've used the latest version available through ubuntu 10.04 which is
sphinxsearch 0.9.8.1-2 (not compatible with your plugin).
apt-get and synaptic package manager Ubuntu 10.04 only picks up sphinxsearch 0.9.8.1-2
the package distributions can be woefully outdated depending on the repository. you could (pull a more updated version off an untrusted launchpad ppa not for ubuntu distro ) I'm not ready to upgrade the OS version, so ..
I am going straight to this link for the 2.05 .deb build
http://sphinxsearch.com/downloads/release/
where there are releases that are built already.
Your distribution of sphinx source (requires mysql-dev++ headers to be installed) to successfully configure and a compiler (e.g. g++) to make it.
I 'm pulling down the .deb release and I'll let you know - provided you want feedback for improvement (or complaints as some people call them).
I do like the demo you have, and the installation plugin looks like a herculean effort to design and build for all linux variants, and versions.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Comments
yes, of course..it is what makes software better.
Not really, it should work on most linux variants just by nature of the commands. I didn't try anything too fancy in that aspect.
That is weird....I would think that Ubuntu has their repo up-to-date. I've tested this with 2.0.4 as well with no problems. The sql_fields_string is showstopper obviously, but you may get away with other older versions that support this that are not quite >v2.0.4.
If you have access to your server and can configure sphinx in the first place, I think you have a great chance of success. If I were you, I would try the built in installer first since your package manager does not have the latest. Maybe @Gillingham can pitch in on how he got the latest through apt-get
I got it working mcu_hq - here's the problems along the way if you are interested.
Index and rotation seem to work.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
EXCELLENT
I want to compile a list of success instructions for different distros and hosts in the FAQ.
So you are saying that you can't stop searchd? If you click on any of the buttons in the CPanel without installing sphinx properly, you are going to get senseless errors. The whole "Not Detected" is what I have saved on default.
This is what I run to kill all instances of searchd:
killall -9 searchd
The usual start/stop searchd is:
start:
<searchd path> --config <confpath>
stop:
<searchd path> --config <confpath> --stop
so can you search your docs with this?
First off - your plugin is superb and the search options and functionality are fantastic - thanks for the plugin mcu_hq.
Now - what I encountered clarified...
stopping and starting searchd from the plugin does not work the way things are set up. I could probably change the permissions on a bunch of directories where it writes the pid and a few other things (I wouldn't worry about this - just letting you know).
I don't ever use CPANEL. my installation was purely local. But you are correct one error can compound into many errors.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Ok, I'll add that link to the admin side of things.
The Plugin's CPanel (control panel on the bottom of the main plugin page) can't stop searchd properly if it was not started originally through the CPanel. If you started it through your distro, then the plugin can't properly close it since it was started from a different user. This is normal operation from the plugin point of view. As long as the plugin can tell that sphinx is running, then you should be fine. Can you index through the plugin cpanel?
Yes.
This is normal operation from the plugin point of view. As long as the plugin can tell that sphinx is running, then you should be fine. Can you index through the plugin cpanel?
Yes. works fine
All variables that are a manipulation by the user as far as view settings etc are fine in config.php.
But the variables listed above cause alot of updates to the config.php.
I think should really only change with hard and fast settings changes, not dynamic on the fly changes.
perhaps a db table or a metatable or accessory config file.
just my opinion - I don't like to see my config.php changing so frequently as I use it to track changes that I purposefully make, not to store temporary values.
Once again, this is my suggestion - do as you like obviously - but I think you get the gist of what I am trying to say here.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Ok, I agree...I'll keep it in mind for the next release. Those should only be updated in the cpanel of the plugin though....normal operation should have very writes (if any).
Also, I remember reading somewhere of a complaint that the view settings for some of the options are greyed out. This is correct operation. The view 'simple' is merely just the discussion title so this is the only option avaliable for widgets in the sidebar.
could have been in one of my thousands of edits .
question when you change display results to simple view in image below, it works when I click go button (not in image but upper far right )
should the same thing happen when I click the search button and view will be simple (I don't seem to see that happen).
you have a good idea to stack up your changes before releasing new version instead of releasing new version after every change.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Yea, the search button that is included in your snapshot should also then change the view to be 'simple'
FYI @mcu_hq - this is what I get, your results may vary. give it a try.
there seems to be an issue if
this is set in config.php
$Configuration['Garden']['RewriteUrls'] = FALSE;
issue
once again - for me it is not important if you change this - but thought I would let you know. Let me know if you tire of me reporting issues, and I will stop the feedback as I know it gets tiresome.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@mcu_hq
how many hours do you think you spent developing and troubleshooting this plugin? I don't think most non-developers understand how much time is spent on developing a complex plugin.
How many hours have you also spent personally helping individuals to get the plugin on their site?
my questions are to shed some light on the "volunteer time" developers provide to the community when they write plugins.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
This one took very long....I would say 3-4 months at the very least. I am still troubleshooting some things with very large data sets that I cannot replicate locally because of the data involved. That includes normal life interruptions, hobbies, travel, etc. so it is hard to put a schedule on anything. However long you think a project will take - you should multiply it by 3.
Also depends on your programming skill and how clean you want the code to be. I tried new things and made it very "pluggable" like being able to add widgets with ease. This took me much longer than simply writing a bunch of huge functions that are closely tied to the sphinx application.