Slashdot Mirror


Samba Team Announces Samba 2.2.5

GTO-Crank writes "Here's the changlog with all the fixes, enhancments, and sorce code for the new release of Samba 2.2.5. Also worth taking a look is this tutorial called "Using an LDAP directory for Samba authentication", and this tutorial called "Using Samba as a primary domain controller"."

28 comments

  1. Saw this on freshmeat a while ago. by oliverthered · · Score: 2

    This is just a minor update by the looks of the change log, nothing much there for Linux users.
    A few compile fixes etc.. for HP/SUN users (who probably account for the majority of samba relient peoples)

    Isn't freshmeat the place for this kinda anouncement , especially seeing as 2.2.5 was release 6 days ago!

    --
    thank God the internet isn't a human right.
    1. Re:Saw this on freshmeat a while ago. by RinkSpringer · · Score: 1

      That is probably why it was not on the front page :)

  2. Sync by MindStalker · · Score: 1, Offtopic

    Probably not the right place to ask. But does anyone know how to get XP folder sync working properly when using a samba server? Is it possible? (It somewhat works without any special conf, but it gives many errors)

  3. Re:FP by Anonymous Coward · · Score: 0

    Apparently some fucktards do.

  4. was not on the front page by Anonymous Coward · · Score: 0

    But freshmeat is on the front-page, kinda bottom right..

  5. IBM is slashdotted? by Futurepower(R) · · Score: 1, Troll


    IBM's article about using Samba as a Windows Primary Domain Controller is Slashdotted. Not a good advertisement for IBM or DB2, is it?

    To any IBM engineers who read this: I suggest you learn how to set up a high volume web server from the Slashdot people.

    1. Re:IBM is slashdotted? by 4of12 · · Score: 2

      I don't work for IBM and don't have first hand experience with their services setting up web sites, but I suspect that they know how to set up a capable high traffic web site (didn't they do the Olympics a while back?)

      OTOH, if I'm correct, that leaves two other options:

      1. someone powerful is deliberately Slashdotting that article;
      2. a heck of a lot of people are genuinely ininterested in learning how to use Samba as a PDC.
      Take your pick:)
      --
      "Provided by the management for your protection."
    2. Re:IBM is slashdotted? by (startx) · · Score: 1

      or

      3. The site works fine, but there is a bad hop somewhere between ibm and the original poster. I vote 3, since it works fine for me.

  6. IBM just has poor management. by Futurepower(R) · · Score: 1

    It's not that no one at IBM knows how to set up a high-volume site. IBM just has poor management. They don't realize that something like this reflects on them more than advertisements.

    A lot of people want to use Samba as a PDC. Now that we have Mozilla and Open Office and Samba DCs, there are only a few more steps to eliminating Microsoft products from business offices. I'm not against Microsoft, but they don't serve their customers very well.

    1. Re:IBM just has poor management. by buysse · · Score: 1

      If you're eliminating Microsoft products, why do you need samba? :)

      --
      -30-
    2. Re:IBM just has poor management. by Rick+the+Red · · Score: 3, Interesting
      If you're eliminating Microsoft products, why do you need samba? :)
      I know you were being funny, but I've asked the same question: Why use Samba to serve Linux files to Windows PCs? Why not use NFS on the Windows PCs to reach those Linux files? Apparantly that's not a good idea. It's even in the NFS HowTo: "[the NFS How To] will also not cover PC-NFS, which is considered obsolete (users are encouraged to use Samba to share files with PC's)"

      I would really appreciate any pointers to an open (GPL, BSD, whatever) NFS client for Windows, as I'd much rather go that route. Google searches turn up "free" demos of commercial software; the only open client I can find is PC-NFS, which is depricated (although I may try it anyway).

      Can anyone please explain why NFS on Windows is such a "bad idea" -- or did Samba simply kill PC-NFS? Is it a better idea now, in the face of M$ patents threatening to kill Samba?

      --
      If all this should have a reason, we would be the last to know.
    3. Re:IBM just has poor management. by Neon+Spiral+Injector · · Score: 2

      I think the orginal poster ment, if you are eliminating Microsoft products, why would you still have Windows PCs to share files from Samba?

      You could be doing, NFS/CODA between all your Linux workstations.

    4. Re:IBM just has poor management. by MCZapf · · Score: 1

      I think you answered the question already. Other clients, such as NFS, are too immature on Windows. Maybe they gave up in the face of Samba. I'd guess Samba has an edge over anything else on Windows, because it requires very little special set-up on the client-side.

    5. Re:IBM just has poor management. by Rick+the+Red · · Score: 2
      I think the orginal poster ment, if you are eliminating Microsoft products, why would you still have Windows PCs to share files from Samba?
      Because we're still eliminating Microsoft products, we haven't eliminated them yet.
      You could be doing, NFS/CODA between all your Linux workstations.
      Exactly! And I want the Windows PCs to use the same protocols as the rest of the network. I don't want to force the network to conform to the minority Windows clients, I want the Windows clients to conform to the network! You're making my case for me -- thanks.

      --
      If all this should have a reason, we would be the last to know.
  7. In the real world, you must go slow. by Futurepower(R) · · Score: 1

    In the world of real business considerations, it is necessary to go slow. There are many requirements besides technical ones.

  8. oh, come on already by Triumph+The+Insult+C · · Score: 0

    #include <stdio.h>
    int main(){
    printf("I installed 2.2.4 %d days ago!\n", 4);
    return 0;
    }

    --
    vodka, straight up, thank you!
  9. Samba on Linux vs. NFS on windows by Outland+Traveller · · Score: 3, Insightful

    The practical answer to your question is that almost every NFS implementation for windows is slow, buggy, and expensive while SAMBA for most unixes is fast, stable, and free.

    On the technical side I would even offer the opinion that CIFS (SMB) is a better file sharing protocol than NFS. For one thing, it is MUCH easier to secure.

    Unfortunately, for all its ease of use NFS is a pretty crappy way to share files, even under unix. All those people who whine constantly about replacing the perfectly reasonable X server should really be complaining about replacing NFS.

    I have a feeling that all those whiners are single desktop users who never get the idea of network computing.

    1. Re:Samba on Linux vs. NFS on windows by Anonymous Coward · · Score: 0
      All those people who whine constantly about replacing the perfectly reasonable X server should really be complaining about replacing NFS.
      Perhaps there is less talk about this because:
      1. The network filesystem is (relatively) transparent to the application; the windowing system is not.
      2. There are a multiple of alternatives to NFS (AFS, Coda, Intermezzo, CIFS, etc.), whereas the vast majority of applications, distributions, and toolkits are based upon X, and any alternatives that exist are immature (e.g. Berlin).
      3. Filesystems are a relatively static area of development (Reiser4 not withstanding); graphics and GUIs are an area where free Unix has made a lot of progress, but needs even more work in the future.
    2. Re:Samba on Linux vs. NFS on windows by Rick+the+Red · · Score: 2

      So, in a pure Unix network, would you run SMB? Or what? I'd really like to know what you use to share files in a pure Unix environment. Outland Traveller? Anyone?

      --
      If all this should have a reason, we would be the last to know.
    3. Re:Samba on Linux vs. NFS on windows by Outland+Traveller · · Score: 2

      I think you're making the mistake that simply because something is the most popular solution, it is therefore ideal.

      I didn't say NFS wasn't entrenched everywhere, I said that it sucked. The two concepts are not mutually exclusive.

      Nor did I claim that there was a good alternative, but the lack of alternatives doesn't make NFS suck less. It still sucks exactly as much.

      Filesystems like Coda have promise but are still immature. I personally would love it if Linux supported SMB as a filesystem interface like it is on most other platforms. Instead we have to use an ftp-like client. I'm very glad that the client exists in the first place, of course, but it would need to be implemented as a filesystem in order to replace NFS.

    4. Re:Samba on Linux vs. NFS on windows by Abnormal+Coward · · Score: 1

      linux has samba support, you need it as a module (smbfs.o) or built into the kernel.

      Might be worthing reading 'man mount' :).

    5. Re:Samba on Linux vs. NFS on windows by Outland+Traveller · · Score: 1

      You're right. I wonder why I never noticed that before. I'll try it out today.

    6. Re:Samba on Linux vs. NFS on windows by Rick+the+Red · · Score: 2
      OK, but you didn't answer my question: What do you use to share files in a pure Unix environement? Or do you use NFS like everybody else, even though it sucks? :-)

      --
      If all this should have a reason, we would be the last to know.
    7. Re:Samba on Linux vs. NFS on windows by silas_moeckel · · Score: 1

      In a pure Unix shop NFS is great for diskless boxen (and about your only choice for some) now if you want to get something done try Coda it rocks there is something about be able to get to your files on the network server on a disconnected laptop and a disk based cache does wonders to migrating network latencys away from the interactive side (read CAD shops)

      --
      No sir I dont like it.
    8. Re:Samba on Linux vs. NFS on windows by ahodgson · · Score: 1

      Linux has supported smbfs for aeons. the mount syntax is goofy but it works fine.