similar to: The mystery of the vanishing print job

Displaying 20 results from an estimated 4000 matches similar to: "The mystery of the vanishing print job"

2000 May 30
6
Time Synchronisation
Hi. I'm running on a Windows 98 client and an RS6000 with Samba 2.0.7 (latest). I've used "net time \\ibrissde /SET /YES" to sync the times between the two systems ... but if I save a file onto the RS6000 through Samba on a mapped drive the file in UNIX is 1 hour old. I haven't been able to find any help on this so I'm assuming it's a bug !? This was also true
2013 Jan 26
2
different legends in lattice panels
Hi listers, I want to make lattice plots xyplots with the indication of legends inside each panel with only the points and the lines actually ploted inside each given panel according to the group(ing) factor. The code below shows what I have achieved so far and I hope will make clear what I want to have. It seems to me that my solution is a very "dirty hack" and there certainly is
2003 Aug 13
1
stars graphs
Hi listers, A few days ago I posted a question about the use of the stars function on selected lines of a frame. Thanks to two helpers, a closer look at the scale argument allowed to partially solve the problem. Yet I still have a problem with stars. Allow me to explain what I intend to do (sorry for my poor English and the long post): I want to graph an activity index of a fish during the day
2003 Aug 07
1
graph for selected lines in stars()
Dear listers, The following command (derived from the example in the ?stars help page) works : data(mtcars) stars(mtcars[, 1:7]) But the following gives an error: stars(mtcars[1, 1:7]) Error in s.y[i, ] : incorrect number of dimensions I was expecting to have the star graph for the first line (Mazda Rx4) The following give an incorrect graph for the first two cars : stars(mtcars[1:2, 1:7])
2008 Dec 03
3
Stable Samba for AIX5.1
Hello, I need to upgrade Samba 2.2.2 to a stable Samba version compatible with AIX5.1 . Need to know the samba version I need to download and apply. Tito
2016 Dec 13
2
spec file frustration (rant)
On 12/13/2016 03:34 PM, Phil Wyett wrote: > On Tue, 2016-12-13 at 14:16 -0800, Alice Wonder wrote: >> I'm getting spec files from centos git which is really convenient when >> the related source is easy to find. But some things - e.g. from a spec file >> >> # How to create the source tarball: >> # >> # git clone
2016 Dec 13
8
spec file frustration (rant)
I'm getting spec files from centos git which is really convenient when the related source is easy to find. But some things - e.g. from a spec file # How to create the source tarball: # # git clone git://git.fedorahosted.org/git/python-rhsm.git/ # cd client/python-rhsm # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz Never used tito before, so I install it and try, and rather than
2016 Dec 14
2
spec file frustration (rant)
On 12/13/2016 03:57 PM, Phil Wyett wrote: > On Tue, 2016-12-13 at 15:39 -0800, Alice Wonder wrote: >> On 12/13/2016 03:34 PM, Phil Wyett wrote: >>> On Tue, 2016-12-13 at 14:16 -0800, Alice Wonder wrote: >>>> I'm getting spec files from centos git which is really convenient when >>>> the related source is easy to find. But some things - e.g. from a spec
2013 Sep 22
2
Problem wit glusterfs-server 3.4
Hi at all! i'm trying to use glusterfs for the first time and have the following problem: I want to have two nodes. On node1 I have a raid1-sytem running in /raid/storage Both nodes see the other and now I try to create a volume. While I create the first volume on a fresh system (node1) for the first time, gluster said: volume create: glustervolume: failed: /raid/storage/ or a prefix of it
2002 Oct 02
1
Synchronizing two folders
Hello, I'm quite new to rsync, and after reading and checking some examples I still have a question regarding synchronization: What arguments should I use if I want to synchronize two folders? I need to make sure that after synchronization, contents on each side are the same. If I have new files in folder #2, these aren't copied to folder #1 after the process. It only passes files
2009 Nov 27
1
Build of XML package failed
Hi list, It may be a FAQ, but I searched the web and Uni of Newcastle Maths and Stats and R mailing list archive on this issue but was unable to find a solution. I would appreciate any pointer to help me solving this. I am using R version 2.10.0 (2009-10-26) on linux mandriva 2010.0 I tried to install the XML_2.6-0.tar.gz package both with install.packages('XML', dep=T) from within R
2018 May 01
4
Merging dataframes
Hi, May I please ask how I do the following in R. Sorry - this may be trivial, but I am struggling here for this. For two dataframes (A and B), I wish to identify (based on a primary key-column present in both A & B) - 1. Which records (rows) of A did not match with B, and 2. Which records of B did not match with A ? I came across a setdt function while browsing, but when I tried
2002 Jun 10
1
setgroups error in Rsync: Configuration or Missing Part?
I've been trying to get my two Mac OS X computers to sync using rsync 2.5.5. I have one set up as the host with --daemon and the other with a client running. I was encountering an @ERROR: chroot failed error in my messages. I found that the problem lied in a misconfiguration of the rsyncd.conf file. I had tried to specify a POSIX pathway using the quoted foward-slash method. Once I got past
2009 Jul 09
2
Mysteriously vanishing LD_LIBRARY_PATH
Using R-2.8.0 and R-2.8.1, I get behaviour like this: R version 2.8.0 (2008-10-20) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 [....] > Sys.getenv("LD_LIBRARY_PATH") LD_LIBRARY_PATH
1999 Dec 16
0
Win9x printer automatic installation
Hi everyone, I've had automatic printer driver installation running fairly nicely for a while now, but getting the drivers for your newest printer to automatically install completely is a pain in the neck. Basically, everything works except for adding a new section to win.ini, and a registry entry for the printer. All the driver files get copied over, and the printer appears as one would
2018 May 01
0
Merging dataframes
Hello, Is it something like this that you want? x <- data.frame(a = c(1:3, 5, 5:10), b = c(1:7, 7, 9:10)) y <- data.frame(a = 1:10, b = 1:10) which(x != y, arr.ind = TRUE) Hope this helps, Rui Barradas On 5/1/2018 11:35 AM, Chintanu wrote: > Hi, > > > May I please ask how I do the following in R. Sorry - this may be trivial, > but I am struggling here for this. >
2003 Feb 13
3
search contrasts tutorial
I'm looking for a tutorial or notes on the use of contrasts factor in linear model in R, I've found some mails and infos about in various documents about R, but I've probably missed a good review on this subject. -- Robert Espesser Laboratoire Parole et Langage UMR 6057, CNRS 29 Av. Robert Schuman 13621 AIX (FRANCE) Tel: +33 (0)4 42 95 36 26 Fax: +33 (0)4 42 59 50
1999 Sep 09
1
SAMBA digest 2226
samba@samba.org ????????: > SAMBA Digest 2226 > >For information on unsubscribing see http://samba.org/listproc/ >Topics covered in this issue include: > > 1) RE: weird printing problems. > by "cbrink" <cbrink@allsportssupply.com> > 2) Re: weird printing problems. > by "John J. LeMay Jr." <jlemay@njmc.com> > 3) Connection
2004 May 04
3
Smbd not running
Hi, I installed Samba on Solaris to enable me print from the solaris workstation to a windows print server. When I start smbd and nmbd , smbd does not run but nmbd runs
2004 Mar 08
3
SIP registration fails
Thanks for the info so far. I am still trying to asterisk'ize my ML9.2 firewall box and can't get the external SIP registration to work. If I hook up my Sipura directly to the WAN it registers OK. This is the message I get from asterisk: Mar 8 21:03:07 NOTICE[196621]: chan_sip.c:3140 sip_reg_timeout: Registration for '263872@192.246.69.223' timed out, trying again If tried