Re: [CentOS] remove openssl

2010-03-28 Thread John R Pierce
cahit Eyigünlü wrote:
> i am trying to install plesk but my cent os has a newer version of 
> open ssl that is why my setup is interrupting, how could i remove open 
> ssl ?
> i tryed yum remove openssl but it encounter lots of errors i want to 
> remove only the open ssl not the related files like wget 
> networkmanager ...

you probably should consult with the plesk documentation on how to 
properly install that on RHEL 5 (assuming centos 5).   as its a 
commercial product, i'd look for support and documentation from the vendor.



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


Re: [CentOS] remove openssl

2010-03-28 Thread cahit Eyigünlü
wow :) that is good thanks

2010/3/29 Kahlil Hodgson 

> On 03/29/2010 05:38 PM, Eero Volotinen wrote:
> > 2010/3/29 cahit Eyigünlü :
> >> i am trying to install plesk but my cent os has a newer version of open
> ssl
> >> that is why my setup is interrupting, how could i remove open ssl ?
> >> i tryed yum remove openssl but it encounter lots of errors i want to
> remove
> >> only the open ssl not the related files like wget networkmanager ...
> >
> > well, you can't do that without breaking the your centos installation.
> >
> you could try
>
>yum downgrade openssl-X.Y.Z-W
>
> to downgrade to an earlier version which _may_ keep the rest of your
> installation happy.
>
> you can look for earlier version with
>
>yum --showduplicates list openssl
>
> downgrading openssl may make things less secure though YMMV.
>
> Kal
> ___
> 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] remove openssl

2010-03-28 Thread Kahlil Hodgson
On 03/29/2010 05:38 PM, Eero Volotinen wrote:
> 2010/3/29 cahit Eyigünlü :
>> i am trying to install plesk but my cent os has a newer version of open ssl
>> that is why my setup is interrupting, how could i remove open ssl ?
>> i tryed yum remove openssl but it encounter lots of errors i want to remove
>> only the open ssl not the related files like wget networkmanager ...
> 
> well, you can't do that without breaking the your centos installation.
> 
you could try

yum downgrade openssl-X.Y.Z-W

to downgrade to an earlier version which _may_ keep the rest of your
installation happy.

you can look for earlier version with

yum --showduplicates list openssl

downgrading openssl may make things less secure though YMMV.

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


Re: [CentOS] remove openssl

2010-03-28 Thread cahit Eyigünlü
Thanks.

2010/3/29 Eero Volotinen 

> 2010/3/29 cahit Eyigünlü :
> > i am trying to install plesk but my cent os has a newer version of open
> ssl
> > that is why my setup is interrupting, how could i remove open ssl ?
> > i tryed yum remove openssl but it encounter lots of errors i want to
> remove
> > only the open ssl not the related files like wget networkmanager ...
>
> well, you can't do that without breaking the your centos installation.
>
> --
> Eero
> ___
> 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] remove openssl

2010-03-28 Thread Eero Volotinen
2010/3/29 cahit Eyigünlü :
> i am trying to install plesk but my cent os has a newer version of open ssl
> that is why my setup is interrupting, how could i remove open ssl ?
> i tryed yum remove openssl but it encounter lots of errors i want to remove
> only the open ssl not the related files like wget networkmanager ...

well, you can't do that without breaking the your centos installation.

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


Re: [CentOS] Running commercial softwares on CentOS

2010-03-28 Thread James A. Peltier
On Mon, 29 Mar 2010, Rahul Tidke wrote:

> Hello!
>
> How can I use CentOS as a complete desktop OS? I want to run Autodesk
> products on it like AutoCAD,Revit,3D Max,etc. Does Wine (winehq) support
> running such software?

No.

> Can I use (KVM,Xen) virtualization to run Windows XP  and all commercial
> software on it? Does running XP in virtualization requires a license?

KVM runs Windows just fine for me.

Virtualization does not change anything about licensing.  You still need a 
license for all the software, but, for Windows there might be different 
licensing models available to you when running in a virtualized 
environment.

3D software packages are often limited by the fact that under a virtual 
environment they are doing software based rendering.  It will likely be 
the performance killer aspect of virtualization in your environment.

-- 
James A. Peltier
Systems Analyst (FASNet), VIVARIUM Technical Director
HPC Coordinator
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.fas.sfu.ca | http://vivarium.cs.sfu.ca
   http://blogs.sfu.ca/people/jpeltier
MSN : subatomic_s...@hotmail.com

TEAMWORK
  There's power in numbers.  Learn to work together.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Running commercial softwares on CentOS

2010-03-28 Thread Rahul Tidke
Hello!

