Re: [CentOS] Video Card [SOLVED]

2008-11-16 Thread Michael A. Peters

Tom Browder wrote:



3.  I used nvidia-xconfig to write a new xorg.conf file.


Attached is my config file.
I'm curious how they differ.

# Xorg configuration created by livna-config-display

Section "ServerLayout"
Identifier "Default Layout"
Screen  0  "Screen0" 0 0
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
Option  "AIGLX" "on"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
Option  "XkbModel" "pc105"
Option  "XkbLayout" "us"
EndSection

Section "Device"
Identifier  "Videocard0"
Driver  "nvidia"
Option  "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option  "Composite" "Enable"
EndSection

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Gigabit Lan doesn't work

2008-11-16 Thread Rob Townley
You may want to see if the device driver for your device has been
blacklisted in order to protect it.
Look through the various /etc/modprobe.d/ blacklist files to see if it
is listed.  I am not an expert, there may be another place to
blacklist or whitelist drivers on your config.

On Sun, Nov 16, 2008 at 10:06 PM, Rilawich Ango <[EMAIL PROTECTED]> wrote:
> Below is the setting.
>
> [EMAIL PROTECTED] ~]# more /etc/redhat-release
> CentOS release 5.2 (Final)
>
> [EMAIL PROTECTED] ~]# uname -a
> Linux localhost.localdomain 2.6.18-92.1.18.el5 #1 SMP Wed Nov 12
> 09:30:27 EST 2008 i686 i686 i386 GNU/Linux
>
> [EMAIL PROTECTED] ~]# ethtool eth0
> Settings for eth0:
>Supported ports: [ TP MII ]
>Supported link modes:   10baseT/Half 10baseT/Full
>100baseT/Half 100baseT/Full
>Supports auto-negotiation: Yes
>Advertised link modes:  10baseT/Half 10baseT/Full
>100baseT/Half 100baseT/Full
>Advertised auto-negotiation: Yes
>Speed: 100Mb/s
>Duplex: Full
>Port: MII
>PHYAD: 32
>Transceiver: internal
>Auto-negotiation: on
>Supports Wake-on: pumbg
>Wake-on: d
>Current message level: 0x0007 (7)
>Link detected: yes
> [EMAIL PROTECTED] ~]# ethtool eth1
> Settings for eth1:
> Cannot get device settings: No such device
> Cannot get wake-on-lan settings: No such device
> Cannot get message level: No such device
> Cannot get link status: No such device
> No data available
>
>
> On Mon, Nov 17, 2008 at 11:35 AM, Barry Brimer <[EMAIL PROTECTED]> wrote:
>>> Actually, I have 2 LAN cards.  eth0 is working as it is 10/100.  There
>>> is a build-in gigalan which doesn't work.  I have to remove the 10/100
>>> and make build-in lan works.
>>>
>>> [EMAIL PROTECTED] ~]# ethtool eth0
>>> Settings for eth0:
>>>   Supported ports: [ TP MII ]
>>>   Supported link modes:   10baseT/Half 10baseT/Full
>>>   100baseT/Half 100baseT/Full
>>>   Supports auto-negotiation: Yes
>>>   Advertised link modes:  10baseT/Half 10baseT/Full
>>>   100baseT/Half 100baseT/Full
>>>   Advertised auto-negotiation: Yes
>>>   Speed: 100Mb/s
>>>   Duplex: Full
>>>   Port: MII
>>>   PHYAD: 32
>>>   Transceiver: internal
>>>   Auto-negotiation: on
>>>   Supports Wake-on: pumbg
>>>   Wake-on: d
>>>   Current message level: 0x0007 (7)
>>>   Link detected: yes
>>> [EMAIL PROTECTED] ~]# ethtool eth1
>>> Settings for eth1:
>>> Cannot get device settings: No such device
>>> Cannot get wake-on-lan settings: No such device
>>> Cannot get message level: No such device
>>> Cannot get link status: No such device
>>> No data available
>>>
>>>
>>> On Mon, Nov 17, 2008 at 10:54 AM, Barry Brimer <[EMAIL PROTECTED]> wrote:
>
>  I have installed Centos completely.  However, the LAN  doesn't work.
> Below is the message after I issue.  How can I make it work?
>
> 00:19.0 Ethernet controller: Intel Corporation 82567V-2 Gigabit
> Network Connection

 What does "ethtool eth0" tell you?
>>
>> What does "ethtool eth0" tell you when the 10/100 card is not installed?
>> What does "lsmod" look like with the 10/100 card in and out?  What does
>> "dmesg | grep eth" give you with the 10/100 card in and out?
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] is udev necessary?

2008-11-16 Thread Berend Dekens

Rudi Ahlers schreef:

