Slashdot Mirror


User: Spoke

Spoke's activity in the archive.

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

Comments · 505

  1. (Same Here) What's up with Quake II? on Linux 2.2.2 Released · · Score: 1

    Quake 2 works intermittently for me. It seems to work better if my sound modules aren't loaded yet. If the sound modules are loaded, and I try to start up Quake 2, I get nothing. It starts to load, and switches video modes, but then freezes. If I kill quake2 from a telnet session, things go back to normal, but attempting to kill it from the machine itself is nearly impossible because you can't do anything but SysRq commands. And those don't always bring the machine back into a usable state. Check here for information on my setup.

  2. util-linux-2.9-0 woes on Redhat 5.2 2.2-Kernel Update · · Score: 1

    I bet that the executables are in different directories. Check /usr/bin and /usr/sbin. If they're there, either move/copy/symlink them to where they are expected to be.

    -Dave

  3. Where to find 2.0.7??? on glibc 2.1 pulled due to license problems · · Score: 1

    Hmmm... I can only seem to find 2.0.6 on the ftp sites. Anywhere know where to get it?

  4. DES on Linux on DES Keyrate Rapidly Growing · · Score: 1
    My K6-2 300 Is cranking out the keys:

    [Jan 19 15:36:12 UTC] Completed one DES block 0033EDCB:80000000 (8*2^28 keys)
    0.00:19:40.70 - [3,637,619.83 keys/sec]

    spoke:~/rc5> uname -a
    Linux spoke.nols.com 2.2.0-pre7-ac4 #5 Sun Jan 17 14:35:16 PST 1999 i586 unknown
  5. hmm... patch? on Linux 2.2.0pre5 · · Score: 1

    This assumes that your patch-2.2.0-pre5 is in /usr/src, and you uncompressed linux-2.2.0-pre4 to /usr/src/linux.

    cd /usr/src/linux
    patch -p1 /usr/src/patch-2.2.0-pre5

    And you'll be done!