similar to: batch mode hangs if dest is uptodate

Displaying 20 results from an estimated 100 matches similar to: "batch mode hangs if dest is uptodate"

2008 Aug 07
2
Cannot link mypackage to 2 other packages
Hi, I need to link mypackage to 2 other packages so I can call some C functions defined in these 2 packages from mine. I've tried Depends: packageA, packageB LinkingTo: packageA, packageB as suggested by the "5.4 Registering native routines" section of the "Writing R Extensions" manual but then only packageA is seen at compilation time (gcc is called with
2013 Jan 27
1
How to remove packages from the active working window
Hi all mailing listers, My question is as follows: e.g. I launched two packages, say packageA and packageB, but they have the function of the same name, leading to masking. I want to remove the packageA from the working window after using the packageA so as not to causing problem. I do not want to carry out task each time using packageA and packageB individually because many the tasks share
2007 Oct 19
1
install.packages() and configure.args
Hi, In the case where install.packages("packageA") also needs to install required package "packageB", then what is passed thru the 'configure.args' argument seems to be lost when it's the turn of packageA to be installed (the last package to get installed). This is not easy to reproduce but let's say you have the graphviz libraries installed on your system,
2010 Mar 10
1
How to install dependent packages automatically
Hi, I developed a package that requires 5 other packages. I was wondering if anyone knows how can I automatically download and install the required packages during the installation of my new package. My idea is to make this process easier to the final user. All the required packages are under bioconductor source but I don't know where I can include the code to download and install them.
2007 Jun 29
3
[PATCH] Fix keymap for Japanese keyboard
Hi All, We tested with Japanese keyboard. Then, the local keys that was not able to be input with a Japanese keyboard was found. This patch added the key that was not able to be input to the keymap. The key that cannot be input is as follows. ・Katakana ・Eisu_Toggle Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com> Signed-off-by: Junko Ichino
2006 Jan 25
1
Rails day 2: where is my association?
I?m following along a few tutorials on the web and trying to implement my own example, but I must be missing something because I can?t get has_many or belongs_to to work like I expected. now I have watched all the videos and made a cookbook several times with different interfaces. what I''m looking for is *not* a code snippet to solve something (because I already have that),
2007 Jul 02
0
[PATCH] Fix keymap for Windows keys
Hi All, We tested with Japanese keyboard. The Windows keys had been converted by mistake. It is opposite between right and left. ・Super_R -> Super_L ・Super_L -> Super_R This patch corrected the keymap to convert it. Even if the keymap is not corrected, it is the same working. Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com> Signed-off-by: Junko Ichino
2004 Jun 08
3
SJAVA error
Hi I'm trying to use SJava and I have troubles. I try to run examples from "Calling R from Java" but,I have an error that "fatal error: enable to open the base package" I heard SJAVA bug, so,could you send me your compiled SJava package with the modified REmbed.c because in Windows i'm not able to recompile!!! --example package org.omegahat.R.Java; public
2011 Aug 03
1
Finding dependancies?
Hi although the background is that it happened on an hpc cluster, this question does *not* concern hpc computing with R. I was using R on a cluster and had to install several packages in my home directory. Now the head node was migrated to new hardware (new install as well) and many dependencies for my in $HOME installed packages, which were present on the old head, are missing on the new head.
2014 Nov 27
1
Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
Hi Duncan, Many thanks (yet again). With the hint given by your earlier email (viz that currently loadNamespace expects a 3rd component called name in the list that is used for the versionCheck argument) I had another look at what was going on with my toy examples yesterday evening. I'm still working on my issue, but thus far I have: 1) Confirmed that internal calls to loadNamespace
2006 Oct 19
1
Problem Reading from .txt
I apologize that I've asked a similar question before, but being new to R I don't think I did a very good job of formating the question. I've included a text file since the date set is somewhat large. What I have is a huge string of numbers in a text file. The numbers are all separated by comma's and the groups are separated by a semicolon. What I would like to do is read each
2004 Mar 18
0
mark_buffer_dirty() reports buffer_head is not uptodate in JBDroutine journal_create() in kernel 2.6.
Hi Stephen, I found a bug in JBD routine journal_create() in kernel 2.6, when I debug the OCFS v2 driver. mark_buffer_dirty() reports buffer_head is not uptodate. See following bug description. ------------------------------------------------------- OS: Linux Kernel 2.6.1 Plarform: IA32 Steps: 1. Build the ocfs v2 driver under kernel 2.6. 2. insert ocfs2.ko into kernel 2.6. 3. mkfs.ocfs2 -F
2011 Sep 18
3
UpToDate Portable
I have Wine 1.3.10 and I am using Meego 1.2. I cannot open UpToDate.exe. I execute the program, but it doesn't open. It's working fine on windows xp. I also have java installed in linux. It's a prerequisite (as far as I know) for UpToDate. Can anybody help me with it? The Portable consists of an .exe and a .dat. Thanks in advance! Andreea.
2005 Jun 09
0
[Bug 2781] New: rsync linked files not listed as uptodate
https://bugzilla.samba.org/show_bug.cgi?id=2781 Summary: rsync linked files not listed as uptodate Product: rsync Version: 2.6.5 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: idallen@idallen.ca
2005 Jun 09
3
[Bug 2781] rsync linked files not listed as uptodate
https://bugzilla.samba.org/show_bug.cgi?id=2781 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From wayned@samba.org 2005-06-09 09:34 ------- Rsync doesn't output "uptodate" for
2016 Jan 29
2
Apache doesn't display "It works page" under CentOS 7
I have Apache/2.4.6 installed in a minimal CentOS 7 VM. I am trying to access the default page when Apache is installed by accessing the CentOS IP as http://192.168.3.130 (is a host only interface) but I got "This webpage is not available: ERR_CONNECTION_TIMED_OUT" and I can't find why. I have stopped iptables and then checked: # service iptables status Redirecting to /bin/systemctl
2007 Jun 24
0
Uptodate howtos, dependencies, source repos etc.?
Hi. Given the whole compiz/beryl fork/merge hoolabaloo and various drivers' development, I find it hard to actually trust any of the information I find on the web regarding what bits and pieces I need to have to obtain compiz bling on my desktop. That compiz.org got problems as of right now also contributes to my motivation for this mail. 1. What source repos do I need to download, build
2008 Mar 02
1
Wrong uptodate
Dear list, I am syncing files with rsync .... surprise surprise ... Rsync claims files to be uptudate, but they are not ... >From the log: export/opt/bup/status/1 is uptodate export/opt/bup/status/2 is uptodate . . Source directory (locally on server): -rw-r--r-- 1 root root 28 2008-03-01 22:44 1 -rw-r--r-- 1 root root 28 2008-03-01 22:37 2 . . Destination directory (nfs share):
2020 Oct 27
0
Understanding 'State change failed: (-2) Need access to UpToDate data'
Hi list, I had to relocate my third node in a classic DRBD 8.4 three node set up to a new host.  I am having difficulty making the stacked resource the primary.  I am following this guide: https://www.linbit.com/drbd-user-guide/users-guide-drbd-8-4/#s-three-nodes Specifically this: > > > 5.18.3. Enabling stacked resources > > To enable a stacked resource, you first
2008 May 21
1
Upgraded nut & now remote monitors can't connect.
Hi, I upgraded nut on one of my servers, and now the upsmon on a different server can't connect. I see errors like this: May 21 13:29:27 devserver upsmon[877]: Set username on [tripplite at logicserver] failed: Server disconnected May 21 13:29:32 devserver upsmon[877]: Poll UPS [tripplite at logicserver] failed - Write error: Bad file descriptor I have Ubuntu 8.04 on the server hosting the