Slashdot Mirror


User: tigga

tigga's activity in the archive.

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

Comments · 588

  1. Re:Let's have a tutorial... on SCSI vs. IDE In The Real World · · Score: 1
    Mostly it was the seek time.

    No - mostly it was Tagged Command Queuing on SCSI and issuing command - waiting execution on IDE.

    Lastly, I suspect that his mail directory was built over time on the 40GB drive, then copied over to the SCSI drive.

    He already answered this - he used new directories on both drives.

    I believe if he'd tried reading/writing big files (hundreds of MBs or GBs) he'd found their performance comparable. He just found soft spot in IDE.

  2. Re:SCSI vs. IDE: Same experiences on SCSI vs. IDE In The Real World · · Score: 1
    The answer, I believe - tagged command queuing.

    Scsi could put many (tens or hundreds) commands into queue and get results when they are done.
    IDE usually use one command a time.

    At least IBM produce IDE drives with tagged command queuing capability but they have problems with it and your ATA subsystem should support it.

  3. Re:Can I smoke some? (Mac OSX panther is FreeBSD 5 on Benchmarking the Scalability of BSD and Linux · · Score: 1
    Still a mach kernel. Note that the word mach contains neither a "B" an "S" nor a "D".

    Mach is a microkernel. There are a lot more pieces that compose whole kernel.

    From the The Unofficial Darwin FAQ:

    # What is Darwin's lineage? Justin Walker's description of Darwin's heritage is: Mac OS X began life as a child of OpenStep 4.x. The first stage in the evolution was the move from OpenStep 4.x to Rhapsody, which was based on BSD Lite2, with a batch of NeXT-instigated changes. When we shifted to Mac OS X from Rhapsody/Mac OS X Server, we incorporated FreeBSD 3.2 changes for the networking piece. The rest of the BSD portion of the kernel remained more or less as it was. At the same time, we (i.e., Fred, with your [Darwin's] help) pulled in command and library updates. Most of these are from FreeBSD, although I'm not positive about the heritage of the pieces that are now in the system.

    Please try again with some correct facts.

    Yes, please ;))

  4. Re:FreeBSD may be dying but it's fast! on Benchmarking the Scalability of BSD and Linux · · Score: 1
    So basically what you're saying is that FreeBSD starts to drop incoming sockets past a certain point.


    Whatever he's saying FreeBSD does not start to drop incoming packets because tests succeded.

  5. Re:FreeBSD faster than Gentoo? on FreeBSD 5.1-RELEASE Reviewed · · Score: 1
    Now, I am seeing FreeBSD users jumping on the SCO bandwagon and claiming the GPL is bad, and the BSD License is the only way to go


    FreeBSD users claimed GPL was bad for ages. It's irrelevant to SCO. BTW SCO's does not care about GPL, they try to take over Linux for allegedly stolen code.

    You are trying to smear BSD using SCO. Why? Are you envious?

  6. Re:Discovery. on Mandrake 9.2 Initial Review · · Score: 1

    exception of the 802.11G wireless cards. There are no Linux drivers

    Take a look here - it's a driver for Atheros chipset:
    http://sourceforge.net/projects/madwifi

    Here you may search for adapters with that chipset:
    http://www.linux-wlan.org/docs/wlan_adap ters.html

  7. Re:Pledge almost is the same as prayer in schools on Supreme Court Will Hear Pledge of Allegiance Case · · Score: 1
    They have the same choice and peer pressure as adults. They might as well start getting used to it at an early age. Kids are more brutal and ruthless than adults. Adult may say "I don't think so" to another adult. Kid may yell, threaten and beat up another kid.

    You don't talk much to kids, do you?

    I still STAND when they play their national anthem with their flag waving

    I also stand when they play their national anthem, because I want to, not because I forced to. If I'm forced to, than they do not respect me - so why should I respect them?

  8. Re:Tried FreeBSD... on Linux Users Try FreeBSD 5, Windows · · Score: 1
    According to the FreeBSD natd man page, this is not possible - only one address can be used.

    Why don't you run 2 natd processes?

    Or you may use ipfilter and it's ipnat kernel module..

  9. Re:Scroll Lock Key on What's A 'Scroll Lock' And Why Is It On My Keyboard? · · Score: 1

    On FreeBSD it locks text screen and allows to scroll buffer with PgDn/PgUp or arrows keys.

  10. Re:Two idiots don't make a genius on Extreme Programming Refactored · · Score: 1
    Nope, pair programming takes two hackers and attempts to turn them into one disciplined programmer.

    That's exactly the same as two mediocre programmers equal one decent ;))

    Perhaps this way, the code will be commented blah blah blah

    Perhaps you don't need to pay to second programmer to do this - you just need a secretary for each programmer..

  11. Re:Not Natural on Replacing the Aging Init Procedure on Linux · · Score: 4, Informative
    In this UNIX, God had in his great Divine Scheme begat Emacs and init.

    Oww, gawd!

    Not Emacs, vi!

  12. Re:Thought we would overlook your mistakes? on Replacing the Aging Init Procedure on Linux · · Score: 2, Funny

    Was that Yoda speaking?

  13. Re:Keep this away from my server! on Replacing the Aging Init Procedure on Linux · · Score: 1
    I completely agree on the dependencies issue, but isn't calling the SysV init mess "thin" a little bit off? Honestly, how many runlevels exept "multi-user", "single-user" and "turned off" do you really need? Do you collect symlinks as a hobby? "network" and "nonetwork"?

    ;)))

    Look at Gentoo - they simplified things a lot. Look at NetBSD and FreeBSD - they have start scripts which allow start/stop daemons and allow dependencies but do not have runlevels at all if you don't count single-user and multi-user.

    I agree - current runlevels as in Red Hat or Solaris are messy.

  14. Re:RTFA on Replacing the Aging Init Procedure on Linux · · Score: 5, Insightful
    /bin/sh is not interpreted ? You don't consider it bloated ? Look better at Python, it's actually very elegant.

    Python may be elegant as many other interpreters, but Linux supposed to be more or less Unix-compliant and if you already have /bin/sh there then just use it. There is no justification to complicate things.

  15. Re:in case of slashdotting on The Matrix: Revolutions Theatrical Trailer · · Score: 1
    the overall philosophy is so much deeper


    What philosophy?

    There was nothing new in that movie..
    Maybe just spoon ;)
    Generally I see it (first Matrix) as eye candy movie.. And second one just boooring.

  16. Re:I use Redhat myself on Red Hat Posts Its Best Quarter Yet · · Score: 1
    I run both redhat 9 and debian unstable at home and am highly satisfied with each of them.

    How come you satisfied with them if they are unstable?

    ;)))

  17. Re:Bad examples. on Native Java JDK 1.3.1 Support For FreeBSD · · Score: 1
    Automating the deployment is very difficult, obviously the developers expect you to spend hours changing hard coded paths in lines of source code and config files every time you want to deploy it.

    You have to have policies for developers for not to hardcode anything. BTW with mod_perl httpd.conf could have scripts inside for automating things.

    And deploymentwise I didn't have problems with mod_per and apache. You just have to set up it once, create package and deploy it on any number of servers...

  18. Re:Useful on FreeBSD Ports Tricks · · Score: 1
    Another problem with that article it shows perfomance of one particular program - Mailengine on different OSes. Perhaps different programs could show different performance patterns.


    Another thing - everybody interested in performance and nobody in reliability. Try yank powercord from computer and look how different OSes behave after boot. Ext2 I believe would be loser. Journalled FS could do better but then there is a performance impact...

  19. Re:Gentoo similiar to *BSD? on Measuring The Benefits Of The Gentoo Approach · · Score: 1
    For example in Gentoo you would install gaim by typing 'emerge gaim' compared to 'cd /usr/ports/net/gaim' then 'make install clean' in FreeBSD.

    In FreeBSD I'd rather type
    pkg_add -r gaim
    to install it. I do care about my time. It's kind of insane wait for computer to compile things if there are already available packages.

  20. Re:On Perl and command-line utilities on Getting Software Added to Unix Distributions? · · Score: 1
    If you want a small base install, the best thing you can do is pick a scripting language and rewrite as much stuff in it as possible: init, cron, various command line utilities, etc. Besides generally making the install smaller, that has the other advantage that you can have a system that is easily fixable on-the-fly without having a complete C compiler installation.

    Whoa! The full Perl distribution is :
    /usr/local/lib> du -s perl5
    47143 perl5

    It's 47 MB - is it "small"?

    It's already bloatware. And about your suggestion to have init rewritten in scripting language - you are not an administrator, are you? ;))
    Could you tell me what is the point to fix on-the-fly utilities which are not needed to be fixed? Only thing to be changed is configuration data. It is Unix and BSD way. Maybe in Linux it is other way ;))

    One of problems FreeBSD encountered was complain from Perl developers that included with FreeBSD Perl was "not complete". It did not include CGI stuff and other pieces not really needed for just scripting language. One more thing - it was not easy to separate needed and unneeded pieces. So removing it made life easier for maintainers. And you still can have it installed with FreeBSD.

  21. Re:On Perl and command-line utilities on Getting Software Added to Unix Distributions? · · Score: 1
    But converting utilities into C code is just completely the wrong direction.

    You got it backwards. If you are talking about BSD utilities - almost everything was written long before Perl ever existed. Only some recent additions like sockstat were written in Perl. And there already exists scripting language - shell.

  22. Re:Won't use it on DragonFly BSD Announced · · Score: 1
    Is there a non-GNU ANSI compiler with a BSD license?

    TenDRA
    http://www.tendra.org/

  23. Re:I wonder on USS Ronald Reagan Commissioning Tomorrow · · Score: 1
    Well sure. Then we came along and have dominated since.

    Not exactly since. Maybe since World War I ending...

  24. Re:You said it! on USS Ronald Reagan Commissioning Tomorrow · · Score: 1
    >>> No they didn't. The Soviet Union didn't even exist in 1918.

    The Soviets are going to be surprised by this one since they adopted their constitution on July 10, 1918.

    It was Russian Socialist Federated Soviet Republic. The Soviet Union was created on December 30 1922 by 6 Soviet states.

  25. Re:You said it! on USS Ronald Reagan Commissioning Tomorrow · · Score: 1
    Please, please read history books ;))

    Soviet Union did not exist in 1917. It was created in 1922, Dec 30. What you are relating to is RSFSR.

    US participated in Allied intervention. Even Soviet propaganda called it intervention, not invasion. There were 339th Infantry Regiment in Nothern Russia and 8th Infantry Division in Vladivostok. There were 174 US KIA in Russia. Does not look like much of action.