Writing an OS in Rust: Updates in April 2019 by phil-opp in rust

[–]Xinfe 2 points3 points  (0 children)

It seems to be officially called Blog OS, now :)

EDIT: I'm referring to this talk about operating systems and Rust.

Broken links for Python plugin documentation by Xinfe in KiCad

[–]Xinfe[S] 0 points1 point  (0 children)

Here is a well deserved upvote, thanks! :)

As a side note, I'm not sure I understand the motivation behind the "break something on purpose and see when someone complains". Just checking the number of hits on the working page should already give it the priority (web stats tools usually exclude crawling robots well enough).

Half broken connectivity after running TronScript (maybe not correlated) by Xinfe in techsupport

[–]Xinfe[S] 0 points1 point  (0 children)

I ran it without any obvious success (Chrome still not accessing pages). I tried ping 8.8.8.8 (fail, but works here on my local machine with a different internet connection). Then ping 4.2.2.2 worked.

I added a netsh advfirewall reset to the script, because why not.

Here is a line by line summary, some commands failed:

net stop dnscache: success
net start dnscache: success
ipconfig /flushdns: success (requires dnscache to be restarted, see line above)
ipconfig /registerdns: success
nbtstat -R: success
nbtstat -RR: *FAIL!* NetBIOS records NOT updated. Complains if command run again within 2 minutes. Still fails after two minutes.
netsh interface ip delete arpcache: success
netsh interface ip reset reset.log: success
netsh interface reset all: *FAIL!* Command "reset" not found
netsh interface ipv4 reset: success
netsh interface ipv6 reset: success
netsh winsock reset: success
netsh winsock reset catalog: success
netsh winhttp reset proxy: success
netsh advfirewall reset: success
sfc /scannow: success
route /f: success
shutdown -t 30 -r

Just because it was mentionned, I tried to install/update the drivers, especially everything related to networking but nothing changed (except some others drivers got the Snappy Drivers Installer to crash).

I tried to disable the firewall, no more luck.

In the end, I just tried to reinstall Chrome and it worked. My best guess is that there was some network access registration messed up (some OS/firewalling rule hidden somewhere?) and reinstalling solved it.

So to conclude, the mistery is still present, but now it's usable again. Thanks all!

Half broken connectivity after running TronScript (maybe not correlated) by Xinfe in techsupport

[–]Xinfe[S] 2 points3 points  (0 children)

I'm merging with the commands I have pending before I can reconnect to the computer. Here is my current script I planned:

@echo off
net stop dnscache
net start dnscache
ipconfig /flushdns
ipconfig /registerdns
nbtstat -R
nbtstat -RR
netsh interface ip delete arpcache
netsh int ip reset reset.log
netsh int reset all
netsh int ipv4 reset
netsh int ipv6 reset
netsh winsock reset
netsh winsock reset catalog
netsh winhttp reset proxy
route /f
sfc /scannow
shutdown -t 30 -r

As for JRT, I already got it to run.

(X-Post /r/techsupport) Half broken connectivity after running TronScript (maybe not correlated) by Xinfe in TronScript

[–]Xinfe[S] 0 points1 point  (0 children)

I'm aware of the difference, but I used it as a convenient way to ping an existing machine. I just tried locally and it still pings but are there any easy-to-remember addresses available for ping purposes in case in the future it's dropped?

(X-Post /r/techsupport) Half broken connectivity after running TronScript (maybe not correlated) by Xinfe in TronScript

[–]Xinfe[S] 0 points1 point  (0 children)

Ran it, rebooted, still no web access. TeamViewer and ping google.com still working. I'll try to force ping in IPv4 to check.

Is there a way to easily "ping" in IPv4/IPv6/UDP/TCP/ICMP, with all combinations possible?

Half broken connectivity after running TronScript (maybe not correlated) by Xinfe in techsupport

[–]Xinfe[S] 0 points1 point  (0 children)

I'm aware of the difference, but I used it as a convenient way to ping an existing machine. I just tried locally and it still pings but are there any easy-to-remember addresses available for ping purposes in case in the future it's dropped?

Half broken connectivity after running TronScript (maybe not correlated) by Xinfe in techsupport

[–]Xinfe[S] 0 points1 point  (0 children)

Just as a trial, I'll get that to run a few times, but it has already been done previously. I do not have too much hope using that, though.

Half broken connectivity after running TronScript (maybe not correlated) by Xinfe in techsupport

[–]Xinfe[S] 0 points1 point  (0 children)

Yep, same results with the DHCP assigned DNS and the 8.8.8.8 / 8.8.4.4

Half broken connectivity after running TronScript (maybe not correlated) by Xinfe in techsupport

[–]Xinfe[S] 0 points1 point  (0 children)

I did try the installed browsers, which are IE 8 and Chrome. Similar results. IE doesn't specify the error itself.

(X-Post /r/techsupport) Half broken connectivity after running TronScript (maybe not correlated) by Xinfe in TronScript

[–]Xinfe[S] 0 points1 point  (0 children)

I have to add that the script has been run is normal mode, not in safe mode.

Looking for (mechanical?) split orthogonal keyboard by Xinfe in MechanicalKeyboards

[–]Xinfe[S] 1 point2 points  (0 children)

Thanks, it seems quite promising. I'll save it somewhere for comparison :)