[CentOS] Wine

2009-03-15 Thread madunix
Am running Centos5.2 64Bit, want to run windows application on it
[...@linux10 ~]$ uname -a
Linux 2.6.18-92.1.13.el5 #1 SMP Wed Sep 24 19:32:05 EDT 2008 x86_64 x86_64
x86_64 GNU/Linux
[...@linux10 ~]$ cat /etc/redhat-release
CentOS release 5.2 (Final)

Which Wine version should i install?
Should i go for rpm or tarball package?
Which packages should be installed beside Wine?

Thanks


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


Re: [CentOS] php 5.2

2009-03-15 Thread Melinda Odom
Hi,

I am running centos 5 with php 5.1.6-20 and mysql 5.0.45-7.el5 on a  
production server running a lot of ecommerce stores.

The future next versions of these stores all are requiring php 5.2 at  
least.  I don't want any problems with the ecommerce stores I have now  
with php 5.1.6-20 so don't know what to do.

With the next version of one store I will need php 5.2 plus MySQLi  
extension. Another store version I will need only php 5.2.

I found several posts last night about php 5.2 never being in centos 5  
because redhat wouldn't support centos.

Any advice is greatly appreciated.

Thanks!

Best Regards,
Melinda Odom
Design Hosting, Inc.
Web Design, Web Hosting, & Ecommerce Solutions
479-471-0891 CST
i...@designhosting.biz
http://www.designhosting.biz


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


Re: [CentOS] php 5.2

2009-03-15 Thread Dhaval Thakar
On Sun, 15 Mar 2009 12:29:41 -0500, Melinda Odom 
wrote:
> Hi,
> 
> I am running centos 5 with php 5.1.6-20 and mysql 5.0.45-7.el5 on a  
> production server running a lot of ecommerce stores.
> 
> The future next versions of these stores all are requiring php 5.2 at  
> least.  I don't want any problems with the ecommerce stores I have now  
> with php 5.1.6-20 so don't know what to do.
> 
> With the next version of one store I will need php 5.2 plus MySQLi  
> extension. Another store version I will need only php 5.2.
> 
> I found several posts last night about php 5.2 never being in centos 5  
> because redhat wouldn't support centos.
> 
> Any advice is greatly appreciated.
> 

i used remi repository, it worked.
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=18416
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] php 5.2

2009-03-15 Thread David Amiel
Le Dim 15 mars 2009 18:29, Melinda Odom a écrit :
> Hi,
>
> I am running centos 5 with php 5.1.6-20 and mysql 5.0.45-7.el5 on a
> production server running a lot of ecommerce stores.
>
> The future next versions of these stores all are requiring php 5.2 at
> least.  I don't want any problems with the ecommerce stores I have now
> with php 5.1.6-20 so don't know what to do.
>
> With the next version of one store I will need php 5.2 plus MySQLi
> extension. Another store version I will need only php 5.2.
>
> I found several posts last night about php 5.2 never being in centos 5
> because redhat wouldn't support centos.
>
> Any advice is greatly appreciated.


the safer way is to install it from sources.

the easy way is to install unofficial rpms :
- the announce : http://blog.famillecollet.com/post/2009/03/01/php-5.2.9-1
- the depot : http://rpms.famillecollet.com/el5.html

cheers,

David




> Thanks!
>
> Best Regards,
> Melinda Odom
> Design Hosting, Inc.
> Web Design, Web Hosting, & Ecommerce Solutions
> 479-471-0891 CST
> i...@designhosting.biz
> http://www.designhosting.biz

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


Re: [CentOS] php 5.2

2009-03-15 Thread Ralph Angenendt
David Amiel wrote:
> the safer way is to install it from sources.

And work around the package management the distribution has in place? Yeah,
that sounds like a very safe advice.

Ralph

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


Re: [CentOS] Wine

2009-03-15 Thread Rob Kampen

madunix wrote:

Am running Centos5.2 64Bit, want to run windows application on it
[...@linux10 ~]$ uname -a
Linux 2.6.18-92.1.13.el5 #1 SMP Wed Sep 24 19:32:05 EDT 2008 x86_64 
x86_64 x86_64 GNU/Linux

