Namazu 情報の検索


検索式: [検索方法]

表示件数: 表示形式: ソート:

検索対象:

: www.namazu.org
: Namazu-users-ja(新) : Namazu-win32-users-ja(新) : Namazu-devel-ja(新)
: Kakasi-dev(新)

: Namazu-users-ja(旧) : Namazu-win32-users-ja(旧) : Namazu-devel-ja(旧)
: Namazu-ml(Feb 1999 - Feb 2000) : Namazu-dev-ml(Feb 1999 - Feb 2000)
: Namazu-ml(Jan 1998 - Feb 1999)

Results:

References: [ a: 248 ]

Total 248 documents matching your query.

61. some queries failing (cgi) (スコア: 7)
著者: Chad Leigh -- Shire.Net LLC <chad at shire.net>
日付: Fri, 17 Jun 2005 13:20:36 +0900
Thank you for your response. The user running the cgi and the user running at the shell (command line) are the same user. I did a su - mailman to get the shell as the mailman user, which is the user
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000100.html (5,200 bytes)

62. some queries failing (cgi) (スコア: 7)
著者: Chad Leigh -- Shire.Net LLC <chad at shire.net>
日付: Fri, 17 Jun 2005 13:46:21 +0900
The command line seems to work. Both namazu and namazu.cgi . I ran the namazu command on the command line and it worked "I do a % namazu -F -h "chad" admin-list/ and it returns the search results sea
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000104.html (7,275 bytes)

63. some queries failing (cgi) (スコア: 5)
著者: Chad Leigh -- Shire.Net LLC <chad at shire.net>
日付: Sat, 18 Jun 2005 03:08:39 +0900
I don't know if this is a valid test or not, but I went in to namazucgi.c and added a line if (localedir != NULL) { bindtextdomain(PACKAGE, localedir); } else { bindtextdomain(PACKAGE, LOCALEDIR); }
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000118.html (3,272 bytes)

64. some queries failing (cgi) (スコア: 4)
著者: Earl Hood <earl at earlhood.com>
日付: Sat, 18 Jun 2005 05:49:08 +0900
Could be memory allocation problem, or memory corruption. Did you get a core file? Probably not because your coredumpsize limit is probably 0. Try running things under a debugger. If you do not want
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000129.html (2,978 bytes)

65. some queries failing (cgi) (スコア: 4)
著者: Chad Leigh -- Shire.Net LLC <chad at shire.net>
日付: Sat, 18 Jun 2005 07:11:12 +0900
ok, except for when wrapped in fancy GUIs like in Apple's XCode, I am a gdb neophyte I set a break on nmz_codeconv_external which is where the error is occuring Breakpoint 2, nmz_codeconv_external (s
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000131.html (4,901 bytes)

66. some queries failing (cgi) (スコア: 2)
著者: Chad Leigh -- Shire.Net LLC <chad at shire.net>
日付: Sat, 18 Jun 2005 09:45:56 +0900
OK, I took the definition of strdup from glibc source and added the function directly into my codeconv.c so that strdup() would be my version and not the glibc version I step through it when the quer
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000132.html (8,854 bytes)

67. some queries failing (cgi) (スコア: 2)
著者: Chad Leigh -- Shire.Net LLC <chad at shire.net>
日付: Sat, 18 Jun 2005 14:01:07 +0900
Here is some interesting info. I linked in dmalloc from http:// dmalloc.com/ in an effort to try and find some memory problems. However, it does not crash now. It works with dmalloc linked in. All of
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000134.html (4,179 bytes)

68. some queries failing (cgi) (スコア: 2)
著者: Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp>
日付: Sat, 18 Jun 2005 11:37:08 +0900
The memory might be destroyed somewhere of namazu.cgi. It seems that it depends on the content of the index. (The index breaks, and the error check of namazu.cgi might be loose.) The problem seems to
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000133.html (3,509 bytes)

69. some queries failing (cgi) (スコア: 3)
著者: Chad Leigh -- Shire.Net LLC <chad at shire.net>
日付: Sat, 18 Jun 2005 06:04:04 +0900
What resource are you proposing is limited? The same queries ALWAYS work and the same other queries ALWAYS fail. If it was a resource issue then we would not have the pattern that "chad" always fails
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000130.html (6,561 bytes)

