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

      Blank Screen After Fedora 30 Update to 5.3.5 Kernel on Dell Inspiron Laptop

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux linux 5 kernel fedora fedora 30 fedora 31 ubuntu ubuntu 19.10 dell dell inspiron opensuse opensuse tumbleweed suse
      21
      1 Votes
      21 Posts
      4k Views
      JaredBuschJ

      @scottalanmiller said in Blank Screen After Fedora 30 Update to 5.3.5 Kernel on Dell Inspiron Laptop:

      Issue returned for the last two weeks even on Fedora 31. Luckily the old F30 kernel was still there because of the lock and continued to work. But the 5.4 kernel came out today and it works again.

      I've had no issues again

    • EddieJenningsE

      Network Interfaces in Virt-Manager

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion fedora 30 kvm virt-manager
      5
      1 Votes
      5 Posts
      1k Views
      EddieJenningsE

      Mystery solved.
      5baedcc3-22e9-4805-9818-839253c16b64-image.png

    • DustinB3403D

      Fedora 30 Server Cron not included by default

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion cron fedora 30 server
      15
      0 Votes
      15 Posts
      1k Views
      DustinB3403D

      Looks like adding under [Timer]

      OnBootSec=10min OnUnitActiveSec=4h

      Would do what I'm looking for, going to test.

    • DustinB3403D

      Fedora 30 - TigerVNC connection blank screen

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora 30 vnc tiger linux
      5
      0 Votes
      5 Posts
      2k Views
      DustinB3403D

      @black3dynamite No change, still getting a blank connection.

      Just a black session.

    • FATeknollogeeF

      Network routing question

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora 30 network routing dns
      27
      0 Votes
      27 Posts
      3k Views
      FATeknollogeeF

      @dafyre said in Network routing question:

      @dafyre said in Network routing question:

      DNS server is at 10.50.235.235

      Configure your computer to look to 235.235 for DNS... and configure the DNS server at 235.235 to forward anything it doesn't recognize along to your Meraki?

      I added 235.235 as an additional DNS in the 250.254 network.

      I tried this yesterday but silly me forgot to "refresh" the NIC so it could grab the new settings.

      All is good & working.

    • scottalanmillerS

      PATH Error with TimeScaleDB-Tune on Fedora 30

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion timescaledb postgresql postgresql 11 fedora fedora 30 linux database nosql rdbms
      15
      0 Votes
      15 Posts
      2k Views
      scottalanmillerS

      @dafyre said in PATH Error with TimeScaleDB-Tune on Fedora 30:

      then why are you even using it?

      Capacity Planning, for example.

    • scottalanmillerS

      Worms WMD on Fedora 30 Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion gaming fedora linux fedora 30 steam
      2
      2 Votes
      2 Posts
      1k Views
      scottalanmillerS

      It is also a free trial weekend for the game on Steam, for anyone wanting to fire it up and see what they think.

    • brandon220B

      Backup Target for Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora fedora 30 linux backup nas readynas disaster recovery rsync
      15
      1 Votes
      15 Posts
      1k Views
      travisdh1T

      I've been using Duplicati where I need a standalone backup of a thing. Web based management interface makes it super simple to manage.

    • wrx7mW

      Fedora 29 and 30 - EDAC skx: Can't Get tolm/tohm Error on Vultr

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora fedora 29 fedora 30 linux linux server error vultr
      41
      2 Votes
      41 Posts
      6k Views
      wrx7mW

      Vultr got back to me last week with an email -

      "Hello,

      We apologize for the delayed response to this ticket, while we investigated this matter further.

      We are continuing to review our OS template and application images, and should be applying comprehensive changes across all available deploy images in the near future.

      Your continued patience and understanding is appreciated in the meantime.

      If you have any followup questions or concerns, please feel free to reach out."

    • Doyler3000D

      KVM on Fedora 30, Error creating virtual network

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm fedora 30
      33
      0 Votes
      33 Posts
      4k Views
      stacksofplatesS

      @Emad-R said in KVM on Fedora 30, Error creating virtual network:

      @black3dynamite said in KVM on Fedora 30, Error creating virtual network:

      @Emad-R said in KVM on Fedora 30, Error creating virtual network:

      @stacksofplates said in KVM on Fedora 30, Error creating virtual network:

      Can you create it with virsh? Wondering if it's just a virt-manager issue since they are deprecating it.

      Over my dead body. I love virt-manager they kick that out and I will be kicking them out. not everyone wants web gui using resources and being inefficient with VNC protocol and opening another port.

      The web gui hardly use enough resources for you to even notice.

      I do agree, cause I have split personality but that said I still want virt-manager to be around. It is very mature and snappy.

      Deprecated is probably the same as how ifconfig is deprecated it will be around forever.

    • JaredBuschJ

      Fedora 30 Workstation default partition scheme

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora 30 workstation fedora workstation
      13
      0 Votes
      13 Posts
      2k Views
      black3dynamiteB

      @matteo-nunziati said in Fedora 30 Workstation default partition scheme:

      @black3dynamite cool... If not official docs what else? Strange...

      It is the official docs. I'm just being stubborn about some screenshots that doesn't go with the current release.

    • DustinB3403D

      Creating a Salt master on Fedora 30

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora salt master fedora 30 salt saltstack osx
      2
      4 Votes
      2 Posts
      688 Views
      JaredBuschJ

      Dont' use bullet/number lists in instructions and guides like this. it makes it annoying for those that want to copy and paste.

      This guide is assuming that you are running as root. If not prepend everything here with sudo.

      Install the salt-master package dnf install salt-master Open the required ports in the firewall firewall-cmd --add-port=4505-4506/tcp --permanent firewall-cmd --reload Enable the salt-master service to start on boow, and also start it now. systemctl enable --now salt-master.service
    • JaredBuschJ

      Unable to log in to Cinnamon after installing Deepin

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion deepin cinnamon fedora 30 fedora
      6
      2 Votes
      6 Posts
      569 Views
      JaredBuschJ

      Dropped to alternate shell with Ctrl+Alt+F2.

      sudo dnf group remove "Cinnamon Desktop" sudo dnf group install "Cinnamon Desktop" sudo dnf group remove "Deepin Desktop" sudo dnf group install "Cinnamon Desktop" # this installed 26 packages reboot

      Cinnamon Desktop usable again

    • scottalanmillerS

      Fedora 30 LAMP Web Server Varnish Cache Broken After Update

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora linux fedora 30 varnish cache nginx apache httpd lamp web server
      10
      1 Votes
      10 Posts
      2k Views
      scottalanmillerS

      Worth noting that the issue comes back when you upgrade to Fedora 31 as well. Same fix still applies.

    • scottalanmillerS

      Updating to Fedora 30 Gives Pix Error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux fedora fedora 30 pix
      2
      0 Votes
      2 Posts
      541 Views
      JaredBuschJ

      @scottalanmiller said in Updating to Fedora 30 Gives Pix Error:

      Doing an upgrade from Fedora 29 to Fedora 30 and you get...

      Error: Problem: package pix-1.8.2-1.fc29.x86_64 requires libexiv2.so.26()(64bit), but none of the providers can be installed - exiv2-libs-0.26-12.fc29.x86_64 does not belong to a distupgrade repository - problem with installed package pix-1.8.2-1.fc29.x86_64 (try to add '--skip-broken' to skip uninstallable packages)

      This seems to happen with most normal workstation installs of Fedora. Easiest thing to do is simply remove Pix.

      sudo dnf remove pix -y

      Your update should work fine after that.

      I don't ever use it. But, yeah it is there by default.

    • scottalanmillerS

      Upgrade to Fedora 30

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux fedora fedora 30
      51
      0 Votes
      51 Posts
      4k Views
      warren.stanleyW

      @StuartJordan I kinda like the netplan approach (ducks for cover)

    • FATeknollogeeF

      Deepin on Fedora 30

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora fedora 30 beta deepin 15.9.3 deepin
      10
      4 Votes
      10 Posts
      1k Views
      FATeknollogeeF

      Upgraded from F29 to 30, also switched to Deepin.
      So far, I'm liking the Deepin desktop.

      IMG_0747.jpg

    • 1 / 1