earlier i deleted them
I believe you may be experiencing a "ibay-deleted" issue. Something may have gone wrong in the deletion of this ibay
First you should check if the account exists in the accounts database:
db accounts show phpsysinfo
This will probably tell you it's there, and give you the current properties.
Do not do the following if it says other then:
phpsysinfo=ibay
or
phpsysinfo=ibay-deleted
Anything else would mean the account really does exist.. And you would need to take care of that specific type of account.
You can try to delete the ibay manually. Do this at your own risk...
If the above command told you phpsysinfo=ibay-deleted you can ignore the following:
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
and try to create the ibay again...
Hth