Re: [CentOS] something chmod'ing /dev/null

2010-11-18 Thread ken
And if you updated solely through yum, /var/log/yum.log is a
time-stamped list.  It's unfortunate that /var/log/rpmpkgs doesn't have
the same format.  :(


On 11/17/2010 02:54 PM JohnS wrote:
> On Wed, 2010-11-17 at 10:45 -0800, Joe Pruett wrote:
>> On 11/17/2010 10:35 AM, Robert Heller wrote:
>>> At Wed, 17 Nov 2010 10:16:51 -0800 CentOS mailing list  
>>> wrote:
>>>
 it looks like one of the recent updates will sometimes chmod /dev/null
 to 600.  out of 20 machines i've updated, 3 of them had the odd
 /dev/null perms afterwards.  i haven't tried to identify what it doing
 it yet, but wanted to give a heads up to others that might start seeing
 weird behavior.
>>> Look in /etc/udev/rules.d/50-udev.rules.  My copy has the line:
>>>
>>> KERNEL=="null", MODE="0666", OPTIONS="last_rule"
>>>
>>> You haven't managed to mess with this rule?  
>> no changes to udev rules.  and this happens immediately after the update
>> is run, no reboot required.  what is weird is that the config on the
>> systems i run are pretty close to each other, so why only a few got hit
>> by this is odd.  i had one happen yesterday and thought i had just done
>> something stupid, but then more popped up today immediately after doing
>> updates, so that is why the warning.
> 
> Ok now for some work...  Gather up a list of your RPMs you updated and
> well check them all for /dev/null changes for te culprit.
> 
> [et...@midnight ~]$ rpm -q --scripts kernel-rt
> postinstall scriptlet (using /bin/sh):
> /sbin/new-kernel-pkg --package kernel-rt --banner "EM2Grid Enterprise
> Linux (realtime)" --mkinitrd --depmod --install 2.6.24.7-149.el5rt ||
> exit $?
> preuninstall scriptlet (using /bin/sh):
> /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove 2.6.24.7-149.el5rt
> || exit $?
> postinstall scriptlet (using /bin/sh):
> /sbin/new-kernel-pkg --package kernel-rt --banner "EM2Grid Enterprise
> Linux (realtime)" --mkinitrd --depmod --install 2.6.24.7-161.el5rt ||
> exit $?
> preuninstall scriptlet (using /bin/sh):
> /sbin/new-kernel-pkg --rminitrd --rmmoddep --remove 2.6.24.7-161.el5rt
> || exit $?
> 
> 
> John
> 
> ___
> 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] SMS Gateway

2010-11-18 Thread Jakub Jedelsky
Hi list-people!

Is there anybody who has expiriences with sms gateway on Centos? Our
customer has a Siemens modem (connected via serial port) and finds any
tool for sending and receving sms. I found something like gammu and
smstools but I'm not sure with it.. Have you any tips?

Thanks a lot!

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


Re: [CentOS] SMS Gateway

2010-11-18 Thread Michel van Deventer
Hi,

On Thu, 2010-11-18 at 10:07 +0100, Jakub Jedelsky wrote:
> Hi list-people!
> 
> Is there anybody who has expiriences with sms gateway on Centos? Our
> customer has a Siemens modem (connected via serial port) and finds any
> tool for sending and receving sms. I found something like gammu and
> smstools but I'm not sure with it.. Have you any tips?
I use smstools on CentOS and RHEL with Siemens SMS modems, Nokia GSM
(7110), Siemens GSM (M35) and GPRS modems. Works like a charm and very
easy to use.
You can use scripts to act on incoming SMS too.

You can send SMS from the command line or by putting a file with the
right content in the outgoing directory of the daemon.

regards,

Michel




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


Re: [CentOS] SMS Gateway

2010-11-18 Thread Thomas Göttgens
Hi,

>> Is there anybody who has expiriences with sms gateway on Centos? Our
>> customer has a Siemens modem (connected via serial port) and finds any
>> tool for sending and receving sms. I found something like gammu and
>> smstools but I'm not sure with it.. Have you any tips?
> I use smstools on CentOS and RHEL with Siemens SMS modems, Nokia GSM
> (7110), Siemens GSM (M35) and GPRS modems. Works like a charm and very
> easy to use.
> You can use scripts to act on incoming SMS too.

> You can send SMS from the command line or by putting a file with the
> right content in the outgoing directory of the daemon.

another good SMS Gateway is Kannel, since it does not only support
Modems, but volume links as well. It is quite cumbersome to set up for
a newbie though. We're using both sms server tools (smstools3) and
Kannel here in a large scale.

www.kannel.org

-- 
Mit freundlichen Grüßen
Thomas Göttgens
mailto:tgoettg...@gmail.com

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


Re: [CentOS] SMS Gateway

2010-11-18 Thread Jakub Jedelsky
Dne 18.11.2010 11:18, Thomas Göttgens napsal(a):
> Hi,
> 
>>> Is there anybody who has expiriences with sms gateway on Centos? Our
>>> customer has a Siemens modem (connected via serial port) and finds any
>>> tool for sending and receving sms. I found something like gammu and
>>> smstools but I'm not sure with it.. Have you any tips?
>> I use smstools on CentOS and RHEL with Siemens SMS modems, Nokia GSM
>> (7110), Siemens GSM (M35) and GPRS modems. Works like a charm and very
>> easy to use.
>> You can use scripts to act on incoming SMS too.
> 
>> You can send SMS from the command line or by putting a file with the
>> right content in the outgoing directory of the daemon.
> 
> another good SMS Gateway is Kannel, since it does not only support
> Modems, but volume links as well. It is quite cumbersome to set up for
> a newbie though. We're using both sms server tools (smstools3) and
> Kannel here in a large scale.
> 
> www.kannel.org
> 

Thanks, I'm testing smstools3 now and it seems as what we need. In free
time I will test Kannel too.

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


Re: [CentOS] SMS Gateway

2010-11-18 Thread David Hrbáč
Dne 18.11.2010 12:58, Jakub Jedelsky napsal(a):
> Thanks, I'm testing smstools3 now and it seems as what we need. In free
> time I will test Kannel too.
> 
> Thanks for hints.

We use gammu.
DH
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] DNS update system-config-network GUI

2010-11-18 Thread Lanny Marcus
Box is fully updated CentOS 5.5 (32 bit). DHCP is from the ADSL modem
192.168.1.1. After I update the DNS settings and restart the network,
the DNS changes do not hold. I have tried using this GUI, as a regular
user, after giving the root password, and, also, logged in as the root
user.

When I begin, the Primary DNS is shown as 192.168.1.1 the IP of the
ADSL modem. I move that IP to the Tertiary DNS and insert the Primary
and Secondary DNS IP's I want to use. Then, I save the file, quit, and
restart the network (service network restart). I see messages that the
file has been saved and suggesting that I restart the network or the
box.