Unfortunately I don't see anything useful in the logs. If I let it
bootup by itself, then it reboots just after booting udev. If,
however, I press CTRL+C the moment I see udev on the screen, I have
attached a snippet from /var/log/message - which doesn't show me
anything at all.
  
Indeed - I see some error messages about memory being assign to weird 
places and ata1 claiming to be a dummy... But nothing that should 
warrant something like a reboot...


I did however see some Xen messages. I am no expert so I can't see if 
this is a hypervisor kernel or a virtual machine kernel. If you are not 
planning on using the machine for or in an Xen environment, you could 
try to switch to a regular one (even if it is for testing). I have had 
some strange behaviour from systems which reacted poorly to 
virtualisation software (most of those get fixed but they can send you 
into the wrong direction).


Another thing that came to mind was that udev might finish properly but 
the next task might crash the system. I would however expect something 
in the message output. Did you check if the udev service claimed to be 
started if you ctrl+c out of it? Its unlikely but can't hurt to test.


If all else fails, you could probably disable udev for now and check if 
everything is working (make sure you don't need pluggable device 
support, otherwise you really do need udev). Plan B would be to Google 
for a debugging mode in udev - unless someone on the list knows how to 
activate that. My guess would be to edit the udev script and pass 
something to the program (most of the time its something like '-v' or 
'-vv' or '-d' or something - look for verbose or debug options).


Good luck,
Berend
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Gigabit Lan doesn't work

2008-11-16 Thread Rilawich Ango
Below is the setting.

[EMAIL PROTECTED] ~]# more /etc/redhat-release
CentOS release 5.2 (Final)

[EMAIL PROTECTED] ~]# uname -a
Linux localhost.localdomain 2.6.18-92.1.18.el5 #1 SMP Wed Nov 12
09:30:27 EST 2008 i686 i686 i386 GNU/Linux

[EMAIL PROTECTED] ~]# ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes:   10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 32
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: d
Current message level: 0x0007 (7)
Link detected: yes
[EMAIL PROTECTED] ~]# ethtool eth1
Settings for eth1:
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
No data available


On Mon, Nov 17, 2008 at 11:35 AM, Barry Brimer <[EMAIL PROTECTED]> wrote:
>> Actually, I have 2 LAN cards.  eth0 is working as it is 10/100.  There
>> is a build-in gigalan which doesn't work.  I have to remove the 10/100
>> and make build-in lan works.
>>
>> [EMAIL PROTECTED] ~]# ethtool eth0
>> Settings for eth0:
>>   Supported ports: [ TP MII ]
>>   Supported link modes:   10baseT/Half 10baseT/Full
>>   100baseT/Half 100baseT/Full
>>   Supports auto-negotiation: Yes
>>   Advertised link modes:  10baseT/Half 10baseT/Full
>>   100baseT/Half 100baseT/Full
>>   Advertised auto-negotiation: Yes
>>   Speed: 100Mb/s
>>   Duplex: Full
>>   Port: MII
>>   PHYAD: 32
>>   Transceiver: internal
>>   Auto-negotiation: on
>>   Supports Wake-on: pumbg
>>   Wake-on: d
>>   Current message level: 0x0007 (7)
>>   Link detected: yes
>> [EMAIL PROTECTED] ~]# ethtool eth1
>> Settings for eth1:
>> Cannot get device settings: No such device
>> Cannot get wake-on-lan settings: No such device
>> Cannot get message level: No such device
>> Cannot get link status: No such device
>> No data available
>>
>>
>> On Mon, Nov 17, 2008 at 10:54 AM, Barry Brimer <[EMAIL PROTECTED]> wrote:

  I have installed Centos completely.  However, the LAN  doesn't work.
 Below is the message after I issue.  How can I make it work?

 00:19.0 Ethernet controller: Intel Corporation 82567V-2 Gigabit
 Network Connection
>>>
>>> What does "ethtool eth0" tell you?
>
> What does "ethtool eth0" tell you when the 10/100 card is not installed?
> What does "lsmod" look like with the 10/100 card in and out?  What does
> "dmesg | grep eth" give you with the 10/100 card in and out?
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Gigabit Lan doesn't work

2008-11-16 Thread Rob Townley
On Sun, Nov 16, 2008 at 8:38 PM, Rilawich Ango <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  I have installed Centos completely.  However, the LAN  doesn't work.
>  Below is the message after I issue.  How can I make it work?
>
> 00:19.0 Ethernet controller: Intel Corporation 82567V-2 Gigabit
> Network Connection
>
> Thanks!
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

Were you running a 2.6.27 pre-release kernel?  Everyone should read
this as there about 12 NICs that could be rendered useless especially
in a chipset integrated NIC.

