Samba 3.6 Released With SMB2 Support 88
Jeremy Allison - Sam wrote in to let us know the Samba project has made a major new release. The main highlight is support for SMB 2.0 which was released as part of Windows Vista. There are a number of other improvements to printing support, clustering, and identity mapping; details can be found in the release notes.
Awesome (Score:5, Funny)
I love playing as the Princess since she can float.
Context for moderators (Score:2, Informative)
Among fans of classic video games, "SMB2" refers to the video game Super Mario Bros. 2: Mario Madness for Nintendo Entertainment System. It was the first game where Peach (then known only as Princess Toadstool) was playable. There is another game also called Super Mario Bros. 2: The Lost Levels, a mission-pack sequel to the original Super Mario Bros. that took a long time to get released outside Japan. This one is abbreviated "SMB2 (J)".
Jokes about classic Mario games have been around since the dawn of S
Re: (Score:2)
Go look up Doki Doki Panic for Famicom.
That's where US SMB2 came from. It was rebranded with "mario", and tougher. You had to beat the game with all characters, not just 1. And the waterfalls were headache-inducing.
Re: (Score:2)
-1 for pedantry.
Re: (Score:2)
Yes, well indeed, "The lost levels" IS SMB2. The other one is an Arabian adventure called Doki Doki Panic, with sprites replaced. Thus, the Americans were fooled :P
See: http://www.progressiveboink.com/archive/dokidokipanic.html [progressiveboink.com]
About time... (Score:1)
I've been waiting since Sept 1/88. Now if they'd only add support for the light gun my life would be complete.
End of an era? (Score:5, Interesting)
For the first time in 13 or so years, I'm not admining a samba instance at home or work. Recently killed off the last samba share at home due to some VLAN changes. Mounted filesystems all go over the AFS, or the netatalk. I don't do the "vista" and microsoft thing in general, so that doesn't matter. The macs tolerate the AFS and love the netatalk. The PCs actually work flawlessly as AFS clients, much better than in years past. The unix boxes all use the trinity of AFS / kerberos / ldap, and pretty much, always have used that. Samba, wheres that go, in this picture?
Is there any reason to move back? or light up a new Samba so I could.... ummm
Re: (Score:3)
So you don't use it, does that make it an end of an era?
Like it or not, but there are millions of small offices out there with Windows clients hanging off a Linux file server, so it's anything but the end of an era, especially as SMB2 is actually a much nicer protocol than SMB1.
Re: (Score:2)
I personally switched because the alternatives finally worked better, did more of what I wanted, better cross platform support... Its the end of an era where the best LAN protocol for a new deployment is SMB...
I acknowledge that switching is easier when you're only talking about a couple dozen boxes instead of 25K boxes. I suppose they'll always be legacy environments. That does not mean I'm actively interested in new advances in token ring cabling, or IPX/SPX, or decnet.
Re: (Score:2)
AFS looks pretty complex to set up, whereas Samba is dead simple. Am I missing something?
Re: (Score:2)
AFS looks pretty complex to set up, whereas Samba is dead simple. Am I missing something?
Must be. All I had to do was apt-get install netatalk and I had home directories. One line per share for additional directories to share took care of everything else. It just worked...
Re: (Score:2)
AFS and AFP are not the same thing.
Re: (Score:2)
AFS, for a start, is massively too complex for most home users or small business users, unless they have dedicated admins who understand it.
I used AFS at home for a while, combined with Kerberos, for purely geek reasons. Being able to cd in to my friend's home directory in /afs/athena.mit.edu/users/ was amusing for a while. Until you remember that it's still as slow as hell when you're going out over your DSL connection and across the Atlantic to do it.
One of these days I might set it up again with Window
Re: (Score:2)
AFS, for a start, is massively too complex for most home users or small business users,
Maybe if you set it up by reverse engineering the source code or watching protocol analyzer streams.
There's enough recipes out there, that if you can bake a cake, you can set up LDAP/Kerberos/AFS. In fact there are recipes that are so detailed they show screenshots and exactly what to type at each stage. Its literally easier than setting up a webserver (I've certainly done both enough times...). You know how you open a quality mouse hardware, and there's a printed poster with a dozen steps of how to inst
Re: (Score:2)
The quality of information out there has probably improved quite a bit since I did it then, which was a considerable amount of time ago, really. Well, considerable by the standards of the internet (I suspect it might be getting on for 10 years ago). I was using a stack of OpenAFS, MIT Kerberos and OpenLDAP.
Re: (Score:2)
AFS and AFP are not the same thing.
D'oh. You are correct, sir.
AFS is much more complicated to set up. I've set up & used AFS for a couple of months; AFS then smacked in the face with its shortcomings. AFS isn't a POSIX compliant FS - file locking in particular doesn't follow POSIX semantics, which introduces a number of limitations that aren't immediately apparent.
Fire up KDE or GNOME and watch things break in strange and confusing ways... Home folders for a Linux Desktop typically have some form of database or file that can be accesse
Re: (Score:2)
That's very disappointing to hear, but it matches up with the minimal research I'd done. I'd love the feature set (networked, local caching, kinda like Google Gears but for a home directory) but it sounds like a very big hassle with lots and lots of warts.
Re: (Score:2)
The wards are what pushed me towards NFSv4:
- Kerberos is supported on NFSv4.
- NFSv4 took inspiration from the good things in AFS; a full NFSv4 implementation will have local caching and will be securable over the Internet.
- If only somebody who has a clue would add support for something other than the old single DES for encryption (as is the case with NFSv3 & current builds of v4 on Linux). Sadly, I'm not that guy.
Re: (Score:2)
Really because I remember listening to an interview with Jeremy Allison who said it was terrible compared to SMB and that the only reason it was invented was to fuck with Samba. I believe this was it. http://www.twit.tv/floww14 [www.twit.tv]
Re: (Score:3)
The information came from someone within Microsoft who would have known at the time . Still, you make the best of what you have. The main advantage of SMB2 is that the Windows client redirector was completely rewritten and will now do pipelining of reads and writes. No reason that couldn't have been done in SMB1 - Volker did it for our smbclient libraries - but I believe Microsoft were really scared of messing with the SMB1 code. Everyone who knew it well had already left :-) . One of the benefits of no mon
Re: (Score:3)
I just looked at AFS on Wikipedia and it looks very interesting.
What implementation of AFS do you use, server side and client side?
Do you have any books or documentation online you could recommend?
Re: (Score:2)
Try http://www.coda.cs.cmu.edu/ [cmu.edu] Coda first it's a derivative of AFS2
Re: (Score:2)
Is Coda still developed? It seemed dead to me last time I went looking into the alternatives (some years ago, I'll admit).
Re: (Score:2)
Is Coda still developed? It seemed dead to me last time I went looking into the alternatives (some years ago, I'll admit).
Its dead; although no one develops it, supposedly it works. There's a mailing list with very light traffic, meaning either it never breaks or no one uses it, hard to say.
I've heard it compared to XFS; Its very non-mainstream. Its users like it because of its special abilities. Sometimes it blows up very spectacularly and no one can figure out why. I have nothing against those characteristics; in my youth I dated women just like that. Just know what you're getting into.
Re: (Score:2)
I just looked at AFS on Wikipedia and it looks very interesting.
What implementation of AFS do you use, server side and client side?
Do you have any books or documentation online you could recommend?
Sorry for responding late but thats how it goes. The plain ole off the shelf Debian packages. Debian infrastructure uses LDAP internally, they eat their own dogfood, if there is one piece of infrastructure I'd trust it would be the Debian LDAP packages...
The openafs guys make installable packages for mac and windows clients. Really boring, install and it goes. I am told its a stereotypical windows/mac experience in that either it "just works" or it is simply beyond untroubleshootable. Therefore since i
Re: (Score:1)
Try again, CIFS or SMB was an invention of an IBM employee back in the bad old dos days. Microsoft has used and heavily modified what we now know.
Re: (Score:2)
This guy must frequent Wikipedia.
Re: (Score:2)
Is there any reason to move back? or light up a new Samba so I could.... ummm
There are two reasons I continue to use Samba: laziness and it "just works" (for most definitions of "works"). Every single even remotely common personal computing platform has a SMB client either built in or readily available. This means that alternatives can't just be equal, they have to be better enough that it justifies the effort involved in installing and configuring the relevant client software rather than just clicking a few buttons and picking the share(s) you want to access.
To directly answer yo
Re: (Score:2)
FTP? Webdav? For the leaching, mythtv-web assuming thats what you're doing, or simple http server?
Re: (Score:2)
Still not as universal and easy to use as SMB. Neither OS X nor Windows' built-in GUI FTP clients are particularly useful (OS X's is read-only for some reason) and neither of those protocols have autodiscovery. If I open up the network browser on any of my machines, SMB shares are the only ones that will show up on all of 'em. Obviously the Macs also see AFP shares and if I have Avahi set up right it's possible to make WebDAV show up in Windows and Linux.
Again it's about simplicity and universality. Bot
AFS? (Score:1)
rdesktop (Score:2)
Re: (Score:2)
Huh? I used it all the time at work.. works great.
Re: (Score:3)
I use it often as well. It runs circles around VNC. If that's the result of Linux having a poor client, then the performance of VNC is really sad.
Re: (Score:2)
I use it often as well. It runs circles around VNC. If that's the result of Linux having a poor client, then the performance of VNC is really sad.
VNC sucks because it just sends blocks of pixels. RDP, as I understand it, can send blocks of pixels but can also send rendering commands so your local system does the rendering instead (e.g. telling it to draw a line diagonally across the screen rather than drawing the line locally and then sending the entire screen again).
Rather like Unix has been doing with X11 forever, which apparently sucks so bad it has to be replaced with Wayland which will only allow remote display by sending blocks of pixels becaus
Re: (Score:2)
I find Remote Desktop better for general usage, though when I tried to use 3D Studio Max over a slow encrypted connection, VNC felt more responsive.. I suppose when there is a lot of complex rendering going on it is sometimes better to just send the bitmap than the rendering info!
Re: (Score:1)
Now we just need someone to update rdesktop to actually work at all. ftfy.
rdesktop is old and outdated, but the basic features work well with recent versions of Windows, including redirecting sound and disks and automatic logon. The problem is with new features and bugs that never got fixed.
Re: (Score:3, Informative)
Windows Vista? (Score:2)
They released a new version of Windows?
Re: (Score:1)
No more moderate button :( (Score:1)
That's funny. If I had a moderate button to go with my moderator points, I'd mod you up.
SMB 2.0 (Score:1)
And how long will it take before Microsoft begins patent litigation against anyone who dares use Samba 3.6 in a commercial product?
Re:SMB 2.0 (Score:4, Informative)
Microsoft contributes to Samba and sees it as a necessary product. For mindlessly evil patent abuse, please visit your local Apple store, thanks.
Re: (Score:2)
Not to let Microsoft off the hook, but between the EU stomping on them and the reality that Samba is used in a helluva lot of different products, they simply can't afford to play hard ball with it. If they try to screw over the Samba team, they're going to piss off a lot of folks that build tech not just for *nix installations, but NASs and the like.
Re: (Score:2)
Is Samba really more prevalant than FAT? Microsoft sued over FAT a few years ago.
Re: (Score:2)
Microsoft today and Microsoft a few years ago are two different companies.
Re: (Score:1)
Re: (Score:2)
In pure numbers, no, but as a networking and communications protocol, it's all but ubiquitous in the enterprise market. A lot of organizations have built their IT infrastructure around Samba's working with Windows SMB.
Re: (Score:1)
Re: (Score:2)
I think Nintendo is a bigger worry.
I am glad to hear. (Score:5, Insightful)
There is so much Microsoft Bashing going on that projects like Samba tend to get pushed off as "One of those" Project that only support the Evil Microsoft by Conforming to their standards, vs. trying to make Microsoft Better support ours.
But I have found in Real Life, these tools greatly help increase the usage of Open Source systems. As well deminishes the need to use Microsoft Standards. As you setup you Samba Share and a NFS share (or whatever you want to use) that goes to the same files, you allow your organization to move away from those windows desktops.
Re: (Score:2)
I think it's been 10 years since I heard anyone actually put forth the idea that isolationism would be good for open source. Embrace, extend, extinguish worked well for Microsoft. Open Source has done well with just the first two.
Re: (Score:2)
You are implying Open Source does not extinguish the systems it extends? All those dead (or zombie) Unix variants would tell a different story.
It's about time to EEE Windows (too bad Exchange still holds).
Re: (Score:1)
No, I mean that extinguish isn't necessarily a goal. Like Linus said, "I'm not out to destroy Microsoft. That will just be a completely unintentional side effect."
Re: (Score:3)
It comes to play right after:
# dmesg | tail -n1
lp0: on fire
Re:I am glad to hear. (Score:4, Informative)
You don't need likewise-open (which might now be better named "likewise-closed" as it's been sold off to another company, probably to "monetize" all the suckers who installed the "free" version :-). Winbindd which ships with Samba will do the authentication and is developed and tested in conjunction with the rest of Samba.
Jeremy.
Re: (Score:2)
You don't need likewise-open (which might now be better named "likewise-closed" as it's been sold off to another company, probably to "monetize" all the suckers who installed the "free" version :-). Winbindd which ships with Samba will do the authentication and is developed and tested in conjunction with the rest of Samba.
Jeremy.
Yeah? And WTF makes you such a Samba genius?
(Yes moron moderators, I read his UID. Laugh.)
Re: (Score:2)
Jeremy Allison is a Samba developer. He does tend to know more than a little bit about how it works.
His UID is meaningless, the fact that his job is 'maintaining Samba' qualifies him to talk about it
Re: (Score:1)
Re: (Score:2)
In what world is the application supposed to concern itself with such things?
Re:so does it handle subnets yet ?? (Score:5, Informative)
We've handled that case since the mid 1990's...
Jeremy.
Re: (Score:2)
Folks, it doesn't get any more informative than this! Straight from the source....
Comment removed (Score:5, Informative)
Re: (Score:1)
Re: (Score:1)
Re: (Score:2)
There is nothing databases use that regular file handling doesn't. In other words, SMB2 cannot ensure basic consistency.
Avoiding data corruption in corner cases is hard to do, and NFS doesn't go that stellar either, but this regression is something we need to be aware of.
Re: (Score:2)
This was biting some of my users after migrating a file sharing server from W2k3 to W2k8r2. This is the future?
Re:SMB2 and databases (Score:4, Informative)