fortytwo

Members
  • Posts

    77
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

fortytwo's Achievements

Rookie

Rookie (2/14)

0

Reputation

  1. Can I ask what sort of setup you're doing for the NVME and plex? I'm looking at an upgrade as well, mainly because we're heavy plex users and it's been giving me lots of grief lately.
  2. Thanks, I'll take a look at that. I don't have that installed, so guess I'll have to look into that as well.
  3. Gotcha, thanks. So how can I "convert" it at this point? How can I create /mnt/user/appdata such that the directory doesn't live on the cache? I set "use cache disk" to no, but nothing seemed to change.
  4. I'm trying to change my cache drive and, as part of that, I've been working on finally moving all my application config to a user share so I don't have to worry about losing it if the cache drive fails. What's weird is that I've noticed that both /mnt/cache/appdata and /mnt/user/appdata point to the same directory (as in, create a file in one of those dirs and the other will see it). Neither directory is a symlink. `stat` on each shows: root@Tower:/mnt/cache# stat /mnt/cache/appdata/ File: /mnt/cache/appdata/ Size: 168 Blocks: 0 IO Block: 4096 directory Device: 881h/2177d Inode: 249006 Links: 5 Access: (0777/drwxrwxrwx) Uid: ( 99/ nobody) Gid: ( 100/ users) Access: 2017-05-31 15:18:39.000000000 -0700 Modify: 2019-03-03 13:45:15.000000000 -0800 Change: 2019-03-03 13:45:15.000000000 -0800 Birth: - root@Tower:/mnt/cache# stat /mnt/user/appdata/ File: /mnt/user/appdata/ Size: 168 Blocks: 0 IO Block: 4096 directory Device: 1fh/31d Inode: 10 Links: 1 Access: (0777/drwxrwxrwx) Uid: ( 99/ nobody) Gid: ( 100/ users) Access: 2017-05-31 15:18:39.000000000 -0700 Modify: 2019-03-03 13:45:15.000000000 -0800 Change: 2019-03-03 13:45:15.000000000 -0800 Birth: - I just want to know if this mirroring is intentionally done by something in unraid before I go blasting things away?
  5. It's not looking for /mnt/cache/.plugins/nzbdrone/.config/NzbDrone it is actually looking for /.config/NzbDrone in the root directory. This is because NZBDrone has no way on linux to change that config folder. My plugin automatically makes a symlink to wherever you set your config directory to. Do this, type "cd /.config" without the quotes. Then type "ls -la" and you should see something like the following: NzbDrone --> path/to/your/config/directory Also, its possibly your config.xml file is corrupted or missing. I suggest the following steps: - Rename your folder /mnt/cache/.plugins/appdata/nzbdrone/ to /mnt/cache/.plugins/appdata/nzbdrone-backup/ - set your config path in the plugin to /mnt/cache/.plugins/appdata/nzbdrone/ - type the following without quotes "rm -r /.config/NzbDrone" and that is case sensitive - reboot your server then start the app Let me know if that helps. In your example above you tried to symlink a file to a directory so that's not going to work. Doing these steps will make my plugin recreate your config symlink and create a new xml file, but you will need to reimport your tv shows again and set it up again most likely. At least if this gets it working then the hard part is done. Makes sense...I did link the file correctly (typed it wrong in the post) but I see now I misread the path it was looking for (which you pointed out). I'll give that a try and check why that link might not have gotten created automatically. Thanks!
  6. Hey PhAzE, excited to give NzbDrone a try but I'm running into an issue when launching it. If I try starting it manually with --debug, I see this: [info] Bootstrap: Starting NzbDrone - /mnt/cache/.plugins/nzbdrone/NzbDrone.exe - Version 2.0.0.1617 [info] MigrationLogger: *** Migrating data source=/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal *** [info] MigrationLogger: *** Migrating data source=/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal *** [info] Router: Application mode: Interactive [info] OwinHostController: Listening on the following URLs: [info] OwinHostController: http://*:8086/ [info] NancyBootstrapper: Starting NzbDrone API [Fatal] ConsoleApp: EPIC FAIL! TinyIoC.TinyIoCResolutionException: Unable to resolve type: NzbDrone.Api.Authentication.EnableAuthInNancy ---> TinyIoC.TinyIoCResolutionException: Unable to resolve type: NzbDrone.Api.Authentication.AuthenticationService ---> System.UnauthorizedAccessException: Access to the path "/.config/NzbDrone/config.xml" is denied. at System.IO.FileStream..ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool,System.IO.FileOptions) <0x006d3> at System.IO.FileStream..ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) <0x00023> at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) <0x00053> at System.IO.StreamWriter..ctor (string,bool,System.Text.Encoding,int) <0x00067> at System.IO.StreamWriter..ctor (string,bool,System.Text.Encoding) <0x00023> at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor (string,bool,System.Text.Encoding) <0x0003f> at System.Xml.XmlWriter.Create (string,System.Xml.XmlWriterSettings) <0x0004f> at System.Xml.Linq.XDocument.Save (string,System.Xml.Linq.SaveOptions) <0x0006f> at System.Xml.Linq.XDocument.Save (string) <0x00017> at NzbDrone.Core.Configuration.ConfigFileProvider.SetValue (string,object) <0x001df> at NzbDrone.Core.Configuration.ConfigFileProvider/<>c__DisplayClass1.<GetValue>b__0 () <0x0010f> at NzbDrone.Common.Cache.Cached`1<string>.Get (string,System.Func`1<string>,System.Nullable`1<System.TimeSpan>) <0x0017a> at NzbDrone.Core.Configuration.ConfigFileProvider.GetValue (string,object,bool) <0x00178> at NzbDrone.Core.Configuration.ConfigFileProvider.get_ApiKey () <0x00027> at NzbDrone.Api.Authentication.AuthenticationService..ctor (NzbDrone.Core.Configuration.IConfigFileProvider) <0x0003b> at (wrapper dynamic-method) object.lambda_method (System.Runtime.CompilerServices.Closure,object[]) <0x000a3> at TinyIoC.TinyIoCContainer.ConstructType (System.Type,System.Type,System.Reflection.ConstructorInfo,TinyIoC.NamedParameterOverloads,TinyIoC.ResolveOptions) <0x003b2> --- End of inner exception stack trace --- at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00000] in <filename unknown>:0 at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.ResolveOptions options) [0x00000] in <filename unknown>:0 at TinyIoC.TinyIoCContainer+SingletonFactory.GetObject (System.Type requestedType, TinyIoC.TinyIoCContainer container, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00000] in <filename unknown>:0 at TinyIoC.TinyIoCContainer.ResolveInternal (TinyIoC.TypeRegistration registration, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00000] in <filename unknown>:0 --- End of inner exception stack trace --- at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00000] in <filename unknown>:0 at TinyIoC.TinyIoCContainer.ConstructType (System.Type requestedType, System.Type implementationType, System.Reflection.ConstructorInfo constructor, TinyIoC.ResolveOptions options) [0x00000] in <filename unknown>:0 at TinyIoC.TinyIoCContainer+SingletonFactory.GetObject (System.Type requestedType, TinyIoC.TinyIoCContainer container, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00000] in <filename unknown>:0 at TinyIoC.TinyIoCContainer.ResolveInternal (TinyIoC.TypeRegistration registration, TinyIoC.NamedParameterOverloads parameters, TinyIoC.ResolveOptions options) [0x00000] in <filename unknown>:0 Press any key to exit... I thought it was just a bad file path problem, so I tried putting a link to my config file in the location it was looking for it (i.e. ln -s /mnt/cache/.plugins/appdata/nzbdrone/config.xml /mnt/cache/.plugins/nzbdrone/.config/NzbDrone) but that didn't seem to help. Any ideas? Thanks!
  7. What network mode did you use in order to be able to access unRAID's web gui from your host machine? I was under the impression that 'bridged' should do it, but that doesn't seem to be working. EDIT: Nevermind, changed it to NAT and accessed the IP that showed up from doing an ifconfig and that worked.
  8. Awesome! Will definitely give this a try Yeah, this is kinda what I was thinking were I able to get things working. I was hoping it'd be alright with Tom to have a default unRAID virtual image for people to use for testing plugins, etc.
  9. Hmmm, I see somewhere on the wiki that points to this thread: http://lime-technology.com/forum/index.php?topic=5061 Is that it? I'll have to take a look at that and perhaps the 'installing unRAID to a hard drive' instructions, maybe that was part of my problem.
  10. I'm tinkering around with writing a plugin for unRAID5.0 but don't want to test things out on my live machine, is there an "official" method for getting a test image up in VirtualBox so I can mess around? I've found a few posts about people who have done it but one of them (http://lime-technology.com/forum/index.php?topic=20837.0) is a set up to use your actual unRAID image (which I don't want to do) and I can't seem to get the other directions to work (http://lime-technology.com/forum/index.php?topic=5997.0). For the second method: I create a 4gb hard drive on the virtual machine and then boot into an Ubuntu live CD to format the disk and copy the unRAID files on to it, but I'm unable to boot from that drive. Are there any other methods to get this done? Or something stupid I'm missing? Thanks.
  11. Well, the instructions on that page didn't seem to have much that I hadn't tried, but, after connecting my unRaid machine directly to the router (rather than through a switch), things seem to have started working. I'm not sure if that change should've 'fixed' anything, maybe it was just a cache that happened to expire as well, but it seems to be working now.
  12. Hey John, thanks a lot for the reply. I haven't being using the IPMItool2, actually, I've always used the web interface and done the configuration in the BIOS (I've tried making the change to static IP both in the BIOS and in the web interface after booting using DHCP). Using the tool vs. the web interface shouldn't make a difference I assume? I'll be sure to follow the steps described in the link you posted, looks like some good info. Thanks.
  13. Hey guys, Haven't been able to find much on this and, even though I don't believe it's an unRaid issue, I know a lot of users here use IPMI on SuperMicro's boards so I'm hoping someone can help. The problem I'm having is fairly simple: I can access IPMI when I set it to use DHCP but not when I set a static IP. Has anyone else run into this? Any ideas? Thanks
  14. If I'm remembering correctly, with the motherboards I've had, the BIOS doesn't actually detect it as one of the USB-*** options, it detects it as a hard drive. If you can select the device interactively, it may be worth trying that and looking at the HD options, you might see the name of your USB drive there. If you can't, I'd do a trial and error with a few of the HD options in the BIOS, it's possible your board is actually reading it as a hard drive.
  15. I just gave this card a try with the SuperMicro X7SPA-HF-O board. I don't quite need it yet, but thought I would plug it in and plug one of the drives in to it to give it a go. Unfortunately, the machine didn't even boot. I wasn't able to get the console redirected over IPMI (have to get Java stuff working on a new machine), so I'll be giving that a try sometime soon. In the meantime, is there a jumper or something that needs to be added for everyone to be happy? Google isn't turning up much, but, since these seems to be a popular mobo + card combo, I thought someone might have some insight. Thanks in advance.