[Bug 160862] Re: users-admin (System-Administration-Users and Groups) overwrites group file

2010-02-10 Thread Master5597
even though my perl is a little dusty (haven't used it since college) this is my get in the GroupsConfig.pm. sub get { my ($self) = @_; my $groups, $logindefs; $self-SUPER::reset_counter (); $groups = Users::Groups::get (); $logindefs = Users::Users::get_logindefs (); return

[Bug 160862] Re: users-admin (System-Administration-Users and Groups) overwrites group file

2010-02-10 Thread Master5597
update: it's fixed, read more to find out how. ok i added those lines right before the return in get() in the /usr/share/system-tools-backends-2.0/scripts/GroupsConfig.pm file. although i had to change them to: Utils::File::run (echo Min: . $$logindefs{gmin}); Utils::File::run (echo Max: .

[Bug 160862] Re: users-admin (System-Administration-Users and Groups) overwrites group file

2010-02-10 Thread Master5597
no Problem, glad i could help. i was also looking at the bug to see how to fix it, but since you've got it, i won't worry about it. btw, just for curiosity, what is the fix? -- users-admin (System-Administration-Users and Groups) overwrites group file https://bugs.launchpad.net/bugs/160862 You

[Bug 160862] Re: users-admin (System-Administration-Users and Groups) overwrites group file

2010-02-09 Thread Master5597
Ok i tested this with my 64 bit vm, coped over all my files from /etc/apt/sources.list.d/ then ran the script below. after all the updates and installs the add user works as expected on that system. so i really don't know what's messed up with my (and other few other random people on the net's)

[Bug 160862] Re: users-admin (System-Administration-Users and Groups) overwrites group file

2010-02-08 Thread Master5597
Actually it happens so far with any user name or password. it also happens with a Desktop user and a different user and password. So far it does it every time. So i don't think the 48 char password is the case. I'm setting up a VM at the moment to test it on a clean system. I'll report back when

[Bug 160862] Re: users-admin (System-Administration-Users and Groups) overwrites group file

2010-02-08 Thread Master5597
** Attachment added: cleaned group file http://launchpadlibrarian.net/38897666/group -- users-admin (System-Administration-Users and Groups) overwrites group file https://bugs.launchpad.net/bugs/160862 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 160862] Re: users-admin (System-Administration-Users and Groups) overwrites group file

2010-02-08 Thread Master5597
ok I am still working on the vm, but the logs you had me run were interesting. the users-admin.log just had 40 copies of the line below (each one followed by a blank line): (users-admin:14023): Liboobs-CRITICAL **: oobs_group_get_gid: assertion `group != NULL' failed while the critical error

[Bug 160862] Re: users-admin (System-Administration-Users and Groups) overwrites group file

2010-02-04 Thread Master5597
so what are the plans to fix this error for the 9.04 LTS version? or is it not reproducible for anyone else? i also found out that my other odd errors are from my mangled /etc/passwd file. what happened is that the System - Users and Groups basically made my groups file the same as the one

[Bug 160862] Re: users-admin (System-Administration-Users and Groups) overwrites group file

2010-02-03 Thread Master5597
i don't know if this will help but i just added a new user (already had root and my current user) via users-admin and it basically wiped my /etc/group file. it had 2 lines left in it. luckily i was able to boot in recovery mode and copy the backup at /var/backup/group.bak so that i could boot