The DNS I want to use is that of OpenDNS.com and I saw it work,
briefly.Then,it stops working and when I launch the
system-config-network GUI  again, I see it has reverted to the
original configuration, with only the Primary DNS of 192.168.1.1 (the
ADSL modem) shown.

Questions: The "DNS Search Path" is blank. Is there something I should
insert there?

If it appears that I am using the system-config-network GUI properly,
what configuration file can I modify, to make these DNS changes hold
permanently?

TIA!  Lanny
http://www.magazines-magazine.com/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] DNS update system-config-network GUI

2010-11-18 Thread Phil Savoie
On 11/18/2010 07:09 AM, Lanny Marcus wrote:
> Box is fully updated CentOS 5.5 (32 bit). DHCP is from the ADSL modem
> 192.168.1.1. After I update the DNS settings and restart the network,
> the DNS changes do not hold. I have tried using this GUI, as a regular
> user, after giving the root password, and, also, logged in as the root
> user.
>
> When I begin, the Primary DNS is shown as 192.168.1.1 the IP of the
> ADSL modem. I move that IP to the Tertiary DNS and insert the Primary
> and Secondary DNS IP's I want to use. Then, I save the file, quit, and
> restart the network (service network restart). I see messages that the
> file has been saved and suggesting that I restart the network or the
> box.
>
> The DNS I want to use is that of OpenDNS.com and I saw it work,
> briefly.Then,it stops working and when I launch the
> system-config-network GUI  again, I see it has reverted to the
> original configuration, with only the Primary DNS of 192.168.1.1 (the
> ADSL modem) shown.
>
> Questions: The "DNS Search Path" is blank. Is there something I should
> insert there?
>
> If it appears that I am using the system-config-network GUI properly,
> what configuration file can I modify, to make these DNS changes hold
> permanently?
>
> TIA!  Lanny
> http://www.magazines-magazine.com/

Hi Lanny,

What if you manually edited resolv.conf and hard coded the dns info you 
want to use and in the /etc/sysconfig/network-scripts/ifcfg-eth0 file 
add "PEERDNS=NO" without the quotes.  Restart network service or 
ifdown/up eth0.

May help.

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


Re: [CentOS] Recycle Bin disappeared (GNOME, CentOS 5.5, 32 bit)

2010-11-18 Thread Lanny Marcus
On Thu, Nov 4, 2010 at 7:08 AM, Lanny Marcus  wrote:
> Probably this is due to operator error, The Recycle Bin in GNOME
> disappeared, for this CentOS 5.5 (32 bit) Desktop PC. The box is fully
> updated.
>
> Is there a command I can use, or another procedure, to get the Recycle
> Bin in GNOME working again?
>
> The .trash folder is there.

Well, I need to remember to look at the .trash folder once in awhile
and empty it.   Not sure what I did to create this  issue.
Thanks to each of you who replied and for your ideas and suggestions!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] upgrading Centos-Xen when version 6 comes along

2010-11-18 Thread Gabriel Tabares
> Also, if you assign MACs to your VMs at installation time (I do, for
> DHCP- and DNS-related reasons), you should note that KVM MACs lives in
> a different namespace: 54:52:00:xx:xx:xx.

You can change the allocated MAC address by editing the files in 
/etc/libvirt/qemu .

Edit the  section and you're all set.

I am not sure if you need to restart libvirtd after making the changes, 
as I have not got a machine I can test that at the moment.


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


Re: [CentOS] upgrading Centos-Xen when version 6 comes along

2010-11-18 Thread Gabriel Tabares
> The biggest single up-front difference for me on CentOS machines was
> that KVM hosts default to NAT on a private bridge while Xen hosts
> default to straight bridging. Some network tweaks are necessary to get
> KVM hosts to live on a straight bridge.

Sorry, I forgot to add to this before.

If you want to use bridging in KVM you need to set up bridge interfaces 
on the host (br0 and so on) and assign the main IP address to that 
interface, instead of to the underlying physical one.

One more thing, if you assign a bridge to a VLAN interface, you do not 
need to add the VLAN on the guest, just treat it as a normal interface 
and the guest will take care of the tagging for you.

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


Re: [CentOS] Centos 6 installation memory requirements

2010-11-18 Thread R-Elists

please stop wasting your precious time

break out your wallet, blow the dust out, and spend a few bucks on some RAM

it is TOTALLY inexpensive and you can add some quality years to your life
than to spend it in such painful and worrisome turmoil

;->

> I TOTALLY do not get your point.
> 
> If you want the advanced Disk Druid features to work with LVM 
> partitions, it seems you need the GUI version. That is pretty 
> much the driver for me in many of my installs.
> 
> I SUPPOSE I can start playing with kickstart to either create 
> the partitions as I want (tried that some years ago and 
> always messed up something), or play with kickstart so it 
> will start X11 even though there is on 480Mb of memory.
> 
> For servers, after the install, I set inittab to 3 and if I 
> need a GUI to manage the server, I use VNC over SSH so I like 
> to have gnome there for the couple times a year I use it (via VNC).
> 
> And my desktops that run FC or Centos have NO games on them. 
> These are work systems. Even the family computers (XP or FC) 
> do not have any games. If the kids want games they go over to 
> their friends and play outside or with game boards where they 
> have real interaction.
> 

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


[CentOS] centos 5.5 x86_64 live cd

2010-11-18 Thread Johan Scheepers
good day,

I am new to centos.

Using a standalone laptop.

Downloaded and burned the live cd.

All seem ok except screen resolution only 800x600.

Most importand I do not seem to find the install to hard disk option 
anywhere.

Some distros I tried do have an option to install on the screen when you 
are happy about the OS.

Googled but could not find the howto for the live cd install.

Kindly please..Is the live CD  installable.

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


Re: [CentOS] something chmod'ing /dev/null

