Delete Ibay

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search

Forced ibay or account delete on the root console

Somtimes the Adminpanel shows errors that you can't delete or recreate accounts or ibays then you can try to delete the ibay manually. Force Delete a ibay

db accounts settype phpsysinfo ibay-deleted

Then run the event to delete the ibay:

/sbin/e-smith/signal-event ibay-delete phpsysinfo

Check for error messages:

tail -100 /var/log/messages | more

(The last 100 lines might be overkill...) You should resolve any errors that came up before continuing.

Delete the account:

db accounts delete phpsysinfo

To be sure to have a clean System do:

/sbin/e-smith/signal-event post-upgrade
/sbin/e-smith/signal-event reboot

This will recreate all Config Files new and reboot the Server into clean state. Tip: You can write it into a reboot-night.sh script and let the Server cleanup by Cron Jobs at every night against Hacker Mods.