"If you have an Intel PCI Express add-on card or integrated NIC, avoid
the Ubuntu 8.10 alphas, OpenSUSE 11.1 beta, SUSE Linux Enterprise 11
beta, Fedora Rawhide or for that matter, any distribution that comes
with a 2.6.27 pre-release kernel."  So says the following arstechnica
article.
   
http://episteme.arstechnica.com/eve/forums/a/tpc/f/96509133/m/638006184931/inc/-1

i am no firmware expert, but i would think if you can find an
identical machine, you should be able to use the following command
from the article to backup good firmware, then use ethtool -E to
restore the good firmware over your bad firmware.
sudo ethtool -e ethX > savemyeep.txt
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Gigabit Lan doesn't work

2008-11-16 Thread Barry Brimer

Actually, I have 2 LAN cards.  eth0 is working as it is 10/100.  There
is a build-in gigalan which doesn't work.  I have to remove the 10/100
and make build-in lan works.

[EMAIL PROTECTED] ~]# ethtool eth0
Settings for eth0:
   Supported ports: [ TP MII ]
   Supported link modes:   10baseT/Half 10baseT/Full
   100baseT/Half 100baseT/Full
   Supports auto-negotiation: Yes
   Advertised link modes:  10baseT/Half 10baseT/Full
   100baseT/Half 100baseT/Full
   Advertised auto-negotiation: Yes
   Speed: 100Mb/s
   Duplex: Full
   Port: MII
   PHYAD: 32
   Transceiver: internal
   Auto-negotiation: on
   Supports Wake-on: pumbg
   Wake-on: d
   Current message level: 0x0007 (7)
   Link detected: yes
[EMAIL PROTECTED] ~]# ethtool eth1
Settings for eth1:
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
No data available


On Mon, Nov 17, 2008 at 10:54 AM, Barry Brimer <[EMAIL PROTECTED]> wrote:

 I have installed Centos completely.  However, the LAN  doesn't work.
Below is the message after I issue.  How can I make it work?

00:19.0 Ethernet controller: Intel Corporation 82567V-2 Gigabit
Network Connection


What does "ethtool eth0" tell you?


What does "ethtool eth0" tell you when the 10/100 card is not installed? 
What does "lsmod" look like with the 10/100 card in and out?  What does 
"dmesg | grep eth" give you with the 10/100 card in and out?


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Gigabit Lan doesn't work

2008-11-16 Thread Rilawich Ango
Actually, I have 2 LAN cards.  eth0 is working as it is 10/100.  There
is a build-in gigalan which doesn't work.  I have to remove the 10/100
and make build-in lan works.

[EMAIL PROTECTED] ~]# ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes:   10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 32
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: d
Current message level: 0x0007 (7)
Link detected: yes
[EMAIL PROTECTED] ~]# ethtool eth1
Settings for eth1:
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
No data available


On Mon, Nov 17, 2008 at 10:54 AM, Barry Brimer <[EMAIL PROTECTED]> wrote:
>>  I have installed Centos completely.  However, the LAN  doesn't work.
>> Below is the message after I issue.  How can I make it work?
>>
>> 00:19.0 Ethernet controller: Intel Corporation 82567V-2 Gigabit
>> Network Connection
>
> What does "ethtool eth0" tell you?
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Gigabit Lan doesn't work

2008-11-16 Thread Barry Brimer

 I have installed Centos completely.  However, the LAN  doesn't work.
Below is the message after I issue.  How can I make it work?

00:19.0 Ethernet controller: Intel Corporation 82567V-2 Gigabit
Network Connection


What does "ethtool eth0" tell you?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Gigabit Lan doesn't work

2008-11-16 Thread Rilawich Ango
Hi all,

  I have installed Centos completely.  However, the LAN  doesn't work.
 Below is the message after I issue.  How can I make it work?

00:19.0 Ethernet controller: Intel Corporation 82567V-2 Gigabit
Network Connection

Thanks!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] is udev necessary?

