transforminteractive / alt-f

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After "Recovery Actions" issues

GoogleCodeExporter opened this issue · comments

After "Recovery Actions" (§4.1 of wiki "AboutButtonsAndLeds") several issues 
appears:

1/ all users are removed, ntp server back to default, inetd back to default.

2/ via WEB interface "Time Setup": impossible to change ntp server in section 
"Adjust time through internet". Exactly, I can choose a ntp server but "Submit" 
button restor "pool.ntp.org".

3/ via WEB interface "Users and groups Setup": It's possible to create users 
normaly, but after a reboot all users are removed and the web interface "Users 
and Groups Setup" is empty (exept group "users").

4/ via WEB interface "Users and groups Setup": if same user is created twice 
(create,remove, create), the user can't login on the system (over ssh). In the 
same time if I do a "adduser" command line with the same user name, the user is 
able to login.

5/ via WEB interface "inetd Setup" : It's possible to modify normaly 
parameters, but after a reboot all parameters are back to the default values.

NAS Configuration Descripiton :
- Software :
    o Flashed Alt-f : 0.1RC2
    o All Alt-f packages installed.
    o No ffp installation.
- Hardware :
    o DNS-323 HW ver:B1
    o 2x1To HD WD10EACS
- Parameters :
    o 2 partitions
        * raid1 : 838GB
        * linear : 138 GB
    o Users directory is on raid1 partition
    o Alt-f directory is on linear partition

PC configuration description :
- Hardware :
    o DELL vostro 1220
    o CPU : intel core 2 duo
    o RAM : 4 GB
    o SSD : 170 GB
- Softawre :
    o OS : Win7 64Bits (uptodate)
    o Security : Microsoft Security Essential (uptodate)
    o Browser : Firefox 15.0
    o command line ssh client : PuTTY v0.60
    o file explorer ssh client : WinSCP v4.3.3
    o Network analyser: wireshark v1.6.0
    o Network layer for nw analyser: WinPcap v4.1.2

Original issue reported on code.google.com by didier.b...@gmail.com on 2 Sep 2012 at 8:57

Hi,

I have installed all alt-f packages and make a normal reboot.
After reboot, the WEB interface ask me a new root password, and all the 
configuration was remove (execpt Disk configuration).

Issues 1/ 3/ and 5/ are fixed.

Now, issues that remains :

2/ via WEB interface "Time Setup": impossible to change ntp server in section 
"Adjust time through internet". Exactly, I can choose a ntp server but "Submit" 
button restor "pool.ntp.org".

4/ via WEB interface "Users and groups Setup": if same user is created twice 
(create,remove, create), the user can't login on the system (over ssh). In the 
same time if I do a "adduser" command line with the same user name, the user is 
able to login.

Thanks



Original comment by didier.b...@gmail.com on 2 Sep 2012 at 9:37

The recovery does exactly what it says:

... if you press the back button for more that twenty seconds, all the settings 
saved in flash will be erased ... the box will behave as if no settings has 
ever been saved,

all your "issues" are thus perfectly normal.

2/ - this is the normal behaviour, as it is a one-time adjustement. To change 
the ntp server, go to Services->Network->ntp->Configure.

4/ - I can't reproduce this. Try uninstaling openssh and see if the issue is 
reproductible (with a completely new user). But there are some issues with the 
Setup->Users web page on RC2.

Original comment by whoami.j...@gmail.com on 2 Sep 2012 at 10:01

  • Changed state: Invalid
After my "Recovery Actions", the IP configuration was not erased, but I don't 
know if I press the back button for more that ten seconds or more that twenty 
seconds...

Thank for the point 2/. It's very clear.

About point 4 /: I realized my mistake when I edit the file "/etc/password": in 
fact, the "login ID" is the "nick name" and not the "user name" also called 
"full name". So your WEB interface works fine. Sorry for the Invalid issue.

I have also use the patch of issue n°75 (usersgroups.cgi, 
usersgroups_proc.cgi), and it works fine now.

Original comment by didier.b...@gmail.com on 3 Sep 2012 at 1:35