Questions tagged [fedora-22]
11 questions
6
votes
2 answers
Restoring iptables at boot (rc.local)
I have saved my iptables rules using the iptables-save > command and i am trying to restore these rules when the machine boots up. I have added the command iptables-restore < "path to rules file" in the rc.local but it doesn't fire up the rules.
I…

Troller
- 171
- 1
- 4
4
votes
1 answer
LVM thin snapshot unavailable
To test out thinly provisioned snapshots before applying them to a production system for backup purpose, I did the following:
lvcreate -L1G -T storage/thinpool
lvcreate -V10M -T storage/thinpool -n thinvol1
lvcreate -V10M -T storage/thinpool -n…

neradis
- 143
- 1
- 6
2
votes
0 answers
upload_max_filesize: php.ini or apache virtual host entry
I need a little perspective here as I am a bit confused. I was under the impression that adding a
php_value upload_max_filesize 200M
php_value post_max_size 800M
in my vhost file for a domain would increase the…

codehitman
- 201
- 2
- 9
2
votes
2 answers
saving iptables rules without logging in to root
I am trying to save iptables rules file to /etc/sysconfig/iptables. I want to do this without logging in to root. I tried to using
sudo iptables-save > /etc/sysconfig/iptables
but it throws permission denied error.
How can i save the file…

john
- 45
- 1
- 7
1
vote
1 answer
systemd seems to ignore my "User=" and "Group=" setting
I'm running mariadb as a different user than the standard mysql.
To this end, I've updated the service file and replaced
User=mysql
Group=mysql
with
User=someuser
Group=somegroup
This used to work fine, but after a recent re-install I'm unable to…

Michael Clerx
- 115
- 4
1
vote
2 answers
kinit succeeded but ads_sasl_spnego_krb5_bind failed: SASL bind in progress
I'm trying to use fedora and samba as a file server.
Using kerberos i'm trying to make sure no passwords are transmitted over my network.
I'm able to use samba for its file server capabilities, kerberos is also able to get a ticket for…

ImAtWar
- 63
- 1
- 7
1
vote
0 answers
Cannot install iptables-service
I cannot install iptable-service on fedora 22. When i type the command
dnf install iptables-service
, it throws the error mentioned below.
Error: Failed to synchronize cache for repo 'updates' (and some more info).
I tried manually entering the…

john
- 45
- 1
- 7
0
votes
1 answer
Tomcat dies suddenly, Duplicate
i know this question already ask before and i already read this question :
Tomcat Dies
debugging tomcat crash
But i still not understand..
I am using Fedora 22 And Tomcat 8.
My Tomcat dies suddenly without any error and i don't know why?
there's…

Bobby Akyong
- 101
- 4
0
votes
1 answer
Creating a VPN between Fedora 22 and Windows 10
This is my first post I have made here so please, be gentle.
I am fairly new to the server game but I want to setup a development environment for myself and a few others to help us build an app for both android and IOS. So far we have set up an…
0
votes
1 answer
How to config network bridge nic?
The network files in Fedora 22 server edition looks very different compared to those in F17, where I can find this howto.
My aim is to have KVM guests to be accessible over ssh and http as if they were real physical servers.
In my…

Jasmine Lognnes
- 2,520
- 8
- 33
- 51
-1
votes
1 answer
Loading iptables rules at boot
i have added some rules to the iptables.
I saved the iptables rules using the command
iptables-save > /etc/sysconfig/iptables
To apply the rules i did
systemctl start iptables.service
When i type the below command,it shows the rules.
iptables…

john
- 45
- 1
- 7