How can I use CentOS as a complete desktop OS? I want to run Autodesk
products on it like AutoCAD,Revit,3D Max,etc. Does Wine (winehq) support
running such software?
Can I use (KVM,Xen) virtualization to run Windows XP  and all commercial
software on it? Does running XP in virtualization requires a license? 

Regards,

Rahul Tidke


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


Re: [CentOS] ==> gcc 4.4.3 on centos 64 bit

2010-03-28 Thread James A. Peltier
On Thu, 25 Mar 2010, Dieter Best wrote:

> Hello,
>
> I need a newer version of gcc (gcc 4.4.3), with yum install I got
> 4.1.2. Has anyone figured out how to configure for the gcc 4.4.3 build
> to go through?
>
> Thanks.

Yes, I built it from sources

-- 
James A. Peltier
Systems Analyst (FASNet), VIVARIUM Technical Director
HPC Coordinator
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.fas.sfu.ca | http://vivarium.cs.sfu.ca
   http://blogs.sfu.ca/people/jpeltier
MSN : subatomic_s...@hotmail.com

TEAMWORK
  There's power in numbers.  Learn to work together.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem burning DVD+RW discs

2010-03-28 Thread MHR
On Sun, Mar 28, 2010 at 7:21 PM, fred smith
 wrote:
> On Sun, Mar 28, 2010 at 10:43:07AM -0700, MHR wrote:
>>
>> 2) That said, I have never been able to erase a rewritable disc with
>> K3B.  It always errors out because it claims the disc is in use (well,
>> yeah, it's mounted!).  The last time this happened (a few days ago), I
>> extracted the erasure command from K3B's log and created a shell
>> script to do the job, complete with umount.  That works just fine.
>> (I'm open to K3B suggestions that would be more convenient here -
>> hint, hint :-)
>
:
>
> What you need to do is: before letting K3B try to erase the dvd/rw is to
> manually umount the volume, then k3b will work fine. (as root, type in
> "mount", figure out which one is the volume in question, then issue
> a "umount " still as root.)
>

Or just right-click the icon and select "Unmount"

Shell scripts work fine, too.

:-)

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


Re: [CentOS] Problem burning DVD+RW discs

2010-03-28 Thread fred smith
On Sun, Mar 28, 2010 at 10:43:07AM -0700, MHR wrote:
> On Sun, Mar 28, 2010 at 9:48 AM, Dick Roth  wrote:
> > Good Day--
> >
> > I've been backing up my essential stuff to DVD+R discs for quite a while
> > with no trouble at all.
> >
> > Last week I tried backing up to a DVD+RW with no trouble at all.
> >
> > This week, when trying to re-write my weekly backup, CD/DVD Creator told
> > me it could not write to the disc because it was read-only.  Is there a
> > bug in CD/DVD Creator or am I doing something incorrectly.  Obviously,
> > I'd like to be able to reuse discs if I can, but can go back to using
> > one-use DVDs if necessary.
> >

I can't help the OP, but...

> 
> Did you erase the disc?
> 
> 1) I strongly recommend using K3B or some other more robust GUI app
> for CD/DVD management.
> 
> 2) That said, I have never been able to erase a rewritable disc with
> K3B.  It always errors out because it claims the disc is in use (well,
> yeah, it's mounted!).  The last time this happened (a few days ago), I
> extracted the erasure command from K3B's log and created a shell
> script to do the job, complete with umount.  That works just fine.
> (I'm open to K3B suggestions that would be more convenient here -
> hint, hint :-)

My Centos5 box has this problem too, but my older Centos didn't, and
and Fedora on my eeepc doesn't. I think it must be a bug in either the
version of k3b in use, or one of its subsidiary tools (no clue which).

What you need to do is: before letting K3B try to erase the dvd/rw is to
manually umount the volume, then k3b will work fine. (as root, type in
"mount", figure out which one is the volume in question, then issue
a "umount " still as root.)

> 
> 3) Also, the last time I tried to do a multi-session continuation with
> K3B I hit enough snags to give up.  Actually, that was when I ran into
> the erase problem above, but at least that part is solved.
> 
> HTH
> 
> mhr
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

-- 
---
Under no circumstances will I ever purchase anything offered to me as
the result of an unsolicited e-mail message. Nor will I forward chain
letters, petitions, mass mailings, or virus warnings to large numbers
of others. This is my contribution to the survival of the online
community.
 --Roger Ebert, December, 1996
- The Boulder Pledge -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] remove openssl

2010-03-28 Thread cahit Eyigünlü
i am trying to install plesk but my cent os has a newer version of open ssl
that is why my setup is interrupting, how could i remove open ssl ?
i tryed yum remove openssl but it encounter lots of errors i want to remove
only the open ssl not the related files like wget networkmanager ...
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Forgetting network settings

