Re: Issues with postOptimize

2008-10-01 Thread sunnyfr
t;>>>>> /data/solr/book/logs/snappuller.log >>>>>>> >>>>>>> Would you reckon to do it automaticly or manually start >>>>>>> snapshooter >>>>>>> with >>>>>>> cron job? >>>&

Re: Issues with postOptimize

2008-10-01 Thread Jarek Zgoda
rked like a charm. Its the little ones you gotta watch out for. Thanks for everybodies help. Sunny -- View this message in context: http://www.nabble.com/Re%3A-Issues-with-postOptimize-tp14508624p19756257.html Sent from the Solr - User mailing list archive at Nabble.com. -- We read Knut

Re: Issues with postOptimize

2008-10-01 Thread Shalin Shekhar Mangar
; >> >> > >> >> But I've some error, it might come from that. > >> >> When you use this way, doest it write in your log file, not me: > >> >> /data/solr/book/logs/snappuller.log > >> >> > >> >> Would

Re: Issues with postOptimize

2008-10-01 Thread sunnyfr
gt;> >> with >> >> cron job? >> >> >> >> Cheers, >> >> >> >> >> >> >> >> Sunny Bassan wrote: >> >>> >> >>> using "./snapshooter" instead of "snapshooter", worked l

Re: Issues with postOptimize

2008-10-01 Thread Shalin Shekhar Mangar
, > >> > >> > >> > >> Sunny Bassan wrote: > >>> > >>> using "./snapshooter" instead of "snapshooter", worked like a > >>> charm. Its > >>> the little ones you gotta watch out for. > >>>

Re: Issues with postOptimize

2008-10-01 Thread sunnyfr
gt;> >> Sunny Bassan wrote: >>> >>> using "./snapshooter" instead of "snapshooter", worked like a >>> charm. Its >>> the little ones you gotta watch out for. >>> >>> Thanks for everybodies help. >>> Sunny

Re: Issues with postOptimize

2008-10-01 Thread Jarek Zgoda
nny Bassan wrote: using "./snapshooter" instead of "snapshooter", worked like a charm. Its the little ones you gotta watch out for. Thanks for everybodies help. Sunny -- View this message in context: http://www.nabble.com/Re%3A-Issues-with-postOptimize-tp14508624p19756257.html S

Re: Issues with postOptimize

2008-10-01 Thread sunnyfr
w this message in context: http://www.nabble.com/Re%3A-Issues-with-postOptimize-tp14508624p19756257.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Issues with postOptimize

2007-12-26 Thread Sunny Bassan
using "./snapshooter" instead of "snapshooter", worked like a charm. Its the little ones you gotta watch out for. Thanks for everybodies help. Sunny

Re: Issues with postOptimize

2007-12-19 Thread Jae Joo
try it. /search/replication_test/0/index/solr/bin/snapshooter . true Jae On Dec 19, 2007 9:10 AM, Bill Au <[EMAIL PROTECTED]> wrote: > Just changing the permission on the script is not enough. The id > executing > the script needs to have write permission to create the snapshot

Re: Issues with postOptimize

2007-12-19 Thread Bill Au
Just changing the permission on the script is not enough. The id executing the script needs to have write permission to create the snapshot. Bill On Dec 18, 2007 6:26 PM, Sunny Bassan <[EMAIL PROTECTED]> wrote: > I've set the permissions on the script to execute for all users. And it > does see

RE: Issues with postOptimize

2007-12-18 Thread Sunny Bassan
I've set the permissions on the script to execute for all users. And it does seem like the user who is running SOLR has the permissions to run the script. I've come to the conclusion - Linux permissions are annoying, lol. I've also tried setting selinux to permissive mode and added the user to the

RE: Issues with postOptimize

2007-12-17 Thread Norskog, Lance
Also, the script itself has to be execute mode. Lance -Original Message- From: climbingrose [mailto:[EMAIL PROTECTED] Sent: Monday, December 17, 2007 4:38 PM To: solr-user@lucene.apache.org Subject: Re: Issues with postOptimize Make sure that the user running Solr has permission to

Re: Issues with postOptimize

2007-12-17 Thread climbingrose
Make sure that the user running Solr has permission to execute snapshooter. Also, try ./snapshooter instead of snapshooter. Good luck. On Dec 18, 2007 10:57 AM, Sunny Bassan <[EMAIL PROTECTED]> wrote: > I've set up solrconfig.xml to create a snap shot of an index after doing > a optimize, but th

Issues with postOptimize

2007-12-17 Thread Sunny Bassan
I've set up solrconfig.xml to create a snap shot of an index after doing a optimize, but the snap shot cannot be created because of permission issues. I've set permissions to the bin, data and log directories to read/write/execute for all users. Even with these settings I cannot seem to be able to