Displaying 20 results from an estimated 1200 matches similar to: "Samba Print error"
2003 Jan 15
3
Postscript printer PS-Logfile
Hello
I have the following strage problem here.
I have the following smb.conf:
---cut---
tux:/shr/pdfdropbox# more /etc/samba/smb.conf
[global]
workgroup = de_zycko
netbios name = tux
server string = tux
kernel oplocks = No
encrypt passwords = Yes
guest account = Nobody
invalid users = root
# This tells samba to write log files per
2005 Feb 15
2
pdf printing queue never empties out
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings.
I'm seeing an odd problem with 3.0.10 and 3.0.11 here.
We have some pdf printers defined:
[Accounting pdf printer]
printer admin = "DOMAIN+Domain Users"
browseable = yes
path = /pdfdropbox/Accounting
printable = yes
writeable = no
print command = /usr/bin/preprintpdf %s -r
lpq command =
lprm command =
2003 Mar 26
3
Samba 2.2.8-1 as W2k Member server
Hello
I have a problem with setting up Samba as a AD member server.
Environment:
Linux tux 2.2.20-idepci (Debian Woody)
samba 2.2.8-1.woody
samba-common 2.2.8-1.woody
smbclient 2.2.8-1.woody
(samba from people.samba.org/~peloy/samba)
Smb.conf:
---cut---
[global]
printer driver file = /etc/samba/printers.def
encrypt passwords
2013 Apr 04
1
R CMD check --outdir=path gives unknown option '--outdir'
For 'R CMD check', it appears that option '--outdir' is not recognized
and generates warning "unknown option '--outdir'". R CMD check --help
says:
Usage: R CMD check [options] pkgs
[...]
Options:
[...]
-o, --outdir=DIR directory used for logfiles, R output, etc.
(default is 'pkg.Rcheck' in current directory,
2002 Sep 10
1
print command %J (job name) problem
i'm setting up a samba pdf (virtual) printer. it all works, except that
i can't get the windows' job name, to give a readable (and consistent)
name to the generated pdf file. according to the manpage i can use %J to
get the job name, but it doesn't work. the clients are win98 boxes. i
tried to print either a test page, a unsaved word doc and a saved word
doc.
this is the
2008 Oct 03
2
A strange behaviour of file.path in Windows? (PR#13119)
Full_Name: Enrico Pegoraro
Version: 2.7.2
OS: Windows (Vista or Xp PRO) Italian
Submission from: (NULL) (87.4.189.202)
If you send these lines of code:
outdir="c:/pippo"
file.path(outdir,"pluto.html")
R replies correctly:
[1] "c:/pippo/pluto.html"
But if you change the first steps to:
outdir=""
file.path(outdir,"pluto.html")
R replies
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
Avoids trying to create and replace version.h more than once which
led to file-locking errors with multicore builds.
---
Makefile.am | 1 +
win32/VS2015/celt.vcxproj | 48 +++++++++++++++++---------
win32/VS2015/generate_version.vcxproj | 65 +++++++++++++++++++++++++++++++++++
win32/VS2015/opus.sln | 32 ++++++++++++++++-
2003 Mar 26
1
WARNING: The "printer driver location"option is deprecated
Hello
After upgrade to 2.2.8-1 woody fom 2.2.7a I get (apart from other problems)
the following error message:
WARNING: The "printer driver location"option is deprecated
As I use the Samba server only for printing, I'm not sure, what this means
to me, as I have the follwoing in my smb.conf:
printer driver file = /etc/samba/printers.def
Any help is really appreciated.
Thanks a
2004 May 28
0
Samba PDF printer...
Hello
Using Samba 2.2.8a on a Redhat 7.2 box
I set up a PDF generator relying on Samba and a shell script to create
the output.
This works fine but I have a further trouble that I am stumped by. The
files cannot be viewed from within a Citrix session (the point of the
entire exercise) unless they are available from this one NT Server
share. So if I mount a Windows NT server share under
2013 May 20
1
R CMD check: unknown option ‘--outdir==RCHECK’
Dear R devel
I am experiencing a problem using R CMD check. I tried to specify the
argument outdir, but get every time the error message:
Warning: unknown option ‘--outdir==RCHECK’
This happens both on R 2.15.2 Linux, as well as R 3.0.1 Windows, with
latest Rtools. Is it just that I am not passing the argument the right way,
or is there an issue with R CMD check?
I tried to write the argument
2006 May 16
0
Re: [Astlinux-users] British English Female files ready for download
Mark,
While these samples are pretty good they do not work "out of the box" -
there are a couple of issues:
1. the samples are 44100 samples/second and Asterisk needs them to
be at 8000 samples/second. This is what happens if you prune out all of
the Amercian voicemail prompts and substitute yours:
Asterisk 1.2.7, Copyright (C) 1999 - 2006 Digium, Inc. and others.
Created by Mark
2017 Mar 13
0
[PATCH 1/2] v2v: -i ova: Hoist utility functions to the top of the file.
These functions obscure the true flow of the code, so hoist
them out of the source () method to the top of the file.
No change, just refactoring.
---
v2v/input_ova.ml | 139 +++++++++++++++++++++++++++----------------------------
1 file changed, 69 insertions(+), 70 deletions(-)
diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml
index 72a63d3..9a6a615 100644
--- a/v2v/input_ova.ml
+++
2015 Jun 22
5
pdf-printer
Hi,
I recently migrated from samba3 to samba4.
On the samba3 server I had a "printer" that converted pcl6 to pdf. I
tried to make a similar printer in samba4, but it's not working.
Not working means the printed document is nowhere to be found.
This is the section in smb.conf :
[papyrusPDF]
comment = Papyrus-to-PDF printer
path = /var/spool/samba
# guest ok = Yes
2008 Jul 28
1
How to set directory Rscript runs in/Sweave output directory
Hello
I am using Sweave to generate some pdf reports using R on a Windows
platform and would like to control the output directory that the
generated .tex file goes to. Basically I use the following commands in
a batch file:
set outdir=c:/output/1234
Rscript -e Sweave('C:/pathpathpath/script.Rnw')
Which produces script.tex
Sweave has the option of specifying an output directory for
2013 May 21
1
R CMD check: unknown option ?--outdir==RCHECK?
Hi,
I believe this is kind of a long standing bug though. In R-3.0.1, but this
also happened in previous versions, the long version '--outdir' is not
recognised:
For `R CMD check --outdir=mydir pkg_0.1.tar.gz` we get:
Warning: unknown option ‘--outdir=mydir’
But with `R CMD check -o mydir pkg_0.1.tar.gz` we get:
* using log directory ‘/home/renaud/Documents/projects/mydir/pkg.Rcheck’
2013 Aug 28
1
Error when using buildVignettes()
Dear all,
When running function 'testQAReport()', which uses function
'buildVignettes()' to create a pdf-file I get the following error:
> source("testQAReport.R")
> testQAReport()
Error in .get_package_metadata(pkgdir) :
Files 'DESCRIPTION' and 'DESCRIPTION.in' are missing.
Since I did not get this error in earlier versions of R, could you
2016 Nov 23
0
Re: [PATCH v2 4/5] v2v: ova: don't extract files from OVA if it's not needed
On Mon, 21 Nov 2016 16:21:02 +0100
Pino Toscano <ptoscano@redhat.com> wrote:
> On Saturday, 12 November 2016 16:37:52 CET Tomáš Golembiovský wrote:
> > We don't have to always extract all files from the OVA archive. The OVA,
> > as defined in the standard, is plain tar. We can work directly over the
> > tar archive if we use correct 'offset' and
2016 Nov 04
0
[PATCH 4/5] v2v: ova: don't extract files from OVA if it's not needed
We don't have to always extract all files from the OVA archive. The OVA,
as defined in the standard, is plain tar. We can work directly over the
tar archive if we use correct 'offset' and 'size' options when defining
the backing file for QEMU.
This leads to improvements in speed and puts much lower requirement on
available disk space.
Signed-off-by: Tomáš Golembiovský
2010 Jun 06
1
R CMD in 2.11.1 error
Hi,
I have a set of user defined package which I have installed in 2.8.1 for quite some time. I installed 2.11.0 and 2.11.1 a couple of days ago while still having 2.8.1 version in my system. For the package, package.skeleton works fine in R 2.11. However, it comes problem when I run Rcmd check/intall. The intall.out shows below.
I further tested that I reran R-2.8.1/bin/R CMD check in
2004 May 26
1
samba printpdf setup broken in later versions
In the past I've set up a pdf creation utility for windows users based on the info from
http://www.linuxgazette.com/issue72/bright.html
I.E I've got
[pdf-printer]
path = /tmp
printable = yes
guest ok = yes
print command = /usr/bin/printpdf %s
comment = PDF Writer
In my smb.conf and have created a print queue on the windows machine with a postscript
driver. The