2010-11-18 Thread Nicolas Thierry-Mieg
ken wrote:
> And if you updated solely through yum, /var/log/yum.log is a
> time-stamped list.  It's unfortunate that /var/log/rpmpkgs doesn't have
> the same format.  :(

you can install logrpminstalls, which is available in rpmforge.
It also has the year in the timestamp, which yum.log lacked last time I 
looked.
Very useful.

[nthie...@tryo ~]$ rpm -q logrpminstalls
logrpminstalls-1.0-1.2.el5.rf.x86_64

[nthie...@tryo ~]$ rpm -qi logrpminstalls | tail -n5
Description :
This script makes a log file /var/log/rpminstalls which contains 
timestamps of every rpm which get installed. It's executed by cron every 
day. The logfile contains lines like:
timestamp name-version-release
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SMS Gateway

2010-11-18 Thread Nicolas Ross
> Hi list-people!
>
> Is there anybody who has expiriences with sms gateway on Centos? Our
> customer has a Siemens modem (connected via serial port) and finds any
> tool for sending and receving sms. I found something like gammu and
> smstools but I'm not sure with it.. Have you any tips?

We user here smslink (from sourceforge). Quite old, but the developper is 
responsive. Works flawlessly on our gsm modem.

Regards, 

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


Re: [CentOS] centos 5.5 x86_64 live cd

2010-11-18 Thread Jim Perrin
On Thu, Nov 18, 2010 at 9:39 AM, Johan Scheepers  wrote:

> Kindly please..Is the live CD  installable.

No. There is a net-install function built into the loader for the
livecd, but unfortunately it's not directly installable to disk. This
should be possible for the CentOS 6 live CD when it is released.


-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ssh prompting for password

2010-11-18 Thread Devin Reade
bluethundr  wrote:

> [bluethu...@virtcent01:~]#ls -l .ssh/authorized_keys
> -rw--- 1 1001 1002 1597 Nov 15 12:02 .ssh/authorized_keys

By any chance do you have a UID/GID mismatch between machines?
I'm not convinced that it would result in the behavior matched,
but the fact that 1001 and 1002 above were not resolved made me 
wonder.

Also, John Kennedy mentioned permissions.  Also check for overly
open permissions on parent directories all the way up to /.

Devin
-- 
Shirt, Shoes, Sober... --Pick Two
- Chuck Yerkes

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


[CentOS] Centos podcast on FLOSS weekly

2010-11-18 Thread Les Mikesell
If you've ever wondered what Karanbir Singh looks like, check out this 
week's (142) video podcast at http://twit.tv/floss.  I'm only partway 
through the audio version (will finish on the drive home) and haven't 
heard anything that would be surprising to people already using Centos 
yet but it's a great presentation and something to recommend to people 
who aren't familiar with the project.

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos 5.5 x86_64 live cd

2010-11-18 Thread Przemysław Pawełczyk
On Thu, 18 Nov 2010 10:52:19 -0500
Jim Perrin  wrote:

> On Thu, Nov 18, 2010 at 9:39 AM, Johan Scheepers
>  wrote:
> 
> > Kindly please..Is the live CD  installable.
> 
> No. There is a net-install function built into the loader for the
> livecd, but unfortunately it's not directly installable to disk. This
> should be possible for the CentOS 6 live CD when it is released.

Hi,

Do not treat me as a troll, sort of, but if you want to check
installable versions of RHEL 5.5 go to the Scientific Linux sites. It
is the same RHEL as the CentOS distro. Here are the links you may
found helpful:

http://www.livecd.ethz.ch/index.html
ftp://ftp.scientificlinux.org/linux/scientific/livecd/55/i386/
http://www.livecd.ethz.ch/download/testing/55/x86_64/

My best regards

-- 
>>> Please do NOT Cc me on Mailing Lists <<<
Przemysław Pawełczyk (P2O2) [pron. Pshemislav Paveltchick]
http://pp.blast.pl, pp...@o2.pl


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


[CentOS] memory map

2010-11-18 Thread Jerry Geis
Is there any way to tell what has been "mapped" into memory on linux (C5 
x86_64)?

I am trying to use the "pagein @pagein-impress" command from openoffice 
and it
does not seem to make any difference in speed.

Can I tell if the files have actually been mapped into memory?
Maybe I am not doing something right.

Thanks,

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


[CentOS] CentOS-announce Digest, Vol 69, Issue 8

2010-11-18 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

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
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

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


Today's Topics:

   1. CESA-2010:0895 Moderate CentOS 4 i386 systemtap - security
  update (Tru Huynh)
   2. CESA-2010:0895 Moderate CentOS 4 x86_64 systemtap - security
  update (Tru Huynh)
   3. CEBA-2010:0722 CentOS 5 x86_64 xorg-x11-serverUpdate
  (Karanbir Singh)
   4. CEBA-2010:0722 CentOS 5 i386 xorg-x11-server  Update
  (Karanbir Singh)
   5. CEBA-2010:0721 CentOS 5 x86_64iscsi-initiator-utils Update
  (Karanbir Singh)
   6. CEBA-2010:0721 CentOS 5 i386  iscsi-initiator-utils Update
  (Karanbir Singh)


--

Message: 1
Date: Wed, 17 Nov 2010 19:59:39 +0100
From: Tru Huynh 
Subject: [CentOS-announce] CESA-2010:0895 Moderate CentOS 4 i386
systemtap - security update
To: centos-annou...@centos.org
Message-ID: <20101117185939.ga10...@sillage.bis.pasteur.fr>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory CESA-2010:0895

systemtap security update for CentOS 4 i386:
https://rhn.redhat.com/errata/RHSA-2010-0895.html

The following updated file has been uploaded and is currently syncing to
the mirrors:

i386:
updates/i386/RPMS/systemtap-0.6.2-2.el4_8.3.i386.rpm
updates/i386/RPMS/systemtap-runtime-0.6.2-2.el4_8.3.i386.rpm
updates/i386/RPMS/systemtap-testsuite-0.6.2-2.el4_8.3.i386.rpm

source:
updates/SRPMS/systemtap-0.6.2-2.el4_8.3.src.rpm

You may update your CentOS-4 i386 installations by running the command:

yum update systemtap

Tru
-- 
Tru Huynh (mirrors, CentOS i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20101117/ec061d18/attachment-0001.bin
 

--

Message: 2
Date: Wed, 17 Nov 2010 20:00:25 +0100
From: Tru Huynh 
Subject: [CentOS-announce] CESA-2010:0895 Moderate CentOS 4 x86_64
systemtap   - security update
To: centos-annou...@centos.org
Message-ID: <20101117190025.gb10...@sillage.bis.pasteur.fr>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory CESA-2010:0895

systemtap security update for CentOS 4 x86_64:
https://rhn.redhat.com/errata/RHSA-2010-0895.html

The following updated file has been uploaded and is currently syncing to
the mirrors:

x86_64:
updates/x86_64/RPMS/systemtap-0.6.2-2.el4_8.3.x86_64.rpm
updates/x86_64/RPMS/systemtap-runtime-0.6.2-2.el4_8.3.x86_64.rpm
updates/x86_64/RPMS/systemtap-testsuite-0.6.2-2.el4_8.3.x86_64.rpm

source:
updates/SRPMS/systemtap-0.6.2-2.el4_8.3.src.rpm

You may update your CentOS-4 x86_64 installations by running the command:

yum update systemtap

Tru
-- 
Tru Huynh (mirrors, CentOS i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20101117/c2e985b4/attachment-0001.bin
 

--

Message: 3
Date: Thu, 18 Nov 2010 00:28:47 +
From: Karanbir Singh 
Subject: [CentOS-announce] CEBA-2010:0722 CentOS 5 x86_64
xorg-x11-server Update
To: centos-annou...@centos.org
Message-ID: <20101118002847.ga4...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2010:0722 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2010-0722.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( md5sum Filename ) 

x86_64:
348eed0493f33de4fe7ca9b351752b63  
xorg-x11-server-sdk-1.1.1-48.76.el5_5.2.x86_64.rpm
80df7710ab1dc409bda2410ecfa9b650  
xorg-x11-server-Xdmx-1.1.1-48.76.el5_5.2.x86_64.rpm
0cadf5dfbcbc625776196dede2521ec0  
xorg-x11-server-Xephyr-1.1.1-48.76.el5_5.2.x86_64.rpm
4dd0ac1412bfe7ef818c28e480bb997a  
xorg-x11-server-Xnest-1.1.1-48.76.el5_5.2.x86_64.rpm
d00ea886e5e9b983e1c1b1a3761124b1  
xorg-x11-server-Xorg-1.1.1-48.76.el5_5.2.x86_64.rpm
d992d4da461f674806048e61ecd001ec  
xorg-x11-server-Xvfb-1.1.1-48.76.el5_5.2.x86_64.rpm
c9b825163c2d7c65f1175d72b033aca5  
xorg-x11-server-Xvnc-source-1.1.1-48.76.el5_5.2.x86_64.rpm

Source:
6393d13a14ff910279ed79aa1

Re: [CentOS] DNS update system-config-network GUI

2010-11-18 Thread Robert Spangler
On Thursday 18 November 2010 07:09, Lanny Marcus wrote:

>  Box is fully updated CentOS 5.5 (32 bit). DHCP is from the ADSL modem
>  192.168.1.1. After I update the DNS settings and restart the network,
>  the DNS changes do not hold. I have tried using this GUI, as a regular
>  user, after giving the root password, and, also, logged in as the root
>  user.

DHCP will always over write the resolv.conf file when started.

>  When I begin, the Primary DNS is shown as 192.168.1.1 the IP of the
>  ADSL modem. I move that IP to the Tertiary DNS and insert the Primary
>  and Secondary DNS IP's I want to use. Then, I save the file, quit, and
>  restart the network (service network restart). I see messages that the
>  file has been saved and suggesting that I restart the network or the
>  box.

You don't have to restart the network once you have edited resolv.conf file.  
This file is probed every time you use DNS so once you have changed and saved 
it your changes will take effect.

>  The DNS I want to use is that of OpenDNS.com and I saw it work,
>  briefly.Then,it stops working and when I launch the
>  system-config-network GUI  again, I see it has reverted to the
>  original configuration, with only the Primary DNS of 192.168.1.1 (the
>  ADSL modem) shown.

That is because of what I first posted, DHCP overwrites the resolv.conf file.

>  Questions: The "DNS Search Path" is blank. Is there something I should
>  insert there?

Not sure I do not use GUI programs to configure my system.

>  If it appears that I am using the system-config-network GUI properly,
>  what configuration file can I modify, to make these DNS changes hold
>  permanently?

As long as you are using DHCP you are going to have this issue.  What I can 
suggest is the following in preferred order;

1. Edit the DHCP server to give out the DNS Server you want to use.

2. Buy a Cisco/Linksys Router/Switch and place that between the ADSL and your 
machine and set it up to give out the DNS servers you want to use.

3. Create a file myresolv.conf with the setup the way you want and then at the 
end of rclocal put in a line to copy myresolv.conf to resolv.conf.

I am sure there are other ways of doing this but if this is a laptop then you 
really don't want to make any changes to anything but the DHCP Server as when 
you move from location to location you could prevent your laptop from 
functioning properly.


-- 

Regards
Robert

Linux
The adventure of a life time.

Linux User #296285
Get Counted
http://counter.li.org/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 4 and cgiemail

2010-11-18 Thread Todd Cary



On 11/12/2010 10:15 AM, Dave Cross wrote:

It all depends very much on how the web server is configured. Do you
know if the web server is configured to run CGI programs? Do you have
access to the Apache configuration files? (Actually, is the server
running Apache?)

What value have you given the "action" attribute on the form element?
You say that the CGI program is in the cgi-bin directory - was that
directory there before, or did you create it yourself? Are there any
other cgi-bin directories in the web area on the server?


<<<  Do you know if the web server is configured to run CGI programs?>>>
The server is in my office running Centos 4, however I am not sure how to check 
to see if it is configured to run CGI.

<<<  Do you have access to the Apache configuration files? (Actually, is the 
server
running Apache?)>>>
Yes, it is running Apache and I have complete access.

<<<  What value have you given the "action" attribute on the form element?>>>
http://www.toddcary.com/srjc_CIS50_11B/lesson_6/cgi-bin/cgiecho/template.txt"; 
method="post">

The template.txt file is at
http://www.toddcary.com/srjc_CIS50_11B/lesson_6/template.txt

The cgi is at
http://www.toddcary.com/srjc_CIS50_11B/lesson_6/cgi-bin/cgiecho

This is the error:
The requested URL /srjc_CIS50_11B/lesson_6/cgi-bin/cgiecho/template.txt was not 
found on this server

<<<  You say that the CGI program is in the cgi-bin directory - was that
directory there before, or did you create it yourself?>>>
I created the directory as part of the project.

<<<  Are there any other cgi-bin directories in the web area on the server?>>>
No other cgi-bin directories in the Web area.

Todd

--
Ariste Software
Petaluma, CA 94952

http://www.aristesoftware.com

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


Re: [CentOS] DNS update system-config-network GUI

2010-11-18 Thread John Hodrien
On Thu, 18 Nov 2010, Robert Spangler wrote:

> DHCP will always over write the resolv.conf file when started.

Importantly, no.  PEERDNS=no is designed for exactly this purpose.

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


[CentOS] kickstart raid disk partitioning

2010-11-18 Thread Roberto Nunnari
Hello.

A couple of years ago I installed two file-servers
using kickstart. The server has two 1TB sata disks
with two software raid1 partitions as follows:

# cat /proc/mdstat
Personalities : [raid1]
md1 : active raid1 sdb4[1] sda4[0]
   933448704 blocks [2/2] [UU]
md0 : active raid1 sdb1[1] sda2[2](F)
   40957568 blocks [2/1] [_U]


Now the drives are starting to be failing and next week I'll
backup /homes, reinstall OS with kickstart, and finally
restore /homes.

There's a problem with how the kickstart process partitions
the disks, though. As you may have noticed above, md0 is made
up of sdb1 and sda2.

Could anybody help me understand how to make the partitions
on the two drives identical still using kickstart?

Here's the relevant part from the kickstart file:

zerombr yes
clearpart --all --initlabel
bootloader --location=mbr
part /boot --fstype ext3 --size 250 --asprimary --ondisk sda
part swap --size 2048 --asprimary --ondisk sda
part raid.01 --size 4 --asprimary --ondisk sda
part raid.03 --size 1 --grow --asprimary --ondisk sda
part /boot2 --fstype ext3 --size 250 --asprimary --ondisk sdb
part swap --size 2048 --asprimary --ondisk sdb
part raid.02 --size 4 --asprimary --ondisk sdb
part raid.04 --size 1 --grow --asprimary --ondisk sdb
raid / --level=1 --device=md0 --fstype ext3 raid.01 raid.02
raid /home --level=1 --device=md1 --fstype ext3 raid.03 raid.04

..but here's the produced partitioning on the two drives:

# parted /dev/sda print
Disk geometry for /dev/sda: 0.000-953869.710 megabytes
Disk label type: msdos
MinorStart   End Type  Filesystem  Flags
1  0.031251.015  primary   ext3boot
2251.016  40248.786  primary   ext3raid
3  40248.787  42296.132  primary   linux-swap
4  42296.133 953867.219  primary   ext3raid

# parted /dev/sdb print
Disk geometry for /dev/sdb: 0.000-953869.710 megabytes
Disk label type: msdos
MinorStart   End Type  Filesystem  Flags
1  0.031  39997.771  primary   ext3boot, raid
2  39997.771  42045.117  primary   linux-swap
3  42045.117  42296.132  primary   ext3
4  42296.133 953867.219  primary   ext3raid


I'm not asking because I'm picky, but just because, it would
have made my life easier to fix bad blocks on disks by
dd from good block on disk1 to bad block on disk2, and as
next week I'll reinstall, I'd prefer to do it the right way.

Some more bits about my environment:

# cat /etc/redhat-release
CentOS release 4.8 (Final)

# uname -rms
Linux 2.6.9-89.0.18.ELsmp i686

Thank you and best regards.
Robi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] New to Centos

2010-11-18 Thread Johan Scheepers
Good day,

I would like to first test and then use centos 5.5.

I downloaded centos 5.5 x86_64 live CD.

Problem...screen resolution only 800x600.

In fedora 14   it is 1024x768,  same in debian squeeze and opensuse11.3.

Could there be a way to increase the resolution? in either i386 or x86_64.

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


Re: [CentOS] New to Centos

2010-11-18 Thread Rudi Ahlers
On Thu, Nov 18, 2010 at 8:29 PM, Johan Scheepers  wrote:
> Good day,
>
> I would like to first test and then use centos 5.5.
>
> I downloaded centos 5.5 x86_64 live CD.
>
> Problem...screen resolution only 800x600.
>
> In fedora 14   it is 1024x768,  same in debian squeeze and opensuse11.3.
>
> Could there be a way to increase the resolution? in either i386 or x86_64.
>
> Thanks
> Regards
> Johan
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

What graphics card & monitor do you have?

-- 
Kind Regards
Rudi Ahlers
SoftDux

Website: http://www.SoftDux.com
Technical Blog: http://Blog.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kickstart raid disk partitioning

2010-11-18 Thread Digimer
On 11/18/2010 01:11 PM, Roberto Nunnari wrote:
> Hello.
>
> A couple of years ago I installed two file-servers
> using kickstart. The server has two 1TB sata disks
> with two software raid1 partitions as follows:
>
> # cat /proc/mdstat
> Personalities : [raid1]
> md1 : active raid1 sdb4[1] sda4[0]
> 933448704 blocks [2/2] [UU]
> md0 : active raid1 sdb1[1] sda2[2](F)
> 40957568 blocks [2/1] [_U]
>
>
> Now the drives are starting to be failing and next week I'll
> backup /homes, reinstall OS with kickstart, and finally
> restore /homes.
>
> There's a problem with how the kickstart process partitions
> the disks, though. As you may have noticed above, md0 is made
> up of sdb1 and sda2.
>
> Could anybody help me understand how to make the partitions
> on the two drives identical still using kickstart?
>
> Here's the relevant part from the kickstart file:
>
> zerombr yes
> clearpart --all --initlabel
> bootloader --location=mbr
> part /boot --fstype ext3 --size 250 --asprimary --ondisk sda
> part swap --size 2048 --asprimary --ondisk sda
> part raid.01 --size 4 --asprimary --ondisk sda
> part raid.03 --size 1 --grow --asprimary --ondisk sda
> part /boot2 --fstype ext3 --size 250 --asprimary --ondisk sdb
> part swap --size 2048 --asprimary --ondisk sdb
> part raid.02 --size 4 --asprimary --ondisk sdb
> part raid.04 --size 1 --grow --asprimary --ondisk sdb
> raid / --level=1 --device=md0 --fstype ext3 raid.01 raid.02
> raid /home --level=1 --device=md1 --fstype ext3 raid.03 raid.04
>
> ..but here's the produced partitioning on the two drives:
>
> # parted /dev/sda print
> Disk geometry for /dev/sda: 0.000-953869.710 megabytes
> Disk label type: msdos
> MinorStart   End Type  Filesystem  Flags
> 1  0.031251.015  primary   ext3boot
> 2251.016  40248.786  primary   ext3raid
> 3  40248.787  42296.132  primary   linux-swap
> 4  42296.133 953867.219  primary   ext3raid
>
> # parted /dev/sdb print
> Disk geometry for /dev/sdb: 0.000-953869.710 megabytes
> Disk label type: msdos
> MinorStart   End Type  Filesystem  Flags
> 1  0.031  39997.771  primary   ext3boot, raid
> 2  39997.771  42045.117  primary   linux-swap
> 3  42045.117  42296.132  primary   ext3
> 4  42296.133 953867.219  primary   ext3raid
>
>
> I'm not asking because I'm picky, but just because, it would
> have made my life easier to fix bad blocks on disks by
> dd from good block on disk1 to bad block on disk2, and as
> next week I'll reinstall, I'd prefer to do it the right way.
>
> Some more bits about my environment:
>
> # cat /etc/redhat-release
> CentOS release 4.8 (Final)
>
> # uname -rms
> Linux 2.6.9-89.0.18.ELsmp i686
>
> Thank you and best regards.
> Robi

I've got a fairly simple script in a kickstart file I use[1] that 
handles RAID 1 and RAID 5 partitioning. Perhaps it would help? Here is 
the relevant snippet:

zerombr
clearpart --all --initlabel --drives=sda,sdb
ignoredisk --only-use=sda,sdb
bootloader  --location=mbr --driveorder=sda,sdb --append="crashkernel=auto"

# /boot
part raid.01 --ondisk=sda --asprimary --size=256
part raid.02 --ondisk=sdb --asprimary --size=256
# /
part raid.11 --ondisk=sda --asprimary --size=40960
part raid.12 --ondisk=sdb --asprimary --size=40960
# 
part raid.21 --ondisk=sda --asprimary --size=4096
part raid.22 --ondisk=sdb --asprimary --size=4096

# Format /boot and /.
raid /boot --fstype=ext3 --level=1 --device=md0 raid.01 raid.02
raid / --fstype=ext3 --level=1 --device=md1 raid.11 raid.12
raid swap  --fstype=swap --level=1 --device=md2 raid.21 raid.22

The kickstart script above is specifically for RHEL 6, but it came 
nearly unadapted from an older CentOS 4 kickstart script. The only line 
that might be an issue is: "crashkernel=auto".

hth,

Digimer

1. http://wiki.alteeve.com/files/an-cluster/ks/generic_server_rhel6.ks

-- 
Digimer
E-Mail: digi...@alteeve.com
AN!Whitepapers: http://alteeve.com
Node Assassin:  http://nodeassassin.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] New to Centos

2010-11-18 Thread Johan Scheepers
On 18/11/2010 20:37, Rudi Ahlers wrote:
> On Thu, Nov 18, 2010 at 8:29 PM, Johan Scheepers  
> wrote:
>
>> Good day,
>>
>> I would like to first test and then use centos 5.5.
>>
>> I downloaded centos 5.5 x86_64 live CD.
>>
>> Problem...screen resolution only 800x600.
>>
>> In fedora 14   it is 1024x768,  same in debian squeeze and opensuse11.3.
>>
>> Could there be a way to increase the resolution? in either i386 or x86_64.
>>
>> Thanks
>> Regards
>> Johan
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>>  
> What graphics card&  monitor do you have?
>
>
In debian this...

jo...@johan:~$ lspci | grep VGA
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 
771/671 PCIE VGA Display Adapter (rev 10)

jo...@johan:~$ xdpyinfo | grep dimensions
   dimensions:1024x768 pixels (339x203 millimeters)

Ok, I did look into system-monitors and only 800x600 was available.
Remember this is a live CD x86_64.

Thanks
Johan

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


Re: [CentOS] New to Centos

2010-11-18 Thread Les Mikesell
On 11/18/2010 1:21 PM, Johan Scheepers wrote:
>
>> What graphics card&   monitor do you have?
>>
>>
> In debian this...
>
> jo...@johan:~$ lspci | grep VGA
> 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]
> 771/671 PCIE VGA Display Adapter (rev 10)
>
> jo...@johan:~$ xdpyinfo | grep dimensions
> dimensions:1024x768 pixels (339x203 millimeters)
>
> Ok, I did look into system-monitors and only 800x600 was available.
> Remember this is a live CD x86_64.

I think that means it wasn't able to auto-detect the monitor type.  Can 
you set it in system/administration/display in the hardware tab?

-- 
   Les Mikesell
lesmikes...@gmail.com

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


Re: [CentOS] New to Centos

2010-11-18 Thread Johan Scheepers
On 18/11/2010 21:38, Les Mikesell wrote:
> On 11/18/2010 1:21 PM, Johan Scheepers wrote:
>
>>  
>>> What graphics card&monitor do you have?
>>>
>>>
>>>
>> In debian this...
>>
>> jo...@johan:~$ lspci | grep VGA
>> 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]
>> 771/671 PCIE VGA Display Adapter (rev 10)
>>
>> jo...@johan:~$ xdpyinfo | grep dimensions
>>  dimensions:1024x768 pixels (339x203 millimeters)
>>
>> Ok, I did look into system-monitors and only 800x600 was available.
>> Remember this is a live CD x86_64.
>>  
> I think that means it wasn't able to auto-detect the monitor type.  Can
> you set it in system/administration/display in the hardware tab?
>
>
Ok, have to shut down debian and  boot centos.
Be back.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] New to Centos