2008-11-16 Thread Rudi Ahlers
On Mon, Nov 17, 2008 at 2:32 AM, Berend Dekens <[EMAIL PROTECTED]> wrote:
> Rudi Ahlers schreef:
>>
>> I have managed to kill udev on start-up (with CTRL + C), and then it boots
>> up.
>> So, do I need udev? And what is it's purpose?
>
> Udev is a device probing layer. In the old days we had a /dev system prepped
> for standard use which would be complemented with other bootup scripts to
> make nodes for all hardware in your system.
>
> Udev is the successor of this system (the one line history version anyway)
> and builds up the /dev folder with all your devices. In theory this is great
> but most systems (and I'm fairly sure CentOS as well) still have a number of
> base nodes in /dev before udev is fully started. This helps the system boot
> and in case of emergency (udev crashing or a broken probing like you have)
> this would allow the system to boot and find its primary devices (if you are
> lucky this might include all neccesary devices, in my case for example, when
> udev won't start I only have one of 2 SATA controllers online).
>
> So in short, you might be able to turn off udev but adding new hardware,
> plugging in usb devices or similar or starting some non-standard hardware
> won't work any more. Perhaps there are more serious issues (like soft-raids
> ignoring the raid and just using one drive).
>
> You might be able to see in the kernel console (ctrl+f10) what happens just
> before the system reboots - if it is a module which fails (most likely) you
> could blacklist it. That would solve the reboots. If the module is in fact
> critical for some piece of hardware you might be able to tweak it instead of
> disabling udev altogether.
>
> Do the system logs contain any clues what is going on or does the system
> kills itself before logging to harddisc comes on?
>
> Regards,
> Berend Dekens
> ___

Hi Barend,

Thanx for the info :)

Unfortunately I don't see anything useful in the logs. If I let it
bootup by itself, then it reboots just after booting udev. If,
however, I press CTRL+C the moment I see udev on the screen, I have
attached a snippet from /var/log/message - which doesn't show me
anything at all.


-- 

Kind Regards
Rudi Ahlers
Nov 17 03:07:25 zaxen01 yum: Erased: mhash
Nov 17 03:24:42 zaxen01 shutdown[3219]: shutting down for system reboot
Nov 17 03:24:42 zaxen01 gdm[1995]: Failed to start X server several times in a 
short time period; disabling display :0
Nov 17 03:24:44 zaxen01 avahi-daemon[1579]: Got SIGTERM, quitting.
Nov 17 03:24:44 zaxen01 avahi-daemon[1579]: Leaving mDNS multicast group on 
interface eth0.IPv6 with address fe80::21c:c0ff:fe52:6ad8.
Nov 17 03:24:44 zaxen01 avahi-daemon[1579]: Leaving mDNS multicast group on 
interface eth0.IPv4 with address 196.34.136.110.
Nov 17 03:24:51 zaxen01 auditd[1052]: The audit daemon is exiting.
Nov 17 03:24:51 zaxen01 kernel: audit(1226885091.615:25): audit_pid=0 old=1052 
by auid=4294967295
Nov 17 03:24:51 zaxen01 kernel: Kernel logging (proc) stopped.
Nov 17 03:24:51 zaxen01 kernel: Kernel log daemon terminating.
Nov 17 03:24:52 zaxen01 exiting on signal 15
Nov 17 03:28:42 zaxen01 syslogd 1.4.1: restart.
Nov 17 03:28:42 zaxen01 kernel: klogd 1.4.1, log source = /proc/kmsg started.
Nov 17 03:28:42 zaxen01 kernel: Linux version 2.6.18-92.1.18.el5xen ([EMAIL 
PROTECTED]) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Wed Nov 12 
10:35:03 EST 2008
Nov 17 03:28:42 zaxen01 kernel: BIOS-provided physical RAM map:
Nov 17 03:28:42 zaxen01 kernel:  Xen:  - 0001f33a8000 
(usable)
Nov 17 03:28:42 zaxen01 kernel: 7259MB HIGHMEM available.
Nov 17 03:28:42 zaxen01 kernel: 727MB LOWMEM available.
Nov 17 03:28:42 zaxen01 kernel: Using x86 segment limits to approximate NX 
protection
Nov 17 03:28:42 zaxen01 kernel: found SMP MP-table at 000fe200
Nov 17 03:28:42 zaxen01 kernel: DMI 2.4 present.
Nov 17 03:28:42 zaxen01 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] 
enabled)
Nov 17 03:28:42 zaxen01 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] 
enabled)
Nov 17 03:28:42 zaxen01 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] 
enabled)
Nov 17 03:28:42 zaxen01 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] 
enabled)
Nov 17 03:28:42 zaxen01 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl 
lint[0x1])
Nov 17 03:28:42 zaxen01 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl 
lint[0x1])
Nov 17 03:28:42 zaxen01 kernel: ACPI: IOAPIC (id[0x02] address[0xfec0] 
gsi_base[0])
Nov 17 03:28:42 zaxen01 kernel: IOAPIC[0]: apic_id 2, version 32, address 
0xfec0, GSI 0-23
Nov 17 03:28:42 zaxen01 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 
dfl dfl)
Nov 17 03:28:42 zaxen01 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 
high level)
Nov 17 03:28:42 zaxen01 kernel: Enabling APIC mode:  Flat.  Using 1 I/O APICs
Nov 17 03:28:42 zaxen01 kernel: Using ACPI (MADT) for SMP configuration 
information
Nov 17 03:28:42 zaxen01 kernel: Built 1 zonelists.  Total pages: 2044840
N

Re: [CentOS] is udev necessary?