2010-03-28 Thread cahit Eyigünlü
there is sth. different on my network my gateway is on different subnet then
my static ip so is this works?

2010/3/29 Matt Iavarone 

> 2010/3/28 cahit Eyigünlü :
> > i am adding routr options with
> > route add -net xxx dev eth0
> > but when i reset computer it is not in netstat table anymore
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> >
> >
>
> As someone mentioned, check route-.  It's handy to look through
> the ifup/ifdown scripts to see what goes on when you start your
> network.
>
> -Matt Iavarone
> ___
> 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] Forgetting network settings

2010-03-28 Thread Matt Iavarone
2010/3/28 cahit Eyigünlü :
> i am adding routr options with
> route add -net xxx dev eth0
> but when i reset computer it is not in netstat table anymore
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>

As someone mentioned, check route-.  It's handy to look through
the ifup/ifdown scripts to see what goes on when you start your
network.

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


Re: [CentOS] Forgetting network settings

2010-03-28 Thread Miguel Medalha

> i am adding routr options with
> route add -net xxx dev eth0
> but when i reset computer it is not in netstat table anymore

In about five (5) seconds I found this on Google:

Adding Persistent Routes
http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=1927&forum=30

I suppose you would be able to find it too...
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Forgetting network settings

2010-03-28 Thread John R Pierce
cahit Eyigünlü wrote:
> I am new on this group :D

it was a response to you.

http://lists.centos.org/pipermail/centos/2010-March/092298.html

see 'automatic setup'





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


Re: [CentOS] Forgetting network settings

2010-03-28 Thread Joseph L. Casale
>I am new on this group :D

Welcome,
Don’t top post, and use txt format.
You can search archives held in many places, such as
http://www.mail-archive.com/centos@centos.org/



A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

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


Re: [CentOS] Forgetting network settings

2010-03-28 Thread cahit Eyigünlü
I am new on this group :D

2010/3/29 John R Pierce 

> cahit Eyigünlü wrote:
> > i am adding routr options with
> > route add -net xxx dev eth0
> > but when i reset computer it is not in netstat table anymore
>
> yes, the route command is not persistent.  someone explained many posts
> ago what files to edit to add permanent settings.
>
>
>
> ___
> 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] Forgetting network settings

2010-03-28 Thread Joseph L. Casale
>i am adding routr options with 
>route add -net xxx dev eth0
>but when i reset computer it is not in netstat table anymore 

Search the docs for /etc/sysconfig/network-scripts/route-ethx scripts.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Forgetting network settings

2010-03-28 Thread John R Pierce
cahit Eyigünlü wrote:
> i am adding routr options with 
> route add -net xxx dev eth0
> but when i reset computer it is not in netstat table anymore 

yes, the route command is not persistent.  someone explained many posts 
ago what files to edit to add permanent settings.



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


[CentOS] Forgetting network settings

2010-03-28 Thread cahit Eyigünlü
i am adding routr options with
route add -net xxx dev eth0
but when i reset computer it is not in netstat table anymore
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem burning DVD+RW discs

2010-03-28 Thread MHR
On Sun, Mar 28, 2010 at 9:48 AM, Dick Roth  wrote:
> Good Day--
>
> I've been backing up my essential stuff to DVD+R discs for quite a while
> with no trouble at all.
>
> Last week I tried backing up to a DVD+RW with no trouble at all.
>
> This week, when trying to re-write my weekly backup, CD/DVD Creator told
> me it could not write to the disc because it was read-only.  Is there a
> bug in CD/DVD Creator or am I doing something incorrectly.  Obviously,
> I'd like to be able to reuse discs if I can, but can go back to using
> one-use DVDs if necessary.
>

Did you erase the disc?

1) I strongly recommend using K3B or some other more robust GUI app
for CD/DVD management.

2) That said, I have never been able to erase a rewritable disc with
K3B.  It always errors out because it claims the disc is in use (well,
yeah, it's mounted!).  The last time this happened (a few days ago), I
extracted the erasure command from K3B's log and created a shell
script to do the job, complete with umount.  That works just fine.
(I'm open to K3B suggestions that would be more convenient here -
hint, hint :-)

3) Also, the last time I tried to do a multi-session continuation with
K3B I hit enough snags to give up.  Actually, that was when I ran into
the erase problem above, but at least that part is solved.

HTH

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


Re: [CentOS] Back up to Rackspace Cloud Files from a CentOS server