[...@linux10 ~]$ cat /etc/redhat-release
CentOS release 5.2 (Final)

Which Wine version should i install?
Should i go for rpm or tarball package?
Which packages should be installed beside Wine?

Thanks


--
THE MASTER


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

Hi THE MASTER (of what?)
Does the windoze application you want to run actually run on Wine??
Check first, as there are many windoze apps that use undocumented short 
cuts to achieve their aims but thus cause problems for wine.
If you are running CentOS it would first of all pay to get current - the 
version you quote is not!
One of the big reasons for CentOS is that users want stability - thus 
use RPMs, any time you roll your own with tarballs you risk breaking 
some dependancy - and as always, you get to keep the pieces.
I think CentOS and rpmforge do not have wine, epel does, however I find 
that the packages on this site are not always as robust as I like. YMMV.

Do read the CentOS wiki and the many excellent howtos before proceeding.


begin:vcard
fn:Rob Kampen
n:Kampen;Rob
email;internet:rkam...@kampensonline.com
tel;work:407-896-9556 x6344
tel;fax:407-896-7607
tel;home:407-876-4854
tel;cell:407-341-3815
version:2.1
end:vcard

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


Re: [CentOS] php 5.2

2009-03-15 Thread Test
I am currently testing Jason Litka's rpm's, they include php 5.2 and
mysqli...



http://www.jasonlitka.com/yum-repository/
-- 
Test 

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


Re: [CentOS] Wine

2009-03-15 Thread madunix
Thanks

On Sun, Mar 15, 2009 at 8:01 PM, Rob Kampen wrote:

> madunix wrote:
>
>> Am running Centos5.2 64Bit, want to run windows application on it
>> [...@linux10 ~]$ uname -a
>> Linux 2.6.18-92.1.13.el5 #1 SMP Wed Sep 24 19:32:05 EDT 2008 x86_64 x86_64
>> x86_64 GNU/Linux
>> [...@linux10 ~]$ cat /etc/redhat-release
>> CentOS release 5.2 (Final)
>>
>> Which Wine version should i install?
>> Should i go for rpm or tarball package?
>> Which packages should be installed beside Wine?
>>
>> Thanks
>>
>>
>> --
>> THE MASTER
>> 
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>>
> Hi THE MASTER (of what?)
> Does the windoze application you want to run actually run on Wine??
> Check first, as there are many windoze apps that use undocumented short
> cuts to achieve their aims but thus cause problems for wine.
> If you are running CentOS it would first of all pay to get current - the
> version you quote is not!
> One of the big reasons for CentOS is that users want stability - thus use
> RPMs, any time you roll your own with tarballs you risk breaking some
> dependancy - and as always, you get to keep the pieces.
> I think CentOS and rpmforge do not have wine, epel does, however I find
> that the packages on this site are not always as robust as I like. YMMV.
> Do read the CentOS wiki and the many excellent howtos before proceeding.
>
>
>
> ___
> 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] NTP error message on /var/log/messages

2009-03-15 Thread mcclnx mcc

I just setup CENTOS 4.7 with latest patches on DELL server.  I also configured 
NTP point to out time server.  I found /var/log/messages file every 20 to 30 
minutes will generate a error message :

Mar 15 14:28:15 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument
Mar 15 14:45:22 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument
Mar 15 15:02:29 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument

Any one know whar wring it is?

Thanks



  
__
付費才容量無上限?Yahoo!奇摩電子信箱2.0免費給你,信件永遠不必刪! http://tw.mg0.mail.yahoo.com/dc/landing
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NTP error message on /var/log/messages

2009-03-15 Thread John R Pierce
mcclnx mcc wrote:
> I just setup CENTOS 4.7 with latest patches on DELL server.  I also 
> configured NTP point to out time server.  I found /var/log/messages file 
> every 20 to 30 minutes will generate a error message :
>
> Mar 15 14:28:15 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument
> Mar 15 14:45:22 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument
> Mar 15 15:02:29 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument
>   

I'd take a look at /etc/ntpd.conf as it sounds like something is setup 
wrong in there.   is that IP your NTP server?

.


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


