Athuruga

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by Athuruga

  1. Hi, I've got Unraid 6.12 and tried to install your plugins. But there seems to be a problem with some plugin control files: /usr/local/sbin/plugin install https://github.com/PhAzE-Variance/unRAID/raw/master/Plugins/Subsonic.plg 2>&1 plugin: installing: https://github.com/PhAzE-Variance/unRAID/raw/master/Plugins/Subsonic.plg plugin: downloading https://github.com/PhAzE-Variance/unRAID/raw/master/Plugins/Subsonic.plg plugin: creating: /tmp/Subsonic-script - from INLINE content plugin: running: /tmp/Subsonic-script Cleaning up previous install files... ...Cleanup complete! Downloading any missing plugin files... Latest plugin control files downloading ...Unable to download missing plugin control files. Aborting install plugin: run failed: /bin/bash retval: 1 Please let me know what I can do Regards, Athu
  2. Hi, @eroz thx that solved the problem. I removed the plugin and rebooted my server. Now all Templates are loading as expected. Thx a lot for the tip, regards Athu
  3. Hi there, I just upgraded to 6.12 If I select a Template for a Docker, non of the fields get filled. All are blank. I tried it with Chrome and Internet Explorer. Might it be possible that it is not working with the new Dynamix webGui Plugin? Regards, Athu
  4. Hi, I try to use docker for a while now. It works pretty well for some time, but then the server get's unreachable. No matter which container I try. First time this occured was when I used the MariaDB container. The server Gui gets slow or is not reacting at all, also remote access via console is not possible. If I stop the the docker from working I'm not facing this kind of problems. Have you got any advise what can I do/check? I'm using a bridged Network.
  5. Hi, first of all, great work! I installed it and it works right out of the box. I amended the config file and now I'm able to access my owncloud server from external. I just bought me the ownCloud App for my iPad.... and it doesn't work. As soon as I enter the same address as in my browser I get the error: Authentification with server is not possible. Do I need to have a certificate for my server to use the app? And if so how o get this/install it? Regards, Athu
  6. Hi, I found this Docker Container for Calibre and wanted to share it with you: https://index.docker.io/u/regueiro/calibre-server/ I installed it by: docker pull regueiro/calibre-server For the first start I used: docker run -d -h unraid --name="calibre" -v /mnt/user:/mnt -v /mnt/cache/docker/apps/appdata/calibre/:/config -v /mnt/user/ebook/Calibre:/opt/calibre/library -v /etc/localtime:/etc/localtime:ro -p 8080:8080 regueiro/calibre-server regueiros documentation is a littlebit missleading as he uses the "old" naming convention and the incorrect name: -name calibre regueiro/calibre It is working pretty well for me. The only thing I need to figure out now is how to secure this Calibre server when I open the port. Regards, Athu
  7. Hi ironicbadger, and thank you for the detailed explanation. I found the reason for the error with the ethernet settings. I just copy pasted the code from your first explanation, not taking care about the writing once Ethernet then ethernet. So I had two different ethernet settings. Now I have got a static IP as I wanted, and I'm able to ping my server. But now I cant access the "Tower" by its name, only by its IP. e.g cd /net/Tower/mnt/user/movies stopped working but cd /net/192.168.1.190/mnt/user/movies works showmount Tower -e leads to clnt_create: RPC: Unknown host. How to list the hosts? Maybe the name changed? <edit> OK sorry for bothering... I edited the host List to reflect the "Tower" for the IP and it works.
  8. Hi jbartlett, this did not work as well. by the way Systemctl disable dhcpcd doesn't work must be: dhcpcd disable I also changed the cfg to: vif = [ 'ip = "192.168.1.200/24", mac=00:16:3e:a1:b2:c3, bridge=xenbr0' ] or to: vif = ['mac=8a:16:3e:a1:b2:c3,bridge=xenbr0'] ip = '192.168.1.200/24' (with and without 24) netmask = '255.255.255.0' gateway = '192.168.1.1' with enabled dhcp I can see: link/ether 00:16:3e:a1:b2:c3 brd ff:ff:ff:ff:ff:ff inet 192.168.1.116/24 brd 192.168.1.255 scope global eth0 so it is taking the MAC. If I check the Adressleases in Win 2003 DHCP it looks like: 3ea1b2c3000100011a80fc4000163eaabbe3 Really frustrating..
  9. Hi, I have got the same issue. I would like to use a static IP. My DHCP server (Win 2003) recognizes the MAC of my new Unraid server and the MAC of archVM with 36 digits. the first 24 are trash and only the remaing 12 are correct. I'm not able to reserve this long MAC. I read a lot about it and all say it might have something to do with Linux some say it is because of a "duplicate" Unique ID. I tried the following: Systemctl disable dhcpcd cd /etc/netctl cp examples/ethernet-static Ethernet Edit that new file if required (nano Ethernet) netctl enable Ethernet Reboot Inside the new File: Description='A basic static ethernet connection' Interface=eth0 Connection=ethernet IP=static Address=('192.168.1.23/24' '192.168.1.87/24') #Routes=('192.168.0.0/24 via 192.168.1.2') Gateway='192.168.1.1' DNS=('192.168.1.1') I changed Address=('192.168.1.200/24' '192.168.1.87/24') tried also: Address=('192.168.1.200') But during the archVM boot I received : [FAILED] Failed to start A basic static ethernet connection. See 'systemctl status [email protected]' for details. The error details in there tells me: The interface of network profile 'Ethernet' is already up. I also tried to change the VM cfg file to: vif = [ 'ip = "192.168.1.200", mac=00:16:3e:a1:b2:c3, bridge=xenbr0' ] But this doesn't help/ gets ignored. Any Ideas how to get rid of the 24 wrong digits or how to get the static ip up and running?
  10. Hi, thank you for the work and the cool repository. Would ist be possible to implement Subsonic? Regards, Athu
  11. Hi I wanted to move from 5 RC 3 to RC 5. I started the server but it did not come up and I had to shut it down. I replaced the the files bzimage and bzroot again with rc3 files, but after that my drive 4 came up with a red ball. I tried this procedure starting the server stopping the array. Per Telnet I used Initconfig, and then /root/mdcmd set invalidslot 99 this worked so far, but when I try /root/mdcmd check NOCORRECT I get /root/mdcmd: line 11: echo: write error: Invalid argument Now all of my 8 discs (1 Parity and 1 Cache) are unassigned and I'm affraid in loosing all my data. What do I need to do to get them online again please help me!?
  12. I had version 0.1 installed (which was working), then I switched to version 0.3. Now I get the error : /usr/local/plex//Plex Media Server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/local/plex//Plex Media Server) /usr/local/plex//Plex Media Server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/local/plex/libsoci_core-gcc-3_0-3.0.0.so) /usr/local/plex//Plex Media Server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/local/plex/libboost_program_options.so.1.46.1) /usr/local/plex//Plex Media Server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/local/plex/libboost_regex.so.1.46.1) /usr/local/plex//Plex Media Server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/local/plex/libfreeimage.so.3) root@Tower:/boot/custom/plex# /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' I tried to switch back to version 0.1 but it still fails to load. I had this error before when I tried to install Plex manually. Then I installed the package "C" compiler & development tools and Plex worked. Now I don't know how to get plex running again... I just got it running again. Removed v01 and replaced it with v03. I also Remonde the autostart. Now it starts again.
  13. At First let me say thank you for the great work you did! Is there a way to select the default order of the scrapers? I can see that all metadata agents are installed, but only 3 are showing up in the browser and Freedb is the default agent. I would like to see MoviePilot As default or having it at least in the list. It would be great if this could be added to the configuration. Or let me know if I Misses something. Regards Athu P.s. Would it be possible to share the project, so we would be able to make such good Plugins also for Subsonic or Twonky?
  14. I was reading through the FAQ and followed a lot of links, but I can't find a simple explanation how to add a Cache drive. Or do I need a different type of drive, if I would like to run VBox, having the OS on a drive not belonging to the Array? I just added a new 500G Drive to the server: 1.Stop the array. 2.Power down the server. 3.Install your new hard drive. 4.Power up the unit. 5.Start the array. Now it is clearing the disk, but I dont want this disk to be a part of the array. Could you please give me a hint?
  15. Hi, I just bought a new stick installed the 5.0 Beta and rebooted the system (I have on licence in spare, as I bought 2 at once) I did not apply the licence yet. It looks like that the hard disks are recognized, but all are unknown. I dont know how to progress... Next step I would try is 1. make a backup of my first stick 2. try to upgrade from 4.5.6 to 5.0 Beta 3. check what happens.... I hope someone else could give me also a hint. Replacing the controler makes no sence, as it would be too expensive, and I would have to replace the backplane as well. thanks for the help so far! Edit: OK after upgrading my old stick to 5.0 Beta, the normal Browser items are not visible (instead I have a broken link like: <?=$pg['Title'];?> ), but I'm able to use Port 89 and then I can see unmenu etc. In myMain I see that my 5 disks are unknown (and orange) but now there are 5 "new" disks, having a serial etc. The drives have got IDs from 7800 to 7840. If I click on the ID I could see the serial, but no manufactorer. Parts of the syslog: May 4 14:16:38 Tower emhttp: 20004d92780447810 (sdb) 1953514552 --- 1. drive May 4 14:16:38 Tower emhttp: 20004d92780447820 (sdc) 1953514552 --- 2. drive May 4 14:16:38 Tower emhttp: 20004d92780447830 (sdd) 1465138552 --- 3. drive May 4 14:16:38 Tower emhttp: 20004d92780447840 (sde) 976762552 --- 4. drive (which is empty) May 4 14:16:38 Tower emhttp: 20004d92780447800 (sda) 1953514552 --- my Parity Because of this my original drives now: May 4 14:16:38 Tower kernel: md: unRAID driver 2.1.0 installed May 4 14:16:38 Tower kernel: md: converting superblock version 0 to version 2 May 4 14:16:38 Tower kernel: mdcmd (1): import 0 0,0 May 4 14:16:38 Tower kernel: md: disk0 missing May 4 14:16:38 Tower kernel: mdcmd (2): import 1 0,0 May 4 14:16:38 Tower kernel: md: disk1 missing May 4 14:16:38 Tower kernel: mdcmd (3): import 2 0,0 May 4 14:16:38 Tower kernel: md: disk2 missing May 4 14:16:38 Tower kernel: mdcmd (4): import 3 0,0 May 4 14:16:38 Tower kernel: md: disk3 missing May 4 14:16:38 Tower kernel: mdcmd (5): import 4 0,0 May 4 14:16:38 Tower kernel: md: disk4 missing Any suggestions what I could do? Syslog_5.0_Beta.txt
  16. I just attached the syslog to my last post. Btw. Now I can see that at the end of the log the server is not able to spin the drives down, just wonder what happened now, because I never had this issue before.
  17. Hi, This is my System: 3 HE/U 19" Industrial Server Case AIC RMC-3E2-PI-XPSS 3 x Power Supply hot plug redundant (2+1) Zippy R3G-6650P 350W 16 x HDD hot swap frame 3.5" 1 x SATA/SATA-II Backplane 1 x optical drive slim DVD/CDRW, 1 x FDD slim option (empty) 1 x Controller Areca ARC-1160ML PCI-X (for 16 HDDs) Motherboard Supermicro H8DAE-B with 2 x CPU AMD Opteron Dual Core 2.2 GHz OSA275FAA6CB + orig. AMD Heatpipe Cooler 4 GB (2 x 2 GB) RAM DDR PC3200 ECC reg. CL3 I will add the Syslog As soon As I'm at home. I run this since a halfe year now. Thx for looking into this. Regards Athu syslog-2011-05-03.txt
  18. As described in the subject I get this error. I have got 1 Parity disk 2T, 2* 2T, 1,5T and a newly added 1T drive. I replaced my old Files on the USB Stick as described in the upgrade description and rebooted the Server. Now all Drives beside the new one are red. What could I do? Update: I replaced the old 4.5.6 files and rebooted the server again, after this all disks are fine. Looks like that there are updates to my drivers, and thus the original drives are not known correctly anymore. What could I do to upgrade? unraidlog.txt
  19. Problem Solved... The 2TB WD EARS don't accept the setting of Max SATA Speed of 150! I switched it to Max SATA Speed of 300 and Unraid is able to see the HDDs. BTW. yes they are like the the 1.5 TB ones and I set a Jumper on Pin 7 and 8 before I started with Unraid. What do you think about the Config of my System? Used Parts, but all in all around 700 € for the Server without HDDs.
  20. Hi there, this is my first post here and I hope you could help me. I'm reading this forum since a while now and just bought me a system with the following configuration for an awsome price: 3 HE/U 19" Industrial Server Case AIC RMC-3E2-PI-XPSS 3 x Power Supply hot plug redundant (2+1) Zippy R3G-6650P 350W 16 x HDD hot swap frame 3.5" 1 x SATA/SATA-II Backplane 1 x optical drive slim DVD/CDRW, 1 x FDD slim option (empty) 1 x Controller Areca ARC-1160ML PCI-X (for 16 HDDs) Motherboard Supermocro H8DAE-B with 2 x CPU AMD Opteron Dual Core 2.2 GHz OSA275FAA6CB + orig. AMD Heatpipe Cooler 4 GB (2 x 2 GB) RAM DDR PC3200 ECC reg. CL3 Additionally I bought 2 WD 2 TB EARS Harddisks. (I have got some more older ones to plug in later on, if Unraid works and when I buy the Professional Version) I installed Unraid on a 4 GB San Disc Stick, plugged it into the server and Unraid Booted without Problems.... Beside the Harddisks are not recognized. I would like to know how to set up the ARC-1160ML so Unraid could find the HDD. I could see them in the controller, Unraid "sees" all LUN of the controller during the boot phase but can't find the HDDs. There is a pass through option in ARC-1160ML but if I would like to activate it I get the error, there is no IDE disk. Currently the Controller is in JBOD Mode. Connecting to the server via Broswer works, but if I try to assign a disk, the combobox just shows me an "Unassigned". If you could help me and if I get the System running with Unraid, I could tell you where to get it (in Europe) Regards, Athu