Displaying 20 results from an estimated 1000 matches similar to: "Sharing a windows printer problem"
2002 Sep 14
3
printing in dos slows
Hi,
I have an issue in dos printing. My okidata dot matrix printer is directly
connected to linux box and is a shared printer in samba . I am using lprng.
My problem is with dos printing. When i print, it spools first indicated in
the windows printer window. It takes a minute before it actually sends to
the linux box, you will see an indicator of spooled bytes. Once it is
submitted it prints
2002 Feb 20
2
smbprint & .config
I seem to have some issues coming to terms with the new smbprint configuration. Not that it is all that new, but I have worked on a ton of AIX Samba systems that are runing 1.9.x and the smbprint worked great in all aspects. The box's couldn't be upgraded (or so said the company that did application builds related to Samba). The printers were and are hosted from windows95 workstations
2008 Jul 30
3
Sharing Printer Stop Working: error writing spool : NT_STATUS_ACCESS_DENIED
Previously I have a working print server using samba with below setting:
[global]
printcap name = cups
printing = cups
security = share
[printers]
browseable = yes
printable = yes
public = yes
create mode = 0700
guest only = yes
use client driver = yes
guest account = smbprint
path = /home/smbprint
I could print both from linux and windows XP.
But recently (Samba 3.0.22),
2001 Mar 29
1
Samba Printing to Win98
I am trying to allow printing from my linux box to my win98 box, to which my
epson stylus printer is attached. It's just not happening...something tells me
I'm flirting with a world of pain.
I *can* print a file by going:
smbclient //rory/EPSON
translate
print /etc/group
but I cannot print from applications, nor can i use smbprint. I tried going:
cat /etc/passwd | sh -x smbprint
2001 Sep 28
1
BUG + FIX in smbprint
Dear Samba Team,
the smbprint script as provided with Suse7.2 for Samba Version 2.2.0
did not work. The problem was that the file to be printed was not
transfered via stdin after the print - command.
I changed the smbprint script to pass the commands via the -c option.
My changes and comments are marked with MR27092001MR in the smbprint
attached.
I did not find this in the lists, so I hope this
2000 Aug 17
1
smbprint strange problems
Hello people,
ok just a small problem I have with my samba settings.
I have a RH 6.0 file/printer server that is connected to some Windoze 98
machines and a couple of Macs. The linux machine also has one printer on its
local port lpt1. Ok...I have set up everything and currently I can print
from the Windozes and the Mac to the printer that is localy connected on the
Linux server.
What I want
1999 Jul 13
1
Printing to NT: problem with smbprint
Hi,
Maybe someone can help me. I am running FreeBSD 3.2 with
Samba 2.0.4b and NT Server 4.0 with SP3 and I added the BSD
machine to its server list. My printer is setup on my NT for print
sharing. Well if I connect to the share name of the printer via
smbclient ( ./smbclient \\\\ESAU\\EPSON -U login%password) I
am able to successfully access it and even print. However, when I
use the
1999 Aug 17
0
Easy Solaris2.5.1/Samba2.0.3 ???
All,
I only recently started using the Samba product on our Solaris 2.5.1 server.
I am using it for the sole purpose of creating unix type queues (actually
win clients with attached printers) to allow a 3rd party application (using
Oracle8.0.4) to print to client pc's. The 3rd party application will only
print via a unix queue. Below is the error I receive when trying to use
smbclient;
2004 Sep 09
1
"username map" parameter not working after upgrade to SAMBA 3
I have been using the "username map" parameter for some time on various
versions of Samba 2, and it has worked nicely. Last week I upgraded to
Samba 3 and integrated with Active Directory. Since I am using Solaris
8, and "nsswitch.conf" doesn't support winbindd, I am using the "add
user script" parameter to add users. What is happening is that users in
2003 Nov 23
1
smbprint
While trying to configure my *nix box to print to windows, I discovered
my samba build does not have the smbprint utility. I saw no option in
the configure/make script to build with the smprint utility.
Is there an option that will build this tool?
Thanks!
Joe Cipale
--
#----------------------------------------------------------#
# "Don't fear the penguin!"
2004 Nov 22
1
RE: Samba installation error
hello Dirk,
thanks for the info. Sorry, im new to the Linux World.
I just wanted to ask, will the samba2.....that comes with my RedHat9.2 installation work for what I want to achieve(to connect my LinuxPC to my Windows PC so that I can exchange files between the two?) - im asking so that I dont uninstall Samba2 and begin to have problems installing the new version.
Also, you said "it has
2003 Apr 10
1
Printing from Linux to an NT printer
Hello, Samba team! I am very new to Linux and Samba, so probably my problem is that I need to study more Linux basic concepts, but in the meanwhile, I need to get this working:
I have to print from a Linux Suse 7.2 box, where I have installed Samba, to a printer connected to an NT box. I have found things written for printing the other way around, but not too much this way. I defined a printer
1999 Jan 21
3
Windoze Printer and Linux Box Setup Woes
Okay... seems I still cannot get anything working right with this as far
getting it to print. Here is the three different files which I would like all
to look at and see what I have screwed up since it refuses to print.
Here is the setup of the network:
HP 5L connected to Win95 - 192.168.0.1
Linux - Zeus - 192.168.0.3
-----------SMB.CONF FILE------------
; /etc/smb.conf
[global]
printing =
2004 Nov 28
1
Cann't get Windows XP system to find Samba printers
I have a Brothre HL-1440 laser on my Linux system I wish to share. But,
I can not get the Windows system to "see" it. I already have disk shares
That the windows system can access, so something is working Here is my
entries in smb.conf
load printers = yes
printcap name = cups
printing = cups
security = share
[printers]
comment = All Printers
browseable = yes
2002 Sep 11
2
Can't print to win client
I've connected a BSD machine to a WinME machine in the office to
begin experimenting with samba. I've been messing about with it but
I can't get a print of samba files to the WinME printer.
My /var/spool/lpd/canon directory contains .config, .seq, status
and lock files and a whole bunch of files that aren't getting printed
to the remote printer.
my .config file has: server=ICE1
2009 Nov 13
1
shrink list by mathed entries
Hello
a <- c("Mama", "Papa", "Papa; Mama", "", "Sammy; Mama; Papa")
a <- strsplit(a, "; ")
mama <- rep(F, length(a))
mama[sapply(a, function(x) { sum(x=="Mama") }, simplify=T) > 0] <- T
papa <- rep(F, length(a))
papa[sapply(a, function(x) { sum(x=="Papa") }, simplify=T) > 0] <- T
# ... more
2004 Mar 10
1
Having problems uninstalling Samba 2.2.7a in RH 9
Dear all,
Many months ago John Terpstra took time and helped this newby get samba
3.0 installed and working really well on my server at the time.
Unfortunately the server died on me. Now I have a new one I am attemping
to install Samba 3 on but i get this conflict with version 2.2.7a that
came with RH 9. I can not remove it.
I have tried several methods and it still there cause 3.0 will not
1998 Jul 15
3
smbprinting --> HP
HI all,
Question:
I have a freeBSD box using smbprint to print on a HP jet direct printer
attatched to a NT server.
However the formatting is horrible and it only prints out about the first 2
lines of a file. Any suggesstions out there?
thanks!
-aaz
2004 Nov 22
0
RE: Samba installation error
If you just want to share some files, version 2 will fit your needs.....
So skip the part installing samba and continue with setting it up from the howto.....
Mit freundlichem Gru?,
Dirk Laurenz
Systems Engineer
Fujitsu Siemens Computers
Sales Central Europe Deutschland
Professional Service Organisation Nord / Ost
Hildesheimer Strasse 25
30880 Laatzen
Germany
Telephone: +49
2002 Sep 10
3
XP woes
Working with Windows XP and debian Samba 2.2.3a on a box as my PDC. Sign
or seal patch
was applied. The past few days when we have been adding new computers
running windows XP to
the domain we have had machines tell us they have joined the domain, but
when we
try to log onto them using a "domain" account we get the following error on
the
PC:
"The system could not log you on to