• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. chemouz
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    chemouz

    @chemouz

    1
    Reputation
    288
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 41

    chemouz Unfollow Follow

    Latest posts made by chemouz

    • RE: TFTP Issue

      I’ve solved this issue by myself :
      I’ve edited /etc/default/tftpd-hpa and replaced [B]/srv/tftp[/B] by [B]/tftpboot[/B]
      Now it’s working fine.

      But i think the installer should be corrected !

      posted in FOG Problems
      C
      chemouz
    • RE: Connecting FOG 0.32 to W2K8 NFS

      I advise you to mount the nfs share directly on you server by adding a line in your /etc/fstab :
      192.168.2.50:/nfs /images nfs defaults 0 0

      posted in FOG Problems
      C
      chemouz
    • TFTP Issue

      Hello,

       I've juste installed FOG on a Debian 6.0 VMware machine and i have a boot issue.
       I'm sure my DHCP server is correctly configured because i had a previous test server with the same IP that's worked properly.
      
      On a windows account [B]tftp 192.168.253.41 get pxelinux.0[/B] is not working .
      

      [COLOR=#ff0000][B]Here is /etc/vsftpd.conf[/B][/COLOR]
      root@srv-fog:~# 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

      Partie XFER

      xferlog_enable=YES
      xferlog_file=/var/log/vsftpd.xfer.log

      Partie VSFTPD

      log_ftp_protocol=YES
      vsftpd_log_file=/var/log/vsftpd.log

      [B][COLOR=#ff0000]vsftpd is running[/COLOR][/B]
      root@srv-fog:~# netstat -an
      Connexions Internet actives (serveurs et établies)
      Proto Recv-Q Send-Q Adresse locale Adresse distante Etat
      tcp 0 0 0.0.0.0:33416 0.0.0.0:* LISTEN
      tcp 0 0 192.168.253.41:3306 0.0.0.0:* LISTEN
      tcp 0 0 0.0.0.0:45325 0.0.0.0:* LISTEN
      tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
      tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN
      tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
      tcp 0 0 0.0.0.0:2583 0.0.0.0:* LISTEN
      tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
      tcp 0 0 0.0.0.0:41562 0.0.0.0:* LISTEN
      tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN
      tcp 0 52 192.168.253.41:22 192.168.253.84:60252 ESTABLISHED
      tcp6 0 0 :::80 :::* LISTEN
      tcp6 0 0 :::22 :::* LISTEN
      tcp6 0 0 ::1:25 :::* LISTEN
      [COLOR=#ff0000][B]udp 0 0 0.0.0.0:69 0.0.0.0:[/B][/COLOR]
      udp 0 0 0.0.0.0:48583 0.0.0.0:

      udp 0 0 0.0.0.0:59210 0.0.0.0:*
      udp 0 0 0.0.0.0:979 0.0.0.0:*
      udp 0 0 0.0.0.0:111 0.0.0.0:*
      udp 0 0 0.0.0.0:2049 0.0.0.0:*
      udp 0 0 0.0.0.0:10000 0.0.0.0:*
      udp 0 0 0.0.0.0:2583 0.0.0.0:*
      udp 0 0 0.0.0.0:46365 0.0.0.0:*
      Sockets du domaine UNIX actives(serveurs et établies)
      Proto RefCnt Flags Type State I-Node Chemin

      DGRAM 3904 /dev/log

      DGRAM 2120 @/org/kernel/udev/ude vd

      unix 2 [ ACC ] STREAM LISTENING 3954 /var/run/acpid.socket
      unix 2 [ ACC ] STREAM LISTENING 4718 /var/run/mysqld/mysql d.sock
      DGRAM 6010

      DGRAM 5511

      DGRAM 5504

      DGRAM 5147

      DGRAM 4710

      DGRAM 3951

      STREAM CONNECTE 3452

      STREAM CONNECTE 3451

      DGRAM 2125

      DGRAM 2124

      [COLOR=#ff0000][B]Here are the permission[/B][/COLOR]
      root@srv-fog:~# ls -al /tftpboot
      total 196
      drwxr-xr-x 5 fog root 1024 26 déc. 00:54 .
      drwxr-xr-x 25 root root 1024 26 déc. 11:55 …
      -rw-r–r-- 1 fog root 828 26 déc. 11:55 boot.txt
      drwxr-xr-x 5 fog root 1024 26 déc. 00:54 fog
      -rw-r–r-- 1 fog root 25340 26 déc. 11:55 memdisk
      -rwxr-xr-x 1 fog root 16794 26 déc. 11:55 pxelinux.0
      drwxr-xr-x 2 fog root 1024 26 déc. 12:55 pxelinux.cfg
      drwxr-xr-x 2 fog root 1024 26 déc. 00:54 tftpboot
      -rw-r–r-- 1 fog root 147728 26 déc. 11:55 vesamenu.c32
      [B][COLOR=#ff0000]Here is the error on an Windows 7 machine with tftp client[/COLOR][/B]
      D:>tftp 192.168.253.41 get pxelinux.0
      Échec lors de la demande de connexion

      Thank you for your help !

      posted in FOG Problems
      C
      chemouz