Thread: [Lxr-general] (no subject)
Brought to you by:
ajlittoz
From: Joel D. <jd...@re...> - 2001-09-05 02:35:45
|
Hi, I am having a problem. I have an apache web server and I installed lxr as was given in the text file i got from lxr.linux.no. Even after all the files in $(INSTALLPREFIX)/http/source have read and execute permissions, it gives my an access denied error when i try to run the source script . Please help, Joel D'sa = |
From: MR E. M. <boz...@ya...> - 2002-06-17 14:21:19
|
CONFIDENTIAL FROM MR ERIC MWANANAGA=2E REF=3A TRANSACTION REQUEST DEAR RARTNER I am aware that it is amazing when a business proposal letter come from someone that you don't know however=2Cyour address was to the consideration of your profile and i became aware of your credibility and co-operation in this transaction that would be profitable to both of us=2E I am Bozo MWANANAGA the son of DR=2CNanapanga Mwananaga Finance Minister of Democratic Republic of congo=28DRC=29 Presently i am in THE NERTHERLAND on a senior Legal management course=2ERecently i was contacted by my father over the issue am to explain =2EDR nanapanga Mwananaga was appointed the finance minister in the government of president Laurent Desire Kabila of the Democratic Republic of Congo=28DRC=29=2CBeing close freind and also old school mate of president Laurent Desire Kabila=2C make them have trust in each other=2E Early last year=2C a contract was awarded to a foreign company in congo mining corporation on diamond mining=2E Before the contract was awarded to the foreign firm=2C a required amount was agreed upon and was paid by the contracting company to ensure that it is their favour=2E The money paid was =28$22=2E500=2C00=2Emillion united state Dollars=29and was paid to the then president Kabila through his finance minister Dr=2C Nanapanga Mwananaga=2E There after=2C the whole money was de-faced to avoid being traced by their political rivals=2C and was moved out to the Netherland through diplomatic channel=2ENow the box containing the money is with a financial deposit company in the Netherland=2EDeposited as photographic materials with out the deposit company knowing the exact contents of the box=2C because the entire money was intentionally de-faced out mint stage =2E The code to the deposited box the certificate of beposit and all the transafer documents are still with my father in congo=2C which will be send as soon as a trusted confident partner is found=2E Unfortunately president laurent kabila whom my father had his arrangement with was attacked in his home town=2Cby one of his own body guard=2Cbut did not survive=2ENow that his son has succeed him=2CI will want us to use this opprunity to move the money out from the Netherland to another safe place you will provide=2EIf you accept this proposal and ready to corporate with out ditectives you will be rewarded with 25%of the total sum=2CAll areas for the smooth transaction is already being taken care off=2E Be rest assured that business will attact no risk=2EFor more clarification=2C you are to use the above telephone number to contact me=2E Your sincerely=2E MR=2CERIC Mwananaga=2E |
From: Sandrine L. <la...@la...> - 2005-06-28 16:35:49
|
Hello, Currently, LXR systematically returns the message (in general search mode, current version): Unexpected returnvalue 2 from Glimpse 0 files found --> Anything wrong with it ? Thanks, Sandrine -- ---------------------------------------------------- S. Laplace - Groupe ATLAS - LAPP 04 50 09 16 32 ---------------------------------------------------- |
From: Malcolm B. <mal...@gm...> - 2005-06-29 16:12:22
|
Did you create the glimpse indexes (ie configure it in lxr.conf & run genxref) as detailed in the installation instructions? If you did, can you successfully use glimpse from the command line to search for items in your indexes? I don't have glimpse handy here, but the command is something like glimpse -I <path to index file> search_term If that works then there is a problem in lxr. Malcolm On 6/28/05, Sandrine Laplace <la...@la...> wrote: >=20 > Hello, >=20 > Currently, LXR systematically returns the message (in general search > mode, current version): > Unexpected returnvalue 2 from Glimpse > 0 files found >=20 > --> Anything wrong with it ? > Thanks, >=20 > Sandrine >=20 > -- >=20 >=20 > ---------------------------------------------------- > S. Laplace - Groupe ATLAS - LAPP > 04 50 09 16 32 > ---------------------------------------------------- >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Lxr-general mailing list > Lxr...@li... > https://lists.sourceforge.net/lists/listinfo/lxr-general > |
From: Rusty C. <rca...@te...> - 2001-09-05 14:46:13
|
"Joel Dsa" <jd...@re...> wrote: > Hi, > > I am having a problem. I have an apache web server and I > installed lxr as was given in the text file i got from > lxr.linux.no. Even after all the files in > $(INSTALLPREFIX)/http/source have read and execute > permissions, it gives my an access denied error when i > try to run the source script . > > Please help, You must enable cgi scripts in apache, did you do that? Here's what my apache config files look like: rcarruth@msfree> foreach f ( apache/etc/access.conf apache/etc/httpd.conf apache/etc/mime.types pache/etc/srm.conf) foreach? echo ............. $f ..................... foreach? diff $f $f.default foreach? end ............. apache/etc/access.conf ..................... 40c40 < Options Indexes FollowSymLinks ExecCGI --- > Options Indexes FollowSymLinks 58,67d57 < <Directory /apache/share/htdocs/perflogs> < AllowOverride All < Options All < </Directory> < < <Directory /apache/share/htdocs/lxr> < AllowOverride All < Options All < </Directory> < ............. /apache/etc/mime.types ..................... 40d39 < application/x-httpd-cgi pl ............. /apache/etc/srm.conf ..................... 165d164 < AddType application/x-httpd-cgi .pl 173c172 < AddHandler cgi-script .cgi --- > #AddHandler cgi-script .cgi Rusty E. Carruth Email: rca...@Te... or rca...@sl... Voice: (480) 345-3621 SnailMail: Schlumberger ATE ___ FAX: (480) 345-8793 7855 S. River Parkway, Suite 116 \e/ Ham: N7IKQ @ 146.82+,pl 162.2 Tempe, AZ 85284-1825 V ICBM: 33 20' 44"N 111 53' 47"W http://tuxedo.org/~esr/ecsl/index.html |