• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Enrico
    3. Posts
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 22
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by Enrico

    • Vsftpd 3.0 crashes on 64bit (fedora 20)

      Hi,
      My fog installation (fedora 20 - 64bit) didn’t move the images from /images/dev to images. No exception in logfile…
      I tried to ftp manually and:
      Fatal error: 500 OOPS: priv_sock_get_cmd
      [url]https://bugzilla.redhat.com/show_bug.cgi?id=845980[/url]

      Adding
      seccomp_sandbox=NO
      to /etc/vsftpd/vsftpd.conf resolves.

      Ciao
      Enrico

      posted in Bug Reports
      E
      Enrico
    • GetIPadrress broken - fedora 20

      Hi,
      fedora 20 ifconfig reports no ‘:’ that break getIPaddress.
      So, the groupmanager.log reports:

      7-25-14 9:45:11 am] * Checking if I am the group manager.
      [07-25-14 9:45:11 am] * I don’t appear to be the group manager, I will check back later. log
      [07-25-14 9:45:11 am] * Checking if I am the group manager.
      [07-25-14 9:45:11 am] * I don’t appear to be the group manager, I will check back later.

      I used more standard ‘ip’ command (tested on ubuntu too):
      FOGCore.class.php

      369c369
      < exec(“ip -4 -o address|awk ‘{print $4}’|sed ‘s//.*//’”, $arR, $retVal);

                exec("/sbin/ifconfig | grep '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}'| cut -d':' -f 2 | cut -d' ' -f1", $arR, $retVal);
      

      Ciao
      Enrico

      posted in Bug Reports
      E
      Enrico
    • 1 / 1