Server :: Installing Packages With Yum Through Httpd For Local Respiratory?

Apr 29, 2010

I have fedora 11 as a host and two guest os rhel5 on VirtualBox. I wan to install a local repository on fedora 11 so that my guest os rhel5 can install packages through http with yum.To do this what I have done so far:

>Install httpd
>chkconfig httpd on
>service httpd start
>createrepo -v /var/www/html/rhel5/
>create file rhel5.repo in guest os /etc/yum.repos.d/

Code:

[RHEL5]
name=rhel5
baseurl=http://192.168.1.1/rhel5
gpgcheck=0

Here 192.168.1.1 is my fedora 11 local IP but have a look on the following error msg:

Code:

[pc5 ~]# yum install nfs*
Loading "rhnplugin" plugin
Loading "installonlyn" plugin

[code]....

fact is same process i have followed when i had rhel5 as a host os and i found no problem.Is there any problem with fedora 11 createrepo command that does not allow rhel5 to install package over http.

View 1 Replies


ADVERTISEMENT

Fedora :: Installing Cinelerra In F13 - Local File Conflict Between Packages

Sep 16, 2010

When I try to install Cinelerra I get this error:
Local file conflict between packages
Two packages provide the same file. This is usually due to mixing packages from different software sources.

Test Transaction Errors: file /usr/bin/mpeg3cat from install of cinelerra-2.1-20_git20091116.fc13.x86_64 conflicts with file from package libmpeg3-utils-1.8-3.fc12.x86_64
file /usr/bin/mpeg3dump from install of cinelerra-2.1-20_git20091116.fc13.x86_64 conflicts with
file from package libmpeg3-utils-1.8-3.fc12.x86_64
file /usr/bin/mpeg3toc from install of cinelerra-2.1-20_git20091116.fc13.x86_64 conflicts with
file from package libmpeg3-utils-1.8-3.fc12.x86_64

View 2 Replies View Related

Server :: RHEL 5.1 After Installing Mod_ssl Httpd Server Won't Start / Get It To Work?

Apr 11, 2010

I am trying to do a https access with virtual hosting with apache.

But when I install mod_ssl rpm httpd server does not start again

I am stumped

httpd -t shows syntax is OK

View 5 Replies View Related

CentOS 5 Server :: Installing Mod_dav_svn Without Httpd Update

Sep 15, 2009

I have a VPS server installed with centos 5.3. The server has directadmin. Probably that when directadmin was installed, the httpd server of choice was apache 2.2.13.

My problem is that i whant to install mod_dav_svn trough yum but without updating the latest version of apache form yum repository. If i exclude the httpd package when doing yum install mod_dav mod_dav_svn i get a dependency error witch say that i nedd httpd-mmn installed. So, my question is, how can i use yum to install mod_dav_svn without updating the httpd.

View 3 Replies View Related

Server :: Reverse Proxy - With HTTPD Httpd-2.2.3-29.el5

Jul 30, 2010

We are using this url on our testing box and this ip is reverse proxy IP ( 10.192.64.52)

Without reverse proxy:- URL is working fine.

http://10.192.16.77/akc-qa/arsys/ser...TS000000001430

But with reverse proxy its putting escape [%25] in between %3a

[url]

Is it possible to write a rewrite rule to bypass escape [NE] for this particular URL?

View 1 Replies View Related

Ubuntu :: Installing Samba Server From Local PC

Jan 6, 2010

I have been given a task to install samba server from my local PC in an another PC which is a linux server. The linux server is in my own company and I have been given its ip address and root login password. I don't know how to install that samba server from my own PC.

View 3 Replies View Related

CentOS 5 Server :: Httpd Running Very Slow "/var/lock/subsys/httpd': No Space Left On Device"?

Jun 10, 2011

Running CentOS 5 x64 And today my httpd is running very slow and I can't find a fix. Looked all over different forums

When starting httpd I get the message: /var/lock/subsys/httpd': No space left on device I checked that directory above and there is no file called httpd tried rebooting server

Can't do updates too:
[root@u15438957 ~]# yum update
Loaded plugins: fastestmirror, priorities
rpmdb: unable to join the environment

[Code]...

View 4 Replies View Related

Server :: Installing 32 Bit RPMs On 64 Bit - Conflicts With 64 Bit Packages

Aug 18, 2011

I'm using a 64 bit Linux server (OEL 6.1):

I was trying to install Oracle Database on this server that I realized the installer requires some 32 bit libraries. For instance it was looking for libXp.so.6 which existed under /usr/lib64, but not /usr/lib. Even when I changed the installation script to look into lib64 for the library, it failed with an error from Java that it needs 32 bit and instead has found 64 bit.

I downloaded a bunch of 32 bit RPM packages and when I tried to install them, I got the error that a newer version of those packages is installed, which is not the case. Cause all previously installed packages are 64 bit. I was wondering why it thinks that 64 bit packages are newer version of 32 bit packages. And is there a way to solve this?

