Results 1 to 4 of 4

Thread: This account is currently not available

  1. #1
    Join Date
    Feb 2009
    Posts
    38

    This account is currently not available

    I am getting this error message in lfd.log file saying - "Hostname: This account is currently not available" when I tried to install csf/lfd on my linux system. What is the meaning of this message ? Can anybody explain me or give some ideas regarding this.....thanks

  2. #2
    Join Date
    May 2008
    Posts
    2,680

    Re: This account is currently not available

    Check the shell in your passwd file, it may be wrong ...... Normally, the shell should be set to /sbin/nologin.

  3. #3
    Join Date
    Nov 2005
    Posts
    3,026

    Re: This account is currently not available

    I was also having the same problem in lfd.log file - "Hostname: This account is currently not available"

    This indicates the bad hostname and because of this hostname problem, cPanel Licensing couldn't properly check and WHM/cPanel returned the following licensing error screen.

    Code:
    root@peblbich[~]# /usr/local/cpanel/cpkeyclt
    [Cpanel::Sys]: Unable to determine correct hostname
    Updating Internal cPanel Information.....Done
    root@peblbich[~]#
    eventhough

    Code:
    root@peblbich[~]# vi /etc/hosts
    ::1             localhost6.localdomain6 localhost6
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost
    111.22.232.111      peblbich peblbich.heplansnoslime.com
    
    root@peblbich[~]# lynx -dump http://www.cpanel.net/showip.cgi
    
       Your ip is: 111.22.232.111
    To resolve this, I removed the hostname and FQDN from the /etc/hosts file,

    Code:
    root@peblbich[~]# vi /etc/hosts
    
    ::1             localhost6.localdomain6 localhost6
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost
    111.22.232.111
    and set the hostname:

    Code:
    root@peblbich[~]# hostname peblbich.heplansnoslime.com
    root@peblbich[~]#
    After this, I edited the hosts file again and added "peblbich" as a hostname in front of the FQDN again; saved and exited.

    Now running the cPanel license update returned:

    Code:
    root@peblbich[~]# /usr/local/cpanel/cpkeyclt
    Updating Internal cPanel Information.....Done
    root@peblbich[~]#
    This resolved my both the problems: lfd's hostname error and cPanel's license issue.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,522

    Re: This account is currently not available

    I think there might some syntax error which is the common cause of this problem, many users do it. The users are like to type ":/sbin/nologin". With ":/sbin/nologin" , the account is prevented from an interactive login.....Remove ":" from it and change it to "/sbin/nologin"

    And also, some users type "su - xxxx". With this, you are trying to use the login shell.......Remove "-" from it and change it to "su xxxx"

Similar Threads

  1. Unable to create account in steam, stuck at creating account
    By PhanA in forum Technology & Internet
    Replies: 4
    Last Post: 05-09-2011, 09:11 AM
  2. Replies: 2
    Last Post: 15-08-2011, 09:33 AM
  3. Stuck on a guest account, cannot access windows 7 admin account
    By LavaStones in forum Windows Software
    Replies: 1
    Last Post: 11-02-2011, 10:49 PM
  4. Windows 7: administrator account is turned into guest account
    By Logipark in forum Operating Systems
    Replies: 3
    Last Post: 03-01-2011, 05:54 PM
  5. Replies: 3
    Last Post: 09-12-2007, 01:30 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,491,810.29001 seconds with 17 queries