Alexandro

Members
  • Posts

    321
  • Joined

  • Last visited

Posts posted by Alexandro

  1. Unfortunately a no go.

    The official docker installed with no errors reported.

    The log file shows a clean startup.

    The web interface on the usual port is not working while the location of the config files remains the same.

     

    Edited: I am still using the ancient 6.1.9 version of Unraid (do not ask me why). Probably the official version requires the latest Unraid, hence the negative result?

     

    Back to LT Plex (for now).

     

  2. Dear All,

    I am about to migrate from LT Plex container to the official Plex one.

    However when I try to remove the old container two options are available:

    1. Just the container

    2. Container and image.

    Which of both options is the one I need as I would like to preserve my library as it is and to avoid scanning it again.

     

    Thanks in advance.

     

  3. Here for sale is a DELL Perc H310 card.

    It is flashed to IT mode.

    I am able to ship worldwide per cost. Please kindly let me know where are you located so that I can check the price per shipping.

    Best regards.

     

     

     

     

  4. Yes, thanks, I did re-assigned the disks and a non-correcting parity check is in progress although I can see 398 sync errors detected for now.

    Once the parity check is finished I assume I should perform another check but with a "Write corrections to parity disk" option enabled.

    Thank you once again for your support.

  5. Hello,

     

    All of the sudden one of the disk in my array has thrown read errors. It happen while I was browsing it files via Kodi media center. As a result disk has been disabled and content emulated from my parity.

    All my drives are connected to Dell Perc H310 controllers and Supermicro drive cages. For the sake of good order i replaced the cables and connected the "faulty" drive directly to the on-board Sata controller. It can be recognized.

    The disk is full and I haven't wrote to it last two years since it is fully utilized.

    I have restarted the array but it is still disabled (no surprise here as it is the usual unraid behavior).

    As I do not want to risk a rebuild, and I trust my parity drive (I do parity check on a 2 weeks basis) I was wondering is there any chance just to add the drive back again and to force unraid to trust both parity and the "faulty disk". There are no obvious drive problems according to the SMART report. No pending sectors or other scary messages. The drive is 2,5 years old WD30EFRX.

    Full diagnostics log is attached here.

     

    Thanks in advance for your replies.

     

    unraid-diagnostics-20170711-1847.zip

  6. Hi saarg, linuxserver and CHBMB,

    I can see the docker has been compiled without netceiver support. As I have 2 netceiver devices with 12 tuners I would kindly like to ask you if possible to build a version with netceiver support.

    Thank you very much in advance and best regards.

     

  7. please help me with the following error message i get from the web address:

     

    Caught exception in MusicBrainz::Server::Controller::Root->begin "stash takes a hash or hashref at /usr/local/share/perl5/site_perl/Catalyst.pm line 599."

    As I see I am not the only one with this problem.

     

    Please kindly see my log file:

     

    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.

    [s6-init] ensuring user provided files have correct perms...exited 0.

    [fix-attrs.d] applying ownership & permissions fixes...

    [fix-attrs.d] done.

    [cont-init.d] executing container initialization scripts...

    [cont-init.d] 10-adduser: executing...

     

    -------------------------------------

    _ _ _

    | |___| (_) ___

    | / __| | |/ _ \

    | \__ \ | | (_) |

    |_|___/ |_|\___/

    |_|

     

    Brought to you by linuxserver.io

    We gratefully accept donations at:

    https://www.linuxserver.io/index.php/donations/

    -------------------------------------

    GID/UID

    -------------------------------------

    User uid: 99

    User gid: 100

    -------------------------------------

     

    [cont-init.d] 10-adduser: exited 0.

    [cont-init.d] 20-brainzcode: executing...

    [cont-init.d] 20-brainzcode: exited 0.

    [cont-init.d] 30-initialise-database: executing...

    [cont-init.d] 30-initialise-database: exited 0.

    [cont-init.d] 40-config: executing...

    [cont-init.d] 40-config: exited 0.

    [cont-init.d] done.

    [services.d] starting services

    [services.d] done.

     

    Here how I also mounted the needed folders:

     

    /config /mnt/cache/.apps/musicbrainz

    /data /mnt/disk12/Media/Music-BB/

     

    Thanks for your help in advance.

  8. Hi jonp and thanks for your input. As I stated in my first message, the linux image (ubuntu distribution) is an actual working backup made by clonezilla in a PC environment where a HDD was presented with a number of partitions (/dev/sda, /dev/sdb, etc...)

    The .iso installs fine in a VM under unraid I have no problems with that.

    The problem is upon first boot of the VM after a successful installation where it hangs because of /dev/sda partition is not found. Obviously there is no /dev/sda/ as the VM disk is /dev/vda/ .

    My question is the following: is it possible to convert somehow the .iso image (or to tell KVM) so that it is not searching for dev/sda, but/dev/vda?

    I will provide screenshots if needed.

    Thanks.

  9. I have successfully installed the image in Virtual Box environment and it is working great. No success in KVM.

    I would like to avoid keeping Virtual Box, as KVM is build-in now and I am running windows7 and Ubuntu Desktop as VMs as well. Do I need special .XML settings or do I need to modify the image so that every partition is /dev/vdaX, instead of /dev/sdaX? Tried to do it with "cnvt-ocs-dev" but the command fails as the image is reported being read-only.

    Is there anyway to "cheat" the system that actually vda is sda?

    Any input will be appreciated.