similar to: Hot upgrade from 5.2 Centos to 5.7 Centos

Displaying 20 results from an estimated 5000 matches similar to: "Hot upgrade from 5.2 Centos to 5.7 Centos"

2012 Apr 10
4
Build one VM with two 5.7 DVD iso
Hello Group, I am trying to build one VMware VM for 5.7 centos. However, there are two DVDs. And all vms I have build so far are confined in one iso. How could I build complete 5.7 centos VM with two different Centos DVDs. I am sure somebody out there must have built one such OS. Please guild. thanks. nagrik
2012 Mar 29
3
mismatch in openssh latest rpm available at centos
Hello Group, The latest rpm in openssh is 5.8, however, the corresponding latest rpm available in centos 5.7 is only openssh-4.3p2-72.el5_6.3.x86_64.rpm and in 6.0 centos is openssh-5.3p1-20.el6.x86_64.rpm I have following questions. 1. I want to start from src.rpm and where can I get the src.rpm for openssh-5.3p1-20.el6.x86_64.rpm. 2. Can I install openssh-5.3p1-20.el6.x86_64.rpm SAFELY
2012 Apr 05
2
Need to build openssh rpm from 5.8 source
Hello Openssh group, I have downloaded the .tar.gz file from openssh site openssh-5.8p2. I need to build this src into an rpm. I don?t see any makefile utility in the main directory. Although there are bunch of .c and .h files. And I see Makefile in other directory, but none seems to build the openssh-5.8p2 target. Could someone guide me as to how to build it from scratch. I am beginner to
2011 Aug 03
3
openssh rpm version greater than 4.3
Hello Team, We ship our own software own top of Centos 5.2 OS and install other applications and rpms on top of rpms available in 5.2 Centos. We are in the process of upgrading to a later version of openssh (5.8 version of openssh is already available), however the latest src.rpm version of openssh available on Centos site is still
2012 Apr 13
1
harddisk partition not created right with centos 5.7
Hello Group, I am building a company application based on Centos 5.7 OS. The application was working earlier and creating right partitions both for hardware as well as VM. But since we introduced Centos 5.7 OS and start building application with 5.7 anaconda the hardware partitions are duplicate of VM partitions *while creating hardware partition my code looks like.* cat >
2012 Mar 14
2
rpm configuring /etc/hosts file
Hello Group, I am having some problems in my /etd/hosts file, where unwanted matching appears between IP addresses and hostnames. Could someone please tell me, which is centos rpm, which configures /etc/hosts file. Thanks in advance nagrik
2012 Apr 12
1
compiling openssh5.8src.rpm looking for Xlib.h
Hello Group, I created a VM with 5.7 Centos DVD-1. My task is to compile openssh5.8p2 (src.rpm downloaded from openssh site.) on the system. It gave some errors about some buildrequires rpm not found. I took care of them. Now it is complaining about > [root at akjain-centos5 SPECS]# rpmbuild -bb openssh.spec > error: Failed build dependencies: > /usr/include/X11/Xlib.h is
2011 Jul 06
1
Bug: openssh-4.3p2-72.el5_6.3.src.rpm
Hello Group, I downloaded openssh-4.3p2-72.el5_6.3.src.rpm built the rpm and installed it. However, sshd daemon does not start when the host comes up. When I try to start it manually it says *Starting sshd: Auto configuration failed 29545 Error: 0E065068 configuration file routine: STR_COPY: variable has no value: conf_def.c:629: line 233 * and when I try to login from outside it fails.
2011 Sep 15
1
CentOS 5.6 to 5.7 upgrade
Hi all, Almost wish I had something more exciting to say regarding the 5.6 to 5.7 upgrade, but it just worked flawlessly. Physical as well as virtual machines. Thanks CentOS-team for your good work! -- BW, Sorin ----------------------------------------------------------- # Sorin Srbu [Sysadmin, Systems Engineer] # Dept of Medicinal Chemistry, Phone: +46 (0)18-4714482 >3 rings> GSM # Div
2010 Mar 29
2
bogus error message from yum update for gmime and gmime-sharp
When I do "yum update gmime gmime-sharp" I get: ... --> Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by package gmime-sharp-2.2.10-5.el5.centos.i386 (installed) Error: Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by package gmime-sharp-2.2.10-5.el5.centos.i386 (installed) ... But both of these are already installed: # rpm -q gmime gmime-sharp
2012 Oct 03
2
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
Hi, Is it possible to recreate the LoopInfo analysis in my pass? Thanks , Vinay On Wed, Oct 3, 2012 at 2:34 PM, Chandler Carruth <chandlerc at google.com>wrote: > This is not currently supported by the LLVM pass manager system. It is a > serious deficiency that I (and others) would like to address, but it > requires significant changes to the pass manager and analysis
2007 Apr 18
4
[Bridge] bridge firewall problem
hello i am a new user for this group. i am working at a ISP. here i want to made a bridge firewall i am using fedora core 3. i want to block a serirs of ip address 192.16.18.0/255.255.255.0 and want to give the accesss only 172.16.18.0/255.255.255.0. but iptables not be able to block ip;s its passes all the ip series. i made my machine as bridge. i think my bridge passes all the
2014 Mar 27
3
arm64 support
I have used the patch to build opus 1.1. Although I have not tried the latest git master, will try that. Will that work for armv7, armv7s and arm64? On Wed, Mar 26, 2014 at 11:01 PM, Martin Storsj? <martin at martin.st> wrote: > On Wed, 26 Mar 2014, Jonathan Lennox wrote: > > >> On Mar 26, 2014, at 7:55 AM, Peter Robinson <pbrobinson at gmail.com> wrote: >>
2002 Oct 02
7
Samba - Performance Issues
Hello Guys, I am having some problems with configuring SAMBA with regards to performance. We are running SAMBA 2.2.3a on Dual PIII 1Ghz machines with 512MB of RAM. The server is running on a default server installation of Red Hat 7.2. We have a 500Gb RAID 5 drive using the Promise SX6000 Raid controller. Currently we are only getting a throughput of ~5MB/S for writes and ~13MB/S for reads.
2014 Sep 29
2
[LLVMdev] Alias Analysis across functions
Hi, I am trying to get the alias info for the following code. The alias analysis returns "MayAlias" for arrays "A" and "B" in both the functions instead of "NoAlias". What passes should I run in opt before the alias analysis pass to get the accurate result? Example: //Note: static and called by func() only. static int sum(int *A, int *B) { int i = 0,
2012 Oct 03
2
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
Hi, How to get the LoopInfo analysis in a CallGraphSCCPass ? Thanks, Vinay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121003/bf60da98/attachment.html>
2007 Mar 14
2
Memory Allocation to St
Can anyone tell me why the size of st is defined as: st = (EncState*)speex_alloc(sizeof(EncState)+8000*sizeof(float)); Reference: nb_encode_init function. Specifically, I would like to know why 8000 floats are allocated? Thanks and regards, Vinay -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Oct 03
0
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
On Wed, Oct 3, 2012 at 2:33 AM, vinay m <mvinay05041990 at gmail.com> wrote: > Hi, > Is it possible to recreate the LoopInfo analysis in my pass? > No. You need your pass to be a FunctionPass in order to use the LoopInfo (and associated) analyses. > > Thanks , > Vinay > > On Wed, Oct 3, 2012 at 2:34 PM, Chandler Carruth <chandlerc at google.com>wrote:
2008 Oct 11
8
Observing few fields in a form - Best Practise?
Hi, im looking to build a page similar to a shopping cart page. When you change the ''price'' or ''quantity'' fields, the total is calculated and displayed. There are other fields in the form which have no relation to this action. So i guess observe_form is not required. Can someone tell me what the best practise is for this?
2014 Mar 26
2
arm64 support
On Mar 26, 2014, at 7:55 AM, Peter Robinson <pbrobinson at gmail.com> wrote: > On Wed, Mar 26, 2014 at 11:45 AM, Vinay <vinay.nair at novanet.net> wrote: >> Hi, >> >> I wanted to build opus along with PJSIP for iOS for the architecture arm64. >> I wanted to know if opus supports arm64? > > The opus code builds fine on ARM64 on Linux at least,