2010-11-18 Thread Johan Scheepers
On 18/11/2010 21:38, Les Mikesell wrote:
> On 11/18/2010 1:21 PM, Johan Scheepers wrote:
>
>>  
>>> What graphics card&monitor do you have?
>>>
>>>
>>>
>> In debian this...
>>
>> jo...@johan:~$ lspci | grep VGA
>> 01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]
>> 771/671 PCIE VGA Display Adapter (rev 10)
>>
>> jo...@johan:~$ xdpyinfo | grep dimensions
>>  dimensions:1024x768 pixels (339x203 millimeters)
>>
>> Ok, I did look into system-monitors and only 800x600 was available.
>> Remember this is a live CD x86_64.
>>  
> I think that means it wasn't able to auto-detect the monitor type.  Can
> you set it in system/administration/display in the hardware tab?
>
>
While booting I had a closer look at the screen and saw..
unsupported sis chipset  (device i/d 0671).

Looked into hardware..reverted to vesa driver. Set it to sis card and 
logged out..system complained and went into non-graphics.
Went through screen options and eventualy back to graphics and vesa.

Had the same problem with debian and a list member after a lot of 
suffering found a work around in the xorg.conf.
After that it works fine. the specific sis card seem to be problemic in 
some OS's.
suse and fedora seem to have no problem.
Fedora..could not find a xorg.conf file?. Maybe copy it.

