From 9b11bb26b1ea0adfbbf1a32f0ad12567609a1f14 Mon Sep 17 00:00:00 2001
From: Samba Release Account In Rob Newberry's words (rob@eats.com, Sun, 4 Dec 1994): The answer is "No." Samba speaks SMB, the protocol used for Microsoft
-networks. The Macintosh has ALWAYS spoken Appletalk. Even with
-Microsoft "services for Macintosh", it has been a matter of making the
-server speak Appletalk. It is the same for Novell Netware and the
-Macintosh, although I believe Novell has (VERY LATE) released an
-extension for the Mac to let it speak IPX. In future Apple System Software, you may see support for other
-protocols, such as SMB -- Applet is working on a new networking
-architecture that will --> -- make it easier to support additional
-protocols. But it's not here yet. Now, the nice part is that if you want your Unix machine to speak
-Appletalk, there are several options. "Netatalk" and "CAP" are free,
-and available on the net. There are also several commercial options,
-such as "PacerShare" and "Helios" (I think). In any case, you'll have
-to look around for a server, not anything for the Mac. Depending on you OS, some of these may not help you. I am currently
-coordinating the effort to get CAP working with Native Ethertalk under
-Linux, but we're not done yet. lkcl - update 09mar97 - the answer is "Yes!". Thursby now have a
+CIFS Client / Server - see
+http://www.thursby.com/. They test it against
+Windows 95, Windows NT and samba for compatibility issues. At
+present, DAVE is at version 1.0.0. DAVE version 1.0.1 is in beta,
+and will be released in April 97 (the speed of finder copies has
+been greatly enhanced, and there are bug-fixes included). Alternatives - There are two free implementations of AppleTalk for
+several kinds of UNIX machnes, and several more commercial ones.
+These products allow you to run file services and print services
+natively to Macintosh users, with no additional support required on
+the Macintosh. The two free omplementations are Netatalk,
+http://www.umich.edu/~rsug/netatalk/, and CAP,
+http://www.cs.mu.oz.au/appletalk/atalk.html. What Samba offers
+MS Windows users, these packages offer to Macs. For more info on
+these packages, Samba, and Linux (and other UNIX-based systems)
+see
+http://www.eats.com/linux_mac_win.html3.2 "Session request failed (131,130)" error
@@ -76,20 +74,31 @@ it.
To syncronize your PC's clock with your Samba server:
-* Copy timesync.pif to your windows directory -* timesync.pif can be found at: -http://samba.canberra.edu.au/pub/samba/binaries/miscellaneous/timesync.pif -* Add timesync.pif to your 'Start Up' group/folder -* Open the properties dialog box for the program/icon -* Make sure the 'Run Minimized' option is set in program -'Properties' -* Change the command line section that reads \\sambahost to reflect -the name -of your server. -* Close the properties dialog box by choosing 'OK'
++
Each time you start your computer (or login for Win95) your PC will synchronize it's clock with your Samba server.
+Alternativley, if you clients support Domain Logons, you can setup Domain Logons with Samba +- see: +BROWSING.txt *** for more information.
+Then add +
+
+NET TIME \\%L /SET /YES
+
+
+as one of the lines in the logon script.
A network-printer (with ethernetcard) is connected to the NT-Clients via our UNIX-Fileserver (SAMBA-Server), like the configuration told by -Matthew Harrell harrell@leech.nrl.navy.mil (see WinNT.txt)
-1.) If a user has choosen this printer as the default printer in his +Matthew Harrell harrell@leech.nrl.navy.mil (see WinNT.txt) +
2.) If the printer is connected to the network everything works fine.
-3.) When the smbd ist started with debug level 3, you can see that -the -NT spooling system try to connect to the printer many times. If -the -printer ist not connected to the network this request fails and -the -NT spooler is wasting a lot of time to connect to the printer -service. -This seems to be the reason for the slow network connection.
-4.) Maybe it's possible to change this behaviour by setting different -printer properties in the Print-Manager-Menu of NT, but i didn't try -it yet.
+connection of his filesystems. It's very slow. +On the server side, Samba uses the Unix TZ variable to convert -internal -timestamps to and from local time. So on the server side, there are -two -things to get right.
-1. The Unix system clock must have the correct Universal -time. -Use the shell command "sh -c 'TZ=UTC0 date'" to check this.
-2. The TZ environment variable must be set on the server +internal timestamps to and from local time. So on the server side, there are +two things to get right. +
3. TZ must have the correct value.
-3a. If possible, use geographical time zone settings +/etc/TIMEZONE or /etc/default/init, or run the command `zic -l'. +
3b. If your system does not support geographical time -zone +tables at +ftp://elsie.nci.nih.gov/pub/. +
StdOffset
where:
-`Std' is the standard time designation -(e.g. `PST').
-`Offset' is the number of hours behind UTC -(e.g. `8'). +Posix TZ strings can take the following form (with optional +items in brackets): +
+ StdOffset[Dst[Offset],Date/Time,Date/Time] ++ +where: +
`Dst' is the daylight-saving time designation -(e.g. `PDT').
-The optional second `Offset' is the number of +daylight-saving time. +
`Date/Time,Date/Time' specify when
-daylight-saving
-time starts and ends. The format for a date
-is
-`Mm.n.d', which specifies the dth day (0 is
-Sunday)
-of the nth week of the mth month, where week 5
-means
-the last such day in the month. The format
-for a
-time is
Other Posix string formats are allowed but you don't -want -to know about them.
-On the client side, you must make sure that your client's clock and +The default is 1 hour ahead of standard time. +
Question: -> On NT, I opened "Printer Manager" and "Connect to Printer". -> Enter "\\ptdi270\ps1" in the box of printer. I got the -> following error message: -> -> You do not have sufficient access to your machine -> to connect to the selected printer, since a driver -> needs to be installed locally.
-Answer:
+On NT, I opened "Printer Manager" and "Connect to Printer". +Enter "\\ptdi270\ps1" in the box of printer. I got the +following error message: +
+
+ You do not have sufficient access to your machine
+ to connect to the selected printer, since a driver
+ needs to be installed locally.
+
+
+
+Answer:
In the more recent versions of Samba you can now set the "printer driver" in smb.conf. This tells the client what driver to use. For -example, I have:
-printer driver = HP LaserJet 4L
-and NT knows to use the right driver. You have to get this string +example, I have: +
+
+ printer driver = HP LaserJet 4L
+
+
+
+and NT knows to use the right driver. You have to get this string
exactly right.
To find the exact string to use, you need to get to the dialog box in your client where you select which printer driver to install. The correct strings for all the different printers are shown in a listbox in that dialog box.
-You could also try setting the driver to NULL like this:
-printer driver = NULL
-this is effectively what older versions of Samba did, so if that +
You could also try setting the driver to NULL like this: +
+
+ printer driver = NULL
+
+
+
+this is effectively what older versions of Samba did, so if that
worked for you then give it a go. If this does work then let me know
and I'll make it the default. Currently the default is a 0 length
string.
--
cgit