PDA

View Full Version : Bug in chgrp ?


Mouton
06-30-2003, 02:07 PM
Can't seem to remove a user from a group in 4.9.4r:

[14:50:47] site gadduser GFP test test *@*
[14:50:47] 200 User 'test' successfully added.
[14:50:52] site uinfo test
[14:50:52] 200-.----------------------------------[uINFO]------------------------------------.
[14:50:52] 200-| |
[14:50:52] 200-| Login: test Group: GFP |
[14:50:52] 200-| Unfo : I can't setup a tagline! Flags: 3 |
[14:50:52] 200-| UID : 226 |
[14:50:52] 200-| |
[14:50:52] 200-| Credits: 0MB WkUp: 0KB |
[14:50:52] 200-| Ratio : 1:3 WkDn: 0KB |
[14:50:52] 200-| |
[14:50:52] 200-| Ip1. *@* Ip2. |
[14:50:52] 200-| Ip3. Ip4. |
[14:50:52] 200-| Ip5. Ip6. |
[14:50:52] 200-| Ip7. Ip8. |
[14:50:52] 200-| |
[14:50:52] 200-'-----------------------------------------------------------------------------'
[14:50:52] 200 Command successful.

[14:51:45] site chgrp test GFP GAO
[14:51:45] 200- User 'test' has been successfully added to GFP.
[14:51:45] 200- User 'test' has been successfully added to GAO.
[14:51:45] 200 Command successful.

[14:51:56] site uinfo test
[14:51:56] 200-.----------------------------------[uINFO]------------------------------------.
[14:51:56] 200-| |
[14:51:56] 200-| Login: test Group: GFP |
[14:51:56] 200-| Unfo : I can't setup a tagline! Flags: 3 |
[14:51:56] 200-| UID : 226 |
[14:51:56] 200-| |
[14:51:56] 200-| Credits: 0MB WkUp: 0KB |
[14:51:56] 200-| Ratio : 1:3 WkDn: 0KB |
[14:51:56] 200-| |
[14:51:56] 200-| Ip1. *@* Ip2. |
[14:51:56] 200-| Ip3. Ip4. |
[14:51:56] 200-| Ip5. Ip6. |
[14:51:56] 200-| Ip7. Ip8. |
[14:51:56] 200-| |
[14:51:56] 200-'-----------------------------------------------------------------------------'
[14:51:56] 200 Command successful.
Hum... I check userfile after all this, and it contains GFP and GAO gid...

Anyone can confirm ?

Doc
06-30-2003, 02:15 PM
i have experienced the same problem, fixed by restarting io...

Zer0Racer
06-30-2003, 03:57 PM
site grpadd AAA
200 Group 'AAA' successfully added.
site grpadd BBB
200 Group 'BBB' successfully added.
site gadduser AAA test test *@*
200 User 'test' successfully added.
site user test
200-.----------------------------------[uINFO]------------------------------------.
200-| Login: test Group: AAA |
200-| Unfo : No Tagline Set Flags: 3 |
200-| |
200-| Credits: 0MB WkUp: 0MB |
200-| Ratio : Unlimited WkDn: 0MB |
200-| |
200-| Ip1. *@* Ip2. |
200-| Ip3. Ip4. |
200-| Ip5. Ip6. |
200-| Ip7. Ip8. |
200-'-----------------------------------------------------------------------------'
200 Command Successful.
site chgrp test AAA BBB
200- User 'test' has been successfully removed from AAA.
200- User 'test' has been successfully added to BBB.
200 Command successful.
site user test
200-.----------------------------------[uINFO]------------------------------------.
200-| Login: test Group: BBB |
200-| Unfo : No Tagline Set Flags: 3 |
200-| |
200-| Credits: 0MB WkUp: 0MB |
200-| Ratio : Unlimited WkDn: 0MB |
200-| |
200-| Ip1. *@* Ip2. |
200-| Ip3. Ip4. |
200-| Ip5. Ip6. |
200-| Ip7. Ip8. |
200-'-----------------------------------------------------------------------------'
200 Command successful.


Works just fine here in 4.9.4r. But it might be worth looking into. Strange things has happened to io before after some uptime.