Warning Too Many Links

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Warning Too Many Links

    Hi,

    bekomme dann und wann (jedenfalls nicht nach einem Schema) die Warning:

    Warning: mkdir(/home/virtual/site1/fst/var/www/html/user_web/test):
    Too many links in /home/virtual/site1/fst/var/www/html/config.php on
    line 279

    Woher kann der Fehler kommen, hab schon recht viel gesucht, und der Fehler ist auch auf php.net nicht wirklich dokumentiert, kann natürlich auch sein, dass es ein Fehler auf Filesystemebene ist....

    Falls einer dazu was weiß,.....

    Schonmal danke,

    Gruss,

    Kleinbreuer
    http://www.freehost-script.com

    Werden Sie Webhoster, mit Werbung auf den Userseiten, Php, Mysql, FTP

  • #2
    Deine Frage:
    Woher kann der Fehler kommen
    Die Antwort:
    in /home/virtual/site1/fst/var/www/html/config.php [color=red]on line 279[/color]

    Kommentar


    • #3
      Scheint kein PHP-Problem zu sein. Googeln hilft weiter.

      Von http://lists.svlug.org/pipermail/svl...er/038824.html
      kommt folgendes:

      I already talked to Drew, there is a limit of 32,000 links in an inode,
      which in turn limits the number of directories in a single place to 31,998

      There is no way to increase this in ext2 without changing the inode format,
      which will not happen before a little while (dixit the major ext2 FS guys at
      ALS)

      Solutions:
      1) use base/d/di/directoryname name splits
      2) use another filesystem (note that the default filesystem on freebsd, and
      probably many other FS do also have a limit of 32K directories or
      somesuch, so for portability, you want solution #1)

      Kommentar


      • #4
        Ergänzung der Antwort von asp2php:

        poste mal den entscheidenen Code-Bereich um die angegebene Zeile und beschreibe kurz was du vorhast - dann bekommst du bestimmt konkretere Abtworten.

        Kommentar


        • #5
          In der Zeile steht die einzige File Operation im ganzen Script, ein mkdir....

          Anscheinend muß da irgentwas im Hintergrund laufen, oder da sind noch irgentwelche Filezeiger auf....ich schau mir das mal an

          Danke schonmal
          http://www.freehost-script.com

          Werden Sie Webhoster, mit Werbung auf den Userseiten, Php, Mysql, FTP

          Kommentar

          Lädt...
          X