Everything posted by BoxOfSnoo
-
[Support] Linuxserver.io - Calibre
It‘s supposed to delete them once it imports.
-
[Support] Linuxserver.io - Calibre
Yup - go to Preferences - Adding Books - Automatic adding. I created a second mapped path called /import. I just plunk books in there and they get imported and converted as necessary.
-
[Support] binhex - MinecraftBedrockServer
For IPV6 you want an IPV6 address, not an IPV4 address, though, right? That's why you need a second line. Try it.
-
[Support] binhex - MinecraftBedrockServer
Just put 19132 in both port fields. 19133 is only for IPV6, if you want that you should probably have another line anyway.
-
[Support] binhex - MinecraftBedrockServer
You're gonna need to post a picture of your port forwarding setup, probably.
-
[Support] binhex - MinecraftBedrockServer
If it runs correctly internally, then it's probably not the Docker... Do you have UDP forwarded or just TCP?
-
MSSQL Docker on UnRaid
Yeah that crashes the server task. If you turn off the mapping it runs - but who wants that! I think the solution for me was to change /mnt/user to /mnt/cache. If that share is not in your cache drive then you *might* have to use a named volume instead of a mapped volume. Those sit in your docker image file though, unfortunately.
-
MSSQL Docker on UnRaid
Do you have volumes mapped? If so, what are the paths?
-
MSSQL Docker on UnRaid
It's an extremely active project, there are a lot of updates. You can pick a more stable tag if you prefer... there's a list here: https://hub.docker.com/_/microsoft-mssql-server
-
VM Backup Plugin
Fantastic plugin! I was already sold on the script, this makes everything about that, better. Thank you!
-
[Support] Linuxserver.io - Calibre
Just my first name. It works though. the trick was echo -n password And not echo ‘password’
-
MSSQL Docker on UnRaid
I wa about to say “no that’s not it” but I went and looked at my config and yup, that’s exactly it. Since I copied and pasted, the /mnt/cache path was entered when I was typically using the /mnt/user/appdata path in all of my previous tests. Interesting, and fantastic detective work!
-
MSSQL Docker on UnRaid
Yes, I'm on rc7. I built mine using "Add Container" and plugging in the values as recommended above.
-
MSSQL Docker on UnRaid
I actually forget exactly how I found it - I know I tried to get the most current one from Microsoft's repo. I think I may have started with the Dockerhub template and changed the repository source.
-
MSSQL Docker on UnRaid
DUDE, it works! What's the difference from what I was doing? I made it all manually using your settings, maybe that was it. I also noted that the path has a trailing / - which I don't think I had before? Not sure if that makes any difference. The only thing it doesn't do is grab the icon, not sure why
-
MSSQL Docker on UnRaid
Be informed, though, that the problem I am encountering is exactly do do with persistence. Once you configure volumes, expect the container to crash. I haven figured out a great solution yet.
-
[Support] Linuxserver.io - Calibre
Found some help on discord. The problem is the md5 for an empty password - doesn't work. Try "5f4dcc3b5aa765d61d8327deb882cf99" for the password "password". If you want to generate a new one, go to a console and type something like: echo -n br1lli@ntPa$sw0rd | md5sum
-
[Support] Linuxserver.io - Calibre
I am getting this same thing, just installed and run from Community Applications.
-
MSSQL Docker on UnRaid
This doesn’t work for me, I am still using the unRAID web UI though.
-
MSSQL Docker on UnRaid
Ok thanks, I will try the specific version... How are you managing this through unRAID? Are you doing this through the command line and this docker-compose file?
-
MSSQL Docker on UnRaid
Anyone still working on running MS-SQL? I use it for development and I'd really hate to have to load the Windows version in a VM. I tried the memory and ulimit settings above, and it crashes. To be clear, it crashes when I map /var/opt/mssql to anything. I had this trouble on a Mac host before I started running unRAID, but I used a named volume instead. I can't see that that is a good idea for unRAID though - since it is all going to fill up the docker image? Is that my only option? This works: mssql:/var/opt/mssql This crashes the server: /mnt/user/appdata/mssql:/var/opt/mssql Also these crash the server: /mnt/user/appdata/mssql/data:/var/opt/mssql/data /mnt/user/appdata/mssql/log:/var/opt/mssql/log /mnt/user/appdata/mssql/backups:/var/opt/mssql/backups
-
[Support] binhex - MinecraftBedrockServer
I'm not sure about the rest. I haven't seen those options. Do you need to have cheats on for those options? Also no idea about #2. Resource pack, maybe? I would try changing the server.properties to point at the other level that was initially installed and see if it all works correctly.
-
MSSQL Docker on UnRaid
Are you able to map the volumes to appdata? Whenever I do that it crashes. The only way I could get it to run was by using a named volume instead of a host path. Was it the ulimit and stack parameter that made it work?
-
[Support] binhex - MinecraftBedrockServer
It should be: [ { "permission": "operator","xuid": "2533274801027666" } ]
-
[Support] binhex - MinecraftBedrockServer
Probably some malformed json. Let's see your file?