StanC

Members
  • Posts

    161
  • Joined

  • Last visited

Posts posted by StanC

  1. ATX spec is for a momentary contact low current switch attached to the motherboard power switch pins. AC power is not normally switched off during regular use, but there may be a toggle switch in the back by the power cord for the AC power. Some PSU's have it, some don't.

     

    Thanks.

     

    Sent from my iPad using Tapatalk HD

  2. Second on the Logitech Media Server. Also would like to see MySQL and Dropbox (Just saw that hurricane has one for Dropbox).

     

    mariadb has been created already probably best just to use that

     

    Yes, I ran across that one after posting. I will take a look at that once I get my unRAID 6 server built - my parts have been ordered. Thanks.

     

  3. Short answer: Yes

    Long Ansser: Your usb stick and key file are tied together.  Neither is associated with a specific unraid version.  You can put any version you want on the usb stick.

     

    Awesome! I thought that would be the answer, but just wanted to make sure. Now I am waiting for my hardware.

     

    Thanks.

     

    Sent from my iPad using Tapatalk HD

  4. There is something wrong with the plugin.  :(

     

    I cleared everything out and rebooted the server.

    I installed the plugin.

    Set the following:

    - Enabled Dropbox Services to No

    - Set Dropbox Database Directory: /mnt/cache/.DropBoxDB

    - Set Dropbox Data Directory: /mnt/disk10/Dropbox

     

    Installed the Dropbox app.

    Checked the directory for the symlinks - ls -la /usr/local/dropbox and they were there point to the correct area that I specified above.

    Started the Dropbox Daemon.

    Clicked the link in the Status bar above to link the server to my account. This is where it went wrong. The symlink for the Dropbox data was removed and replaced with a directory called /usr/local/dropbox/Dropbox.

  5. I don't know. My guess is after, since it lookes like the plugin is ignoring these folders, but it can only start the service if those are applied.

     

    In the end i removed all dropboxdb and dropboxdata folders and symlinks in /usr/local, and manually added the 2 symlinks to point to /mnt/cache/Apps/DropboxData and DropboxDB in my case, and restarted the plugin.

     

    I will try that and see if it works. I did check my /usr/local and noticed that the only symlink was to the dropboxdb but the dropboxdata was just a regular directory and not a symlink.

  6. Removed EVERYTHING, rebooted, re-installed, re-configured, restarted, and what does it say?

     

    "Can't sync (not enough free disk space)

    Downloading file list..."

     

    It still is putting the synced files in /usr/local/dropbox.

     

     

    I am getting the same thing. "Can't sync (not enough free disk space)"

     

    Dropbox Database:  /mnt/cache/.dropbox_db

    Dropbox Data:  /mnt/disk16/Dropbox

     

  7. Hello,

     

    I am revisiting on setting up MySQL on my unRAID system. I need to rebuild my Virtual Host and need to move the database from the VM to unRAID. I have your plugin installed and running. But I am not able to get the XBMC system to connect. Here is what I see in the error log:

     

    140620 20:29:38 mysqld_safe mysqld from pid file /var/run/mysql/mysql.pid ended
    140620 20:33:56 mysqld_safe Starting mysqld daemon with databases from /mnt/cache/Services/mysql
    /usr/sbin/mysqld: /usr/lib/libz.so.1: no version information available (required by /usr/sbin/mysqld)
    140620 20:33:56 InnoDB: The InnoDB memory heap is disabled
    140620 20:33:56 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    140620 20:33:56 InnoDB: Compressed tables use zlib 1.2.5
    140620 20:33:56 InnoDB: Using Linux native AIO
    140620 20:33:56 InnoDB: Initializing buffer pool, size = 128.0M
    140620 20:33:56 InnoDB: Completed initialization of buffer pool
    140620 20:33:56 InnoDB: highest supported file format is Barracuda.
    140620 20:33:56 InnoDB: Waiting for the background threads to start
    140620 20:33:57 InnoDB: 5.5.30 started; log sequence number 1595675
    140620 20:33:57 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
    140620 20:33:57 [Note] - '0.0.0.0' resolves to '0.0.0.0';
    140620 20:33:57 [Note] Server socket created on IP: '0.0.0.0'.
    140620 20:33:57 [Note] Event Scheduler: Loaded 0 events
    140620 20:33:57 [Note] /usr/sbin/mysqld: ready for connections.
    Version: '5.5.30-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution
    140620 20:35:53 [Warning] IP address '192.168.1.39' could not be resolved: Name or service not known

     

    Is there something I need to change or check?

  8. The version that I had running on my Windows 2012 R2 Essentials Home Server died or quit working. Anyway I could not get to it via the browser and neither of my players (Boom or Duet) could connect either. I was contemplating on bringing up a Windows 7/8 VM to run the app. Then it hit me, maybe there was a plugin for unRAID and sure enough I found it here on this thread. I downloaded Overbyrn's current one 7.8 and EUREKA it work! :) :) :)

     

    I am very happy now that my two players are working again.

     

    I did change the install directory from disk1 to my cache drive, since it is an SSD, just so there is no spin-up or spin-down.

     

    Thank you Overbyrn for your great apps.

  9. I didn't get the X9SCM-F working under ESXi, but I did get it working on bare metal using the following steps:

     

     

    My go file addition:

     

        modprobe w83627ehf

        cp /boot/custom/sensors.d/sensors.conf /etc/sensors.d

        cp /boot/custom/sensors.d/sensors.conf /etc/sensors3.conf

     

    My /boot/custom/sensors.d/sensors.conf file:

     

        chip "w83627ehf-*" "w83627dhg-*" "w83667hg-*" "nct6775-*" "nct6776-*"

     

     

        label in0 "Vcore"

        label in2 "AVCC"

        label in3 "+3.3V"

        label in7 "3VSB"

        label in8 "Vbat"

        label temp2 "CPU Temp"

        label temp1 "MB Temp"

     

     

        set in2_min  3.3 * 0.90

        set in2_max  3.3 * 1.10

        set in3_min  3.3 * 0.90

        set in3_max  3.3 * 1.10

        set in7_min  3.3 * 0.90

        set in7_max  3.3 * 1.10

        set in8_min  3.0 * 0.90

        set in8_max  3.3 * 1.10

     

    ogi - I have this same board and tried your same steps here and I am not getting the temps.  I guess I do not fully understand the label command in the conf file.  Here is what I get when I run sensors from the terminal line:

     

    nct6776-isa-0a30

    Adapter: ISA adapter

    in0:          +0.82 V  (min =  +0.60 V, max =  +1.49 V)

    in1:          +1.87 V  (min =  +1.62 V, max =  +1.99 V)

    in2:          +3.38 V  (min =  +2.96 V, max =  +3.63 V)

    in3:          +3.36 V  (min =  +2.96 V, max =  +3.63 V)

    in4:          +1.52 V  (min =  +1.35 V, max =  +1.65 V)

    in5:          +1.25 V  (min =  +1.13 V, max =  +1.38 V)

    in7:          +3.34 V  (min =  +2.96 V, max =  +3.63 V)

    in8:          +3.15 V  (min =  +2.96 V, max =  +3.63 V)

    fan1:            0 RPM  (min =  300 RPM)  ALARM

    fan2:        1069 RPM  (min =  300 RPM)

    fan3:        1211 RPM  (min =  300 RPM)

    fan4:        1214 RPM  (min =  300 RPM)

    fan5:        1187 RPM  (min =  300 RPM)

    SYSTIN:        +30.0 C  (high = +75.0 C, hyst = +70.0 C)  sensor = thermistor

    CPUTIN:        +31.0 C  (high = +80.0 C, hyst = +75.0 C)  sensor = thermistor

    AUXTIN:        +2.0 C    sensor = thermistor

    PECI Agent 0:  +32.5 C  (high = +95.0 C, hyst = +92.0 C)

    cpu0_vid:    +0.000 V

    intrusion0:  OK

    intrusion1:  ALARM

     

    Is the first paramter in label to identify the item and the second is to rename it?

     

    Need help in understanding this.

     

    StanC

  10. These two plugins (MySQL 5.5 Plugin by p1lot and MySQL Plugin with Backup 0.2.2 by ikosa) are not working as expected.

     

    I cannot get ikosa's to work - so I am done with that.

     

    p1lot's plugin I can get installed and working but I am able to keep the system from changing the mod on the my.cnf.  It will not stay at 644.  It reverts back to world-writable.  I am not able to get the my.cnf file to stay in chmod 644.

     

    Has anyone figured out how to copy the my.cnf file from /boot/config/plugins/mysql folder and change permission to 644 prior to the mysql daemon starting?

     

    I am about ready to give up and put MySQL on Ubuntu or Windows VM for use with XBMC.

     

    I start to modify pilot's plugins because of this issue. Read from this message: http://lime-technology.com/forum/index.php?topic=20603.msg261112#msg261112

     

    and if you give more detail about why plugin is not working (preferably in my plugins thread) may be i can help.

     

    ikosa, I have copied the quotes from the post http://lime-technology.com/forum/index.php?topic=20603.msg261303#msg261303 and pasted them here.

     

    I am seeing the same errors as you mentioned back on Sept 1 here in your thread and other has stated about the my.cnf file.  I would seem that when the plugin copies the my.cnf file from /boot/config/plugins/mysql to /etc the permission are not getting set correctly.  There was mention of running chmod 644 /etc/my.cnf from within the plg package or from the go script, but I do not see the proper way of doing that.  Also I have tried to manually running the chmod command to set the permission and the restart mysql but it appears that all that does is re-copy the file from mysql plugin folder mentioned earlier.

     

    So now I have given up trying to get MySQL to work on unRAID and have created a Ubuntu Server VM to handle the MySQL databases for my XBMC library consolidation.  So far the Ubuntu VM is working flawlessly.

     

    I may revisit this plugin in the future.  Thank you for all your good work.

  11. These two plugins (MySQL 5.5 Plugin by p1lot and MySQL Plugin with Backup 0.2.2 by ikosa) are not working as expected.

     

    I cannot get ikosa's to work - so I am done with that.

     

    p1lot's plugin I can get installed and working but I am able to keep the system from changing the mod on the my.cnf.  It will not stay at 644.  It reverts back to world-writable.  I am not able to get the my.cnf file to stay in chmod 644.

     

    Has anyone figured out how to copy the my.cnf file from /boot/config/plugins/mysql folder and change permission to 644 prior to the mysql daemon starting?

     

    I am about ready to give up and put MySQL on Ubuntu or Windows VM for use with XBMC.

  12. Another issue:

     

    The image for a spun-down disk is called green-blink.gif but the code is trying to open green-blink0.gif.

     

    <img src="plugins/webGui/images/green-blink0.gif" class="icon gap">

     

    I noticed this too when I upgraded.  So what I did to resolve this was to copy the green-blink.gif to green-blink0.gif as a temporary fix.

     

    cp /usr/local/emhttp/plugins/webGui/images/green-blink.gif /usr/local/emhttp/plugins/webGui/images/green-blink0.gif

     

     

  13. I am using unRAID primarily for the content of my DVD collection to be streamed to my HTPC.  The database that I am using is called MyMovies which is hosted on my WHS 2011 system.  The storage on the home server was getting limited so I needed a more robust solution and unRAID fits that bill.  I am very happy. ;D ;D ;D

  14. the IBM ServeRAID M1015 do need to be reflashed to work in unRAId.

     

    it is reported that the X9scm cant do that (i have not tried it  myself). you will need to use another pc to do that.

    also teh yare not supported in 4.7. you need to run beta unRAID (or 5.x if you are reading this in 2016)

     

    Yes, that is what I have been reading from the various threads about updating the firmware on the RAID card.  Also I will be using version 5.x Beta from the start.

     

    The whole idea behind this is a place to store all of my TV Series files for MyMovies database.  My WHS 2011 system is getting crowded, so I need to move them off.