Modify

Ticket #3092 (closed defect: fixed)

Opened 22 months ago

Last modified 21 months ago

Disk usage not working

Reported by: lioncub@… Owned by: jamor@…
Milestone: 2.2 Component: base
Severity: normal Keywords:
Cc:

Description (last modified by jacalvo@…) (diff)

Not working Disk Usage

Error

File system not found: /fs/home

Trace

File system not found: /fs/home at /usr/share/perl5/EBox/Report/DiskUsage.pm line 257
	EBox::Report::DiskUsage::usage('fileSystem', '/dev/md0') called at /usr/share/perl5/EBox/Report/DiskUsage.pm line 72
	EBox::Report::DiskUsage::chart('/dev/md0') called at /usr/share/perl5/EBox/CGI/Report/DiskUsage.pm line 51
	EBox::CGI::Report::DiskUsage::_process('EBox::CGI::Report::DiskUsage=HASH(0x7f499aa318f8)') called at /usr/share/perl5/EBox/CGI/Base.pm line 264
	EBox::CGI::Base::run('EBox::CGI::Report::DiskUsage=HASH(0x7f499aa318f8)') called at /usr/share/perl5/EBox/CGI/Run.pm line 129
	EBox::CGI::Run::run('EBox::CGI::Run', 'Report/DiskUsage', 'EBox') called at /usr/share/zentyal/cgi/ebox.cgi line 34
	ModPerl::ROOT::ModPerl::Registry::usr_share_zentyal_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0x7f499aa705b8)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0x7f499a9de918)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
	ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0x7f499a9de918)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
	ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0x7f499aa705b8)') called at -e line 0
	eval {...} called at -e line 0

Attachments

zentyal.log Download (121.6 KB) - added by anonymous 22 months ago.
zentyal.log

Change History

Changed 22 months ago by anonymous

zentyal.log

comment:1 Changed 22 months ago by jacalvo@…

  • Owner changed from jacalvo@… to jamor@…
  • Description modified (diff)
  • Summary changed from Bug report from Zentyal Server to Disk usage not working

comment:2 Changed 22 months ago by jamor@…

  • Status changed from new to closed
  • Resolution set to worksforme

Hi lioncub, to diagnose this it would be helpful the contents of both your /etc/mtab and /etc/fstab file. Please, attch them and reopen the ticket.

comment:3 Changed 22 months ago by lioncub@…

  • Status changed from closed to reopened
  • Resolution worksforme deleted
# cat /etc/mtab 
/dev/sdc1 / ext4 rw,errors=remount-ro,usrquota,grpquota,acl 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
none /sys sysfs rw,noexec,nosuid,nodev 0 0
none /sys/fs/fuse/connections fusectl rw 0 0
none /sys/kernel/debug debugfs rw 0 0
none /sys/kernel/security securityfs rw 0 0
none /dev devtmpfs rw,mode=0755 0 0
none /dev/pts devpts rw,noexec,nosuid,gid=5,mode=0620 0 0
none /dev/shm tmpfs rw,nosuid,nodev 0 0
none /var/run tmpfs rw,nosuid,mode=0755 0 0
none /var/lock tmpfs rw,noexec,nosuid,nodev 0 0
none /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
/dev/sdc2 /rfs reiserfs rw 0 0
/dev/sdc3 /db ext4 rw 0 0
/dev/md0 /fs reiserfs rw 0 0
/db/mysql /var/lib/mysql none rw,bind 0 0
/db/svn-repos /var/svn-repos none rw,bind 0 0
/fs/home /home none rw,bind,usrquota,grpquota,acl 0 0
# cat /etc/fstab 
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=8c69647f-e3bb-48c5-916a-c2cb106d8965 /               ext4    errors=remount-ro,usrquota,grpquota,acl 0       1
# /db was on /dev/sda3 during installation
UUID=60d1b297-f7e0-4fab-b5fe-8b2239d2bfba /db             ext4    defaults        0       2
# /rfs was on /dev/sda2 during installation
UUID=f28433d9-918f-4b7a-978c-2deb097467fa /rfs            reiserfs defaults        0       2
# swap was on /dev/sda4 during installation
UUID=5c97f114-7b6d-4082-9dbd-007fc973600c none            swap    sw              0       0

UUID=f5d9e60e-ad21-4558-bb67-93590bdce100 /fs             reiserfs defaults        0       2

/db/mysql	/var/lib/mysql			none bind
/db/svn-repos	/var/svn-repos			none bind
/fs/home	/home				none bind,usrquota,grpquota,acl

comment:4 Changed 21 months ago by jamor@…

  • Status changed from reopened to closed
  • Resolution set to fixed

(In [22799]) EBox::FileSystem::partitionsFileSystems more tolerant to avoid false negatives closes #3092

comment:5 Changed 21 months ago by jamor@…

Thanks for the data. It is now fixed in the repository. If you want to hotfix:

1) Replace /usr/share/perl5/EBox/FileSystem.pm with the new version at  http://trac.zentyal.org/export/22799/branches/jag/2.1-aug16/common/src/EBox/FileSystem.pm

2) /etc/init.d/zentyal apache restart

Cheers, Javier

comment:6 Changed 21 months ago by lioncub@…

thanks!

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.