soundfx

Members
  • Posts

    13
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

soundfx's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I've started looking into the details you've suggested. I had read the readme and tried those things but had no luck and because I felt like I was just compounding possible solutions I tried to return everything back to default. Before I post anymore details here I just realised my ISP blocks both ports 443 and 80 on inbound connections. I wonder if this is a fundamental problem or should I still be able to get this to work? EDIT: I contacted my ISP and had them unblock the ports they were blocking. I can now see the 443 as open using http://canyouseeme.org/ and am getting a certificate exist feedback from https://www.sslshopper.com/ssl-checker.html There still seems to be some errors so I've got more work to do but progress. Shame I probably wont have much time over the next few days being the holidays and all.
  2. I have tried for 3 days to get access to NextCloud on my unRAID working from outside my network. Here's were I stand: I have NextCloud up and working, I can access it from a browser on a connection within my own network using unraidIP:444 I can also access NextCloud from the android app when I'm connected to my own network using unraidIP:444 in the NextCloud app "Server address https://..." field. I have LetsEncrypt setup and working (I think). I using DuckDNS and the duckdns validation method. Here is the log from my LetsEncrypt. ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing... Variables set: PUID=99 PGID=100 TZ=Australia/Sydney URL=workdamnit.duckdns.org SUBDOMAINS=wildcard EXTRA_DOMAINS= ONLY_SUBDOMAINS=true DHLEVEL=2048 VALIDATION=duckdns DNSPLUGIN= EMAIL=*******@gmail.com STAGING= 2048 bit DH parameters present SUBDOMAINS entered, processing Wildcard cert for only the subdomains of workdamnit.duckdns.org will be requested E-mail address entered: ******@gmail.com duckdns validation is selected the resulting certificate will only cover the subdomains due to a limitation of duckdns, so it is advised to set the root location to use www.subdomain.duckdns.org Certificate exists; parameters unchanged; starting nginx [cont-init.d] 50-config: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Server ready I've tried a lot of different things to test that my DuckDNS is working but I'm not sure that it's actually doing what it's suppose to. If, when connected to my home network, I use workdamnit.duckdns.org it takes me to my modem/router login page. But using it outside my home network gets me nowhere. My NextCloud config.php file looks like this: <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'ocd07n9t02sn', 'passwordsalt' => '********', 'secret' => '*********', 'trusted_domains' => array ( 0 => '192.168.0.142:444', 1 => 'nextcloud.server.com', ), 'overwrite.cli.url' => 'https://192.168.0.142:444', 'dbtype' => 'mysql', 'version' => '13.0.1.1', 'dbname' => 'nextcloud', 'dbhost' => '192.168.0.142:3305', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => '********', 'dbpassword' => '*******', 'installed' => true, ); I've tried so many different approaches, test, changes that I feel like the solution might be masked by a change I've made prior. Could someone give me a hand to fault find this? I've feel a little out of my depth but really want to make this happen.
  3. I started building my unRAID server around 2 months ago following around 12 months of on and off research into options. It's been a fun, challenging and interesting ride! I now have my server doing 90% of what I intend it to do which includes all the important stuff - the other 10% is just things like getting Headphones and Couchpotato setup and running. Over these past 2 months I have spent countless hours searching and reading these forums looking for help, pointers, techniques, etc. and what I wanted to say is thank you to everyone here. I have gone from knowing very little about setting up a server and using the command line to having a fully functioning server which does the things I want it to and have the confidence that I'll be able to make it do whatever I choose of it in the future. I couldn't have done it without the countless input the members of these forums provided. Most of it was from threads and questions already asked and answers but never have I found a forum that is so through, polite and helpful to one another. I don't have a high post count because it just wasn't necessary but the couple of questions I did ask were answered helpfully and politely. I also wanted to give a shout out to the crew at unRAID for making such an amazing, easy to use product. The core functions work perfectly and the learning curve for getting started is very gentle.
  4. Thanks itimpi... I'm looking into more memory now. I'll play around with a few things and continue testing to see if I can narrow down the problem a bit.
  5. On a couple of occasions over the last week my server has been completely locking up - no access via the webGUi or putty, no response from keyboard plugged in locally but the monitor still shows the server login prompt. The IP wont respond to pings and the router status page doesn't show the server as connected (although the iLo is still connected and accessable). After the last time, I hard reset the server and just ran it as normal but this time I ran "tail -f --lines=200 /var/log/syslog" in a Putty window. It was roughly 36 hrs before it occurred again - the log from the Putty window is attached. I have no experience reading the logs but if I had to hazard a guess I'd say it a memory problem. This server only has the stock 2 GB installed. I had planned on purchasing some more soonish but I'm thinking I might have to make this a priority if I wan't to continue to use my system to its full potential. I am running Plex, Sickrage, Headphones and Transmission as Dockers which I suspect is a tough ask for 2 GB only. Although at 2:58 AM I wasn't using Plex and I don't think any of the other Dockers were doing anything significant but I haven't fully investigated this just yet. My setup is as in my signature although I've stopped Sickrage, Transmission and Headphones (leaving only Plex) to see how things go. I plan on running a memtest overnight tonight (I did two passes when I first got the server around 2 weeks ago which didn't show any problems). If anyone could decode the log for me I'd appreciate it. I'll try and do some digging and see if I can make heads and tails of it myself. Putty_log_2016-03-24.zip
  6. Awesome.... I'll try this out when I get home. If I understand correctly, even if I manage to get it wrong somehow the data on the data disk will remain intact all the same. I could still access it using something like the unassigned devices plugin or a system than can read xfs right?
  7. I'm very new to playing with servers, command line, unRAID, etc but am having a awesome time learning and I must say I've spent many hours is these helpful, interesting pages. I've got my system setup and running and have been playing with dockers. Unfortunately I've stumbled through a few setups and ran into some problems. I wanted to start fresh so I deleted the docker image (using the webGUI) and started again. However having done this it left a whole bunch of legacy files/folders/settings. I moved on and setup a new docker image and installed my first package again. After it completed the docker page just displays an "orphan" docker which I can't delete. I tried a restart but the system hung on shutting down and I had to do a hard shutdown using a long press on the power button. I restarted, a parity check started and at this point I called it a night. (the parity check completed by the morning with 0 errors). I tried deleting the docker container again but no luck - wont let me - says something about a read only system file (I'm writing this from memory as I'm at work now). So I, probably stupidly , tried to delete the file using a telnet session. I also deleted the appdata folder I had created to store the config of my dockers. What I wan't to do is start again with a fresh install on my usb drive. Is this possible? Will I lose the data I have already put on my array? I assume the key licence will just work as the usb drive is the same GUID. The reason is that even if I find some way to make it all work happily again I worry that my poking around will come back to bite me later on with some obscure problem and always in the back of my mind I'll be thinking "you idiot, I bet this is because you played around with it back in the beginning". I guess you have to learn somehow but it'd be nice if there was a way out without losing my data.
  8. I was having the same problems with Pushbullet and made a post before I found this one (http://lime-technology.com/forum/index.php?topic=47203.0). The user ljm42 commented that this issues has been rectified in the lasted update (V6.1.9) released on 4th March. I haven't had the chance to try it out yet as I'm running preclear on a couple of drives so can't restart the system. Just though I'd let you all know.
  9. I was having the same problems with Pushbullet and made a post before I found this one (http://lime-technology.com/forum/index.php?topic=47203.0). The user ljm42 commented that this issues has been rectified in the lasted update (V6.1.9) released on 4th March. I haven't had the chance to try it out yet as I'm running preclear on a couple of drives so can't restart the system. Just though I'd let you all know.
  10. Thanks ljm42. I only downloaded UnRAID a few days ago and wasn't aware they had released an update since then. I'll have to wait a bit before I can update my system as I'm running preclear on my drives for the next few days.
  11. So I was browsing through this forum and found these couple of posts: http://lime-technology.com/forum/index.php?topic=46593.0 http://lime-technology.com/forum/index.php?topic=46567.0 Not sure why they didn't come up in my search but anyway... It seems like a common problem which is a shame as I was keen on the Pushbullet notifications. Does anyone know if this is being addressed? I'm sure it's not high on the priority list I did try changing the settings using Edge and Firefox as suggested in one of the posts but it made no difference. Should I submit it as a bug report? All the same if anyone could still provide some details about the limitations of the trial licence that would be appreciated.
  12. I'm currently using the trial version of UnRAID (6.1. and I am trying to experiment with the notifications using agents - namely I want to use Pushbullet. In the list of agents it displays Prowl and Pushbullet as enabled, all the rest are displayed as disabled. I don't use Prowl so I set the Agent Function to Disable and click apply. A prompt appears over the API key box saying "Please fill out this field". If I type anything in the API key box and click apply again the page refreshes but nothing has changed - Prowl is still enabled. The delete button does absolutely nothing and the reset button causes the page to reload but still no change. The Pushbullet area acts the same including when I enter a genuine Access Token and click Test the page reloads or click Apply and nothing happens. Are these functions disabled under the trial licence? Is there a comprehensive list of what does and doesn't work under the trial licence? I think I remember seeing one when I was first researching NAS options but can't seem to find it anymore.