Displaying 20 results from an estimated 200 matches similar to: "Invalid sequencer interrupt with AIC79xx driver and linux-xen kernel"
2008 May 27
1
SCSI bus reset with Adaptec 29320ALP and Eonstor RAID
Hello,
I am trying to use a 1.5TB Eonstor raid array with FreeBSD 7.0, but I
don't understand whether it is the raid or the scsi card or something
else that is causing the computer problems when accessing the raid. My
problem is that soon after recognizing the attached disk during boot,
FreeBSD appears to hang for about 10 seconds and then says
ahd0: Recovery Initiated - Card
2013 Nov 14
0
[ler@lerctr.org: 10-BETA3: Bad negotiation on AHD controller]
Can anyone help me here?
----- Forwarded message from Larry Rosenman <ler at lerctr.org> -----
Date: Sat, 9 Nov 2013 08:46:26 -0600
From: Larry Rosenman <ler at lerctr.org>
To: freebsd-stable at freebsd.org
Subject: 10-BETA3: Bad negotiation on AHD controller
User-Agent: Mutt/1.5.22 (2013-10-16)
Ever since I put 10 on this box (source upgrade from 8), I've been getting
slow
2003 Apr 07
1
kmem_malloc crash with 4.8
Hi. I've recently borrowed a SuperMicro 6013P-8 from a vendor
for the purposes of testing it to see if FreeBSD and these machines will
make a good replacements for our current flock of 11 Netra T1s running
solaris. Things are going very well with the tests, with the glaring
exception of the following crash:
While doing some significant disk operations: du, deleting a different
part of the
2006 Mar 30
1
Issue with Adaptec AIC79XX module and 2.6-xen kernel
I have an Adaptec 392320 Ultra320 SCSI adapter. I am running x86_64
SLES9 SP3. When I build x86_64 Xen with just the 2.6-xen kernel +
initrd, I am getting the following error on the module load.
But if I go back to building separate xenU and xen0 kernels without
initrd the device works without any issues. Any idea what is going wrong
here? Am I leaving something out of my initrd?
Here is the
2011 Apr 01
2
Need help with an issue after upgrading to 4.1.0
Hi all,
This is my first post to the list. My first real major issue with xen.
I started on 3.4.2 and upgraded to 4.0.1 without issues. Now I just
attempted to go to 4.1.0 and I got the following errors in my log.
# cat /var/log/xen/xend-debug.log
Xend started at Fri Apr 1 13:51:15 2011.
cat: /sys/bus/scsi/devices/host0/vendor: No such file or directory
cat:
2017 Apr 07
2
[Bug 1144] New: set add always returns false or otherwise ends evaluation
https://bugzilla.netfilter.org/show_bug.cgi?id=1144
Bug ID: 1144
Summary: set add always returns false or otherwise ends
evaluation
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: kernel
2011 Jun 13
3
combine the data frames into comma separated list.
Hi R users,
I am new to R and am trying to merge data frames in the following way.
Suppose I have n data frames each with two fields. Field 1 is common among
data frames but may have different entries. Field 2 is different.
Data frame 1:
Src Target1
1 aaa
1 bbb
1 ccc
2 aaa
3 ddd
Data frame 2:
Src Target2
2 aaaa
3 dddd
4 bbbb
4
2017 Oct 21
1
Skip error in downloading file in loop
I am trying to download data from NASA web-service.
I am using the following code;
for( i in 1:8) {
target1 <- paste0("
https://hydro1.gesdisc.eosdis.nasa.gov/daac-bin/access/timeseries.cgi?variable=NLDAS:NLDAS_FORA0125_H.002:TMP2m&location=GEOM:POINT(
",
cities[i, "lon_nldas"],
",%20",
2010 May 27
0
[LLVMdev] ARM Relocation Information
Hi all,
Does anyone knows where to add relocation information to assembly data
instructions?
For instance, ARM GCC generates symbols like:
_ZTIi (TARGET2)
While Clang doesn't include the TARGET2 relocation information, and that
mess up cross-linking.
Looking at the AsmPrinter, when emitting the global constant value
(EmitGlobalConstant), it calls EmitGlobalConstantImpl, which
2017 Oct 15
0
Download data from NASA for multiple locations - RCurl
> On Oct 15, 2017, at 2:02 PM, Miluji Sb <milujisb at gmail.com> wrote:
>
> Dear all,
>
> i am trying to download time-series climatic data from GES DISC (NASA)
> Hydrology Data Rods web-service. Unfortunately, no wget method is
> available.
>
> Five parameters are needed for data retrieval: variable, location,
> startDate, endDate, and type. For example:
2011 Jun 14
1
[Resolved] combine the data frames into comma separated list.
Hi
Thanks Gabor for your suggestion. I am posting the code that worked for me.
dataframe1 = data.frame(cbind(Src = c(1,1,1,2,3), Target1 =
c('aaa','bbb','ccc','aaa','ddd'))); #must be data frame
dataframe2 = data.frame(cbind(Src = c(2,3,4,4,4), Target2 =
c('aaaa','dddd','bbbb','eeee','ffff')));
dataframe3 =
2010 May 27
1
[LLVMdev] ARM Relocation Information
Hello, Renato
> While Clang doesn’t include the TARGET2 relocation information, and that
> mess up cross-linking.
Is there any documentation for this stuff?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2011 Sep 15
1
[LLVMdev] getelementptr with dynamic index
Hi,
the following llvm-ir is manipulated by the optimizers:
%target2 = getelementptr %.string %result, i32 0, i32 3, i32 %len1
(%_.string = type {i32, i32, i32, [0 x i8]})
the last parameter i32 %len1 is replaced by i32 0 by the optimizers. (both,
2.9 and 2.8). When i turn optmization off, it works correctly.
How can i use an optimizer-safe dynamic indexing of arrays?
-------------- next part
2017 Oct 16
0
Download data from NASA for multiple locations - RCurl
> On Oct 15, 2017, at 3:35 PM, Miluji Sb <milujisb at gmail.com> wrote:
>
> Dear David,
>
> This is amazing, thank you so much. If I may ask another question:
>
> The output looks like the following:
>
> ###
> dput(head(x,15))
> c("Metadata for Requested Time Series:", "", "prod_name=GLDAS_NOAH025_3H_v2.0",
>
2017 Oct 15
2
Download data from NASA for multiple locations - RCurl
Dear David,
This is amazing, thank you so much. If I may ask another question:
The output looks like the following:
###
dput(head(x,15))
c("Metadata for Requested Time Series:", "",
"prod_name=GLDAS_NOAH025_3H_v2.0",
"param_short_name=Tair_f_inst", "param_name=Near surface air temperature",
"unit=K",
2017 Oct 16
1
Download data from NASA for multiple locations - RCurl
I have done the following using readLines
directory <- "~/"
files <- list.files(directory)
data_frames <- vector("list", length(files))
for (i in seq_along(files)) {
df <- readLines(file.path(directory, files[i]))
df <- df[-(1:13)]
df <- data.frame(year = substr(df,1,4),
month = substr(df, 6,7),
day =
2009 Nov 09
0
kernel: target...SCSI
Folks,
I've now got two systems that have been upgraded to 5.4, and that are
sending out log entries like
target2:0:0: FAST-80 WIDE SCSI 160.0 MB/s DT (12.5 ns, offset 62)
with the only differences being the target. I see no errors per se in the
logs. Googling shows posts with different offsets, and actual errors in
the logs. Does anyone have any ideas why these systems are sending this
2007 Mar 11
1
Problem in Mounting Exaclibur 4GB USB Pen Drive on Centos4.0
Hi Friends,
I have an Excalibur 4GB USB Pen Drive Model Number EXC4. I think it
is getting detected by the Centos but I am not sure about the mount
point or the device point it is taking /dev/s??
Logs from /var/log/messages.
Mar 11 11:30:06 l_l_box kernel: usb 1-1: USB disconnect, address 3
Mar 11 11:30:22 l_l_box kernel: usb 1-1: new high speed USB device
using address 4
Mar 11 11:30:22
2003 Nov 28
1
problems when exec()ing /sbin/init from an initramfs
This is an early userspace type question. I have an initramfs that does
some root device setup, then tries to mount the real root partition and
exec /sbin/init to start the real userland. It seems to do what I want,
except that bootlogd hangs while mount /proc. I can't seem to figure
out why.
I'm booting with init=/bin/bash. bash is dynamically linked, and the
appropriate libs are in
2012 May 20
2
Remus network buffering problem
Hi all,
I have a following problem:
- Remus network buffering doesn''t work. It seems to be because of no vif is
reported by the function server.xend.domain on line 29 of
/usr/local/lib/python2.7/dist-packages/xen/remus/vm.py (seen using pdb) :
27 if domid:
28 try:
29 self.dominfo = server.xend.domain(domid, ''all'')
>