If centos resolution problem be not fixable I will have to pass. Would 
be a pitty.

I really do appreciate your time spend to solve this.
Regards
Johan

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


Re: [CentOS] New to Centos

2010-11-18 Thread Niki Kovacs
Johan Scheepers a écrit :

> 
> I really do appreciate your time spend to solve this.

Manual configuration always works, when everything else failed :

# init 3
# cd /etc/X11
# mv xorg.conf xorg.conf.orig
# cd
# X -configure
# mv xorg.conf.new /etc/X11/xorg.conf

Give it a try :

# startx

See if you get something, and then we'll see for the next steps.

Cheers,

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


[CentOS] [HOWTO] Running Xen 4.0 host (dom0) with Redhat Enterprise Linux 6 (RHEL6)

2010-11-18 Thread Pasi Kärkkäinen
Hello,

If you're interested in running Xen 4.0 hypervisor/dom0 on RHEL6,
take a look at here: http://wiki.xen.org/xenwiki/RHEL6Xen4Tutorial

It explains steps needed to rebuild Xen 4.0.1 src.rpm from Fedora on RHEL6,
and how to fetch dom0 capable 2.6.32.x kernel from upstream git repository.

It also shows how to get libvirt/virt-manager working with Xen on RHEL6.

Hopefully it helps :)

