similar to: Unable to figure out extlinux

Displaying 20 results from an estimated 400 matches similar to: "Unable to figure out extlinux"

2007 Oct 17
2
SMART Prefailure Attribute messages
Hello, My machine is running Software RAID 5 on /dev/hde1, /dev/hdg1,/dev/hdi1. I noticed on the log that suddenly we are getting messages such as : Oct 14 01:27:16 localhost smartd[4801]: Device: /dev/hde, SMART Prefailure Attribute: 8 Seek_Time_Performance changed from 247 to 246 Oct 14 01:57:15 localhost smartd[4801]: Device: /dev/hde, SMART Prefailure Attribute: 8 Seek_Time_Performance
2006 Sep 12
5
32E (64bit) VMX keyboard is out of control, if given an addition ''hde''
Hi, This issue only happens on my IA32E VMX domain. IA32 VMX domain is okay. I am trying VBD disk in IA32E VMX domain. I used following disk configuration to create an IA32E VMX domain. disk = [ ''file:/mnt/disk1.img,hda,w'', ''file:/mnt/disk2.img,hde,w'' ] After creating VMX, its keyboard can not be used properly. For example, if pressing
2007 Oct 18
1
Vista performance (uggh)
Issue: Vista reads slowly from a samba server. This appears to pop up periodically here and elsewhere. My samba.conf file has: [homes] ... vfs objects = readahead As suggested elsewhere. Writes are approximately 17-18MB/s which is acceptable. Reads are in the 8MB/s range which is appalingly slow. Using linux smbclient and windows XP clients I can read at 25+MB/s. I've enabled vfs
2006 Sep 12
3
RE: Help: Xen HVM Domain can ONLY support four hard drivesat most???
>-----Original Message----- >From: xen-users-bounces@lists.xensource.com >[mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Liang Yang >Sent: 2006年9月12日 8:57 >To: xen-users@lists.xensource.com >Subject: [Xen-users] Help: Xen HVM Domain can ONLY support four hard >drivesat most??? > >Hi, > >I have 5 SATA hard drives and I want to expose all these five
2005 Mar 16
1
RE: Fwd: [Cooker] Re: Configure Xen in Mandrake 10.2 cooker
> PDC20265: IDE controller at PCI slot 0000:00:11.0 > PCI: Found IRQ 10 for device 0000:00:11.0 > PDC20265: chipset revision 2 > PDC20265: 100% native mode on irq 10 > PDC20265: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary > PCI Mode. > ide2: BM-DMA at 0x8000-0x8007, BIOS settings: hde:DMA, hdf:pio > ide3: BM-DMA at 0x8008-0x800f, BIOS settings: hdg:pio,
2011 May 10
3
Drive recovery?
I have a CentOS 5.6 system (recently installed) that, for some reason, has decided to mangle one of its drives, specifically /dev/hde1 ... No errors anywhere, just rebooted the machine over the weekend and it's gone. Up till the reboot, the drive was fine, I was writing to it without a problem. fdisk tells me: ---------- # fdisk -l /dev/hde Disk /dev/hde: 160.0 GB, 160041885696
2017 Jun 28
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
Oh, so it looks like I hit a bit of a wall there :-) I’ll take a look thanks. That bug talks about R_ARM_THM_CALL which I assume are thumb related. Will your implementation fix also R_ARM_CALL errors? > On 28 Jun 2017, at 17:15, Peter Smith <peter.smith at linaro.org> wrote: > > Hello Alessandro, > > The LLD ARM port doesn't currently support range extension thunks,
2005 May 11
3
Software RAID on Centos 4 - new issue
OK, I have managed to get software RAID 1 running on my wonderful Proliant server but now have two challenges: 1) Fresh after an OS install and reboot, the RAID array starts to do its stuff but straight away (as part of the boot messages) I am told that the second disk is 'not ready for command' and the system hangs as soon as resyncing starts. I think this is fixed by adding an hdparm
2006 Sep 12
2
RE: 32E (64bit) VMX keyboard is out of control, ifgiven an addition ''hde''
>-----Original Message----- >From: Jan Beulich [mailto:jbeulich@novell.com] >Sent: 2006年9月12日 17:06 >To: You, Yongkang >Cc: xen-devel >Subject: Re: [Xen-devel] 32E (64bit) VMX keyboard is out of control, ifgiven an >addition ''hde'' > >>After creating VMX, its keyboard can not be used properly. For example, if >pressing
2017 Jun 28
2
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
> On 27 Jun 2017, at 13:25, Peter Smith <peter.smith at linaro.org> wrote: > > Hello Alessandro, > > Despite the statement in the HowToCrossCompileLLVM guide "If you’re > using Clang as the cross-compiler, there is a problem in the LLVM ARM > back-end that is producing absolute relocations on > position-independent code (R_ARM_THM_MOVW_ABS_NC), so for now, you
2017 Jun 30
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
At a guess that looks like your llvm and lld checkouts are not quite in synch. It will be worth updating llvm and lld to top of trunk. I've rebased the consolidated patch https://reviews.llvm.org/D34634 this morning, it might be worth trying that if you are seeing problems. Peter On 29 June 2017 at 22:09, Alessandro Pistocchi <apukfreelance at gmail.com> wrote: > Hi, I tried
2017 Jun 28
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
I've successfully used Peter's patches to get past those relocation errors. On 6/28/17, 9:36 AM, "llvm-dev on behalf of Peter Smith via llvm-dev" <llvm-dev-bounces at lists.llvm.org on behalf of llvm-dev at lists.llvm.org> wrote: Yes it should cover the following relocations: R_ARM_CALL (ARM BL/BLX) R_ARM_JUMP24 (ARM B) R_ARM_THM_CALL (Thumb BL/BLX)
2006 Sep 12
2
How HVM domain distingush ioemu disk and VBD disk
Hi, From cset 10921, ioemu: prefix is removed from disk config in /etc/xen/xmexample.hvm. Now HVM VBD driver is available, this thus raises a question: how would HVM domain know if one disk is a qemu-dm disk or a VBD disk? From current implementation, qemu-dm will recognize disk had, hdb, hdc, hdd, and VBD drive can recognize all disk (had~hdd, hde, hdf ...) . So the result is: qemu-dm will
2017 Jun 28
2
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
The bottom of the bug has the revision numbers (e.g. D34035). That one corresponds to e.g. https://reviews.llvm.org/D34035 There's also https://reviews.llvm.org/D34634 which contains all of Peter's patches, but it's not going to rebase cleanly once the individual patches start going in. On 6/28/17, 10:56 AM, "Alessandro Pistocchi" <apukfreelance at gmail.com> wrote:
2010 May 01
1
Issues after migrating from Xen to KVM
Dear list, I have moved my HVMs from xen to kvm and it worked well except some problems using virsh. First, one OpenSolaris HVM does boot with warnings: WARNING: /pci at 0,0/pci1af4,1100 at 1,2 (uhci1): No SOF interrupts have been received, this USB UHCI host controller is unusable* *The corresponding process: /usr/bin/qemu-system-x86_64 -S -M pc-0.12 -enable-kvm -m 1024 -smp
2011 Jan 12
3
Kernel Errors Present
I'm getting this message in my logwatch email notification: --------------------- Kernel Begin ------------------------ WARNING: Kernel Errors Present sdb:<3>Buffer I/O error on device sdb, l ...: 2 Time(s) Buffer I/O error on device sdb, l ...: 12 Time(s) hde: dma_intr: error=0x84 { DriveStat ...: 12 Time(s) hde: dma_intr: status=0x51 { DriveReady
2017 Jun 27
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
> On 26 Jun 2017, at 16:25, Rui Ueyama <ruiu at google.com> wrote: > > On Sun, Jun 25, 2017 at 6:40 AM, Alessandro Pistocchi via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Hi, > > I am trying to build a completely GNU free linux toolchain for the raspberry pi. > > I successfully managed to compile llvm and clang
2006 Apr 15
3
Dom0 searching for NFS root
Dear all, I''ve installed Xen 3.0.1 on my laptop and dom0 is boot normaly execpt it''s could not using X, i haven''t trying to boot guest OS. my laptop configuration is Toshiba Portege R150 with Debian Sarge on it. And then I installed same version of Xen into our server with Debian Sarge and Kernel 2.4. Booting dom0 is not success , xen always trying look dor NFS root and
2004 Jan 09
2
Problem with internal traffic
Have 4 harddrives hde,hdg etc all of these drives are mounted in samba. When i copy file from one drive to another i notice that server sends the file to my computer and then back to itself (into the right place). The file will be copied but doing so it will eat half of my network bandwith. Is it possible to aviod this? Best Regards Patrick Betfjord
2006 Sep 12
1
RE: 32E (64bit) VMX keyboard is out of control, ifgiven an addition ''hde''
>-----Original Message----- >From: Jan Beulich [mailto:jbeulich@novell.com] >Sent: 2006年9月12日 18:05 >To: You, Yongkang >Cc: xen-devel >Subject: RE: [Xen-devel] 32E (64bit) VMX keyboard is out of control,ifgiven an >addition ''hde'' > > >Not sure what RC3 is, but the other two are Linux-es: Can you try rebuilding >the guest kernels with attached