70. Malformed UTF-8 character (スコア: 3)
著者: Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp>
日付: Sat, 18 Jun 2005 05:21:06 +0900
Even if it has the problem, Namazu is not mysterious because ISO-8859* is not supported. The report of trouble has actually reached. Even with another trouble similarly, it is not mysterious though t
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000127.html (3,882 bytes)

71. Malformed UTF-8 character (スコア: 2)
著者: Earl Hood <earl at earlhood.com>
日付: Sat, 18 Jun 2005 03:16:46 +0900
Can you be more specific on what the problem was? Just because someone may report a problem does not mean that others are having problems. --ewh
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000120.html (2,886 bytes)

72. some queries failing (cgi) (スコア: 7)
著者: Earl Hood <earl at earlhood.com>
日付: Sat, 18 Jun 2005 03:15:43 +0900
What the docs say and what really happens may be two different things. It should be fairly quick to write a simple CGI program to spit out resource limites. This is not necessarily true, and probably
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000119.html (3,477 bytes)

73. some queries failing (cgi) (スコア: 5)
著者: Earl Hood <earl at earlhood.com>
日付: Sat, 18 Jun 2005 02:16:07 +0900
You cannot absolutely state that the limits are the same, even if the uid is the same. You either need to examine Apache source and mod_cgi to see how it deals with limits and invoke CGI programs. I.
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000116.html (3,788 bytes)

74. Malformed UTF-8 character (スコア: 2)
著者: Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp>
日付: Sat, 18 Jun 2005 02:13:46 +0900
In non-Japanese environment, trouble that Japanese processing passed was found, and, therefore, there was a report that the problem had happened. -- == TADAMASA TERANISHI http://www.asahi-net.or.jp/~
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000115.html (2,876 bytes)

75. Malformed UTF-8 character (スコア: 2)
著者: Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp>
日付: Fri, 17 Jun 2005 17:23:10 +0900
The document should be likely to be corrected according to implementation. It did not support it, and it was possible to be able to use and it has done by chance up to now. (It even doesn't test. ) N
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000109.html (3,014 bytes)

76. some queries failing (cgi) (スコア: 2)
著者: Chad Leigh -- Shire.Net LLC <chad at shire.net>
日付: Fri, 17 Jun 2005 13:25:40 +0900
Thanks. It appears that the defaults would be to use the OS defaults, which show in the process ulimit shown below The above limit command was done as the same user who is running the cgi as is the s
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000102.html (5,120 bytes)

77. some queries failing (cgi) (スコア: 4)
著者: Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp>
日付: Fri, 17 Jun 2005 13:20:55 +0900
First of all, it is a story of the setting of Apache. http://httpd.apache.org/docs/mod/core.html#rlimitcpu http://httpd.apache.org/docs/mod/core.html#rlimitmem Is this a value of the user who execute
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000101.html (3,675 bytes)

78. some queries failing (cgi) (スコア: 4)
著者: Chad Leigh -- Shire.Net LLC <chad at shire.net>
日付: Fri, 17 Jun 2005 12:58:39 +0900
I assume this is talking about process limits or something? This is for the process that is running the cgi. I do not know what the kernel defaults are. This is a gentoo x86 system and I did not find
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000098.html (4,085 bytes)

79. Malformed UTF-8 character (スコア: 2)
著者: Earl Hood <earl at earlhood.com>
日付: Wed, 15 Jun 2005 04:04:06 +0900
So non-printable characters and some whitespace characters do not constitute word boundaries? You realize that characters like tab (ASCII 9) and form-feed (ASCII 12) are not being treated as word bou
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000083.html (3,806 bytes)

80. Malformed UTF-8 character (スコア: 6)
著者: Tadamasa Teranishi <yw3t-trns at asahi-net.or.jp>
日付: Wed, 15 Jun 2005 03:00:21 +0900
As for Namazu, the design is not done because of 8bit charsets though it repeats. Moreover, the test is not done. It is not to relate even if there is a person who is using it with 8-bit charsets. St
http://www.namazu.org/pipermail/namazu-users-en/2005-June/000081.html (5,308 bytes)


この全文検索システムは Namazu v2.0.20 によって構築されています。

webmaster@namazu.org