bugzilla

2010-07-15 Thread alexus
Software error:

The ./data/params file does not exist. You probably need to run
checksetup.pl. at Bugzilla/Config.pm line 337.
Compilation failed in require at /var/www/html/bugzilla/index.cgi line 34.
BEGIN failed--compilation aborted at /var/www/html/bugzilla/index.cgi line 34.

For help, please send mail to the webmaster (r...@localhost), giving
this error message and the time and date of the error.

[r...@wcmisdlin02 bugzilla]# ./checksetup.pl
* This is Bugzilla 3.6.1 on perl 5.8.8
* Running on Linux 2.6.18-194.8.1.el5xen #1 SMP Thu Jul 1 19:41:05 EDT 2010

Checking perl modules...
Checking for  CGI.pm (v3.21)   ok: found v3.49
Checking for  Digest-SHA (any) ok: found v5.48
Checking forTimeDate (v2.21)   ok: found v2.22
Checking forDateTime (v0.28)   ok: found v0.60
Checking for   DateTime-TimeZone (v0.71)   ok: found v1.19
Checking for DBI (v1.41)   ok: found v1.609
Checking forTemplate-Toolkit (v2.22)   ok: found v2.22
Checking for  Email-Send (v2.00)   ok: found v2.198
Checking for  Email-MIME (v1.861)  ok: found v1.903
Checking for Email-MIME-Encodings (v1.313)  ok: found v1.313
Checking for Email-MIME-Modifier (v1.442)  ok: found v1.903
Checking for URI (any) ok: found v1.35

Checking available perl DBD modules...
Checking for  DBD-Pg (v1.45)not found
Checking for   DBD-mysql (v4.00)   ok: found v4.013
Checking for  DBD-Oracle (v1.19)not found

The following Perl modules are optional:
Checking for  GD (v1.20)   ok: found v2.45
Checking for   Chart (v2.1)ok: found v2.4.1
Checking for Template-GD (any) ok: found v1.56
Checking for  GDTextUtil (any) ok: found v0.86
Checking for GDGraph (any) ok: found v1.44
Checking forXML-Twig (any) ok: found v3.35
Checking for  MIME-tools (v5.406)  ok: found v5.428
Checking for libwww-perl (any) ok: found v2.033
Checking for PatchReader (v0.9.4)  ok: found v0.9.5
Checking for   perl-ldap (any) ok: found v0.33
Checking for Authen-SASL (any) ok: found v2.15
Checking for  RadiusPerl (any) ok: found v0.15
Checking for   SOAP-Lite (v0.710.06) ok: found v0.712
Checking forJSON-RPC (any) ok: found v0.96
Checking for  Test-Taint (any) ok: found v1.04
Checking for HTML-Parser (v3.40)   ok: found v3.64
Checking for   HTML-Scrubber (any) ok: found v0.08
Checking for Email-MIME-Attachment-Stripper (any) ok: found v1.316
Checking for Email-Reply (any) ok: found v1.202
Checking for TheSchwartz (any) ok: found v1.10
Checking for  Daemon-Generic (any) ok: found v0.71
Checking formod_perl (v1.999022) ok: found v2.04
Reading ./localconfig...

OPTIONAL NOTE: If you want to be able to use the 'difference between two
patches' feature of Bugzilla (which requires the PatchReader Perl module
as well), you should install patchutils from:

http://cyberelk.net/tim/patchutils/

Checking for   DBD-mysql (v4.00)   ok: found v4.013
Checking for   MySQL (v4.1.2)  ok: found v5.0.77-log

WARNING: You need to set the max_allowed_packet parameter in your MySQL
configuration to at least 3276750. Currently it is set to 3275776.
You can set this parameter in the [mysqld] section of your MySQL
configuration file.

InnoDB is disabled in your MySQL installation.
Bugzilla requires InnoDB to be enabled.
Please enable it and then re-run checksetup.pl.

[r...@wcmisdlin02 bugzilla]# cat /etc/my.cnf
[mysqld]
server-id=221
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

#
replicate-do-db=plunkit_dev