2008-11-16 Thread Berend Dekens

Rudi Ahlers schreef:

I have managed to kill udev on start-up (with CTRL + C), and then it boots up.
So, do I need udev? And what is it's purpose?
Udev is a device probing layer. In the old days we had a /dev system 
prepped for standard use which would be complemented with other bootup 
scripts to make nodes for all hardware in your system.


Udev is the successor of this system (the one line history version 
anyway) and builds up the /dev folder with all your devices. In theory 
this is great but most systems (and I'm fairly sure CentOS as well) 
still have a number of base nodes in /dev before udev is fully started. 
This helps the system boot and in case of emergency (udev crashing or a 
broken probing like you have) this would allow the system to boot and 
find its primary devices (if you are lucky this might include all 
neccesary devices, in my case for example, when udev won't start I only 
have one of 2 SATA controllers online).


So in short, you might be able to turn off udev but adding new hardware, 
plugging in usb devices or similar or starting some non-standard 
hardware won't work any more. Perhaps there are more serious issues 
(like soft-raids ignoring the raid and just using one drive).


You might be able to see in the kernel console (ctrl+f10) what happens 
just before the system reboots - if it is a module which fails (most 
likely) you could blacklist it. That would solve the reboots. If the 
module is in fact critical for some piece of hardware you might be able 
to tweak it instead of disabling udev altogether.


Do the system logs contain any clues what is going on or does the system 
kills itself before logging to harddisc comes on?


Regards,
Berend Dekens
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] can CentOS act as an iSCSI server?

2008-11-16 Thread Ross Walker


On Nov 16, 2008, at 7:21 AM, "Rudi Ahlers" <[EMAIL PROTECTED]> wrote:


Hi all,

I would like to know if I could share some space on on of my servers,
to another server(s) using the iSCSI protocal? I can  see that CentOS
can connect to an iSCSI server, but can it act as a iSCSI server?

Is so, does anyone have some good HOWTO / tutorials / docs on how to  
set it up?


I'm running CentOS 5.2


There is also the iSCSI Enterprise Target besides the technology  
preview of 'tgt' which is more then just iSCSI, but a generic SCSI  
target that can also do FC and FCoE.


IET has a kernel device device driver though that will need to be  
maintained through kernel updates, but works extremely well.


-Ross

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] can CentOS act as an iSCSI server?

2008-11-16 Thread Jim Wildman

See my presentation at http://www.colug.net/notes/0810mtg/

On Sun, 16 Nov 2008, Rudi Ahlers wrote:


Hi all,

I would like to know if I could share some space on on of my servers,
to another server(s) using the iSCSI protocal? I can  see that CentOS
can connect to an iSCSI server, but can it act as a iSCSI server?

Is so, does anyone have some good HOWTO / tutorials / docs on how to set it up?

I'm running CentOS 5.2




--
Jim Wildman, CISSP, RHCE   [EMAIL PROTECTED] http://www.rossberry.com
"Society in every state is a blessing, but Government, even in its best
state, is a necessary evil; in its worst state, an intolerable one."
Thomas Paine
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] is udev necessary?

2008-11-16 Thread Rudi Ahlers
Hi all

I recently setup a CentOS 5.2 server, running XEN (using HyperVM), and
then moved the hard drive from my test box to my Intel server.The
problem I now have, is that it doesn't bootup properly. Shortly after
I see the udev service started, the machine reboots. This keeps on
going the whole time.

I have managed to kill udev on start-up (with CTRL + C), and then it boots up.
So, do I need udev? And what is it's purpose?

-- 

Kind Regards
Rudi Ahlers
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Oracle start up script issue with RHEL3 Cluster

2008-11-16 Thread Tru Huynh
On Sun, Nov 16, 2008 at 08:46:41PM +, Vandaman wrote:
> Kai Schaetzl wrote:
> 
> > Indeed. Look in a mirror and say it again.
> > 
> 
> You remind me of a Nazi Guard. 
> 

Please, take this fight off the list

-- 
Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B


pgp6XYeNpDpsD.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Oracle start up script issue with RHEL3 Cluster

2008-11-16 Thread Vandaman
Kai Schaetzl wrote:

> Indeed. Look in a mirror and say it again.
> 

You remind me of a Nazi Guard. 

Regards,
Vandaman.




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Oracle start up script issue with RHEL3 Cluster

2008-11-16 Thread Kai Schaetzl
Vandaman wrote on Sun, 16 Nov 2008 15:49:51 + (GMT):

> This is one of those situations where if you have nothing 
> useful to say it is best to keep quiet.

Indeed. Look in a mirror and say it again.


Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Video Card [SOLVED]