-- Pasi

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


Re: [CentOS] [HOWTO] Running Xen 4.0 host (dom0) with Redhat EnterpriseLinux 6 (RHEL6)

2010-11-18 Thread mattias
thanks for the link
no i know wich os i not should change to
- Original Message - 
From: "Pasi Kärkkäinen" 
To: 
Cc: 
Sent: Thursday, November 18, 2010 10:56 PM
Subject: [CentOS] [HOWTO] Running Xen 4.0 host (dom0) with Redhat 
EnterpriseLinux 6 (RHEL6)


> Hello,
>
> If you're interested in running Xen 4.0 hypervisor/dom0 on RHEL6,
> take a look at here: http://wiki.xen.org/xenwiki/RHEL6Xen4Tutorial
>
> It explains steps needed to rebuild Xen 4.0.1 src.rpm from Fedora on 
> RHEL6,
> and how to fetch dom0 capable 2.6.32.x kernel from upstream git 
> repository.
>
> It also shows how to get libvirt/virt-manager working with Xen on RHEL6.
>
> Hopefully it helps :)
>
> -- Pasi
>
> ___
> 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] Centos podcast on FLOSS weekly

2010-11-18 Thread Jorge Fábregas
On Thursday 18 November 2010 12:18:16 Les Mikesell wrote:
>  check out this week's (142) video podcast at http://twit.tv/floss

