Slashdot Mirror


User: lertl

lertl's activity in the archive.

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

Comments · 14

  1. Re:vinum_geom? on FreeBSD 5.3 on the Horizon · · Score: 3, Informative

    I'm working on it. I think it's quite stable right now, but some features are still missing. I really hope to get it done before 5.3.

  2. Re:I hope this will work better. on Senator Pushes Bill To Limit Anti-Copying Schemes · · Score: 4, Informative

    I'm running 5.1 on my Thinkpad T20 almost without any problems. Which Thinkpad Model do you use? Maybe you can find some info at http://gerda.univie.ac.at/freebsd-laptops/, which lists not only Thinkpad laptops.

  3. Not the JFS itself, but the jfstools on BSD Journaled File System Ready For Testing · · Score: 2, Informative

    According to the comment on http://daily.daemonnews.org/view_story.php3?story_ id=3539 the JFS code itself isn't ready yet, but the jfstools are. So you can take a JFS disk from a Linux box and use the jfstools, but you can't mount the JFS right now.

  4. Re:What's really stupid... on Castle Technology UK Ripping off Kernel Code? · · Score: 1

    This is why I like the BSD license - it doesn't give reason for a shit load of /. comments.

  5. Re:Not the fault of OpenBSD? on OpenSSH Package Trojaned · · Score: 1

    I just wanted to prevent the upcoming "OpenBSD? Har har har, secure as Cheddar Cheese or what?" flamewars.

  6. Re:Checksum...? on OpenSSH Package Trojaned · · Score: 3, Informative

    The checksum is part of the FreeBSD ports tree and couldn't be affected by the bad guys, as it is local on your machine. OTOH, if you would just say "make NO_CHECKSUM=yes" you'd ignore the warning and run just into trouble :-)

  7. Re:OpenBSD is holy! on OpenSSH Package Trojaned · · Score: 1

    This incident is not the fault of OpenBSD. Check their FAQ, www.openbsd.org (and so ftp.openbsd.org) is run on Solaris.

  8. My analysis on OpenSSH Package Trojaned · · Score: 4, Informative
    I'm by far not a very good C programmer or security expert, but from what I have seen this thing does the following:

    • It differs from a "clean" openssh package by one line in the Makefile and an additional sourcefile.
    • The sourcefile is very cryptic and if you wouldn't know you'd think it's just an ssh source file like any other.
    • The suspicious line in the Makefile compiles the sourcefile, executes it. This binary itself writes out some shellscript, which in turn generates another C source file, which gets compiled and executed.
    • The additional line in the Makefile and the additional source file are deleted.
    • This last binary opens up a socket to some server and, depending on the input it gets from the socket, exits, respawns or opens a shell (/bin/sh).

    So the backdoor is in the Makefile, not the OpenSSH software itself.

    One thing to mention is that IMHO this is not a fault of OpenBSD. As anyone can read in their FAQ www.openbsd.org (and ftp.openbsd.org) is run on Solaris.

  9. Writes Images? on Yamaha CD-RW Drive Writes Images In Substrate · · Score: 1

    When I first read the story title I thought: "What's so new about burning ISO images to CD-R?"

  10. Re:cvsup! on FreeBSD XP^H^H 4.5 available now · · Score: 1

    Concerning native Java: According to this interview with Robert Watson it will be available shortly ofter 4.5-RELEASE. He says "it's in final conformance testing". HTH.

  11. Re:Debian is not Linux on Debian NetBSD · · Score: 1

    GNU BSD is an oxymoron, isn't it? :-)

  12. Re:Growfs? on FreeBSD 4.4-RELEASE Is Ready · · Score: 1

    growfs will let you grow filesystems (which I already did, and it works fine), but I don't think it also lets you shrink them. It will especially come in handy when you have some concatenated vinum volumes (the FreeBSD LVM and RAID implementation), that you want to enlarge. You might take a look at growfs(8).

  13. Re:Nice to see on American Megatrends's NAS based on custom FreeBSD · · Score: 1

    You know what I was talking about, a Dot-Zero release is most likely a little experimental and not intended for production servers (that's what the FreeBSD folks said themselves in several announcements), but all in all 5.0-RELEASE will hopefully bring in a lot of new features.

  14. Nice to see on American Megatrends's NAS based on custom FreeBSD · · Score: 1

    It is truly remarkable and rather unusual that they revealed that there's a FreeBSD working under the hood.

    It's nice to see that FreeBSD gets more and more recognition und I hope 5.0 will be a milestone, once it is out next year. Keep up the good work.