2008-11-16 Thread Tom Browder
A recap of the problems for my configuration: Centos 5.2, x86_64, PNY
9600 GT 512 Mb video, Rosewill R913J 19" LCD monitor, Gigabyte
GA-P35-DS3L mobo, Intel Core 2 Duo, 8 Gb RAM.

Using the latest Nvidia x86_64 driver package (177.82) I could not get
the 1280x1060 resolution (I could get nothing but 640x480).

Additionally, while attempting various fixes, the monitor base color
turned blue.

Cure:

0.  I set run level 3 in /etc/inittab and then executed 'telinit 3' to
work from a text display.

1.  I set the Rosewill in VGA (analog) mode--that is the only mode
that will work with the Nvidia driver (discovered by trial and error).

2.  I deleted the existing xorg.conf file (at /etc/X11).

3.  I used nvidia-xconfig to write a new xorg.conf file.

4.  I initially tested with startx, but that didn't work with my set
up.   I found that using "gdm" let me see a successful X server.

5.  After a successful X start at the desired resolution, I then set
run level 5 and executed 'telinit 5'.

Weird monitor base color:

6.  To reset the monitor base color back to normal I had to clear the
BIOS CMOS memory and reload the BIOS defaults.

Note that the Nvidia list of Linux-capable video cards at
 (thanks to John Stanley)
is the one to consult to ensure a card is usable under Linux.

I have found no card manufacturers with any significant degree of tech
support for Linux, so I cannot recommend one over the other (over the
years I have tried cards from MSI, XFX, EVGA, PNY, and others, but it
was always hit or miss--I usually looked at the READMEs with the
Nvidia driver packages but that has proved to be unreliable for
me--once more, thanks to John Stanley for pointing out the other list
that I have always overlooked).

I hope this helps others with weird video problems.

-Tom

Tom Browder
Niceville, Florida
USA
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Oracle start up script issue with RHEL3 Cluster

2008-11-16 Thread Ian Forde
On Sun, 2008-11-16 at 09:39 -0500, Lanny Marcus wrote:
> On Sun, Nov 16, 2008 at 8:53 AM, lingu <[EMAIL PROTECTED]> wrote:
> >Thank a lot for your valuale information also we are getting lot
> > of mails in this mailing list about debian,ubuntu,knopix and even the
> > microsoft and the people are getting help for such mails too .I dont
> > think anything wrong about posting RHEL related issue on this list,
> > also i thought you know very well centos is the clone of RHEL .
> 
> Yes, I know that CentOS is a clone of RHEL. But, if you paid for RHEL,
> probably you have a right to their support. If not, to participate in
> their mailing lists.  On  a weekend, you probably will get a quicker
> reply from a RH mailing list than this one. Many of the experts who
> participate in this list are not around on the weekends.

In addition, Red Hat Cluster isn't cheap.  It's usually a pretty safe
assumption that if one has it deployed, then one has an active service
contract with RH, and thus has access to the official support
channels... which is why RHCS knowledge hasn't really percolated out to
the CentOS crowd to the degree that it has on the RHEL lists...

-I

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Video Card

2008-11-16 Thread John
Tom Wrote:

> Now I have another problem: somehow in my putzing around the monitor
> has taken on a blue hue both in the startup vga mode and the full-up
> Nvidia X mode.  Any ideas about that?

Check your Digital Viberance Setting (spelling)..

johnstanley


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] can CentOS act as an iSCSI server?

2008-11-16 Thread Fabian Arrotin

Rudi Ahlers wrote:

On Sun, Nov 16, 2008 at 5:00 PM, Fabian Arrotin
<[EMAIL PROTECTED]> wrote:

Rudi Ahlers wrote:



Hi Fabian,

Do you have any documentation for me on this? I don't know iSCSI at
all - well I haven't used it before myself, but from what I understand
it's much better than NFS.


Consider then reading http://en.wikipedia.org/wiki/Iscsi your homework 
.. ;-)
Don't try to compare NFS and iScsi : they aren't working at the same 
level : iScsi works at the 'block level' while other Network File 
Systems (like NFS, CIFS, etc ...) work more at the 'file level' . So 
they are serving different needs. While multiple hosts can access 
directly a NFS exported fs, iscsi share a block device (target) to an 
initiator host (or multiple hosts). Except if you're using a cluster FS 
like GFS, you can't access the same lun from multiple initiators at the 
same time




What is FC HBA's ?


Fiber Channel Host Bus Adapters ;-)



--
-
Fabian Arrotin <[EMAIL PROTECTED]>
"Internet network currently down, TCP/IP packets delivered now by 
UPS/Fedex ..."




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] can CentOS act as an iSCSI server?

