HP3000-L Archives

March 1998, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Dave Debus <[log in to unmask]>
Reply To:
Dave Debus <[log in to unmask]>
Date:
Wed, 4 Mar 1998 16:01:53 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (123 lines)
Hi all
    I had to rebuild a system and (long story short) I am having
trouble  with printing again.
I can connect and browse via quest and shared accounts with no problem.
I am running
SAMBA under inetd. When any of my users try to print, it appears to them
that all is well
from the client side. The print messages all indicate that the printing
was successful. But, on the server side, all of the output is left in
the /bin directory like this: USERNAME.######. I have included the
inetdcnf and services file along with smb.conf.

[global]
  interfaces = ###.###.###.###/###.###.###.###
  printcap name = /usr/local/samba/lib/printcap
  debug level = 3
  admin users = MANAGER.SYS
  load printers = yes
  server string = SAMBA/iX on SYSTEMC
  workgroup = production
  guest account = MGR.SAMBA
  username map = /usr/local/samba/lib/users.map
  print command = /usr/local/samba/lib rawlp %s %p ;rm%s

[tmpshare]
  comment = serves /tmp (writable) for guest
  path = /tmp
  guest ok = yes
  write ok = yes

[docs]
  comment = Samba doc files from /usr/local/samba/docs
  path = /usr/local/samba/docs
  guest ok = yes
(24/68) Continue?
  write ok = no

[html]
  comment = Samba doc files from /usr/local/samba/html
  path = /usr/local/samba/html
  guest ok = yes
  write ok = no

[webdoc]
  comment = Easy access to /WEB/DOC for AUTHOR.WEB
  path = /WEB/DOC
  guest ok = yes
  write ok = yes
  valid users = AUTHOR.WEB

[Circuser]
  comment = Circulation Users
  path = /CIS/DOC
  guest ok = no
  write ok = yes
  valid users = ENTRY26.CIS

[admin]
(47/68) Continue?
  comment = System Administrators Folder
  path = /
  guest ok = no
  write ok = yes
  valid users = MANAGER.SYS

[6]
  comment = HP Production Printer
  path = /tmp
  create mask = 0700
  print ok = yes
  guest only = yes
  printable = yes

[printers]
  comment = All HP-3000 Spooled Printers
  browseable = no
  printable = yes
  writable = no
  create mode = 0700
  path = /tmp
  guest ok = yes

SERVICES.NET

echo           7/tcp                 # Echo
echo           7/udp                 #
discard        9/tcp  sink null      # Discard
discard        9/udp  sink null      #
daytime       13/tcp                 # Daytime
daytime       13/udp                 #
chargen       19/tcp  ttytst source  # Character Generator
chargen       19/udp  ttytst source  #
ftp           21/tcp
telnet        23/tcp
time          37/tcp  timeserver     # Time
time          37/udp  timeserver     #
domain        53/tcp  nameserver     # Domain Name Service
domain        53/udp  nameserver     #
bootps        67/udp                 # Bootstrap Protocol Server
bootpc        68/udp                 # Bootstrap Protocol Client
tftp          69/udp                 # Trivial File Transfer Protocol
nmbp         137/udp                 # samba stuff
smbp         139/tcp                 # samba stuff
DAServer     987/tcp                 # SQL distributed access

INETDCNF.NET

echo         stream tcp nowait MANAGER.SYS internal
echo         dgram  udp nowait MANAGER.SYS internal
daytime      stream tcp nowait MANAGER.SYS internal
daytime      dgram  udp nowait MANAGER.SYS internal
time         stream tcp nowait MANAGER.SYS internal
time         dgram  udp nowait MANAGER.SYS internal
discard      stream tcp nowait MANAGER.SYS internal
discard      dgram  udp nowait MANAGER.SYS internal
chargen      stream tcp nowait MANAGER.SYS internal
chargen      dgram  udp nowait MANAGER.SYS internal
telnet       stream tcp nowait MANAGER.SYS internal
#bootps       dgram  udp wait   MANAGER.SYS /SYS/NET/BOOTPD bootpd
#tftp         dgram  udp wait   USER.TFTP /SYS/NET/TFTPD tftpd
nmbp         dgram  udp wait   MANAGER.SYS /SYS/SAMBA/NMBD  nmbd
smbp         stream tcp nowait MANAGER.SYS  /SYS/SAMBA/SMBD  smbd

ATOM RSS1 RSS2