pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Testing for MariaDB 10.4



FYI, if I manually run the server, I get:
...
 » sudo -u mysql  /usr/pkg/sbin/mysqld
2020-03-30 19:02:49 0 [Note] /usr/pkg/sbin/mysqld (mysqld
10.4.12-MariaDB) starting as process 4474 ...
2020-03-30 19:02:49 0 [Warning] Could not increase number of
max_open_files to more than 320 (request: 4190)
2020-03-30 19:02:49 0 [Warning] Changed limits: max_open_files: 320
max_connections: 151 (was 151)  table_cache: 200 (was 2000)
2020-03-30 19:02:49 0 [Note] InnoDB: Mutexes and rw_locks use GCC
atomic builtins
2020-03-30 19:02:49 0 [Note] InnoDB: Uses event mutexes
2020-03-30 19:02:49 0 [Note] InnoDB: Compressed tables use zlib 1.2.10
2020-03-30 19:02:49 0 [Note] InnoDB: Number of pools: 1
2020-03-30 19:02:49 0 [Note] InnoDB: Using SSE2 crc32 instructions
2020-03-30 19:02:49 0 [Note] InnoDB: Initializing buffer pool, total
size = 128M, instances = 1, chunk size = 128M
2020-03-30 19:02:49 0 [Note] InnoDB: Completed initialization of buffer pool
2020-03-30 19:02:49 0 [ERROR] InnoDB: The Auto-extending innodb_system
data file './ibdata1' is of a different size 0 pages than specified in
the .cnf file: initial 768 pages, max 0 (relevant if non-zero) pages!
2020-03-30 19:02:49 0 [ERROR] InnoDB: Plugin initialization aborted
with error Generic error
2020-03-30 19:02:49 0 [Note] InnoDB: Starting shutdown...
2020-03-30 19:02:49 0 [ERROR] Plugin 'InnoDB' init function returned error.
2020-03-30 19:02:49 0 [ERROR] Plugin 'InnoDB' registration as a
STORAGE ENGINE failed.
2020-03-30 19:02:49 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-03-30 19:02:49 0 [ERROR] Could not open mysql.plugin table. Some
plugins may be not loaded
2020-03-30 19:02:49 0 [ERROR] Unknown/unsupported storage engine: InnoDB
2020-03-30 19:02:49 0 [ERROR] Aborting

On Mon, 30 Mar 2020 at 18:57, Chavdar Ivanov <ci4ic4%gmail.com@localhost> wrote:
>
> Great, thanks! Now it builds. However, the install_db script
> (initdb="/usr/pkg/bin/mysql_install_db" from /etc/rc.d/mariadb) is
> missong from the kit; I suppose this comes from
> work/mariadb-10.4.12/scripts/mysql_install_db.sh, but it contains a
> lot of variables to postprocess.
> The package is also rather large:   964M Mar 30 18:37
> /usr/pkgsrc/packages/All/mariadb-server-10.4.12.tgz; perhaps as it
> contains the full test suite and is build with debug.
>
> On Mon, 30 Mar 2020 at 15:47, nia <nia%netbsd.org@localhost> wrote:
> >
> > On Mon, Mar 30, 2020 at 01:59:11PM +0100, Chavdar Ivanov wrote:
> > > The server build fails as follows:
> > > ..........
> >
> > There were kqueue changes in -current.
> > I've committed a patch to the package, thanks for reporting this.
>
>
>
> --
> ----



-- 
----


Home | Main Index | Thread Index | Old Index