• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. MagicLink
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    MagicLink

    @MagicLink

    0
    Reputation
    361
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    MagicLink Unfollow Follow

    Latest posts made by MagicLink

    • RE: Access denied for user 'root' @ ' localhost ' (Using password : NO ) #tried YES

      Hi,

      @Wayne-Workman @ciranodd we have the same issue too on Debian 8. No Mysql (fresh install), just installed with FOG trunk. If we don’t put a MySQL password (empty password) at the install, there are no problems. If we put a password, the error “Access denied for user ‘root’ @ ’ localhost ’ (Using password : NO ) #tried YES” occurs when we want to install/upgrade database (same on the capture from ciranodd).

      Or else, if password put, we have to change manually rights for root account on mysql.

      posted in FOG Problems
      M
      MagicLink
    • RE: Login with USER first

      @Sebastian-Roth yes the deployment feature works !
      One question : the image are compressed when saved on Fog ? Our image size (on client) is about 5 Gib and on the dashboard, it’s about 3 Gib

      posted in FOG Problems
      M
      MagicLink
    • RE: Login with USER first

      It’ OK now, it works better 🙂 i understand now. On our first install, we changed the password of the default storage node. So it’s not the best way, isn’t it ?
      On our second install, we have understood that the password was generated automatically. And we finally understood that it’s not the same as the fog GUI.

      Thank you very much, we 'll try to deploy.

      @Sebastian-Roth We are on test and i remember having some issue with login FTP at the end of the capture. But we saw the image with it’s size on the GUI so we didn’t look for as we installed a second server to be sure of the automatic generation of the password’s storage node.

      Sorry for my bad english, we continue our tests

      posted in FOG Problems
      M
      MagicLink
    • RE: Login with USER first

      On localhost, I have root instead of user :

      root@debian:~# ftp 10.22.10.252
      Connected to 10.22.10.252.
      220 (vsFTPd 3.0.2)
      Name (10.22.10.252:root):

      and if i enter root or fog, with the good password, i have this :

      root@debian:~# ftp 10.22.10.252
      Connected to 10.22.10.252.
      220 (vsFTPd 3.0.2)
      Name (10.22.10.252:root): root
      331 Please specify the password.
      Password:
      530 Login incorrect.
      Login failed.
      ftp>

      posted in FOG Problems
      M
      MagicLink
    • RE: Login with USER first
      root@debian:~# cat /etc/vsftpd.conf
      anonymous_enable=NO
      local_enable=YES
      write_enable=YES
      local_umask=022
      dirmessage_enable=YES
      xferlog_enable=YES
      connect_from_port_20=YES
      xferlog_std_format=YES
      listen=YES
      pam_service_name=vsftpd
      userlist_enable=NO
      tcp_wrappers=YES
      seccomp_sandbox=NO
      
      posted in FOG Problems
      M
      MagicLink
    • RE: Login with USER first
      root@debian:~# service vsftpd status
      ● vsftpd.service - vsftpd FTP server
         Loaded: loaded (/lib/systemd/system/vsftpd.service; enabled)
         Active: active (running) since jeu. 2016-03-24 10:33:22 CET; 14min ago
        Process: 407 ExecStartPre=/bin/mkdir -p /var/run/vsftpd/empty (code=exited, st     atus=0/SUCCESS)
       Main PID: 430 (vsftpd)
         CGroup: /system.slice/vsftpd.service
                 └─430 /usr/sbin/vsftpd /etc/vsftpd.conf
      
      mars 24 10:34:00 debian vsftpd[1208]: pam_listfile(vsftpd:auth): Refused us...pd
      mars 24 10:34:24 debian vsftpd[1216]: pam_unix(vsftpd:auth): authentication...og
      mars 24 10:34:35 debian vsftpd[1221]: pam_unix(vsftpd:auth): authentication...og
      Hint: Some lines were ellipsized, use -l to show in full.
      
      posted in FOG Problems
      M
      MagicLink
    • RE: Login with USER first

      i try with Filezilla and can’t connect with root or fog user (“LOGIN incorrect”). Winscp/putty works.

      posted in FOG Problems
      M
      MagicLink
    • Login with USER first

      Hi,

      Capture works fine but when we want to deply an image, we have this error :

      TYPE 2: file : /var/www/fog/lib/fog/fogftp.class.php, line : 104, message: FTP_login():login with USER first

      Version of fog 6909, debian 8.3

      Thanks.

      posted in FOG Problems
      M
      MagicLink