jumson
jumson
@jerrchen Supporting that on web console would be great! I concure with @saormart, maybe an "advanced" feature to simply dump error logs for sending via email or viewing in browser...
I made a change that allowed me to successfully build the nodeOS. This incorperates a fix to the issue: https://github.com/NodeOS/NodeOS/issues/379 And installs QEMU -- which is likely what made this...
I don't think I can open a pull request. Either I do not know how, or I don't have permission. Also, tune2fs is only in my sbin, and the instructions...
The log above was from using the Linux Subsystem in Windows. To test my solution I spun up a fresh Ubuntu 16 on a different machine and went through the...
The problem starts here: ``` prebuild-install` info begin Prebuild-install version 2.4.1 prebuild-install info looking for local prebuild @ prebuilds/fuse-bindings-v2.10.1-node-v48-linux-x64.tar.gz prebuild-install info looking for cached prebuild @ /home/jon/.npm/_prebuilds/https-github.com-mafintosh-fuse-bindings-releases-download-v2.10.1-fuse-bindings-v2.10.1-node-v48-linux-x64.tar.gz prebuild-install http request...
I was poking around seeing if I could make the script download a previous release for fuse-bindings I found this in the README.md: ``` ## Requirements You need to have...
ah, interesting. I've no real idea what i'm doing, but i'd like to help. The "npm install" completes successfully when libfuse-dev is installed first. the next step fails eventually: npm...
I say it "works" -- to an extent. It boots only into the REPL. There is probably still that problem mentioned in luii's comment in issue https://github.com/NodeOS/NodeOS/issues/386 > "The build...
in case more info is needed, I logged the unmodified QEMU output: ``` results of prepareCommandLine: { command: 'qemu-system-x86_64', argv: [ '-machine', 'pc', '-m', '256M', '-vga', 'std', '-net', 'nic', '-net',...
Good to know that Arch Linux is better supported, I'll spin up one of those and get after it. This is still a problem though, to achieve the objective of...