You are not logged in.
Pages: 1
Hi,
I installed the plugin MySAR, and this error is displayed (GLPI Mode DEBUG)
1 SHOW TABLES LIKE '%glpi_plugin_hotline%' 0.002
2 SELECT *
FROM glpi_plugin_mysar_config
WHERE ( 1 ) 0.005
3 SELECT *
FROM glpi_plugin_mysar_config
WHERE ( 1 ) 0.001
4 SELECT traffic.date, sites.site, count(distinct traffic.time) as tps
FROM traffic,sites
WHERE traffic.sitesID=sites.id AND traffic.date >= '2008-02-01' AND traffic.date <= '2008-04-07' group by traffic.date,sites.site
ORDER BY tps desc LIMIT 10; 1,548.909 Error writing file '/tmp/MYyDUpCD' (Errcode: 28
Image:
The permissions on /tmp is chmod -R 777
the full screen
http://www.truly.inf.br/augusto/mysar_error.JPG
GLPI 0.70.2
CentOS 4.4
Apache 2.0
MySQL 5.0
MySAR
Ubuntu Server 6.06
MySQL 5.0
Thanks
Last edited by augusto.ferronato (2008-04-07 22:48:11)
SO: Gentoo
Version: PROD GLPI 0.84.6 / DEV: SVN
PHP: PHP 5.3.4-pl0-gentoo / MySQL: 5.1.51-log
OCS: OCS-NG 2.0
Offline
glpi_plugin_hotline ?
It's very old as plugin and not supported from 0.70
Xavier Caillaud
Blog GLPI Infotel
Offline
This plugin, have influence on MySAR plugin?
Thanks
SO: Gentoo
Version: PROD GLPI 0.84.6 / DEV: SVN
PHP: PHP 5.3.4-pl0-gentoo / MySQL: 5.1.51-log
OCS: OCS-NG 2.0
Offline
no i don't think. And your problem is strange..
I think you haven't space in you /tmp partition..
Can you try to change your tmpdir variable of mysql ?
Xavier Caillaud
Blog GLPI Infotel
Offline
Hi,
in /tmp i have more of 40G of Space, because only one partition for the System.
how the change the tmpdir variable? i not find this
Thanks for your help
SO: Gentoo
Version: PROD GLPI 0.84.6 / DEV: SVN
PHP: PHP 5.3.4-pl0-gentoo / MySQL: 5.1.51-log
OCS: OCS-NG 2.0
Offline
Pages: 1