innodb_data_file_path = ibdata1:10M:autoextend
innodb_buffer_pool_size = 256M
innodb_additional_mem_pool_size = 2M
innodb_log_file_size = 64M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

#log
skip-bdb
log-slow-queries
query_cache_size = 8M
tmp_table_size = 64M
max_heap_table_size = 32M
thread_cache_size = 4
table_cache = 2048
key_buffer_size = 57M
query_cache_limit = 4M
open_files_limit = 1234
join_buffer_size = 256K

max_allowed_packet = 3276750

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
[r...@wcmisdlin02 bugzilla]#


anyone have any ideas?
-- 
http://alexus.org/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: bugzilla

2010-07-15 Thread Glen Barber

On 7/15/10 5:07 PM, alexus wrote:

Software error:

The ./data/params file does not exist. You probably need to run
checksetup.pl. at Bugzilla/Config.pm line 337.
Compilation failed in require at /var/www/html/bugzilla/index.cgi line 34.
BEGIN failed--compilation aborted at /var/www/html/bugzilla/index.cgi line 34.

For help, please send mail to the webmaster (r...@localhost), giving
this error message and the time and date of the error.

[r...@wcmisdlin02 bugzilla]# ./checksetup.pl
* This is Bugzilla 3.6.1 on perl 5.8.8
* Running on Linux 2.6.18-194.8.1.el5xen #1 SMP Thu Jul 1 19:41:05 EDT 2010

Checking perl modules...
Checking for  CGI.pm (v3.21)   ok: found v3.49
Checking for  Digest-SHA (any) ok: found v5.48
Checking forTimeDate (v2.21)   ok: found v2.22
Checking forDateTime (v0.28)   ok: found v0.60
Checking for   DateTime-TimeZone (v0.71)   ok: found v1.19
Checking for DBI (v1.41)   ok: found v1.609
Checking forTemplate-Toolkit (v2.22)   ok: found v2.22
Checking for  Email-Send (v2.00)   ok: found v2.198
Checking for  Email-MIME (v1.861)  ok: found v1.903
Checking for Email-MIME-Encodings (v1.313)  ok: found v1.313
Checking for Email-MIME-Modifier (v1.442)  ok: found v1.903
Checking for URI (any) ok: found v1.35

Checking available perl DBD modules...
Checking for  DBD-Pg (v1.45)not found
Checking for   DBD-mysql (v4.00)   ok: found v4.013
Checking for  DBD-Oracle (v1.19)not found

The following Perl modules are optional:
Checking for  GD (v1.20)   ok: found v2.45
Checking for   Chart (v2.1)ok: found v2.4.1
Checking for Template-GD (any) ok: found v1.56
Checking for  GDTextUtil (any) ok: found v0.86
Checking for GDGraph (any) ok: found v1.44
Checking forXML-Twig (any) ok: found v3.35
Checking for  MIME-tools (v5.406)  ok: found v5.428
Checking for libwww-perl (any) ok: found v2.033
Checking for PatchReader (v0.9.4)  ok: found v0.9.5
Checking for   perl-ldap (any) ok: found v0.33
Checking for Authen-SASL (any) ok: found v2.15
Checking for  RadiusPerl (any) ok: found v0.15
Checking for   SOAP-Lite (v0.710.06) ok: found v0.712
Checking forJSON-RPC (any) ok: found v0.96
Checking for  Test-Taint (any) ok: found v1.04
Checking for HTML-Parser (v3.40)   ok: found v3.64
Checking for   HTML-Scrubber (any) ok: found v0.08
Checking for Email-MIME-Attachment-Stripper (any) ok: found v1.316
Checking for Email-Reply (any) ok: found v1.202
Checking for TheSchwartz (any) ok: found v1.10
Checking for  Daemon-Generic (any) ok: found v0.71
Checking formod_perl (v1.999022) ok: found v2.04
Reading ./localconfig...

OPTIONAL NOTE: If you want to be able to use the 'difference between two
patches' feature of Bugzilla (which requires the PatchReader Perl module
as well), you should install patchutils from:

 http://cyberelk.net/tim/patchutils/

