search for: printcmd

Displaying 20 results from an estimated 45 matches for "printcmd".

2007 Feb 01
1
Vista password being rejected on share security mode
...printer admin = root, guest show add printer wizard = yes load printers = yes default devmode = yes printcap name = /tmp/etc/printcap [printers] comment = All Printers path=/shares/Volume1/__var/spool/samba printing = brcm guest ok = yes printable = yes browseable = no print command = chmod 666 %s; printcmd jobsubmit %p '%J' %x '%u' lpq command = printcmd queuestat %p lprm command = printcmd jobcancel %p %j lppause command = printcmd jobpause %p %j lpresume command = printcmd jobresume %p %j queuepause command = printcmd queuepause %p queueresume command = printcmd queueresume %p [Fil...
2013 Feb 08
3
DNS caching is not working on CentOS
...61208 568 pts/2 R+ 11:07 0:00 grep pdns-recursor [root at qmail ~]# [root at qmail ~]# [root at qmail ~]# [root at qmail ~]# [root at qmail ~]# dig mx blm.gov @127.0.0.1 ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-20.P1.el5_8.6 <<>> mx blm.gov @127.0.0.1 ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 4634 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;blm.gov. IN MX ;; Query time: 0 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Fri Feb 8 11...
2000 Jun 21
1
postscript problem in 1.1.0
...ux. When I try to open a postscript file, I get the error Error in old$command == "default" : comparison (1) is possible only for vector types The offending line seems to be if (old$command == "default") old$command <- if (!is.null(cmd <- getOption("printcmd"))) cmd else "" which has been added since 1.0.1. The problem seems to be that old has no component named command. ps.options doesn't return any such component, nor will it allow any such component to be set, even with override.check = T. And removing the l...
2006 Sep 05
4
DNS resolve.conf not working
...ot true of a server running a DNS Cache server. I can do a netstat -e and show a connection to the DNS servers but it will not resolve any domain names (please see below). Any thoughts? [root at ftp ~]# dig yahoo.com ; <<>> DiG 9.2.4 <<>> yahoo.com ;; global options: printcmd ;; connection timed out; no servers could be reached [root at ftp ~]# netstat -e Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode tcp 0 0 10.0.2.5:32806 66.81.0.251:dom...
2001 Oct 18
2
dev.print() in R for windows
...> dev.print() Error in PS(file, old$paper, old$family, old$encoding, old$bg, old$fg, : unable to start device PostScript In addition: Warning message: printing via file = "" is not implemented in this version > One explanation of the problem is that getOption("printcmd") is NULL and frankly I wouldn't know what to put there (Win NT 4, or Win 2k). Of course all this not a big problem, since at least in RGui, there's the print button that probably everyone uses. OTOH, it would be nice if dev.print() was portable and would work on all platforms (as a...
2005 Feb 13
1
missing X11 graphics title bar
...now how the graphics > window > > > >became so big at some stage. (MacOS X is just cute here: tiny, > sharp, > > > >fast graphics window.) > > > > > > I have the opposite problem, a 1680x1050 display. > > > > > > >Has the options()printcmd reappeared, so that dev.print() works > without > > > >changing default options? > > > > > > I can't imagine how this would change. This is the same "old" > > > RPM, not a new one. The option is there, and I don't think it > > > e...
2006 Feb 09
3
www.lartc.org down?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, am i the only one expereince the downtime of the www.lartc.org site, or is my isp not able to resolve the correct ip address. uwe -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD6zai21PbSdmMKLwRAt1dAJ9CjXgY9NsDg1rbi7nlRmjQLRS5dwCggdlu
2007 Dec 15
2
DNS broken for www.voip-info.org ??
The DNS for www.voip-info.org seems to be non-responsive. Is there a mirror of this invaluable resource site? Tx, Steve dig www.voip-info.org ;; Got SERVFAIL reply from xxx.xxx.xxx.xxx, trying next server ; <<>> DiG 9.4.1-P1 <<>> www.voip-info.org ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 61402 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;www.voip-info.org. IN A ;; Query time: 4724 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Sat Dec 15...
1999 Dec 13
1
Problems with "help(topic,offline=T)"
...for suspicous environment settings but couldn't find anything. Also my dvips without problems produces files and doesn't send its output to the printer when being invoked from the shell level. I thought of problems there because my machine has no local printing device. I set 'options(printcmd="")' which didn't help either. Any ideas? Lots of thanks in advance ... Uli Flenker Institute of Biochemistry German Sports University Cologne Carl-Diem-Weg 6 50933 Cologne / Germany Phone 0049/0221/4982-493 -.-.-.-.-.-.-....
2005 May 11
2
centos 3.5 ?
Hi all, I see centos 3.5Beta in the beta.centos.org. Is this the next release of version 3 ? Strangely, 3.4 is not the final release of version 3 ? Thx Ceg Ryan
2000 Jun 16
1
postscript device on R-1.1.0
...ile = TRUE, ...) { new <- list(onefile = onefile, ...) old <- check.options(new = new, name.opt = ".PostScript.Options", reset = FALSE, assign.opt = FALSE) if (old$command == "default") old$command <- if (!is.null(cmd <- getOption("printcmd"))) cmd else "" .Internal(PS(file, old$paper, old$family, old$bg, old$fg, old$width, old$height, old$horizontal, old$pointsize, old$onefile, old$pagecentre, old$print.it, old$command)) } > temp_check.options(new=list(onefile=T), name.opt...
2003 Apr 18
2
dp.samba.org in a blacklist...
Samba organizers might want to look into this: [ns1:~] dig 150.73.70.66.relays.osirusoft.com ; <<>> DiG 9.2.2 <<>> 150.73.70.66.relays.osirusoft.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28005 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 13 ;; QUESTION SECTION: ;150.73.70.66.relays.osirusoft.com. IN A ;; ANSWER SECTION: 150.73.70.66.relays.osirusoft.com. 6944 IN A 127.0.0.4 ;...
2005 May 09
0
DNS configuration problem
...location. However, this is not what appears to happen when I test it. This are the results that I get when DNS01-03 are all online together. # dig @a.root-servers.net pop3.test.com +trace ; <<>> DiG 9.2.1 <<>> @a.root-servers.net pop3.test.com +trace ;; global options: printcmd . 518400 IN NS C.ROOT-SERVERS.NET. . 518400 IN NS G.ROOT-SERVERS.NET. . 518400 IN NS F.ROOT-SERVERS.NET. . 518400 IN NS B.ROOT-SERVERS.NET. . 518...
2008 Oct 20
1
[Fwd: Question]
I am forwarding this post to the Shorewall Users mailing list. The email address ''support@shorewall.net'' is reserved for sending large or confidential attachments to the Shorewall support team. See http://www.shorewall.net/support.htm -Tom -------- Original Message -------- Subject: Question Date: Mon, 20 Oct 2008 11:30:04 +0000 From: Raul <rfunez@polar.es> To:
2009 Mar 07
3
Mail delivery failing with 450
I'm not sure why this started, but apparently I'm having a DNS problem. Yesterday mail started bouncing with this error: 450 Unable to find obrien-pifer.com I think the messages eventually get delivered, but not sure. I guess I'll see if this one makes the list. I checked my domain using http://www.checkdns.net/ and it gives me a couple warnings. One is that there's no MX
2005 Feb 08
0
RE: [R] Windows Printing and Line Widths
...e to lpr. However, I had an extremely difficult time getting postscript printing under windows. ?postscript recommends the RedMon suite of tools for printing PS files to printers. I had no trouble installing and using this utility from my shell, but under R, I observed this odd behavior: options(printcmd='redpr') plot(1:10) dev.print(file = "Rplots.ps", print.it = TRUE) dev.off() ## Nothing happens!! q() ## Now it prints That is, the file only prints when the R session is closed, and not when the device is closed (contrary to the documentation). After some head banging, I changed...
2010 Mar 08
4
Centos 5.4 DNS resolution issue
...Pinging the resolved google.com ips, nameserver ips works fine but DNS > lookup queries don't. > > Here's some of the digging around that I did: > > dig google.com > ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> google.com > ;; global options: printcmd > ;; connection timed out; no servers could be reached > > nslookup google.com > ;; connection timed out; no servers could be reached > > I didn't observe any UDP/TCP packets during dig and nslookup either > > cat /etc/resolv.conf > ; generated by /sbin/dhclient-scrip...
2011 Jan 12
3
Samba PDC
...------------- ---------------------------- > WEBTENT MAIL I have DNS setup as I believe correct as well as my Samba config... > mail# dig mail.webtent.org > > ; <<>> DiG 9.4-ESV-R2 <<>> mail.webtent.org > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20308 > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1 > > ;; QUESTION SECTION: > ;mail.webtent.org. IN A > > ;; ANSWER SECTION: > mail.webtent.or...
1998 Mar 10
0
R-beta: Printing
...I'm stupid, but I don't understand the documentation concerning printing. 1. How can I print a (nice) listing of any (non graphic) results? 2. What is the difference between "print(object)" and "object" (the direct call)? 3. Which commands are concerned by the "printcmd" option (resp. how can I print PostScript graphics directly)? Another question: Is there any simple way to assign value labels? Thanks! -- ====================================================================== Hubert Palme Bergische Universitaet-Gesamthochschule Wuppertal...
2005 Mar 24
0
Properly setup SRV?
...ng to setup the ability to dial a SIP user via their email address. I'm using SJPhone as my tester UA, but most clients will be using XTen Pro. I added an SRV DNS entry into our zone, and it returns: ; <<>> DiG 9.2.1 <<>> SRV _sip._udp.cytelcom.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47390 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3 ;; QUESTION SECTION: ;_sip._udp.cytelcom.com. IN SRV ;; ANSWER SECTION: _sip._udp.cytelcom.com. 43200 IN SRV 0 0...