View 1 Replies View Related

Debian :: Installing I386 Packages Prompts Removal Of Amd64 Packages

Apr 8, 2015

I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is

Code: Select allapt-get install package-name:i386

prompts the removal of currently installed packages (amd64 arch.) which is the problem.

Code: Select allReading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libportaudio0:i386

[Code] ...

Some of the packages I am talking about are

-libegl1-mesa-dev:i386
-libportaudio-dev:i386

Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?

View 1 Replies View Related

Ubuntu :: Removing Something From Respiratory?

Aug 15, 2011

In my efforts to try and find a working screencaster, a fellow Ubuntu mate helped me out by giving me some commands to get "Kazam Screencaster." I used the commands but it didn't work, and now when I:

Code:
sudo apt-get update
It gives me the error:

Code:
W: Failed to fetch http://ppa.launchpad.net/and471/kazam-daily-stable/ubuntu/dists/natty/main/source/Sources 404 Not Found W: Failed to fetch http://ppa.launchpad.net/and471/kazam-daily-stable/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead. How do I remove the kazam-daily-stable from my respiratory?

View 3 Replies View Related

Ubuntu :: Error When Updating Respiratory - Upgrade To 2.6.39.0 Kernel?

Jul 12, 2011

You can see it here. What to do... What to do? Error When Updating Respiratory - Upgrade to 2.6.39.0 Kernel?

View 3 Replies View Related

Ubuntu Servers :: Upgrade Clam Av From Respiratory But Still Showing Old Version

Apr 15, 2010

We are running clamav on 9.10 (with MailScanner)... I upgrade our clam av from respiratory today and it is still showing old version.. When i do freshclam i get this: Local version: 0.95.3 Recommended version: 0.96

[Code]////

Is there 0.96 available from respiratory? Or i have to install it manually from .deb package?

View 2 Replies View Related

Fedora :: Local Conflict Between The Packages?

Sep 19, 2009

I installed codecs for playing songs and movies.but when I tried to play few songs,it says the corresponding codecs need to be installed.after resolving dependencies,it says the following, Local conflict between packages Two packages provide the same file. This is due to mixing packages from different software sources

Test Transaction Errors: file /usr/lib/gstreamer-0.10/libgstdeinterlace.so from install of gstreamer-plugins-bad-0.10.11-4.fc11.i586 conflicts with file from package gstreamer-plugins-good-0.10.15-4.fc11.i586
file /usr/lib/gstreamer-0.10/libgstflv.so from install of gstreamer-plugins-bad-0.10.11-4.fc11.i586 conflicts with file from package gstreamer-plugins-good-0.10.15-4.fc11.i586

[code]....

View 1 Replies View Related

General :: Local Cache For Apt Packages?

Jun 28, 2011

I have a desktop and laptop at home, both running the same flavour of Debian Testing. How can I configure apt on the laptop so that it first tries to download the packages from the desktop before going to the Internet?

View 2 Replies View Related

Fedora Installation :: Start The Service Of Httpd Error Message Displayed: Starting Httpd: (98)Address Already In Use ?

Sep 19, 2010

I have installed fedora 13 in my system. httpd server is also installed. when I tried to start the service of httpd, following error message displayed: Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80

View 1 Replies View Related

Debian :: Delete Old .deb Packages From Local Archive?

Feb 5, 2011

I have slow internet connection so i keep each .deb package i download in my local archive for next installations, now there is a collection of some older and new versions of the same packages in my local archive, is there any way to delete the older versions and keep the latest one in my local archive.

View 1 Replies View Related

Software :: Creating Local Respository For All Packages

Dec 23, 2009

i am using Fedora 12. How can i download the entire repository of fedora(fedora-release, Rpmfusion)..?
what will be the size of the respository??

View 6 Replies View Related

Slackware :: Typo In As-installed /etc/httpd/httpd.conf?

Dec 24, 2010

I'm new to Apache configuration so could be misunderstanding but shouldn't the characters highlighted in red below be removed?

Code:

View 9 Replies View Related

Server :: Change The Webroot Of The Httpd Server - Directory Doesn't Exist - CentOS 5

Jun 1, 2009

I have just configured CentOS server my new office. This is the first time I am using CentOS.

Whenever I am trying to change the webroot of the httpd server, it usually say "directory doesn't exist". whereas which can't be the case as it is home directory of the user.

To achieve this, what Do I need to do?

The second issue, I am facing that whenever I am adding new directories to public_html folder, it is not accessible. as the error page 404 is shown. I have changed the permissions to 0705 and ownership is also transferred to other user. What else is required to make new directories accessible by the web?

View 2 Replies View Related

Server :: Correct Fix: Httpd: Could Not Determine The Server's Fully Qualified Domain Name

Mar 23, 2011

I get the following error while starting apache httpd

Code: httpd: Could not determine the server's fully qualified domain name, using <Server's-ip-address> for ServerName I googled it and have come across the following solutions, all of them involve changing the ServerName setting in httpd.conf:ServerName localhost ServerName www.example.com:80 ServerName <ip-address-of-server> ServerName <hostname-of-machine/FQDN>