Checking for   DBD-mysql (v4.00)   ok: found v4.013
Checking for   MySQL (v4.1.2)  ok: found v5.0.77-log

WARNING: You need to set the max_allowed_packet parameter in your MySQL
configuration to at least 3276750. Currently it is set to 3275776.
You can set this parameter in the [mysqld] section of your MySQL
configuration file.

InnoDB is disabled in your MySQL installation.
Bugzilla requires InnoDB to be enabled.
Please enable it and then re-run checksetup.pl.



My bet would be this last message.

Regards,

--
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: bugzilla

2010-07-15 Thread alexus
On Thu, Jul 15, 2010 at 5:13 PM, Glen Barber glen.j.bar...@gmail.com wrote:
 On 7/15/10 5:07 PM, alexus wrote:

 Software error:

 The ./data/params file does not exist. You probably need to run
 checksetup.pl. at Bugzilla/Config.pm line 337.
 Compilation failed in require at /var/www/html/bugzilla/index.cgi line 34.
 BEGIN failed--compilation aborted at /var/www/html/bugzilla/index.cgi line
 34.

 For help, please send mail to the webmaster (r...@localhost), giving
 this error message and the time and date of the error.

 [r...@wcmisdlin02 bugzilla]# ./checksetup.pl
 * This is Bugzilla 3.6.1 on perl 5.8.8
 * Running on Linux 2.6.18-194.8.1.el5xen #1 SMP Thu Jul 1 19:41:05 EDT
 2010

 Checking perl modules...
 Checking for              CGI.pm (v3.21)   ok: found v3.49
 Checking for          Digest-SHA (any)     ok: found v5.48
 Checking for            TimeDate (v2.21)   ok: found v2.22
 Checking for            DateTime (v0.28)   ok: found v0.60
 Checking for   DateTime-TimeZone (v0.71)   ok: found v1.19
 Checking for                 DBI (v1.41)   ok: found v1.609
 Checking for    Template-Toolkit (v2.22)   ok: found v2.22
 Checking for          Email-Send (v2.00)   ok: found v2.198
 Checking for          Email-MIME (v1.861)  ok: found v1.903
 Checking for Email-MIME-Encodings (v1.313)  ok: found v1.313
 Checking for Email-MIME-Modifier (v1.442)  ok: found v1.903
 Checking for                 URI (any)     ok: found v1.35

 Checking available perl DBD modules...
 Checking for              DBD-Pg (v1.45)    not found
 Checking for           DBD-mysql (v4.00)   ok: found v4.013
 Checking for          DBD-Oracle (v1.19)    not found

 The following Perl modules are optional:
 Checking for                  GD (v1.20)   ok: found v2.45
 Checking for               Chart (v2.1)    ok: found v2.4.1
 Checking for         Template-GD (any)     ok: found v1.56
 Checking for          GDTextUtil (any)     ok: found v0.86
 Checking for             GDGraph (any)     ok: found v1.44
 Checking for            XML-Twig (any)     ok: found v3.35
 Checking for          MIME-tools (v5.406)  ok: found v5.428
 Checking for         libwww-perl (any)     ok: found v2.033
 Checking for         PatchReader (v0.9.4)  ok: found v0.9.5
 Checking for           perl-ldap (any)     ok: found v0.33
 Checking for         Authen-SASL (any)     ok: found v2.15
 Checking for          RadiusPerl (any)     ok: found v0.15
 Checking for           SOAP-Lite (v0.710.06) ok: found v0.712
 Checking for            JSON-RPC (any)     ok: found v0.96
 Checking for          Test-Taint (any)     ok: found v1.04
 Checking for         HTML-Parser (v3.40)   ok: found v3.64
 Checking for       HTML-Scrubber (any)     ok: found v0.08
 Checking for Email-MIME-Attachment-Stripper (any)     ok: found v1.316
 Checking for         Email-Reply (any)     ok: found v1.202
 Checking for         TheSchwartz (any)     ok: found v1.10
 Checking for      Daemon-Generic (any)     ok: found v0.71
 Checking for            mod_perl (v1.999022) ok: found v2.04
 Reading ./localconfig...

 OPTIONAL NOTE: If you want to be able to use the 'difference between two
 patches' feature of Bugzilla (which requires the PatchReader Perl module
 as well), you should install patchutils from:

     http://cyberelk.net/tim/patchutils/

 Checking for           DBD-mysql (v4.00)   ok: found v4.013
 Checking for           MySQL (v4.1.2)  ok: found v5.0.77-log

 WARNING: You need to set the max_allowed_packet parameter in your MySQL
 configuration to at least 3276750. Currently it is set to 3275776.
 You can set this parameter in the [mysqld] section of your MySQL
 configuration file.

 InnoDB is disabled in your MySQL installation.
 Bugzilla requires InnoDB to be enabled.
 Please enable it and then re-run checksetup.pl.


 My bet would be this last message.

 Regards,

 --
 Glen Barber
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