2010-03-28 Thread Gavin Carr
On Mon, Mar 29, 2010 at 12:19:01AM +0800, Matt Arnilo S. Baluyos (Mailing 
Lists) wrote:
> I'm looking for a solution to be able to back up to a Rackspace Cloud
> Files account from a CentOS server.
> 
> I have set up Duplicity but have found out that the back-ups are in
> GPG-encrypted volumes. There are also GUI clients for Windows and Mac
> but they're not what I need.
> 
> I'm looking for something like a command-line tool that will let me
> push directories on the server (via rsync perhaps) to the Rackspace
> Cloud Files container. Being able to run it non-interactively on the
> shell is a requirement because I need to be able to run backup scripts
> via cron.

Brackup has a CloudFiles target: http://search.cpan.org/~bradfitz/Brackup/
The cpan release is a bit old now though - I'd use svn:

  http://code.google.com/p/brackup/source/checkout

Or you can get rpms from my repo:

  http://www.openfusion.net/linux/openfusion_rpm_repository


Cheers,
Gavin

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


[CentOS] Problem burning DVD+RW discs

2010-03-28 Thread Dick Roth
Good Day--

I've been backing up my essential stuff to DVD+R discs for quite a while 
with no trouble at all.

Last week I tried backing up to a DVD+RW with no trouble at all.

This week, when trying to re-write my weekly backup, CD/DVD Creator told 
me it could not write to the disc because it was read-only.  Is there a 
bug in CD/DVD Creator or am I doing something incorrectly.  Obviously, 
I'd like to be able to reuse discs if I can, but can go back to using 
one-use DVDs if necessary.

Thanks for any help.

Dick

-- 
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."

  --Benjamin Franklin 1755
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Keyboard problems on Centos 5.4

2010-03-28 Thread Darmath
 I installed CentOS 5.4on a WMWare Server virtual machine that's 
running on win7. Everything seems to work fine except I get a shit load 
of error messages from the console along the lines of when I type on the 
keyboard:


 atkbd.c Unknown key  released (translated set 2, code 0x81 on 
isa0060/serio0).

atkbd.c Unknown key pressed (translated set 2, code 0x81 on isa0060/serio0).
*atkbd*.*c*: Use '*setkeycodes* e059 <*keycode*>' to make it known.

NB: the code's change and there doesn't seem to be any particular codes

Is this because i'm running centos on the VM? Any ideas how i go about 
actually fixing this? I've had Centos dual booted with winxp on this 
same hardware previously without any problems. Being unfamilar (having 
not used Centos much) I don't really have any idea where to start to 
resolve this.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Back up to Rackspace Cloud Files from a CentOS server

2010-03-28 Thread Matt Arnilo S. Baluyos (Mailing Lists)
Hi all,

I'm looking for a solution to be able to back up to a Rackspace Cloud
Files account from a CentOS server.

I have set up Duplicity but have found out that the back-ups are in
GPG-encrypted volumes. There are also GUI clients for Windows and Mac
but they're not what I need.

I'm looking for something like a command-line tool that will let me
push directories on the server (via rsync perhaps) to the Rackspace
Cloud Files container. Being able to run it non-interactively on the
shell is a requirement because I need to be able to run backup scripts
via cron.

Any help would be appreciated. Thanks.

-Matt

-- 
Stand before it and there is no beginning.
Follow it and there is no end.
Stay with the ancient Tao,
Move with the present.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Network tuning for working with very old Solaris

2010-03-28 Thread Drew
> FWIW, I *never* liked 3Com adapters, I never understood why they were so
> popular with the PC crowd.

My fiddling with PC networking goes as far back as '98 and Novell
Netware 3.13/4.0. Back then I recall a lot of Netware folks telling my
to buy nothing but 3Com as their networking gear was supposedly rock
solid. Until Intel started releasing the Pro/100 & Pro/1000 series,
3Coms were pretty much all you found in my gear.

Also helps that Linux drivers worked 'out of the box' in earlier
versions (pre-6.0) of RH. ;-)


-- 
Drew

"Nothing in life is to be feared. It is only to be understood."
--Marie Curie
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] printer trouble - missing driver?

2010-03-28 Thread Michael Klinosky
Craig White wrote:
> PPD was linked for you up thread.

Yes - and I stated that I couldn't find any ppd files (and I listed the 
sites that I checked). Perhaps I somehow completely missed them?

> I suppose that if you wanted intelligent assistance, you would post the
> contents of /etc/cups/printers.conf

[r...@sr1220 cups]# cat printers.conf
# Printer configuration file for CUPS v1.3.7
# Written by cupsd on 2010-03-27 15:27

Info HP DeskJet D2345
Location
DeviceURI 
hal:///org/freedesktop/Hal/devices/usb_device_3f0_c302_TH66D133FS04MZ_if0_printer_TH66D133FS04MZ
State Idle
StateTime 1269718024
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer


> and relevant parts of /var/log/cups/error_log

Already posted (in my initial email!)

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