SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
Anonymous | Login | 2021-01-22 18:15 UTC | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0003017 | Endian Firewall | GUI | public | 2010-06-19 12:16 | 2010-07-09 14:12 | ||||||
Reporter | baldy | ||||||||||
Assigned To | |||||||||||
Priority | normal | Severity | tweak | Reproducibility | always | ||||||
Status | confirmed | Resolution | open | ||||||||
Platform | OS | OS Version | |||||||||
Product Version | 2.4 | ||||||||||
Target Version | future | Fixed in Version | |||||||||
Summary | 0003017: Disk usage section in the Status Information GUI needs some work | ||||||||||
Description | Lay-out of disk usage needs to be improved. Columns are not straight under each other. Also some elements have a bar graph and others do not. The numbers for size and free+used do not add up. Free+used is always less than size. | ||||||||||
Additional Information | Picture added, screen resolution used 1280*800. | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | ![]() | ||||||||||
![]() |
|
(0004606) crispy (reporter) 2010-07-09 14:12 |
I noticed this problem as well. The issue is that the LVM device names cause the data to shift onto the next line with the default output format of 'df'. The fix is trivial, on line 227 of /home/httpd/cgi-bin/status.cgi, add the "-P" option to df, which forces it all onto one line: open(DF,'/bin/df -P -B M -x rootfs|'); |
![]() |
|||
Date Modified | Username | Field | Change |
2010-06-19 12:16 | baldy | New Issue | |
2010-06-19 12:16 | baldy | File Added: Diskusage.jpg | |
2010-06-21 07:55 | peter-endian | Status | new => confirmed |
2010-06-21 07:55 | peter-endian | Target Version | => future |
2010-07-09 14:12 | crispy | Note Added: 0004606 |
Copyright © 2000 - 2012 MantisBT Group |