Version 5 Development > Plugin Design
mysql 5.1.56 Plugin for unRAID 5b11+
dannycorker:
--- Quote from: speeding_ant on April 26, 2012, 02:11:00 AM ---Haven't heard from SeeDrs :(
Either way, I hope this is slightly beneficial to both SeeDrs and the community. Here is an update for the MySQL plugin. Runs MySQL 5.5.22, have been running on my system for at least a week without issue.
--- End quote ---
Trying to install and getting this error :(
--- Code: ---installing plugin: Mysql-5.5.22-i486-1gds
file /boot/packages/mysql-5.5.22-i486-1gds.txz: downloading from http://ftp.sotirov-bg.net/pub/contrib/slackware/packages/slackware-13.37/mysql-5.5.22-i486-1gds.txz ... http://ftp.sotirov-bg.net/pub/contrib/slackware/packages/slackware-13.37/mysql-5.5.22-i486-1gds.txz:
2012-05-29 13:00:45 ERROR 404: Not Found.
bad download, deleting
--- End code ---
EDIT: Sorry, need to learn to read properly....
p1lot:
Here you can find the PLG-file for MySQL 5.5.24: http://lime-technology.com/forum/index.php?topic=20603.0
steeef:
This plugin works ok, however there's one big issue: while it does a great job at ensuring the mysql user exists and starting mysqld with this user, it chowns the data directory to nobody:users. MySQL runs ok because its user is added to the "users" group, but you get permissions errors in MySQL when it attempts to access files.
I had to hand-edit this line in the .plg file (around line 240):
--- Code: ---"chown -hR mysql:mysql $DATADIR"
--- End code ---
I had originally attempted to fix this with the "go" script, but to no avail. You could also set MySQL to run as the "nobody" user, but that has additional security implications.
jude:
Having problems getting MySQL mysql5_20120805.plg to run.
Installed as part of Influencer's Newznab plugin.
Unraid server operating on 5.0-rc8a
The plugin appears to install correctly and folders and files are created in a cache only share. The status for the program is "Stopped"
here is the contents of the log file
121218 13:33:34 mysqld_safe Starting mysqld daemon with databases from /mnt/cache/apps/mysql
121218 13:33:34 InnoDB: The InnoDB memory heap is disabled
121218 13:33:34 InnoDB: Mutexes and rw_locks use GCC atomic builtins
121218 13:33:34 InnoDB: Compressed tables use zlib 1.2.5
121218 13:33:34 InnoDB: Using Linux native AIO
/usr/sbin/mysqld: Can't create/write to file '/tmp/ibgR7xik' (Errcode: 13)
121218 13:33:34 InnoDB: Error: unable to create temporary file; errno: 13
121218 13:33:34 [ERROR] Plugin 'InnoDB' init function returned error.
121218 13:33:34 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
121218 13:33:34 [ERROR] Unknown/unsupported storage engine: InnoDB
121218 13:33:34 [ERROR] Aborting
121218 13:33:34 [Note] /usr/sbin/mysqld: Shutdown complete
121218 13:33:34 mysqld_safe mysqld from pid file /var/run/mysql/mysql.pid ended
121218 13:38:47 mysqld_safe Starting mysqld daemon with databases from /mnt/cache/apps/mysql
121218 13:38:47 InnoDB: The InnoDB memory heap is disabled
121218 13:38:47 InnoDB: Mutexes and rw_locks use GCC atomic builtins
121218 13:38:47 InnoDB: Compressed tables use zlib 1.2.5
121218 13:38:47 InnoDB: Using Linux native AIO
/usr/sbin/mysqld: Can't create/write to file '/tmp/ibOXAE1f' (Errcode: 13)
121218 13:38:47 InnoDB: Error: unable to create temporary file; errno: 13
121218 13:38:47 [ERROR] Plugin 'InnoDB' init function returned error.
121218 13:38:47 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
121218 13:38:47 [ERROR] Unknown/unsupported storage engine: InnoDB
121218 13:38:47 [ERROR] Aborting
121218 13:38:47 [Note] /usr/sbin/mysqld: Shutdown complete
121218 13:38:47 mysqld_safe mysqld from pid file /var/run/mysql/mysql.pid ended
It appears that it is unable to create a directory in the /tmp folder.
I am not sure what to try next. :(
steeef:
try this:
--- Code: ---chown 1777 /tmp
--- End code ---
that will make /tmp writable by all.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version