Error in Password module

Hi i have faced with issue in Password module while adding password to user:

Nethgui:

    500 - Internal server error

    1366796122+1322149476
[root@nethserver /]# stat /tmp
  File: `/tmp'
  Size: 4096            Blocks: 8          IO Block: 4096   directory
Device: fd01h/64769d    Inode: 260099      Links: 6
Access: (0770/drwxrwx---)  Uid: (  498/  srvmgr)   Gid: (   14/    uucp)
Access: 2016-01-12 23:31:58.986554560 +0200
Modify: 2016-01-12 23:41:01.558295971 +0200
Change: 2016-01-12 23:41:01.558295971 +0200

Assign permitions:

chown srvmgr:uucp /tmp

No. I’d say:

[filippo@nethservice ~]$ rpm -qf /tmp/
filesystem-2.4.30-3.el6.x86_64
[filippo@nethservice ~]$ rpm -V filesystem
[filippo@nethservice ~]$ stat /tmp/
  File: `/tmp/'
  Size: 552960    	Blocks: 1088       IO Block: 4096   directory
Device: fd01h/64769d	Inode: 51380225    Links: 19
Access: (1777/drwxrwxrwt)  Uid: (    0/    root)   Gid: (    0/    root)
$ ls -ld /tmp/
drwxrwxrwt. 19 root root 552960 Jan 12 23:28 /tmp/

Then, my commands would be:

chmod 1777 /tmp
chown root:root /tmp

I think you’re system is a bit messed up.
Please run

rpm -Va

to check integrity of all packages.

:innocent: it is my test horse :slight_smile: