YunoHost is an operating system aiming to simplify as much as possible the administration of a server. This repository corresponds to the core code, written mostly in Python and Bash.
Find a file
jellium 53e19fa32d [fix] Replace deprecated psutil.BOOT_TIME attribute
The `psutil.BOOT_TIME` attribute appears to be deprecated, and returns an `AttributeError` when called.
Even though the psutil documentation states that old attributes should be callable, one should use `psutil.boot_time()` function instead.
In some version of psutil (e.g. 2.1.1), both appear callable. In old versions (e.g. 1.2.1), `psutil.BOOT_TIME` is but `psutil.boot_time()` is not. In the newest version (4.3.0), only the latter can be called.

This bug would introduce an Internal Server Error (Error 500) when accessing the Monitor tool in the YunoHost admin panel.
2016-07-13 21:05:10 +02:00
bin [fix] exit if not run as root instead of raising an obscur exception 2016-05-19 08:05:59 +02:00
data [fix] Set /var/mail folder owners and permissions 2016-06-12 13:23:23 +02:00
debian Update changelog for 2.4.0.7 release 2016-06-12 15:59:10 +02:00
lib/metronome/modules [fix] Install updated metronome 3.7 modules instead of copying 2015-10-08 15:55:17 +02:00
locales [i18n] Translated using Weblate (French) 2016-07-11 21:01:53 +02:00
src/yunohost [fix] Replace deprecated psutil.BOOT_TIME attribute 2016-07-13 21:05:10 +02:00
.gitignore [fix] Update .gitignore 2015-11-15 00:22:54 +01:00
LICENSE Add AGPL license 2015-07-15 15:28:09 +02:00
README.md Create README.md 2015-10-25 14:13:46 +01:00

Please report issues here (no registration needed): https://dev.yunohost.org/projects/yunohost/issues