| 2 |
DENIED
|
moderate
|
App\Entity\Entry {#2400
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#265
+icon: Proxies\__CG__\App\Entity\Image {#246 …}
+name: "selfhosted@lemmy.world"
+title: "selfhosted"
+description: """
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.\n
\n
Rules:\n
\n
- Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.\n
- No spam posting.\n
- Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.\n
- Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).\n
- No trolling.\n
\n
Resources:\n
\n
- [awesome-selfhosted software](https://github.com/awesome-selfhosted/awesome-selfhosted)\n
- [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) resources\n
- [Self-Hosted Podcast from Jupiter Broadcasting](https://selfhosted.show)\n
\n
> Any issues on the community? Report it using the report flag.\n
\n
> Questions? DM the mods!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 222
+entryCommentCount: 3916
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729582735 {#275
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#237 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#233 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#222 …}
+entries: Doctrine\ORM\PersistentCollection {#180 …}
+posts: Doctrine\ORM\PersistentCollection {#138 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#200 …}
+bans: Doctrine\ORM\PersistentCollection {#117 …}
+reports: Doctrine\ORM\PersistentCollection {#103 …}
+badges: Doctrine\ORM\PersistentCollection {#81 …}
+logs: Doctrine\ORM\PersistentCollection {#71 …}
+awards: Doctrine\ORM\PersistentCollection {#1346 …}
+categories: Doctrine\ORM\PersistentCollection {#1823 …}
-id: 120
+apId: "selfhosted@lemmy.world"
+apProfileId: "https://lemmy.world/c/selfhosted"
+apPublicUrl: "https://lemmy.world/c/selfhosted"
+apFollowersUrl: "https://lemmy.world/c/selfhosted/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "selfhosted"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703473826 {#269
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#271
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "Two-Servarr-Radar-and-Sonar-stopped-working-for-unknown-reasons"
+title: "Two Servarr (Radar and Sonar) stopped working for unknown reasons"
+url: null
+body: """
Recently, Radarr and Sonarr stopped working, and I don’t know why or where to look.\n
\n
Host: Kubuntu 22.04\n
\n
Kernel: 3.2.0-39-generic (64 bits)\n
\n
Docker: 24.0.5, build 24.0.5-0ubuntu1~22.04.1\n
\n
Image: linuxserver/sonarr 3.0.10.1567 and linuxserver/radarr 5.2.6.\n
\n
Every other app, including other servarr app (readarr, lidarr, etc.) is working\n
\n
Apps is giving me the following message:\n
\n
```\n
\n
<span style="color:#323232;">[Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.10.1567 \n
</span><span style="color:#323232;">[Info] AppFolderInfo: Data directory is being overridden to [/config] \n
</span><span style="color:#323232;">[Info] Router: Application mode: Interactive \n
</span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
</span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
</span><span style="color:#323232;">[Info] OwinHostController: Listening on the following URLs: \n
</span><span style="color:#323232;">[Info] OwinHostController: http://192.168.1.100:8989/ \n
</span><span style="color:#323232;">[Info] OwinHostController: http://localhost:8989/ \n
</span><span style="color:#323232;">[Info] SonarrBootstrapper: Starting Web Server \n
</span><span style="color:#323232;">[Fatal] ConsoleApp: The requested address is not valid in this context. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions \n
</span><span style="color:#323232;">Press enter to exit...\n
</span>\n
```\n
\n
I checked, and nothing seems to use the same port:\n
\n
```\n
\n
<span style="color:#323232;">~$ sudo netstat -nlp | grep 8989\n
</span><span style="color:#323232;">tcp 0 0 0.0.0.0:8989 0.0.0.0:* LISTEN 48005/docker-proxy \n
</span><span style="color:#323232;">tcp6 0 0 :::8989 :::* LISTEN 48011/docker-proxy \n
</span>\n
```\n
\n
And I don’t think permission is at fault since other docker apps works fine.\n
\n
Where should I look to fix that?\n
\n
Edit: the compose file\n
\n
```\n
\n
<span style="color:#323232;">version: '3.8'\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> Sonarr:\n
</span><span style="color:#323232;"> container_name: sonarr\n
</span><span style="color:#323232;"> image: linuxserver/sonarr\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> - '8989:8989' # sonarr\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - TZ=Canada/Eastern\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - '/etc/timezone:/etc/timezone:ro'\n
</span><span style="color:#323232;"> - '/etc/localtime:/etc/localtime:ro'\n
</span><span style="color:#323232;"> - '/bibliotheque1/configs/sonarr:/config'\n
</span><span style="color:#323232;"> - '/bibliotheque1:/data'\n
</span><span style="color:#323232;"> - '/bibliotheque2:/data2'\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> radarr:\n
</span><span style="color:#323232;"> container_name: radarr\n
</span><span style="color:#323232;"> image: linuxserver/radarr\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - TZ=Canada/Eastern\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> - '7878:7878'\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - '/etc/timezone:/etc/timezone:ro'\n
</span><span style="color:#323232;"> - '/etc/localtime:/etc/localtime:ro'\n
</span><span style="color:#323232;"> - '/bibliotheque1/configs/radarr:/config'\n
</span><span style="color:#323232;"> - '/bibliotheque1:/data'\n
</span><span style="color:#323232;"> - '/bibliotheque2:/data2'\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span>\n
```\n
\n
edit2: added all the details of the logs\n
\n
edit 3:\n
\n
I don’t think the issue is actually the port since I’ve got the same issue when I’m switching to a different port, and if I stop the container, its ports no longer appears in the netstats commands.\n
\n
Might be permission issue (but no idea what that would mean in its context) or something else.\n
\n
Edit 4 and kinda solution\n
-------------------------\n
\n
It IS a permission issue, although I’m not getting why it’s happening\n
\n
If the config file is in another volume, the container starts no problem. But if I try to starts with the old directory, it gave the error message.\n
\n
```\n
\n
<span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - '/bibliotheque1/configs/radarr_test:/config'\n
</span>\n
```\n
\n
But there is no difference in the owner of this repository\n
\n
Why can’t the container access it?\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x 7 $USER $USER 4096 mar 19 2023 heimdall\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:39 radarr\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:43 radarr_test\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:43 sonarr\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:43 sonarr_test\n
</span><span style="color:#323232;">drwxr-xr-x 4 $USER $USER 4096 aoû 28 23:07 plex\n
</span>\n
```\n
\n
I’ll use my backups and use a different directory, but I want to know what went wrong…
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703450666 {#2414
date: 2023-12-24 21:44:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 25033
-titleTs: "'radar':3 'reason':10 'servarr':2 'sonar':5 'stop':6 'two':1 'unknown':9 'work':7"
-bodyTs: "'-0':30 '-10000':91,113 '-39':22 '/app/sonarr/bin/sonarr.exe':62 '/bibliotheque1':268,301 '/bibliotheque1/configs/radarr':299 '/bibliotheque1/configs/radarr_test':424 '/bibliotheque1/configs/sonarr':266 '/bibliotheque2':270,303 '/config':73,267,300,425 '/config/logs.db':110 '/config/sonarr.db':88 '/data':269,302 '/data2':271,304 '/etc/localtime':263,264,296,297 '/etc/timezone':260,261,293,294 '0':200,201,208,209 '0.0.0.0':202,204 '07':521 '1000':254,256,284,286 '11':466,479,493,506 '19':453 '192.168.1.100':132 '2023':454 '22.04':19 '23':520 '24.0.5':27,29 '26':465,478,492,505 '28':519 '3':100,122,318 '3.0.10.1567':35,64 '3.2.0':21 '3.8':240 '39':467 '4':377,514 '4096':451,463,476,490,503,517 '43':480,494,507 '48005/docker-proxy':206 '48011/docker-proxy':212 '5.2.6':38 '6':460,473,487,500 '64':24 '7':448 '7878':290,291 '8989':133,137,173,198,203,210,249,250 'access':442 'actual':326 'ad':310 'address':147 'alreadi':163 'although':386 'anoth':158,165,401 'aoû':518 'app':41,45,51,225 'appear':354 'appfolderinfo':66 'applic':76,166 'backup':527 'bit':25 'bootstrap':59 'build':28 'cach':89,111 'canada/eastern':258,288 'check':81,103,185 'command':358 'compos':237 'config':397 'consoleapp':144 'contain':243,277,349,404,441 'context':153,372 'data':67,86,108 'databas':82,104 'datetimekind':92,114 'default':172 'detail':313 'differ':342,430,531 'directori':68,417,532 'docker':26,224 'drwxr':445,457,470,484,497,511 'drwxr-xr-x':444,456,469,483,496,510 'déc':464,477,491,504 'edit':235,317,376 'edit2':309 'els':375 'enter':181 'environ':252,282 'error':421 'etc':48 'everi':39 'exit':183 'fatal':143 'fault':221 'file':238,398 'fine':227 'fix':233 'follow':56,128 'gave':419 'generic':23 'get':390 'give':53 'got':332 'grep':197 'happen':156,394 'heimdal':455 'host':17 'idea':365 'imag':33,246,280 'includ':42 'info':58,65,74,79,101,123,130,134,138 'instanc':159 'insuffici':178 'interact':78 'issu':324,335,362,385 'journal':94,116 'kernel':20 'kinda':379 'know':11,537 'kubuntu':18 'lidarr':47 'linuxserver/radarr':37,281 'linuxserver/sonarr':34,247 'listen':125,205,211 'll':524 'localhost':136 'log':316 'longer':353 'look':16,231 'm':338,388 'mar':452 'mean':369 'messag':57,422 'might':359 'migrat':85,107 'migrationlogg':80,102 'mode':77,95,117 'name':244,278 'netstat':195,357 'nlp':196 'noth':187 'old':416 'overridden':71 'owinhostcontrol':124,131,135 'owner':433 'permiss':179,218,361,384 'pgid':255,285 'plex':522 'pool':97,119 'port':171,193,248,289,328,343,351 'press':180 'problem':407 'puid':253,283 'radarr':2,276,279,468,481 'readarr':46 'recent':1 'repositori':436 'request':146 'requir':84,106 'restart':272,305 'ro':262,265,295,298 'router':75 'run':164 'seem':188 'servarr':44 'server':142 'servic':241 'sinc':222,329 'size':90,112 'solut':380 'someth':374 'sonarr':4,61,161,242,245,251,495,508 'sonarrbootstrapp':139 'sourc':87,109 'start':60,140,405,413 'stop':5,275,308,347 'sudo':194 'switch':339 'tcp':199 'tcp6':207 'test':482,509 'think':217,322 'tri':411 'true':98,120 'tz':257,287 'ubuntu1':31 'unless':274,307 'unless-stop':273,306 'url':129 'use':168,190,525,529 'user':176,449,450,461,462,474,475,488,489,501,502,515,516 'utc':93,115 'valid':150 've':331 'version':63,99,121,239 'volum':259,292,402,423 'wal':96,118 'want':535 'web':141 'went':539 'work':6,50,226 'would':368 'wrong':540 'x':447,459,472,486,499,513 'xr':446,458,471,485,498,512 '~22.04.1':32"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703455166
+visibility: "visible "
+apId: "https://lemmy.world/post/9939492"
+editedAt: DateTimeImmutable @1708014988 {#1793
date: 2024-02-15 17:36:28.0 +01:00
}
+createdAt: DateTimeImmutable @1703450666 {#2402
date: 2023-12-24 21:44:26.0 +01:00
}
} |
| 3 |
DENIED
|
edit
|
App\Entity\Entry {#2400
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#265
+icon: Proxies\__CG__\App\Entity\Image {#246 …}
+name: "selfhosted@lemmy.world"
+title: "selfhosted"
+description: """
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.\n
\n
Rules:\n
\n
- Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.\n
- No spam posting.\n
- Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.\n
- Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).\n
- No trolling.\n
\n
Resources:\n
\n
- [awesome-selfhosted software](https://github.com/awesome-selfhosted/awesome-selfhosted)\n
- [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) resources\n
- [Self-Hosted Podcast from Jupiter Broadcasting](https://selfhosted.show)\n
\n
> Any issues on the community? Report it using the report flag.\n
\n
> Questions? DM the mods!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 222
+entryCommentCount: 3916
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729582735 {#275
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#237 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#233 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#222 …}
+entries: Doctrine\ORM\PersistentCollection {#180 …}
+posts: Doctrine\ORM\PersistentCollection {#138 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#200 …}
+bans: Doctrine\ORM\PersistentCollection {#117 …}
+reports: Doctrine\ORM\PersistentCollection {#103 …}
+badges: Doctrine\ORM\PersistentCollection {#81 …}
+logs: Doctrine\ORM\PersistentCollection {#71 …}
+awards: Doctrine\ORM\PersistentCollection {#1346 …}
+categories: Doctrine\ORM\PersistentCollection {#1823 …}
-id: 120
+apId: "selfhosted@lemmy.world"
+apProfileId: "https://lemmy.world/c/selfhosted"
+apPublicUrl: "https://lemmy.world/c/selfhosted"
+apFollowersUrl: "https://lemmy.world/c/selfhosted/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "selfhosted"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703473826 {#269
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#271
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "Two-Servarr-Radar-and-Sonar-stopped-working-for-unknown-reasons"
+title: "Two Servarr (Radar and Sonar) stopped working for unknown reasons"
+url: null
+body: """
Recently, Radarr and Sonarr stopped working, and I don’t know why or where to look.\n
\n
Host: Kubuntu 22.04\n
\n
Kernel: 3.2.0-39-generic (64 bits)\n
\n
Docker: 24.0.5, build 24.0.5-0ubuntu1~22.04.1\n
\n
Image: linuxserver/sonarr 3.0.10.1567 and linuxserver/radarr 5.2.6.\n
\n
Every other app, including other servarr app (readarr, lidarr, etc.) is working\n
\n
Apps is giving me the following message:\n
\n
```\n
\n
<span style="color:#323232;">[Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.10.1567 \n
</span><span style="color:#323232;">[Info] AppFolderInfo: Data directory is being overridden to [/config] \n
</span><span style="color:#323232;">[Info] Router: Application mode: Interactive \n
</span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
</span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
</span><span style="color:#323232;">[Info] OwinHostController: Listening on the following URLs: \n
</span><span style="color:#323232;">[Info] OwinHostController: http://192.168.1.100:8989/ \n
</span><span style="color:#323232;">[Info] OwinHostController: http://localhost:8989/ \n
</span><span style="color:#323232;">[Info] SonarrBootstrapper: Starting Web Server \n
</span><span style="color:#323232;">[Fatal] ConsoleApp: The requested address is not valid in this context. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions \n
</span><span style="color:#323232;">Press enter to exit...\n
</span>\n
```\n
\n
I checked, and nothing seems to use the same port:\n
\n
```\n
\n
<span style="color:#323232;">~$ sudo netstat -nlp | grep 8989\n
</span><span style="color:#323232;">tcp 0 0 0.0.0.0:8989 0.0.0.0:* LISTEN 48005/docker-proxy \n
</span><span style="color:#323232;">tcp6 0 0 :::8989 :::* LISTEN 48011/docker-proxy \n
</span>\n
```\n
\n
And I don’t think permission is at fault since other docker apps works fine.\n
\n
Where should I look to fix that?\n
\n
Edit: the compose file\n
\n
```\n
\n
<span style="color:#323232;">version: '3.8'\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> Sonarr:\n
</span><span style="color:#323232;"> container_name: sonarr\n
</span><span style="color:#323232;"> image: linuxserver/sonarr\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> - '8989:8989' # sonarr\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - TZ=Canada/Eastern\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - '/etc/timezone:/etc/timezone:ro'\n
</span><span style="color:#323232;"> - '/etc/localtime:/etc/localtime:ro'\n
</span><span style="color:#323232;"> - '/bibliotheque1/configs/sonarr:/config'\n
</span><span style="color:#323232;"> - '/bibliotheque1:/data'\n
</span><span style="color:#323232;"> - '/bibliotheque2:/data2'\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> radarr:\n
</span><span style="color:#323232;"> container_name: radarr\n
</span><span style="color:#323232;"> image: linuxserver/radarr\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - TZ=Canada/Eastern\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> - '7878:7878'\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - '/etc/timezone:/etc/timezone:ro'\n
</span><span style="color:#323232;"> - '/etc/localtime:/etc/localtime:ro'\n
</span><span style="color:#323232;"> - '/bibliotheque1/configs/radarr:/config'\n
</span><span style="color:#323232;"> - '/bibliotheque1:/data'\n
</span><span style="color:#323232;"> - '/bibliotheque2:/data2'\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span>\n
```\n
\n
edit2: added all the details of the logs\n
\n
edit 3:\n
\n
I don’t think the issue is actually the port since I’ve got the same issue when I’m switching to a different port, and if I stop the container, its ports no longer appears in the netstats commands.\n
\n
Might be permission issue (but no idea what that would mean in its context) or something else.\n
\n
Edit 4 and kinda solution\n
-------------------------\n
\n
It IS a permission issue, although I’m not getting why it’s happening\n
\n
If the config file is in another volume, the container starts no problem. But if I try to starts with the old directory, it gave the error message.\n
\n
```\n
\n
<span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - '/bibliotheque1/configs/radarr_test:/config'\n
</span>\n
```\n
\n
But there is no difference in the owner of this repository\n
\n
Why can’t the container access it?\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x 7 $USER $USER 4096 mar 19 2023 heimdall\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:39 radarr\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:43 radarr_test\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:43 sonarr\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:43 sonarr_test\n
</span><span style="color:#323232;">drwxr-xr-x 4 $USER $USER 4096 aoû 28 23:07 plex\n
</span>\n
```\n
\n
I’ll use my backups and use a different directory, but I want to know what went wrong…
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703450666 {#2414
date: 2023-12-24 21:44:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 25033
-titleTs: "'radar':3 'reason':10 'servarr':2 'sonar':5 'stop':6 'two':1 'unknown':9 'work':7"
-bodyTs: "'-0':30 '-10000':91,113 '-39':22 '/app/sonarr/bin/sonarr.exe':62 '/bibliotheque1':268,301 '/bibliotheque1/configs/radarr':299 '/bibliotheque1/configs/radarr_test':424 '/bibliotheque1/configs/sonarr':266 '/bibliotheque2':270,303 '/config':73,267,300,425 '/config/logs.db':110 '/config/sonarr.db':88 '/data':269,302 '/data2':271,304 '/etc/localtime':263,264,296,297 '/etc/timezone':260,261,293,294 '0':200,201,208,209 '0.0.0.0':202,204 '07':521 '1000':254,256,284,286 '11':466,479,493,506 '19':453 '192.168.1.100':132 '2023':454 '22.04':19 '23':520 '24.0.5':27,29 '26':465,478,492,505 '28':519 '3':100,122,318 '3.0.10.1567':35,64 '3.2.0':21 '3.8':240 '39':467 '4':377,514 '4096':451,463,476,490,503,517 '43':480,494,507 '48005/docker-proxy':206 '48011/docker-proxy':212 '5.2.6':38 '6':460,473,487,500 '64':24 '7':448 '7878':290,291 '8989':133,137,173,198,203,210,249,250 'access':442 'actual':326 'ad':310 'address':147 'alreadi':163 'although':386 'anoth':158,165,401 'aoû':518 'app':41,45,51,225 'appear':354 'appfolderinfo':66 'applic':76,166 'backup':527 'bit':25 'bootstrap':59 'build':28 'cach':89,111 'canada/eastern':258,288 'check':81,103,185 'command':358 'compos':237 'config':397 'consoleapp':144 'contain':243,277,349,404,441 'context':153,372 'data':67,86,108 'databas':82,104 'datetimekind':92,114 'default':172 'detail':313 'differ':342,430,531 'directori':68,417,532 'docker':26,224 'drwxr':445,457,470,484,497,511 'drwxr-xr-x':444,456,469,483,496,510 'déc':464,477,491,504 'edit':235,317,376 'edit2':309 'els':375 'enter':181 'environ':252,282 'error':421 'etc':48 'everi':39 'exit':183 'fatal':143 'fault':221 'file':238,398 'fine':227 'fix':233 'follow':56,128 'gave':419 'generic':23 'get':390 'give':53 'got':332 'grep':197 'happen':156,394 'heimdal':455 'host':17 'idea':365 'imag':33,246,280 'includ':42 'info':58,65,74,79,101,123,130,134,138 'instanc':159 'insuffici':178 'interact':78 'issu':324,335,362,385 'journal':94,116 'kernel':20 'kinda':379 'know':11,537 'kubuntu':18 'lidarr':47 'linuxserver/radarr':37,281 'linuxserver/sonarr':34,247 'listen':125,205,211 'll':524 'localhost':136 'log':316 'longer':353 'look':16,231 'm':338,388 'mar':452 'mean':369 'messag':57,422 'might':359 'migrat':85,107 'migrationlogg':80,102 'mode':77,95,117 'name':244,278 'netstat':195,357 'nlp':196 'noth':187 'old':416 'overridden':71 'owinhostcontrol':124,131,135 'owner':433 'permiss':179,218,361,384 'pgid':255,285 'plex':522 'pool':97,119 'port':171,193,248,289,328,343,351 'press':180 'problem':407 'puid':253,283 'radarr':2,276,279,468,481 'readarr':46 'recent':1 'repositori':436 'request':146 'requir':84,106 'restart':272,305 'ro':262,265,295,298 'router':75 'run':164 'seem':188 'servarr':44 'server':142 'servic':241 'sinc':222,329 'size':90,112 'solut':380 'someth':374 'sonarr':4,61,161,242,245,251,495,508 'sonarrbootstrapp':139 'sourc':87,109 'start':60,140,405,413 'stop':5,275,308,347 'sudo':194 'switch':339 'tcp':199 'tcp6':207 'test':482,509 'think':217,322 'tri':411 'true':98,120 'tz':257,287 'ubuntu1':31 'unless':274,307 'unless-stop':273,306 'url':129 'use':168,190,525,529 'user':176,449,450,461,462,474,475,488,489,501,502,515,516 'utc':93,115 'valid':150 've':331 'version':63,99,121,239 'volum':259,292,402,423 'wal':96,118 'want':535 'web':141 'went':539 'work':6,50,226 'would':368 'wrong':540 'x':447,459,472,486,499,513 'xr':446,458,471,485,498,512 '~22.04.1':32"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703455166
+visibility: "visible "
+apId: "https://lemmy.world/post/9939492"
+editedAt: DateTimeImmutable @1708014988 {#1793
date: 2024-02-15 17:36:28.0 +01:00
}
+createdAt: DateTimeImmutable @1703450666 {#2402
date: 2023-12-24 21:44:26.0 +01:00
}
} |
| 4 |
DENIED
|
moderate
|
App\Entity\Entry {#2400
+user: Proxies\__CG__\App\Entity\User {#1978 …}
+magazine: App\Entity\Magazine {#265
+icon: Proxies\__CG__\App\Entity\Image {#246 …}
+name: "selfhosted@lemmy.world"
+title: "selfhosted"
+description: """
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.\n
\n
Rules:\n
\n
- Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.\n
- No spam posting.\n
- Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.\n
- Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).\n
- No trolling.\n
\n
Resources:\n
\n
- [awesome-selfhosted software](https://github.com/awesome-selfhosted/awesome-selfhosted)\n
- [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) resources\n
- [Self-Hosted Podcast from Jupiter Broadcasting](https://selfhosted.show)\n
\n
> Any issues on the community? Report it using the report flag.\n
\n
> Questions? DM the mods!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 222
+entryCommentCount: 3916
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729582735 {#275
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#237 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#233 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#222 …}
+entries: Doctrine\ORM\PersistentCollection {#180 …}
+posts: Doctrine\ORM\PersistentCollection {#138 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#200 …}
+bans: Doctrine\ORM\PersistentCollection {#117 …}
+reports: Doctrine\ORM\PersistentCollection {#103 …}
+badges: Doctrine\ORM\PersistentCollection {#81 …}
+logs: Doctrine\ORM\PersistentCollection {#71 …}
+awards: Doctrine\ORM\PersistentCollection {#1346 …}
+categories: Doctrine\ORM\PersistentCollection {#1823 …}
-id: 120
+apId: "selfhosted@lemmy.world"
+apProfileId: "https://lemmy.world/c/selfhosted"
+apPublicUrl: "https://lemmy.world/c/selfhosted"
+apFollowersUrl: "https://lemmy.world/c/selfhosted/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "selfhosted"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703473826 {#269
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#271
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
+slug: "Two-Servarr-Radar-and-Sonar-stopped-working-for-unknown-reasons"
+title: "Two Servarr (Radar and Sonar) stopped working for unknown reasons"
+url: null
+body: """
Recently, Radarr and Sonarr stopped working, and I don’t know why or where to look.\n
\n
Host: Kubuntu 22.04\n
\n
Kernel: 3.2.0-39-generic (64 bits)\n
\n
Docker: 24.0.5, build 24.0.5-0ubuntu1~22.04.1\n
\n
Image: linuxserver/sonarr 3.0.10.1567 and linuxserver/radarr 5.2.6.\n
\n
Every other app, including other servarr app (readarr, lidarr, etc.) is working\n
\n
Apps is giving me the following message:\n
\n
```\n
\n
<span style="color:#323232;">[Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.10.1567 \n
</span><span style="color:#323232;">[Info] AppFolderInfo: Data directory is being overridden to [/config] \n
</span><span style="color:#323232;">[Info] Router: Application mode: Interactive \n
</span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
</span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
</span><span style="color:#323232;">[Info] OwinHostController: Listening on the following URLs: \n
</span><span style="color:#323232;">[Info] OwinHostController: http://192.168.1.100:8989/ \n
</span><span style="color:#323232;">[Info] OwinHostController: http://localhost:8989/ \n
</span><span style="color:#323232;">[Info] SonarrBootstrapper: Starting Web Server \n
</span><span style="color:#323232;">[Fatal] ConsoleApp: The requested address is not valid in this context. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions \n
</span><span style="color:#323232;">Press enter to exit...\n
</span>\n
```\n
\n
I checked, and nothing seems to use the same port:\n
\n
```\n
\n
<span style="color:#323232;">~$ sudo netstat -nlp | grep 8989\n
</span><span style="color:#323232;">tcp 0 0 0.0.0.0:8989 0.0.0.0:* LISTEN 48005/docker-proxy \n
</span><span style="color:#323232;">tcp6 0 0 :::8989 :::* LISTEN 48011/docker-proxy \n
</span>\n
```\n
\n
And I don’t think permission is at fault since other docker apps works fine.\n
\n
Where should I look to fix that?\n
\n
Edit: the compose file\n
\n
```\n
\n
<span style="color:#323232;">version: '3.8'\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> Sonarr:\n
</span><span style="color:#323232;"> container_name: sonarr\n
</span><span style="color:#323232;"> image: linuxserver/sonarr\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> - '8989:8989' # sonarr\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - TZ=Canada/Eastern\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - '/etc/timezone:/etc/timezone:ro'\n
</span><span style="color:#323232;"> - '/etc/localtime:/etc/localtime:ro'\n
</span><span style="color:#323232;"> - '/bibliotheque1/configs/sonarr:/config'\n
</span><span style="color:#323232;"> - '/bibliotheque1:/data'\n
</span><span style="color:#323232;"> - '/bibliotheque2:/data2'\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> radarr:\n
</span><span style="color:#323232;"> container_name: radarr\n
</span><span style="color:#323232;"> image: linuxserver/radarr\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - TZ=Canada/Eastern\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> - '7878:7878'\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - '/etc/timezone:/etc/timezone:ro'\n
</span><span style="color:#323232;"> - '/etc/localtime:/etc/localtime:ro'\n
</span><span style="color:#323232;"> - '/bibliotheque1/configs/radarr:/config'\n
</span><span style="color:#323232;"> - '/bibliotheque1:/data'\n
</span><span style="color:#323232;"> - '/bibliotheque2:/data2'\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span>\n
```\n
\n
edit2: added all the details of the logs\n
\n
edit 3:\n
\n
I don’t think the issue is actually the port since I’ve got the same issue when I’m switching to a different port, and if I stop the container, its ports no longer appears in the netstats commands.\n
\n
Might be permission issue (but no idea what that would mean in its context) or something else.\n
\n
Edit 4 and kinda solution\n
-------------------------\n
\n
It IS a permission issue, although I’m not getting why it’s happening\n
\n
If the config file is in another volume, the container starts no problem. But if I try to starts with the old directory, it gave the error message.\n
\n
```\n
\n
<span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - '/bibliotheque1/configs/radarr_test:/config'\n
</span>\n
```\n
\n
But there is no difference in the owner of this repository\n
\n
Why can’t the container access it?\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x 7 $USER $USER 4096 mar 19 2023 heimdall\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:39 radarr\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:43 radarr_test\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:43 sonarr\n
</span><span style="color:#323232;">drwxr-xr-x 6 $USER $USER 4096 déc 26 11:43 sonarr_test\n
</span><span style="color:#323232;">drwxr-xr-x 4 $USER $USER 4096 aoû 28 23:07 plex\n
</span>\n
```\n
\n
I’ll use my backups and use a different directory, but I want to know what went wrong…
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703450666 {#2414
date: 2023-12-24 21:44:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1688 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1965 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 25033
-titleTs: "'radar':3 'reason':10 'servarr':2 'sonar':5 'stop':6 'two':1 'unknown':9 'work':7"
-bodyTs: "'-0':30 '-10000':91,113 '-39':22 '/app/sonarr/bin/sonarr.exe':62 '/bibliotheque1':268,301 '/bibliotheque1/configs/radarr':299 '/bibliotheque1/configs/radarr_test':424 '/bibliotheque1/configs/sonarr':266 '/bibliotheque2':270,303 '/config':73,267,300,425 '/config/logs.db':110 '/config/sonarr.db':88 '/data':269,302 '/data2':271,304 '/etc/localtime':263,264,296,297 '/etc/timezone':260,261,293,294 '0':200,201,208,209 '0.0.0.0':202,204 '07':521 '1000':254,256,284,286 '11':466,479,493,506 '19':453 '192.168.1.100':132 '2023':454 '22.04':19 '23':520 '24.0.5':27,29 '26':465,478,492,505 '28':519 '3':100,122,318 '3.0.10.1567':35,64 '3.2.0':21 '3.8':240 '39':467 '4':377,514 '4096':451,463,476,490,503,517 '43':480,494,507 '48005/docker-proxy':206 '48011/docker-proxy':212 '5.2.6':38 '6':460,473,487,500 '64':24 '7':448 '7878':290,291 '8989':133,137,173,198,203,210,249,250 'access':442 'actual':326 'ad':310 'address':147 'alreadi':163 'although':386 'anoth':158,165,401 'aoû':518 'app':41,45,51,225 'appear':354 'appfolderinfo':66 'applic':76,166 'backup':527 'bit':25 'bootstrap':59 'build':28 'cach':89,111 'canada/eastern':258,288 'check':81,103,185 'command':358 'compos':237 'config':397 'consoleapp':144 'contain':243,277,349,404,441 'context':153,372 'data':67,86,108 'databas':82,104 'datetimekind':92,114 'default':172 'detail':313 'differ':342,430,531 'directori':68,417,532 'docker':26,224 'drwxr':445,457,470,484,497,511 'drwxr-xr-x':444,456,469,483,496,510 'déc':464,477,491,504 'edit':235,317,376 'edit2':309 'els':375 'enter':181 'environ':252,282 'error':421 'etc':48 'everi':39 'exit':183 'fatal':143 'fault':221 'file':238,398 'fine':227 'fix':233 'follow':56,128 'gave':419 'generic':23 'get':390 'give':53 'got':332 'grep':197 'happen':156,394 'heimdal':455 'host':17 'idea':365 'imag':33,246,280 'includ':42 'info':58,65,74,79,101,123,130,134,138 'instanc':159 'insuffici':178 'interact':78 'issu':324,335,362,385 'journal':94,116 'kernel':20 'kinda':379 'know':11,537 'kubuntu':18 'lidarr':47 'linuxserver/radarr':37,281 'linuxserver/sonarr':34,247 'listen':125,205,211 'll':524 'localhost':136 'log':316 'longer':353 'look':16,231 'm':338,388 'mar':452 'mean':369 'messag':57,422 'might':359 'migrat':85,107 'migrationlogg':80,102 'mode':77,95,117 'name':244,278 'netstat':195,357 'nlp':196 'noth':187 'old':416 'overridden':71 'owinhostcontrol':124,131,135 'owner':433 'permiss':179,218,361,384 'pgid':255,285 'plex':522 'pool':97,119 'port':171,193,248,289,328,343,351 'press':180 'problem':407 'puid':253,283 'radarr':2,276,279,468,481 'readarr':46 'recent':1 'repositori':436 'request':146 'requir':84,106 'restart':272,305 'ro':262,265,295,298 'router':75 'run':164 'seem':188 'servarr':44 'server':142 'servic':241 'sinc':222,329 'size':90,112 'solut':380 'someth':374 'sonarr':4,61,161,242,245,251,495,508 'sonarrbootstrapp':139 'sourc':87,109 'start':60,140,405,413 'stop':5,275,308,347 'sudo':194 'switch':339 'tcp':199 'tcp6':207 'test':482,509 'think':217,322 'tri':411 'true':98,120 'tz':257,287 'ubuntu1':31 'unless':274,307 'unless-stop':273,306 'url':129 'use':168,190,525,529 'user':176,449,450,461,462,474,475,488,489,501,502,515,516 'utc':93,115 'valid':150 've':331 'version':63,99,121,239 'volum':259,292,402,423 'wal':96,118 'want':535 'web':141 'went':539 'work':6,50,226 'would':368 'wrong':540 'x':447,459,472,486,499,513 'xr':446,458,471,485,498,512 '~22.04.1':32"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703455166
+visibility: "visible "
+apId: "https://lemmy.world/post/9939492"
+editedAt: DateTimeImmutable @1708014988 {#1793
date: 2024-02-15 17:36:28.0 +01:00
}
+createdAt: DateTimeImmutable @1703450666 {#2402
date: 2023-12-24 21:44:26.0 +01:00
}
} |