Hey thanks for the tip. I just finished watching it (very interesting 
interview).

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


Re: [CentOS] Centos podcast on FLOSS weekly

2010-11-18 Thread Eduardo Grosclaude
2010/11/18 Jorge Fábregas :
> On Thursday 18 November 2010 12:18:16 Les Mikesell wrote:
>>  check out this week's (142) video podcast at http://twit.tv/floss
>
> Hey thanks for the tip. I just finished watching it (very interesting
> interview).

Agree, and I feel compelled to thank KB not only for his technical
work but also for devoting his time and patience (and face!) to
media-fueling the general attention given to the CentOS project.

-- 
Eduardo Grosclaude
Universidad Nacional del Comahue
Neuquen, Argentina
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] How can I setup to allow php running on CentOS server?

2010-11-18 Thread wang suya


   Dear Everyone

  I met truble to setup centos Server. I installed centos lastest version, 
then
installed apache lastest version and yum installed php lastest version. And 
looked
at internet information to set up httpd.conf, then I run 
http://localhost/test.php
but forbbiton 403 error return to me. Who know how to set up to allow php run in
my server? Thank you in advance

  Wang

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


Re: [CentOS] Centos podcast on FLOSS weekly

2010-11-18 Thread John Hinton
On 11/18/2010 9:15 PM, Eduardo Grosclaude wrote:
> 2010/11/18 Jorge Fábregas:
>> On Thursday 18 November 2010 12:18:16 Les Mikesell wrote:
>>>   check out this week's (142) video podcast at http://twit.tv/floss
>> Hey thanks for the tip. I just finished watching it (very interesting
>> interview).
> Agree, and I feel compelled to thank KB not only for his technical
> work but also for devoting his time and patience (and face!) to
> media-fueling the general attention given to the CentOS project.
>
Hey KB... you look and sound just like you type! :)

Really, it's a thanks to all the 'core' team in particular and all those 
others helping with the project and we also need to mention all those 
acting as mirrors and ... gee... suddenly I feel like someone trying 
to not forget somebody while accepting an Oscar or something. I'd like 
to thank my parents for raising a smart kid who knew to use only the 
best OS... I'd like to thank LOL

Now if I can just figure out if it is pronounced sen-tose, sen-tas or 
what. Sounded more like sen-tos from KB and sen-tas from both 
interviewers. Either way, the interview was actually rather 
invigorating. Now if you guys would just quit hacking my websites. ;)

-- 
John Hinton
877-777-1407 ext 502
http://www.ew3d.com
Comprehensive Online Solutions

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


Re: [CentOS] Centos podcast on FLOSS weekly

2010-11-18 Thread Frank Cox
On Thu, 18 Nov 2010 22:05:14 -0400
Jorge Fábregas wrote:

> On Thursday 18 November 2010 12:18:16 Les Mikesell wrote:
> >  check out this week's (142) video podcast at http://twit.tv/floss
> 
> Hey thanks for the tip. I just finished watching it (very interesting 
> interview).

Great program!

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How can I setup to allow php running on CentOS server?

2010-11-18 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thus wang suya spake:
> 
>Dear Everyone
> 
>   I met truble to setup centos Server. I installed centos lastest 
> version, then
> installed apache lastest version and yum installed php lastest version. And 
> looked
> at internet information to set up httpd.conf, then I run 
> http://localhost/test.php
> but forbbiton 403 error return to me. Who know how to set up to allow php run 
> in
> my server? Thank you in advance
> 
>   Wang

Hi,

what output gives "rpm -qa|grep php"?

Do you have SELinux enabled (check "sestatus")?

Timo

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFM5hzlfg746kcGBOwRAjgxAKCxi9swyHW+JmYvym0xFLan/e2HlACfTwt7
+QT787m+r/LEOl00xZVAS0E=
=hvXo
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How can I setup to allow php running on CentOS server?

2010-11-18 Thread wang suya
Hi Timo
   Thank you very much for answer my question
it comes:
php-mbstring-5.1.6-27.el5
php-common-5.1.6-27.el5
php-5.1.6-27.el5
php-ldap-5.1.6-27.el5
php-cli-5.1.6-27.el5

do you know what information for these?
Thanks

Wang


>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>thus wang suya spake:
>> 
>>Dear Everyone
>> 
>>   I met truble to setup centos Server. I installed centos lastest 
>> version, then
>> installed apache lastest version and yum installed php lastest version. And 
>> looked
>> at internet information to set up httpd.conf, then I run 
>> http://localhost/test.php
>> but forbbiton 403 error return to me. Who know how to set up to allow php 
>> run in
>> my server? Thank you in advance
>> 
>>   Wang
>
>Hi,
>
>what output gives "rpm -qa|grep php"?
>
>Do you have SELinux enabled (check "sestatus")?
>
>Timo
>
>> wang suya
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>> 
>
>-BEGIN PGP SIGNATURE-
>Version: GnuPG v1.4.5 (GNU/Linux)
>
>iD8DBQFM5hzlfg746kcGBOwRAjgxAKCxi9swyHW+JmYvym0xFLan/e2HlACfTwt7
>+QT787m+r/LEOl00xZVAS0E=
>=hvXo
>-END PGP SIGNATURE-
>___
>CentOS mailing list
>CentOS@centos.org
>http://lists.centos.org/mailman/listinfo/centos
>

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


Re: [CentOS] How can I setup to allow php running on CentOS server?

2010-11-18 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thus wang suya spake:
> Hi Timo
>Thank you very much for answer my question
> it comes:
> php-mbstring-5.1.6-27.el5
> php-common-5.1.6-27.el5
> php-5.1.6-27.el5
> php-ldap-5.1.6-27.el5
> php-cli-5.1.6-27.el5

