1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4030
+user: App\Entity\User {#3978 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: """
There are a few ways around it. The simplest is to add the `–privileged` option.\n
\n
The more secure method with podman is by specifying a user (ex `-u 10001:10001`) from your extended subuid:subgid range after your full and proper setup of rootless podman :-)\n
\n
Then instead of `chown` you’ll want to use the oddly named `podman unshare` tool to automatically set the permissions of the host directory. You would then want to start your service with `systemctl --user` instead of `sudo systemctl`
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1726946871 {#4039
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4028 …}
+nested: Doctrine\ORM\PersistentCollection {#4026 …}
+votes: Doctrine\ORM\PersistentCollection {#4024 …}
+reports: Doctrine\ORM\PersistentCollection {#4022 …}
+favourites: Doctrine\ORM\PersistentCollection {#3990 …}
+notifications: Doctrine\ORM\PersistentCollection {#3994 …}
-id: 321825
-bodyTs: "'10001':29,30 'add':12 'around':6 'automat':62 'chown':49 'directori':69 'ex':27 'extend':33 'full':39 'host':68 'instead':47,81 'll':51 'method':19 'name':57 'odd':56 'option':15 'permiss':65 'podman':21,45,58 'privileg':14 'proper':41 'rang':36 'rootless':44 'secur':18 'servic':77 'set':63 'setup':42 'simplest':9 'specifi':24 'start':75 'subgid':35 'subuid':34 'sudo':83 'systemctl':79,84 'tool':60 'u':28 'unshar':59 'use':54 'user':26,80 'want':52,73 'way':5 'would':71"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6819347"
+editedAt: null
+createdAt: DateTimeImmutable @1705648672 {#3975
date: 2024-01-19 08:17:52.0 +01:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#4030
+user: App\Entity\User {#3978 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: """
There are a few ways around it. The simplest is to add the `–privileged` option.\n
\n
The more secure method with podman is by specifying a user (ex `-u 10001:10001`) from your extended subuid:subgid range after your full and proper setup of rootless podman :-)\n
\n
Then instead of `chown` you’ll want to use the oddly named `podman unshare` tool to automatically set the permissions of the host directory. You would then want to start your service with `systemctl --user` instead of `sudo systemctl`
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1726946871 {#4039
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4028 …}
+nested: Doctrine\ORM\PersistentCollection {#4026 …}
+votes: Doctrine\ORM\PersistentCollection {#4024 …}
+reports: Doctrine\ORM\PersistentCollection {#4022 …}
+favourites: Doctrine\ORM\PersistentCollection {#3990 …}
+notifications: Doctrine\ORM\PersistentCollection {#3994 …}
-id: 321825
-bodyTs: "'10001':29,30 'add':12 'around':6 'automat':62 'chown':49 'directori':69 'ex':27 'extend':33 'full':39 'host':68 'instead':47,81 'll':51 'method':19 'name':57 'odd':56 'option':15 'permiss':65 'podman':21,45,58 'privileg':14 'proper':41 'rang':36 'rootless':44 'secur':18 'servic':77 'set':63 'setup':42 'simplest':9 'specifi':24 'start':75 'subgid':35 'subuid':34 'sudo':83 'systemctl':79,84 'tool':60 'u':28 'unshar':59 'use':54 'user':26,80 'want':52,73 'way':5 'would':71"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6819347"
+editedAt: null
+createdAt: DateTimeImmutable @1705648672 {#3975
date: 2024-01-19 08:17:52.0 +01:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4030
+user: App\Entity\User {#3978 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: """
There are a few ways around it. The simplest is to add the `–privileged` option.\n
\n
The more secure method with podman is by specifying a user (ex `-u 10001:10001`) from your extended subuid:subgid range after your full and proper setup of rootless podman :-)\n
\n
Then instead of `chown` you’ll want to use the oddly named `podman unshare` tool to automatically set the permissions of the host directory. You would then want to start your service with `systemctl --user` instead of `sudo systemctl`
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1726946871 {#4039
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4028 …}
+nested: Doctrine\ORM\PersistentCollection {#4026 …}
+votes: Doctrine\ORM\PersistentCollection {#4024 …}
+reports: Doctrine\ORM\PersistentCollection {#4022 …}
+favourites: Doctrine\ORM\PersistentCollection {#3990 …}
+notifications: Doctrine\ORM\PersistentCollection {#3994 …}
-id: 321825
-bodyTs: "'10001':29,30 'add':12 'around':6 'automat':62 'chown':49 'directori':69 'ex':27 'extend':33 'full':39 'host':68 'instead':47,81 'll':51 'method':19 'name':57 'odd':56 'option':15 'permiss':65 'podman':21,45,58 'privileg':14 'proper':41 'rang':36 'rootless':44 'secur':18 'servic':77 'set':63 'setup':42 'simplest':9 'specifi':24 'start':75 'subgid':35 'subuid':34 'sudo':83 'systemctl':79,84 'tool':60 'u':28 'unshar':59 'use':54 'user':26,80 'want':52,73 'way':5 'would':71"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6819347"
+editedAt: null
+createdAt: DateTimeImmutable @1705648672 {#3975
date: 2024-01-19 08:17:52.0 +01:00
}
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4062
+user: App\Entity\User {#4051 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: "On my OpenSuse server I had to add :Z after /data in the bind, dont know if it applies to your setup, but it is easy to test and see if it works"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1726868007 {#4068
date: 2024-09-20 23:33:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4067 …}
+nested: Doctrine\ORM\PersistentCollection {#4066 …}
+votes: Doctrine\ORM\PersistentCollection {#4057 …}
+reports: Doctrine\ORM\PersistentCollection {#4060 …}
+favourites: Doctrine\ORM\PersistentCollection {#4055 …}
+notifications: Doctrine\ORM\PersistentCollection {#4053 …}
-id: 321719
-bodyTs: "'/data':11 'add':8 'appli':19 'bind':14 'dont':15 'easi':26 'know':16 'opensus':3 'see':30 'server':4 'setup':22 'test':28 'work':33 'z':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.dk/comment/5270662"
+editedAt: null
+createdAt: DateTimeImmutable @1705645504 {#4073
date: 2024-01-19 07:25:04.0 +01:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#4062
+user: App\Entity\User {#4051 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: "On my OpenSuse server I had to add :Z after /data in the bind, dont know if it applies to your setup, but it is easy to test and see if it works"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1726868007 {#4068
date: 2024-09-20 23:33:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4067 …}
+nested: Doctrine\ORM\PersistentCollection {#4066 …}
+votes: Doctrine\ORM\PersistentCollection {#4057 …}
+reports: Doctrine\ORM\PersistentCollection {#4060 …}
+favourites: Doctrine\ORM\PersistentCollection {#4055 …}
+notifications: Doctrine\ORM\PersistentCollection {#4053 …}
-id: 321719
-bodyTs: "'/data':11 'add':8 'appli':19 'bind':14 'dont':15 'easi':26 'know':16 'opensus':3 'see':30 'server':4 'setup':22 'test':28 'work':33 'z':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.dk/comment/5270662"
+editedAt: null
+createdAt: DateTimeImmutable @1705645504 {#4073
date: 2024-01-19 07:25:04.0 +01:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4062
+user: App\Entity\User {#4051 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: "On my OpenSuse server I had to add :Z after /data in the bind, dont know if it applies to your setup, but it is easy to test and see if it works"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1726868007 {#4068
date: 2024-09-20 23:33:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4067 …}
+nested: Doctrine\ORM\PersistentCollection {#4066 …}
+votes: Doctrine\ORM\PersistentCollection {#4057 …}
+reports: Doctrine\ORM\PersistentCollection {#4060 …}
+favourites: Doctrine\ORM\PersistentCollection {#4055 …}
+notifications: Doctrine\ORM\PersistentCollection {#4053 …}
-id: 321719
-bodyTs: "'/data':11 'add':8 'appli':19 'bind':14 'dont':15 'easi':26 'know':16 'opensus':3 'see':30 'server':4 'setup':22 'test':28 'work':33 'z':9"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.dk/comment/5270662"
+editedAt: null
+createdAt: DateTimeImmutable @1705645504 {#4073
date: 2024-01-19 07:25:04.0 +01:00
}
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4147
+user: App\Entity\User {#4160 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: "Try running the chown outside of the container: `chown -R 1000:1000 /home/privatenoob/media/storage1/Filmek`"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1726867029 {#4142
date: 2024-09-20 23:17:09.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4148 …}
+nested: Doctrine\ORM\PersistentCollection {#4150 …}
+votes: Doctrine\ORM\PersistentCollection {#4152 …}
+reports: Doctrine\ORM\PersistentCollection {#4154 …}
+favourites: Doctrine\ORM\PersistentCollection {#4156 …}
+notifications: Doctrine\ORM\PersistentCollection {#4158 …}
-id: 320529
-bodyTs: "'/home/privatenoob/media/storage1/filmek':13 '1000':11,12 'chown':4,9 'contain':8 'outsid':5 'r':10 'run':2 'tri':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.sdf.org/comment/7464729"
+editedAt: null
+createdAt: DateTimeImmutable @1705615510 {#4143
date: 2024-01-18 23:05:10.0 +01:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#4147
+user: App\Entity\User {#4160 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: "Try running the chown outside of the container: `chown -R 1000:1000 /home/privatenoob/media/storage1/Filmek`"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1726867029 {#4142
date: 2024-09-20 23:17:09.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4148 …}
+nested: Doctrine\ORM\PersistentCollection {#4150 …}
+votes: Doctrine\ORM\PersistentCollection {#4152 …}
+reports: Doctrine\ORM\PersistentCollection {#4154 …}
+favourites: Doctrine\ORM\PersistentCollection {#4156 …}
+notifications: Doctrine\ORM\PersistentCollection {#4158 …}
-id: 320529
-bodyTs: "'/home/privatenoob/media/storage1/filmek':13 '1000':11,12 'chown':4,9 'contain':8 'outsid':5 'r':10 'run':2 'tri':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.sdf.org/comment/7464729"
+editedAt: null
+createdAt: DateTimeImmutable @1705615510 {#4143
date: 2024-01-18 23:05:10.0 +01:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4147
+user: App\Entity\User {#4160 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: "Try running the chown outside of the container: `chown -R 1000:1000 /home/privatenoob/media/storage1/Filmek`"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1726867029 {#4142
date: 2024-09-20 23:17:09.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4148 …}
+nested: Doctrine\ORM\PersistentCollection {#4150 …}
+votes: Doctrine\ORM\PersistentCollection {#4152 …}
+reports: Doctrine\ORM\PersistentCollection {#4154 …}
+favourites: Doctrine\ORM\PersistentCollection {#4156 …}
+notifications: Doctrine\ORM\PersistentCollection {#4158 …}
-id: 320529
-bodyTs: "'/home/privatenoob/media/storage1/filmek':13 '1000':11,12 'chown':4,9 'contain':8 'outsid':5 'r':10 'run':2 'tri':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.sdf.org/comment/7464729"
+editedAt: null
+createdAt: DateTimeImmutable @1705615510 {#4143
date: 2024-01-18 23:05:10.0 +01:00
}
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4221
+user: App\Entity\User {#4234 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: """
Drop the / in “/data” for the chown command. Now it is looking for a data folder in root, and not the one in “Filmek”.\n
\n
Don’t know if it will help with your issue thou
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705613022 {#4215
date: 2024-01-18 22:23:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4222 …}
+nested: Doctrine\ORM\PersistentCollection {#4224 …}
+votes: Doctrine\ORM\PersistentCollection {#4226 …}
+reports: Doctrine\ORM\PersistentCollection {#4228 …}
+favourites: Doctrine\ORM\PersistentCollection {#4230 …}
+notifications: Doctrine\ORM\PersistentCollection {#4232 …}
-id: 320420
-bodyTs: "'/data':4 'chown':7 'command':8 'data':15 'drop':1 'filmek':24 'folder':16 'help':31 'issu':34 'know':27 'look':12 'one':22 'root':18 'thou':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6259132"
+editedAt: DateTimeImmutable @1726483606 {#4216
date: 2024-09-16 12:46:46.0 +02:00
}
+createdAt: DateTimeImmutable @1705613022 {#4217
date: 2024-01-18 22:23:42.0 +01:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#4221
+user: App\Entity\User {#4234 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: """
Drop the / in “/data” for the chown command. Now it is looking for a data folder in root, and not the one in “Filmek”.\n
\n
Don’t know if it will help with your issue thou
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705613022 {#4215
date: 2024-01-18 22:23:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4222 …}
+nested: Doctrine\ORM\PersistentCollection {#4224 …}
+votes: Doctrine\ORM\PersistentCollection {#4226 …}
+reports: Doctrine\ORM\PersistentCollection {#4228 …}
+favourites: Doctrine\ORM\PersistentCollection {#4230 …}
+notifications: Doctrine\ORM\PersistentCollection {#4232 …}
-id: 320420
-bodyTs: "'/data':4 'chown':7 'command':8 'data':15 'drop':1 'filmek':24 'folder':16 'help':31 'issu':34 'know':27 'look':12 'one':22 'root':18 'thou':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6259132"
+editedAt: DateTimeImmutable @1726483606 {#4216
date: 2024-09-16 12:46:46.0 +02:00
}
+createdAt: DateTimeImmutable @1705613022 {#4217
date: 2024-01-18 22:23:42.0 +01:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4221
+user: App\Entity\User {#4234 …}
+entry: App\Entity\Entry {#2419
+user: Proxies\__CG__\App\Entity\User {#1970 …}
+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: Proxies\__CG__\App\Entity\Image {#1943 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2414
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1866 …}
+votes: Doctrine\ORM\PersistentCollection {#1966 …}
+reports: Doctrine\ORM\PersistentCollection {#1946 …}
+favourites: Doctrine\ORM\PersistentCollection {#1368 …}
+notifications: Doctrine\ORM\PersistentCollection {#2426 …}
+badges: Doctrine\ORM\PersistentCollection {#2439 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#1793
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#265}
+image: null
+parent: null
+root: null
+body: """
Drop the / in “/data” for the chown command. Now it is looking for a data folder in root, and not the one in “Filmek”.\n
\n
Don’t know if it will help with your issue thou
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705613022 {#4215
date: 2024-01-18 22:23:42.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4222 …}
+nested: Doctrine\ORM\PersistentCollection {#4224 …}
+votes: Doctrine\ORM\PersistentCollection {#4226 …}
+reports: Doctrine\ORM\PersistentCollection {#4228 …}
+favourites: Doctrine\ORM\PersistentCollection {#4230 …}
+notifications: Doctrine\ORM\PersistentCollection {#4232 …}
-id: 320420
-bodyTs: "'/data':4 'chown':7 'command':8 'data':15 'drop':1 'filmek':24 'folder':16 'help':31 'issu':34 'know':27 'look':12 'one':22 'root':18 'thou':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6259132"
+editedAt: DateTimeImmutable @1726483606 {#4216
date: 2024-09-16 12:46:46.0 +02:00
}
+createdAt: DateTimeImmutable @1705613022 {#4217
date: 2024-01-18 22:23:42.0 +01:00
}
} |
|
Show voter details
|
21 |
DENIED
|
edit
|
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
}
} |
|
Show voter details
|