Re: [CentOS] NTP error message on /var/log/messages

2009-03-15 Thread Robert Spangler
On Sunday 15 March 2009 16:22, mcclnx mcc wrote:

>  I just setup CENTOS 4.7 with latest patches on DELL server.  I also
> configured NTP point to out time server.  I found /var/log/messages file
> every 20 to 30 minutes will generate a error message :
>
>  Mar 15 14:28:15 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument
>  Mar 15 14:45:22 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument
>  Mar 15 15:02:29 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument
>
>  Any one know whar wring it is?

Any firewalls setup?
Is port 123 open?


-- 

Regards
Robert

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


Re: [CentOS] Wine

2009-03-15 Thread Bart Schaefer
On Sun, Mar 15, 2009 at 11:01 AM, Rob Kampen  wrote:
> I think CentOS and rpmforge do not have wine

There are wine RPMs at
http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/ -- but for some
reason "yum list wine" is not finding it on the CentOS5 system to
which I have access, even though rpmforge.repo is enabled.  Curious.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wine

2009-03-15 Thread madunix
I tried with yum install
[r...@linux10 ~]# yum install wine*
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * base: mirror.netcologne.de
 * updates: ftp.halifax.rwth-aachen.de
 * addons: mirror.netcologne.de
 * extras: mirror.netcologne.de
Setting up Install Process
Parsing package install arguments
No package wine* available.
Nothing to do

Thanks

On Mon, Mar 16, 2009 at 12:38 AM, Bart Schaefer
wrote:

> On Sun, Mar 15, 2009 at 11:01 AM, Rob Kampen 
> wrote:
> > I think CentOS and rpmforge do not have wine
>
> There are wine RPMs at
> http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/ -- but for some
> reason "yum list wine" is not finding it on the CentOS5 system to
> which I have access, even though rpmforge.repo is enabled.  Curious.
> ___
> 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] Wine

2009-03-15 Thread Dag Wieers
On Sun, 15 Mar 2009, Bart Schaefer wrote:

> On Sun, Mar 15, 2009 at 11:01 AM, Rob Kampen  
> wrote:
>> I think CentOS and rpmforge do not have wine
>
> There are wine RPMs at
> http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/ -- but for some
> reason "yum list wine" is not finding it on the CentOS5 system to
> which I have access, even though rpmforge.repo is enabled.  Curious.

You are on a 64bit CentOS ?

-- 
--   dag wieers,  d...@centos.org,  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NTP error message on /var/log/messages

2009-03-15 Thread Filipe Brandenburger
Hi,

2009/3/15 mcclnx mcc :
> I just setup CENTOS 4.7 with latest patches on DELL server.
>  I also configured NTP point to out time server.  I found
> /var/log/messages file every 20 to 30 minutes will generate
> a error message :
> Mar 15 14:28:15 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument

I saw this once when I changed a machine's IP but did not restart the
NTP service. The daemon was still trying to send/receive packets using
the old IP. After restarting NTP (service ntpd restart) the problem
was fixed.

Make sure you also check that NTP is properly synchronizing the clocks
with the "ntpq -p" command.

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


Re: [CentOS] Wine

2009-03-15 Thread Bart Schaefer
On Sun, Mar 15, 2009 at 3:58 PM, Dag Wieers  wrote:
> On Sun, 15 Mar 2009, Bart Schaefer wrote:
>
>> There are wine RPMs at
>> http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/ -- but for some
>> reason "yum list wine" is not finding it on the CentOS5 system to
>> which I have access, even though rpmforge.repo is enabled.  Curious.
>
> You are on a 64bit CentOS ?

Ah, yes.  That would explain it.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wine

2009-03-15 Thread Lanny Marcus
On Sun, Mar 15, 2009 at 1:01 PM, Rob Kampen  wrote:
> madunix wrote:
>> Am running Centos5.2 64Bit, want to run windows application on it
>> [...@linux10 ~]$ uname -a
>> Linux 2.6.18-92.1.13.el5 #1 SMP Wed Sep 24 19:32:05 EDT 2008 x86_64 x86_64
>> x86_64 GNU/Linux
>> [...@linux10 ~]$ cat /etc/redhat-release
>> CentOS release 5.2 (Final)
>>
>> Which Wine version should i install?
>> Should i go for rpm or tarball package?
>> Which packages should be installed beside Wine?

