zlob1n8863
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
The problem was solved by moving this docker container to NFS, where permissions are handled way easier. F*** SMB
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
Moving forward, while it's not too late, I'll probably ditch SMB/CIFS altogether and just switch to NFS.
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
Here's what I've found out so far. The SMB share is mounted as a CIFS and Unix permissions are ignored for CIFS (in fact, once you create a dataset as a Windows dataset in TrueNAS, you can't even use the chmod command on it anymore). I have to use Windows ACLs instead of Unix permissions for Windows.
Digging further...
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
Were there any other users with a similar issue?
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
Sudo doesn't help either
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
I created a new dummy file in the same directory from Debian. Then I tried to chmod, but that didn't work either. My brain can't spit anything else except WTF! 😄
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
chmod 777 a file and a folder from Debian (both user and root) didn't change the permissions, unfortunately 😦
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
This is the output of "ls -l db.sqlite" from debian: -rwxr-xr-x 1 xxx xxx 0 Jan 10 13:29 db.sqlite
This is the output of "ls -l db.sqlite" from TrueNAS: -rwxrwxrwx 1 xxx root 0 Jan 10 11:29 db.sqlite
The way everything's organized is there is a TrueNAS-created SMB network share where all my docker containers are stored. I am connected to it via Debian and MacOS. Is use Debian for all my docker stuff. And I used MacOS to download and replace the 0 byte db.sqlite. What's interesting is that from MacOS it shows that a group everyone has no access and I can't update it from MacOS. I also tried to chmod via Debian and the process just froze and couldn't finish executing, so I had to hard reset the OS. From TrueNAS the chmod command executed without any problem but that didn't help with the posted above problem.
I'm not really sure which OS shows the correct permissions. The owner is also different depending on the OS.
I have a feeling that this and https://discord.com/channels/972958686051962910/1172826100209025135 are related in my case. The similarity in both cases is that somehow the system can't write into the file.
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
Since the above logs state that the database is locked, I think it's important to mention that previously I had an issue mentioned here https://discord.com/channels/972958686051962910/1172826100209025135.
As a solution, I copied the database shared in the aforementioned post and the installation issue was resolved.
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
Here's a more detailed version
{
"meta": {
"response": {},
"responseJSON": [
{
"error": {
"json": {
"message": "database is locked",
"code": -32603,
"data": {
"code": "INTERNAL_SERVER_ERROR",
"httpStatus": 500,
"path": "user.createOwnerAccount",
"zodError": null
}
}
}
}
]
},
"shape": {
"message": "database is locked",
"code": -32603,
"data": {
"code": "INTERNAL_SERVER_ERROR",
"httpStatus": 500,
"path": "user.createOwnerAccount",
"zodError": null
}
},
"data": {
"code": "INTERNAL_SERVER_ERROR",
"httpStatus": 500,
"path": "user.createOwnerAccount",
"zodError": null
},
"name": "TRPCClientError"
}
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
not sure what that means. Could you please elaborate?
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
Yes
32 replies
HHomarr
•Created by zlob1n8863 on 1/10/2024 in #💬・get-help
Cannot continue with account creation
32 replies
HHomarr
•Created by Dwarf on 11/11/2023 in #💬・get-help
Installation problem
thanks, this helped me as well
40 replies