similar to: Problem on smbprint

Displaying 20 results from an estimated 300 matches similar to: "Problem on smbprint"

2002 Sep 03
0
printcap file
Suse Ver. 7.3 profesional Samba Ver. 2.2.1a Windows PC printer Setting smbprint_LS filter in the /etc/printcap file, to print on a printer connected to Windows PC (which is ok on other Linux Slackware and RADHAT versions), no sistem error is generated but the printer don't works and we receive, in /var/mail/root, the following mail: subserver pid 5687 starting at
1999 Apr 10
0
smbprint(ing) to an HP 3100??
Jeff Wiegley wrote >Date: Fri, 09 Apr 1999 11:36:34 -0700 >Subject: Re: smbprint(ing) to a HP 3100?? [snip] >On a linux box: >1) open up netscape >2) print the netscape window to a file "netscape.ps" >3) use ghostscrip to change it to an HP command language... > gs -dNOPAUSE -sDEVICE=ljet2p -sOutputFile=bug.prn netscape.ps -c quit >4) now use smbclient to print
2003 Apr 23
0
apsfilter warning: unknown option 'myhost.mydomain.com'
On Tue, Apr 22, 2003 at 10:09:10AM -0400, jef moskot wrote: > I am having the exact same problem mentioned here: > http://www.apsfilter.org/Lists-Archives/apsfilter-stable-0211/msg00020.html > > This is a fresh install of the FreeBSD port: apsfilter-7.2.5_1 > The OS is also a fresh install of FreeBSD 4.8-RELEASE. > Was a solution ever found for this issue? [ Cc'd to
2015 Jul 15
1
Two bugs showing up mostly on SPARC systems
On Tue, Jul 14, 2015 at 07:52:56PM -0400, Duncan Murdoch wrote: > On 14/07/2015 6:08 PM, Radford Neal wrote: > > In testing pqR on Solaris SPARC systems, I have found two bugs that > > are also present in recent R Core versions. You can see the bugs and > > fixes at the following URLs: > > > >
2002 May 10
2
Samba - cannot print multiple copies
Hi, I successfully setup printing on my FreeBSD box using Samba with apsfilter and lprng. However, I have encountered two issues: 1) Cannot print multiple copies of documents from my windows box (e.g. notepad). Only the first copy is printed and the rest don't get printed. 2) My spool directory is getting filled up and I would like the job removed after the print job is finished I've
2003 Oct 13
0
printers: access denied -- but why?
I am running 2.2.3a-12.3 on Debian stable with Win2k machine and an XP machine on a small home network. I have only just started using printer support and seemed to have it fine with a postscript and a "raw" connection for the HP LJ5MP printer (with internal PS) working fine from W2k and WXP. Then I took the server down as I'll need another parallel port in it. Rebooted after
2003 Mar 19
0
Problem accessing Windows printer from Linux side
I am using Red Hat 8.0 with KDE, and I have installed samba-common and samba-client packages, version 2.2.7-4.8.0. The Windows server is a Windows 2000 Server with a HP LaserJet 4500. I can use "smbclient -L //server -U user" to view the shares. After setting up in the Red Hat Printer Config, now I can see the status of the printer is "Idle (accepting jobs)" in the
2009 Feb 19
2
bugfix for nls with port algorithm (PR#13540)
Full_Name: Manuel A. Morales Version: 2.8.1 OS: Linux Submission from: (NULL) (137.165.199.246) When fitting a model in nls using the algorithm port with constraints and the shorthand parameter[factor] in the model, I get the following error message: "Error in nls_port_fit(m, start, lower, upper, control, trace) : (list) object cannot be coerced to type 'double' In addition:
2010 Jan 02
2
ifelse and piecewise function
I am a novice user of "R" and I'm learning with R version 2.8.1, using WinEdt_1.8.1, under Widows Vista Home Version. ## The test function below, from a vector input, returns vector values: # and it contains an "ifelse"statement TEST<- function(x) { low<- -x^2 up<- x^4 ifelse(x>=0,up,low ) } u<- seq(-1,1,0.5) TEST(u)
1998 Jan 21
0
lpr / lpd in raw mode
Hi Printing in Samba is done this way: 1) Win 95 / 3.1 / NT uses the printer driver you selected there the same way, as if you would print directly to the parallel port, but insted if sending the data to the parallel port, it is send over the network to your samba server. 2) Samba recieves the data, and stores it in a file on your server. 3) Then, lpr ist called with the file the data was
1999 Mar 26
0
HP LJ6 prints blank page at end of W95 print job
I'm trying to use an HP LJ6 as a network printer on a Samba server (linux). Everything works fine except... whenever a W95 print job finishes, the printer throws a blank page. I've tried everything short of hex dumping the output - I've tried using a minimal printcap entry with no filtering, I've tried using apsfilter... The really odd thing is the binary data itself can't be
2023 Feb 20
1
uniroot violates bounds?
Le 18/02/2023 ? 21:44, J C Nash a ?crit?: > I wrote first cut at unirootR for Martin M and he revised and put in > Rmpfr. > > The following extends Ben's example, but adds the unirootR with trace > output. > > c1 <- 4469.822 > c2 <- 572.3413 > f <- function(x) { c1/x - c2/(1-x) }; uniroot(f, c(1e-6, 1)) > uniroot(f, c(1e-6, 1)) > library(Rmpfr) >
2012 Dec 17
1
seeking a help on if function
Hello r helpers! Below is the whole coding for my programme. Before proceed more further, let me explain for you. First of all, I need to compute trimmed mean. Till that step is ok. Then I need to compute ssdw which is sum of square deviation. If I do equal trimming at both tail of distribution that I chose, I will use the first ssd formulae which is "a". But if I am doing unequal
2001 Aug 06
2
Wine with CUPS support
Hello, some time ago, I saw a version of wine that relies on CUPS for printing. At that time I was using apsfilter to print so I didn't fetch this version. Now I'd like to make a download but can't manage to find this version anymore. Any hints? Andi
2001 Nov 24
1
win98printer+samba2.0.7
LaserjetHP4MP is connected to win98 machine "server". My goal is to print from Slackware7.1 machine using Samba. So far, I did: smbclient //server/"HP 4MP" -P ...password etc... smb> print /home/test.txt ...system annonuces printing but nothing really happens until another printing job is being sent from windows machine, printing my linux page as the first one. My
2006 Feb 27
4
Gettext and rails
Hi Im using the newest GetText gem, and Im having problems with classes outside rails, they don''t get translated. For example: I have a class representing access in my app, and it is not a ActiveRecord, just a normal class. When require ''gettext'' and include it in the class, I can use the _('''') methods fine. They get picked upp by rake updatepo.
2001 Mar 29
3
ov_pcm_seek() is very slow...
I realise the it's hard to do a seek in a variable bitrate file but I didn't think it was this bad. It seems to vary a lot with the file but the total time to do an ov_open() and ov_pcm_seek() can add upp to a second or more. By this time my DirectX buffers have wrapped around and are looping. Can anybody think of a solution for this? I really need a faster response time for my in-game
2007 Mar 19
1
Printing via Cups uses lpr ??
Hi everybody, since I got printing working with wine 0.9.15 I just upgraded to 0.9.20 on a Debian etch system. I got libwine-cups installed, and I can print from notepad and some other applications, but not what I expected. All I get is a printout that looks like this: %!PS-Adobe-3.0 %%Creator: Wine PostScript Driver %%Title: Whatever And dozens of blank
1999 Oct 04
0
[Fwd: print queue problem]
William, Thanks for your reply. I'am running SuSe Linux 6.0 with samba version 1.9.18p10. I have installed my HP cdeskjet printer with YAST (SuSe) as a samba printer. SuSe use the apsfilter as print filter. I have a file /etc/apsfilterrc.cdeskjet. In this file there is a line: REMOTE_PRINTER="/usr/bin/samba_print //kinderen/hp -U kinderen -N -P" where kinderen= win98 client on
2003 Apr 12
1
ps commandline option woes (-v weired formatting, more power for -m)
Two issues concerning ps commandline options. 1) -v option, cosmetic ! currently the formatting is very unsexy, makes this option rather unusable, you can't easy follow the columns 2) -m option doesn't have precedence over other options forcing the output to be memory sorted. i.e. -u option implies -r (-r = sort by current cpu usage) Now I find the output format of -u very