1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
5 >Compiling and installing Samba on a Unix host
</TITLE
8 CONTENT=
"Modular DocBook HTML Stylesheet Version 1.7"><LINK
11 HREF=
"samba-faq.html"><LINK
13 TITLE=
"General Information"
14 HREF=
"faq-general.html"><LINK
16 TITLE=
"Configuration problems"
17 HREF=
"faq-config.html"></HEAD
28 SUMMARY=
"Header navigation table"
45 HREF=
"faq-general.html"
59 HREF=
"faq-config.html"
74 >Chapter
2. Compiling and installing Samba on a Unix host
</H1
84 HREF=
"faq-install.html#AEN84"
85 >I can't see the Samba server in any browse lists!
</A
89 HREF=
"faq-install.html#AEN89"
90 >Some files that I KNOW are on the server don't show up when I view the files from my client!
</A
94 HREF=
"faq-install.html#AEN92"
95 >Some files on the server show up with really wierd filenames when I view the files from my client!
</A
99 HREF=
"faq-install.html#AEN96"
100 >My client reports
"cannot locate specified computer" or similar
</A
104 HREF=
"faq-install.html#AEN103"
105 >My client reports
"cannot locate specified share name" or similar
</A
109 HREF=
"faq-install.html#AEN112"
110 >Printing doesn't work
</A
114 HREF=
"faq-install.html#AEN120"
115 >My client reports
"This server is not configured to list shared resources"</A
119 HREF=
"faq-install.html#AEN124"
120 >Log message
"you appear to have a trapdoor uid system"</A
124 HREF=
"faq-install.html#AEN132"
125 >Why are my file's timestamps off by an hour, or by a few hours?
</A
129 HREF=
"faq-install.html#AEN155"
130 >How do I set the printer driver name correctly?
</A
140 >2.1. I can't see the Samba server in any browse lists!
</A
143 >See Browsing.html in the docs directory of the samba source
144 for more information on browsing.
</P
146 >If your GUI client does not permit you to select non-browsable
147 servers, you may need to do so on the command line. For example, under
148 Lan Manager you might connect to the above service as disk drive M:
151 CLASS=
"PROGRAMLISTING"
152 > net use M: \\mary\fred
</PRE
154 The details of how to do this and the specific syntax varies from
155 client to client - check your client's documentation.
</P
163 >2.2. Some files that I KNOW are on the server don't show up when I view the files from my client!
</A
166 >See the next question.
</P
174 >2.3. Some files on the server show up with really wierd filenames when I view the files from my client!
</A
177 >If you check what files are not showing up, you will note that they
178 are files which contain upper case letters or which are otherwise not
179 DOS-compatible (ie, they are not legal DOS filenames for some reason).
</P
181 >The Samba server can be configured either to ignore such files
182 completely, or to present them to the client in
"mangled" form. If you
183 are not seeing the files at all, the Samba server has most likely been
184 configured to ignore them. Consult the man page smb.conf(
5) for
185 details of how to change this - the parameter you need to set is
186 "mangled names = yes".
</P
194 >2.4. My client reports
"cannot locate specified computer" or similar
</A
197 >This indicates one of three things: You supplied an incorrect server
198 name, the underlying TCP/IP layer is not working correctly, or the
199 name you specified cannot be resolved.
</P
201 >After carefully checking that the name you typed is the name you
202 should have typed, try doing things like pinging a host or telnetting
203 to somewhere on your network to see if TCP/IP is functioning OK. If it
204 is, the problem is most likely name resolution.
</P
206 >If your client has a facility to do so, hardcode a mapping between the
207 hosts IP and the name you want to use. For example, with Lan Manager
208 or Windows for Workgroups you would put a suitable entry in the file
209 LMHOSTS. If this works, the problem is in the communication between
210 your client and the netbios name server. If it does not work, then
211 there is something fundamental wrong with your naming and the solution
212 is beyond the scope of this document.
</P
214 >If you do not have any server on your subnet supplying netbios name
215 resolution, hardcoded mappings are your only option. If you DO have a
216 netbios name server running (such as the Samba suite's nmbd program),
217 the problem probably lies in the way it is set up. Refer to Section
218 Two of this FAQ for more ideas.
</P
220 >By the way, remember to REMOVE the hardcoded mapping before further
229 >2.5. My client reports
"cannot locate specified share name" or similar
</A
232 >This message indicates that your client CAN locate the specified
233 server, which is a good start, but that it cannot find a service of
234 the name you gave.
</P
236 >The first step is to check the exact name of the service you are
237 trying to connect to (consult your system administrator). Assuming it
238 exists and you specified it correctly (read your client's docs on how
239 to specify a service name correctly), read on:
</P
247 >Many clients cannot accept or use service names longer than eight characters.
</TD
251 >Many clients cannot accept or use service names containing spaces.
</TD
255 >Some servers (not Samba though) are case sensitive with service names.
</TD
259 >Some clients force service names into upper case.
</TD
272 >2.6. Printing doesn't work
</A
275 >Make sure that the specified print command for the service you are
276 connecting to is correct and that it has a fully-qualified path (eg.,
277 use
"/usr/bin/lpr" rather than just
"lpr").
</P
279 >Make sure that the spool directory specified for the service is
280 writable by the user connected to the service. In particular the user
281 "nobody" often has problems with printing, even if it worked with an
282 earlier version of Samba. Try creating another guest user other than
285 >Make sure that the user specified in the service is permitted to use
288 >Check the debug log produced by smbd. Search for the printer name and
289 see if the log turns up any clues. Note that error messages to do with
290 a service ipc$ are meaningless - they relate to the way the client
291 attempts to retrieve status information when using the LANMAN1
294 >If using WfWg then you need to set the default protocol to TCP/IP, not
295 Netbeui. This is a WfWg bug.
</P
297 >If using the Lanman1 protocol (the default) then try switching to
298 coreplus. Also not that print status error messages don't mean
299 printing won't work. The print status is received by a different
308 >2.7. My client reports
"This server is not configured to list shared resources"</A
311 >Your guest account is probably invalid for some reason. Samba uses the
312 guest account for browsing in smbd. Check that your guest account is
315 >See also 'guest account' in smb.conf man page.
</P
323 >2.8. Log message
"you appear to have a trapdoor uid system"</A
326 >This can have several causes. It might be because you are using a uid
327 or gid of
65535 or -
1. This is a VERY bad idea, and is a big security
328 hole. Check carefully in your /etc/passwd file and make sure that no
329 user has uid
65535 or -
1. Especially check the
"nobody" user, as many
330 broken systems are shipped with nobody setup with a uid of
65535.
</P
332 >It might also mean that your OS has a trapdoor uid/gid system :-)
</P
334 >This means that once a process changes effective uid from root to
335 another user it can't go back to root. Unfortunately Samba relies on
336 being able to change effective uid from root to non-root and back
337 again to implement its security policy. If your OS has a trapdoor uid
338 system this won't work, and several things in Samba may break. Less
339 things will break if you use user or server level security instead of
340 the default share level security, but you may still strike
343 >The problems don't give rise to any security holes, so don't panic,
344 but it does mean some of Samba's capabilities will be unavailable.
345 In particular you will not be able to connect to the Samba server as
346 two different uids at once. This may happen if you try to print as a
347 "guest" while accessing a share as a normal user. It may also affect
348 your ability to list the available shares as this is normally done as
351 >Complain to your OS vendor and ask them to fix their system.
</P
353 >Note: the reason why
65535 is a VERY bad choice of uid and gid is that
354 it casts to -
1 as a uid, and the setreuid() system call ignores (with
355 no error) uid changes to -
1. This means any daemon attempting to run
356 as uid
65535 will actually run as root. This is not good!
</P
364 >2.9. Why are my file's timestamps off by an hour, or by a few hours?
</A
367 >This is from Paul Eggert eggert@twinsun.com.
</P
369 >Most likely it's a problem with your time zone settings.
</P
371 >Internally, Samba maintains time in traditional Unix format,
372 namely, the number of seconds since
1970-
01-
01 00:
00:
00 Universal Time
373 (or ``GMT''), not counting leap seconds.
</P
375 >On the server side, Samba uses the Unix TZ variable to convert
376 internal timestamps to and from local time. So on the server side, there are
377 two things to get right.
385 >The Unix system clock must have the correct Universal time. Use the shell command
"sh -c 'TZ=UTC0 date'" to check this.
</TD
389 >The TZ environment variable must be set on the server before Samba is invoked. The details of this depend on the server OS, but typically you must edit a file whose name is /etc/TIMEZONE or /etc/default/init, or run the command `zic -l'.
</TD
397 >TZ must have the correct value.
</P
399 >If possible, use geographical time zone settings
400 (e.g. TZ='America/Los_Angeles' or perhaps
401 TZ=':US/Pacific'). These are supported by most
402 popular Unix OSes, are easier to get right, and are
403 more accurate for historical timestamps. If your
404 operating system has out-of-date tables, you should be
405 able to update them from the public domain time zone
407 HREF=
"ftp://elsie.nci.nih.gov/pub/"
409 >ftp://elsie.nci.nih.gov/pub/
</A
412 >If your system does not support geographical timezone
413 settings, you must use a Posix-style TZ strings, e.g.
414 TZ='PST8PDT,M4.1
.0/
2,M10.5
.0/
2' for US Pacific time.
415 Posix TZ strings can take the following form (with optional
418 CLASS=
"PROGRAMLISTING"
419 > StdOffset[Dst[Offset],Date/Time,Date/Time]
</PRE
430 >`Std' is the standard time designation (e.g. `PST').
</TD
434 >`Offset' is the number of hours behind UTC (e.g. `
8').
435 Prepend a `-' if you are ahead of UTC, and
436 append `:
30' if you are at a half-hour offset.
437 Omit all the remaining items if you do not use
438 daylight-saving time.
</TD
442 >`Dst' is the daylight-saving time designation
447 >The optional second `Offset' is the number of
448 hours that daylight-saving time is behind UTC.
449 The default is
1 hour ahead of standard time.
</TD
453 >`Date/Time,Date/Time' specify when daylight-saving
454 time starts and ends. The format for a date is
455 `Mm.n.d', which specifies the dth day (
0 is Sunday)
456 of the nth week of the mth month, where week
5 means
457 the last such day in the month. The format for a
458 time is [h]h[:mm[:ss]], using a
24-hour clock.
</TD
466 >Other Posix string formats are allowed but you don't want
467 to know about them.
</P
469 >On the client side, you must make sure that your client's clock and
470 time zone is also set appropriately. [[I don't know how to do this.]]
471 Samba traditionally has had many problems dealing with time zones, due
472 to the bizarre ways that Microsoft network protocols handle time
481 >2.10. How do I set the printer driver name correctly?
</A
487 >" On NT, I opened "Printer Manager
" and "Connect to Printer
".
488 Enter ["\\ptdi270\ps1
"] in the box of printer. I got the
489 following error message
494 CLASS=
"PROGRAMLISTING"
495 > You do not have sufficient access to your machine
496 to connect to the selected printer, since a driver
497 needs to be installed locally.
504 >In the more recent versions of Samba you can now set the
"printer
505 driver" in smb.conf. This tells the client what driver to use. For
509 CLASS=
"PROGRAMLISTING"
510 > printer driver = HP LaserJet
4L</PRE
513 >With this, NT knows to use the right driver. You have to get this string
516 >To find the exact string to use, you need to get to the dialog box in
517 your client where you select which printer driver to install. The
518 correct strings for all the different printers are shown in a listbox
519 in that dialog box.
</P
527 SUMMARY=
"Footer navigation table"
538 HREF=
"faq-general.html"
547 HREF=
"samba-faq.html"
556 HREF=
"faq-config.html"
566 >General Information
</TD
576 >Configuration problems
</TD