similar to: Filename for printing?

Displaying 20 results from an estimated 1000 matches similar to: "Filename for printing?"

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
2003 Oct 21
1
Why does fstab fail when command line mount works?
Okay; I'm stumped. My old boss just asked me a question, and I thought I had an easy answer, but nooooooooo. I also apologize if this has been hashed out, but I'm unable to find the answers after several pages of Google hits. Anyway, if I try to do this: mount -t smbfs -o username=kend,password=blah,workgroup=xanoptix //freedom/kend /mnt/smb/ from the command line, it works fine.
2004 Jul 10
5
Three (quick?) questions...
[Please excuse if this is a repeat; I initially tried to send it from a different account, and it's been held up for a couple of days awaiting moderation.] 1) What's the absolute minimum required (hardware-wise) in order to get one in-bound POTS line into Asterisk, and then have IP phones "inside?" [In other words, I obviously need a NIC -- but what would be the
2003 Feb 24
5
PDF Printer issue
Hello Everyone, I have a slight issue with configuring a PDF printer on my Samba servers. I have input the following into my smb.conf file and it does create the printer as well as work to create PDF files, except that it only functions when "printing" to that printer via Excel 2002. If I attempt it with anything else, even the Windows Test print, it fails. Now, in the Windows
2003 Oct 15
2
samba 3.0.0 winbind starting problems.
I've a little problem starting winbindd. using It on a redhat 9 linux, compiled from source. I've configured nsswitch.conf with winbind and kerberos. Naturally joined my ADS realm with the following command: net ads join -U administrator successfully. now the problem is that smbd and nmbd work correclty but I can't start winbindd due the following error and I can't manage why,
2003 Sep 19
1
Transparent WINS hostname resolution?
Hi, all. I've always assumed that there's a way to do transparent WINS-based hostname resolution, but I'm durned if I can figure out how. In other words, I imagine that you could just add another entry to /etc/resolv.conf (eg., "hosts: files dns wins") that would allow me to ping foo and have it attempt to resolve through each in turn. Does this exist, and I've just
2003 Mar 28
8
Printing with CUPS and PDF
Trying to get one Samba server to serve several printers through CUPS and host a virtual PDF "printer" at the same time. I've gotten them working separately, but not together, and I think I know why. In the smb.conf man page under "print command": "With printing = cups, and if SAMBA is compiled against libcups, any manually set print command will be ignored."
2002 Jul 24
4
ACLs on client Samba machines with Samba PDC.
I've got a Samba box (2.2.5a) as a member of a Samba domain. Both the PDC and client are running 2.4.18 with XFS and ACLs compiled in. Problem: on the client, I can -NOT- modify the ACLs for files from Windows. (Note that I can modify the stock Unix permissions, but not the extended users/permissions that ACL support offers.) If I try, they just vanish when I click "OK".
2003 Jun 10
1
./configure problems using --with-pam under Debian stable.
Hey, all. I'm running Debian stable, and when I try to ./configure --with-pam for either 2.2.7a or 2.2.8a, I wind up with [...] checking whether struct passwd has pw_age... (cached) no checking for poptGetContext in -lpopt... (cached) no checking whether to use included popt... ./popt checking configure summary... configure: error: summary failure. Aborting config There don't appear to
2003 Jan 30
1
not enough charcters available in %J or confusing blanks?
Hi, I try to create PDF files with an modified script from Buchan Milne and have some problems with the Jobname var %J. Because it is better for the users to find an file with an similar name as the original document I'm looking for a way to read out %J, cut some unnessasary stuff and use the rest as new file name. The problem is: In %J in some circumstances is not the complete Jobname as
2008 May 06
2
list manipulation
Hello, I have a set of one-liners (many thanks to previous responses from this list) that I use to look at newly imported data sets with functions like dim(), names(), str(), etc. within lapply(). Generally, these commands work for me but, I am apparently still missing some aspect of list manipulation. I don't understand why I get a set of NULL list elements at the end of each output as
2005 Apr 08
2
Cups print jobnames became SMB jobname not doc name
Since upgrading to Fedora Core 3 the jobname for the files being printed to our PDF CUPS backend have become the Samba jobname as in "SMBPRN.888009.hjdcl" instead of the application filename such as "Microsoft Word - Document1.DOC". This stops us from providing a properly-named PDF file to our users. Our other server that is still on Core 1 does not have this problem.
2017 Dec 06
2
[RFC] Half-Precision Support in the Arm Backends
Thanks a lot for the suggestions! I will look into using vld1/vst1, sounds good. I am custom lowering the bitcasts, that's now the only place where FP_TO_FP16 and FP16_TO_FP nodes are created to avoid inefficient code generation. I will double check if I can't achieve the same without using these nodes (because I really would like to get completely rid of them). Cheers, Sjoerd.
2012 Jun 26
1
Zero inflated: is there a limit to the level of inflation
Hello, I have count data that illustrate the presence or absence of individuals in my study population. I created a grid cell across the study area and calcuated a count value for each individual per season per year for each grid cell. The count value is the number of time an individual was present in each grid cell. For illustration my data columns look something like this and are repeated for
2018 Jan 18
0
[RFC] Half-Precision Support in the Arm Backends
I would like to revive this thread, as I am struggling a lot with the FP16 implementation in the ARM backend. My implementation in https://reviews.llvm.org/D38315 is finished (except one case), but a more robust alternative implementation was suggested. One can indeed argue that my current implementation is a bit fragile, because it involves manually patching up the isel dags for a few cases. The
2004 Jul 05
4
density(x)
Dear experts, when trying to estimate an kernel density function with density(x) I get the following error message with imported data from either EXCEL or text files: Error in density(spr) : argument must be numeric. Other procedues such as truehist work. If I generate data within R density works fine. Does anybody have an idea? Yours -- Christoph Hanck Wissenschaftliche Hilfskraft
2018 Jan 18
1
[RFC] Half-Precision Support in the Arm Backends
Hi Sjoerd, For ISel, I think having a separate register class will give you less headache. I wondering if you could get away with not touching the instructions descriptions at all, instead defining external pattens for the FullFP16 case, like so: def VCVTBHS: ASuI<0b11101, 0b11, 0b0010, 0b01, 0, (outs SPR:$Sd), (ins SPR:$Sm), IIC_fpCVTSH, "vcvtb",
2002 Jun 09
2
"password server" not working: 2.2.4
I've been having some trouble getting ACLs to work under my Samba 2.2.4 client (talking to my 2.2.4 "PDC"). Finally, I checked the log and realized that it wasn't able to map SIDs to UID/GIDs. Further checking, and I realized that the client never made the request to the server. Here's some output from smbpasswd: smbpasswd -D 4 fred Initialising global parameters
2019 Dec 17
2
Spilling to register for a given register class
Hello, for an architecture that doesn't have a good way to load/store a given register class to memory, is it instead easy to spill/fill from another register class instead? e.g. - storeRegToStack/loadRegFromStack use a pseudo instruction and add virtual register operand is not supported (spill optimization doesn't seem to like this). - AMDGPU backend seems to do sth. similar? The only
2004 Feb 09
1
school PDC questions
I need to set up a samba server (I think samba 3.0.2 will be the one) as PDC for my school. It needs to serve mandatory profiles, home dirs, shares, printers. As OS I think redhat will do just fine (or isn't that a good idea?). Authentication would use openLDAP (if I get it online with the hints of realx). Questions: 1. What hardware will do a fine job to do this? 2. Can a webserver run