You need to install

php-5.1.6-27.el5

because it contains the module Apache (httpd) needs to work.

HTH,

Timo

> do you know what information for these?
> Thanks
> 
> Wang
> 
> 
> thus wang suya spake:
Dear Everyone

   I met truble to setup centos Server. I installed centos lastest 
 version, then
 installed apache lastest version and yum installed php lastest version. 
 And looked
 at internet information to set up httpd.conf, then I run 
 http://localhost/test.php
 but forbbiton 403 error return to me. Who know how to set up to allow php 
 run in
 my server? Thank you in advance

   Wang
> Hi,
> 
> what output gives "rpm -qa|grep php"?
> 
> Do you have SELinux enabled (check "sestatus")?
> 
> Timo
> 
 wang suya
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFM5iHbfg746kcGBOwRAsOqAJ0egF2fEUAnpnnGdrh4QTvVxfbd3wCdG4QP
r7Qap2/RcDQNqe4UvThhrfQ=
=rZmA
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How can I setup to allow php running on CentOS server?

2010-11-18 Thread wang suya
Hi Timo

   Thank you but I tryed "yum install php-5.1.6-27.el5"
it said that "Package php-5.1.6-27.el5.i386 already installed and latest 
version Nothing to do"
Do you know why?

Thanks! 
Wang

>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>thus wang suya spake:
>> Hi Timo
>>Thank you very much for answer my question
>> it comes:
>> php-mbstring-5.1.6-27.el5
>> php-common-5.1.6-27.el5
>> php-5.1.6-27.el5
>> php-ldap-5.1.6-27.el5
>> php-cli-5.1.6-27.el5
>
>You need to install
>
>php-5.1.6-27.el5
>
>because it contains the module Apache (httpd) needs to work.
>
>HTH,
>
>Timo
>
>> do you know what information for these?
>> Thanks
>> 
>> Wang
>> 
>> 
>> thus wang suya spake:
>Dear Everyone
>
>   I met truble to setup centos Server. I installed centos lastest 
> version, then
> installed apache lastest version and yum installed php lastest version. 
> And looked
> at internet information to set up httpd.conf, then I run 
> http://localhost/test.php
> but forbbiton 403 error return to me. Who know how to set up to allow php 
> run in
> my server? Thank you in advance
>
>   Wang
>> Hi,
>> 
>> what output gives "rpm -qa|grep php"?
>> 
>> Do you have SELinux enabled (check "sestatus")?
>> 
>> Timo
>> 
> wang suya
>-BEGIN PGP SIGNATURE-
>Version: GnuPG v1.4.5 (GNU/Linux)
>
>iD8DBQFM5iHbfg746kcGBOwRAsOqAJ0egF2fEUAnpnnGdrh4QTvVxfbd3wCdG4QP
>r7Qap2/RcDQNqe4UvThhrfQ=
>=rZmA
>-END PGP SIGNATURE-
>___
>CentOS mailing list
>CentOS@centos.org
>http://lists.centos.org/mailman/listinfo/centos
>

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


Re: [CentOS] How can I setup to allow php running on CentOS server?

2010-11-18 Thread Timo Schoeler
thus wang suya spake:
> Hi Timo
> 
>Thank you but I tryed "yum install php-5.1.6-27.el5"
> it said that "Package php-5.1.6-27.el5.i386 already installed and latest 
> version Nothing to do"
> Do you know why?

Yes -- sorry, I need coffee, I didn't see it already was installed on
your machine.

Try to run

restorecon -Rv -n /var/www/html

and try again -- maybe SELinux is the showstopper here.

Timo

> Thanks! 
> Wang
> 
> thus wang suya spake:
 Hi Timo
Thank you very much for answer my question
 it comes:
 php-mbstring-5.1.6-27.el5
 php-common-5.1.6-27.el5
 php-5.1.6-27.el5
 php-ldap-5.1.6-27.el5
 php-cli-5.1.6-27.el5
> You need to install
> 
> php-5.1.6-27.el5
> 
> because it contains the module Apache (httpd) needs to work.
> 
> HTH,
> 
> Timo
> 
 do you know what information for these?
 Thanks

 Wang


 thus wang suya spake:
>>>Dear Everyone
>>>
>>>   I met truble to setup centos Server. I installed centos lastest 
>>> version, then
>>> installed apache lastest version and yum installed php lastest version. 
>>> And looked
>>> at internet information to set up httpd.conf, then I run 
>>> http://localhost/test.php
>>> but forbbiton 403 error return to me. Who know how to set up to allow 
>>> php run in
>>> my server? Thank you in advance
>>>
>>>   Wang
 Hi,

 what output gives "rpm -qa|grep php"?

 Do you have SELinux enabled (check "sestatus")?

 Timo

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


Re: [CentOS] How can I setup to allow php running on CentOS server?

2010-11-18 Thread wang suya
Hi Timo

   I tryed "restorecon -Rv -n /var/www/html" but "bash: restorecon: command not 
found"
message show up. Why?

Thanks
Wang

>thus wang suya spake:
>> Hi Timo
>> 
>>Thank you but I tryed "yum install php-5.1.6-27.el5"
>> it said that "Package php-5.1.6-27.el5.i386 already installed and latest 
>> version Nothing to do"
>> Do you know why?
>
>Yes -- sorry, I need coffee, I didn't see it already was installed on
>your machine.
>
>Try to run
>
>restorecon -Rv -n /var/www/html
>
>and try again -- maybe SELinux is the showstopper here.
>
>Timo
>
>> Thanks! 
>> Wang
>> 
>> thus wang suya spake:
> Hi Timo
>Thank you very much for answer my question
> it comes:
> php-mbstring-5.1.6-27.el5
> php-common-5.1.6-27.el5
> php-5.1.6-27.el5
> php-ldap-5.1.6-27.el5
> php-cli-5.1.6-27.el5
>> You need to install
>> 
>> php-5.1.6-27.el5
>> 
>> because it contains the module Apache (httpd) needs to work.
>> 
>> HTH,
>> 
>> Timo
>> 
> do you know what information for these?
> Thanks
>
> Wang
>
>
> thus wang suya spake:
Dear Everyone

   I met truble to setup centos Server. I installed centos lastest 
 version, then
 installed apache lastest version and yum installed php lastest 
 version. And looked
 at internet information to set up httpd.conf, then I run 
 http://localhost/test.php
 but forbbiton 403 error return to me. Who know how to set up to allow 
 php run in
 my server? Thank you in advance

   Wang
> Hi,
>
> what output gives "rpm -qa|grep php"?
>
> Do you have SELinux enabled (check "sestatus")?
>
> Timo
>
 wang suya
>___
>CentOS mailing list
>CentOS@centos.org
>http://lists.centos.org/mailman/listinfo/centos
>

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