Re: [Maria-discuss] MariaDB for OpenSuSE 12.3

2014-11-24 Thread Elena Stepanova

Hi Peter,

http://hasky.askmonty.org/archive/pack/10.0/build-6865/kvm-zyp-opensuse13_1-x86_64/

Regards,
Elena


On 24.11.2014 15:17, Peter Laursen wrote:

I am sorry, but I really do not understand at all how to get acces to RPMs
(or anything) from the page linked to (
http://buildbot.askmonty.org/buildbot/builders/kvm-zyp-opensuse13_1-x86_64
).


-- Peter

On Sun, Nov 23, 2014 at 9:50 PM, Sergei Golubchik s...@mariadb.org wrote:


Hi, Peter!

We've recently started building on SuSE:
http://buildbot.askmonty.org/buildbot/builders/kvm-zyp-opensuse13_1-x86_64
http://buildbot.askmonty.org/buildbot/builders/kvm-zyp-opensuse13_1-x86

This is a new builder and we haven't made any releases of these
binaries yet, as far as I remember.

Still the source code is the same, so it is as stable as any other 10.0
build. But the packaging - like dependencies or conflicts - might be not
completely polished yet.

So, if you'd like, you can try our suse rpms that were built on opensuse,
as above.

On Nov 23, Peter Laursen wrote:

I have OpenSuSE 12.3.  It ships with MariaDB 1.0.13 - and with no TokuDB
and no Galera options. I would like to upgrade to 10.0.14 and also enable
TokuDB. And it does not seem that an upgrade will be available from SuSE
software repositories.

There are a lot of RPMs in the yum repository
http://mirror.23media.de/mariadb/mariadb-10.0.14/yum/. But does anyone

know

if they will work with SuSE 12.3? Runtime environment (kernel, glibc

etc.)

should be compatible of course, and also  RPMs for Redhat/Fedora/CentOS
systems will not alwyas work on SuSE, as SuSE has some specific
requirements for the SPECS.

When I used SuSE 10.x many years ago, the generic glibc23 RPMs

available

worked perfectly.

Note: I *only* want to install a server that can be handled by SuSE's

YaST

package manager! So suggestons for any other solution (such as using the
tarball) is not an option. Or it would be last resort.

I would not mind give it a try if someone can advise what I should try. I
have SuSE running in a VM and I will be able to return to a snapshot of

the

system easily if something goes wrong.


Regards,
Sergei





___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp


Re: [Maria-discuss] MariaDB for OpenSuSE 12.3

2014-11-24 Thread Peter Laursen
Thanks Elena. That even I can understand.

But error on installation of server packet No packet found allowing for
the action specified. I am simply launching YaST graphical interface from
the context menu of the RPM file placed on my desktop (install with packet
manager). There is a reference to some log with more details, but I don't
know where it can be found.



-- Peter
___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp


Re: [Maria-discuss] MariaDB for OpenSuSE 12.3

2014-11-24 Thread Peter Laursen
Thanks a lot. I will try this (tomorow probably).

-- Peter

On Mon, Nov 24, 2014 at 3:26 PM, Sergei Golubchik s...@mariadb.org wrote:

 Hi, Peter!

 On Nov 24, Peter Laursen wrote:
  Thanks Elena. That even I can understand.
 
  But error on installation of server packet No packet found allowing for
  the action specified. I am simply launching YaST graphical interface
 from
  the context menu of the RPM file placed on my desktop (install with
 packet
  manager). There is a reference to some log with more details, but I
 don't
  know where it can be found.

 I've tried to repeat this - but over ssh, so I used text-mode yast2.
 Supposedly, selecting install with packet manager from the context
 menu is equivalent to sudo yast2 -i /path/to/file.rpm (I don't know
 for sure).

 Here's the issue. MariaDB-server package depends on other MariaDB-*
 packages. Normally yast or yum fetch dependencies automatically from a
 repository. But you don't install from a repository, you install a
 specific file. In this case yast cannot fetch dependencies. You have to
 install either all packages in one command, like this:

   sudo yast2 -i MariaDB*server.rpm MariaDB*client.rpm MariaDB*common.rpm

 or you can do it with GUI and a context menu - but you need to install
 MariaDB*common.rpm first, then MariaDB*client.rpm, and only then you can
 install MariaDB*server.rpm.

 I tried both solutions - both worked.

 Regards,
 Sergei

 P.S. Now, when we build for SuSE, I hope we will provide a proper
 package repository and yast will be able to resolve dependencies
 automatically.


___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp


Re: [Maria-discuss] MariaDB for OpenSuSE 12.3

2014-11-24 Thread Peter Laursen
And teh *bonus question*.  What should I remove and not remove before
installing your packages?


peter@linux-zayf:~ rpm -qa | grep mysql
libmysqlclient18-10.0.13-2.3.2.x86_64
libqt4-sql-mysql-4.8.6-4.4.1.x86_64
php5-mysql-5.6.1-4.1.x86_64
libmysqld18-10.0.13-2.3.2.x86_64
libmysqlcppconn6-1.1.2-6.2.2.x86_64
libreoffice-base-drivers-mysql-4.3.3.2-4.1.x86_64
peter@linux-zayf:~ rpm -qa | grep maria
mariadb-client-10.0.13-2.3.2.x86_64
mariadb-errormessages-10.0.13-2.3.2.x86_64
mariadb-10.0.13-2.3.2.x86_64
peter@linux-zayf:~


