OpenSolaris

CIFS Client Release Notes

These release notes document the Beta3 code drop of the CIFS client module (SMBFS). The purpose of this document is to give you information about this distribution, its capabilities, and any known limitations and bugs. The release notes also provide instructions on installing and uninstalling the CIFS client module, information about accessing the CIFS client source files, reporting bugs, and making contributions to the code.

This document covers the following topics:

Installing and Uninstalling the CIFS Client Packages
Accessing the CIFS Client Source Files
Known Limitations
Known Bugs
Reporting Bugs
Making Code Contributions

The Beta3 version of the CIFS client module is a Solaris Virtual File System (VFS) that permits the Solaris OS to look up, read, and write files on a Windows server or on a system that runs Samba. Such systems use the SMB/CIFS distributed file system protocol.

You can use the CIFS client module to view available shares on a server and mount the shares on your system. You can create, delete, and write files on the mounted CIFS share.

The Beta3 version of the CIFS client module can also use the existing Kerberos client mechanism setup to authenticate users with an CIFS server.

Updated versions of several existing Solaris binaries are delivered as part of the Beta3 code drop, so be sure to install the new versions when prompted to do so during installation.

This Beta3 release includes the following Solaris packages:

SUNWsmbfskr - kmdb modules
SUNWsmbfsr - SMF support
SUNWsmbfsu - all new kernel modules, libraries and binaries
SUNWsmbfstest - modified existing Solaris binaries

These packages are based on and have been tested with the OS/Net (ON) Nevada Build 79. The binaries in these packages are expected to run without issues starting with Build 77. Builds prior to 76 cannot use these packages due to major Virtual File System incompatibilities.

The CIFS client team values your feedback and thanks you for using this Beta3 release of the CIFS client software! If you encounter problems or issues that are not mentioned in the Known Limitations and Known Bugs sections, see the Reporting Bugs section.

Installing and Uninstalling the CIFS Client Packages

The installable Solaris packages are in two tar files.

The smbfs-beta3-bins-20071220.sparc.tar file has the following directory structure:

packages/
packages/sparc
packages/sparc/nightly
packages/sparc/nightly/SUNWsmbfskr
packages/sparc/nightly/SUNWsmbfsr
packages/sparc/nightly/SUNWsmbfsu
packages/sparc/nightly/SUNWsmbfstest

The smbfs-beta3-bins-20071220.i386.tar file has the following directory structure:

packages/
packages/i386
packages/i386/nightly
packages/i386/nightly/SUNWsmbfskr
packages/i386/nightly/SUNWsmbfsr
packages/i386/nightly/SUNWsmbfsu
packages/i386/nightly/SUNWsmbfstest

NOTE: Updated versions of several existing binaries are delivered as part of the Beta3 code drop, so be sure to install the new versions when prompted to do so during installation.

If you uninstall the Beta3 packages, the original versions are restored.

You can install and uninstall the CIFS client packages by using the Solaris packaging tools:

Accessing the CIFS Client Source Files

This Beta3 release also includes a tar file that contains the CIFS client sources.

Download the smbfs-beta3-src-20071220.tar file to your system and release the files from the tar archive with the following command:

# tar xvf smbfs-beta3-src-20071220.tar

If you want to build the sources, you must have a working OpenSolaris source workspace set up and building.

Building the CIFS client packages now requires you to have the closed bins in place. There are more steps with the Beta3 because of greater integration with the Solaris OS. To build, do the following:

% ws path-to-workspace
% tar xvf path-to/smbfs-beta3-src-20071220.tar
% ( cd $SRC/uts && dmake -k all_h install_h )
% ( cd $SRC/lib/libc ; dmake install_h )
% ( cd $SRC/lib/libc ; dmake install )
% ( cd $SRC/lib/libuutil ; dmake install )
% ( cd $SRC/lib/libavl ; dmake install )
% ( cd $SRC/lib/libzfs ; dmake install )
% $SRC/quickbuild

The following list shows the source locations for each of the CIFS client modules:

Known Limitations

Known Bugs

Following is the list of open bugs in the Beta3 CIFS client:

Bug ID Synopsis
6607513 mount get "device busy" after dbench and rm testing
6633213 TX cifs mount is read only on samba server when the labels are equal

Reporting Bugs

For each problem you encounter, send the following information to help the team determine the root cause of the problem:

  1. Describe the problem and describe what you were doing when you encountered the problem.

    NOTE: Give as much information as you can to enable the team to reproduce the problem.

  2. Describe your configuration.

    For example, x data servers running on x machines.

  3. Describe the bits you have installed.

    For example, run the following command on all machines:

    % cat /etc/motd
  4. If the problem is a panic, include the stack trace and access to the core file.

  5. If possible, a snoop or ethereal trace would be helpful in many cases, especially with issues unique to a particular server.

    For example, run this command:

    # snoop -o /tmp/bug1.snoop client-name server-name
  6. Send the information in an email message to the smbfs dash discuss at opensolaris dot org alias.

The CIFS client team will not provide patches or fixes to this distribution. However, any new bugs and issues will be logged into our tracking tool. These issues will be evaluated for inclusion in future releases.

Making Code Contributions

If you would like to contribute to this project, contact the CIFS client team at the smbfs dash discuss at opensolaris dot org alias.

The acceptance or rejection of code from a community member will follow this existing OpenSolaris process:

  1. An internal CIFS client project sponsor (sponsor) is assigned to an external contributor (contributor).

  2. The sponsor reviews the changes from the contributor and determines whether to accept or reject them.

    • If the changes are accepted, the sponsor integrates the changes from the contributor into the CIFS client project gate.

    • If the changes are rejected, the sponsor notifies the contributor that the changes have been rejected.