Jump to content

007craft

Members
  • Posts

    118
  • Joined

  • Last visited

Everything posted by 007craft

  1. Can anybody explain Fail2ban to me please. I have guacamole setup and access granted through a nxginx reverse proxy using swag. How exactly do I enable fail2ban? I read that fail2ban is already setup with the swag install for nxginx. Is this enough, or do I need to add another jail for guacamole or any other container I use? Also, when I run "fail2ban status" in the terminal for swag, it says fail2ban not found. How can I check if fail2ban is on and working?
  2. It will be quicker, but FAR more time consuming. To be fair this is a 73 page thread with 25 posts per page. Searching through 1875 posts for the information you need, especially when this forum does not have the best search abilities can be very difficult. The OP should edit the first post with common questions\answers. This is common practice on other software support forums. And even better method would be that each docker container having its own FORUM, not just its own thread. I'm not sure if this "Invision Community" software that the unraid support forums use is easily capable of this or not, but there certainly is other forum platforms that can easily do such a task. Unraid is the type of platform that could benefit from such a setup. I'm new to unraid and just feel over the past 3 weeks its a bit difficult to find support for specific problems when each major docker I setup has all the support condensed into a single multi thousand post long topic. Maybe the Unraid team can look into a support forum overhaul?
  3. Thanks for the input. I think Ill leave encryption off. All my data is important and I have cloud backups, but I suppose if somebody were to read the data, it wouldnt be a big deal. The only thing I never want getting out is my passwords and access to my email, but those are on my windows machine which is Bit lockered with TPM, so if thats stolen they cant just boot into my profile and open a web browser to view all my saved logins. Unraid is just for storing files and its not like I keep plaintext files of my passwords so its fine.
  4. I'm debating using encryption myself. I like the idea of my personal files being safe on the small chance a thief breaks into my home and steals my unraid server. They would get access to a lot of important files of mine. On the other hand I want to be able to recover my files if something goes wrong. Has anybody actually tried mounting and reading an encrypted disk with their secret key from a different machine?
  5. Try editing the current one. If it doesnt work you need to delete and remake.
  6. Is there a guide I can follow to setup fail2ban with Guacamole? I was hoping for a nice GUI docker like Nxginx proxy manager but it doesnt look like theres anything. I have swag installed and working, just need to know what to change for fail2ban. Theres a few guides online but not UNRAID specific.
  7. Yes you need to delete the VM (Just the VM, not the disks) and remake it. But the easiest way to do it is just to edit the current VM. Click the VM, then edit. At the top, hit the "form view" button to slide it over to XML view. Now navigate to \appdata\macinabox\macinabox and find the file called Macinabox BigSur_original.xml. Copy the contents of this file and paste it into the XML for your VM that youre editing. Look at all the paths in the code, make sure everything lines up with how your setup is. Now save it and run the userscript again which edits the XML. Should be fixed now.
  8. Is there anyway to use my mouses back and forward buttons while using Guac? When I RDP directly onto my computer at Home, I can use Back and forward buttons on my mouse to go back and forth on folders while browsing in windows or when using the web browser on the remote computer. However if I'm using Guac, bushing back just exits the guac session, as I go back on my browser in the local computer instead of having the commands go to the remote computer. Im losing productivity here without mouse button shortcuts in guac, but need guac for the ssl security for my remote connection.
  9. I have my Mac Big Sur Vm up and running without issue, but once I switch to my Graphcis card, how exactly do I view the VM? Web Gui is now gone now that I'm not using VNC
  10. That was a typo. /mnt/user as used throughout the rest of my post. I edited the post.
  11. Just a heads up for anybody, do NOT follow the first part of the tutorial if your VM path is not the default in /mnt/user/. The video briefly mentions to change a few paths if you do not use the default, but fails to mention that if you do not use the default paths, even if you have changed all the paths to where yours are in the template, the user script will still fail as no matter what, the script is set to work with the default path. So here's what you do. Setup everything in the video up to the 7:50 marker. Make sure you swapped out all the custom paths fields. These are: VM Images Location: VM Images Location again: Isos Share Location: Isos Share Location again: custom ovmf location: (It says dont change this, but change it anyway, because if you run Vms off an unassigned drive or cache drive, you wont have a /mnt/user/system folder) appdata: Macinabox only data: Basesystem: (This is just a temp folder, you dont need to change it but I did anyway) First off, you might not see any user scripts appear because they are set to appear AFTER the download for some reason. The best way to check on the download progress is to navigate to /Whatever.disk.or.path.your.app.data.folder.is.in/appdata/macinabox/basesystem . Take a look and a file in there will be growing in filesize. Once its done that file will disappear and the user scripts will appear. Now ignore the macinabox_vmready_notify.sh user script. Not only is the path for your appdata location going to be wrong, (which is why you were never notified on completion), but there's no point to it anyway because you know you're done downloading. Now you need to edit the macinabox_helper_userscript.sh file. You can do this in userscripts by selecting the gear icon and hitting edit. Change the line NAME="put the name of the vm from template here" to NAME="Macinabox Big Sur" Now read through the script and edit all the paths to your custom paths. So like /mnt/user/appdata becomes /Whatever.disk.or.path.your.app.data.folder.is.in/appdata and /mnt/user/system/custom_ovmf/ becomes /Whatever.disk.or.path.your.custom_ovmf.folder.is etc etc. Now run the script. Hopefully it worked and you can head over to the VM tab and see your VM. If it fails for whatever reason, navigate to your /appdata/macinabox/macinabox folder and look for the file Macinabox BigSur_original.xml. Open it up and change any paths inside to match your paths. Now select all the text and hit copy. Now goto the VM tab in unraid - Add New - Custom, and paste in the contents of that xml. That should be it. The VM should now be there and you can continue to follow the video. Took me a while to figure all this out, hope it helps somebody else.
  12. Thanks I reinstalled the plugin with the new updated version and now my SMB extras file is populated with: #vfs_recycle_start #Recycle bin configuration [global] syslog only = No syslog = 0 logging = 0 log level = 0 vfs:0 #vfs_recycle_end I also went ahead and removed the "vfs objects=" line. It seems to be working now. Thanks! I guess the only thing I noticed not working is if I make a new file, and delete it right away, it doesnt show up in the recycle bin. I'm assuming thats because when I make a new file its actually making it on cache and files on cache wouldnt goto the bin. So the plugin works, as long as the file has had its chance to be moved over by mover.
  13. After trying to troubleshoot my Issue with recycle bin not working on non unassigned drives I reinstalled the plkugin but this time payed attention to the process. I get this exact same error. Looks like the plugin is failing to update the contents of the sbm-extra.conf file, thus it wont work with any unraid Samba shares. So looks like the plugin is currently broken. Can somebody advise a fix? If I turn on file deletion logging, that will even detect files being deleted from share, yet still no share or recycle object shows up (see screenshot)
  14. I'm deleting files from my windows machine. So yes SMB share. In this particular case its the "files" smb share. Located at \\unraid\files (which is actually /mnt/user/files on the unraod machine. Here's a picture of the smb extra settings if it helps. Im not sure if this plugin has an intent to add anything extra to it?
  15. I have installed this plugin but it does not add a .recycle bin to any of my Unraid shares. It only adds it to my Unassigned drive share (Which I also want). Is there something I need to configure? See screenshot below on how my "files share" (Which is on the array) does not get a .recycle.bin when my "NVME" share (Which is on an unassigned drive) does. Ive also tested deleting a file from the array and it does not appear goto this recycle bin plugin.
  16. Ok well thats a little disappointing, but at least I know everything is working as it should. Thanks
  17. but why so big? I was thinking 1 or 2 gb tops. 28 gb seems like a lot.
  18. Hi is Just added a 4tb hdd to my array. I ran the preclear plugin, then I added it and hit format. The drive added successfully but for some reason it says I've used 27.9gb when the drive should be empty. I click the drive and it shows it is empty, so what is taking up the nearly 30gb of space?
  19. Yes that error has been there for a few days now. I dont think its related. If I press the refresh disks button on unassigned devices section it goes away, it will start up again later and I'm not sure what's causing it. I made another post about that but the only thing I was told to do is press the refresh disks button, but nothing about whats causing it. I ha e been in the process of mounting a new drive and transfering files off it, and now it being in the preclear phase, so I assumed those errors were somehow related to that.
  20. Thanks I enabled the mover logging. Not sure where to find the mover logs however? Here is a zipped file of my diagnostics (Which I collected while mover is running) The files I'm moving are mostly 5-15GB movie files unraid-diagnostics-20210207-2319.zip
  21. Title says it all, but heres a picture. I dont recall it doing this last week. Ive done alot to my server tho so no idea whats going on? Ive read online other threads and people say to enable mover logging first, but where do I do that?
  22. I have setup a "rootshare" on my Unraid server through SMB settings as indicated here ( Ok thats all working great. Except I was on my windows machine and went to transfer 600GB of data from my windows folder to \\unraid\mnt\disks\NVME\downloads (NVME being the name of my unassigned disk). I then got a message in windows saying "Not enough space available, you need xxxGB more space" But theres plenty of space on that unassigned drive. Its got 900GB free. So my only conclusion is that its doing the transfer using my cache drive (Which does not have 600gb free). If I head on over to krusader and try to make the transfer right on the unraid server, it all works fine, so there definitely is space on that unassigned drive) How do I make it so sending files over to \mnt\disks\NVME does NOT use the cache drive? Here is the current line I have for the rootshare in SMB settings. [rootshare] path = // comment = browseable = yes valid users = myuser write list = myuser vfs objects =
  23. How do I update this to be version 4? I'm only getting Version 3 and I need the Jellyfin integration that been added to v4
  24. I'm getting a ton of errors in my unraid log Feb 4 16:00:25 UnRAID smbd[23484]: [2021/02/04 16:00:25.952344, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:25 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! Feb 4 16:00:25 UnRAID smbd[23484]: [2021/02/04 16:00:25.952400, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:25 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! Feb 4 16:00:25 UnRAID smbd[23484]: [2021/02/04 16:00:25.952429, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:25 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! Feb 4 16:00:25 UnRAID smbd[23484]: [2021/02/04 16:00:25.952456, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:25 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! Feb 4 16:00:30 UnRAID smbd[23484]: [2021/02/04 16:00:30.916828, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:30 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! Feb 4 16:00:30 UnRAID smbd[23484]: [2021/02/04 16:00:30.916882, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:30 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! Feb 4 16:00:30 UnRAID smbd[23484]: [2021/02/04 16:00:30.916909, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:30 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! Feb 4 16:00:30 UnRAID smbd[23484]: [2021/02/04 16:00:30.916935, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:30 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! Feb 4 16:00:34 UnRAID smbd[23484]: [2021/02/04 16:00:34.727308, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:34 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! Feb 4 16:00:34 UnRAID smbd[23484]: [2021/02/04 16:00:34.727380, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:34 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! Feb 4 16:00:34 UnRAID smbd[23484]: [2021/02/04 16:00:34.727414, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:34 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! Feb 4 16:00:34 UnRAID smbd[23484]: [2021/02/04 16:00:34.727443, 0] ../../source3/lib/sysquotas.c:565(sys_get_quota) Feb 4 16:00:34 UnRAID smbd[23484]: sys_path_to_bdev() failed for path [.]! and of the errors just continue. How can I troubeshoot this? Running Unraid OS version 6.9.0-rc2
  25. Hi. I was wondering if somebody could help me as I am getting a cert does not exist error. I've so far followed SpaceInvader Ones youtube video up to the point of setting up my DNS Cname records, and forwarding my ports (see pictures below). I am using Google domains as my registar. I am not using duckdns at all. I have a static IP. The red boxes in the picture are all mydomain.com and the purple box is my wan IP. Capture.thumb.PNG.b5c23f40859812d065621b51163fa46d.PNG If I try to RDP into my Windows machine using mydomain.com:3389 or www.mydomain.com:3389 , which are both forwaarded to my IP as "A" records, it works. If I try cloud.mydomain.com:3389 it just fails. Do I need to create an "A" record for cloud. and video. as well? I suppose there was a bit of a disconnect here since the video guide space invader one made talks about using duck DNS, which i'm not using, and im guessing his duckdns config somehow has that setup already for him? Here is my picture of my port forwarding on my router Capture2.thumb.PNG.46b5151a2509e9eb0e2f478676641d2b.PNG Edit: I figured it out. In case anybody sees this in the future, you need to also forward your subdomains to your IP (which is basically creating A records for each, but through the forwarding options on google domains, rather than the custom resource records options), as well as making the Cname records in the custom resource records options, which point to the main domain.
×
×
  • Create New...