The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
21 views

Fedora 18 rescue [closed]

In my Linux machine I run the command "lvreduce" with which I reduced the size of the root directory 15 only after I realized that there are many problems and some command does not run, I 'I rebooted ...
0
votes
0answers
25 views

nis nfs configuration in linux client system

Server OS-redhat enterprise Linux 5 Client OS-fedora 17 server home directory doas not mount automatically at the boot time manual mounting working properly I done all the things below ...
0
votes
1answer
46 views

Mail server, binding postfix to an IP address, network unreachable

I configured a DNS service using bind. It works and I created a domain named test.com . The problem is not in how I configured bind, I already have a positive feedback: I tested it using dig, which ...
0
votes
1answer
54 views

How to run Different congestion control algorithms in FEDORA 17?

I need to use different congestion control algorithms for tcp flow. How can I continue using those flow congestion algorithms from Fedora 11 in Fedora 17?
1
vote
1answer
85 views

Bind reverse ipv6 mapping, dig gives no answer, SERVFAIL

I am using Fedora 17 with Bind 9 installed, trying to configure a DNS and I already solved a problem: Bind DNS configuration, dig command don't resolve name Now ipv4 and ipv6 mapping works, ...
1
vote
1answer
73 views

Bind DNS configuration, dig command don't resolve name

I am using Fedora 17 with bind 9. I tried to manually configure a DNS for a network, editing /etc/named.conf: options { listen-on port 53 { localhost; }; listen-on-v6 port 53 { ::1; }; directory ...
1
vote
5answers
302 views

tcpdump: out.pcap: Permission denied

[root@localhost ~]# cat /etc/issue Fedora release 17 (Beefy Miracle) Kernel \r on an \m (\l) [root@localhost ~]# uname -a Linux localhost.localdomain 3.6.10-2.fc17.i686 #1 SMP Tue Dec 11 18:33:15 UTC ...
0
votes
1answer
101 views

MariaDB installation failed in fedora17,No more mirrors to try

Iam trying to install mariadb in fedora17 using the following link : https://kb.askmonty.org/en/installing-mariadb-with-yum/#manually-importing-the-mariadb-signing-key It shows an error, there is ...
-3
votes
1answer
177 views

error while starting xampp on fedora17 [closed]

I currently installed xampp on my fedora (64 bit) system. i edited out the following code to make it 64 bit compatible. # XAMPP is currently 32 bit only #case `uname -m` in # *_64) # if ...
0
votes
1answer
37 views

Can't share files with Samba

In my local LAN, trying to share folders from my Linux Server to a Windows PC. Samba daemon is listening: Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program ...
0
votes
0answers
176 views

Autofs issues with Fedora 17, too many symbolic links

After upgrading most systems in our network from Fedora 13 to 17, the autofs (which is critical for our network and worked quite reliably until now) started to misbehave. We have our users home ...
0
votes
1answer
351 views

Modifying OpenLDAP ldif file throwing an error, but successfully configure?

I was configuring OpenLDAP on my Fedora 17. When doing this slaptest, I got this output: 50f16531 hdb_db_open: warning - no DB_CONFIG file found in directory /var/lib/ldap: (2). Expect poor ...
1
vote
3answers
246 views

Possible to set size of ram disk?

When I do yum install MAKEDEV MAKEDEV ram fdisk -l /dev/ram I get the that it is 16MB. I am using MAKEDEV to get a block-device instead of tmpfs. Question Is it possible to set it to e.g. 1GB?
0
votes
2answers
30 views

Unable to SSH into EC2 instance on Fedora 17

I did following steps But I am not able to SSH to it(Same steps work fine on Fedora 14 image). I am getting Permission denied (publickey,gssapi-keyex,gssapi-with-mic) I created new instance using ...
1
vote
0answers
363 views

openvpn WARNING: No server certificate verification method has been enabled

I tried to install openvpn on debian squeez (server) and connect from my fedora 17 as (client). Here is my configuration: server configuration (server.conf) # Serveur TCP proto tcp port ...
0
votes
2answers
73 views

Website reporting invalid https SSL certificate only on some machines

I've got a weird issue with a secure site, where some users reporting that their browsers are showing the site's SSL Certificate as being invalid. The site is running on a dedicated server running ...
-2
votes
1answer
441 views

Remote mouse pointer not visible in VNC [closed]

I used VNC desktops as a kind of collaboration server, as shared planning and pair programming environment for a long time. Now my latest iteration uses a KVM guest running Fedora 17 "Beefy Miracle", ...
3
votes
1answer
513 views

Mounting an old LVM hard drive in Fedora 17 gives error message

On Fedora 17, I am trying to mount a hard drive as slave using the following command: mount /dev/sda5 /mnt/fedora8 And I get this error: mount: unknown filesystem type 'LVM2_member' How do I ...
0
votes
1answer
343 views

Apache permission denied on Fedora 17 EC2 instance

I'm attempting to start Apache on a Fedora 17 EC2 instance via the standard: sudo systemctl start httpd.service but I'm getting the error "Job failed. See system journal and 'systemctl status' for ...