Displaying 20 results from an estimated 1000 matches similar to: "print driver options different on samba"
2006 Oct 19
1
non-existing parent directories
hello,
is there a way for rsync to create non-existing parent directories when
syncing files to a destination? something similar to 'mkdir -p
non-existing/directory'. i'm doing 'rsync -r /path/to/source
/path/to/non-existing/directory', and the 'non-existing/directory'
location doesn't exist.
the errors i get is...
rsync: mkdir
2006 May 10
1
2.3.0 make install fails on solaris
hello r development team,
i'm building R 2.3.0 on solaris and when i run the 'make install' i'm
getting a syntax error during the "installing etc ..." which causes the
installation to fail. i get this error whether i use gnu-make of
sun-make, see the error and reasons below.
gmake[1]: Entering directory `/export/medusa/darin/build/R-2.3.0/etc'
installing etc ...
2003 Jan 26
2
Samba spoolfile name
L.S.
Situation:
I am running Samba 2.2.7a as my DPC in a small business network with win98/ME clients.
A big Fiery printer/scanner/copier device is also part of this network. It has its own printserver.
Since Win98/ME can not print to an LPD queue directly, I have setup Samba to spool the printjobs send by the clients to the Fiery server.
All is working well, but there is a small problem.
This
2009 May 14
1
Problem with viewports, print.trellis and more/newpage
Dear R-users,
I have got the following problem. I need to create 4x2 arrays of
xyplot's on several pages. The plots are created within a loop and
plotted using the print function. It seems that I cannot find the proper
grid syntax with my viewports, and the more/newpage arguments.
The following script is a simplification but hopefully will suffice to
illustrate my problem. Any suggestion
2009 Apr 28
1
Understanding padding in lattice
Dear R-users,
I am trying to understand what the different padding arguments in
trellis.par.set are exactly controlling the space around lattice plots.
I have used the following code as a basis for testing but it did not
really help me to visualize how the value of each argument changes the
margins and the plotting area. I guess a better way to visualize the
effects of these padding items
2005 Aug 23
0
[Bug 3029] New: rsync 2.6.6 with acl patch compile fails
https://bugzilla.samba.org/show_bug.cgi?id=3029
Summary: rsync 2.6.6 with acl patch compile fails
Product: rsync
Version: 2.6.5
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2003 May 15
1
How can i remove a win98 driver ?
Hi,
rpcclient $> deldriver "Fiery X3e 31C-M PS v1.1 eu"
Failed to remove driver Fiery X3e 31C-M PS v1.1 eu for arch [Windows 4.0] - error 0xbb9!
(samba 2.2.8)
Thank you
--
Guy Roussin
2018 Nov 12
2
Better cleanup of example session during check
I have a couple of packages (?fiery? and ?reqres') that uses a mock of a rook request for their examples. The mock is an R6 object containing a rawConnection, along with a finalizer that closes this connection when the object is removed. So far so good. I?ve recently been getting CRAN errors due to the rawConnection not being closed in examples
> cleanEx()
Error: connections left open:
2004 Sep 05
1
Printing Problem
Hi there.
I have the following Problem (configuration follows):
I have configured Samba with 3 printers, 2 of them with direct
connection over TCP, because they are connected directly to the
internal network.
When I try to print on one of them, the printing application on a
Windows XP Professional client freezes and a Windows 2000 client
reports an error message,
that there is a problem with
2003 Oct 06
1
MP3s in /var/lib/asterisk/mohmp3 causes Asterisk crash
Hi All,
I have just compiled the newest version of mpg123 on a RedHat 9.0 system
(mpg321 has not been installed) and I am using the newest CVS version of
asterisk. Whenever I place any mp3 files in the
/var/lib/asterisk/mohmp3/ directory, Asterisk crashes a horrible fiery
death.
If mp3s exist in that directory, then I can't even start Asterisk. If I
start it without files then copy
2002 May 15
2
Devices not appearing/Manually add devices to Browse List ?
I'm not quite sure whether this is a plain browsing problem, or a wins
problems, or ...
I had wins running on one machine (Samba(2.0.5a)/SCO Unix), but my main
file server on another (Samba (2.2.1a)/Linux). I moved the wins support to
the Linux server, and at the same time I made the Linux server the Domain
Master Browser, but now some devices have dissapeared from the network.
The devices
2004 Jul 21
2
Anyone heard of BroadVox direct?
Just received:
Cognigen is very proud to announce the official launch
of Broadvox Direct, a new VOIP service.
Broadvox Direct offers unlimited calling plans to
anywhere in the US and Canada for a low monthly payment starting at
$29.95 and basic accounts as low as $12.95.
http://cognigen.net/broadvox/?mu
Anyone know who's behind that? It's not BroadVoice, is it?
2012 Jun 04
0
[LLVMdev] style guidelines
On Mon, Jun 4, 2012 at 2:29 PM, reed kotler <rkotler at mips.com> wrote:
> Probably this has come up before... but have we considered just adopting
> the Google style guidlines and maybe modifying it in some places?
>
Despite working at Google, and having to cope with multiple different
styles in my day-to-day work as a consequence, I would not push for this.
I think that we
2002 May 21
1
HP Jetdirect, Intel Netport, Samba, And Windows XP
Hello,
I have a bunch of Windows XP Pro machines, Samba 2.2.4, and several plotters on Jetdirect cards, and several printers on Netport 10/100 Muli-port network print servers.
I have successfully configured Samba 2.2.4 to allow Windows XP to join the domain controlled by Samba and automaticaly create its own computer account on Samba.
I would now like to setup Samba to share all the printers
2012 Jun 04
2
[LLVMdev] style guidelines
Probably this has come up before... but have we considered just adopting
the Google style guidlines and maybe modifying it in some places?
They have a nice script for c++ which will check for many things.
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py
2018 Apr 09
0
Question about subset
Sent from my iPhone
> On Apr 8, 2018, at 9:06 PM, Sebastien Bihorel <sebastien.bihorel at cognigencorp.com> wrote:
>
> Hi,
>
> The help page for subset states "subset: logical expression indicating elements or rows to keep: missing values are taken as false."
>
> Before I try to re-invent the wheel, I would like to know if one of the base or recommended
2018 Mar 12
0
Equivalent of gtools::mixedsort in R base
1- mixedorder does not work in a "do.call(mixedorder, mydataframe)"
call like the order function does
This is tangential, but do.call(order, mydataframe) is not safe to use in a
general purpose function either - you need to remove the names from
the second argument:
> d <- data.frame(method=c("New","New","Old","Old","Old"),
2018 Mar 12
0
Equivalent of gtools::mixedsort in R base
split any mixed columns into letter and number columns
and then order can be used on that:
DF <- data.frame(x = c("a10", "a2", "a1"))
o <- do.call("order", transform(DF, let = gsub("\\d", "", x),
no =
as.numeric(gsub("\\D", "", x)),
2015 Aug 18
2
Segfaults after upgrade to Debian Jessie
On Mon, 2015-08-17 at 17:37 +0200, Stephan Bosch wrote:
> > Unfortunately my vacation rule no longer works though. I'm getting "sieve:
> > user's script dict:proxy::sieve;name=active doesn't exist (trying default
> > script location instead)"
> [...]
> > I guess I'm doing something stupid. Any ideas?
>
> Could you enable mail_debug and
2009 Feb 03
2
Numeric class and sasxport.get
Dear R-users,
The sasxport.get function (from the Hmisc package) automatically defines
the class of imported variables. I have noticed that the class of
theoretically numeric variables is simply "labelled", although character
variables might end up been defined as "labelled" "Date" or "labelled"
"factor".
Is there a way to tell sasxport.get to