Slashdot Mirror


User: cortana

cortana's activity in the archive.

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

Comments · 2,628

  1. Re:What? on Debian win32-loader Goes Official · · Score: 1

    Not a problem... the package build against libc 2.5 will depend upon it, so apt knows to upgrade libc6 too.

  2. Re:Kind of Ironic... on Debian win32-loader Goes Official · · Score: 1

    I'm sorry, which organisation?

  3. Re:What? on Debian win32-loader Goes Official · · Score: 3, Interesting
    That's why it's best to have both testing and unstable in your sources.list; but to pin unstable to a lower priority than testing.

    $ apt-cache policy git-core
    git-core:
      Installed: 1:1.5.2.4-1 0
      Candidate: 1:1.5.2.4-1 0
      Version table:
        1:1.5.3.1-1 0
            520 http://ftp.uk.debian.org/ unstable/main Packages
      *** 1:1.5.2.4-1 0
            530 http://ftp.uk.debian.org/ lenny/main Packages
            100 /var/lib/dpkg/status
    In this case, if for some reason git-core was broken in testing, I could easily upgrade it to the version from unstable with a command such as aptitude install -t unstable git-core. But if I installed git-core without the -t argument, the version from testing would have been chosen.
  4. Re:What? on Debian win32-loader Goes Official · · Score: 1

    You don't need to reinstall to create an encrypted filesystem for /home. That's Windowsthink!

  5. Re:Not necessarily on Microsoft Installs New Software Without Permission · · Score: 1

    Yup, an external packet filter could be configured to drop all packets to/from a given IP address.

    Determining what that IP address is, however, can be tricky. There are almost certainly multiple addresses used for this sort of thing, and they are probably different depending on which region you're in (wouldn't make sense for all the XP boxes in Germany to connect to the Japanese mirrors). The addresses in use will also change over time.

    Best way to avoid this would be to block all traffic to/from the XP machines in question. :)

  6. Re:Policy violation on Microsoft Installs New Software Without Permission · · Score: 1

    WU was still installed though.

  7. Not necessarily on Microsoft Installs New Software Without Permission · · Score: 1

    If the "firewall" is running on the Windows system in question, then there is no way to prevent the process doing the updating from hiding the fact from the firewall.

  8. Re:Sweet! on AMD Releases 900+ Pages Of GPU Specs · · Score: 1
    Oops, hit reply too soon...

    This sounds like an excellent reason to avoid shitty vendors that release shitty products that rely on proprietary, GPL-violating kernel modules. And therefore, avoiding pretty much all enterprise software. Sorry, not an option in many cases. Oh, I agree the situation sucks, which is why I would like to see ALL binary modules to go away. I don't see how "pretty much all enterprise software" requires the use of proprietary binary kernel modules?
  9. Re:Sweet! on AMD Releases 900+ Pages Of GPU Specs · · Score: 1

    I actually meant like Debian, where backported security fixes usually do not change te kernel's ABI. If changing the ABI is unavoidable, then the package containing the kernel is renamed (e.g., linux-image-2.6.18-4-k7 -> linux-image-2.6.18-5-k7). Um, no. That's not how it works. Debian revs the package version number (the "4" to "5" in your example) for ALL changes, not just ABI changes. This is how the packing system knows that there is an update. Note that I said they change the package name, not the version.
  10. Re:Sweet! on AMD Releases 900+ Pages Of GPU Specs · · Score: 1

    Oh, you mean like RedHat Enterprise? So yeah, you go down that road, and happily install your binary kernel modules for EMC PowerPath (multi-pathing on a SAN.) Redhat comes out with a new kernel with the same version but with the backported fixes. I actually meant like Debian, where backported security fixes usually do not change te kernel's ABI. If changing the ABI is unavoidable, then the package containing the kernel is renamed (e.g., linux-image-2.6.18-4-k7 -> linux-image-2.6.18-5-k7).

    Oh damn, that binary module no longer works, so I have to revert to the insecure version of the kernel if I want EMC branded and "psedo-supported" multi-pathing. EMC? What do you mean that you have no ETA for a new rev of powerpath that supports the new kernel rev? Note that this is a recurring problem. EMC NEVER supports a current point release of the OS, although sometimes you get lucky and the old module works with the new rev, although that seems to be rare. This sounds like an excellent reason to avoid shitty vendors that release shitty products that rely on proprietary, GPL-violating kernel modules.
  11. Re:Sweet! on AMD Releases 900+ Pages Of GPU Specs · · Score: 1

    Why would you need to keep the kernel current if you're using old hardware? If nothing else, for security fixes. That alone is a huge motivation. Not if you use a distribution that backports security fixes to the kernel present in their stable releases?
  12. Re:Sweet! on AMD Releases 900+ Pages Of GPU Specs · · Score: 1

    And if you buy an all-Intel system then it will.

    Hopefully these specs will mean the same thing for AMD/ATI systems some day.

  13. Re:You may be right ... on AMD Releases 900+ Pages Of GPU Specs · · Score: 1

    I don't remember the G400 ever being competitive hardware.

  14. Re:Winning friends and influencing people... on Richard Stallman Proclaims Don't Follow Linus Torvalds · · Score: 1

    So home builders are holding their customer's hostage by requiring payment for services? No. If I contract a builder to perform some work, I would expect to pay him in exchange. However, if that builder died, or was too busy to take on new contracts, or went mad and stopped taking orders, I would be free to take my business elsewhere by finding another builder who will "hack on" my house.

    Don't give me the whole "Software isn't the same, it's not tangible." Someone had to put time into it, and if they want to sell the result, they should be able to. RMS needs to get over his code jihad. Software is not the same, because the vendor usually restricts access to the blueprints (source code) without which are (for most practical purposes) necessary for the customer to modify the software.
  15. Re:I thought open source *was* free software on Richard Stallman Proclaims Don't Follow Linus Torvalds · · Score: 1

    Nonsense. If I were to take leave of my senses and decide to start running MySQL hosting service, I would be under no obligation to distribute the MySQL source code to anyone.

  16. Re:Torvalds is an opportunist on Richard Stallman Proclaims Don't Follow Linus Torvalds · · Score: 1

    How intuitive! :)

  17. Re:Winning friends and influencing people... on Richard Stallman Proclaims Don't Follow Linus Torvalds · · Score: 1

    Isn't that just another way of saying that you profit from holding your customers hostage to your proprietary software platform?

  18. Re:Winning friends and influencing people... on Richard Stallman Proclaims Don't Follow Linus Torvalds · · Score: 2, Interesting

    From what I can tell in many ways Torvalds stays with GPLv2 because it offers a compromise between openess of source code and a license that businesses can tolerate. This compromise is having open source running on otherwise closed software. GPLv3 would not permit this[citation needed] and therefore this would hurt the popularity of Linux, especially in th embedded arena.

  19. Re:That's cool-Tivo. on QNX "Opens" Source Code · · Score: 1

    Please show me where the new GPL prohibits commercial use of covered works?

  20. Re:I learned PHP once on PHP5 Vs. CakePHP Vs. RubyOnRails? · · Score: 1

    Nobody uses the mysql_* functions anymore. Use database abstraction. PDO is the most common, though I really like the database stuff built into the new Zend Framework myself. Nonsense. Far too many projects still use the mysql (4.0! DEAR GOD WITHOUT EVEN PLACEHOLDERS IN QUERIES) module's functions. They can't use anything newer because it will break compatibility with most of their user base who are still using PHP 4.

    Similarly we have the laughable register_globals situation; plenty of web applications written in PHP have "fixed" themselves to be compatible with installations where register_globals is turned off... by manually registering all GET, POST and cookie variables in the global namespace themselves ...

    Even if PHP grew a pair and obliterated php.ini altogether, making it secure by default in the process, the idiots who write web apps in it would still continue to manually open up huge security holes in this manner, rather than learn how to write code properly.
  21. Re:This post is USA nonsense.... on Retailer Refuses Hardware Repair Due To Linux · · Score: 1

    I guess because it would make everything more expensive. The consumer is the one who ultimately pays for our consumer protection laws, in the form of higher prices.

    It really pisses me off how people whinge about "rip off Britain" and yet don't realise *ehy* it is that everything costs so much here.

  22. Re:Riiiiiiiiight.... on de lcaza calls OOXML a "Superb Standard" · · Score: 1

    Please cite these alleged copyright violations!

  23. MySQL, dear god on PHP5 Vs. CakePHP Vs. RubyOnRails? · · Score: 0, Troll

    OldJavaHack writes "If you could start a website (with MySQL for persistence) FAIL
  24. Typical OpenBSD FUD... on NTP Pool Reaches 1000 Servers, Needs More · · Score: 1

    But this feature seems to have been implemented back in February 2005.

  25. Re:how to get ntpd to stop listening on all interf on NTP Pool Reaches 1000 Servers, Needs More · · Score: 1

    Use the -I option.