The fedora14 tag has no wiki summary.
-1
votes
1answer
208 views
configure: error: xml2-config not found. Please check your libxml2 installation
I am trying to install php5 to my fedora 14. But when I ./configure the error shows configure: error: xml2-config not found. Please check your libxml2 installation.. I installed libxml2 and when I run ...
0
votes
0answers
171 views
VMware Virtual Infrastructure Web Access not starting on Fedora 14
I am running a Fedora 14 server with VMware Server 2. When I initially installed VMware Server, everything was working fine. This included accessing Web Access on port 8333 (https) and 8222 (http).
...
0
votes
0answers
172 views
Fedora 14, systemctl issue: Failed to get D-Bus connection
When I try to run systemctl as follows,
systemctl status named.service
I get the following error
Failed to get D-Bus connection: Failed to connect to socket /org/freedesktop/systemd1/private: ...
0
votes
1answer
171 views
Getting VSFTP running on Fedora 14
Having troubles getting VSFTPD running on Fedora 14. Here is what I have done so far, please let me know if I am missing something. When I try to connect through FTP it says connection time out.
...
0
votes
1answer
222 views
Nginx is running and configured but no connections can be made
I just did a fresh nginx install on Fedora 14 (yum install nginx) and got it configured with the following server inclusion:
server {
listen 80;
root /var/www/html/test;
...
1
vote
1answer
67 views
Is it possible to set the date/time on a Fedora 14 server and have it retain the setting on reboot
I've successfully set the date/time and, after reboot, it is reset [or, at least, off].
I use Linode to host the F14 VPS.
Fix: set proper time zone in /etc/sysconfig/clock
0
votes
2answers
116 views
Is it possible to have both LEMP and LAMP in the local system?
i am newbie in using linux system and i want to know whether i can run both LEMP and LAMP in the same system. I am using fedora 14. if i can install means, is there any possiblity that my existing ...
0
votes
1answer
316 views
Host web app in Tomcat for users in LAN
I have a web app which is running on Tomcat 7, on Fedora 14. I can access that application in my local pc but how do I make it available to the other users of the LAN?
0
votes
2answers
295 views
RAID 1 disk is marked as Spare after replacement
one of two disks in my RAID 1 died so I replaced it.
When new disk has been added to array the sync process started and few minutes later it has become a Spare.
How can I "force" the disk to be a ...
-2
votes
1answer
150 views
Linux Firewall Configuration [closed]
I have read other posts and google on this but I am still stuck... hoping a new one will help
I am attempting to setup a Linux (Fedora 14) firewall between my wireless router and external modem. I ...
-1
votes
1answer
502 views
iptables masquerading / NAT firewall works with IPs, FAILS on SOME connections, esp when Domain Names are involved
Problem Description:
One of two gateway ("firewall") systems failed, so I generated an "identical" one on replacement hardware, and found that when I switched one of the internal machines to go ...
0
votes
1answer
243 views
3gp file streaming server in Fedora
I want to set up a streaming server to stream 3gp videos on-demand. I've tried using ffmpeg, but it seems ffmpeg doesn't support 3gp streaming. It gives an error saying
Codec for stream 0 does not ...
0
votes
1answer
174 views
Unable to ssh with fedora
I'm new do Fedora and when ever I install the operating systems I am never able to ssh. Whenever I do something like ssh [email]git@github.com[/email] , I get this error Could not resolve hostname ...
0
votes
4answers
118 views
FC14 available TCP ports?
I am installing an application on Fedora Core 14 that uses a lot of sockets (eight of them) for TCP communication between various servers, all running on the same localhost. I've been trying to find ...
1
vote
1answer
214 views
Fixed IP on Linux boxes in DHCP router LAN
Folks, I am trying to use fixed IP on few Linux boxes in my LAN which uses DHCP right now.
My ISP router is configured to use DHCP and there already are quite a few laptop users who would want to ...
0
votes
1answer
216 views
Basic puppet configuration doesn't work
I forgot to put node command in site.pp, something like this:
class emacs {
package {
emacs:
ensure => installed
}
}
node default {
include emacs
}
Original question:
I ...
0
votes
2answers
493 views
Remote from a Win 7 workstation to a Fedora 14 sandbox
The webmaster asked to have a Fedora 14 sandbox for him to test our website internally. The plan was that he would connect to this box via remote desktop from his Win7 machine that is part of our ...
0
votes
1answer
982 views
Munin node not listing any plugins on new Fedora 14 installation
I have just installed munin-node from the base repo on Fedora 14 and then started it. I found that my munin server is not able to collect data from this node so I tried connecting via telnet to test. ...