Bug Report:
1) Provide some means to reproduce the error.
2) What version of pureadmin.
3) Report the operating system, distribution and version of it you're
using
4) Also report what version of pureftpd you're using
1) Off of a fresh installation of PureAdmin/PureFTPD, attempt to
modify a user by changing their information. Clicking Save Changes
does not commit changes or close tab focus. Clicking Cancel Changes
commits the changes and removes tab focus back to user list.
2) PureAdmin v0.3
3) Linux 2.6, Ubuntu 7.04
4) pure-ftpd 1.0.21-8ubuntu1
Canceling will commit the changes within the view of the PureAdmin
screen but will not actually make the changes (assumedly within the
PureDB itself). I can't see any immediate error messages regarding
this, just the above functionality. If anyone has any troubleshooting
tips I'd appreciate some assistance.
-Bryan
It's the correct place.
> Bug Report:
> 1) Provide some means to reproduce the error.
> 2) What version of pureadmin.
> 3) Report the operating system, distribution and version of it you're
> using
> 4) Also report what version of pureftpd you're using
>
> 1) Off of a fresh installation of PureAdmin/PureFTPD, attempt to
> modify a user by changing their information. Clicking Save Changes
> does not commit changes or close tab focus. Clicking Cancel Changes
> commits the changes and removes tab focus back to user list.
It should.. sounds like a bug. Do you get any error messages in the
debug window?
> 2) PureAdmin v0.3
Try upgrading to v0.4 - maybe it has been fixed.
-Isak
Hmm.. Yeah, "Cancel" should not write anything to the db - but the
view should be restored.. Must be a bug
-Isak
Did you see any error messages in the debug window?
-Isak
Yeah, 0.3 is known to be buggy.
>
> Contents of my debug window (logged from the point of starting
> pureadmin through trying to save user after entering info):
>
> [NFO] Will not restore window geometry, option turned off
> [NFO] PureAdmin started!
> [WRN] Error getting user information for kgates: User kgates not found
> [WRN] Error getting user information for kgates: User kgates not found
Hmm, this line is weird. What do you see when you run (from the terminal):
sudo pure-pw list
-Isak
Sounds like a bug in pureadmin.. What happens if you create the group
and user + create home ftp folder like the ubuntu guide stated (I read
it through and the information there is correct.
If you then start pureadmin, it should find the correct system
accounts and not ask you to create them.
> appear in an open terminal window. Trying to research how to delete
> users & groups through the terminal since it seems possible doing it
> through Ubuntu's (GNOME's?) GUI menu isn't doing the job.
You can use the groupdel and userdel commands (I think that's the name
of them, I'm on vacation now and have no access to a linux system)
-Isak