Who is ispcsrv4?

Discussion in 'Installation/Configuration' started by dchouinard, Feb 2, 2011.

  1. dchouinard

    dchouinard New Member

    I've complete the ispconfig3 setup and everything went well. No error message wathsoever. That was actually strange. Way too quiet.

    Anyway. Things didn't worked out properly. The job queue didn't cleaned itself up. Again, no errror messages.

    I finally ran /usr/local/ispconfig/server/server.sh manually and was able to get an error message. Quit happy :

    mysql_connect(): Access denied for user 'ispcsrv4'@'abvdns01.intra.abicom.ca'

    My question is, where is comming from that ispcsrv4? There is no mention in the ISPConfig manual and google doesn't know him either. Is that some kind of configuration bug? This is for sure not what I specify while running the installer. Any idea whats going on?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ispcsrv is a mysql user created automatically during ispconfig setup which is used by the ispconfig slave server to connect to the master server.

    There must be a problem with the hostname / dns configuration of your cluster or you netred a IP address during ispconfig setup when you were asked for the hostname of the mysql server.

    1) Have you added the full hostnames of all servers that belong to the setup in the /etc/hosts files on all servers as instructed in the multiserver setup manual?
    2) Are you sure that you did not enter an IP address during setup for any of the mysql servers?
     
  3. Tuumke

    Tuumke Active Member

    I'm sorry to hijack this thread, but i followed the (maybe outdated) pdf installation manual i bought last year, setting up a web, mail, sql, dns1 and dns2 server.
    Que is suck on DNS atm. When set to debugging i can on nameserver 1:
    Access denied for user 'ispcsrv4'@'nameserver2.domain.tld'
    Huh?
    WHen trying to login to PHPAdmin on the main server (web.domain.tld for example) i get access denied for root@localhost
    But on that machine i can mysql as -u root -p. This also works from every other machine that needs an root account on the web server, so i know for sure the root password is correct.
    -edit-
    Reinstalled to do everything all over :p
    I might have forgotten to disable apparmor etc like is told in the perfect tutorials :)
     
    Last edited: Jun 2, 2017
  4. Tuumke

    Tuumke Active Member

    Probably misconfigure somehwere, working now
     

Share This Page