Jump to content

Doggo lover

Member
  • Posts

    101
  • Joined

  • Last visited

Everything posted by Doggo lover

  1. You were right!, just checked the board manual (DG41TX) and sure enough, maximum of 4GB. Well that's unfortunate, but atleast I'm not tearing my hair out anymore.
  2. It's a old core two duo, with an intel desktop board 01. I think they are both from around 2009 / 2010. It has 2 DIMM slots, both populated with Kingston 2GB DDR3 DIMMS, I tried to find info about frequency but without booting it into something with a gui I can't find anything on the sticks themselvs, I'll take a look in the BIOS when I get it booted up again later. I don't think it's ECC ram, because it is a standard pretty cheap workstation.
  3. I have an old Intel motherboard from 200 years ago, and OEM build. Is there any way I can unbind the memory from the motherboard so i can use memory that wasn't the stuff it shipped with. It shipped with 4 gigs of ddr 3, I'm trying to upgrade it to 8, maybe 16 gigs. I think it's an OEM lock because none of the other ddr3 i have will play ball. It's a Stone group computer. Thanks~ The dog.
  4. Both the power switches are from older cases, so that isn't really a surprise, I am wondering about the possability of cramming a new power switch in the new case because I really like it and it would be a shame to get rid of it just because of that.
  5. I have a corsair Graphite Series™ 600T special edition white and both the power and reset switch have died, speratly. For a while it was just the reset switch working so I used that instead of the power button, but now they are both dead. For a while I was content pulling off the sidepannel each day to turn it on with a screwdriver shorting the pins, then I realised I have an old case nocking about and pulled the front IO board out and wired the power switch into the pins on my Asus motherboard. Still no dice. Is there any chance that this issue is being caused by the motherboard instead of the power switches I have been testing this with or am I just really unlucky with the ones I have been testing it with. It seems weird that I can use a screwdriver to short the pins, but no power switches are working at all? Any help greatly appriciated.
  6. I need to run at least one docker container on my windows server 2016 server. I have three possible options and I would like the communities opinion on them. Option 1: Linux vm with all my docker containers installed on it Option 2: Using docker for windows which basically spins up a linux vm for every container i think Option 3: use this guide or one similar to install the required modules to run docker without extra steps. Thanks for your responses!
  7. I have a True nas virtual machine with 2 virtual disks attches(a 16 gigabyte boot disk and a 64 gigabyte share volume for testing). When trying to create a pool for the latter disk to install nextcloud, it fails after about a minute with this error, it also says i am trying to create a stripe when i only selet one disk. [EFAULT] Failed to wipe disk da1: [EFAULT] Command dd if=/dev/zero of=/dev/da1 bs=1M count=32 failed (code 1): dd: /dev/da1: Input/output error 1+0 records in 0+0 records out 0 bytes transferred in 0.010483 secs (0 bytes/sec) Any help woould be greatly appriciated!
  8. I don't think i can as i intend to open the file as a stand alone .html file and not host it in any way
  9. I am trying to use css to style a html file that in itself pulls some text in from a txt file. However when i try and use an object i cannot recolour the text. Here is my html: <!doctype html> <html lang="en"> <link rel="stylesheet" type="text/css" href="css/main.css"> <head> <meta charset="utf-8"> <title>ur mum</title> </head> <body> <!-- Add your site or application content here --> <object data="Snip.txt" class="title"></object> </body> </html> and here is my css: body { @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap'); color: #cb0000; font-family: 'Ubuntu', sans-serif; } .title { color: #ffffff; } Any help would be greatly appreciated!
  10. I Run a windows server 2016 nas with all my data stored on it. In my network i barely acsess some of the files but i would also like the option of not acessing my files from offsite and so would other people i work with. I need to be able to acess my files without vms because i don't know how to pass through the stored files but also without vpns because i don't need full network acess. I liked the look of pydio cells but that fails to work on my windows server for some bazzar reason and i can't try running it in a vm due to the issuses listed above. For refference the error i get is that it says that it is starting but in actuall fact it is just in a loop of restarting cells. I did love the interface of cells though and i really would like something similar. If anyone knows of something similar that runs natevely on windows (unlike nextcloud) then please comment below this post before i smash my head into my nas. Any info you have will be greatly appriciated.
  11. One of my bosses bought a blade center H recently but is unable to acess the web interface for the mangemt module. We went to the default ip of 192.168.70.125 but no dice even when we changed the computers ip to that subnet. Any chance i could get some help with this as we have tried as many things as we can and due to the server being at his home using a isp supplied consumer roughter they really arn't playing well with each other. All help is greatly appriciated,
  12. Yes i did cd into the root dir of the git clone, here is the log that cmd pointed me to: 0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli 'C:\\Program Files\\nodejs\\node.exe', 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', 1 verbose cli 'run', 1 verbose cli 'setup' 1 verbose cli ] 2 info using npm@6.14.6 3 info using node@v12.18.3 4 verbose run-script [ 'presetup', 'setup', 'postsetup' ] 5 info lifecycle bm-ui@1.0.0~presetup: bm-ui@1.0.0 6 info lifecycle bm-ui@1.0.0~setup: bm-ui@1.0.0 7 verbose lifecycle bm-ui@1.0.0~setup: unsafe-perm in lifecycle true 8 verbose lifecycle bm-ui@1.0.0~setup: PATH: C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\George\Desktop\Ban manager\BanManager-WebUI\node_modules\.bin;C:\Python38\Scripts\;C:\Python38\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\Program Files\nodejs\;C:\Users\George\AppData\Local\Microsoft\WindowsApps;C:\Users\George\AppData\Roaming\npm 9 verbose lifecycle bm-ui@1.0.0~setup: CWD: C:\Users\George\Desktop\Ban manager\BanManager-WebUI 10 silly lifecycle bm-ui@1.0.0~setup: Args: [ '/d /s /c', 'node bin/run setup' ] 11 silly lifecycle bm-ui@1.0.0~setup: Returned: code: 1 signal: null 12 info lifecycle bm-ui@1.0.0~setup: Failed to exec setup script 13 verbose stack Error: bm-ui@1.0.0 setup: `node bin/run setup` 13 verbose stack Exit status 1 13 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16) 13 verbose stack at EventEmitter.emit (events.js:315:20) 13 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) 13 verbose stack at ChildProcess.emit (events.js:315:20) 13 verbose stack at maybeClose (internal/child_process.js:1021:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) 14 verbose pkgid bm-ui@1.0.0 15 verbose cwd C:\Users\George\Desktop\Ban manager\BanManager-WebUI 16 verbose Windows_NT 10.0.18363 17 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "setup" 18 verbose node v12.18.3 19 verbose npm v6.14.6 20 error code ELIFECYCLE 21 error errno 1 22 error bm-ui@1.0.0 setup: `node bin/run setup` 22 error Exit status 1 23 error Failed at the bm-ui@1.0.0 setup script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ]
  13. Ok thanks, this one was giving me a headache, turns out it requries the 2017 version to work but now that is good, i have another problem though here is a link to that forum post:
  14. Hello everybody, i am trying to use this guide to install a web interface for a banning plugin for an mc server. I keep having the same error (see bellow) and i have no clue on how to fix it. ? Email address for push notification registration (Coming Soon) ----------------------------- ? Database Host -------- ? Database Port 3306 ? Database User ------- ? Database Password [hidden] ? Database Name bans_local Attempting to connect to database Connected to Server@192.168.1.3:3306/bans_local successfully TypeError: changes[varname].replace is not a function npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! bm-ui@1.0.0 setup: `node bin/run setup` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the bm-ui@1.0.0 setup script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\George\AppData\Roaming\npm-cache\_logs\2020-08-23T22_21_27_631Z-debug.log
  15. Is this what that is? If so that is installed.
  16. How do i install that? i have visual studio but i don't know how to install the libaries?
  17. I am doing some plugin installation and i found a banning plugin that has a web gui thingy. i am following this guide to install it and i keep getting this error, if anyone could help that would be great! This is the log Microsoft Windows [Version 10.0.18363.1016] (c) 2019 Microsoft Corporation. All rights reserved. C:\Users\->cd C:\Users\-\Desktop\Ban manager C:\Users\-\Desktop\Ban manager>git clone https://github.com/BanManagement/BanManager-WebUI.git Cloning into 'BanManager-WebUI'... remote: Enumerating objects: 39, done. remote: Counting objects: 100% (39/39), done. remote: Compressing objects: 100% (17/17), done. remote: Total 5297 (delta 31), reused 27 (delta 22), pack-reused 5258 eceiving objects: 100% (5297/5297), 5.75 MiB | 1.0Receiving objects: 100% (5297/5297), 5.85 MiB | 1.04 MiB/s, done. Resolving deltas: 100% (3634/3634), done. C:\Users\-\Desktop\Ban manager>cd banmanager-webui C:\Users\-\Desktop\Ban manager\BanManager-WebUI>npm ci --production > @ampproject/toolbox-optimizer@2.6.0 postinstall C:\Users\-\Desktop\Ban manager\BanManager-WebUI\node_modules\@ampproject\toolbox-optimizer > node lib/warmup.js AMP OPTIMIZER Downloaded latest AMP runtime data. > fsevents@1.2.13 install C:\Users\-\Desktop\Ban manager\BanManager-WebUI\node_modules\watchpack-chokidar2\node_modules\fsevents > node install.js Skipping 'fsevents' build as platform win32 is not supported > fsevents@1.2.13 install C:\Users\-\Desktop\Ban manager\BanManager-WebUI\node_modules\next\node_modules\fsevents > node install.js Skipping 'fsevents' build as platform win32 is not supported > core-js@2.6.11 postinstall C:\Users\-\Desktop\Ban manager\BanManager-WebUI\node_modules\core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > ref-napi@1.5.2 install C:\Users\-\Desktop\Ban manager\BanManager-WebUI\node_modules\ref-napi > node-gyp-build > ffi-napi@2.5.0 install C:\Users\-\Desktop\Ban manager\BanManager-WebUI\node_modules\ffi-napi > node-gyp-build > argon2-ffi@1.2.0 install C:\Users\-\Desktop\Ban manager\BanManager-WebUI\node_modules\argon2-ffi > node-gyp rebuild C:\Users\-\Desktop\Ban manager\BanManager-WebUI\node_modules\argon2-ffi>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) gyp ERR! find VS gyp ERR! find VS msvs_version not set from command line or npm config gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer gyp ERR! find VS looking for Visual Studio 2015 gyp ERR! find VS - not found gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8 gyp ERR! find VS gyp ERR! find VS ************************************************************** gyp ERR! find VS You need to install the latest version of Visual Studio gyp ERR! find VS including the "Desktop development with C++" workload. gyp ERR! find VS For more information consult the documentation at: gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows gyp ERR! find VS ************************************************************** gyp ERR! find VS gyp ERR! configure error gyp ERR! stack Error: Could not find any Visual Studio installation to use gyp ERR! stack at VisualStudioFinder.fail (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:121:47) gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:74:16 gyp ERR! stack at VisualStudioFinder.findVisualStudio2013 (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:351:14) gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:70:14 gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:372:16 gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:54:7 gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:33:16 gyp ERR! stack at ChildProcess.exithandler (child_process.js:310:5) gyp ERR! stack at ChildProcess.emit (events.js:315:20) gyp ERR! stack at maybeClose (internal/child_process.js:1021:16) gyp ERR! System Windows_NT 10.0.18363 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" gyp ERR! cwd C:\Users\-\Desktop\Ban manager\BanManager-WebUI\node_modules\argon2-ffi gyp ERR! node -v v12.18.3 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! argon2-ffi@1.2.0 install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the argon2-ffi@1.2.0 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\-\AppData\Roaming\npm-cache\_logs\2020-08-22T20_51_18_772Z-debug.log C:\Users\-\Desktop\Ban manager\BanManager-WebUI> C:\Users\-\Desktop\Ban manager\BanManager-WebUI>S msvs_version n 'S' is not recognized as an internal or external command, operable program or batch file. C:\Users\-\Desktop\Ban manager\BanManager-WebUI>npm run setup > bm-ui@1.0.0 setup C:\Users\-\Desktop\Ban manager\BanManager-WebUI > node bin/run setup (node:5688) Error Plugin: bm-ui: Could not find argon2 library module: @oclif/config@1.17.0 task: toCached plugin: bm-ui root: C:\Users\---\Desktop\Ban manager\BanManager-WebUI See more details with DEBUG=* » Error: command setup not found npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! bm-ui@1.0.0 setup: `node bin/run setup` npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the bm-ui@1.0.0 setup script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\----\AppData\Roaming\npm-cache\_logs\2020-08-22T20_52_14_664Z-debug.log C:\Users\----\Desktop\Ban manager\BanManager-WebUI>node bin setup internal/modules/cjs/loader.js:968 throw err; ^ Error: Cannot find module 'C:\Users\------\Desktop\Ban manager\BanManager-WebUI\bin' [90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)[39m [90m at Function.Module._load (internal/modules/cjs/loader.js:841:27)[39m [90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)[39m [90m at internal/main/run_main_module.js:17:47[39m { code: [32m'MODULE_NOT_FOUND'[39m, requireStack: [] } C:\Users\-----\Desktop\Ban manager\BanManager-WebUI>node run setup internal/modules/cjs/loader.js:968 throw err; ^ Error: Cannot find module 'C:\Users\-\Desktop\Ban manager\BanManager-WebUI\run' [90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)[39m [90m at Function.Module._load (internal/modules/cjs/loader.js:841:27)[39m [90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)[39m [90m at internal/main/run_main_module.js:17:47[39m { code: [32m'MODULE_NOT_FOUND'[39m, requireStack: [] } C:\Users\-\Desktop\Ban manager\BanManager-WebUI>
  18. I am trying to install Cells on a friends server, I am not where this server is becuase he lives on the other side of the coutry however i am using team viewer to do some things. While installing it goes fine however when it ocmes to acessing it using their external ip and port number it gives me this error 421 Site [Their IP]:8080 is not served on this interface I don't know how to fix this, I have set the external url to their ip address followed by the port number, and the internal the address of the server. Is there anything else i need to do to allow this connection?
  19. Where us pt 2? this project came out months ago lol
  20. Is it a good idead to perminently disaible it? isn't it for security?
  21. Hi everyone i am installing pi-hole on my fedora server vm and i am having this problem, i feel i am tech savvy but not tech savvy enough. Please reply if you can help.
  22. I am trying to install snipe-it on my server with wamps server but when i go he ip for it it is just a blak page with nothing there, also if somoe knows how to do the firewall for that pls tell me i need help.
×