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

    noctitep

    @noctitep

    0
    Reputation
    197
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    noctitep Unfollow Follow

    Latest posts made by noctitep

    • RE: PHP 5.4 & FOG 0.32

      [quote=“chad-bisd, post: 11610, member: 18”]When I researched this issue for the original help request, I found only the 1 file that used pass-by-reference in the function calls. All the other instances of &$ were in the function definitions iirc.[/quote]

      Well, there is just another one in “management/lib/Group.class.php”.

      [PHP]if ( $host->startTask($conn, $tasktype, $blShutdown, $port, $mcId, null, null, null, &$ireason) )[/PHP]
      should be replaced by
      [PHP]if ( $host->startTask($conn, $tasktype, $blShutdown, $port, $mcId, null, null, null, $ireason) )[/PHP]

      All other pass-by-reference variables are in “management/includes/tasks.confirm.include.php”.

      posted in FOG Problems
      N
      noctitep
    • RE: Nvidiafb: unable ti setup mtrr

      [quote=“chad-bisd, post: 11909, member: 18”]When I compiled my kernels, I used the core.config instead of the kitchensink one. That was my base settings, and I add and remove settings for the graphics drivers, etc. You have to research and find out what is breaking your setup, and see what to remove or add.[/quote]

      Thanks a lot.

      I understood by reading this forum that core.config was less complete than kitchensink.config.

      Regards.

      posted in FOG Problems
      N
      noctitep
    • RE: Nvidiafb: unable ti setup mtrr

      chad-bisd: could you please be a little bit more specific? nocsorg and I tried to compile a custom kernel, following your advice.

      Now we have a new message: “address space collision: host bridge window conflicts with System RAM”. Sooner.

      Is this because we’re lacking something from the .config file? We used the last 2.6 kernel available on kernel.org (2.6.39).

      Could you tell us what kernel options we should enable?

      posted in FOG Problems
      N
      noctitep