1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
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 {#4046
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4055
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4044 …}
+nested: Doctrine\ORM\PersistentCollection {#4042 …}
+votes: Doctrine\ORM\PersistentCollection {#4040 …}
+reports: Doctrine\ORM\PersistentCollection {#4038 …}
+favourites: Doctrine\ORM\PersistentCollection {#4006 …}
+notifications: Doctrine\ORM\PersistentCollection {#4010 …}
-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 {#3991
date: 2024-01-19 08:17:52.0 +01:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#4046
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4055
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4044 …}
+nested: Doctrine\ORM\PersistentCollection {#4042 …}
+votes: Doctrine\ORM\PersistentCollection {#4040 …}
+reports: Doctrine\ORM\PersistentCollection {#4038 …}
+favourites: Doctrine\ORM\PersistentCollection {#4006 …}
+notifications: Doctrine\ORM\PersistentCollection {#4010 …}
-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 {#3991
date: 2024-01-19 08:17:52.0 +01:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4046
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4055
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4044 …}
+nested: Doctrine\ORM\PersistentCollection {#4042 …}
+votes: Doctrine\ORM\PersistentCollection {#4040 …}
+reports: Doctrine\ORM\PersistentCollection {#4038 …}
+favourites: Doctrine\ORM\PersistentCollection {#4006 …}
+notifications: Doctrine\ORM\PersistentCollection {#4010 …}
-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 {#3991
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 {#4352
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4046
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4055
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4044 …}
+nested: Doctrine\ORM\PersistentCollection {#4042 …}
+votes: Doctrine\ORM\PersistentCollection {#4040 …}
+reports: Doctrine\ORM\PersistentCollection {#4038 …}
+favourites: Doctrine\ORM\PersistentCollection {#4006 …}
+notifications: Doctrine\ORM\PersistentCollection {#4010 …}
-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 {#3991
date: 2024-01-19 08:17:52.0 +01:00
}
}
+root: App\Entity\EntryComment {#4046}
+body: """
Okay so I’ve done these steps (it seems rootless podman have been setup by Rocky automatically):\n
\n
1. Get subuid:subgid with /etc/subuid:\n
\n
`privatenoob:100000:65536`\n
\n
2.:Changed ExecStart to this:\n
\n
`ExecStart=podman run --name=radarr -u 100000:65536 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest`\n
\n
3.: `podman unshare chown -R 100000:65536 /home/privatenoob/media/storage1/Filmek/`\n
\n
Unfortunately unsharing gave me invalid arguments.\n
\n
`chown: changing ownership of ‘/home/privatenoob/media/storage1/Filmek/’: Invalid argument`\n
\n
I have tried by leaving the -e PUID=1000 parts on but those didn’t work either. Yeah and I’m using systemctl --user. Thanks for your help!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696056 {#4349
date: 2024-01-19 21:27:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4353 …}
+nested: Doctrine\ORM\PersistentCollection {#4355 …}
+votes: Doctrine\ORM\PersistentCollection {#4357 …}
+reports: Doctrine\ORM\PersistentCollection {#4359 …}
+favourites: Doctrine\ORM\PersistentCollection {#4361 …}
+notifications: Doctrine\ORM\PersistentCollection {#4363 …}
-id: 323847
-bodyTs: "'/config':47 '/data':50 '/etc/subuid':23 '/home/privatenoob/media/storage1/filmek':49,65,76 '/linuxserver/radarr:latest':57 '1':18 '1000':87 '100000':25,38,63 '2':27 '3':58 '65536':26,39,64 '7878':41,42 'argument':71,78 'automat':17 'chang':28,73 'chown':61,72 'config':46 'didn':92 'done':5 'e':85 'either':95 'execstart':29,32 'gave':68 'get':19 'help':106 'invalid':70,77 'leav':83 'lscr.io':56 'lscr.io/linuxserver/radarr:latest':55 'm':99 'name':35 'okay':1 'ownership':74 'p':40 'part':88 'podman':11,33,59 'privatenoob':24 'puid':86 'r':62 'radarr':36,45 'radarr-config':44 'restart':51 'rocki':16 'rootless':10 'run':34 'seem':9 'setup':14 'step':7 'stop':54 'subgid':21 'subuid':20 'systemctl':101 'thank':103 'tri':81 'u':37 'unfortun':66 'unless':53 'unless-stop':52 'unshar':60,67 'use':100 'user':102 'v':43,48 've':4 'work':94 'yeah':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287116"
+editedAt: DateTimeImmutable @1726867080 {#4350
date: 2024-09-20 23:18:00.0 +02:00
}
+createdAt: DateTimeImmutable @1705696056 {#4351
date: 2024-01-19 21:27:36.0 +01:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#4352
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4046
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4055
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4044 …}
+nested: Doctrine\ORM\PersistentCollection {#4042 …}
+votes: Doctrine\ORM\PersistentCollection {#4040 …}
+reports: Doctrine\ORM\PersistentCollection {#4038 …}
+favourites: Doctrine\ORM\PersistentCollection {#4006 …}
+notifications: Doctrine\ORM\PersistentCollection {#4010 …}
-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 {#3991
date: 2024-01-19 08:17:52.0 +01:00
}
}
+root: App\Entity\EntryComment {#4046}
+body: """
Okay so I’ve done these steps (it seems rootless podman have been setup by Rocky automatically):\n
\n
1. Get subuid:subgid with /etc/subuid:\n
\n
`privatenoob:100000:65536`\n
\n
2.:Changed ExecStart to this:\n
\n
`ExecStart=podman run --name=radarr -u 100000:65536 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest`\n
\n
3.: `podman unshare chown -R 100000:65536 /home/privatenoob/media/storage1/Filmek/`\n
\n
Unfortunately unsharing gave me invalid arguments.\n
\n
`chown: changing ownership of ‘/home/privatenoob/media/storage1/Filmek/’: Invalid argument`\n
\n
I have tried by leaving the -e PUID=1000 parts on but those didn’t work either. Yeah and I’m using systemctl --user. Thanks for your help!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696056 {#4349
date: 2024-01-19 21:27:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4353 …}
+nested: Doctrine\ORM\PersistentCollection {#4355 …}
+votes: Doctrine\ORM\PersistentCollection {#4357 …}
+reports: Doctrine\ORM\PersistentCollection {#4359 …}
+favourites: Doctrine\ORM\PersistentCollection {#4361 …}
+notifications: Doctrine\ORM\PersistentCollection {#4363 …}
-id: 323847
-bodyTs: "'/config':47 '/data':50 '/etc/subuid':23 '/home/privatenoob/media/storage1/filmek':49,65,76 '/linuxserver/radarr:latest':57 '1':18 '1000':87 '100000':25,38,63 '2':27 '3':58 '65536':26,39,64 '7878':41,42 'argument':71,78 'automat':17 'chang':28,73 'chown':61,72 'config':46 'didn':92 'done':5 'e':85 'either':95 'execstart':29,32 'gave':68 'get':19 'help':106 'invalid':70,77 'leav':83 'lscr.io':56 'lscr.io/linuxserver/radarr:latest':55 'm':99 'name':35 'okay':1 'ownership':74 'p':40 'part':88 'podman':11,33,59 'privatenoob':24 'puid':86 'r':62 'radarr':36,45 'radarr-config':44 'restart':51 'rocki':16 'rootless':10 'run':34 'seem':9 'setup':14 'step':7 'stop':54 'subgid':21 'subuid':20 'systemctl':101 'thank':103 'tri':81 'u':37 'unfortun':66 'unless':53 'unless-stop':52 'unshar':60,67 'use':100 'user':102 'v':43,48 've':4 'work':94 'yeah':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287116"
+editedAt: DateTimeImmutable @1726867080 {#4350
date: 2024-09-20 23:18:00.0 +02:00
}
+createdAt: DateTimeImmutable @1705696056 {#4351
date: 2024-01-19 21:27:36.0 +01:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4352
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4046
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4055
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4044 …}
+nested: Doctrine\ORM\PersistentCollection {#4042 …}
+votes: Doctrine\ORM\PersistentCollection {#4040 …}
+reports: Doctrine\ORM\PersistentCollection {#4038 …}
+favourites: Doctrine\ORM\PersistentCollection {#4006 …}
+notifications: Doctrine\ORM\PersistentCollection {#4010 …}
-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 {#3991
date: 2024-01-19 08:17:52.0 +01:00
}
}
+root: App\Entity\EntryComment {#4046}
+body: """
Okay so I’ve done these steps (it seems rootless podman have been setup by Rocky automatically):\n
\n
1. Get subuid:subgid with /etc/subuid:\n
\n
`privatenoob:100000:65536`\n
\n
2.:Changed ExecStart to this:\n
\n
`ExecStart=podman run --name=radarr -u 100000:65536 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest`\n
\n
3.: `podman unshare chown -R 100000:65536 /home/privatenoob/media/storage1/Filmek/`\n
\n
Unfortunately unsharing gave me invalid arguments.\n
\n
`chown: changing ownership of ‘/home/privatenoob/media/storage1/Filmek/’: Invalid argument`\n
\n
I have tried by leaving the -e PUID=1000 parts on but those didn’t work either. Yeah and I’m using systemctl --user. Thanks for your help!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696056 {#4349
date: 2024-01-19 21:27:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4353 …}
+nested: Doctrine\ORM\PersistentCollection {#4355 …}
+votes: Doctrine\ORM\PersistentCollection {#4357 …}
+reports: Doctrine\ORM\PersistentCollection {#4359 …}
+favourites: Doctrine\ORM\PersistentCollection {#4361 …}
+notifications: Doctrine\ORM\PersistentCollection {#4363 …}
-id: 323847
-bodyTs: "'/config':47 '/data':50 '/etc/subuid':23 '/home/privatenoob/media/storage1/filmek':49,65,76 '/linuxserver/radarr:latest':57 '1':18 '1000':87 '100000':25,38,63 '2':27 '3':58 '65536':26,39,64 '7878':41,42 'argument':71,78 'automat':17 'chang':28,73 'chown':61,72 'config':46 'didn':92 'done':5 'e':85 'either':95 'execstart':29,32 'gave':68 'get':19 'help':106 'invalid':70,77 'leav':83 'lscr.io':56 'lscr.io/linuxserver/radarr:latest':55 'm':99 'name':35 'okay':1 'ownership':74 'p':40 'part':88 'podman':11,33,59 'privatenoob':24 'puid':86 'r':62 'radarr':36,45 'radarr-config':44 'restart':51 'rocki':16 'rootless':10 'run':34 'seem':9 'setup':14 'step':7 'stop':54 'subgid':21 'subuid':20 'systemctl':101 'thank':103 'tri':81 'u':37 'unfortun':66 'unless':53 'unless-stop':52 'unshar':60,67 'use':100 'user':102 'v':43,48 've':4 'work':94 'yeah':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287116"
+editedAt: DateTimeImmutable @1726867080 {#4350
date: 2024-09-20 23:18:00.0 +02:00
}
+createdAt: DateTimeImmutable @1705696056 {#4351
date: 2024-01-19 21:27:36.0 +01:00
}
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4375
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4352
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4046
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4055
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4044 …}
+nested: Doctrine\ORM\PersistentCollection {#4042 …}
+votes: Doctrine\ORM\PersistentCollection {#4040 …}
+reports: Doctrine\ORM\PersistentCollection {#4038 …}
+favourites: Doctrine\ORM\PersistentCollection {#4006 …}
+notifications: Doctrine\ORM\PersistentCollection {#4010 …}
-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 {#3991
date: 2024-01-19 08:17:52.0 +01:00
}
}
+root: App\Entity\EntryComment {#4046}
+body: """
Okay so I’ve done these steps (it seems rootless podman have been setup by Rocky automatically):\n
\n
1. Get subuid:subgid with /etc/subuid:\n
\n
`privatenoob:100000:65536`\n
\n
2.:Changed ExecStart to this:\n
\n
`ExecStart=podman run --name=radarr -u 100000:65536 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest`\n
\n
3.: `podman unshare chown -R 100000:65536 /home/privatenoob/media/storage1/Filmek/`\n
\n
Unfortunately unsharing gave me invalid arguments.\n
\n
`chown: changing ownership of ‘/home/privatenoob/media/storage1/Filmek/’: Invalid argument`\n
\n
I have tried by leaving the -e PUID=1000 parts on but those didn’t work either. Yeah and I’m using systemctl --user. Thanks for your help!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696056 {#4349
date: 2024-01-19 21:27:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4353 …}
+nested: Doctrine\ORM\PersistentCollection {#4355 …}
+votes: Doctrine\ORM\PersistentCollection {#4357 …}
+reports: Doctrine\ORM\PersistentCollection {#4359 …}
+favourites: Doctrine\ORM\PersistentCollection {#4361 …}
+notifications: Doctrine\ORM\PersistentCollection {#4363 …}
-id: 323847
-bodyTs: "'/config':47 '/data':50 '/etc/subuid':23 '/home/privatenoob/media/storage1/filmek':49,65,76 '/linuxserver/radarr:latest':57 '1':18 '1000':87 '100000':25,38,63 '2':27 '3':58 '65536':26,39,64 '7878':41,42 'argument':71,78 'automat':17 'chang':28,73 'chown':61,72 'config':46 'didn':92 'done':5 'e':85 'either':95 'execstart':29,32 'gave':68 'get':19 'help':106 'invalid':70,77 'leav':83 'lscr.io':56 'lscr.io/linuxserver/radarr:latest':55 'm':99 'name':35 'okay':1 'ownership':74 'p':40 'part':88 'podman':11,33,59 'privatenoob':24 'puid':86 'r':62 'radarr':36,45 'radarr-config':44 'restart':51 'rocki':16 'rootless':10 'run':34 'seem':9 'setup':14 'step':7 'stop':54 'subgid':21 'subuid':20 'systemctl':101 'thank':103 'tri':81 'u':37 'unfortun':66 'unless':53 'unless-stop':52 'unshar':60,67 'use':100 'user':102 'v':43,48 've':4 'work':94 'yeah':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287116"
+editedAt: DateTimeImmutable @1726867080 {#4350
date: 2024-09-20 23:18:00.0 +02:00
}
+createdAt: DateTimeImmutable @1705696056 {#4351
date: 2024-01-19 21:27:36.0 +01:00
}
}
+root: App\Entity\EntryComment {#4046}
+body: """
Ah! I think I see the confusion.\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># /etc/subuid\n
</span><span style="color:#323232;">privatenoob:100000:65536\n
</span>\n
```\n
\n
This denotes the *range* of subuids that are available to your user.\n
\n
> -u 100000:65536\n
\n
This part specifies *two* things ([UID]:[GID]) even though it’s the same syntax as the earlier part that specifies *one* range :)\n
\n
I suspect what you will want to do is use the following:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># change ownership of the directory to the UID:GID that matches something in your subuid:subgid range, in this case 10000:10000\n
</span><span style="color:#323232;">podman unshare chown -R 100000:10000 /home/privatenoob/media/storage1/Filmek/\n
</span>\n
```\n
\n
Then we can specify that the user in the container can match the user (UID) we specified above:\n
\n
```\n
\n
<span style="color:#323232;">ExecStart</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">podman </span><span style="color:#323232;">run --name</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#323232;">radarr -u 10000:10000 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span>\n
```\n
\n
As a note, if you copy/pasted that ExecStart line, you might have gotten the invalid argument error because you entered `100000` (outside of your subuid range, i.e. >65536) instead of `10000`.\n
\n
There’s a nice guide that gives a great walkthrough. I’ll dig through my bookmarks and add it here when I get some time.\n
\n
Hope this helps!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705712209 {#4376
date: 2024-01-20 01:56:49.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
5 => "a71d5d"
6 => "183691"
]
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4372 …}
+nested: Doctrine\ORM\PersistentCollection {#4368 …}
+votes: Doctrine\ORM\PersistentCollection {#4366 …}
+reports: Doctrine\ORM\PersistentCollection {#4381 …}
+favourites: Doctrine\ORM\PersistentCollection {#4383 …}
+notifications: Doctrine\ORM\PersistentCollection {#4385 …}
-id: 324540
-bodyTs: "'/config':123 '/data':126 '/etc/subuid':8 '/home/privatenoob/media/storage1/filmek':89,125 '/linuxserver/radarr:latest':133 '10000':81,82,88,114,115,164 '100000':10,25,87,154 '65536':11,26,161 '7878':117,118 'add':182 'ah':1 'argument':149 'avail':20 'bookmark':180 'case':80 'chang':61 'chown':85 'config':122 'confus':7 'contain':99 'copy/pasted':139 'denot':13 'dig':177 'directori':65 'earlier':43 'enter':153 'error':150 'even':34 'execstart':108,141 'follow':60 'get':187 'gid':33,69 'give':171 'gotten':146 'great':173 'guid':169 'help':192 'hope':190 'i.e':160 'instead':162 'invalid':148 'line':142 'll':176 'lscr.io':132 'lscr.io/linuxserver/radarr:latest':131 'match':71,101 'might':144 'name':111 'nice':168 'note':136 'one':47 'outsid':155 'ownership':62 'p':116 'part':28,44 'podman':83,109 'privatenoob':9 'r':86 'radarr':112,121 'radarr-config':120 'rang':15,48,77,159 'restart':127 'run':110 'see':5 'someth':72 'specifi':29,46,93,106 'stop':130 'subgid':76 'subuid':17,75,158 'suspect':50 'syntax':40 'thing':31 'think':3 'though':35 'time':189 'two':30 'u':24,113 'uid':32,68,104 'unless':129 'unless-stop':128 'unshar':84 'use':58 'user':23,96,103 'v':119,124 'walkthrough':174 'want':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6836691"
+editedAt: null
+createdAt: DateTimeImmutable @1705712209 {#4379
date: 2024-01-20 01:56:49.0 +01:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#4375
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4352
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4046
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4055
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4044 …}
+nested: Doctrine\ORM\PersistentCollection {#4042 …}
+votes: Doctrine\ORM\PersistentCollection {#4040 …}
+reports: Doctrine\ORM\PersistentCollection {#4038 …}
+favourites: Doctrine\ORM\PersistentCollection {#4006 …}
+notifications: Doctrine\ORM\PersistentCollection {#4010 …}
-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 {#3991
date: 2024-01-19 08:17:52.0 +01:00
}
}
+root: App\Entity\EntryComment {#4046}
+body: """
Okay so I’ve done these steps (it seems rootless podman have been setup by Rocky automatically):\n
\n
1. Get subuid:subgid with /etc/subuid:\n
\n
`privatenoob:100000:65536`\n
\n
2.:Changed ExecStart to this:\n
\n
`ExecStart=podman run --name=radarr -u 100000:65536 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest`\n
\n
3.: `podman unshare chown -R 100000:65536 /home/privatenoob/media/storage1/Filmek/`\n
\n
Unfortunately unsharing gave me invalid arguments.\n
\n
`chown: changing ownership of ‘/home/privatenoob/media/storage1/Filmek/’: Invalid argument`\n
\n
I have tried by leaving the -e PUID=1000 parts on but those didn’t work either. Yeah and I’m using systemctl --user. Thanks for your help!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696056 {#4349
date: 2024-01-19 21:27:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4353 …}
+nested: Doctrine\ORM\PersistentCollection {#4355 …}
+votes: Doctrine\ORM\PersistentCollection {#4357 …}
+reports: Doctrine\ORM\PersistentCollection {#4359 …}
+favourites: Doctrine\ORM\PersistentCollection {#4361 …}
+notifications: Doctrine\ORM\PersistentCollection {#4363 …}
-id: 323847
-bodyTs: "'/config':47 '/data':50 '/etc/subuid':23 '/home/privatenoob/media/storage1/filmek':49,65,76 '/linuxserver/radarr:latest':57 '1':18 '1000':87 '100000':25,38,63 '2':27 '3':58 '65536':26,39,64 '7878':41,42 'argument':71,78 'automat':17 'chang':28,73 'chown':61,72 'config':46 'didn':92 'done':5 'e':85 'either':95 'execstart':29,32 'gave':68 'get':19 'help':106 'invalid':70,77 'leav':83 'lscr.io':56 'lscr.io/linuxserver/radarr:latest':55 'm':99 'name':35 'okay':1 'ownership':74 'p':40 'part':88 'podman':11,33,59 'privatenoob':24 'puid':86 'r':62 'radarr':36,45 'radarr-config':44 'restart':51 'rocki':16 'rootless':10 'run':34 'seem':9 'setup':14 'step':7 'stop':54 'subgid':21 'subuid':20 'systemctl':101 'thank':103 'tri':81 'u':37 'unfortun':66 'unless':53 'unless-stop':52 'unshar':60,67 'use':100 'user':102 'v':43,48 've':4 'work':94 'yeah':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287116"
+editedAt: DateTimeImmutable @1726867080 {#4350
date: 2024-09-20 23:18:00.0 +02:00
}
+createdAt: DateTimeImmutable @1705696056 {#4351
date: 2024-01-19 21:27:36.0 +01:00
}
}
+root: App\Entity\EntryComment {#4046}
+body: """
Ah! I think I see the confusion.\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># /etc/subuid\n
</span><span style="color:#323232;">privatenoob:100000:65536\n
</span>\n
```\n
\n
This denotes the *range* of subuids that are available to your user.\n
\n
> -u 100000:65536\n
\n
This part specifies *two* things ([UID]:[GID]) even though it’s the same syntax as the earlier part that specifies *one* range :)\n
\n
I suspect what you will want to do is use the following:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># change ownership of the directory to the UID:GID that matches something in your subuid:subgid range, in this case 10000:10000\n
</span><span style="color:#323232;">podman unshare chown -R 100000:10000 /home/privatenoob/media/storage1/Filmek/\n
</span>\n
```\n
\n
Then we can specify that the user in the container can match the user (UID) we specified above:\n
\n
```\n
\n
<span style="color:#323232;">ExecStart</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">podman </span><span style="color:#323232;">run --name</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#323232;">radarr -u 10000:10000 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span>\n
```\n
\n
As a note, if you copy/pasted that ExecStart line, you might have gotten the invalid argument error because you entered `100000` (outside of your subuid range, i.e. >65536) instead of `10000`.\n
\n
There’s a nice guide that gives a great walkthrough. I’ll dig through my bookmarks and add it here when I get some time.\n
\n
Hope this helps!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705712209 {#4376
date: 2024-01-20 01:56:49.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
5 => "a71d5d"
6 => "183691"
]
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4372 …}
+nested: Doctrine\ORM\PersistentCollection {#4368 …}
+votes: Doctrine\ORM\PersistentCollection {#4366 …}
+reports: Doctrine\ORM\PersistentCollection {#4381 …}
+favourites: Doctrine\ORM\PersistentCollection {#4383 …}
+notifications: Doctrine\ORM\PersistentCollection {#4385 …}
-id: 324540
-bodyTs: "'/config':123 '/data':126 '/etc/subuid':8 '/home/privatenoob/media/storage1/filmek':89,125 '/linuxserver/radarr:latest':133 '10000':81,82,88,114,115,164 '100000':10,25,87,154 '65536':11,26,161 '7878':117,118 'add':182 'ah':1 'argument':149 'avail':20 'bookmark':180 'case':80 'chang':61 'chown':85 'config':122 'confus':7 'contain':99 'copy/pasted':139 'denot':13 'dig':177 'directori':65 'earlier':43 'enter':153 'error':150 'even':34 'execstart':108,141 'follow':60 'get':187 'gid':33,69 'give':171 'gotten':146 'great':173 'guid':169 'help':192 'hope':190 'i.e':160 'instead':162 'invalid':148 'line':142 'll':176 'lscr.io':132 'lscr.io/linuxserver/radarr:latest':131 'match':71,101 'might':144 'name':111 'nice':168 'note':136 'one':47 'outsid':155 'ownership':62 'p':116 'part':28,44 'podman':83,109 'privatenoob':9 'r':86 'radarr':112,121 'radarr-config':120 'rang':15,48,77,159 'restart':127 'run':110 'see':5 'someth':72 'specifi':29,46,93,106 'stop':130 'subgid':76 'subuid':17,75,158 'suspect':50 'syntax':40 'thing':31 'think':3 'though':35 'time':189 'two':30 'u':24,113 'uid':32,68,104 'unless':129 'unless-stop':128 'unshar':84 'use':58 'user':23,96,103 'v':119,124 'walkthrough':174 'want':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6836691"
+editedAt: null
+createdAt: DateTimeImmutable @1705712209 {#4379
date: 2024-01-20 01:56:49.0 +01:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4375
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4352
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4046
+user: App\Entity\User {#3994 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4055
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4044 …}
+nested: Doctrine\ORM\PersistentCollection {#4042 …}
+votes: Doctrine\ORM\PersistentCollection {#4040 …}
+reports: Doctrine\ORM\PersistentCollection {#4038 …}
+favourites: Doctrine\ORM\PersistentCollection {#4006 …}
+notifications: Doctrine\ORM\PersistentCollection {#4010 …}
-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 {#3991
date: 2024-01-19 08:17:52.0 +01:00
}
}
+root: App\Entity\EntryComment {#4046}
+body: """
Okay so I’ve done these steps (it seems rootless podman have been setup by Rocky automatically):\n
\n
1. Get subuid:subgid with /etc/subuid:\n
\n
`privatenoob:100000:65536`\n
\n
2.:Changed ExecStart to this:\n
\n
`ExecStart=podman run --name=radarr -u 100000:65536 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest`\n
\n
3.: `podman unshare chown -R 100000:65536 /home/privatenoob/media/storage1/Filmek/`\n
\n
Unfortunately unsharing gave me invalid arguments.\n
\n
`chown: changing ownership of ‘/home/privatenoob/media/storage1/Filmek/’: Invalid argument`\n
\n
I have tried by leaving the -e PUID=1000 parts on but those didn’t work either. Yeah and I’m using systemctl --user. Thanks for your help!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696056 {#4349
date: 2024-01-19 21:27:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4353 …}
+nested: Doctrine\ORM\PersistentCollection {#4355 …}
+votes: Doctrine\ORM\PersistentCollection {#4357 …}
+reports: Doctrine\ORM\PersistentCollection {#4359 …}
+favourites: Doctrine\ORM\PersistentCollection {#4361 …}
+notifications: Doctrine\ORM\PersistentCollection {#4363 …}
-id: 323847
-bodyTs: "'/config':47 '/data':50 '/etc/subuid':23 '/home/privatenoob/media/storage1/filmek':49,65,76 '/linuxserver/radarr:latest':57 '1':18 '1000':87 '100000':25,38,63 '2':27 '3':58 '65536':26,39,64 '7878':41,42 'argument':71,78 'automat':17 'chang':28,73 'chown':61,72 'config':46 'didn':92 'done':5 'e':85 'either':95 'execstart':29,32 'gave':68 'get':19 'help':106 'invalid':70,77 'leav':83 'lscr.io':56 'lscr.io/linuxserver/radarr:latest':55 'm':99 'name':35 'okay':1 'ownership':74 'p':40 'part':88 'podman':11,33,59 'privatenoob':24 'puid':86 'r':62 'radarr':36,45 'radarr-config':44 'restart':51 'rocki':16 'rootless':10 'run':34 'seem':9 'setup':14 'step':7 'stop':54 'subgid':21 'subuid':20 'systemctl':101 'thank':103 'tri':81 'u':37 'unfortun':66 'unless':53 'unless-stop':52 'unshar':60,67 'use':100 'user':102 'v':43,48 've':4 'work':94 'yeah':96"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287116"
+editedAt: DateTimeImmutable @1726867080 {#4350
date: 2024-09-20 23:18:00.0 +02:00
}
+createdAt: DateTimeImmutable @1705696056 {#4351
date: 2024-01-19 21:27:36.0 +01:00
}
}
+root: App\Entity\EntryComment {#4046}
+body: """
Ah! I think I see the confusion.\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># /etc/subuid\n
</span><span style="color:#323232;">privatenoob:100000:65536\n
</span>\n
```\n
\n
This denotes the *range* of subuids that are available to your user.\n
\n
> -u 100000:65536\n
\n
This part specifies *two* things ([UID]:[GID]) even though it’s the same syntax as the earlier part that specifies *one* range :)\n
\n
I suspect what you will want to do is use the following:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># change ownership of the directory to the UID:GID that matches something in your subuid:subgid range, in this case 10000:10000\n
</span><span style="color:#323232;">podman unshare chown -R 100000:10000 /home/privatenoob/media/storage1/Filmek/\n
</span>\n
```\n
\n
Then we can specify that the user in the container can match the user (UID) we specified above:\n
\n
```\n
\n
<span style="color:#323232;">ExecStart</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">podman </span><span style="color:#323232;">run --name</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#323232;">radarr -u 10000:10000 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span>\n
```\n
\n
As a note, if you copy/pasted that ExecStart line, you might have gotten the invalid argument error because you entered `100000` (outside of your subuid range, i.e. >65536) instead of `10000`.\n
\n
There’s a nice guide that gives a great walkthrough. I’ll dig through my bookmarks and add it here when I get some time.\n
\n
Hope this helps!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705712209 {#4376
date: 2024-01-20 01:56:49.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
5 => "a71d5d"
6 => "183691"
]
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#4372 …}
+nested: Doctrine\ORM\PersistentCollection {#4368 …}
+votes: Doctrine\ORM\PersistentCollection {#4366 …}
+reports: Doctrine\ORM\PersistentCollection {#4381 …}
+favourites: Doctrine\ORM\PersistentCollection {#4383 …}
+notifications: Doctrine\ORM\PersistentCollection {#4385 …}
-id: 324540
-bodyTs: "'/config':123 '/data':126 '/etc/subuid':8 '/home/privatenoob/media/storage1/filmek':89,125 '/linuxserver/radarr:latest':133 '10000':81,82,88,114,115,164 '100000':10,25,87,154 '65536':11,26,161 '7878':117,118 'add':182 'ah':1 'argument':149 'avail':20 'bookmark':180 'case':80 'chang':61 'chown':85 'config':122 'confus':7 'contain':99 'copy/pasted':139 'denot':13 'dig':177 'directori':65 'earlier':43 'enter':153 'error':150 'even':34 'execstart':108,141 'follow':60 'get':187 'gid':33,69 'give':171 'gotten':146 'great':173 'guid':169 'help':192 'hope':190 'i.e':160 'instead':162 'invalid':148 'line':142 'll':176 'lscr.io':132 'lscr.io/linuxserver/radarr:latest':131 'match':71,101 'might':144 'name':111 'nice':168 'note':136 'one':47 'outsid':155 'ownership':62 'p':116 'part':28,44 'podman':83,109 'privatenoob':9 'r':86 'radarr':112,121 'radarr-config':120 'rang':15,48,77,159 'restart':127 'run':110 'see':5 'someth':72 'specifi':29,46,93,106 'stop':130 'subgid':76 'subuid':17,75,158 'suspect':50 'syntax':40 'thing':31 'think':3 'though':35 'time':189 'two':30 'u':24,113 'uid':32,68,104 'unless':129 'unless-stop':128 'unshar':84 'use':58 'user':23,96,103 'v':119,124 'walkthrough':174 'want':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6836691"
+editedAt: null
+createdAt: DateTimeImmutable @1705712209 {#4379
date: 2024-01-20 01:56:49.0 +01:00
}
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4078
+user: App\Entity\User {#4067 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4084
date: 2024-09-20 23:33:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4083 …}
+nested: Doctrine\ORM\PersistentCollection {#4082 …}
+votes: Doctrine\ORM\PersistentCollection {#4073 …}
+reports: Doctrine\ORM\PersistentCollection {#4076 …}
+favourites: Doctrine\ORM\PersistentCollection {#4071 …}
+notifications: Doctrine\ORM\PersistentCollection {#4069 …}
-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 {#4089
date: 2024-01-19 07:25:04.0 +01:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#4078
+user: App\Entity\User {#4067 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4084
date: 2024-09-20 23:33:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4083 …}
+nested: Doctrine\ORM\PersistentCollection {#4082 …}
+votes: Doctrine\ORM\PersistentCollection {#4073 …}
+reports: Doctrine\ORM\PersistentCollection {#4076 …}
+favourites: Doctrine\ORM\PersistentCollection {#4071 …}
+notifications: Doctrine\ORM\PersistentCollection {#4069 …}
-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 {#4089
date: 2024-01-19 07:25:04.0 +01:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4078
+user: App\Entity\User {#4067 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4084
date: 2024-09-20 23:33:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4083 …}
+nested: Doctrine\ORM\PersistentCollection {#4082 …}
+votes: Doctrine\ORM\PersistentCollection {#4073 …}
+reports: Doctrine\ORM\PersistentCollection {#4076 …}
+favourites: Doctrine\ORM\PersistentCollection {#4071 …}
+notifications: Doctrine\ORM\PersistentCollection {#4069 …}
-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 {#4089
date: 2024-01-19 07:25:04.0 +01:00
}
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4336
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4078
+user: App\Entity\User {#4067 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4084
date: 2024-09-20 23:33:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4083 …}
+nested: Doctrine\ORM\PersistentCollection {#4082 …}
+votes: Doctrine\ORM\PersistentCollection {#4073 …}
+reports: Doctrine\ORM\PersistentCollection {#4076 …}
+favourites: Doctrine\ORM\PersistentCollection {#4071 …}
+notifications: Doctrine\ORM\PersistentCollection {#4069 …}
-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 {#4089
date: 2024-01-19 07:25:04.0 +01:00
}
}
+root: App\Entity\EntryComment {#4078}
+body: "It doesn’t even start unfortunately, but thanks for your help tho!"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696779 {#4334
date: 2024-01-19 21:39:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@djoot@feddit.dk"
]
+children: Doctrine\ORM\PersistentCollection {#4337 …}
+nested: Doctrine\ORM\PersistentCollection {#4339 …}
+votes: Doctrine\ORM\PersistentCollection {#4341 …}
+reports: Doctrine\ORM\PersistentCollection {#4343 …}
+favourites: Doctrine\ORM\PersistentCollection {#4345 …}
+notifications: Doctrine\ORM\PersistentCollection {#4347 …}
-id: 323889
-bodyTs: "'doesn':2 'even':4 'help':11 'start':5 'thank':8 'tho':12 'unfortun':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287322"
+editedAt: null
+createdAt: DateTimeImmutable @1705696779 {#4335
date: 2024-01-19 21:39:39.0 +01:00
}
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#4336
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4078
+user: App\Entity\User {#4067 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4084
date: 2024-09-20 23:33:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4083 …}
+nested: Doctrine\ORM\PersistentCollection {#4082 …}
+votes: Doctrine\ORM\PersistentCollection {#4073 …}
+reports: Doctrine\ORM\PersistentCollection {#4076 …}
+favourites: Doctrine\ORM\PersistentCollection {#4071 …}
+notifications: Doctrine\ORM\PersistentCollection {#4069 …}
-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 {#4089
date: 2024-01-19 07:25:04.0 +01:00
}
}
+root: App\Entity\EntryComment {#4078}
+body: "It doesn’t even start unfortunately, but thanks for your help tho!"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696779 {#4334
date: 2024-01-19 21:39:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@djoot@feddit.dk"
]
+children: Doctrine\ORM\PersistentCollection {#4337 …}
+nested: Doctrine\ORM\PersistentCollection {#4339 …}
+votes: Doctrine\ORM\PersistentCollection {#4341 …}
+reports: Doctrine\ORM\PersistentCollection {#4343 …}
+favourites: Doctrine\ORM\PersistentCollection {#4345 …}
+notifications: Doctrine\ORM\PersistentCollection {#4347 …}
-id: 323889
-bodyTs: "'doesn':2 'even':4 'help':11 'start':5 'thank':8 'tho':12 'unfortun':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287322"
+editedAt: null
+createdAt: DateTimeImmutable @1705696779 {#4335
date: 2024-01-19 21:39:39.0 +01:00
}
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4336
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4078
+user: App\Entity\User {#4067 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4084
date: 2024-09-20 23:33:27.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4083 …}
+nested: Doctrine\ORM\PersistentCollection {#4082 …}
+votes: Doctrine\ORM\PersistentCollection {#4073 …}
+reports: Doctrine\ORM\PersistentCollection {#4076 …}
+favourites: Doctrine\ORM\PersistentCollection {#4071 …}
+notifications: Doctrine\ORM\PersistentCollection {#4069 …}
-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 {#4089
date: 2024-01-19 07:25:04.0 +01:00
}
}
+root: App\Entity\EntryComment {#4078}
+body: "It doesn’t even start unfortunately, but thanks for your help tho!"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696779 {#4334
date: 2024-01-19 21:39:39.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@djoot@feddit.dk"
]
+children: Doctrine\ORM\PersistentCollection {#4337 …}
+nested: Doctrine\ORM\PersistentCollection {#4339 …}
+votes: Doctrine\ORM\PersistentCollection {#4341 …}
+reports: Doctrine\ORM\PersistentCollection {#4343 …}
+favourites: Doctrine\ORM\PersistentCollection {#4345 …}
+notifications: Doctrine\ORM\PersistentCollection {#4347 …}
-id: 323889
-bodyTs: "'doesn':2 'even':4 'help':11 'start':5 'thank':8 'tho':12 'unfortun':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287322"
+editedAt: null
+createdAt: DateTimeImmutable @1705696779 {#4335
date: 2024-01-19 21:39:39.0 +01:00
}
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4163
+user: App\Entity\User {#4176 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4158
date: 2024-09-20 23:17:09.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4164 …}
+nested: Doctrine\ORM\PersistentCollection {#4166 …}
+votes: Doctrine\ORM\PersistentCollection {#4168 …}
+reports: Doctrine\ORM\PersistentCollection {#4170 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4174 …}
-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 {#4159
date: 2024-01-18 23:05:10.0 +01:00
}
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#4163
+user: App\Entity\User {#4176 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4158
date: 2024-09-20 23:17:09.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4164 …}
+nested: Doctrine\ORM\PersistentCollection {#4166 …}
+votes: Doctrine\ORM\PersistentCollection {#4168 …}
+reports: Doctrine\ORM\PersistentCollection {#4170 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4174 …}
-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 {#4159
date: 2024-01-18 23:05:10.0 +01:00
}
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4163
+user: App\Entity\User {#4176 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4158
date: 2024-09-20 23:17:09.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4164 …}
+nested: Doctrine\ORM\PersistentCollection {#4166 …}
+votes: Doctrine\ORM\PersistentCollection {#4168 …}
+reports: Doctrine\ORM\PersistentCollection {#4170 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4174 …}
-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 {#4159
date: 2024-01-18 23:05:10.0 +01:00
}
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4318
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4163
+user: App\Entity\User {#4176 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4158
date: 2024-09-20 23:17:09.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4164 …}
+nested: Doctrine\ORM\PersistentCollection {#4166 …}
+votes: Doctrine\ORM\PersistentCollection {#4168 …}
+reports: Doctrine\ORM\PersistentCollection {#4170 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4174 …}
-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 {#4159
date: 2024-01-18 23:05:10.0 +01:00
}
}
+root: App\Entity\EntryComment {#4163}
+body: "Doesn’t work either with both running this before starting/building the container and also while running it. Thanks for the help tho!"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696596 {#4317
date: 2024-01-19 21:36:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@un_ax@lemmy.sdf.org"
]
+children: Doctrine\ORM\PersistentCollection {#4321 …}
+nested: Doctrine\ORM\PersistentCollection {#4326 …}
+votes: Doctrine\ORM\PersistentCollection {#4322 …}
+reports: Doctrine\ORM\PersistentCollection {#4328 …}
+favourites: Doctrine\ORM\PersistentCollection {#4330 …}
+notifications: Doctrine\ORM\PersistentCollection {#4332 …}
-id: 323875
-bodyTs: "'also':14 'contain':12 'doesn':1 'either':4 'help':21 'run':7,16 'starting/building':10 'thank':18 'tho':22 'work':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287266"
+editedAt: null
+createdAt: DateTimeImmutable @1705696596 {#4314
date: 2024-01-19 21:36:36.0 +01:00
}
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\EntryComment {#4318
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4163
+user: App\Entity\User {#4176 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4158
date: 2024-09-20 23:17:09.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4164 …}
+nested: Doctrine\ORM\PersistentCollection {#4166 …}
+votes: Doctrine\ORM\PersistentCollection {#4168 …}
+reports: Doctrine\ORM\PersistentCollection {#4170 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4174 …}
-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 {#4159
date: 2024-01-18 23:05:10.0 +01:00
}
}
+root: App\Entity\EntryComment {#4163}
+body: "Doesn’t work either with both running this before starting/building the container and also while running it. Thanks for the help tho!"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696596 {#4317
date: 2024-01-19 21:36:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@un_ax@lemmy.sdf.org"
]
+children: Doctrine\ORM\PersistentCollection {#4321 …}
+nested: Doctrine\ORM\PersistentCollection {#4326 …}
+votes: Doctrine\ORM\PersistentCollection {#4322 …}
+reports: Doctrine\ORM\PersistentCollection {#4328 …}
+favourites: Doctrine\ORM\PersistentCollection {#4330 …}
+notifications: Doctrine\ORM\PersistentCollection {#4332 …}
-id: 323875
-bodyTs: "'also':14 'contain':12 'doesn':1 'either':4 'help':21 'run':7,16 'starting/building':10 'thank':18 'tho':22 'work':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287266"
+editedAt: null
+createdAt: DateTimeImmutable @1705696596 {#4314
date: 2024-01-19 21:36:36.0 +01:00
}
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4318
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+image: null
+parent: App\Entity\EntryComment {#4163
+user: App\Entity\User {#4176 …}
+entry: App\Entity\Entry {#2388}
+magazine: App\Entity\Magazine {#266}
+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 {#4158
date: 2024-09-20 23:17:09.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#4164 …}
+nested: Doctrine\ORM\PersistentCollection {#4166 …}
+votes: Doctrine\ORM\PersistentCollection {#4168 …}
+reports: Doctrine\ORM\PersistentCollection {#4170 …}
+favourites: Doctrine\ORM\PersistentCollection {#4172 …}
+notifications: Doctrine\ORM\PersistentCollection {#4174 …}
-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 {#4159
date: 2024-01-18 23:05:10.0 +01:00
}
}
+root: App\Entity\EntryComment {#4163}
+body: "Doesn’t work either with both running this before starting/building the container and also while running it. Thanks for the help tho!"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705696596 {#4317
date: 2024-01-19 21:36:36.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@un_ax@lemmy.sdf.org"
]
+children: Doctrine\ORM\PersistentCollection {#4321 …}
+nested: Doctrine\ORM\PersistentCollection {#4326 …}
+votes: Doctrine\ORM\PersistentCollection {#4322 …}
+reports: Doctrine\ORM\PersistentCollection {#4328 …}
+favourites: Doctrine\ORM\PersistentCollection {#4330 …}
+notifications: Doctrine\ORM\PersistentCollection {#4332 …}
-id: 323875
-bodyTs: "'also':14 'contain':12 'doesn':1 'either':4 'help':21 'run':7,16 'starting/building':10 'thank':18 'tho':22 'work':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://sopuli.xyz/comment/6287266"
+editedAt: null
+createdAt: DateTimeImmutable @1705696596 {#4314
date: 2024-01-19 21:36:36.0 +01:00
}
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4237
+user: App\Entity\User {#4250 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4231
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 {#4238 …}
+nested: Doctrine\ORM\PersistentCollection {#4240 …}
+votes: Doctrine\ORM\PersistentCollection {#4242 …}
+reports: Doctrine\ORM\PersistentCollection {#4244 …}
+favourites: Doctrine\ORM\PersistentCollection {#4246 …}
+notifications: Doctrine\ORM\PersistentCollection {#4248 …}
-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 {#4232
date: 2024-09-16 12:46:46.0 +02:00
}
+createdAt: DateTimeImmutable @1705613022 {#4233
date: 2024-01-18 22:23:42.0 +01:00
}
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\EntryComment {#4237
+user: App\Entity\User {#4250 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4231
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 {#4238 …}
+nested: Doctrine\ORM\PersistentCollection {#4240 …}
+votes: Doctrine\ORM\PersistentCollection {#4242 …}
+reports: Doctrine\ORM\PersistentCollection {#4244 …}
+favourites: Doctrine\ORM\PersistentCollection {#4246 …}
+notifications: Doctrine\ORM\PersistentCollection {#4248 …}
-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 {#4232
date: 2024-09-16 12:46:46.0 +02:00
}
+createdAt: DateTimeImmutable @1705613022 {#4233
date: 2024-01-18 22:23:42.0 +01:00
}
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\EntryComment {#4237
+user: App\Entity\User {#4250 …}
+entry: App\Entity\Entry {#2388
+user: Proxies\__CG__\App\Entity\User {#1943 …}
+magazine: App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1962 …}
+domain: Proxies\__CG__\App\Entity\Domain {#1924 …}
+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 {#2410
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1886 …}
+votes: Doctrine\ORM\PersistentCollection {#1973 …}
+reports: Doctrine\ORM\PersistentCollection {#1948 …}
+favourites: Doctrine\ORM\PersistentCollection {#1927 …}
+notifications: Doctrine\ORM\PersistentCollection {#2442 …}
+badges: Doctrine\ORM\PersistentCollection {#2440 …}
+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 {#1850
date: 2024-01-18 21:49:57.0 +01:00
}
}
+magazine: App\Entity\Magazine {#266}
+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 {#4231
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 {#4238 …}
+nested: Doctrine\ORM\PersistentCollection {#4240 …}
+votes: Doctrine\ORM\PersistentCollection {#4242 …}
+reports: Doctrine\ORM\PersistentCollection {#4244 …}
+favourites: Doctrine\ORM\PersistentCollection {#4246 …}
+notifications: Doctrine\ORM\PersistentCollection {#4248 …}
-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 {#4232
date: 2024-09-16 12:46:46.0 +02:00
}
+createdAt: DateTimeImmutable @1705613022 {#4233
date: 2024-01-18 22:23:42.0 +01:00
}
} |
|
Show voter details
|
37 |
DENIED
|
edit
|
App\Entity\Magazine {#266
+icon: Proxies\__CG__\App\Entity\Image {#247 …}
+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 {#276
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#238 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#234 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#223 …}
+entries: Doctrine\ORM\PersistentCollection {#181 …}
+posts: Doctrine\ORM\PersistentCollection {#139 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#201 …}
+bans: Doctrine\ORM\PersistentCollection {#118 …}
+reports: Doctrine\ORM\PersistentCollection {#104 …}
+badges: Doctrine\ORM\PersistentCollection {#82 …}
+logs: Doctrine\ORM\PersistentCollection {#72 …}
+awards: Doctrine\ORM\PersistentCollection {#61 …}
+categories: Doctrine\ORM\PersistentCollection {#1820 …}
-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 {#270
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#272
date: 2023-12-25 04:10:26.0 +01:00
}
} |
|
Show voter details
|