easy-wi / developer

Gameserver, Voiceserver Webinterface
https://easy-wi.com
GNU General Public License v3.0
228 stars 82 forks source link

Ubuntu 18.04 - Quota check #1213

Closed Lacrimosa99 closed 4 years ago

Lacrimosa99 commented 5 years ago

Fehler in der Quota abfrage:

Execute command: for DIR in grep -E 'usrjquota=|usrquota' /etc/fstab | awk '{print $2}'; do for USER in sudo /usr/sbin/repquota -u -v -s $DIR 2>/dev/null | grep 'web-' | awk '{print $1":"$3}'; do USERS="$USERS;$USER"; done; done; echo "$USERS;" Command returns: ;

No web user found in server return: ;

Checking webMaster Root_IP with webMasterID 2 Execute command: for DIR in grep -E 'usrjquota=|usrquota' /etc/fstab | awk '{print $2}'; do for USER in sudo /usr/sbin/repquota -u -v -s $DIR 2>/dev/null | grep 'web-' | awk '{print $1":"$3}'; do USERS="$USERS;$USER"; done; done; echo "$USERS;" Command returns: ;

No web user found in server return: ;

statuscheck_execute

Nexus633 commented 4 years ago

also die Quota funktioniert tadellos. Bitte beschreibe was du genau im wi gemacht hast

AEon-Jan commented 4 years ago

Closed aktuell nicht nachvollziehbar.