This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

webadmin login fails after 7.508 installation

Hello,

yesterday I installed the 7.508 up2date package over the webinterface. After reboot of the server, the login via webadmin doesn't work (forbidden). I found a similar thread with this case, but unfortunately no help for that. 

The PW-reset via "cc / RAW / system_password_reset" also didn't helped.

Logfiles:

==> /var/log/selfmon.log  /var/log/httpd.log  /var/log/confd.log  /tmp/auadebug.log 


Hardware: HP Proliant DL360G4

Thanks for helping.
Regards
Simon

PS: If more logfiles necessary, i will send these.


This thread was automatically locked due to age.
Parents
  • Hello again,

    with strace on the "aua" process, I found interesting information.

    strace out:
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb78a6000
    _llseek(6, 0, 0xbfabb7fc, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
    fcntl64(6, F_GETFL)                     = 0x2 (flags O_RDWR)
    fstat64(6, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb78a5000
    _llseek(6, 0, 0xbfabb7ec, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
    fcntl64(6, F_SETFD, FD_CLOEXEC)         = 0
    fcntl64(6, F_GETFL)                     = 0x2 (flags O_RDWR)
    fcntl64(6, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
    connect(6, {sa_family=AF_INET, sin_port=htons(389), sin_addr=inet_addr("192.168.0.100")}, 16) = -1 EINPROGRESS (Operation now in progress)
    select(8, NULL, [6], NULL, {10, 0})     = 1 (out [6], left {10, 0})
    connect(6, {sa_family=AF_INET, sin_port=htons(389), sin_addr=inet_addr("192.168.0.100")}, 16) = 0
    fcntl64(6, F_GETFL)                     = 0x802 (flags O_RDWR|O_NONBLOCK)
    fcntl64(6, F_SETFL, O_RDWR)             = 0
    write(6, "0E\2\1\1`@\2\1\3\4)CN=Administrator,CN="..., 71) = 71
    read(6, "0\204", 2)                     = 2
    read(6, "\0\0\0\20", 4)                 = 4
    read(6, "\2\1\1a\204\0\0\0\8\n\1\0\4\0\4\0", 16) = 16
    brk(0x898f000)                          = 0x898f000
    brk(0x898e000)                          = 0x898e000
    brk(0x89af000)                          = 0x89af000
    write(6, "0Q\2\1\2cL\2\0\n\1\1\n\1\0\2\1\0\2\1\0\1\1\0\2404\243\22"..., 83) = 83
    read(6, "0\204", 2)                     = 2
    read(6, "\0\0\0h", 4)                   = 4
    read(6, "\2\1\2e\204\0\0\0_\n\1 \4\0\4X0000208D: NameEr"..., 104) = 104
    write(2, "Can\'t call method \"code\" on an u"..., 68) = 68
    munmap(0xb78a5000, 4096)                = 0


    192.168.0.100 is my Windows 2k8 AD-Controller with LDAP bind. Is it possible, that ASG-V7 doesn't work with a Windows 2k8 server? (Before the upgrade / restart, I had an win2k3 AD-Controller.)

    Is it possible to disable the ldap-connector with the console?

    Thanks 
    Regards Simon
Reply
  • Hello again,

    with strace on the "aua" process, I found interesting information.

    strace out:
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb78a6000
    _llseek(6, 0, 0xbfabb7fc, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
    fcntl64(6, F_GETFL)                     = 0x2 (flags O_RDWR)
    fstat64(6, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb78a5000
    _llseek(6, 0, 0xbfabb7ec, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
    fcntl64(6, F_SETFD, FD_CLOEXEC)         = 0
    fcntl64(6, F_GETFL)                     = 0x2 (flags O_RDWR)
    fcntl64(6, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
    connect(6, {sa_family=AF_INET, sin_port=htons(389), sin_addr=inet_addr("192.168.0.100")}, 16) = -1 EINPROGRESS (Operation now in progress)
    select(8, NULL, [6], NULL, {10, 0})     = 1 (out [6], left {10, 0})
    connect(6, {sa_family=AF_INET, sin_port=htons(389), sin_addr=inet_addr("192.168.0.100")}, 16) = 0
    fcntl64(6, F_GETFL)                     = 0x802 (flags O_RDWR|O_NONBLOCK)
    fcntl64(6, F_SETFL, O_RDWR)             = 0
    write(6, "0E\2\1\1`@\2\1\3\4)CN=Administrator,CN="..., 71) = 71
    read(6, "0\204", 2)                     = 2
    read(6, "\0\0\0\20", 4)                 = 4
    read(6, "\2\1\1a\204\0\0\0\8\n\1\0\4\0\4\0", 16) = 16
    brk(0x898f000)                          = 0x898f000
    brk(0x898e000)                          = 0x898e000
    brk(0x89af000)                          = 0x89af000
    write(6, "0Q\2\1\2cL\2\0\n\1\1\n\1\0\2\1\0\2\1\0\1\1\0\2404\243\22"..., 83) = 83
    read(6, "0\204", 2)                     = 2
    read(6, "\0\0\0h", 4)                   = 4
    read(6, "\2\1\2e\204\0\0\0_\n\1 \4\0\4X0000208D: NameEr"..., 104) = 104
    write(2, "Can\'t call method \"code\" on an u"..., 68) = 68
    munmap(0xb78a5000, 4096)                = 0


    192.168.0.100 is my Windows 2k8 AD-Controller with LDAP bind. Is it possible, that ASG-V7 doesn't work with a Windows 2k8 server? (Before the upgrade / restart, I had an win2k3 AD-Controller.)

    Is it possible to disable the ldap-connector with the console?

    Thanks 
    Regards Simon
Children
No Data