ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. centos
    Log in to post
    • All categories
    • LakshmanaL

      Zabbix and Zimbra in Centos

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos linux zimbra zabbix apache
      5
      0 Votes
      5 Posts
      2k Views
      scottalanmillerS

      Did you use my instructions for Zimbra with Apache on CentOS?

      https://mangolassi.it/topic/8344/installing-zimbra-email-8-6-on-centos-7

    • A

      Firewall Issue - VNC

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion firewall firewalld centos rhel linux vnc
      15
      0 Votes
      15 Posts
      2k Views
      dafyreD

      Oops. 🙂

    • AdamFA

      Azure & "CentOS based" Compute node

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion azure centos cloud
      11
      0 Votes
      11 Posts
      2k Views
      AdamFA

      @scottalanmiller said in Azure & "CentOS based" Compute node:

      @fuznutz04 said in Azure & "CentOS based" Compute node:

      @scottalanmiller said in Azure & "CentOS based" Compute node:

      But in the past CentOS was there as a direct option. We used it and have customer still using it.

      I wonder if MS will offer a base image again in the future with their new "commitment to Linux" claim.

      Their commitment was never to CentOS. Ubuntu and Suse.

      Ahh, missed that detail.

    • JaredBuschJ

      CentOS 7 networking issues

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos centos 7 networking
      16
      0 Votes
      16 Posts
      3k Views
      stacksofplatesS

      @stacksofplates said in CentOS 7 networking issues:

      NetworkManager still creates the ifcfg files under network-scripts. So those configs will still be there, but should have NM_CONTROLLED=yes

      Also, for some reason CentOS ships with both network and NetworkManager on at the same time. So that's most likely why you saw the DHCP for NetworkManager and the static file that you created. I always disable and mask network to keep people from turning it back on when they aren't paying attention.

      So it looks like they took out the NM_CONTROLLED section. I must have been thinking of RHEL 6. But NM still creates the ifcfg files in the same directory.

    • scottalanmillerS

      Simple NethServer 7 ISO Installation

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux centos centos 7 nethserver nethserver 7 installation screenshots
      14
      4 Votes
      14 Posts
      3k Views
      vhinzsanchezV

      @PenguinWrangler said in Simple NethServer 7 ISO Installation:

      Has anyone ever used SME Sever? http://wiki.contribs.org? Looks similar to NethServer, not as up to date of an interface it appears but I have used it at locations and it works well. It is based on CentOS.

      Actually, NethServer is based off SME Server:
      http://www.nethserver.org/nethserver_smeserver/
      https://forums.contribs.org/index.php?topic=49865.0

      That's the reason for the similarity.

    • scottalanmillerS

      Enforce Apache Ownership of Files on CentOS, RHEL and Fedora with SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt linux apache centos rhel fedora web server saltstack
      6
      3 Votes
      6 Posts
      2k Views
      stacksofplatesS

      Just as a comparison, here's what it would look like with Ansible:

      name: Recursively own html files file: path: /var/www/html owner: apache group: apache state: directory recurse: yes
    • scottalanmillerS

      Configure Linux Swappiness with SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt swap swappiness linux centos rhel fedora debian ubuntu suse saltstack
      1
      3 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Create a Linux Swap File in SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt devops sds sdi swap linux centos fedora rhel ubuntu debian suse opensuse iaas cloud computing saltstack
      1
      1 Votes
      1 Posts
      2k Views
      No one has replied
    • matteo nunziatiM

      Anacron Jobs on a CentOS 7 Server

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos centos 7 cron crontab anacron scheduling linux rhel rhel 7
      28
      2 Votes
      28 Posts
      7k Views
      scottalanmillerS

      @matteo-nunziati said in Anacron Jobs on a CentOS 7 Server:

      @JaredBusch well never considered the workload on servers. I don't know how they manage it! maybe not so many use unattended upgraqdes in debian.

      I definitely feel like Ubuntu users don't keep their systems as up to date 😉

    • Emad RE

      Best tool to manage Centos KVM ? + Guide

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos kvm virtualization linux
      17
      2 Votes
      17 Posts
      3k Views
      stacksofplatesS

      @scottalanmiller said in Best tool to manage Centos KVM ? + Guide:

      @msff-amman-Itofficer said in Best tool to manage Centos KVM ? + Guide:

      but in Windows environment (virt-viewer) they dont have ssh... so how can I resolve it?

      Windows has had SSH for a while now. Both OpenSSH as a server and OpenSSH as a client, plus tools like Putty, too.

      That doesn't help with virt-viewer though unless you're making a tunnel. I've never used virt-viewer on windows so I don't know if it has an option for keys.

    • scottalanmillerS

      Linux: Finding What Distro We Are Using

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux centos rhel ubuntu suse fedora sam linux administration
      11
      3 Votes
      11 Posts
      3k Views
      stacksofplatesS

      /proc/version usually has pertinent information across most systems.

      Edit: I looked closer. It's just the OS name (RHEL/Ubuntu) and kernel version. Never mind.

    • Mike DavisM

      Zabbix - email alerts

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion zabbix linux centos centos 7 postfix email smtp mta
      68
      4 Votes
      68 Posts
      14k Views
      scottalanmillerS

      @cronsloth Woot

    • scottalanmillerS

      How Do You Mount a VHDX in CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos centos 7 linux guestfish
      20
      0 Votes
      20 Posts
      4k Views
      stacksofplatesS

      Did you figure this out? I know it's a pain, but if you're stuck you can convert it with qemu to raw.

      qemu-img convert -f vhdx -O raw

    • scottalanmillerS

      Kopano Core Install Fails on CentOS 7 Missing Packages

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos centos 7 rhel rhel 7 kopano kopano core
      7
      0 Votes
      7 Posts
      3k Views
      scottalanmillerS

      So that is where we are now. A missing package, unclear documentation and yum unable to resolve dependencies for some of the remaining packages. As the support community showed no interest in Kopano being used in production and actually got angry that we wanted to, we decided to halt here. But there is the documentation in case anyone runs into this and wants to pursue it further.

    • scottalanmillerS

      Installing PowerShell Core 6.0 on Linux Distros

      Watching Ignoring Scheduled Pinned Locked Moved News powershell linux powershell core powershell core 6 ostechnix centos rhel ubuntu
      8
      3 Votes
      8 Posts
      2k Views
      StrongBadS

      Planning to test this out soon.

    • scottalanmillerS

      Installing Frappe ERPNext on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos centos 7 linux erpnext erp frappe
      36
      2 Votes
      36 Posts
      11k Views
      JaredBuschJ

      @travisdh1 making a sql file is a pain in the ass.

      Look at my Nextcloud 11 guide for the simpler way to handle that and securing mariadb.

    • thwrT

      Fedora Server for production use?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion centos rhel fedora linux fedora server rabbitmq
      24
      1 Votes
      24 Posts
      4k Views
      stacksofplatesS

      @thwr said in Fedora Server for production use?:

      @stacksofplates said in Fedora Server for production use?:

      @thwr said in Fedora Server for production use?:

      Interesting: Fedora 25 starts to panic with RAM < 512MB at the beginning of the kernel init phase, even in text mode. Just had a look at the manual which clearly says that Fedora requires 1GB of RAM.

      Looks like I'm out of luck and have to stick to Ubuntu / Debian.

      Another thing to note is with RHEL/CentOS 7.3 they recommend a 1GB boot partition instead of 512MB.

      Just an aside.

      Should work as long as you keep an eye on it. Ubuntu for example likes to keep old kernel and initrd images there until you clean them up (e.g. apt autoclean etc)

      Ya I usually keep 3 and remove the others but I think the images are getting big enough they needed to adjust the size. If you do anew install it defaults to 1GB.

    • JaredBuschJ

      CentOS 7 1611 Minimal properly includes firewalld

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos centos 7 minimal 1511 1611 firewalld
      11
      3 Votes
      11 Posts
      2k Views
      StrongBadS

      This is good. I'm sure many newbies miss the firewall currently because of 1511.

    • travisdh1T

      CentOS 7 domain join

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux centos centos 7 rhel rhel 7 active directory
      2
      4 Votes
      2 Posts
      946 Views
      No one has replied
    • travisdh1T

      CentOS can be stupid as well.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos bugs ipv6 ipv4
      3
      2 Votes
      3 Posts
      1k Views
      travisdh1T

      @coliver said in CentOS can be stupid as well.:

      I find a good yum clean all tends to fix these types of errors.

      Yep. I mostly just wanted to point out that even the OS myself and @scottalanmiller are always recommending can do dumb things from time to time as well.

    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 13
    • 14
    • 6 / 14