Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Asset Server on Synology DS210+

Discussion in 'Editor & General Support' started by KeeZ, Feb 1, 2011.

  1. KeeZ

    KeeZ

    Joined:
    Feb 1, 2011
    Posts:
    20
    Hey everybody

    I just tried Unity's Asset Server during Nordic Game Jam 2011 coming from just have the project in SVN, so I became really fond of it.

    Problem is now that I'm trying to get it installed on my Synology DS210+ and it seems to die and I don't know why...

    I've bootstrapped the system as described here: http://forum.synology.com/wiki/inde...ying_the_Synology_Server,_bootstrap,_ipkg_etc
    and installed the Toolchain as well as gcc "ipkg install gcc"
    Manually adding the unitysrv user was necessay as this Linux uses "adduser" and "addgroup" instead of "useradd" and "groupadd".

    All goes fine until "checking test program... failed"
    This is what I get from the console:

    checking test program... failed
    configure: error:
    Could not execute a simple test program. This may be a problem
    related to locating shared libraries. Check the file 'config.log'
    for the exact reason.
    make: Entering directory `/root/unity_asset_server-2.0.1f2-35557/postgresql'
    You need to run the 'configure' program first. See the file
    'INSTALL' for installation instructions.
    make: *** [all] Error 1
    make: Leaving directory `/root/unity_asset_server-2.0.1f2-35557/postgresql'
    make: pg_config: Command not found
    make: Entering directory `/root/unity_asset_server-2.0.1f2-35557/UnityExtensions'
    make: *** make: Entering directory `/root/unity_asset_server-2.0.1f2-35557/UnityExtensions'
    No targets. Stop.
    make: Leaving directory `/root/unity_asset_server-2.0.1f2-35557/UnityExtensions'
    make: pg_config: Command not found
    make: Entering directory `/root/unity_asset_server-2.0.1f2-35557/UnityExtensions'
    make: *** make: Entering directory `/root/unity_asset_server-2.0.1f2-35557/UnityExtensions'
    No rule to make target `install'. Stop.
    make: Leaving directory `/root/unity_asset_server-2.0.1f2-35557/UnityExtensions'
    cp: cannot create regular file `/opt/unity_asset_server/share/postgresql.conf.default': No such file or directory
    cp: cannot create regular file `/opt/unity_asset_server/share/postgresql.conf.init': No such file or directory
    cp: cannot create regular file `/opt/unity_asset_server/share/pg_hba.conf.default': No such file or directory
    cp: cannot create regular file `/opt/unity_asset_server/share/pg_hba.conf.init': No such file or directory
    cp: cannot create regular file `/opt/unity_asset_server/share/db_source.sql.bz2': No such file or directory
    cp: cannot create regular file `/opt/unity_asset_server/share/db_upgrade_source.sql.bz2': No such file or directory
    cp: cannot create regular file `/opt/unity_asset_server/bin/reset_admin_password': No such file or directory
    chmod: cannot access `/opt/unity_asset_server/bin/reset_admin_password': No such file or directory
    cp: target `/opt/unity_asset_server/bin/' is not a directory
    chmod: cannot access `/opt/unity_asset_server/bin/as_*': No such file or directory
    ./install.sh: ./install.sh: 140: /sbin/chkconfig: not found
    ./install.sh: ./install.sh: 140: /sbin/chkconfig: not found
    ./install.sh: ./install.sh: 142: /opt/unity_asset_server/bin/reset_admin_password: not found


    Anyone know what can be going wrong? Apparently the "config.log" it talks about doesn't exist on the system =/

    Best regards
     
  2. taxfromdk

    taxfromdk

    Joined:
    Oct 30, 2009
    Posts:
    95
    Looking at the exact same problem
     
  3. KeeZ

    KeeZ

    Joined:
    Feb 1, 2011
    Posts:
    20
  4. AlexFCL

    AlexFCL

    Joined:
    Mar 27, 2013
    Posts:
    17
    Sure hope there is someone in Unity3D looking into this. Having redundancy for on going projects is a critical step in the work flow. The Synology DiskStation works wonderfully for that. Now if there is an official package for DSM that would be perfect!
     
  5. silentslack

    silentslack

    Joined:
    Apr 5, 2013
    Posts:
    379
    How did you get along with this? I'm currently looking into purchasing a Synology NAS and wondering if it plays well with Unity?