ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. BC
    B
    • Profile
    • Following 0
    • Followers 3
    • Topics 0
    • Posts 28
    • Best 3
    • Controversial 0
    • Groups 0

    BC

    @BC

    3
    Reputation
    801
    Profile views
    28
    Posts
    3
    Followers
    0
    Following
    Joined Last Online

    BC Unfollow Follow

    Best posts made by BC

    • RE: NAS for VMWare 5.5 backups from Veeam

      awesome...
      my veeam is running on a physical host and haven't played with much more than making sure it runs...

      Will have to check those settings

      posted in IT Discussion
      B
      BC
    • RE: Any Experience with DreamHost?

      Yeah... I have then for a vps...
      Dedicated hosting box isn't bad but by default they don't put mysql on the box and instead push people for a second vps for mysql/use shared mysql. Update the wiki for installing mysql on the same box for those that want it faster, cms db calls still not very good.

      Shared is what I'm using because it was free... But they didn't see any latency issues apparently with having web host in westcoat and assigned shared mysql in Virginia.... Took years to catch that and get it moved to the same state, still not sure if even in the same datacenter.

      Next complaint was some big outages ( have to admit though they seem to be holding reliability better over that past year).

      So far their pricing has kept me but the downtime awhile back and limited support is fairly irritating.

      posted in IT Discussion
      B
      BC
    • RE: XO Failure to Update issue - Posting for BC

      Initially ran like it shows:

      sudo curl...
      and had several permission errors...
      (probably would have done better had I read the entire thing!!)

      found doing this works
      sudo bash
      enter pass
      creates a bash @ root no sudo needed now runs
      curl.... |bash

      now things installing properly & running properly

      • going back to original and seeing if it will work if I update correctly...
      posted in IT Discussion
      B
      BC

    Latest posts made by BC

    • RE: Xen Orchestra - Community Edition - Installing with Yarn

      @DustinB3403
      oh... doh... sry... fixing didn't realize I was looking at the answer!

      posted in IT Discussion
      B
      BC
    • RE: Xen Orchestra - Community Edition - Installing with Yarn

      @DustinB3403
      What was the fix for this?
      sorry didn't reply on right line...
      update script asking for Git Credentials

      posted in IT Discussion
      B
      BC
    • RE: XO Failure to Update issue - Posting for BC

      Initially ran like it shows:

      sudo curl...
      and had several permission errors...
      (probably would have done better had I read the entire thing!!)

      found doing this works
      sudo bash
      enter pass
      creates a bash @ root no sudo needed now runs
      curl.... |bash

      now things installing properly & running properly

      • going back to original and seeing if it will work if I update correctly...
      posted in IT Discussion
      B
      BC
    • RE: XO Failure to Update issue - Posting for BC

      working on it now

      posted in IT Discussion
      B
      BC
    • RE: XO Failure to Update issue - Posting for BC

      Just reloading - better to see if i can reproduce the error and learn from it!

      odd though - not sure I messed with anything in the past week or so... but then again!

      posted in IT Discussion
      B
      BC
    • RE: XO Failure to Update issue - Posting for BC

      will do now...
      probably did the slow way .. but put new script in and now running again.

      acts like nothing to update -
      Stopping xo-server...
      Checking xo-server...
      Current branch stable
      Current version v5.2.6
      0 updates available
      Checking xo-web...
      Current branch stable
      Current version v5.2.5
      0 updates available
      Please manually restart xo-server

      Then
      cd /opt/xo-server
      sudo npm start

      module.js:457
      throw err;
      ^

      Error: Cannot find module './dist'
      at require (internal/module.js:20:19)
      at Object.<anonymous> (/opt/xo-server/index.js:11:18)
      at require (internal/module.js:20:19)
      at Object.<anonymous> (/opt/xo-server/bin/xo-server:31:25)

      npm ERR! Linux 4.2.0-42-generic
      npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
      npm ERR! node v6.4.0
      npm ERR! npm v3.10.3
      npm ERR! code ELIFECYCLE
      npm ERR! [email protected] start: node bin/xo-server
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the [email protected] start script 'node bin/xo-server'.
      npm ERR! Make sure you have the latest version of node.js and npm installed.
      npm ERR! If you do, this is most likely a problem with the xo-server package,
      npm ERR! not with npm itself.
      npm ERR! Tell the author that this fails on your system:
      npm ERR! node bin/xo-server
      npm ERR! You can get information on how to open an issue for this project with:
      npm ERR! npm bugs xo-server
      npm ERR! Or if that isn't available, you can get their info via:
      npm ERR! npm owner ls xo-server
      npm ERR! There is likely additional logging output above.

      • Same error / maybe not 100% sure.

      not an emergency - was a test setup so not major either way. Just thought it was odd.

      posted in IT Discussion
      B
      BC
    • RE: XO Failure to Update issue - Posting for BC

      Ubuntu 15.10 (GNU/Linux 4.2.0-42-generic x86_64)

      Ran update via script
      sudo ./xo-update.sh
      barely just did install month ago almost exactly so script should be current!?!
      (10 months ago right)

      /opt/xo-web/npm-debug.log

      0 info it worked if it ends with ok
      1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'build' ]
      2 info using [email protected]
      3 info using [email protected]
      4 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/n$
      14 verbose stack at emitTwo (events.js:106:13)
      14 verbose stack at EventEmitter.emit (events.js:191:7)
      14 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/n$
      14 verbose stack at emitTwo (events.js:106:13)
      14 verbose stack at ChildProcess.emit (events.js:191:7)
      14 verbose stack at maybeClose (internal/child_process.js:852:16)
      14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_pro$
      15 verbose pkgid [email protected]
      16 verbose cwd /opt/xo-web
      17 error Linux 4.2.0-16-generic
      18 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
      19 error node v6.4.0
      20 error npm v3.10.3
      21 error code ELIFECYCLE
      22 error [email protected] build: `npm run build-indexes && NODE_ENV=production gulp$
      22 error Exit status 1
      23 error Failed at the [email protected] build script 'npm run build-indexes && NODE$
      23 error Make sure you have the latest version of node.js and npm installed.
      23 error If you do, this is most likely a problem with the xo-web package,
      23 error not with npm itself.
      23 error Tell the author that this fails on your system:
      23 error npm run build-indexes && NODE_ENV=production gulp build
      23 error You can get information on how to open an issue for this project with:
      23 error npm bugs xo-web
      23 error Or if that isn't available, you can get their info via:
      23 error npm owner ls xo-web
      23 error There is likely additional logging output above.
      24 verbose exit [ 1, true ]

      ---- forgot to snapshot before testing - but won't kill me to simply reload from beginning either ----

      posted in IT Discussion
      B
      BC
    • RE: Xerox Workcentre 5755 - Can't Scan to Windows Server 2012 R2

      Can you change smb between v1/2 on those?

      Otherwise clonezilla(whoops"filezilla") ftp server makes it even easier than iis ftp. Can even setup/run multiple ftp ... Airways like to run with write permissions but no read. Able to dump file/files but not actually see it via ftp.

      posted in IT Discussion
      B
      BC
    • RE: Fanless Security DVR... anybody got a favorite

      @Joyfano Not a fan of qsee / lorex brands..
      they work - but are pretty cheap...
      the remote viewing can be a pain with the applications... have setup countless of these and they work - but reviewing recordings isn't as reliable smooth as it could be...

      that said many have this issue in that price range... qsee/lorex are both pretty "Cost Effective"

      posted in IT Discussion
      B
      BC
    • RE: Any Experience with DreamHost?

      Yeah... I have then for a vps...
      Dedicated hosting box isn't bad but by default they don't put mysql on the box and instead push people for a second vps for mysql/use shared mysql. Update the wiki for installing mysql on the same box for those that want it faster, cms db calls still not very good.

      Shared is what I'm using because it was free... But they didn't see any latency issues apparently with having web host in westcoat and assigned shared mysql in Virginia.... Took years to catch that and get it moved to the same state, still not sure if even in the same datacenter.

      Next complaint was some big outages ( have to admit though they seem to be holding reliability better over that past year).

      So far their pricing has kept me but the downtime awhile back and limited support is fairly irritating.

      posted in IT Discussion
      B
      BC