-- Peter

On Mon, Nov 24, 2014 at 3:36 PM, Peter Laursen peter_laur...@webyog.com
wrote:

 Thanks a lot. I will try this (tomorow probably).

 -- Peter

 On Mon, Nov 24, 2014 at 3:26 PM, Sergei Golubchik s...@mariadb.org
 wrote:

 Hi, Peter!

 On Nov 24, Peter Laursen wrote:
  Thanks Elena. That even I can understand.
 
  But error on installation of server packet No packet found allowing for
  the action specified. I am simply launching YaST graphical interface
 from
  the context menu of the RPM file placed on my desktop (install with
 packet
  manager). There is a reference to some log with more details, but I
 don't
  know where it can be found.

 I've tried to repeat this - but over ssh, so I used text-mode yast2.
 Supposedly, selecting install with packet manager from the context
 menu is equivalent to sudo yast2 -i /path/to/file.rpm (I don't know
 for sure).

 Here's the issue. MariaDB-server package depends on other MariaDB-*
 packages. Normally yast or yum fetch dependencies automatically from a
 repository. But you don't install from a repository, you install a
 specific file. In this case yast cannot fetch dependencies. You have to
 install either all packages in one command, like this:

   sudo yast2 -i MariaDB*server.rpm MariaDB*client.rpm MariaDB*common.rpm

 or you can do it with GUI and a context menu - but you need to install
 MariaDB*common.rpm first, then MariaDB*client.rpm, and only then you can
 install MariaDB*server.rpm.

 I tried both solutions - both worked.

 Regards,
 Sergei

 P.S. Now, when we build for SuSE, I hope we will provide a proper
 package repository and yast will be able to resolve dependencies
 automatically.



___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp


Re: [Maria-discuss] MariaDB for OpenSuSE 12.3

2014-11-24 Thread Sergei Golubchik
Hi, Peter!

On Nov 24, Peter Laursen wrote:
 Thanks Elena. That even I can understand.
 
 But error on installation of server packet No packet found allowing for
 the action specified. I am simply launching YaST graphical interface from
 the context menu of the RPM file placed on my desktop (install with packet
 manager). There is a reference to some log with more details, but I don't
 know where it can be found.

I've tried to repeat this - but over ssh, so I used text-mode yast2.
Supposedly, selecting install with packet manager from the context
menu is equivalent to sudo yast2 -i /path/to/file.rpm (I don't know
for sure).

Here's the issue. MariaDB-server package depends on other MariaDB-*
packages. Normally yast or yum fetch dependencies automatically from a
repository. But you don't install from a repository, you install a
specific file. In this case yast cannot fetch dependencies. You have to
install either all packages in one command, like this:

  sudo yast2 -i MariaDB*server.rpm MariaDB*client.rpm MariaDB*common.rpm

or you can do it with GUI and a context menu - but you need to install
MariaDB*common.rpm first, then MariaDB*client.rpm, and only then you can
install MariaDB*server.rpm.

I tried both solutions - both worked.

Regards,
Sergei

P.S. Now, when we build for SuSE, I hope we will provide a proper
package repository and yast will be able to resolve dependencies automatically.


___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp


Re: [Maria-discuss] MariaDB for OpenSuSE 12.3

2014-11-24 Thread Peter Laursen
Won't work. The problem is KDE it seems.  I use the XFCE desktop primarily
but did also installed KDE and a few more desktops (just in order to check
them). But the only KDE program that I really want is Amarok.


peter@linux-zayf:~/Skrivebord/MariaDB sudo yast2 -i
./MariaDB-10.0.15-opensuse13_1-x86_64-server.rpm
./MariaDB-10.0.15-opensuse13_1-x86_64-server.rpm
./MariaDB-10.0.15-opensuse13_1-x86_64-client.rpm
DEPRECATED. Use zypper directly: zypper --non-interactive install
./MariaDB-10.0.15-opensuse13_1-x86_64-server.rpm
./MariaDB-10.0.15-opensuse13_1-x86_64-server.rpm
./MariaDB-10.0.15-opensuse13_1-x86_64-client.rpm
Indlæser softwarekildedata...
Læser installerede pakker...
Løser pakkeafhængigheder...
2 problemer:
Problem: mariadb-client-10.0.13-2.3.2.x86_64 konflikter med
namespace:otherproviders(mysql-client), der leveres af
MariaDB-client-10.0.15-1.x86_64
Problem: MariaDB-server-10.0.15-1.x86_64 kræver MariaDB-client, men dette
krav kan ikke leveres