2008-11-16 Thread Rudi Ahlers
On Sun, Nov 16, 2008 at 5:00 PM, Fabian Arrotin
<[EMAIL PROTECTED]> wrote:
> Rudi Ahlers wrote:
>>
>> Hi all,
>>
>> I would like to know if I could share some space on on of my servers,
>> to another server(s) using the iSCSI protocal? I can  see that CentOS
>> can connect to an iSCSI server, but can it act as a iSCSI server?
>>
>> Is so, does anyone have some good HOWTO / tutorials / docs on how to set
>> it up?
>>
>> I'm running CentOS 5.2
>>
> Yes you can , but actually it's still 'techonology preview' as stated in the
> Upstream Release Notes ...
> You'll need to install the package scsi-target-utils and configure
> everything with the tgtadm command : there is no config file that is read by
> the /etc/rc.d/init.d/tgtd initscripts so you have to write a bash scripts
> that will be read on startup to do the whole work.
> If you have already played with iscsi, using tgtadm is not really difficult
> but i admit also that i'm only using it for tests in labs. Production
> machines are using FC HBAs ;-)
> --
> -
> Fabian Arrotin <[EMAIL PROTECTED]>
> "Internet network currently down, TCP/IP packets delivered now by UPS/Fedex
> ..."
>
>
>

Hi Fabian,

Do you have any documentation for me on this? I don't know iSCSI at
all - well I haven't used it before myself, but from what I understand
it's much better than NFS.

What is FC HBA's ?



-- 

Kind Regards
Rudi Ahlers
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Oracle start up script issue with RHEL3 Cluster

2008-11-16 Thread Vandaman
Lanny Marcus  wrote:

> Have you considered posting to a mailing list for RHEL?
> This list is
> for CentOS users.
> 

This is one of those situations where if you have nothing 
useful to say it is best to keep quiet. What about those 
in the CentOS forums asking for help after their subscriptions 
have run out? Or what business is it of yours if someone is 
running RHEL as opposed to a RHEL-derivative?

Regards,
Vandaman.




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Oracle start up script issue with RHEL3 Cluster

2008-11-16 Thread Vandaman
Lanny Marcus  wrote:

> Have you considered posting to a mailing list for RHEL?
> This list is
> for CentOS users.
> 

This is one of those situations where if you have nothing 
useful to say it is best to keep quiet. What about those 
in the CentOS forums asking for help after their subscriptions 
have run out? Or what business is it of yours if someone is 
running RHEL as opposed to a RHEL-derivative?

Regards,
Vandaman.




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] can CentOS act as an iSCSI server?

2008-11-16 Thread Fabian Arrotin

Rudi Ahlers wrote:

Hi all,

I would like to know if I could share some space on on of my servers,
to another server(s) using the iSCSI protocal? I can  see that CentOS
can connect to an iSCSI server, but can it act as a iSCSI server?

Is so, does anyone have some good HOWTO / tutorials / docs on how to set it up?

I'm running CentOS 5.2

Yes you can , but actually it's still 'techonology preview' as stated in 
the Upstream Release Notes ...
You'll need to install the package scsi-target-utils and configure 
everything with the tgtadm command : there is no config file that is 
read by the /etc/rc.d/init.d/tgtd initscripts so you have to write a 
bash scripts that will be read on startup to do the whole work.
If you have already played with iscsi, using tgtadm is not really 
difficult but i admit also that i'm only using it for tests in labs. 
Production machines are using FC HBAs ;-)

--
-
Fabian Arrotin <[EMAIL PROTECTED]>
"Internet network currently down, TCP/IP packets delivered now by 
UPS/Fedex ..."




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Oracle start up script issue with RHEL3 Cluster

2008-11-16 Thread Lanny Marcus
On Sun, Nov 16, 2008 at 8:53 AM, lingu <[EMAIL PROTECTED]> wrote:
>Thank a lot for your valuale information also we are getting lot
> of mails in this mailing list about debian,ubuntu,knopix and even the
> microsoft and the people are getting help for such mails too .I dont
> think anything wrong about posting RHEL related issue on this list,
> also i thought you know very well centos is the clone of RHEL .

Yes, I know that CentOS is a clone of RHEL. But, if you paid for RHEL,
probably you have a right to their support. If not, to participate in
their mailing lists.  On  a weekend, you probably will get a quicker
reply from a RH mailing list than this one. Many of the experts who
participate in this list are not around on the weekends.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Oracle start up script issue with RHEL3 Cluster

2008-11-16 Thread lingu
Hi lanny,

Thank a lot for your valuale information also we are getting lot
of mails in this mailing list about debian,ubuntu,knopix and even the
microsoft and the people are getting help for such mails too .I dont
think anything wrong about posting RHEL related issue on this list,
also i thought you know very well centos is the clone of RHEL .