I am setting up httpd to be accessed from over a LAN, so i don't have a .com domain name. I am thinking of going with the first option, it seems to be working...

View 5 Replies View Related

Server :: Single Wildcard Certificate For Apache Httpd Server And Tomcat?

Feb 10, 2010

I have a requirement of using a wildcard certificate for 5 subdomains running under apache httpd server and 1 subdomain under tomcat.Is there any possibility of using the single wildcard certificate both in tomcat and apache

View 3 Replies View Related

Ubuntu Installation :: Install Local Packages Using Synaptic?

Jun 17, 2010

I wonder if i can install packages that already exist in local directory using synaptic for example: I downloaded a set of programs with there dependencies and stored them in whatever folder, and i'd reinstalled my distro and i need to install just google chrome browser for instance, it's will be very difficult to install it among other packages. it will be very useful if i forced synaptic to install chrome locally instead of downloading and installing them from the internet.

View 1 Replies View Related

Debian :: Hosting Customized Deb Packages On Local Machine

Jul 31, 2009

So I have a set of 10 *.deb packages that are customized. I would like to host them on my local Debian 5.0 machine on my local LAN just like a typical debian repo so that any I can apt-get them from any machine on my local LAN after adding repo to my sources.list file:

View 2 Replies View Related

CentOS 5 :: Httpd: Could Not Open Configuration File /etc/httpd/conf/httpd.conf: No Such File

Nov 9, 2009

accidentally I do something wrong with my server and the httpd folder missing and I need it to setup my mail server and anyone can help me what can I do without reinstalling my Cent OS? Here is the error msg :

[root@mydomain etc]# service httpd stop
Stopping httpd: [FAILED]
[root@mydomain etc]# service httpd restart

[code]....

View 3 Replies View Related

Networking :: 2 Subnet 1 Httpd Server And 2 Dns Server How To Config?

Jun 14, 2009

I would like to setup 2 linux machine each with two ethernet cards, and need to connect to two subnet e.g. 192.168.*.* and 10.0.*.* . If one linux machine out of order, the other will take over all the services(1 httpd and two named(192.168.*.1 and 10.0.0.1 as server ip). What network config is best and easy to failover to other machine?

View 1 Replies View Related

CentOS 5 Server :: Httpd Out Of Memory Crashes Server?

Sep 11, 2009

My server keeps freezing up requiring a hard reboot.

CentOS release 5.3 (Final)

httpd-2.2.3-22.el5.centos.2

Here is the error in /var/log/message

Sep 11 00:16:20 localhost kernel: httpd invoked oom-killer: gfp_mask=0x201d2, order=0, oomkilladj=0
Sep 11 00:19:14 localhost kernel: [<c0459e7d>] out_of_memory+0x72/0x1a5
Sep 11 00:19:14 localhost kernel: [<c045b352>] __alloc_pages+0x216/0x297
Sep 11 00:19:14 localhost kernel: [<c045c5bf>] __do_page_cache_readahead+0xc4/0x1c6
Sep 11 00:19:14 localhost kernel: [<c0436d9a>] ktime_get_ts+0x16/0x44

[Code]...

View 5 Replies View Related

Fedora :: How Many Packages Installed Through YUM Command Prompt In Local System

Apr 20, 2011

Recently I have installed FC 14, I need to know how many packages installed through YUM command prompt in local system.

View 2 Replies View Related

OpenSUSE :: Download With Rsync All Packages And Make Local Repo?

Nov 28, 2010

in home I do not have internet connection, but in work I have internet connection, in home I install Fedora 14 for my 6 years old daughter and she use it for play games like supertux and openarena and .So I want install opensuse for my daughter and I want test it. for fedora , I download all packages with rsync in work and move them to home by USN flash and then I make localrepo in home and install all packages , I need , I want do this for OpenSUSE , all of us know DVD , does not has all packages , I need , so I have to download all packages and make localrepo in home and install all packages , I need , Can I do this for OpenSuse or not ,I want download all packages need by OpenSuse by rsysc and make loacl repo, How I can do this for Opensuse ?

View 9 Replies View Related

OpenSUSE Multimedia :: Create A Local Repo For A Vlc By Downloading All The Required Packages?

Jun 17, 2010

I dont have a internet connection and I want to install VLC. I want to create a local repo for a vlc by downloading all the required packages. I tried to do by downloading all the packages from from VLC repo and create a local repo but failed. Its say this dependency failed and that dependency failed. i tried to manually install each and every dependency but still the problem exists.

View 2 Replies View Related

Ubuntu Installation :: Grab Local Copy Of Packages To Save Downloading Twice?

Apr 16, 2010

if I can grab a copy of the Lucid packages that my laptop's downloading and dump them into a directory on the desktop computer, then upgrade the desktop in a way it makes use of the packages it wants and that I have to hand already.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved