Slashdot Mirror


User: kasperd

kasperd's activity in the archive.

Stories
0
Comments
2,459
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,459

  1. Happy downloading. on Linux 2.6.0 Kernel Released · · Score: 3, Interesting
    Hope you know, what you are doing to poor litle server. I'm surprised I made it to the frontpage, and this is what it had to say:
    Up since: Wed Apr 16 13:06:45 2003
    Load Average: 27.65 27.49 27.00 (1470 processes)
    Ram: 5950784KB
    Free: 6800KB
    Current bandwidth utilization 269.44 Mbit/s
    That's impressive 108% of the bandwidth is now in use.
  2. Re:But isn't he confusing on Blockbuster Chief: End DVD Region Codes · · Score: 1

    the DVD comming to a cinema

    Oh boy, what does it help to preview, if you don't read it before clicking submit?

  3. Re:But isn't he confusing on Blockbuster Chief: End DVD Region Codes · · Score: 1

    The producers will want the R1 disc out ASAP, following up with the R2/other regions as the translations are done.

    But the translations have to be done ealier anyway, they do have subtitles in the cinema. And there is still a large enough window between the DVD comming to a cinema and the DVD being released. Having translations ready shouldn't be a problem.

  4. Re:Virtual PC == Cheating on 55 Operating Systems On A PowerBook · · Score: 1

    I'd hate to burst your bubble there, but Windows does not run on PPC architecture. Neither do most of the OSes.

    But using Virtual PC is still Cheating. So probably this just means you cannot run that many different operating systems on a Mac without cheating.

  5. Re:Read the fine print on Have You Fought Your ISP Over Bandwidth Limits? · · Score: 1

    need to say something like "150 hours a month

    How about at most 745 hours per month :-)

  6. Re:Find people with longer circadian cycles on Living on Mars Time · · Score: 1

    A few days in a sleep test chamber...

    Simpler than that, just pick those who regularily oversleep.

  7. Re:can ti do the proof for 11^2+12^2=13^2 on Free, Open Source OS For TI Calculators · · Score: 1

    can ti do the proof for 11^2+12^2=13^2

    I hope not.

  8. Re:One hell of a rush on Pigeons Faster than Internet · · Score: 1

    "A pigeon can fly at a cruising speed of 65km/h, 100km/h when pushed," said Mr Andreef.

    And somewhere else he said 20km in about 6 minutes. so which numbers are correct?

  9. Re:Been there done that on Spamholes Fighting Spammers · · Score: 1

    How did you get 36 million? That is a large number.
    It is a large number. During those four days I also performed nummerous adjustments to my system. I shortned the SMTP responses from my honeypot because I have a quite limited upstream. I adjusted the maximum number of simultaneously allowed SMTP sessions. I found ways to control the bandwith used for spam, so I could slow down the spam when I needed to use the connection for other purposes.

    Did you request any for testing or does that include ORDB testing?
    Any SMTP server on the net receives messages from spammers looking for open relays. And spammers do use databases with informations about open relays. I have no proof that they use ORDB, but another database who's name I don't remember. I had a simple heuristic for identifying relay probes, and after looking on them I relayed by hand anything I was confident was in fact such test messages. But AFAIR I have always avoided those from ORDB. The delay caused by this manual handling will probably not look suspicious to the spammers. That is what they should expect from a server feed with this large number of spam mails. Of course none of those spam mails ever reached their intended recipients.

  10. Been there done that on Spamholes Fighting Spammers · · Score: 1

    With my own honeypot I was once able to collect 36 million spam mails over a periode of four days. That means I have (hopefully) stopped more spam mails than I will receive in my entire life. So I did my share of the spam fighting. And hey, I don't worry about those emails from spammers threatening to kill me.

  11. Re:windowsupdate.microsoft.com Breakins? on Gentoo rsync Server Compromised [updated] · · Score: 1

    an alias for www2.microsoft.akadns.net

    But that domain name points at an IP address inside Microsoft's network. But then I just noticed the funny part. The most stable web servers on Microsoft's own network are running Apache/1.3.9 on Linux

  12. Re:Paperless office, bah! on The Most Incorrect Assumptions In Computing? · · Score: 1

    So what does it take to make the paperless office become reality? Considering that most of the tasks I ever do with paper boils down to a few simple actions. I print something out on paper. I sit down in a nice chair or at my desk and read it. I sit down at my desk with a few pieces of paper and a red uni-ball and write comments on the paper, possibly also drawing a few lines. Later I sit at my computer with the paper lying beside me, and do some typing.

    All it takes to stop me from using paper is a few fairly simple pieces of hardware. An electronic desk, where I can manipulate my virtual printouts and add comments with an electronic pen. And an A4 size handheld, where I can do the same. Obviously it must be robust and good for reading from unlike monitors.

    Number one problem I see today preventing this from becomming reality is people constantly trying to make systems incompatible. For this system to be usable, it must be as compatible as a piece of paper and a pen. As long as we have closed document formats the paperless office will never become reality.

  13. LINUX is obsolete on The Most Incorrect Assumptions In Computing? · · Score: 1

    A lot of incorrect assumptions about Linux - stated by Andrew S. Tanenbaum in 1992. Read the posting on google groups.

  14. Time to move to minix fs on Microsoft to Charge for FAT File System · · Score: 1
    The minix filesystem (which is already supported by Linux) have a number of advantages over FAT.
    • Minix is simpler than FAT, and thus requires less code to implement
    • Minux use a tree structure and thus performs better than the linked lists used in FAT
    • Minix have a cleaner design
    • Minix natively supports long filenames without that vfat crap.
    Funny that the patents really only covers all the design mistakes.
  15. Re:How about a logging trail on Gentoo rsync Server Compromised [updated] · · Score: 1

    Because it is d*mn hard to prove who was actually sitting at the keyboard when the attack was successful.

    You don't need to be sitting at the keyboard to perform an attack. Of course successfull attacks can be tricky as it will allow the attacker to change the logs. But if attempts against secured systems were logged, there is no way to avoid leaving some trail. Whether the trail leads all the way to the attacker is doubtful.

  16. Re:How about a logging trail on Gentoo rsync Server Compromised [updated] · · Score: 4, Informative
    Perhaps 2.4.23 should have a kernel allowance for a log that tells when somebody was trying to use the =2.4.22 exploit (or does it)?

    It doesn't have, but would be trivial to implement. Here is my suggestion how a patch for that should look (untested):
    diff -Nur linux.old/mm/mmap.c linux.new/mm/mmap.c
    --- linux.old/mm/mmap.c 2003-12-03 23:20:57.000000000 +0100
    +++ linux.new/mm/mmap.c 2003-12-03 23:23:22.000000000 +0100
    @@ -1059,8 +1059,12 @@
    if (!len)
    return addr;

    - if ((addr + len) > TASK_SIZE || (addr + len) < addr)
    + if ((addr + len) > TASK_SIZE || (addr + len) < addr) {
    + printk("do_brk: %d (%s): uid=%d euid=%d brk=%08lx\n",
    + current->pid,current->comm,
    + current->uid,current->euid,brk) ;
    return -EINVAL;
    + }

    /*
    * mlock MCL_FUTURE?
  17. Re:Linux vs M$ breakins. on Gentoo rsync Server Compromised [updated] · · Score: 1

    Break in to SCO... priceless...

    What would you do if you succeeded? Steal their source?

  18. Re:windowsupdate.microsoft.com Breakins? on Gentoo rsync Server Compromised [updated] · · Score: 1

    IIRC the load balancing for Windows Update is carried out bu linux machines

    Not anymore according to netcraft. Only trace left of Linux I could find is www.microsoft.com running on Linux until about a week ago. And they have been changing a lot the last week, so those traces will soon be gone as netcraft appears to keep only the last 10 changes.

  19. Re:I'm not sure if we'll see it in knoppix on Using the Real ntfs.sys Driver Under Linux · · Score: 1

    Put MD5 sum of original driver(s) and check for it on the Knoppix CD?

    That is also what I would do (except that I might choose SHA1 rather than MD5), but the problem is, how do you know the MD5 sum of every possible version of that file with wich the driver works. What about the day you try to use your CD on a system which have a new version of the .sys file released after your CD?

  20. Re:I'm not sure if we'll see it in knoppix on Using the Real ntfs.sys Driver Under Linux · · Score: 5, Insightful

    Surely it is illegal to copy the ntfs.sys driver and distribute it in another operating system

    I was thinking exactly the same, but there might be a way around that. Knoppix just have to contain the wrapper code, the actual .sys file can be loaded from the harddisk (if present). Systems with an NTFS formatted harddisk and no ntfs.sys file are probably rare. Problems that need to be solved are, how to verify intergrity of the ntfs.sys file you are going to load (if you care about that), and how to actually load the ntfs.sys file from an NTFS filesystem. It is not entirely a chicken and egg situation, as Linux already have NTFS read support, which is far simpler than full read-write support. Besides loading ntfs.sys would even be a user mode task, and reading NTFS from user mode is probably easier to implement than doing it from kernel mode.

  21. Re:What release did it APPEAR? on Kernel Exploit Cause Of Debian Compromise · · Score: 2, Insightful

    What about 2.2.x series kernels, is there a similar patch?

    I wrote some exploit code for the 2.4 kernel, it didn't work on 2.2, so maybe 2.2 never had this vulnurability.

  22. Re:Not yet on Kernel Exploit Cause Of Debian Compromise · · Score: 1

    There are a bunch of other places in the kernel that call do_brk() - mostly in the binary loaders

    Is it exploitable through binary loaders? My investigation seems to show you had to move the stack to exploit the vulnurability. BTW my investigation also shows, that the vulnurability is not an interger overflow. I could crash my system without making any overflows.

  23. Re:Not yet on Kernel Exploit Cause Of Debian Compromise · · Score: 1

    (addr + len) > TASK_SIZE
    Isn't this a strange place to perform this test? Wouldn't it be simpler to just test for (brk > TASK_SIZE) in sys_brk?

    (addr + len) < addr
    Isn't that case already covered by the test (brk <= mm->brk) in sys_brk?

  24. Re:Hurray for the Debian Security Team! on Kernel Exploit Cause Of Debian Compromise · · Score: 1
    Does that mean Red Hat Linux is still vulnurable

    I did some hacking on my RH7.3 system, so now I can answer my own question. This is how /proc/pid/maps looked from my attempt:
    08048000-08049000 r-xp 00000000 03:06 37048 /tmp/exploit
    40000000-40013000 r-xp 00000000 03:06 75814 /lib/ld-2.2.5.so
    40013000-40014000 rw-p 00013000 03:06 75814 /lib/ld-2.2.5.so
    42000000-4212c000 r-xp 00000000 03:06 4099 /lib/i686/libc-2.2.5.so
    4212c000-42131000 rw-p 0012c000 03:06 4099 /lib/i686/libc-2.2.5.so
    42131000-42135000 rw-p 00000000 00:00 0
    a0000000-a0001000 rw-p 00001000 03:06 37048 /tmp/exploit
    a0001000-c0001000 rwxp 00000000 00:00 0
    That is just nice, my mapping is overlapping the kernel. Once that process was killed the system just rebooted.
  25. Re:Not in RedHat's bugzilla? on Kernel Exploit Cause Of Debian Compromise · · Score: 1

    I could not find mention on Redhat's bugzilla. Do they know about it?

    They should know. Quoting...
    Study of the exploit by the RedHat and SuSE kernel and security teams...