why?

-- 
http://alexus.org/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: bugzilla

2010-07-15 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

alexus wrote:
 On Thu, Jul 15, 2010 at 5:13 PM, Glen Barber glen.j.bar...@gmail.com wrote:
 On 7/15/10 5:07 PM, alexus wrote:
 Software error:

 The ./data/params file does not exist. You probably need to run
 checksetup.pl. at Bugzilla/Config.pm line 337.
 Compilation failed in require at /var/www/html/bugzilla/index.cgi line 34.
 BEGIN failed--compilation aborted at /var/www/html/bugzilla/index.cgi line
 34.

 For help, please send mail to the webmaster (r...@localhost), giving
 this error message and the time and date of the error.

 [r...@wcmisdlin02 bugzilla]# ./checksetup.pl
 * This is Bugzilla 3.6.1 on perl 5.8.8
 * Running on Linux 2.6.18-194.8.1.el5xen #1 SMP Thu Jul 1 19:41:05 EDT
 2010

 Checking perl modules...
 Checking for  CGI.pm (v3.21)   ok: found v3.49
 Checking for  Digest-SHA (any) ok: found v5.48
 Checking forTimeDate (v2.21)   ok: found v2.22
 Checking forDateTime (v0.28)   ok: found v0.60
 Checking for   DateTime-TimeZone (v0.71)   ok: found v1.19
 Checking for DBI (v1.41)   ok: found v1.609
 Checking forTemplate-Toolkit (v2.22)   ok: found v2.22
 Checking for  Email-Send (v2.00)   ok: found v2.198
 Checking for  Email-MIME (v1.861)  ok: found v1.903
 Checking for Email-MIME-Encodings (v1.313)  ok: found v1.313
 Checking for Email-MIME-Modifier (v1.442)  ok: found v1.903
 Checking for URI (any) ok: found v1.35

 Checking available perl DBD modules...
 Checking for  DBD-Pg (v1.45)not found
 Checking for   DBD-mysql (v4.00)   ok: found v4.013
 Checking for  DBD-Oracle (v1.19)not found

 The following Perl modules are optional:
 Checking for  GD (v1.20)   ok: found v2.45
 Checking for   Chart (v2.1)ok: found v2.4.1
 Checking for Template-GD (any) ok: found v1.56
 Checking for  GDTextUtil (any) ok: found v0.86
 Checking for GDGraph (any) ok: found v1.44
 Checking forXML-Twig (any) ok: found v3.35
 Checking for  MIME-tools (v5.406)  ok: found v5.428
 Checking for libwww-perl (any) ok: found v2.033
 Checking for PatchReader (v0.9.4)  ok: found v0.9.5
 Checking for   perl-ldap (any) ok: found v0.33
 Checking for Authen-SASL (any) ok: found v2.15
 Checking for  RadiusPerl (any) ok: found v0.15
 Checking for   SOAP-Lite (v0.710.06) ok: found v0.712
 Checking forJSON-RPC (any) ok: found v0.96
 Checking for  Test-Taint (any) ok: found v1.04
 Checking for HTML-Parser (v3.40)   ok: found v3.64
 Checking for   HTML-Scrubber (any) ok: found v0.08
 Checking for Email-MIME-Attachment-Stripper (any) ok: found v1.316
 Checking for Email-Reply (any) ok: found v1.202
 Checking for TheSchwartz (any) ok: found v1.10
 Checking for  Daemon-Generic (any) ok: found v0.71
 Checking formod_perl (v1.999022) ok: found v2.04
 Reading ./localconfig...

 OPTIONAL NOTE: If you want to be able to use the 'difference between two
 patches' feature of Bugzilla (which requires the PatchReader Perl module
 as well), you should install patchutils from:

 http://cyberelk.net/tim/patchutils/

 Checking for   DBD-mysql (v4.00)   ok: found v4.013
 Checking for   MySQL (v4.1.2)  ok: found v5.0.77-log

 WARNING: You need to set the max_allowed_packet parameter in your MySQL
 configuration to at least 3276750. Currently it is set to 3275776.
 You can set this parameter in the [mysqld] section of your MySQL
 configuration file.

 InnoDB is disabled in your MySQL installation.
 Bugzilla requires InnoDB to be enabled.
 Please enable it and then re-run checksetup.pl.

 My bet would be this last message.

 Regards,

 --
 Glen Barber
 
 why?
 

