Slashdot Mirror


Samba: Less Important Because Windows Is Less Important

Jeremy Allison - Sam writes "Interview Bruce Byfield did with me after the Samba 4.0 release. Discusses interactions with Microsoft, the future of the code and project, and many other things."

15 of 162 comments (clear)

  1. Comedy silver by Anonymous Coward · · Score: 5, Funny

    Earlier today I read a man complaining to Slashdot that Linux only has two data sharing options "off" and "configure 400 settings." He was answerred with a post of "just use Samba."

    And then, this.

    1. Re:Comedy silver by robmv · · Score: 4, Informative

      As the person who wrote that comment, I see no contradiction here. Samba 4.0 is needed because it updates everything adding Active Directory protocols. If for some reason all Windows system die tomorrow, Samba 4.0 is less important because the main use of it is Windows interoperability, actual samba is pretty useful for basic file sharing, and if you remove one of the uses of it to something, it become less important. Samba AD integration is not used for Linux system, it is just for Windows clients.

      A project to follow for equivalent functionality of AD for pure Linux system is FreeIPA (still a lot of development ahead but the architecture is good)

    2. Re:Comedy silver by icebike · · Score: 4, Insightful

      If for some reason all Windows system die tomorrow,

      Other than that 800 pound gorilla in the room, there is nobody else around....

      Hand waiving away 90% of the desktop OS users to make a point about samba being less important seems reaching at best.

      I think you could safely make the if for some reason Samba dies tomorrow, Linux in the workplace gets shoveled into the same grave.

      --
      Sig Battery depleted. Reverting to safe mode.
  2. Re: samba - racist by dreold · · Score: 5, Informative

    Samba is a dance. Your confusing it with the term "Sambo" which is generally considered a racist term.

  3. Re:First posting? by aoteoroa · · Score: 5, Insightful

    Samba is absolutely still important. We just take SAMBA for granted now more than ever because it is pre-installed everywhere in almost every appliance. For example buy a $20 internet 'router' from Best Buy that can share a connected USB drive over a LAN and it probably uses SAMBA for functionality.

  4. Re:First posting? by GameboyRMH · · Score: 5, Insightful

    I use Samba at home for my media file shares, and probably still would have even if Windows interoperability wasn't an issue, it's widely supported by most non-Windows OSes (except iOS, the first OS where you need to pay to add on a Samba client. Progress!)

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
  5. Re:First posting? by Jeremy+Allison+-+Sam · · Score: 5, Insightful

    And it still probably won't come with an offer for source code (sigh :-).

    Jeremy.

  6. Re:Too bad SMB is so slow by Jeremy+Allison+-+Sam · · Score: 5, Informative

    It's all in how the server is configured, and if the client will pipeline requests.

    I can easily saturate a gigabit network using modern Linux CIFSFS and Samba. Ensure you turn on pthread based aio on the server, and the client now issues multiple outstanding read/write requests.

    SMB2 makes this easier as it does this by default even on Windows clients. Ensuring your server has the pthread-based aio is the key though (depending on server CPU availablilty - on low end systems some OEM's get more mileage by using zero-copy sendfile/recvfile instead).

    Jeremy.

  7. Re:First posting? by icebike · · Score: 4, Insightful

    Samba is absolutely still important. We just take SAMBA for granted now more than ever because it is pre-installed everywhere in almost every appliance. For example buy a $20 internet 'router' from Best Buy that can share a connected USB drive over a LAN and it probably uses SAMBA for functionality.

    Agreed.

    Samba is not seen as a big issue these days because it works so incredibly well. Software only gets your attention when it fails.

    As for Windows not being as important, that simply is not the case in corporate america. In fact the only reason Linux exists in the corporate world is because of Samba. Any growth if Linux in the server or workstation role is due principally to Samba, and without it there would be virtually zero Linux adaptation in the workplace. Businesses are natural mono-cultures when it comes to computing systems.

    --
    Sig Battery depleted. Reverting to safe mode.
  8. Skewed perspective... by Anonymous Coward · · Score: 4, Interesting

    I had it in my career too. Back in the mid-90s, Linux was used sparingly in certain industries and Windows dominated the workplace. To survive, Linux systems did almost always have to play ball.

    That balance *has* changed, but not quite that much, though perception of what is going on is very very contingent on career path. About 2003 or so, I was going from place to place with significant Linux footprint, but unavoidable Windows instances. As my experience progressed, opportunities that I pursued afforded me the chance to gravitate to nearly Linux exclusive businesses and organizations. If you are a top notch Linux developer, your reality will change so that Windows will not be a large role.

    In relatively recent history, my career has had me participate in more wider sampling of companies with significantly complex IT organizations, despite my recent Linux-exclusive career. I realized that while *my* world had changed, the business world at large was still where it was about 7 years ago with respect to Windows footprint.

    Particularly someone as renouned as Allison is likely to have his world changed for more than typical...

  9. Re:First posting? by Charliemopps · · Score: 5, Interesting

    You say this while I've got a power point presentation open about our new "lets put everyone on Virtual machines and have them remote in via linux terminals!" Something I never thought I'd see. It's not going to happen tomorrow but we're never going to Windows 8 or above. That's relatively clear. Microsoft nailed their own coffin shut.

  10. Re:First posting? by ArsonSmith · · Score: 4, Interesting

    Strange, nearly 20 years and 10 companies as a Linux admin and Samba has always been a slight afterthought, rarely used. I always figured if it wasn't for exchange windows wouldn't even exist in the corporate world any more.

    --
    Paying taxes to buy civilization is like paying a hooker to buy love.
  11. Re:First posting? by Jeremy+Allison+-+Sam · · Score: 5, Informative

    No, you're getting the history the wrong way around.

    Samba was started in '92. The web wasn't on most companies radar until the late 90's.

    Web and database on Linux came in the door opened by file servers :-).

    Our original platform was SunOS (not even Solaris). When Samba started Linux was a toy, it didn't even have networking.

    Jeremy.

  12. Re:First posting? by icebike · · Score: 4, Funny

    FLASH: Man with Linux colored classes sees only Linux machines.
    Film at 11.

    --
    Sig Battery depleted. Reverting to safe mode.
  13. Re:First posting? by Jeremy+Allison+-+Sam · · Score: 4, Informative

    No, I also know when it was first widely adopted. I was around and shepherded it through that remember. It really took off around 1994 when we had very wide use on SunOS and early Solaris use.

    Wider Linux use really didn't start until about until 1996 or so. I remember tridge and I being amazed that making it work on Linux became more important than making it work on SunOS/Solaris/HPUX and other commercial UNIXes.

    Jeremy.