Questions tagged [fedora]

Fedora is a fast, stable, powerful, free RPM-based GNU/Linux operating system that is developed by the community-supported Fedora Project and sponsored by Red Hat. The Fedora Project's mission is to lead the advancement of free and open source software and content as a collaborative community.

Fedora is a fast, stable, powerful, free RPM-based GNU/Linux operating system that is developed by the community-supported Fedora Project and sponsored by Red Hat. The Fedora Project's mission is to lead the advancement of free and open source software and content as a collaborative community.

1144 questions
193
votes
8 answers

How do you validate fstab without rebooting?

I modified /etc/fstab. I verified the new devices and I can mount them with the mount command. How may I validate the modifications made to /etc/fstab ?
Luc M
  • 3,110
  • 4
  • 26
  • 27
54
votes
8 answers

How to VNC into an existing X session?

Would like to be able to connect to an existing X display, so can access my work environment and everything I left open from home. I vaguely remember something about using x11vnc in the past. But the package does not exists for Fedora 11, so I am…
grom
  • 799
  • 2
  • 9
  • 11
53
votes
1 answer

nginx: no permission to bind port 8090 but it binds to 80 and 8080

I'm struggling with some strange permission related behavior: when I configure nginx to listen to port 8080 everything works as expected, but when I use any other port I get something like 2014/01/10 09:20:02 [emerg] 30181#0: bind() to 0.0.0.0:8090…
frans
  • 649
  • 1
  • 7
  • 10
47
votes
4 answers

Is there a way to list all configurable `alternatives` (symlinks for similar commands) on the system?

The alternatives command (package chkconfig) on RHEL/Fedora manages symlinks which link a generic name to one of the alternative implementations. For example, mta group of symlinks can be provided by Sendmail and Postfix (to implement i.e. sendmail…
uvsmtid
  • 897
  • 1
  • 6
  • 13
46
votes
6 answers

Listing available smb shares on a network through the command line in linux

I was wondering if there is a way of listing all the smb servers on a local network (like looking at a network neighborhood in windows) via the command line in fedora.
jcb344
  • 683
  • 2
  • 7
  • 8
38
votes
1 answer

firewalld vs iptables - when to use which

TL;DR On new CentOS server installs should I be using firewalld or just disable that and go back to using /etc/sysconfig/iptables ? firewalld and iptables serve similar purposes. Both do packet filtering - but if I understand it correctly…
bgp
  • 853
  • 2
  • 8
  • 12
35
votes
2 answers

How do I set destination permissions with rsync (chown chmod)

I am trying to do a local rsync, from a mount point to a local folder. I need to set the owner, group, and permissions to specific settings. Here is what I am using: rsync -rtlv --chown=process:sambausers --chmod=D770,F770…
Roger Creasy
  • 861
  • 3
  • 11
  • 18
32
votes
2 answers

How to enable iptables (instead of firewalld) services on RHEL 7 and Fedora 18?

The newest fedora has firewalld as new firewall aplication. I liked old iptables services. I want them back but have no idea how to do that. I have tried : systemctl disable firewalld.service systemctl stop firewalld.service systemctl enable…
B14D3
  • 5,188
  • 15
  • 64
  • 83
30
votes
5 answers

block all but a few ips with firewalld

On a linux networked machine, i would like to restrict the set of addresses on the "public" zone (firewalld concept), that are allowed to reach it. So the end result would be no other machine can access any port or protocol, except those…
mike
  • 478
  • 1
  • 5
  • 10
29
votes
2 answers

What is rootfs?

I'm a longtime Fedora user and I've just installed FC15. The new partition layout is confusing to me, as I'm used to the "plain vanilla" partitions that previous versions used. [root@localhost ~]# df -h Filesystem Size Used Avail Use%…
Barry Brown
  • 2,472
  • 5
  • 23
  • 23
28
votes
7 answers

How to resize root LVM partition in Fedora without LiveCD or Rebooting

I have a virtual machine that recently had its disk image increased from 20GB to 50GB, and fdisk -l verifies that the VM can see this new size. Now I need to resize my root LVM partition to fill the extra 30GB. I've found several articles about…
Cerin
  • 3,600
  • 19
  • 61
  • 79
28
votes
4 answers

Why wget doesn't verify SSL certificates?

I have a problem with my Fedora 8 installation. It looks that wget doesn't know how to verify SSL certificates any more. It's strange because I have another Fedora 8 box which I believe has the same configuration and it works! How can I make it…
tomazy
  • 473
  • 1
  • 6
  • 8
26
votes
7 answers

Headless linux install

How do you do a headless install of linux? No monitor, no keyboard. Machine has floopy and cd drive. Can I configure a live cd to run sshd with a preconfigured pass or something similar and manage it via that? Instructions for fedora 8+ would be ace…
sleepyjames
  • 163
  • 1
  • 3
  • 9
24
votes
3 answers

Installing Fedora RPMs in CentOS

How safe is it to install Fedora RPMs in CentOS 5? Does it depend on the version of the Fedora RPM or is it generally better to steer clear?
Lin
  • 2,909
  • 7
  • 27
  • 25
24
votes
4 answers

Systemd dependencies and boot order

I need to specify a boot order for processes to start. I have 389 Directory Server and Samba running on Fedora 18. How can I have the network services boot, then 389 DS, then Samba? Is there a GUI to manage this in Fedora? I have enabled Samba to…
Dylan Klomparens
  • 634
  • 2
  • 9
  • 22
1
2 3
76 77