RE: [CentOS] Re: Why i can't configure network and hostname with this kickstart file?

2008-09-27 Thread John
One more place: sorry for the error... File: /etc/sysconfig/network HOSTNAME=mail.iredmail.org JohnStanley -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zhang Huangbin Sent: Saturday, September 27, 2008 10:04 PM To: centos@centos.org Subject: [CentOS

RE: [CentOS] Re: Why i can't configure network and hostname with this kickstart file?

2008-09-27 Thread John
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zhang Huangbin Sent: Saturday, September 27, 2008 10:04 PM To: centos@centos.org Subject: [CentOS] Re: Why i can't configure network and hostname with this kickstart file? I can't configure network and hostname even there is only '%po

[CentOS] Re: Why i can't configure network and hostname with this kickstart file?

2008-09-27 Thread Zhang Huangbin
I can't configure network and hostname even there is only '%post' left. What' wrong with it? Thanks very much. :) -- Best regards. - Open Source Mail Server Solution for RHEL/CentOS 5.x: http://code.google.com/p/iredmail/ ___ CentOS mailing list Ce

Re: [CentOS] cpufreq and suspend

2008-09-27 Thread Robert Moskowitz
MHR wrote: On Fri, Sep 26, 2008 at 1:19 PM, Robert Moskowitz <[EMAIL PROTECTED]> wrote: With my OQO, I get the following message when I try to suspend: cpufreq: suspend failed to assert current frequency is what timing core thinks it is. I see in /var/log/messages: kernel: acpi-cpufreq: CP

RE: [CentOS] Graphical net install

2008-09-27 Thread John
JohnStanley Writes: AFIK that's the only way to do a Graphical Install. Maybe some one else can lend you trick to use with the PXE Boot Version. You can put your Media in NFS or HTTP and make Anaconda Pull from there. Can also do what's called a Push. IE push the files to the client from another

Re: [CentOS] Graphical net install

2008-09-27 Thread Test
I am using Centos 5.2... The kickstart stuff was just a quick test.. (no go) I have got the graphical install running by booting from cdrom (also the VNC variant), but i would like to run these completely from the network (nfs or http or whatever..) This does not seem to work and i haven't been

RE: [CentOS] Graphical net install

2008-09-27 Thread John
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Test Sent: Saturday, September 27, 2008 3:55 PM To: CentOS mailing list Subject: Re: [CentOS] Graphical net install Euhhh.. I guess you mean the pxe config file ? That CAN be configured with boot options:

Re: [CentOS] Graphical net install

2008-09-27 Thread Test
Euhhh.. I guess you mean the pxe config file ? That CAN be configured with boot options: My file looks like (/tftpboot/pxelinux.cfg/default): prompt 1 default co52 timeout 1000 display boot.msg label co52 kernel co52/vmlinuz append initrd=co52/initrd.img ramdisk_size=8192 label co52_g k

RE: [CentOS] Graphical net install

2008-09-27 Thread John
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Test Sent: Saturday, September 27, 2008 3:11 PM To: CentOS mailing list Subject: Re: [CentOS] Graphical net install He John, I know about the netinstall cdrom option, i want to boot via PXE (netboot) and do

Re: [CentOS] Graphical net install

2008-09-27 Thread Test
He John, I know about the netinstall cdrom option, i want to boot via PXE (netboot) and do a graphical install... I currently have the PXE tftboot running but that does not boot in graphical mode (Anaconda gives: Graphical install not available)... This is probably quite simple to get up and run

RE: [CentOS] Graphical net install

2008-09-27 Thread John
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Test Sent: Saturday, September 27, 2008 2:29 PM To: centos@centos.org Subject: [CentOS] Graphical net install Is it at all possible to do a graphical netinstall ? I am using centos 5.2, and i have been doin

[CentOS] Graphical net install

2008-09-27 Thread Test
Is it at all possible to do a graphical netinstall ? I am using centos 5.2, and i have been doing net installs (pxe) for a while in console mode... -- Test <[EMAIL PROTECTED]> ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/li

Re: [CentOS] Build fails on new kernel source

2008-09-27 Thread MHR
On Sat, Sep 27, 2008 at 10:33 AM, Akemi Yagi <[EMAIL PROTECTED]> wrote: > > First of all, this is a known issue: > > https://bugzilla.redhat.com/show_bug.cgi?id=445095 > > Second, if you *precisely* followed the instructions on the wiki, you > would not have seen this error. The most important poi

Re: [CentOS] Build fails on new kernel source

2008-09-27 Thread Akemi Yagi
On Sat, Sep 27, 2008 at 10:20 AM, MHR <[EMAIL PROTECTED]> wrote: > On my x86_64, I pulled down the source for the 2.6.18-92.1.13 kernel > and followed the wiki faithfully, but it will not build. I'm getting > errors in the Buslogic driver: > > In file included from drivers/scsi/BusLogic.c:56: (sni

Re: [CentOS] Problem in Wireless Card Setup in Dell Precision M90

2008-09-27 Thread Akemi Yagi
On Sat, Sep 27, 2008 at 9:49 AM, Ashish Vijaywargiya <[EMAIL PROTECTED]> wrote: > Hello Friends, > > This is my first post on CentOS mailing list. > I am using CentOS since last 3 years and using Linux since 2003. > I am Java Based ERP(http://ofbiz.apache.org/) developer and I truly > appreciate th

[CentOS] Build fails on new kernel source

2008-09-27 Thread MHR
On my x86_64, I pulled down the source for the 2.6.18-92.1.13 kernel and followed the wiki faithfully, but it will not build. I'm getting errors in the Buslogic driver: In file included from drivers/scsi/BusLogic.c:56: drivers/scsi/BusLogic.h:241: error: redeclaration of enumerator 'false' includ

[CentOS] Problem in Wireless Card Setup in Dell Precision M90

2008-09-27 Thread Ashish Vijaywargiya
Hello Friends, This is my first post on CentOS mailing list. I am using CentOS since last 3 years and using Linux since 2003. I am Java Based ERP(http://ofbiz.apache.org/) developer and I truly appreciate the stability of CentOS as the Desktop machine for the developers. In the early 2003 I was u

Re: [CentOS] Why i can't configure network and hostname with this kickstart file?

2008-09-27 Thread nate
Zhang Huangbin wrote: > Hi, all. > > I use this kickstart file to install CentOS 5.2 (both i386 and x86_64), > but i can't config NICs and hostname during installation, what's wrong > with it? Maybe because the network configuration is EXPLICITLY DISABLED? > # Configures network information for t

[CentOS] Why i can't configure network and hostname with this kickstart file?

2008-09-27 Thread Zhang Huangbin
Hi, all. I use this kickstart file to install CentOS 5.2 (both i386 and x86_64), but i can't config NICs and hostname during installation, what's wrong with it? Thanks very much. <- kickstart file < # System authorization information #auth --useshadow --enablemd5 # System keyb

[CentOS] CentOS-announce Digest, Vol 43, Issue 13

2008-09-27 Thread centos-announce-request
a64/RPMS/firefox-3.0.2-3.el4.centos.ia64.rpm -- Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/ Top-postings silently ignored -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signa