similar to: Regarding Bugzilla Register issue

Displaying 20 results from an estimated 7000 matches similar to: "Regarding Bugzilla Register issue"

2017 Jun 16
3
Regarding Bugzilla Register issue
Sorry ,it's not bugzilla it's trac software and i have asked about this on irc but i didn't get any reply. On Thu, Jun 15, 2017 at 1:40 AM, Olly Betts <olly at survex.com> wrote: > On Wed, Jun 14, 2017 at 09:26:37AM +0000, Eric Lindblad wrote: > > > I am not able to register on bugzilla due to spam error.can someone > help me with this issue? > > > >
2017 Jun 14
0
Regarding Bugzilla Register issue
On Wed, Jun 14, 2017 at 09:26:37AM +0000, Eric Lindblad wrote: > > I am not able to register on bugzilla due to spam error.can someone help me with this issue? > > support-bugzilla at lists.mozilla.org That may be correct if the original poster really meant bugzilla, but I think in this case they mean our bugtracker, which runs trac not bugzilla. charan: It's really best to ask
2016 Dec 08
2
remotetcp_chert
Dear Olly Betts, same 32 bit compiler version hardware OS OS version as here (where remotetcp_chert passed and skipped 3) xapian-core-1.2.21.tar.xz http://nurmi-labs.blogspot.com/2015/10/xapian.html ./apitest backend remoteprog_brass: All 225 tests passed, 3 skipped. ./apitest backend remotetcp_brass: All 225 tests passed, 3 skipped. ./apitest backend remoteprog_chert: All 225 tests passed,
2009 Dec 12
1
Skipping of sample in ogg writing
Hi All, I m having a strange problem with the Ogg-Vorbis writting code. The code I m using to write is skipping some samples at the end of the file. For example I m converting the 10000 sample .wav file ( 441000 sample rate , 16 bit depth , stereo ) to ogg format. But while reading the ogg file I only find 5824 samples in the ogg file. Can any one suggest what could be wrong in the code. Is
2009 Dec 12
1
Skipping of sample in ogg writing
Hi All, I m having a strange problem with the Ogg-Vorbis writting code. The code I m using to write is skipping some samples at the end of the file. For example I m converting the 10000 sample .wav file ( 441000 sample rate , 16 bit depth , stereo ) to ogg format. But while reading the ogg file I only find 5824 samples in the ogg file. Can any one suggest what could be wrong in the code. Is
2016 Aug 30
2
Remaining spam in Bugzilla
Hi! There were several new spam entries in Bugizlla, created from previously created accounts. I think will be good idea to delete them as well as block spammers accounts : Report IDs: 30192, 30191, 30187, 30186, 30185, 30182, 28766, 28717, 28715, 28714. Eugene.
2016 Dec 16
1
testing
Having modified software packages' creation scripts some of which use patches, I'm familiar with their use and authorship. It was the specific patch Olly mentioned which I did not know yet if it was needed or indicated. Obviously autoconf is indicated for a bootstrap when xapian is obtained from Github, but, the package maintainer for the MSYS2/MINGW xapian-core1.4.1 had not listed
2007 Jun 12
4
GotoIf Dialplan inquiry
Hi all, I have the following in my extensions.conf: exten => s,4,GotoIf($["${CALLERID(number)}" = "8585979857" | "8585970327"]?15:5) The numbers listed above are known spammer numbers. However, when I call from any other CALLERID, it still directs me to s,15 which is the Hangup() application. Here are logs from the asterisk CLI: -- Executing
2016 Dec 14
1
testing
Regarding the earlier mail about [xapian-core-1.2.24] /tests/api_replicate.cc compiled under MSYS/MINGW (g++ 5.3.0). It seems likely that the error was specific to certain g++ versions. https://github.com/mxe/mxe/issues/1448 Eric at ERICS-NETBOOK /c/WORK $ cat test.cpp #include <stdlib.h> int setenv(const char *name, const char *value, int overwrite) { return _putenv_s(name, value); }
2009 Mar 18
2
oggdec.exe crash
Hello there. I can't use bugtracker because it is permanently think that I'm spammer. -------------- System: Windows XP Service Pack 3 When I trying to decode any *.ogg file with oggdec.exe like this: oggdec.exe file.ogg I have an error (it is translate version - I don't have english version of Windows): Instruction from address 0x7c91b1fa trying to access 0x00000010. Memory
2015 Jun 19
1
REPLY: make check xapian-bindings-1.2.21 & Search-Xapian-1.2.21.0
Dear Olly Betts, I think the tests for the perl module Search-Xapian-1.2.21.0 might be fewer in number than the perl tests included with xapian-bindings-1.2.21. If some of the tests have similar but modified content I do not know. I am not so skilled as to interpret the compared test results. If you want to suggest a paired earlier version of Xapian to a specific xapian.bindings version, I might
2015 Sep 05
1
question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
Question by Eric Lindblad 05-09-2015 http://www.ericlindblad.blogspot.com I would enquire if anyone has an opinion on whether it might be a possibility that adding the following #ifdef in certain xapian-core-1.2.21 /common and/or /backends files following the string #include <sys/types.h> might move closer towards resolution the 'ambiguous overload' issue. +#ifdef __INTERIX +#
2015 Sep 07
0
gnu_getopt.h / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
gnu_getopt.h by Eric Lindblad 07-09-2015 http://www.ericlindblad.blogspot.com Subsequent to the compile of libxapian.so.22.6.8 and libxapian.a there are executable source files using gnu_getopt.h which has an #ifdef __CYGWIN__, perhaps that file would need attention in order for compile to proceed on my modified SFU Interix 3.5 setup The 1 'ambiguous overload' report on SFU Interix I
2016 Dec 14
1
testing
xapian-core-1.2.24 Unclear yet about any possible use of patches, either for MSYS/MINGW and/or MSYS2/MINGW, for xapian-core versions(?), but here are sections of the 'configure' and 'make check' logs I output from a MSYS/MINGW (g++ 5.3.0) compile on XP SP3 (32 bit) Home Edition (xapian-core-1.2.24). configure log checking for setenv... no checking for _putenv_s... yes
2006 Mar 21
5
Order records based on number of children
Let''s say I have simple schema with two tables. The models are defined like the folllowing: class Parent < ActiveRecord::Base has_many :children end class Child < ActiveRecord::Base belongs_to :parent end Simple has_many relationship. Is there any way to order the results of a Parent.find_all by the number of children the parent has? I can sort with sorted_parents =
2010 Jan 20
2
Error when creating trac bug ticket
Greets Just tried to create a bug ticket on trac.xapian.org and it croaked with the error: ----------- Trac detected an internal error: IntegrityError: columns ticket, name are not unique The action that triggered the error was: POST: /newticket ----------- Clicking on the Create button to report the error results in an invalid URL. What's the best way to proceed to report my bug? Thanks
2015 Sep 07
0
test 1 / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
Test 1 by Eric Lindblad 07-09-2015 http://www.ericlindblad.blogspot.com The 'ambiguous overload' error cited 28-08-2015 was unaffected from adding the below #ifdef following incidents of the string #include <sys/types> in all relevant xapian-core-1.2.21 files. http://sourceforge.net/projects/libuuid/ libuuid-1.0.3.tar.gz the following lines can be added to uuidP.h from the
2006 Apr 04
8
very bold internet explorer only website
Hello everyone, It is offtopic, but i''m so surprised :| I was looking for some filipino martial arts videos through google video, and came to this link http://redcornerboxing.net/ I use Firefox 1.5 on windows. I never seen *such* bold IE only website in my life. olegf -------------- next part -------------- A non-text attachment was scrubbed... Name: ie_must_die.PNG Type: image/png
2015 Aug 07
1
xapian 1.2.21 / MSYS-1.0.11.exe
Xapian Developers, [I initially thought to install xapian on SFU (Interix 3.5) on MS XP but could not compile libuuid] [getopt.h, inttypes.h, and stdint.h taken from SUA (for Vista) and installed in SFU (Interix 3.5)] If someone is inclined to write a modified libuuid and label it for use with Interix <version(s)> to satisfy the dependency for an xapian <version(s)> install on
2010 Apr 07
2
[Fwd: Undelivered Mail Returned to Sender]
Dear list admin, I'm really fed up with being treated regularly as a spammer and having to unsubscribe every week from the spammer blacklist on the online form. Niki Kovacs -------------- next part -------------- An embedded message was scrubbed... From: MAILER-DAEMON at maiev.nerim.net (Mail Delivery System) Subject: Undelivered Mail Returned to Sender Date: Wed, 7 Apr 2010 19:37:30 +0200