transforminteractive / alt-f

Automatically exported from code.google.com/p/alt-f

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Groups in "Users and Groups Setup" screen not working properly

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Access the "Users and Groups Setup"
2. Click on a group

What is the expected output? What do you see instead?

I should see "Group name" and the users in "Users belonging to this group:". 
Instead I just see "undefined" on both forms.

What Alt-F version are you using? Have you flashed it?

Alt-F 0.1RC2. Flashed.

Original issue reported on code.google.com by miguel.d...@gmail.com on 28 Jun 2012 at 2:28

Attachments:

what browser are you using?

Original comment by Joao.fs....@gmail.com on 28 Jun 2012 at 7:06

Firefox 13.0.1, and this happens both in PC and Mac. Now just tested also with 
Chrome and Safari, and the problem still happens, so I guess is not browser 
related.

Original comment by miguel.d...@gmail.com on 28 Jun 2012 at 9:21

Can you please post  /etc/groups?
Have you edited it?
Has this always happen or is it recent? 
Can you relate it with some recent system change?

Original comment by Joao.fs....@gmail.com on 28 Jun 2012 at 11:14

I don't have a "groups" file, but a "group" file.

Its contents:

root:x:0:
daemon:x:1:
bin:x:2:
sys:x:3:
adm:x:4:
tty:x:5:
disk:x:6:
ftp:x:7:
at:x:8:
backup:x:34:lua
utmp:x:43:
sshd:x:67
#avahi 68
#multimedia 80
#network        81
netdev:x:82:
#nut 84
nobody:x:98:
nogroup:x:99:
users:x:100:
network:x:81:
BT:x:201:transmission
davfs2:x:300:davfs2,lua

Have you edited it?

Directly not. But used your commands of Issue 100. ;)

Has this always happen or is it recent? 

Don't know... Just noticed today, when adding "lua" user to "davfs2" group.

Can you relate it with some recent system change?

Maybe Issue 100...

Original comment by miguel.d...@gmail.com on 28 Jun 2012 at 11:20

Perhaps the '2' in the 'davfs2' group is causing the problem... can't check it, 
as I'm away from my box.
You can try to delete the davfs2 group (using the command line?), or wait...

Original comment by Joao.fs....@gmail.com on 29 Jun 2012 at 12:11

I have this same issue. I'm running a DNS-323 rev C and I when I first flash 
installed Alt-F 0.1RC2 the groups were showing correctly.
After I installed the transmission package, I noticed the groups were showing 
"undefined".

Original comment by stevenpk...@gmail.com on 6 Jul 2012 at 11:41

I can't reproduce this issue.
I have used the /etc/group file you posted, I have also installed transmission, 
and the "Users and Groups Setup" web page works OK on Firefox and Chrome on 
Linux and on Safari and Chrome on a iMac.

Can you please transfer (not copy/pasting) /etc/passwd and /etc/group to your 
desktop computer and attach (not copy/paste) them?

Does this happens on any group you select?

Can you please also post the web page code?
Using the right mouse button (on linux), when the mouse pointer lies in the 
page right pane (not the left one) select "View Frame Source" (on Chrome), or 
"This Frame"->"View Frame Source" (on Firefox), then copy/paste all code and 
attach it.

You should see something like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Users and Groups Setup</title>

Thanks

Original comment by whoami.j...@gmail.com on 10 Jul 2012 at 9:28

This is probably a duplicate of issue 75, try using the files posted there.

Original comment by whoami.j...@gmail.com on 10 Aug 2012 at 10:47

  • Changed state: Duplicate