Jump to content

m0t0k0

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by m0t0k0

  1. So I was following the guide to shrink the array using the "Clear Drive Then Remove Drive" Method.

     

    I got to the end of step 8 click done and the stop the array. But the stopping brocess has hung with the error at the bottom of the screen reading

     

     Array Stopping•Warning: posix_kill() expects parameter 1 to be int, string given in /usr/local/emhttp/plugins/ca.backup2/scripts/killRsync.php on line 27

     

    Now I can do anything cant even shutdown.

     

     

    Any help would be very welcome :)

    universe-diagnostics-20220421-1935.zip

  2. 3 hours ago, dlandon said:

    I'd say the enclosure is presenting the disk as a 12TB disk because that is what it originally had.

     

    Hmm yes could be. I did not think there would be that much logic on the board.

     

    Maybe unraid is remebering the drive as one that was dissconnected? Like when I remove a drive from the array and add it back unraid knows where is goes.

    Maybe I can make unraid forget about the old drive and detect it a new?

  3. I applogise if this has been covered in the past but I was unable to find anything.

     

    I had a 12TB USB HDD which was mounted through unassigned devices, it has now been shucked and made its way into the array.

     

    The disk it replaced a 3TB HDD has nolw made it into the old USB enclosure and I would like to mount it as an unassigned device.

     

    How ever as you can see from the attached photo altho it is reconised as being 3TB when I format it the old 12TB disks partition magicly appers. Im unable to use the drive and it sayd it is a full 12TB partition.

     

    How can I rectifiy it please? I have tried delting the partion and re-formatting and I still get the same result.

     

    Thanks

    unassigned.PNG

    universe-diagnostics-20220415-1216.zip

  4. I have an issue on Unraid.

     

    I tried to upadte the app from witin nextcloud and it goit stuck in maitance mode. I tried using occ but that gives the following error

     

    root@7dbf3a08b34e:/# sudo -u abc php /config/www/nextcloud/occ maintenance:mode --off
    Nextcloud or one of the apps require upgrade - only a limited number of commands are available
    You may use your browser or the occ upgrade command to do the upgrade
    Maintenance mode disabled
    root@7dbf3a08b34e:/# sudo -u abc php /config/www/nextcloud/occ upgrade
    Nextcloud or one of the apps require upgrade - only a limited number of commands are available
    You may use your browser or the occ upgrade command to do the upgrade
    Setting log level to debug
    Turned on maintenance mode
    Updating database schema
    Updated database
    Updating <mail> ...
    An unhandled exception has been thrown:
    ArgumentCountError: Too few arguments to function OCA\Mail\Migration\ProvisionAccounts::__construct(), 0 passed in /config/www/nextcloud/lib/private/Repair.php on line 122 and exactly 1 expected in /config/www/nextcloud/apps/mail/lib/Migration/ProvisionAccounts.php:37
    Stack trace:
    #0 /config/www/nextcloud/lib/private/Repair.php(122): OCA\Mail\Migration\ProvisionAccounts->__construct()
    #1 /config/www/nextcloud/lib/private/legacy/OC_App.php(1035): OC\Repair->addStep()
    #2 /config/www/nextcloud/lib/private/legacy/OC_App.php(979): OC_App::executeRepairSteps()
    #3 /config/www/nextcloud/lib/private/Updater.php(375): OC_App::updateApp()
    #4 /config/www/nextcloud/lib/private/Updater.php(254): OC\Updater->doAppUpgrade()
    #5 /config/www/nextcloud/lib/private/Updater.php(130): OC\Updater->doUpgrade()
    #6 /config/www/nextcloud/core/Command/Upgrade.php(255): OC\Updater->upgrade()
    #7 /config/www/nextcloud/3rdparty/symfony/console/Command/Command.php(255): OC\Core\Command\Upgrade->execute()
    #8 /config/www/nextcloud/3rdparty/symfony/console/Application.php(1000): Symfony\Component\Console\Command\Command->run()
    #9 /config/www/nextcloud/3rdparty/symfony/console/Application.php(271): Symfony\Component\Console\Application->doRunCommand()
    #10 /config/www/nextcloud/3rdparty/symfony/console/Application.php(147): Symfony\Component\Console\Application->doRun()
    #11 /config/www/nextcloud/lib/private/Console/Application.php(215): Symfony\Component\Console\Application->run()
    #12 /config/www/nextcloud/console.php(100): OC\Console\Application->run()
    #13 /config/www/nextcloud/occ(11): require_once('/config/www/nex...')
    #14 {main}root@7dbf3a08b34e:/# 

  5. On 5/1/2021 at 10:09 AM, codefaux said:

    Overclocking in Unraid -- or any mission-critical situation, ever -- is a very very bad idea, unless you're okay with silent data corruption. XMPP is an overclocking profile applied blindly by the BIOS because it "should be working" but XMPP is not a guaranteed stable configuration under literally any condition. I realize you may not have intentionally done this, I'm mostly leaving this here for future forum-go-ers who search, because it is a thing I see constantly cause significant problems.

     

    The webUI/GUI settings would not control this, it is specifically being disabled by the Linux Kernel itself due to errata (known security and/or stability issues) with your processor, IE how it is physically constructed and the microcode it runs. This is normally also OS-independant, but not always.

     

    I actually was unaware of where that lived, but I'll keep a note. Thank you.

     

     

    Have you looked into logs? Could be nothing, could be signs of a larger issue persisting.

     

    Thanks for the help diagnosing this.

     

    The memory thing was due to me being unfamiliar with how asrock set the timings. Normally if you select the XMP profile it will change the RAM speed and the timings but it seems that at lest my board had left the timing as they were before. I have now manually selected the speed 2666Mhz and relevant timings from the XMP profile and all is good.

    Its not an overclock really at 2666Mhz as its within the spec for the CPU, MOBO and RAM. But defiantly tripped me up and I understand your point of going for stability with a server build.

     

    I also worked out the docker issues using the posts from this thread. I deleted and the docker network and rebuilt then recreated the customer docker network proxynet which swag was running on.

     

  6. 7 hours ago, codefaux said:

    I took a glance and the only thing I'm noticing is in your GUI diagnostic, the output of lscpu.txt indicates that VMX is disabled on your system due to an Itlb multihit vulnerability.

     

    I legitimately don't know if that would cause this symptom, but my understanding(?) is that it will cause Virtualization not to function.

     

    Thanks codefaux could this be because I set the VM manger to disabled when I was able to get into the GUI?

     

    I did manage to get the unraid back up and running, I think it was because my BIOS set the RAM to the XMP profile (this should be supported by my MOBO and CPU).

    I set it manually to a lower speed from the JDEC spec of the RAM and its working!

    Well mostly now I cant get swag container to start but other than that its good

     

    Also I found the CPU isolation setting in the syslinux.cfg file on the USB and removed it so that may have helped too

  7. Hi, so I have been messing with my server recently installing some new drive and trying to get a VM up. 

     

    I don't know what I have done to make the system become unresponsive but I suspect it was to do with CPU isolation (I slected CPU cores 3-6 to be isolated so I could have them dedicated to a VM). After chaging this setting I was prompted to reboot and now I have issues.

     

    When the system boots I can ping it but no access the GUI, I cant even Telnet into the machine (I enter login and pass then the putty terminal closes down).

     

    The only way I can get the machine up so I can interact with it is in safe mode. In safe mode I can get GUI, Telnet the works but as soon as I start the array it all goes unresponsive again.

     

    SO I know I should provide my diagnostics however I'm unsure how to gathered them because as soon as the issues start I cant get anything from the machine.


    Can I get them from in safe mode before the issues kick in or would that no be helpful?

     

    Thanks

  8. 1. Oh yea that should do the tick. 

    I must have done this but assigned it to the bridge br0 instead of eth0.

    I'm not sure if this will work though as these containers will still be created with an IP an as such will not be leased one.

    I think it would still be best to just assign them a static address on the router so they appear in the GUI

     

    Unfortunately I'm locked out of my router at the moment (lastpass did not save the password when I changed it) so I can't have a look. I will need to wait untill after the holidays.

     

    2. I have tried many router OS now and currently on OpenWRT but it has been a big hassle having a physical box. I think I'm going to try proxmox and still have a physical box for the router but virtualise the OS so I can change it when I want.

     

    3.

    a) So when you access from LAN are you going to nextcloud."your domain".whatever or are you doing "server IP":"nextcloud port"?

    b) Have you tried accessing the service via the domain name from outside your LAN ie using a mobile phone not connected to Wi-Fi?

    c) Does you domain resolve to your external IP?

    type you domain name in here https://www.ultratools.com/tools/ipWhoisLookupResult

    the result should match the one given here https://whatismyipaddress.com/

    ^^^^if your using cloudflare for you DNS make sure you have the cloudflare proxy turned off when you do this^^^

     

    docker network.png

    IP lookup.png

    cf proxy.png

  9. 1. I assume your network setup is similar to the one I have pictured below? As far as pf is concerned your Unraid box only has one MAC address and as such the other IPs that exist in docker are reached through you unraid box over the docker bridge br0.

     

    I did look into this before and it seems you would need to use a docker macvlan where each container is assigned a virtual MAC address and can then reach out to the pf box for an IP. I never went any further with this myself but there is info here https://docs.docker.com/network/

    let me know if you get anywhere with this as I'm interested in my containers showing as physical devices on my network.

     

    I assign an IP to the container when its created (its in the range of reserved IPs from pf DHCP settings for LAN. I can then get to that IP address via LAN (look at attachment custom br0). However this is just for one or two containers which need it.

     

    Most of my containers run on a separate virtual network within docker called proxynet. This was setup after following the reverse proxy guide by spaceinvaderone you should check him out loads of good vids (he also runs virtual pf on unraid.

     

     

    2. Yes I understand it fun learn however I have to get a physical device as my old unraid box had no expansion slots free.

    This looks like a good place to start for help with this

     

    3. Without seeing how you set it up I assume your using the virtual bridge from witin docker and essentially is forwards network traffic for a specific port to the internal container so all traffic going to a container goes though

    "unraid IP":"assigned port ie 8080 or whatever"

    to

    "IP of container on br0":"whatever port you picked"

     

     

    pf in unraid VM.png

    custom br0.png

  10. 1. pfSnese has rebind protection on by default (its a good idea) what you need to do is tell pfSnese its ok when your DNS resolves your servers IP as an internal rather than an external IP.

     

    pfSense: If you are using pfSense internal DNS resolver service, you can add these Custom Option lines:

    server:
    private-domain: "your domain here"

     

    2. I have a physical fw as its seemed like a lot of hassle to virtualise it so cant really help here but I'm sure is has something to do with the virtualisation. Did you passtrough the NIC hardware to the pfSense VM?

    How does the Unraid box connect to your LAN?

     

    3. Can you not create the containers with static IP addresses and then entre these into the static leases on pfSense

  11. Hi I'm not sure where to post this request as the docker help threads are container specific.

     

    I have been trying all weekend to get a BitTorrent docker container to work. I have never used any before so I don't care which one as long as it works with Sonarr and Radarr.

     

    I have tried the linuxserver qBitTorrent container however even after setting unique ports for this container i could not get to the GUI if I clicked the open WebUI link it just opened the WebUI for a different container which had a totally different set of ports.

     

    I have tried both linuxserver and binhex versions of deluge which I got running and intop the WebUI Radarr would talk to it and it even received the tracker however it would not actually find any peers. It would annouce and the time out. I set it to use a specific port and forwarded that from my firewall but still nothing.

     

    I have tried linuxserver Transmission, I got to the WebUI ok, I managed to start a download OK, however the file is going somewhere and I have no idea where apart from its deffo going onto the cache disk.

    I have setup the container paths very similarly to a working instance of SABnzbd so I'm pretty sure that's not the issue.

     

     

    I'm just stumped can anyone who has a working setup help me out please. I can normally work this stuff out with forum searches but everything I try seems to be broken out of the box!

     

    Thanks

  12. I noticed today Sonarr is unable to contact SABnzbd. I don't know how long it has been like this maybe a couple of weeks max.

     

    I have both Sonarr and Radarr setup the same, Radarr no problem.

    Any help with this would be greatly appreciated.

     

    Here is what seems to be the relevant bit from the debug log.

     

    [v2.0.0.5322] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, please check your settings ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [404:NotFound] at [http://192.168.10.10:8081/362fc1c25a55321d74dbc8415e95400f/api?mode=addfile&cat=sonarr&priority=-100&apikey=(removed)&output=json]
      at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00133] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Http\HttpClient.cs:100 
      at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0001d] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:184 
       --- End of inner exception stack trace ---
      at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x0002d] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:188 
      at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.DownloadNzb (System.Byte[] nzbData, System.String filename, System.String category, System.Int32 priority, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00048] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:55 
      at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.AddFromNzbFile (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String filename, System.Byte[] fileContent) [0x0002d] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:41 
      at NzbDrone.Core.Download.UsenetClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00179] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\UsenetClientBase.cs:79 
      at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00191] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\DownloadService.cs:76 
      at NzbDrone.Core.Download.ProcessDownloadDecisions.ProcessDecisions (System.Collections.Generic.List`1[T] decisions) [0x000d9] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\ProcessDownloadDecisions.cs:76 

    Radarr.thumb.JPG.ae29bbbf5c50cb79ec1e5056d2dce44a.JPGsonarr.thumb.JPG.a0cc2448dc3aabf18f26ec8a1a641a97.JPG

  13. Hi Thanks for providing the EAP Controller container.

     

    I installed it last night and got it started up and logged in. However, it will not see my EAP225 so I can't adopt it.

    I think I have the container setup correctly and the AP is on the same network at the unRAID box.

    Can anyone see if I made any obvious mistakes, please?

    I attached some pics. EAP Log.txt

     

    Yea I figured it out the container needs to have its own IP 

     

    EAP.png

     

     

    EAP open.JPG

     

    205986922_eapdock.thumb.JPG.7f3eb0ad95cd1916261b474e060a3d95.JPG

  14. 14 hours ago, bnevets27 said:


     

     

     


    Yeah I have asked before and suggested that if unraid could build in (or a plugin) support for unRAID to unraid backups I'm sure many more people would have proper backups this way. I'm sure it would increase sales. It's definitely not simple to setup. After learning rsync/vpn etc it's much easier but it's a big initial hurdle that some never get over.

     

     

    Yea I think this would be really valuable. Maybe a little tricky to set up and maintain tho

×
×
  • Create New...