Slashdot Mirror


User: B-o-K

B-o-K's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:not on DragonFlyBSD 1.2 Released · · Score: 1

    nslookup wiki.dragonflybsd.org
    Server: resolver.xs4all.nl
    Address: 194.109.9.99

    *** resolver.xs4all.nl can't find wiki.dragonflybsd.org: Non-existent host/domain

  2. Re:Bullshit on ATI Releases Drivers for XFree 4.3.0 · · Score: 1

    From the Rage3d-forum comes:

    3.7.0 were released on December 29, 2003.
    3.7.1 were released on March 3rd or so, but were "UN"released due to the fact that they didn't work on any system that didn't have SSE2 support (i.e. non-p4 systems).
    As such, they "un"released 3.7.1 and reposted 3.7.0, but with a whole new date.

  3. Re:Thought 3.7.0 came out in December? on ATI Releases Drivers for XFree 4.3.0 · · Score: 1

    You're right!! This is very confusing.
    And these drivers suck! Won't run on an ATI Radeon 9600PRO 256MB. Which I had a nVidia again...

  4. Re:Script Error on Code Red: the Aftermath · · Score: 1
    What about this Apache-errors:
    Name "main::server_stop_req" used only once: possible typo at /usr/local/www/htdocs/default.ida line 46.
    Can't call method "method" on an undefined value at /usr/local/lib/perl5/site_perl/5.005/LWP/UserAgent .pm line 163.
    ?!

    I've changed
    my $resp = $ua->request ($server_stop_req);
    into
    my $resp = $ua->request ($iis_stop_req);
    Maybe it works now... can't seem to shutdown a host right now.