Displaying 20 results from an estimated 107 matches for "rcb".
Did you mean:
rc
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...g Yan
and Rossini?s procedure for "Building Microsoft Windows
Versions of R and R packages under Intel Linux"
(http://cran.r-project.org/doc/contrib/cross-build.pdf): I
have successfully cross-compiled R packages for Windows on a
FreeBSD 4.10 i386 system.
My revisions to Makefile-rcb (http://cran.r-
project.org/doc/contrib/Makefile-rcb ) follow here:
1. created makevar MAKE initialized to gmake. Replaced all
direct references to make with $(MAKE).
2. updated makevar MINGW_CROSS = mingw-cross4 to point to
http://www.stats.ox.ac.uk/pub/Rtools/mingw-cross4.tar.bz2 ,
replaci...
2003 Jan 06
1
R-devel cross-building
...e same procedure went fine on a machine
with makeinfo (GNU texinfo) 4.1.
My first guess is that the version of makeinfo is causing this. However,
this didn't happen with R-1.6.2beta. Please advise.
Jun
## tail of error message
make -f Makefile.docfiles
make[2]: Entering directory `/scratch/rcb/WinR/R-devel/src/gnuwin32'
sed -e s/@RVER@/`cut -d' ' -f1 ../../VERSION | sed -n 1p`/g -e
s/@RWVER@/rw1070/g rw-FAQ.texi | \
makeinfo --no-headers --number-sections -o rw-FAQ
makeinfo: unrecognized option `--number-sections'
Try `makeinfo --help' for more information.
make[2]:...
2005 Dec 20
2
Problems with Windows Cross compile
Well, I'm finally getting around to setting up a cross-compiler for Windows on my local Linux box. I'm using the Yan & Rossini's docuimentation and the latest 'http://cran.r-project.org/doc/contrib/Makefile-rcb' , which is working of the R-2.2.0 sources.
After discovering that "cp -p" doesn't work on the filesystem I'm using and removing the '-p's in the R makefiles using perl, I've gotten things to run pretty far through. Unfortunately, I get stopped by this error when...
2014 Apr 09
2
Assistance in tracking a kernel/nouveau error
...g- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #2, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0
<256ns, L1 <4us
ClockPM- Surprise- LLActRep- BwNot+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive-
BWMgmt+ ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #1, PowerLimit 75.000W; Interlock- NoCompl+
Slt...
2010 Aug 20
2
Cannot set MTU != 1500 on Intel NIC
...Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
Device: MaxPayload 128 bytes, MaxReadReq 512 bytes
Link: Supported Speed 2.5Gb/s, Width x1, ASPM unknown,
Port 0
Link: Latency L0s <128ns, L1 <64us
Link: ASPM Disabled RCB 64 bytes CommClk+ ExtSynch-
Link: Speed 2.5Gb/s, Width x1
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number xy-xx-xx-ff-ff-48-30-00
0f:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet
Controller
Subsyste...
2007 Jan 19
2
Cross-compile errors under R-2.4.0 and R-2.4.1
...am trying to cross-compile my R-package under ubuntu linux, kernel
2.6.17-10-generic, on an IBM T60.
I am following the suggested steps in
http://cran.r-project.org/doc/contrib/cross-build.pdf
I have tried changing R = R-x.x.x (2.3.1, 2.4.0 and 2.4.1) in
http://cran.ii.uib.no/doc/contrib/Makefile-rcb
1) For R-2.3.1 everything works fine
2) For R-2.4.0 I receive the following error messages from 'make R':
../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1f2a):
more undefined references to `__pcre_ucp_findprop' follow
collect2: ld returned 1 exit status
make[4]: ***...
2006 Apr 27
0
Re: "corrupted or invalid kernel" immediately.
...quot;chmod 644 /sbin/hotplug", then I
created /init:
*************
#!/bin/sh
echo "Running networkboot prescript"
/bin/chmod 755 /sbin/hotplug
exec /sbin/init </dev/console >/dev/console 2>&1
*********
and made initramfs with it.
Vlad.
On Thursday 27 April 2006 06:52, rcb at cox.net wrote:
> Hi,
>
> Did you find out what is causing this? I can get it to happen every time
> so far.
>
> Thanks,
>
> Dick
> rcb at cox.net
>
>
>
> Hello,
>
> I'm trying to switch from initrd to initramfs for diskless
> workstations, but...
2014 Apr 06
2
Assistance in tracking a kernel/nouveau error
Greetings,
I am resending this as it doesn't appear in the archives and no one
responded...maybe it got routed to /dev/null or something :-)
I have asked this question the Scientific Linux mailing list (a few
months ago) and got the suggestion I talk to the kernel guys. I pinged a
kernel guy I know, and his suggestion was to ask the Nouveau list. So
here I am. :-)
I have had my work laptop
2004 Oct 26
3
Combining columns of different length
Hi,
you can use this simple function:
add.col<-function(df, new.col) {n.row<-dim(df)[1]
length(new.col)<-n.row
cbind(df, new.col)
}
see this example:
> x<-cbind(c(1,2,3),c(4,5,6))
> x
[,1] [,2]
[1,] 1 4
[2,] 2 5
[3,] 3 6
> y<-c(7,8)
> y
[1] 7 8
> add.col<-function(df, new.col)
2006 Oct 27
1
"dovecot dead but subsys locked" problem
Hi,
Following the advice of someone really helpfull here, I just installed
Postfix/Dovecot (from rpms). I'm running CentOs 4.4. I followed this
guide:
http://www.howtoforge.com/linux_postfix_virtual_hosting
I've got two problems, a)my server is now listed as RCB, whatever that
means, I suppose that's close to spamming.
"0: Connection refused. Your IP address is blocked(Spamhaus XBL) - see
http://www.spamhaus.org/query/bl?ip=216.32.68.90 "
b)[root at server ssl]# /etc/init.d/dovecot restart
Stopping Dovecot Imap: [FAILED]
Starting Dovecot Ima...
2010 Nov 01
0
Bug#602109: [linux-2.6] 1 multicall(s) failed: cpu 0
...- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
ClockPM- Suprise+ LLActRep+ BwNot+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PME...
2017 Jan 08
2
Erros and warning using kernel 4.10-rc2
...DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM L0s Enabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range AB, TimeoutDis+, LTR-, OBFF Not Supported...
2012 Oct 09
1
car::linearHypothesis Sum of Sqaures Error?
I am working with a RCB 2x2x3 ANCOVA, and I have noticed a difference in the calculation of sum of squares in a Type III calculation.
Anova output is a follows:
> Anova(aov(MSOIL~Forest+Burn*Thin*Moisture+ROCK,data=env3l),type=3)
Anova Table (Type III tests)
Response: MSOIL
Sum Sq Df F value P...
2012 Oct 27
6
Is Xen VGA Passthrough to CentOS 6.3 x86-64 HVM domU successful?
...128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr-
TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
Latency L0 <256ns, L1 <4us
ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+
DLActive- BWMgmt- ABWMgmt-
Capabilities: [b4] Vendor Specific Information <?>
Kernel driver in use: nouveau
Ker...
2012 Oct 27
6
Is Xen VGA Passthrough to CentOS 6.3 x86-64 HVM domU successful?
...128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr-
TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
Latency L0 <256ns, L1 <4us
ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+
DLActive- BWMgmt- ABWMgmt-
Capabilities: [b4] Vendor Specific Information <?>
Kernel driver in use: nouveau
Ker...
2005 Jan 05
4
make R package for windows on Linux
Hi,
I made a package on a linux box. All worked fine.
The package contains only R code (no C). I then wanted to make a zip
file so that I could test the package on a windows machine. I have tried
all the obvious ways to do this (and even some that are not!), but to no
avail. The only instructions I find about building packages for windows
(e.g. mypkg.zip) seem to imply that the build be done
2017 Feb 16
9
[Bug 99841] New: Switching to VT freezes X only on a dual screen
https://bugs.freedesktop.org/show_bug.cgi?id=99841
Bug ID: 99841
Summary: Switching to VT freezes X only on a dual screen
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2013 Sep 30
1
[PATCH 6/6] drm/nouveau: use MSI interrupts
...ort #0, Speed 2.5GT/s, Width x16, ASPM L0s,
>>>>>>>>>> Latency L0 <2us, L1 <16us
>>>>>>>>>> ClockPM- Surprise- LLActRep- BwNot-
>>>>>>>>>> LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk-
>>>>>>>>>> ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>>>>>>>>>> LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train-
>>>>>>>>>> S...
2011 Dec 27
0
[Kernel 3.1.5] [OCFS2] After many write/delete on ocfs2 both servers in cluster kernel oops
...DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq-
> AuxPwr- TransPend-
> LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s
> L1, Latency L0 <512ns, L1 <64us
> ClockPM- Surprise+ LLActRep+ BwNot+
> LnkCtl: ASPM Disabled; RCB 64 bytes Disabled-
> Retrain- CommClk-
> ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
> LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train-
> SlotClk+ DLActive+ BWMgmt- ABWMgmt-
> RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+
>...
2015 Jan 02
2
Sun Microsystems Quad gigabit ethernet nic compatibility
On Thu, 2015-01-01 at 22:01 -0800, John R Pierce wrote:
> On 1/1/2015 9:41 PM, mechy2k2000 wrote:
> > Hello I am thinking of buying this card to and wanted to know if this NIC
> > is supported. The card is a Sun Microsystems PCI-X Quad-Port Gigabit
> > Ethernet Adapter QGEXPCI 501-6738-10. Can't find any info on how well the
> > card plays with centos and also