> Does the windoze application you want to run actually run on Wine??
> Check first, as there are many windoze apps that use undocumented short cuts
> to achieve their aims but thus cause problems for wine.
> If you are running CentOS it would first of all pay to get current - the
> version you quote is not!
> One of the big reasons for CentOS is that users want stability - thus use
> RPMs, any time you roll your own with tarballs you risk breaking some
> dependancy - and as always, you get to keep the pieces.
> I think CentOS and rpmforge do not have wine, epel does, however I find that
> the packages on this site are not always as robust as I like. YMMV.
> Do read the CentOS wiki and the many excellent howtos before proceeding.

A couple of additional comments. I'm running CentOS 5.2 (32 bit),
fully updated, so your 64 bit system will probably differ:   (a) I
installed Google's Picasa, which installs it's own version of WINE.
Runs perfectly. YMMV, depending on what SW you want to run on WINE.

Regarding EPEL, I suggest you first have the Priorities plug in
installed, which you should have installed already. When I installed
the EPEL Repository, 2 or 3 weeks ago, I gave it a a very low
priority. The number of Packages being protected, by the Priorities
plug in, jumped from approximately 350 to approximately 1650, after I
had EPEL installed. You can contemplate what might happen to your box,
if you install the EPEL Repository, without giving it a very low
priority.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] php 5.2

2009-03-15 Thread Melinda Odom
Hi,

I am running centos 5 with php 5.1.6-20 and mysql 5.0.45-7.el5 on a
production server running a lot of ecommerce stores.

The future next versions of these stores all are requiring php 5.2 at
least.  I don't want any problems with the ecommerce stores I have now
with php 5.1.6-20 so don't know what to do.

With the next version of one store I will need php 5.2 plus MySQLi
extension. Another store version I will need only php 5.2.

I found several posts last night about php 5.2 never being in centos 5
because redhat wouldn't support centos.

Any advice is greatly appreciated.

Thanks!

Best Regards,
Melinda Odom
Design Hosting, Inc.
Web Design, Web Hosting, & Ecommerce Solutions
479-471-0891 CST
i...@designhosting.biz
http://www.designhosting.biz





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


Re: [CentOS] Wine

2009-03-15 Thread Dag Wieers

On Sun, 15 Mar 2009, Bart Schaefer wrote:


On Sun, Mar 15, 2009 at 3:58 PM, Dag Wieers  wrote:

On Sun, 15 Mar 2009, Bart Schaefer wrote:


There are wine RPMs at
http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/ -- but for some
reason "yum list wine" is not finding it on the CentOS5 system to
which I have access, even though rpmforge.repo is enabled.  Curious.


You are on a 64bit CentOS ?


Ah, yes.  That would explain it.


64bit wine is coming, but likely not very soon in the stable RPMforge 
repository though.


--
--   dag wieers,  d...@centos.org,  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] php 5.2

2009-03-15 Thread samuel machua
I saw this  on the net about
php 5.2 upgrade it's one of the supposedly better methods right now,
haven't tried it myself.

On Sun, Mar 15, 2009 at 10:06 PM, Melinda Odom wrote:

> Hi,
>
> I am running centos 5 with php 5.1.6-20 and mysql 5.0.45-7.el5 on a
> production server running a lot of ecommerce stores.
>
> The future next versions of these stores all are requiring php 5.2 at
> least.  I don't want any problems with the ecommerce stores I have now
> with php 5.1.6-20 so don't know what to do.
>
> With the next version of one store I will need php 5.2 plus MySQLi
> extension. Another store version I will need only php 5.2.
>
> I found several posts last night about php 5.2 never being in centos 5
> because redhat wouldn't support centos.
>
> Any advice is greatly appreciated.
>
> Thanks!
>
> Best Regards,
> Melinda Odom
> Design Hosting, Inc.
> Web Design, Web Hosting, & Ecommerce Solutions
> 479-471-0891 CST
> i...@designhosting.biz
> http://www.designhosting.biz
>
>
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



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