On 11/16/08, Lanny Marcus <[EMAIL PROTECTED]> wrote:
> On Sat, Nov 15, 2008 at 2:28 PM, lingu <[EMAIL PROTECTED]> wrote:
> > I am running two node active/passive cluster on RHEL3U8-64 bit
> > operating system for my oracle 9i  database.I am facing issue when
> > cluster fail over to node 2 my oracle start up script not starting up
> 
> Have you considered posting to a mailing list for RHEL? This list is
> for CentOS users.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 45, Issue 10

2008-11-16 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
[EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CESA-2008:0977 Critical CentOS 3 s490(x)  seamonkey - security
  update (Pasi Pirhonen)


--

Message: 1
Date: Sat, 15 Nov 2008 14:47:05 +0200
From: Pasi Pirhonen <[EMAIL PROTECTED]>
Subject: [CentOS-announce] CESA-2008:0977 Critical CentOS 3 s490(x)
seamonkey - security update
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory 2008:0977

https://rhn.redhat.com/errata/RHSA-2008-0977.html

The following updated files have been uploaded and are currently
syncing to the mirrors:

s390:
updates/s390/RPMS/seamonkey-1.0.9-0.25.el3.centos3.s390.rpm
updates/s390/RPMS/seamonkey-chat-1.0.9-0.25.el3.centos3.s390.rpm
updates/s390/RPMS/seamonkey-devel-1.0.9-0.25.el3.centos3.s390.rpm
updates/s390/RPMS/seamonkey-dom-inspector-1.0.9-0.25.el3.centos3.s390.rpm
updates/s390/RPMS/seamonkey-js-debugger-1.0.9-0.25.el3.centos3.s390.rpm
updates/s390/RPMS/seamonkey-mail-1.0.9-0.25.el3.centos3.s390.rpm
updates/s390/RPMS/seamonkey-nspr-1.0.9-0.25.el3.centos3.s390.rpm
updates/s390/RPMS/seamonkey-nspr-devel-1.0.9-0.25.el3.centos3.s390.rpm
updates/s390/RPMS/seamonkey-nss-1.0.9-0.25.el3.centos3.s390.rpm
updates/s390/RPMS/seamonkey-nss-devel-1.0.9-0.25.el3.centos3.s390.rpm

s390x:
updates/s390x/RPMS/seamonkey-1.0.9-0.25.el3.centos3.s390x.rpm
updates/s390x/RPMS/seamonkey-chat-1.0.9-0.25.el3.centos3.s390x.rpm
updates/s390x/RPMS/seamonkey-devel-1.0.9-0.25.el3.centos3.s390x.rpm
updates/s390x/RPMS/seamonkey-dom-inspector-1.0.9-0.25.el3.centos3.s390x.rpm
updates/s390x/RPMS/seamonkey-js-debugger-1.0.9-0.25.el3.centos3.s390x.rpm
updates/s390x/RPMS/seamonkey-mail-1.0.9-0.25.el3.centos3.s390x.rpm
updates/s390x/RPMS/seamonkey-nspr-1.0.9-0.25.el3.centos3.s390x.rpm
updates/s390x/RPMS/seamonkey-nspr-devel-1.0.9-0.25.el3.centos3.s390x.rpm
updates/s390x/RPMS/seamonkey-nss-1.0.9-0.25.el3.centos3.s390x.rpm
updates/s390x/RPMS/seamonkey-nss-devel-1.0.9-0.25.el3.centos3.s390x.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 signature
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20081115/edb3e9af/attachment-0001.bin

--

___
CentOS-announce mailing list
[EMAIL PROTECTED]
http://lists.centos.org/mailman/listinfo/centos-announce


End of CentOS-announce Digest, Vol 45, Issue 10
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] can CentOS act as an iSCSI server?

2008-11-16 Thread Rudi Ahlers
Hi all,

I would like to know if I could share some space on on of my servers,
to another server(s) using the iSCSI protocal? I can  see that CentOS
can connect to an iSCSI server, but can it act as a iSCSI server?

Is so, does anyone have some good HOWTO / tutorials / docs on how to set it up?

I'm running CentOS 5.2

-- 

Kind Regards
Rudi Ahlers
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Linux backup help

2008-11-16 Thread Amos Shapira
2008/11/16 Ian Forde <[EMAIL PROTECTED]>:
> Actually, that's the problem that Red Hat Satellite Server can solve.
> You can approve packages for deployment.  Thus, when provisioning new
> servers, they get updates from the approved list.  And servers are
> grouped by class.  For the free version, one should investigate Project
> SpaceWalk.  http://www.redhat.com/spacewalk/

Thanks for the pointer. I've looked at it a few weeks ago back when
there was some news about it and it looked promising but I didn't have
time to learn it in depth. Will keep it in my stack of things to look
at.

Cheers,

--Amos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos