Displaying 20 results from an estimated 6000 matches similar to: "Print Problem - printcap file cups"
2004 Mar 22
1
CUPS setup with 3.0.3pre1
Hello,
I am currently trying to setup Samba 3.0.3pre1 to share my freshly
installed LaserJet. I have NOT had any printer until now, so I can't
tell you if the behavior was different before 3.0.3pre1.
The problem:
My smb.conf contains:
> [global]
> ## Printing
> load printers = yes
> printcap name = cups
> printing = cups
> [printers]
> comment
2004 Feb 10
2
CUPS printing on Fedora with 3.0.2 RPMs
I have upgraded my Fedora Core 1 file server from the distribution
supplied 3.0.0 RPMS to the Fedora/Samba 3.0.2 RPMS I found on the Samba
Web Site.
After doing this, printers are not be recognized or shared.
When I restarted the server this message showed up in
/var/log/samba/log.smbd:
[2004/02/09 18:00:04, 0] printing/pcap.c:pcap_printer_fn(361)
Unable to open printcap file cups for
2004 Jan 18
1
loading print driver question
I am trying to add print drivers for a samba shared printer to a Windows
2000 group - Everything up to this step works - I am using Samba 3.0.1
rpcclient -d 100 -Uroot -c 'adddriver "Windows NT x86" \
E323:LMAAE1DD.dll:\
LMAAE1P1.PPD:LMAAE1DA.DLL:LMAAE1DA.HLP:\
NULL:RAW:LMAA1B1.DLL,LMAAE1BJ.DLL,LMAAE1BT.DLL,LMAAE1DA.ALL,LMAAE1ED.DLL,LMAAE1PI.EXE,\
2002 Nov 16
1
upgraded to kernel 2.4.19 from 2.4.7, samba not found from windows, network ok
Hi,
I have updated my old 2.4.7 kernel to 2.4.19 using the full download
from kernel.org and installed samba-2.2.6
Using my old kernel i can access every share and everything works fine.
Using my new kernel also everything works but samba,.
i can telnet the system, ftp also works ok, but windows 2k tells me
server not found if i try to acces the shares.
i think, i forgot something to compile to
2003 Jun 10
2
Cups printing works but status is always Access Denied
I have a RedHat 9 installation running XFS.
Cups 1.1.17-13 is installed
I have compiled and installed Samba 2.2.8a and everything appears to be
working apart from a minor printing problem.
After I have installed a printer on my Win2K workstation I can print via
samba to the cups printer using the windows PCL print driver and it works
fine.
However the printer status is always 'Access denied,
2004 Jan 19
1
Need Samba printing help
I am posting again - Please help.
I am trying to add print drivers for a samba shared printer to a
Windows2000 group - Everything up to this step works - I am using Samba
3.0.1
rpcclient -d 100 -Uroot -c 'adddriver "Windows NT x86" \
E323:LMAAE1DD.dll:\
LMAAE1P1.PPD:LMAAE1DA.DLL:LMAAE1DA.HLP:\
NULL:RAW:LMAA1B1.DLL,LMAAE1BJ.DLL,LMAAE1BT.DLL,LMAAE1DA.ALL,LMAAE1ED.DLL,LMAAE1PI.EXE,\
2002 May 14
0
Solaris 2.8 Samba 2.2.[2|4]/CUPS 1.1.14 compilation problem
Hi,
I've been trying to get Samba so tie with our departmental
CUPS ssetup. I tried setting:
load printers = yes
printing = cups
printcap name = cups
etc in the smb.conf, but after a while discovered in log.smbd that:
[2002/05/14 17:24:22, 0] printing/pcap.c:pcap_printer_fn(373)
Unable to open printcap file cups for read!
(Aside but possibly of interest - this
2003 Dec 09
3
Samba 3.0.0, CUPS support - "Unable to open printcap file cups for read!"
Hello,
I've compiled Samba 3.0.0 with CUPS support. I verified this:
# ldd /usr/local/samba/sbin/smbd
*snip*
libcups.so.2 => /usr/lib/libcups.so.2 (0x400dc000)
*snip*
My smb.conf was copied from the HOWTO and the relevant sections look
like:
[global]
*snip*
# print support
load printers = yes
printing = cups
printcap name = cups
*snip*
[printers]
comment = All
2004 May 24
1
debian unstable 3.0.4-3 panics
Hi All,
I had been doing some testing with the Debian 3.0.4-x versions of samba.
On two sepearte systems, running different configs, I've found that smbd
panics unless the [printers] section is removed from smb.conf. Errors
generated as follows...
(System #1) Server role: ROLE_DOMAIN_MEMBER
Smb.conf...
[Global]
security = DOMAIN
printcap name = cups
printing = cups
[printers]
1999 Nov 25
4
compile error
Hi,
I'm trying to get Samba-2.1.0-prealpha compiled but I always get stuck
at the following error message:
root@pc2:/usr/src/samba-2.1.0-prealpha/source > make
Using LIBS = -lcrypt
Linking bin/rpcclient
rpcclient/rpcclient.o: In function `process':
rpcclient/rpcclient.o(.text+0x4c3): undefined reference to
`wait_keyboard'
collect2: ld returned 1 exit status
make: ***
2006 May 11
11
[PATCH] Integrating applications into Mini-OS
I sent this patch directly to Gregor, and neglected to CC this list.
Sorry about that.
I''d like to make it so that there is no need to modify any Mini-OS
source files when extending it with an application. All that is
required is a change to Makefile, and a small change to kernel.c,
printf.c, and string.c. I have enclosed the patch.
With this patch, one could write an application in a
2004 Aug 17
3
2 gb size limit
To All any help would be appreciated,
I am running Redhat Linux Advanced Server release 2.1AS
I do a uname -a and get the following 2.4.18-14smp
I have samba 2.2.7-3.7.2
I have setup a share going from linux to windows and it seems to work fine
up to 2 gig
when it hits 2 gig it stops. Do I need to upgrade to a newer release of
samba.
Thank You
Ralph
Ralph Feole
LogistiCare, Inc.
2005 Aug 15
3
Pinning L1 page table with wrpt
hi,
it seems I no longer need to pin l1 pages when running with writable
page tables in xen-unstable -- e.g. I can now pin a l2 table without
having pinned its l1 descendants first, without Xen complaining. Do I
understand things correctly?
thanks,
Jacob
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Mar 22
5
hardware accelerated 3D-graphics in Win-XP-domU possible?
Is there any way to make gaming in domU work? It''s not clear to me, if
this can be done with open-gl or so.
If this is impossible now, is some development planned in this area?
Eventually I would wait buying my next pc until the necessary cpu features
are available.
TIA, martin
--
_______________________________________________________________________________
No MS-Word attachments
2005 Oct 09
3
bcmxcp - Powerware 9125
I'm currently testing the bcmxcp driver for NUT, and it causes me some
trouble. And when scanning the archives it seems like the 3110 USB problem
reported recently.
The bcmxcp daemon stops running, and the logs shows the following:
Oct 6 14:22:32 host.dom.tld bcmxcp[82628]: Communications with UPS lost:
Receive error (data): got -1 bytes instead of 28!!!
Oct 6 14:22:33 host.dom.tld
2004 Jan 14
1
disappearing files
Samba 2.2.7-3.7.2 on Redhat 7.3
Have a samba server setup that has been running for over a year now.....
fairly simple configuration - it is functioning as a stand=alone server
with smbpasswd backend. Everything has been working properly until
recently - now randomly some directories do not display their contents.
There are files in the directory, I've checked the ownership/rights on the
2005 Oct 03
26
xenstore documentation
hi,
it would be extremely useful for me if someone with knowledge of how
the current tools and drivers use Xenstore would be kind enough to
update the Wiki with current information. I have been spending quite a
lot of time trying to get my domU connected to a block device in dom0
using a home-brewed domain creation tool, and I am still at the
''Timeout connecting to device!''
2007 Jan 03
4
Xenbus watch firing over and over
hi,
I am trying to add xenbus watch support to mini-os, but am getting into
a endless loop of watches firing over and over. Below is an excerpt from
the xenstore tracefile:
IN 0x805acc8 20070103 19:32:18 WATCH
(/local/domain/0/backend/vif/26/0/state 00043818 )
CREATE watch 0x805a8b8
OUT 0x805acc8 20070103 19:32:18 WATCH (OK )
OUT 0x805acc8 20070103 19:32:18 WATCH_EVENT
2015 Sep 09
0
CUPS not generating a printcap file
According to all of the documentation I can find, an /etc/printcap file
(or whatever filename is specified with the Printcap directive) is
generated by cupsd ever time a printer is added or removed. On all of my
CentOS 6.7 systems, this is NOT happening. I can restart cups and add or
remove printers over and over and it still doesn't generate the printcap
file.
Is this a known issue, or is
2003 Sep 09
0
SMB/Cups Printcap problem.
Hello all.
I'm currently setting up a RedHat box with 4 nics to handle SMB
printing for 4 separate subnets.
I have CUPS printing set up and functioning. I have a separate
smb.conf file configured to bind to one interface each, and everything
is dandy.
Here is where I hit my problem. When I have the following line from
the conf file set as you see it, I see all the print queues without