Displaying 20 results from an estimated 2000 matches similar to: "linux-2.6-xen kernels and initrds"
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
2003 Jul 26
2
Dump Card State Begins ...
Hi ...
Can someone tell me whether or not this is indicative of a hardware, or
software, problem? It happened a few times today, on two different
drives, and it seem to "self-recover", since the server is still purring
along without any noticeable problems:
neptune# grep "timed out" /var/log/messages
Jul 25 03:52:51 neptune /kernel: (da2:ahd1:0:2:0): SCB 0x40 - timed out
2006 May 30
0
Invalid sequencer interrupt with AIC79xx driver and linux-xen kernel
I have a Dell ASC-39230(B) U320 SCSI controller. If I use the
linux-2.6-xen kernel I am getting an "Invalid Sequencer interrupt" and
the system hangs after this. But if I use the linux-2.6-xen0 kernel it
works well.
Does anyone know why this is happening and how I can make it go away?
Thanks,
Aravindh Puthiyaparambil
Xen Development Team
Unisys, Tredyffrin PA
ACPI: PCI Interrupt
2006 Jan 06
2
3ware disk failure -> hang
I've got an i386 server running centos 4.2 with 3 3ware controllers in it
-- an 8006-2 for the system disks and 2 7500-8s. On the 7500s, I'm
running an all software RAID50. This morning I came in to find the system
hung. Turns out a disk went overnight on one of the 7500s, and rather
than a graceful failover I got this:
Jan 6 01:03:58 $SERVER kernel: 3w-xxxx: scsi2: Command
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 Jul 03
1
SCSI backup error
Hi,
Can someone please help me with this? I have just upgraded from 4.7 to 4.8-STABLE and
this is what I am getting when I try a tape backup. Please CC as I am not in the list. It was
working well before the upgrade (dump -0ua -f - / | gzip -c -9 | dd of=/dev/nsa0).
Thank you,
Lefteris Tsintjelis
Jul 3 22:55:18 ene /kernel:
2007 Sep 05
1
Promise VTrak and CentOS 5
We're having a problem with Linux and/or the SCSI controller failing
to access an external RAID device. Components are:
SuperMicro 6025B-TR+V
CentOS 5.0 with yum update as of a week or two ago (kernel 2.6.18-8.1.8.el5)
Promise Vtrak M310p
Adaptec 29320 LPE -- aic79xx module
Sometimes this fails on the initial device probing (before the kernel
even begins to boot); sometimes the device is
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
2006 Feb 10
4
Dtracing scsi
A small script to see what SCSI commands are being issued by a system:
http://blogs.sun.com/roller/page/chrisg?entry=scsi_d_script
Still work in progress as I needs to handle larger CDBs but it is a start, since I don''t have a disk that big it is not a problem for me yet.
Also getting the return scsi packet is a hack but so far I can see no alternative short of knowing about all the
2014 Mar 17
2
[LLVMdev] Treatment of TType encoding in EHT entries
Hi,
I ran into a crash using Objective-C with llvm/clang on ARM-Linux. The
crash happens while unwinding the stack from pthread_exit as soon as the
first call frame is reached that belongs to a function that uses the
personality routine from libobjc2.
This function is in a shared library (libgnustepbase), and here's the
start of its entry in the execption table:
GCC_except_table20:
2008 Sep 23
1
fxp multicast forwarding problems
Hi,
Whilst doing some QA work on XORP on my desktop, which has fxp0 and
msk0, fxp0 got totally hosed.
I was running PIM-SM and IGMPv2 router-mode on the box at the time.
I wonder if this is related to the problems with fxp multicast
transmission I saw back in April.
I'm a bit concerned about this as fxp is still a very widespread and
useful network chip.
I am running
2016 Feb 04
4
CentOS 7 regression, can not take a KVM qcow2, convert it and boot it on ESXi...
Guys,
I have a Packer build procedure, that works like a charm, when with CentOS 6.7.
Exemplifying:
1- Packer (with virtio disk) + QEmu + CentOS 6.7 ISO;
2- Create a RAW image;
3- Convert the RAW image into QCOW2 for KVM hypervisors (okay);
4- Convert the RAW image into VMDK for ESXi hypervisors (okay).
However, when doing the very same procedure, with CentOS 7.2 ISO, it
does not boot
2020 Sep 14
20
a saner API for allocating DMA addressable pages v2
Hi all,
this series replaced the DMA_ATTR_NON_CONSISTENT flag to dma_alloc_attrs
with a separate new dma_alloc_pages API, which is available on all
platforms. In addition to cleaning up the convoluted code path, this
ensures that other drivers that have asked for better support for
non-coherent DMA to pages with incurring bounce buffering over can finally
be properly supported.
I'm still a
2020 Sep 15
32
a saner API for allocating DMA addressable pages v3
Hi all,
this series replaced the DMA_ATTR_NON_CONSISTENT flag to dma_alloc_attrs
with a separate new dma_alloc_pages API, which is available on all
platforms. In addition to cleaning up the convoluted code path, this
ensures that other drivers that have asked for better support for
non-coherent DMA to pages with incurring bounce buffering over can finally
be properly supported.
As a follow up I
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",
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 =
2005 Oct 24
1
locfit: simultaneous confidence band
I'm using the package 'locfit' for nonparametric regression. This package
contains the function 'scb' to compute simultaneous confidence bands.
The variance of the data is unknown. Up to now I compute a fit with
'locfit'. Afterwards an estimate of the residual variance is computed by the
function 'rv'. The weights in the 'scb'-function are set 1/sigma^2
2004 Sep 02
2
error on 3ware controller
Hi all,
after an uprade to new kernel 2.4.21-15.0.4.EL on my server appears
a lot of these messages:
EXT3-fs error (device sd(8,17)): ext3_free_blocks: bit already cleared for
block 19268224
EXT3-fs error (device sd(8,17)): ext3_free_blocks: bit already cleared for
block 19268225
EXT3-fs error (device sd(8,17)): ext3_free_blocks: bit already cleared for
block 19268226
I try to rebuild array but
2011 Sep 08
4
[PATCH] Staging: hv: storvsc: Show the modulename in /sys/class/scsi_host/*/proc_name
mkinitrd relies on /sys/class/scsi_host/*/proc_name instead of
/sys/block/sd*/device/../../../moalias to get the scsi driver module
name.
As a fallback the sysfs driver name could be used, which does not match
the module name either ('storvsc' vs. 'hv_storvsc').
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
drivers/staging/hv/storvsc_drv.c | 3 ++-
1 file changed,
2011 Sep 08
4
[PATCH] Staging: hv: storvsc: Show the modulename in /sys/class/scsi_host/*/proc_name
mkinitrd relies on /sys/class/scsi_host/*/proc_name instead of
/sys/block/sd*/device/../../../moalias to get the scsi driver module
name.
As a fallback the sysfs driver name could be used, which does not match
the module name either ('storvsc' vs. 'hv_storvsc').
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
drivers/staging/hv/storvsc_drv.c | 3 ++-
1 file changed,