J_Hizzal

Members
  • Posts

    20
  • Joined

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

J_Hizzal's Achievements

Noob

Noob (1/14)

0

Reputation

  1. 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. 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. Trying to start a clean install of this with the default username and password and I continue to get "Invalid Username or password". Any tips on how to just login?
  6. Thanks Saarg. I'll keep playing with the nginx side and ask there any questions I have.
  7. 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.
  8. 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.
  9. 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....
  10. Thanks for the help Hoopster. I was able to get it back online with a new flash drive. Now is the time for me to make those redundant and continually back that up.
  11. 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.
  12. 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.
  13. 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?
  14. 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. 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.
  15. Is there a preferred way to update? This will be my first rodeo going through the update process. Should I stop all my Apps? Backup the configuration files? Modify any settings?