similar to: submitting a bugreport

Displaying 20 results from an estimated 1000 matches similar to: "submitting a bugreport"

2008 May 31
8
USB support?
Any chance USB will ever be supported?
2011 May 18
1
Need expert help with model.matrix
Dear experts: Is it possible to create a new function based on stats:::model.matrix.default so that an alternative factor coding is used when the function is called instead of the default factor coding? Basically, I'd like to reproduce the results in 'mat' below, without having to explicitly specify my desired factor coding (identity matrices) in the 'contrasts.arg'. dd
2012 Feb 06
1
using file in hdfs for data mining algorithms in r
hi all, i am new to r , i am trying to run data mining algorithms using map reduce framework.. * *i have few basic doubts* *1. can i give file in hdfs to kmeans( ) ? ?I tried as > file1 = hdfs.file("testdata/synthetic_control.data") > isf = hdfs.read(lsf,5242880,0) >l = kmeans(isf,2,10) its not working.. please help 2. How to access the file in hdfs and give as input to
2010 Nov 07
1
rsync fails to retrieve file (if local file is incorrect)
I'm using rsync on an embedded powerpc platform with flash filesystem. Because of a power-cycle a local file got corrupted. This file is /flashfs/isd1, it has the correct size but wrong MD5SUM (cd5...). Using rsync to retrieve the right file (from a remote machine) fails! If I delete the file first, it works (see below). How is this possible ? --- N. van Bolhuis. # md5sum /flashfs/isd1
2005 Jan 07
8
Problem with bridging/routing on three interfaces and DNAT
Hello all, I have a problem with external access to a postfix mailserver running on my firewall as a mail-gateway. My setup with shorewall 2.2.0 rc4 is as follows: eth0 is zone isf - this is an intranet to other companies eth1 is zone loc - local network eth2 is zone net - internet, fix ip adress eth0 and eth1 are bridged shorewall version 2.2.0-RC4 ip addr show 1: lo: <LOOPBACK,UP> mtu
2014 Feb 06
3
Install without LVM -
How do I install from the centos 6.5 dvd without LVM? Nothing I have tried will permit me to make my own layout unless I accept LVM. Bob -- http://www.qrz.com/db/w2bod Box10 Fedora-20/64bit Linux/XFCE
2014 Sep 12
1
Centos-7 XFCE -
I've installed centos 7 64 bit and would like to install xfce and yumex. I've had no success doing either despite installing the EPEL repo. I keep getting "no package yumex available." Are they available and if so what am I doing wrong? Bob -- http://www.qrz.com/db/W2BOD box10 Fedora-20/64bit Linux/XFCE
2015 Dec 21
3
Centos DVD -
I have been trying to run Centos 6 and 7 in virtualbox on this Fedora23 computer. Actually I also tried Scientific Linux and a DVD copy of Fedora 21 XFCE Live that I had on hand. The Fedora21 works as expected but I seem to be missing something in Centos and Scientific Linux. They boot and run with a text screen but startx reports "command not found" and a ping to other than
2014 Sep 15
0
unsubscribe
help -----Original Message----- From: centos-request at centos.org Sent: Saturday, September 13, 2014 1:00 PM To: centos at centos.org Subject: CentOS Digest, Vol 116, Issue 13 Send CentOS mailing list submissions to centos at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos or, via email, send a message with subject or body
2005 Sep 13
1
possible bug in model.matrix
Is this a bug, or have I misunderstood the proper use of lm? Thanks, Whit code: x <- rnorm(50) y <- matrix(as.logical(round(runif(100),0)),ncol=2) NROW(x)==NROW(y) lm(x~y) > x <- rnorm(50) > y <- matrix(as.logical(round(runif(100),0)),ncol=2) > NROW(x)==NROW(y) [1] TRUE > lm(x~y) Error in "[[<-.data.frame"(`*tmp*`, nn, value = c(2, 1, 2, 1, 1, 1, 2, :
2009 Jan 23
1
svnserve with SASL on CentOS 5.2
Hello List. I'm cross posting this from svn-users, as I'm not sure whether this is an CentOS specific issue. Perhaps someone here has an idea of what's going on? ----------------------------- I got a fresh install of CentOS 5.2 x32, svnserve, version 1.5.5 (r34862), here is my svnserve.conf file [general] anon-access = none auth-access = write realm = isf [sasl] use-sasl = true
2010 Oct 29
1
What won't rsync sync this file?
For some reason, Rsync did not copy two specific file. Then I tried to specifically tell it to synchronize one of them and I get this result. *I* don't see any reason why to chose not to copy this file, but maybe on of you out there would see the obvious reason I am missing. dprweb> /usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod
2014 Jan 27
2
Need yumex in centos 6.4 -
I've just installed centos 6.4 from a live spin I had but can't get it to install yumex or xfce for that matter. What is the secret? Or can it not be done ... Bob -- http://www.qrz.com/db/w2bod Box10 Fedora-20/64bit Linux/XFCE
2014 Jan 30
1
Yumex in 6.5 minimal -
When I start yumex as user it displays but stops with an error message that the backend is not running. However "yumex --root" starts and runs normally. It is Centos 6.5 64 bit and using XFCE running in virtualbox if that matters. Any suggestion as to what I am missing? Bob -- http://www.qrz.com/db/w2bod Box10 Fedora-20/64bit Linux/XFCE
2010 Apr 19
2
from solaris to linux: /usr/local/bin/rsync: No such file or directory
Moin, I want to use rsysnc to get files from a linux box to a solaris server. root at solaris:/root # which rsync /usr/local/bin/rsync root at solaris:/var/log/r5backup # rsync --version rsync version 3.0.7 protocol version 30 Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 64-bit inums, 32-bit timestamps,
2010 Nov 11
1
rsync stops at system call select()
hi, all: I need to back up about 50 files, the size of which won't exceed 5m, every 10~15 minutes to four remote machines. The back up command is written in a shell script file and was executed by the scheduling program with system() function. The scheduling program is implemented with c++. The command as follow: *rsync -az /home/admin/service/* admin at
2010 Jun 16
1
change of behaviour on rsync -R and top level symlinks?
Here is what my data looks like: source:~# ls -ld /data /data/etc2 lrwxrwxrwx 1 root root 12 2010-06-03 23:32 /data -> /export/hda3 -rw-r--r-- 1 produser prod 4 2010-06-15 17:30 /data/etc2 destination:/# ls -l /data lrwxrwxrwx 1 root root 12 2010-06-15 18:36 /data -> /export/hda3 Let's start with an ancient rsync: source:~# rsync-broken --version rsync version 2.4.6 protocol
2013 Feb 07
0
[PATCH 4/4] Robustify autogen.sh
This allows the script to be run from somewhere other than the top-level build directory. --- autogen.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 1a9a020..ab52ab6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,6 +2,13 @@ # Run this to set up the build system: configure, makefiles, etc. # We trust that the user has a recent
2006 Jul 05
1
File attribute problem 3.0.23
We have a problem with an application that clears the archive bit before writing and sets it after writing. The latter one doesn't succeed if the writer != file owner. Dos filemode is enabled and manually setting is fine. Samba is 3.0.23RC3. Client is XP/SP2. Seems to loose the connection before setting the bit and a new smbd is spawn. Daniel [2006/07/05 09:32:36, 10]
2019 Nov 17
2
Inappropriate class(o)[!inherits(o,"AsIs")] in get_all_vars
SVN?revision?77401?changes ????????x[isM]?<-?lapply(x[isM],?function(o)?`class<-`(o,?class(o)[class(o)?!=?"AsIs"])) to ????????x[isM]?<-?lapply(x[isM],?function(o)?`class<-`(o,?class(o)[!inherits(o,"AsIs")])) in?function?'get_all_vars'?in?src/library/stats/R/models.R?in?R?devel. The?change?is?inappropriate.