Slashdot Mirror


User: Brandon+S.+Allbery

Brandon+S.+Allbery's activity in the archive.

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

Comments · 62

  1. strcmp() on Review:The Practice of Programming · · Score: 1

    strcmp() et al. come from an older time when external symbols had to be kept unique within the first 6 characters and not case-dependent so the GECOS, 370, etc. UNIX ports could use them.

  2. Don't worry, he's not going anywhere on ESR Wants to Retire · · Score: 1

    To do what he's doing takes (a) a very thick skin and (b) a fairly hefty ego. This surprises you? And the "side effects" surprise you? Then you haven't stopped to think about it.

  3. RH5.2 and pam_krb4 on Ask Slashdot: Kerberos and PAM? · · Score: 1

    This is in fact a bug in Red Hat 5.2's login. The problem is that login closes the PAM session before spawning the shell; pam_krb4 destroys your ticket cache at that point.

    I reported it to Red Hat almost immediately upon RH5.2's release (it breaks pam_linux_afs as well, which is disastrous in CMU ECE's environment). They have fixed it, but didn't see any point in releasing an updated util-linux RPM.

    You're probably better off getting util-linux and building it yourself anyway: RH5.2 ships with an ancient version.

  4. Your company also invested ... on Supreme Court rules algorithms can be patented... · · Score: 1

    Or demand a rewritten contract and get them to sign off on it *before* you take the job. I did that when I was consulting for a bank last year: the IP agreement stated the bank would own anything I produced --- on or off the job --- for the duration of the contract plus some period; I rejected it because I do quite a lot of off-time Linux and OS/2 coding (not that all of it sees the light of day, it helps to have time to *finish* projects...).

    They produced a new contract which was acceptable.

  5. It's still "Digital Unix" on Sun plans open source Solaris? · · Score: 1

    Ahem. Samsung fabs Alpha chips.

  6. Few students have same ip and machine on always... on Apache passes 2 million hosts · · Score: 1

    Yeah, and every so often someone over in res.cmu.edu portscans the academic domains.... (Like we're not capable of detecting it, huh, d00dz? Feh.)

  7. Other bits... on Apache passes 2 million hosts · · Score: 1

    > 2) what server is MS running on egg.microsoft.com to have it listed by Netcraft as
    > "undisclosed"?

    egg.microsoft.com? Isn't that the one that popped up running Linux a few months ago, to the general amusement of /.-ers everywhere?

  8. Does Warp ever crash? on New OS/2 Warp client · · Score: 1

    OS/2's core is quite stable, assuming stable drivers. The Workplace Shell needs a major rewrite, though....

  9. Tell Compaq on Build your own Itsy? · · Score: 1

    >> Let's all tell Compaq we want to buy them... Don't tell me a company would refuse to sell ?!

    Seen how IBM sells OS/2 of late? :-/

  10. You have mail. on Three little words - You've been sued · · Score: 1

    (1) In my personal experience it goes back to 1981. I'm quite certain it goes back even farther.

    (2) On V7 and BSD-ish systems it's printed by login; on System III/V-ish systems it's printed in /etc/profile.

  11. "Buddy list"??? on Three little words - You've been sued · · Score: 1

    I think TAPR has prior claim on that phrase. Watch it, AOL, you're getting too big for your britches.

  12. The *existing* open source messaging protocol on Open Real Time Messaging System · · Score: 1

    It even has authentication. And it has ways to reduce network load.

    It's called Zephyr. And it's widely used at a number of universities. The code is freely available, there are even prebuilt RPMs (minus Kerberos authentication support) on RHCN.

    Why invent yet another protocol when we already have one?