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

      Fedora Update Breaks httpd

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora apache linux web server
      18
      1 Votes
      18 Posts
      3k Views
      NashBrydgesN

      @jaredbusch said in Fedora Update Breaks httpd:

      So, if you followed the original instructions, you can use this to fix it.

      sed -i "s/access\.log/httpd\/access_log/" /etc/httpd/conf.d/bookstack.conf

      Then start apache.

      systemctl start httpd

      As always, thanks @JaredBusch that fixed it for me as well.

    • scottalanmillerS

      PCLinuxOS 2017 Installation Error

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion linux pclinuxos pclinuxos 2017 installation
      4
      2 Votes
      4 Posts
      679 Views
      scottalanmillerS

      Got it working. It is something with GRUB2 portion of the installer code, it has a bug in it. The LILO portion of the code does as well. Use the old GRUB portion and it installs just fine. Quirky, but it works.

    • QuixoticJustinQ

      Installing SaltStack Salt-Minion to Solus Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux solus solus 3 saltstack salt minion eopkg
      3
      4 Votes
      3 Posts
      1k Views
      QuixoticJustinQ

      @dafyre said in Installing SaltStack Salt-Minion to Solus Linux:

      @quixoticjustin said in Installing SaltStack Salt-Minion to Solus Linux:

      Solus Linux lacks a native package for SaltStack and so to use it as a Salt Minion you have to grab the packages from GitHub and create it yourself. Special thanks to @scottalanmiller who looked into this and Exoner4ted in the Solus community who did the research and figured out how to make this work.

      Remember to change "saltmastip" to the actual IP of your salt master or handle that however makes sense for you.

      cd /tmp; wget https://github.com/saltstack/salt/archive/2018.3.zip unzip 2018.3.zip; cd /tmp/salt-2018.3/ python /root/salt-2018.3setup.py install echo "saltmasterip salt" >> /etc/hosts cp /root/salt-2018.3/pkg/salt-minion.service /usr/lib/systemd/system/ systemctl daemon-reload && systemctl enable salt-minion eopkg install python-pyzmq pycrypto python-msgpack python-tornado python-jinja pyyaml systemctl restart salt-minion

      Unfortunately this package is not self updating.

      Once you get the initial client installed, you should be able to to push out new salt-minion packages via Salt itself, right?

      Yes, but not using a repo. So you'd need to build your own installer / updater inside of a Salt state. Totally possible, but not as simple as telling it to update.

    • scottalanmillerS

      Learn to Code Python with Thonny

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion thonny python ide education fedora linux
      13
      3 Votes
      13 Posts
      2k Views
      momurdaM

      I am doing the tutorials right now.
      Im on the simple math one.

    • scottalanmillerS

      MSBuild OpenSourced and Available on Linux Systems

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion linux microsoft msbuild visual studio
      4
      3 Votes
      4 Posts
      832 Views
      scottalanmillerS

      @nerdydad said in MSBuild OpenSourced and Available on Linux Systems:

      So do you see MS leaving the OS market altogether and go solely into IDEs?

      Building development systems, yes. This has been the general analysis expectation of MS for years. OSes have never been their strong suit. Their strength has always been development tools and applications. They started as a BASIC programming company before they bought their first OS to sell. They didn't even make an OS of their own for over a decade. Their DOS/Windows era was an OS they bought and resold with, eventually, their own graphical environment on top. Windows NT 3.1 was their first fully in house OS, and that was even partially done by IBM.

    • ObsolesceO

      Install Zabbix on Fedora 27

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion zabbix fedora 27 fedora linux how to
      25
      3 Votes
      25 Posts
      6k Views
      black3dynamiteB

      @hobbit666 said in Install Zabbix on Fedora 27:

      Just ran through this again as moved from a CentOS install to Fedora and only just noticed it pulls down Version 3.0.15?

      Current Version is 3.4.8. Does the script need changing or how do we update to the latest?

      3.0.15 is Zabbix 3.0 LTS version.
      https://www.zabbix.com/download?zabbix=3.0&os_distribution=centos&os_version=7&db=MySQL

      Edit: You will have to manually install the new version.

    • hobbit666H

      Goto Linux Server OS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux server distro
      26
      0 Votes
      26 Posts
      3k Views
      scottalanmillerS

      @dbeato said in Goto Linux Server OS:

      @scottalanmiller said in Goto Linux Server OS:

      @dbeato said in Goto Linux Server OS:

      @bbigford said in Goto Linux Server OS:

      @scottalanmiller said in Goto Linux Server OS:

      @bbigford said in Goto Linux Server OS:

      RHEL if support is required, CentOS if I'm being lazy on updates (joke); beginning to just use Fedora Server for everything not requiring support. I will probably start phasing out CentOS.

      That's what we are doing. CentOS is nearly gone now. Only required for Zimbra.

      Zimbra actually requires CentOS? Can't use FS? 😐

      Zimbra does not require CentOS, you can also use Ubuntu which others might not like.

      We mean in the context of the RPM distos. It only supports Ubuntu LTS and not current which is arguably not even a form of support since Ubuntu’s own support path can be to force you to current meaning Zimbra isn’t actually supported in that ecosystem.

      Yeah, Zimbra supports Ubuntu 16.04 LTS but yeah we are almost on 18.04

      Yeah. So far worse than only supporting CentOS 7 in the RPM world. At least RHEL 7 offers full support from the vendor, not partial.

    • scottalanmillerS

      Anyone Running Arch Linux

      Watching Ignoring Scheduled Pinned Locked Moved SodiumSuite sodiumsuite arch linux linux sodium agent
      5
      0 Votes
      5 Posts
      2k Views
      scottalanmillerS

      @tim_g said in Anyone Running Arch Linux:

      I tried it on my ASUS ROG, but the fans were constantly running at 100%. Other than that, Arch worked the best on it.

      It's very up to date, in general.

    • scottalanmillerS

      Meltdown Shows Why to Avoid LTS Releases

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux meltdown zdnet security patching centos fedora ubuntu long term support
      5
      2 Votes
      5 Posts
      1k Views
      scottalanmillerS

      @black3dynamite said in Meltdown Shows Why to Avoid LTS Releases:

      What makes Red Hat and SUSE exempt compare to CentOS and OpenSUSE leap? Because we are paying for the support?

      Nothing makes them exempt, they ARE CentOS and Leap, just paid for instead of free. They suffer just the same.

    • A

      Securing Linux with Ansible

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ansible linux security
      13
      1 Votes
      13 Posts
      1k Views
      stacksofplatesS

      Here’s mine based off of the DISA STIGS.

      https://mangolassi.it/topic/15041/ansible-hardening-role

    • scottalanmillerS

      Installing MailSpring on Fedora 27, Modern Email Desktop Client

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nylas n1 mailspring email fedora fedora 27 snaps linux mail client
      26
      1 Votes
      26 Posts
      7k Views
      bbigfordB

      @jaredbusch said in Installing MailSpring on Fedora 27, Modern Email Desktop Client:

      Ok, I dislike this 😞

      Artificial limitation of 4 accounts.

      0_1518883951621_c2bcbe04-1fdb-40ca-816c-6926eff3ace7-image.png

      $8/month for an email client that doesn't even support calendars.

    • JaredBuschJ

      Do we dislike Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux distro ubuntu debian fedora rhel centos
      65
      2 Votes
      65 Posts
      7k Views
      scottalanmillerS

      @black3dynamite said in Do we dislike Ubuntu:

      @nadnerb ElementaryOS is nice but you might not like the idea of not able to save items to your Desktop. Deepin is pretty good too.

      Just not on by default. You can enable it...

      http://www.fosslinux.com/141/how-to-enable-adding-files-and-folders-to-desktop-in-elementary-os-freya.htm

    • scottalanmillerS

      NextCloud Automated Installation

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux fedora installer nextcloud script bash selinux storage cloud storage
      76
      6 Votes
      76 Posts
      13k Views
      W

      Is there anything new with updating the script? 🙂

    • scottalanmillerS

      Solus Linux EOPKG - Fatal error, run database recovery

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux solus eopkg
      1
      3 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Error: Problem: conflicting requests package is disabled with DNF and RPM

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion korora korora 26 dnf yum rpm fedora fedora 26 linux screenconnect
      10
      0 Votes
      10 Posts
      4k Views
      JaredBuschJ

      @scottalanmiller I am on 6.4.something and it works for me on Fedora.

      No Korora instance to test on

    • LakshmanaL

      Centos 7.3 Wifi Issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux wifi centos centos 7 centos 7.3 drivers
      26
      0 Votes
      26 Posts
      4k Views
      scottalanmillerS

      @lakshmana said in Centos 7.3 Wifi Issue:

      @scottalanmiller said in Centos 7.3 Wifi Issue:

      @lakshmana said in Centos 7.3 Wifi Issue:

      @scottalanmiller Installed Ubuntu now

      But OLD Ubuntu, that is expected to have lots of issues because it is not up to date, right?

      Yes Now WiFi Detected will go with KVM and then Centos will run it

      Great!

    • LakshmanaL

      Mount Error in Centos 7.3

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux centos centos 7 centos 7.3 ntfs filesystem
      7
      0 Votes
      7 Posts
      1k Views
      LakshmanaL

      @scottalanmiller Thanks Scott it worked

    • LakshmanaL

      Centos 7.3 Installed

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos centos 7 centos 7.3 battery indicator linux kde
      17
      0 Votes
      17 Posts
      2k Views
      LakshmanaL

      @stacksofplates said in Centos 7.3 Installed:

      @lakshmana said in Centos 7.3 Installed:

      @scottalanmiller said in Centos 7.3 Installed:

      @stacksofplates said in Centos 7.3 Installed:

      @lakshmana said in Centos 7.3 Installed:

      @stacksofplates for acpi "command not found" is the error

      You'll have to install it.

      yum install acpi

      The package has one more letter in the name. Should be this...

      yum install acpid

      Then you can fire it up like this...

      systemctl start acpid systemctl enable acpid

      Installation done but error comes
      [root@localhost ~]# sysctl start acpid
      sysctl: cannot stat /proc/sys/start: No such file or directory
      sysctl: cannot stat /proc/sys/acpid: No such file or directory
      [root@localhost ~]# sysctl enable acpid
      sysctl: cannot stat /proc/sys/enable: No such file or directory
      sysctl: cannot stat /proc/sys/acpid: No such file or directory
      [root@localhost ~]#

      It's systemctl not sysctl. Two different things.

      Thanks

    • DustinB3403D

      Paging Scott - KVM and management packages

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm linux fedora centos management
      14
      0 Votes
      14 Posts
      1k Views
      stacksofplatesS

      Ya I also pretty much use Virt-Manager/Virsh. I have a bare KVM server and an OpenStack box. I pretty much use Ansible/Terraform to spin up new instances on OpenStack.

    • ObsolesceO

      Fedora 27 Update History; surprise BIOS update

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora linux
      42
      2 Votes
      42 Posts
      5k Views
      ObsolesceO

      @stacksofplates said in Fedora 27 Update History; surprise BIOS update:

      @tim_g said in Fedora 27 Update History; surprise BIOS update:

      @stacksofplates said in Fedora 27 Update History; surprise BIOS update:

      @tim_g said in Fedora 27 Update History; surprise BIOS update:

      @aidan_walsh said in Fedora 27 Update History; surprise BIOS update:

      I had a microcode update applied by Korora 26 during the week, perhaps that?

      Check dnf history?

      Yeah dnf history shows my command/install history. But I don't know how to get it to show everything that was updated.

      You can do

      dnf history info <history number>

      I've tried that but it doesn't show the whole line... it gets cut off so it doesn't help at all.

      huh? There should be a lot more than one line.

      0_1516397979510_Screenshot 2018-01-19 at 4.39.19 PM.png

      OH! I had it in the wrong order. I had the number and info switched around.

    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 75
    • 76
    • 17 / 76