This is the last message that Glen referred to:

InnoDB is disabled in your MySQL installation.
Bugzilla requires InnoDB to be enabled.
Please enable it and then re-run checksetup.pl.

You have to enable InnoDB in your MySQL installation before
checksetup.pl will proceed.  Once you enable InnoDB, re-run
checksetup.pl and post any further error messages to the list.
Sometimes, you have to run checksetup.pl multiple times before it
completes with no additional actions.  I often run it 2-3 times to make
sure, and that's fine.

Yours isn't a FreeBSD-specific error, so if you do run into additional
problems, the Bugzilla support list might have better answers:
https://lists.mozilla.org/listinfo/support-bugzilla

That being said, I administer a large number of Bugzilla installations
on FreeBSD, so I can probably help you work out whatever troubles you
run into.

Best regards,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow

Re: Bugzilla instead of current problem system for bugs and features?

2007-01-06 Thread Abdullah Al-Marrie

On 1/4/07, Alexander Leidinger [EMAIL PROTECTED] wrote:

Quoting Abdullah Al-Marrie [EMAIL PROTECTED] (from Thu, 4 Jan 2007
10:27:49 +0300):

 Why not use bugzilla for bugs and feature requests? isn't easier and
 more organized than current problem system?

We are evaluating our options:
http://wiki.freebsd.org/Bugtracking

Bye,
Alexander.

--
The warning message we sent the Russians was a
calculated ambiguity that would be clearly understood.
-- Alexander Haig

http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137




And are we close yet? You can keep the old pr for the old reports and
make the new ones via bugzilla.

I just don't feel the current bug system is good for the FreeBSD
growing community

--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Bugzilla instead of current problem system for bugs and features?

2007-01-06 Thread Mark Linimon
On Sat, Jan 06, 2007 at 11:53:31AM +0300, Abdullah Al-Marrie wrote:
 I just don't feel the current bug system is good for the FreeBSD
 growing community

This question has been extensively discussed on various mailing lists
over the past 2 years.  The migration problem is not as easy as you
seem to assume it will be.

Please read up on the past history of this before being quite so
certain about your conclusions.  It is going to take a great deal of
work to move away from the current bug system.

mcl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Bugzilla instead of current problem system for bugs and features?

2007-01-04 Thread Alexander Leidinger
Quoting Abdullah Al-Marrie [EMAIL PROTECTED] (from Thu, 4 Jan 2007  
10:27:49 +0300):



Why not use bugzilla for bugs and feature requests? isn't easier and
more organized than current problem system?


We are evaluating our options:
   http://wiki.freebsd.org/Bugtracking

Bye,
Alexander.

--
The warning message we sent the Russians was a
calculated ambiguity that would be clearly understood.
-- Alexander Haig

http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Bugzilla instead of current problem system for bugs and features?

2007-01-03 Thread Abdullah Al-Marrie

Hello,

Why not use bugzilla for bugs and feature requests? isn't easier and
more organized than current problem system?

--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]