ashr

Members
  • Posts

    8
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

ashr's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks detz. I understand the concept of how to do it ... I'm just struggling to put all the pieces together. I've got a python script saved in a folder on my server, but is there a way of creating a run.sh cronjob without having to access the command line?
  2. Just looking for some advise. I've set my server up with the usual CouchPotato/Sonarr/DLNA/etc... but I'm wanting to take it a step further and go into home automation. Is there a way I can run a script (PHP or Python) which pulls data (in this case - the weather report) from the internet, and then display it on a website or on another computer in the network? - I want to be able to run the script every 2 minutes (example), save the data received in a mySQL database (docker), and then pull it from the database onto a raspberry pi... Any help would be appreciated.
  3. Thanks Rob / Itimpi, I'd tried 0.9 and 0.69 (one that I definitely knew was free) before 0.2 and they didn't work either. I only used 0.2 because I thought it'd be a recognised address on the router. To be honest I've tried absolutely everything haha. I've attached the ifconfig... Had to take a pic on my phone.
  4. Ahh found out how to copy syslog into a txt document. Attached syslog.txt
  5. Thanks Rob, sorry... I ment the Realtek 8111G chip. I checked a list somewhere which listed a number of motherboards used for UNRAID and a number seemed to have that. It's good spec so I assumed other stuff wasn't important (the problem is it's not finding the network). I've tried a number of the console networking commands and it seems like everything is there (everything has a size when I use "lsmod"). There are no RX packets (sending out?) but there are TX packets (coming in?), not sure what that means... It also won't netlook up ("didn't find #20) or ping to google.com ("unknown host") For network.cfg I've used ... 192.168.0.9 and 192.168.0.69 (unused IPs) and 192.168.0.2 (my PCs IP, already registered with router, and my PC was turned off). I've also used 192.168.1.69 (although all other IPs are 0). mask has always been 255.255.255.0, and gateway 192.168.0.1 (same as router). I can't get the syslog on here because it can't find the network so I can't get onto webGUI, but I've used cat /var/logs/syslog to read through it... I can't find anything notable other than... Syslog... /sbin/ifconfig lo 127.0.0.1 /sbin/route add -net 127.0.0.0 network 255.0.0.0 lo NX (Execute Disable) protection:active System Product Name/A88XM-A BIOS 2001 12/05/2014 ACPI BIOS Bug: Warning: Optional FADT field Pm2ControlBlock has zero address or length ACPI: no dock devices found. Registered new address record for 192.168.0.2 on eth0.IPv4. Server setup complete. Host name is Tower.local. Local service cookie is 2683876654. Service "Tower" (/services/smb.services successfully established. Looks like syslog is confirming that the server is setup and should be working fine, but I can't log onto the webGUI (I've tried uppercase and lowercase, changing the name, using ip, using tower, different browsers, etc...) Please save me haha
  6. I've just bought a server especially for UNRAID but I cannot get it set up correctly. I've followed all the instructions on the config page (http://lime-technology.com/wiki/index.php/Configuration_Tutorial), but I am not receiving an IP address when I use ifconfig eth0. So I can't get onto the WebGUI. My router (virgin superhub) is already set to DHCP, but I've tried entering an unused static IP into the mcedit /boot/config/network.cfg too. I've tried doing this on both UNRAID and on the file itself on my PC before putting it in. I've checked the specifications of the motherboard (asus a88xma) and its all fine. I've changed the port the ethernet goes into in the back of the router, changed the static ip address, turned DHCP off/on, I've installed a different version of UNRAID (used 6.0 first, then 5.0.6). I've checked that the two ports used (listed in ident.cfg) are open. I've tried pinging the static ip on PuTTy (no response)... ...and anything else I could think of doing. Any suggestions or help would be appreciated Thanks,