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

      Operate Linux Servers via Cockpit GUI

      Watching Ignoring Scheduled Pinned Locked Moved Starwind starwind cockpit linux linux server
      2
      2 Votes
      2 Posts
      347 Views
      scottalanmillerS

      I love Cockpit, it's so comfortable to use.

    • DustinB3403D

      Managing Publicly hosted Linux Servers through Cockpit

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion remote administration linux cockpit public question
      31
      0 Votes
      31 Posts
      2k Views
      CloudKnightC

      @black3dynamite said in Managing Publicly hosted Linux Servers through Cockpit:

      @stuartjordan said in Managing Publicly hosted Linux Servers through Cockpit:

      Cockpit looks nice and all that, but the version I tried didn't seem to have as many features or as much control like webmin does.

      Tried Cockpit on Ubuntu? If so, you probably been using a old version because the only distro that I know that always has the latest version is Fedora.

      Yep I'm a Debian/Ubuntu guy. I could probably add the repository for the latest version to try out if it does have more features. I'm normally straight up do everything through cli but wanted to try it out. then I tried webmin out which I haven't touched in over 8 years. They have defiantly improve things on their panel.

    • JaredBuschJ

      How can I see what process is updating a file

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion wordpress vultr wordfence chattr hacked phpmyadmin xhprof cockpit ubuntu 18.04
      2
      2 Votes
      2 Posts
      591 Views
      black3dynamiteB

      You can trying using auditd to audit the file.

      sudo apt-get install auditd

      Running sudo auditctl -l by default show no rules

      Create a temporary rule to audit changes to index.php

      sudo auditctl -w /var/www/html/index.php -p rwxa # -p = read, write, execute, attributes

      Run sudo auditctl -l will show the rule that was created.
      Now run sudo ausearch -f index.php | more to show what's touching index.php
      or sudo tail -f /var/log/audit/audit.log | grep index.php.

    • FATeknollogeeF

      Cockpit/Spice: connect to VM console

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora 29 cockpit spice
      8
      2 Votes
      8 Posts
      2k Views
      JaredBuschJ

      @DustinB3403 said in Cockpit/Spice: connect to VM console:

      @JaredBusch said in Cockpit/Spice: connect to VM console:

      @DustinB3403 said in Cockpit/Spice: connect to VM console:

      @JaredBusch said in Cockpit/Spice: connect to VM console:

      @DustinB3403 said in Cockpit/Spice: connect to VM console:

      @black3dynamite Can this be set via the CLI of cockpit?

      These are not cockpit settings. what good would that do you?

      Cockpit is meant to manage the server as a whole, so I would assume with the CLI interface from cockpit you could send the virsh commands to set this.

      That is just a terminal session, so of course, not a cockpit CLI (ie a command line for managing cockpit only)

      Ah, obviously I didn't explain myself clearly.

      I meant using the console to send the virsh commands to set this from within the Cockpit webpage.

      Right, that would of course work because it is simply a normal terminal session to the box. Just accessed via the Cockpit GUI instead of SSH or locally.

    • scottalanmillerS

      oVirt and Cockpit: Please provide valid oVirt engine fully qualified domain name (FQDN)

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion cockpit kvm ovirt fedora linux
      5
      0 Votes
      5 Posts
      2k Views
      D

      it relies on DNS (or hosts files) to resolve itself and generate SSL certs, this has to work before you install the engine. If it did work, and you still get this error, this is a bug

    • FATeknollogeeF

      KVM host: refusing connection on ports 22 & 9090

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm fedora 29 cockpit ssh connections
      26
      1 Votes
      26 Posts
      2k Views
      scottalanmillerS

      @FATeknollogee said in KVM host: refusing connection on ports 22 & 9090:

      Still looking for a fix!!

      Can you ping out from it? Is the gateway missing or wrong? Subnet missing or wrong?

    • FATeknollogeeF

      Cockpit: sync system time

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion cockpit system time sync fedora29 fedora server
      13
      0 Votes
      13 Posts
      2k Views
      1

      NTP can take a considerable amount of time (hours) to whip the system clock into submission if it had drifted far off UTC.

      You can start the ntpd with an option to force it to change time directly. It used to be that you'd run ntpdate first and then start ntpd but ntpdate has been depreciated.

      ntpq -p will show a little more details about the status of ntp sync. First thing to run when troubleshooting ntp.

    • A

      Cockpit

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion virtualization kvm cockpit centos7
      17
      2 Votes
      17 Posts
      1k Views
      DustinB3403D

      @atahaynah said in Cockpit:

      @DustinB3403 it was stopped

      But fortunately i got it resolved i had to downgrade one packege and after that restarted the service and it worked

      What did you downgrade to fix the issue?

    • JaredBuschJ

      Add more servers to your Cokckpit Dashboard

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion cockpit linux fedora
      3
      3 Votes
      3 Posts
      367 Views
      JaredBuschJ

      The dashboard has a pretty graph you can use to see what is going on at a high level.
      595cb5b7-a986-4fcc-8244-843594fdf89a-image.png

    • DustinB3403D

      Fedora CockPit (with KVM) Copy and Paste

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion cockpit fedora kvm terminal putty
      49
      1 Votes
      49 Posts
      5k Views
      DashrenderD

      @JaredBusch said in Fedora CockPit (with KVM) Copy and Paste:

      @FATeknollogee said in Fedora CockPit (with KVM) Copy and Paste:

      Honestly, this is all kinda silly.
      You are "creating" a problem that simply doesn't exist!!

      Cockpit terminal tab, Copy & paste in a Windows 10 vm works.
      I just tried it again in v1809 (OS Build 17763.107)

      No, he is not. Also, no, it does not "just work" as you say. If it did, the post would never have been made.

      I consistently have random issues using copy and paste into a web interface terminal. Both Cockpit and UNMS. Sometimes it works, sometimes it does not.

      I do it little enough, that i never care to toubleshoot it.

      I'll second this - The troubles in pasting into a web based console are real - and sometimes seemingly random.

      I am willing to blame Windows on this problem - but the problem is real.

    • scottalanmillerS

      KVM with Cockpit on Fedora 29 Network Type Options Greyed Out

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm cockpit virtualization hypervisor fedora fedora 29 linux
      4
      1 Votes
      4 Posts
      778 Views
      matteo nunziatiM

      @scottalanmiller said in KVM with Cockpit on Fedora 29 Network Type Options Greyed Out:

      When building a new VM using Cockpit's web interface to KVM on Fedora 29, the Network Type option leaves most options like Bridge to LAN, Generic ethernet connections, and Direct attachment greyed out. Anyone know why?

      0_1543035920219_Screenshot from 2018-11-23 23-52-32.png

      Did you try with network manager? Any missing package?

    • scottalanmillerS

      Fedora 28 KVM Cockpit Doesn't Show All VMs

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm fedora fedora 28 linux hypervisor cockpit virtualization
      14
      0 Votes
      14 Posts
      1k Views
      scottalanmillerS

      @obsolesce said in Fedora 28 KVM Cockpit Doesn't Show All VMs:

      Everyone is always waiting for someone else to report bugs and issues, that's why they take so long to get fixed. Not as bad with FOSS, but a big reason with MS for example.

      But I don't know that it is a bug. It's reasonable that it might be, but it's just one possibility.

    • Emad RE

      Unlock VDO in cockpit !

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion vdo cockpit
      10
      3 Votes
      10 Posts
      1k Views
      black3dynamiteB

      RAID > block device > VDO

    • FATeknollogeeF

      Cockpit: just keeps gettin' better!!

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora 27 cockpit virtual machine create fedora28 dnf-automatic
      66
      3 Votes
      66 Posts
      7k Views
      FATeknollogeeF

      Playing around with OBS Studio: DNF Auto Update

      Youtube Video

    • JaredBuschJ

      Help me understand KVM Networking

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion kvm networking setup help fedora fedora 27 cockpit
      29
      1 Votes
      29 Posts
      5k Views
      stacksofplatesS

      @matteo-nunziati said in Help me understand KVM Networking:

      @stacksofplates said in Help me understand KVM Networking:

      @wirestyle22 said in Help me understand KVM Networking:

      @black3dynamite said in Help me understand KVM Networking:

      @stacksofplates said in Help me understand KVM Networking:

      Too bad ovs isnt in the repos for RHEL/CentOS. You can set up these private networks and connect them through a VXLAN with ovs. That way you can have something like a separate dev network on the same hosts and they can communicate between hosts.

      Not available in the epel repo?

      That is apparently the case unless my google--fu isn't up to snuff

      Nope. It is available in Fedora though. If you want to install it you have to manually build the RPMs. While not hard to build it would be a pain to maintain updates.

      OVS is used by oVirt so maybe the centos ovirt repo has it (or the ovirt stable repo)

      I'm assuming it's just building the RPM since it's not in the normal repo.

      http://resources.ovirt.org/pub/ovirt-4.2/

    • JaredBuschJ

      Installing Cockpit on Fedora after initial install

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion how to guide install guide cockpit fedora
      1
      5 Votes
      1 Posts
      4k Views
      No one has replied
    • mlnewsM

      Red Hat Ready for Release of Fleet Commander

      Watching Ignoring Scheduled Pinned Locked Moved News linux linux desktop fedora rhel centos fleet commander red hat cockpit freeipa
      6
      8 Votes
      6 Posts
      2k Views
      Reid CooperR

      Has potential, has anyone played with it in any way yet?

    • DustinB3403D

      Manage KVM through Cockpit

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora kvm ovirt virtualization hypervisor management cockpit
      116
      0 Votes
      116 Posts
      32k Views
      scottalanmillerS

      @dustinb3403 said in Manage KVM through Cockpit:

      @scottalanmiller said in Manage KVM through Cockpit:

      @dustinb3403 said in Manage KVM through Cockpit:

      @scottalanmiller said in Manage KVM through Cockpit:

      @dustinb3403 said in Manage KVM through Cockpit:

      @scottalanmiller said in Manage KVM through Cockpit:

      @stacksofplates said in Manage KVM through Cockpit:

      @jaredbusch said in Manage KVM through Cockpit:

      @stacksofplates said in Manage KVM through Cockpit:

      @jaredbusch said in Manage KVM through Cockpit:

      @obsolesce said in Manage KVM through Cockpit:

      Any open source and free KVM backup software

      FOSS is not a requirement to me.

      If there was a robust package I could use to get agentless and CBT and file level restore on KVM, I will buy it, if it is reasonable.

      There was a thread on the other site about Unitrends having agentless on it sometime this year. Ill have to see if I can find it.

      But I cannot even install Unitrends on Hyper-V server.............

      Are we allowed to post links from there?

      Yes

      Since when?

      Since the person who made up that insane rule was removed from the site.

      Would that insane person be Dave?

      Who is Dave?

      Nvm.

      Oh, Dave from over there? I've never heard him called Dave before. Sorry, I knew it was a joke but couldn't figure out what the joke was.

    • Emad RE

      Cockpit VNC help? (hard task seems web dev related)

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos fedora cockpit vnc
      3
      2 Votes
      3 Posts
      1k Views
      Emad RE

      @scottalanmiller

      after reading my post again, I saw that it suggested that I was able to do this, but I was not able.

      I really want something easy like this but it needs more research and web development skills, so posting it here encase someone that has that can provide easier steps and successfully accomplish this.

    • JaredBuschJ

      Fedora 26 Minimal includes Cockpit

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora fedora 26 minimal fedora minimal cockpit
      25
      3 Votes
      25 Posts
      5k Views
      ObsolesceO

      I just did a side-by-side install comparison. Here are the results. The details are in the screenshots: (no Cockpit in minimal install, twice as many packages in basic)

      0_1499365792340_Untitled.jpg

      0_1499365802581_Untitled2.jpg

      0_1499365825204_Untitled3.jpg

    • 1
    • 2
    • 1 / 2