Displaying 20 results from an estimated 2000 matches similar to: "CentOS Digest, Vol 69, Issue 24"
2010 Oct 23
1
graphics driver
I did installation of CentOS5.5 in text mode and made changes at the
following places in the file /etc/X11/xorg.conf :
section "device"
identifier : "vesa"
driver:"vesa"
section "screen"
device:"vesa"
Also in the file /etc/inittab I changed id:3:initdefault to id:5:initdefault
so that I can boot linux in graphical mode.
I had to make the changes
2018 Dec 08
1
Weird problems with CentOS 7.6 1810 installer
>
>
>
> Commands line options:
rd.debug rd.udev.debug systems.log_level=debug
That willl be incredibly verbose, and slows things down a lot, so in the
off chance there's a race, you might get different results. But if not, the
log should contain something useful.
I like the hypothesis about mdadm metadata version 0.9, however that's
still really common on RHEL and CentOS. It
2010 Dec 10
0
CentOS Digest, Vol 71, Issue 10
On Fri, 2010-12-10 at 12:00 -0500, centos-request at centos.org wrote:
> Message: 35
> Date: Fri, 10 Dec 2010 17:45:45 +0100
> From: Timo Schoeler <timo.schoeler at riscworks.net>
> Subject: Re: [CentOS] system startup sound
> To: CentOS mailing list <centos at centos.org>
> Message-ID: <4D025939.6030109 at riscworks.net>
> Content-Type: text/plain;
2008 Apr 17
2
Question about RAID 5 array rebuild with mdadm
I'm using Centos 4.5 right now, and I had a RAID 5 array stop because
two drives became unavailable. After adjusting the cables on several
occasions and shutting down and restarting, I was able to see the
drives again. This is when I snatched defeat from the jaws of
victory. Please, someone with vast knowledge of how RAID 5 with mdadm
works, tell me if I have any chance at all
2017 Apr 14
0
FW: boot fails on some system
________________________________________
From: Jethro Tull [heavytull at hotmail.com]
Sent: Thursday, April 13, 2017 9:56 PM
To: Ady Ady
Subject: Re: [syslinux] boot fails on some system
On Thu, 13 Apr, 2017, 20:27:03 +0000, Ady Ady via Syslinux wrote:
>
> > I used syslinux to make an external usb hard drive booting up "system rescue cd" from a FAT primary partition.
> >
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
> Hello syslinux,
>
> Merry Christmas! These patches will make extlinux work with umounted
> ext2/3/4 filesystem, for example:
>
> $ extlinux -i /dev/sdXN
> or
> $ extlinux -i file_block
>
> Also it can work with something like:
> $ extlinux /dev/sdXN --reset-adv
> or
> $ extlinux file_block --reset-adv
>
Thank you.
The 'extlinux' command
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/24/2014 12:16 AM, Robert Yang wrote:
> Hello syslinux,
>
> Merry Christmas! These patches will make extlinux work with umounted
> ext2/3/4 filesystem, for example:
>
> $ extlinux -i /dev/sdXN
> or
> $ extlinux -i file_block
>
> Also it can work with something like:
> $ extlinux /dev/sdXN --reset-adv
> or
> $ extlinux file_block --reset-adv
>
2013 Aug 24
0
MS Sql Server 2008 not installed
Hi
Following is a debug on wine-1.4.1 on a freebsd i386 arch, trying to
install MS Sql server 2008, which is also 32 bit.
What could be the reason for "Unhandled exception: invalid float operation
in 32-bit code (0x62254c7e)." in the log?
regards
Nataraj
[nataraj at muraj] ~/.wine/drive_c/MS-Sql-Server/R2/SQL2008 setup> wine set
WINEDEBUG=fixme-all,warn+cursor,+relay
wine:
2009 Nov 20
0
[LLVMdev] VMKIT problem
Have you created the symbolic links to GNU Classpath .so? ie step 2 of
http://vmkit.llvm.org/get_started.html?
Nicolas
Nataraj Sundar wrote:
> Thanks Nicolas, Gaël
>
> I followed your instructions and installed compatible versions of llvm,
> vmkit and GNU Classpath also I unzipped glibj.zip and pointed GNU
> Classpath lib variable to the the unzipped files during vmkit
2009 Nov 20
1
[LLVMdev] VMKIT problem
Yes I did, one thing worth mentioning is on running configure for GNU
Classpath towards the end
this error is displayed and it crashes, I assumed it was okay and went to
create the symbolic links and
completed the rest of the process with vmkit mentioned in Getting Started as
instructed:
-I../../../native/jni/native-lib -W -Wall -Wmissing-declarations
-Wwrite-strings -Wmissing-prototypes
2009 Nov 20
0
[LLVMdev] VMKIT problem
Hi Nataraj,
You're using incompatible versions of vmkit and GNU Classpath. First,
you should use vmkit 0.26 and llvm 2.6 (at least, -- use trunk if there
are problems). Second, you should use GNU Classpath 0.97.2.
Good luck!
Nicolas
Nataraj Sundar wrote:
> Hi Nicolas,
>
> I'm running it on Kubuntu.
>
> Now that you mention it I did have a problem during vmkit setup.
2009 Nov 20
2
[LLVMdev] VMKIT problem
Thanks Nicolas, Gaël
I followed your instructions and installed compatible versions of llvm,
vmkit and GNU Classpath also I unzipped glibj.zip and pointed GNU Classpath
lib variable to the the unzipped files during vmkit configure. That error
has vanished.
Now when I run jnjvm or vmkit in Release/bin on any file I'm getting a new
error :
" terminate called without an active exception
2020 Jan 24
0
(SOLVED) YUM (DNF) Possible Confusion Centos 8
On 1/23/20 4:20 PM, david wrote:
> At 03:46 PM 1/23/2020, Nataraj wrote:
>> On 1/23/20 2:29 PM, Nataraj wrote:
>> >
>> > I would agree.?? I have the same behavior in a Redhat 8 development
>> > system, so it's not a problem with the Centos build.?? I have not
>> added
>> > any repositories other then the Redhat
>> >
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/25/2014 04:33 AM, H. Peter Anvin wrote:
> On 12/24/2014 12:16 AM, Robert Yang wrote:
>> Hello syslinux,
>>
>> Merry Christmas! These patches will make extlinux work with umounted
>> ext2/3/4 filesystem, for example:
>>
>> $ extlinux -i /dev/sdXN
>> or
>> $ extlinux -i file_block
>>
>> Also it can work with something like:
2017 Apr 13
3
boot fails on some system
I used syslinux to make an external usb hard drive booting up "system rescue cd" from a FAT primary partition.
The procedure I followed was setting on the boot flag on the FAT partition and copying the content of the iso image to it and renaming isolinux to syslinux wherever needed. I then unmounted the device and ran "syslinux -d /syslinux/ -i /dev/sdxn" where sdxn is the
2014 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
>
>
> On 12/25/2014 04:33 AM, H. Peter Anvin wrote:
> > On 12/24/2014 12:16 AM, Robert Yang wrote:
> >> Hello syslinux,
> >>
> >> Merry Christmas! These patches will make extlinux work with umounted
> >> ext2/3/4 filesystem, for example:
> >>
> >> $ extlinux -i /dev/sdXN
> >> or
> >> $ extlinux -i file_block
2020 Jan 24
2
(SOLVED) YUM (DNF) Possible Confusion Centos 8
At 03:46 PM 1/23/2020, Nataraj wrote:
>On 1/23/20 2:29 PM, Nataraj wrote:
> >
> > I would agree.? I have the same behavior in a Redhat 8 development
> > system, so it's not a problem with the Centos build.? I have not added
> > any repositories other then the Redhat
> > codeready-builder-for-rhel-8-x86_64-rpms. I original installed 8.0 and
> > have
2009 Nov 20
3
[LLVMdev] VMKIT problem
Hi Nicolas,
I'm running it on Kubuntu.
Now that you mention it I did have a problem during vmkit setup. After
running the ./configure file with all the options I ran the make file it was
giving this error:
make[3]: ***
[/.automount/root/exports/transient/nataraj/Project/vmkit-0.25/lib/Mvm/Runtime/Release/EscapeAnalysis.o]
Error 1
"
So I went into Makefile.common and modified GNU
2020 Jan 23
0
YUM (DNF) Possible Confusion Centos 8
On 1/23/20 2:29 PM, Nataraj wrote:
>
> I would agree.? I have the same behavior in a Redhat 8 development
> system, so it's not a problem with the Centos build.? I have not added
> any repositories other then the Redhat
> codeready-builder-for-rhel-8-x86_64-rpms. I original installed 8.0 and
> have applied all updates.? I did not notice the problem until recently.
>
> #
2010 Oct 16
0
RHEL 6 /etc/inittab misconfigured
Here is my output:
Console: colour dummy device 80x25
console [tty0]
console [hvc0]
installing Xen timer for CPU 0
Detected 1806.840 MHz processor
Calibrating delay loop (skipped), value calculated using timer frequency..
3613.68 BogoMIPS (lpj=7227360)
Mount-cache hash table entries: 256
CPU: L1 I Cache: 64K (64 bytes/line)
Apic siabled by BIOS
Grant table initialized
NET: Registering protocol