Jump to content

Doggo lover

Member
  • Posts

    101
  • Joined

  • Last visited

Awards

Recent Profile Visitors

555 profile views
  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:
×