Problem: mariadb-client-10.0.13-2.3.2.x86_64 konflikter med
namespace:otherproviders(mysql-client), der leveres af
MariaDB-client-10.0.15-1.x86_64
 Løsning 1: Følgende handlinger udføres:
  afinstallation af mariadb-client-10.0.13-2.3.2.x86_64
  afinstallation af akonadi-4.14.3-4.4.x86_64
  afinstallation af python-kde4-akonadi-4.14.3-4.3.x86_64
  afinstallation af plasma-addons-lancelot-4.14.3-8.3.x86_64
  afinstallation af plasma-addons-akonadi-4.14.3-8.3.x86_64
  afinstallation af korganizer-4.14.3-4.4.x86_64
  afinstallation af kontact-4.14.3-4.4.x86_64
  afinstallation af kmail-4.14.3-4.4.x86_64
  afinstallation af kdepim4-runtime-4.14.3-4.2.x86_64
  afinstallation af kdepim4-4.14.3-4.4.x86_64
  afinstallation af kaddressbook-4.14.3-4.4.x86_64
  afinstallation af knotes-4.14.3-4.4.x86_64
 Løsning 2: installér ikke MariaDB-client-10.0.15-1.x86_64

Vælg blandt løsningerne ovenfor med nummer eller skip, forsøg igen eller
annullér [1/2/s/f/a] (a): a  *-- this 'a' prompts automatically (gives me
no choice) and when I try same option from YaST GUI it just reinstalls what
it just removed. This is after I removed Amarok and a few other KDE
programs aswell as the old MariaDB server.. originally the conflict list
was longer!*

peter@linux-zayf:~/Skrivebord/MariaDB


I have tried different things from command-line and GUI, but it seems that
I will need to remove a lot of KDE software making use of MySQL, if it
shall be possible to continue. Else it will not let me remove
mariadb-client-10.0.13. Did someone say *depencency hell* :-).

It will probably be easier to do a fresh install of SuSE without KDE!
Unless your RPMs can handle the conflicts (replacing themselves with what
is already installed).Restoring snapshot!



-- Peter

On Mon, Nov 24, 2014 at 3:54 PM, Peter Laursen peter_laur...@webyog.com
wrote:

 And teh *bonus question*.  What should I remove and not remove before
 installing your packages?


 peter@linux-zayf:~ rpm -qa | grep mysql
 libmysqlclient18-10.0.13-2.3.2.x86_64
 libqt4-sql-mysql-4.8.6-4.4.1.x86_64
 php5-mysql-5.6.1-4.1.x86_64
 libmysqld18-10.0.13-2.3.2.x86_64
 libmysqlcppconn6-1.1.2-6.2.2.x86_64
 libreoffice-base-drivers-mysql-4.3.3.2-4.1.x86_64
 peter@linux-zayf:~ rpm -qa | grep maria
 mariadb-client-10.0.13-2.3.2.x86_64
 mariadb-errormessages-10.0.13-2.3.2.x86_64
 mariadb-10.0.13-2.3.2.x86_64
 peter@linux-zayf:~


 -- Peter

 On Mon, Nov 24, 2014 at 3:36 PM, Peter Laursen peter_laur...@webyog.com
 wrote:

 Thanks a lot. I will try this (tomorow probably).

 -- Peter

 On Mon, Nov 24, 2014 at 3:26 PM, Sergei Golubchik s...@mariadb.org
 wrote:

 Hi, Peter!

 On Nov 24, Peter Laursen wrote:
  Thanks Elena. That even I can understand.
 
  But error on installation of server packet No packet found allowing
 for
  the action specified. I am simply launching YaST graphical interface
 from
  the context menu of the RPM file placed on my desktop (install with
 packet
  manager). There is a reference to some log with more details, but I
 don't
  know where it can be found.

 I've tried to repeat this - but over ssh, so I used text-mode yast2.
 Supposedly, selecting install with packet manager from the context
 menu is equivalent to sudo yast2 -i /path/to/file.rpm (I don't know
 for sure).

 Here's the issue. MariaDB-server package depends on other MariaDB-*
 packages. Normally yast or yum fetch dependencies automatically from a
 repository. But you don't install from a repository, you install a
 specific file. In this case yast cannot fetch dependencies. You have to
 install either all packages in one command, like this:

   sudo yast2 -i MariaDB*server.rpm MariaDB*client.rpm MariaDB*common.rpm

 or you can do it with GUI and a context menu - but you need to install
 MariaDB*common.rpm first, then MariaDB*client.rpm, and only then you can
 install MariaDB*server.rpm.

 I tried both solutions - both worked.

 Regards,
 Sergei

 P.S. Now, when we build for SuSE, I hope we will provide a proper
 package repository and yast will be able to resolve 

[Maria-discuss] New Question: Waiting for table metadata lock - during parallel database loads

2014-11-24 Thread AskMonty KB
Hello,

A new question has been asked in MariaDB community by stephenwerner. Please 
answer it at 
http://mariadb.com/kb/en/waiting-for-table-metadata-lock-during-parallel-database-loads/
 as the person asking the question may not be subscribed to the mailing list.


Hi,

Is there a parameter/system variable that can be set to allow multiple database 
loads?

It seems to be a right handbrake when loading more than one database at a time.

Regards,

Stephen.


To view or answer this question please visit: 
http://mariadb.com/kb/en/waiting-for-table-metadata-lock-during-parallel-database-loads/

___
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp