Jump to content

benyanke

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by benyanke

  1. Bringing down the whole system (including containsers and VMs) when only a secondary management interface is really unfortunate... I hope this can be remedied at some point. The whole reason I went for a linux based system is to avoid things like this.

     

    Is there any timeline or plans to set up the service properly so it can be restarted like a normal linux service?

  2. So what do you do if everything is running normally and emhttp hangs? It happens more than occasionally. This is linux we're talking about here. It's silly to bring down a system to restart a daemon.

  3. #!/bin/bash
    
    # Stop existing emhttp
    kill `ps aux | grep "/usr/local/sbin/emhtt[p]" | awk '{print $2}'`
    
    # Restart emhttp
    echo "Restarting web interface"
    /usr/local/sbin/emhttp  & disown
    
    sleep 1;
    
    # Output process list to visually check if running
    ps aux | head -n 1
    ps aux | grep "/usr/local/sbin/emhtt[p]";

    I tried restarting emhttp with the above script (it was still running, but not responding).

     

    I then received the following syslog error.

     

    Jun 27 18:17:47 pius-server emhttp: unRAID System Management Utility version 6.3.5
    Jun 27 18:17:47 pius-server emhttp: Copyright (C) 2005-2017, Lime Technology, Inc.
    Jun 27 18:17:47 pius-server emhttp: shcmd (2): mkdir -p /boot/config/plugins/dynamix/users
    Jun 27 18:17:47 pius-server emhttp: shcmd (3): mkdir -p /boot/config/shares
    Jun 27 18:17:47 pius-server emhttp: shcmd (4): mkdir -p /tmp/emhttp
    Jun 27 18:17:47 pius-server emhttp: shcmd (5): mkdir -p /var/local/emhttp/smart
    Jun 27 18:17:47 pius-server emhttp: err: device_by_name: device_by_name: (sdh) not found

     

  4. I have some VMs with a very specific XML configuration file, and occasionally, if I click the wrong menu, it'll get messed with by UnRaid. There's really no instance that a hypervisor should be automatically changing VM configurations on VMs, at least VMs which have been marked as "locked" somehow... otherwise I'll have to move off unraid for my more unique vms.

     

    Is there a current way to set a VM's config to 'locked' so that unraid will never touch it? If not, I'd like to add this as a feature request. This would be for VMs with especially nonstandard configuration in their XML.

    • Upvote 1
  5. I'm new to unraid, so perhaps this is a stupid question, or posted in the wrong location...

     

    However, I see a lot of useful docker apps I've been adding to my server which are not in community applications. It would be trivial for me to prepare them (gather a logo, define the needed variables and ports for setup, write a short description, etc). Is there somewhere users can add new community applications, or submit them for approval?

  6. First, I love this app. I'll be using it from now on to make scribus config and fonts easier.

     

    However, two issues, one bigger, one very minor:

     

    1) When I go to edit a text box, the editor fills the screen, with no visible way to minimize it to view it alongside the document.

     

    2) When scribus quits, there is a black screen. I'd propose instituting a 'watcher' which starts scribus again if it is found to be not running, or alternatively, closing the connection. There's no way I see to fix this, other than restarting the container.

×
×
  • Create New...