Can't install mariadb101-server in iocage jail

Status
Not open for further replies.

NasKar

Guru
Joined
Jan 8, 2016
Messages
739
I'm using iocage FreeBSD 11.1 and can't install mariadb101-server anymore in an iocage jail.
Code:
  - mariadb101-server... 
pkg: No packages available to install matching 'mariadb101-server' have been found in the repositories
 
D

dlavigne

Guest
It's possible that the upstream pkg is broken. Will it let you build the port?
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Mariadb102 is available and seems to be working fine. I installed in 2 jails this weekend.
 

NasKar

Guru
Joined
Jan 8, 2016
Messages
739
Mariadb102 is available and seems to be working fine. I installed in 2 jails this weekend.
Mariadb102 did work but not 101 installing from a script or manually in an iocage jail. I edited the script and retyped Mariadb101-server after deleting it and it works. Have no idea what happened. Will mariadb102 work as well with nextcloud as 101?
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
That's because it's not listed as available in package repo. 100 and 102 are.

I have no idea if it will work with Nextcloud, you could try it and report your findings back here.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Will mariadb102 work as well with nextcloud as 101?
I'm sure it would, but I think the config file location has changed. It's bizarre to me that they'd have completely separate package names for 10.0, 10.1, and 10.2.
 

adrianwi

Guru
Joined
Oct 15, 2013
Messages
1,231
I've just built an iocage jail for Nextcloud and used mariadb102 (with nginx and php71) without any problems
 

NasKar

Guru
Joined
Jan 8, 2016
Messages
739
That's because it's not listed as available in package repo. 100 and 102 are.
Code:
pkg search mariadb*
mariadb-connector-c-3.0.3_1	MariaDB database connector for C
mariadb-connector-odbc-3.0.3   MariaDB database connector for odbc
mariadb100-client-10.0.34	  Multithreaded SQL database (client)
mariadb100-server-10.0.34	  Multithreaded SQL database (server)
mariadb101-client-10.1.33	  Multithreaded SQL database (client)
mariadb101-server-10.1.33	  Multithreaded SQL database (server)
mariadb102-client-10.2.14	  Multithreaded SQL database (client)
mariadb102-server-10.2.14	  Multithreaded SQL database (server)
mariadb55-client-5.5.60		Multithreaded SQL database (client)
mariadb55-server-5.5.60		Multithreaded SQL database (server)


not sure if pkg search is proper command to check the repo. I've never ran that command before so I don't know if mariadb101-server was there before but it is there now. Maybe that's why it's working again.
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Yup, shows up for me now too. Too late though, I've already installed all my web facing jails and used Mariadb102-server for them all.
 
Status
Not open for further replies.
Top