J_Hizzal

Members
  • Posts

    20
  • Joined

Posts posted by J_Hizzal

  1. 8 minutes ago, Siwat2545 said:

    Weird, can you try force updating the container and set networking to br0?

    I'm sorry but this is probably a dumb question; how do I do a force update? I edited the template to add :latest at the end of the Repository field, but not sure if that would accomplish a force update (issue still exists with this anyways).

  2. Hey all, I'm seeing the following errors related to Postgresql for OnlyOfficeDocumentServer. Any idea on what's going on here?

     

    mv: cannot stat '/etc/postgresql/12/main/postgresql.conf': No such file or directory
    mv: cannot stat '/etc/postgresql/12/main/pg_hba.conf': No such file or directory
    Creating new PostgreSQL cluster 12/main ...
    /usr/lib/postgresql/12/bin/initdb -D /var/lib/postgresql/12/main --auth-local peer --auth-host md5
    The files belonging to this database system will be owned by user "postgres".
    This user must also own the server process.
    
    The database cluster will be initialized with locale "en_US.UTF-8".
    The default database encoding has accordingly been set to "UTF8".
    The default text search configuration will be set to "english".
    
    Data page checksums are disabled.
    
    fixing permissions on existing directory /var/lib/postgresql/12/main ... ok
    creating subdirectories ... ok
    selecting dynamic shared memory implementation ... posix
    selecting default max_connections ... 100
    selecting default shared_buffers ... 128MB
    selecting default time zone ... America/Chicago
    creating configuration files ... ok
    2021-10-29 00:54:22.401 CDT [132] LOG: could not link file "pg_wal/xlogtemp.132" to "pg_wal/000000010000000000000001": Function not implemented
    2021-10-29 00:54:22.404 CDT [132] FATAL: could not open file "pg_wal/000000010000000000000001": No such file or directory
    child process exited with exit code 1
    initdb: removing contents of data directory "/var/lib/postgresql/12/main"
    Error: initdb failed
    running bootstrap script ... * No PostgreSQL clusters exist; see "man pg_createcluster"
    * Starting RabbitMQ Messaging Server rabbitmq-server
    ...done.
    psql: error: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
    psql: error: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
    psql: error: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
    psql: error: could not connect to server: Connection refused
    Is the server running on host "localhost" (127.0.0.1) and accepting
    TCP/IP connections on port 5432?
    could not connect to server: Cannot assign requested address
    Is the server running on host "localhost" (::1) and accepting
    TCP/IP connections on port 5432?
    Waiting for connection to the localhost host on port 5432
    ...done.
    psql: error: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
    psql: error: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
    psql: error: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
    psql: error: could not connect to server: Connection refused
    Is the server running on host "localhost" (127.0.0.1) and accepting
    TCP/IP connections on port 5432?
    could not connect to server: Cannot assign requested address
    Is the server running on host "localhost" (::1) and accepting
    TCP/IP connections on port 5432?
    Waiting for connection to the localhost host on port 5432

     

  3. EDIT: Solved the problem. For some reason, there were two "amp" folders in my AppData. Not sure how that second one got there (I did something to jack it up I'm 100% sure) but removing the container, deleting both folders, and then re-installing AMP solved my problem.

     

    47 minutes ago, MitchTalmadge said:

    Weird, I've never had the defaults not work. Wild suggestion but check for trailing spaces on the username or password. Maybe one snuck in there. Alternatively try recreating the image. Sorry for the trouble, I'll do my best to help you get this working!

     

    Should I see an entry in the logs for the creation of the admin user specified in the variables? Here is my log file from startup:

     

    Note: This is an UNOFFICIAL IMAGE for CubeCoders AMP. This was created by the community, NOT CubeCoders.
    Please, DO NOT contact CubeCoders (Discord or otherwise) for technical support when using this image.
    They do not support nor endorse this image and will not help you.
    Instead, please direct support requests to https://github.com/MitchTalmadge/AMP-dockerized/issues.
    We are happy to help you there!
    Thank you!!
    ----------------------
    
    Copying AMP Core...
    Ensuring AMP user exists...
    Adding group `amp' (GID 1000) ...
    Done.
    Adding system user `amp' (UID 1000) ...
    Adding new user `amp' (UID 1000) with group `amp' ...
    Not creating home directory `/home/amp'.
    Ensuring correct file permissions...
    Setting timezone from TZ env var...
    
    Current default time zone: 'America/Detroit'
    Local time is now: Fri Feb 26 20:02:37 EST 2021.
    Universal Time is now: Sat Feb 27 01:02:37 UTC 2021.
    
    Making sure Main instance exists...
    Setting all instances to use MainLine updates...
    > Main:
    [Info] AMP Instance Manager v2.1.0.10 built 24/02/2021 14:40
    [Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV
    [Info] This instance is already on the Mainline release stream.
    Upgrading Instances...
    [Info] AMP Instance Manager v2.1.0.10 built 24/02/2021 14:40
    [Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV
    [Info] Upgrading instance Main
    [Info] Using cached archive: /home/amp/.ampdata/instances/AMPCache-21010.zip
    [Info] Upgrade successful
    Ensuring Main Instance will Start on Boot...
    Starting AMP...
    [Info] AMP Instance Manager v2.1.0.10 built 24/02/2021 14:40
    [Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV
    [Info] Waiting for AMP instance to start...
    [Notice] AMP instance Main is now running.
    AMP Started.
    ----------------------
    NOTICE: Java 11 is the new default in this image. If you require Java 8 (e.g. for old Minecraft servers), you may select it through the Java Configuration section in the AMP Web UI. Otherwise, Java 11 will be used automatically.
    ----------------------
    Entrypoint Sleeping. Logs can be viewed through AMP web UI or at ampdata/instances/Main/AMP_Logs

     

  4. Thanks y'all, I have ensured no spaces and have tried different username/password combos. Still won't let me log in. Definitely a weird issue that I'm not sure how to get around.

    Edit: I've tried in Microsoft Edge and still the same problem. I've deleted the container and tried without changing anything other than adding the MAC Address and my license. Still giving me the same error.

  5. Having issues getting a nginx reverse proxy to work. Would that be better to ask here or over on the SWAG support thread? My error is a 502 bad gateway, but I'm a bit lost on determining if it's something with the .conf file in nginx or the environment settings I'm passing into the CodiMD container.

  6. So I'm having the malformed database issues that others have posted about. I've upgrade to 6.8, and even changed /config to point to /mnt/cache/appdata/sonarr. The issue is still there. Any ideas on what I should do to fix this?

    Edit:

    Solved the problem after a bit. This was the helpful portion of the log: "unable to load the following field: 'LastRssSyncReleaseInfo'" and then the data that was in there. See log:

    [v2.0.0.5338] Marr.Data.DataMappingException: The DataMapper was unable to load the following field: 'LastRssSyncReleaseInfo' value: '{
    "guid": "magnet:?xt=urn:btih:b7c222ca1ab2b7d5714c4025f37e99a86a34e6fd&dn=Godfather.of.Harlem.S01E10.Chickens.Come.Home.to.Roost.1080p.AMZN.WEBRip.DDP5.1.x264-NTb%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.ra J�K�@��(�J{���
    UCU!�|Time Bokan: The Villains Strike BacktimebokanvillainsstrikebackTime Bokan: The Villains Strike BackXemServiceY���~
    ;3;!{Ame-iro Cocoa in HawaiiameirococoainhawaiiAme-iro Cocoa in HawaiiXemServicea���}
    ?;?!{雨色ココア in Hawaii雨色ココアinhawaii雨色ココア in HawaiiXemServiceT���|
    97!{Rainy Cocoa in HawaiirainycocoainhawaiiRainy Cocoa in HawaiiXemServiceT���{
    9-9!{Rainy Cocoa: Ame-con!!rainycocoaameconRainy Cocoa: Ame-con!!XemService����z
    a[a!{雨色ココアシリーズ あめこん!!雨色ココアシリースあめこん雨色ココアシリーズ あめこん!!XemServicem���y
    K;K!{Ame-iro Cocoa Series: Ame-con!!ameirococoaseriesameconAme-iro Cocoa Series: Ame-con!!XemService0���x
    !{Ame-con!!ameconAme-con!!XemService{���w
    SGS!{Rainy Cocoa: Welcome to Rainy ColorrainycocoawelcometorainycolorRainy Cocoa: Welcome to Rainy ColorXemService'. Unterminated string. Expected delimiter: ". Path 'guid', line 11, position 122. ---> Newtonsoft.Json.JsonReaderException: Unterminated string. Expected delimiter: ". Path 'guid', line 11, position 122.
    at Newtonsoft.Json.JsonTextReader.ReadStringIntoBuffer (System.Char quote) [0x00099] in <c5b8b1476b514bcaad468ae001c1fb99>:0

    That field is in the table IndexerStatus for Sonarr. Looks like somehow one of the indexers had invalid data, because all the other rows had magnetId rather than guid, like this row had. So I had to stop Sonarr, make a backup of the .db file, then load the file into a sqlite viewer and modify that row. I opted to delete that row and the associated indexer. That fixed my problem. When I started Sonarr back up, I just re-added the indexer I had removed.

  7. On 11/19/2019 at 11:17 PM, Squid said:

     

    6.7.2 has a known issue with under certain circumstances (notably no cache drive, or the appdata is on the array) where SQLite DB's would get corrupted.  This is fixed in 6.8  Either upgrade to 6.8.0-rc6 or downgrade back to wherever you were at before

    So I have this same error "database disk image is malformed database disk image is malformed" and did an update. I'm still having the same error. What should be my next step to fix this? I'm not sure if I have any backups or even how to revert to a backup for Sonarr....

  8. 22 hours ago, Hoopster said:

     

    Flash drive issues should in no way affect your data.  It is highly unlikely that you have lost data.

     

    The flash drive /config folder contains all the information about your current configuration.  Can you recover that folder and it's contents on another computer?  Even better, do you have a recent backup of your flash drive before the problems started?

     

    If you can recover /config, prepare a new flash drive with the unRAID USB creator tool and copy the /config folder.  If you don't have a copy of config, at least you can verify if a new flash drive boots properly.  If a new flash drive works, you can transfer your license to the new flash drive.

    Thanks Hoopster. Would that mean I'd have to re-setup my shares and re-add the same docker images? Or would the /config folder contain all that?

    I'll get a new USB and try this out.

  9. OK so I was able to restart it, but now it's showing an Error 2001 for a minute on the /bzimage and once it gets to Loading /bzroot it loops to the automatic boot in 4 seconds countdown and is now unresponsive.

     

    I'm thinking my flash drive is now somehow corrupted. Is there a way to re-create that without losing all the data on my drives? I'm fine if I lose all the plugins and whatnot. I just don't want to lose the data in the shares.

  10. I'm currently unable to boot Unraid. I get errors when loading /bzimage and also /bzroot. I'm unsure of the exact version, but I believe it was Unraid 6.5 (though probably was 6.4). It definitely wasn't 6.6 since I was planning on updating to that before it decided to go on the fritz.

     

    The exact error is:

    Loading /bzimage... CHS: Error 8001 reading sector 2212142 (137/180/10)
    EDD: Error 8000 reading sector 2212254
    ok
    Loading /bzroot...CHS: Error 8001 reading sector 2229456 (138/199/62)
    EDD: Error 8000 reading sector 2229568
    CHS: Error 8000 reading sector 2394952 (149/21/57)
    EDD: Error 8000 reading sector 2395064
    ok

    and then a blinking underscore will sit there not allowing me to access any sort of console. This doesn't allow me to grab the diagnostics file since I'm obviously not able to access a terminal.

     

    I've tried starting it in safe mode, which also fails though the output is longer and I'm not able to capture it to write it out. I can screenshot it with my phone if that would be helpful. Rebooting does nothing.

     

    Any ideas? Next steps?

  11.  

     Anyone have any thoughts on how I can solve the WebGUI not working properly? There seems to be a number of Javascript errors being thrown and I'm not sure of the root cause or even how to investigate. I've attached an image showing the issue. 

    image.png

     

     

    EDIT: I found the issue. I have Radarr let up, and there was several corrupt files, so it was sending over the same file over and over and over, causing an error.

  12. Pardon my stupidity, but any tips on installing the Dynmap plugin for this docker? I have the plugin in the right spot and have completed a render. Issue is that port 8123 (default port for Dynmap) doesn't accept a request. Router is configured to forward requests to the Unraid IP.

     

    Would I need to open the port on Unraid manually? Or forward the requests to the docker port? Or perform some other modification?

  13. Having the same issue as montery...can't connect Lychee to MariaDB.

     

    Steps taken:

    1. Installed MariaDB docker. Set port to 3306

    2. Install Lychee docker. Set port to 83

    3. Navigated to lan ip :83 and entered in the info found in Img_1 (attached)

     

    All I see though is an error message saying Lychee can't connect (see Img_2 attached).

     

    I clicked on the logs on each, and they both don't seem to show any errors. I've attached both of the log files.

     

    What am I missing? User permissions?

    Img_1.thumb.PNG.95e521a956a239e3feeb4fd38e593004.PNG

     

    Img_2.PNG.69499775d5e0bfd2e95200a240dd9968.PNG

     

    LOGS:

    lychee_logs.txt

    mariadb_logs.txt

     

    Edit: After thinking about this, I'm feeling that Lychee the docker doesn't have access to MariaDB the docker. I'm new to all this, but that would make sense to me because I didn't set any permissions up between the two. I'm not sure how to add those permissions, but is that a valid thought? I need to add permission for Lychee to talk to MariaDB?

     

    Edit 2: After a couple restarts, it finally starting working. Not sure what the issue was.

     

  14. How would I allow outbound traffic to access only a single application on the unRaid server? I think this is more of a networking question than an unRaid specific question, but figured I'd ask since you folks will have more experience than I do in this. And sorry for the noob-ness of it, just trying to learn.

     

    My specific use case is that I'd like to host a very small Minecraft server, while also using unRaid's NAS abilities to store my personal files. I understand the port forwarding from the router to the server. But where I think I'm confusing myself is when I start thinking about how I only want that specific Minecraft docker to be publicly accessible and everything else locked down. How is that accomplished? The same question I guess holds true for Plex; if I wanted to have a Plex library visible to others, how would they connect to ONLY my plex server and not to my local network to view all my files?

     

    I have not had the chance to really dig into playing around with Unraid yet due to running the preclear on two discs (which is taking a while). Any insights/information/guidance would be appreciated.