Rector Failed to create "/tmp/rector_cached_files/26": mkdir(): Permission denied - runtime-error

When I run the command:
vendor/bin/rector process --dry-run
I get the error:
[ERROR] Failed to create "/tmp/rector_cached_files/26": mkdir(): Permission denied
Web server processes on this system currently run as the user.
If I run the script as root it runs fine. It needs to be run by user!
I have a domain that this code runs fine on. I created a new domain called https://rector.86it.us and loaded the very same config that is already working on another domain. I did the very same setup with composer multiple times only to get the very same error over and over.
The new domain is on the same server and the configs are identical. I run PHP-fpm and I even switched back and forth from php 7.4 to php 8.0 and then php 8.1
I am running Apache with PHP 8.1 (ea-php81) (PHP-FPM)
My current rector.php config.
<?php
declare(strict_types=1);
use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
use Rector\Config\RectorConfig;
use Rector\Set\ValueObject\SetList;
use Rector\TypeDeclaration\Rector\Property\TypedPropertyFromStrictConstructorRector;
use Rector\Set\ValueObject\LevelSetList;
use Rector\Core\ValueObject\PhpVersion;
return static function (RectorConfig $rectorConfig): void {
$rectorConfig->skip([
//__DIR__ . '/src/SingleFile.php',
__DIR__ . '/assets',
__DIR__ . '/blocks',
__DIR__ . '/install',
__DIR__ . '/modules/Forums',
__DIR__ . '/modules/Advertising',
__DIR__ . '/modules/Arcade_Tweaks',
__DIR__ . '/modules/Blog_Submit',
__DIR__ . '/modules/Blog_Topics',
__DIR__ . '/modules/Blogs',
__DIR__ . '/modules/Blogs_Top',
__DIR__ . '/modules/Bookmarks',
__DIR__ . '/modules/Cemetery',
__DIR__ . '/modules/cPanel_Login',
__DIR__ . '/modules/CSS_Color_Chart',
__DIR__ . '/modules/CSS_Reference',
__DIR__ . '/modules/Docs',
__DIR__ . '/modules/Donations',
__DIR__ . '/modules/ECalendar',
__DIR__ . '/modules/Evo_UserBlock',
__DIR__ . '/modules/FAQ',
__DIR__ . '/modules/Feedback',
__DIR__ . '/modules/File_Repository',
__DIR__ . '/modules/Google-Site-Map',
__DIR__ . '/modules/Groups',
__DIR__ . '/modules/HTML_Newsletter',
__DIR__ . '/modules/HTML_to_PHP',
__DIR__ . '/modules/Image_Repository',
__DIR__ . '/modules/Link_Us',
__DIR__ . '/modules/Loan_Amortization',
__DIR__ . '/modules/Member_List',
__DIR__ . '/modules/My_Forum_Topics',
__DIR__ . '/modules/Network',
__DIR__ . '/modules/Network_Advertising',
__DIR__ . '/modules/Network_Projects',
__DIR__ . '/modules/NukeSentinel',
__DIR__ . '/modules/Private_Messages',
__DIR__ . '/modules/Profile',
__DIR__ . '/modules/Proof_Of_God',
__DIR__ . '/modules/Recommend_Us',
__DIR__ . '/modules/Reviews',
__DIR__ . '/modules/Search',
__DIR__ . '/modules/Shout_Box',
__DIR__ . '/modules/Spambot_Killer',
__DIR__ . '/modules/Statistics',
__DIR__ . '/modules/Surveys',
__DIR__ . '/modules/Titanium_SandBox',
__DIR__ . '/modules/Web_Links',
__DIR__ . '/modules/Your_Account',
__DIR__ . '/admin',
//__DIR__ . '/includes',
__DIR__ . '/themes',
__DIR__ . '/dev_modules',
__DIR__ . '/cgi-bin',
__DIR__ . '/.well-known',
__DIR__ . '/vendor',
// or use fnmatch
//__DIR__ . '/src/*/Tests/*',
]);
$rectorConfig->paths([
//__DIR__ . '/admin',
//__DIR__ . '/images',
//
//__DIR__ . '/mainfile.php',
//__DIR__ . '/index.php',
//__DIR__ . '/includes/Facebook/FacebookApp.php',
//__DIR__ . '/includes/classes/class.cache.php',
//__DIR__ . '/modules/Blogs/comments.php',
__DIR__ . '/includes/classes/class.identify.php',
//__DIR__ . '/modules/Shout_Box/shout.php',
//__DIR__ . '/modules/Your_Account/public/new_user1.php',
//__DIR__ . '/modules/Forums/posting.php',
//
]);
// register a single rule
$rectorConfig->rule(InlineConstructorDefaultToPropertyRector::class);
$rectorConfig->phpVersion(PhpVersion::PHP_81);
//define sets of rules
$rectorConfig->sets([
LevelSetList::UP_TO_PHP_81,
SetList::CODE_QUALITY,
]);
};
?>

open vendor/rector/rector/config.php
goto line: 68
find:
$rectorConfig->cacheDirectory(\sys_get_temp_dir() . '/rector_cached_files');
change to:
$rectorConfig->cacheDirectory(__DIR__ . '/rector_cached_files');
This will fix the problem, CHEERS!

Related

DHCP Issue on home network

I have an issue on my home office network - I'm not a networking expert in any way but I have a home network with a Samba NAS and an internal webserver for testing websites (my main role).
The PlusNet router is putting out DHCP in the range 192.168.1.100-199. Servers are fixed IP.
Client machines are picking up DHCP in the range 192.168.10.100- 200 with a default gateway of 192.168.10.1 - no devices on the network have this IP address and I cannot work out where this device is.
Wireless LAN adapter WiFi:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 802.11n USB Wireless LAN Card
Physical Address. . . . . . . . . : 00-36-76-01-70-01
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::495c:e9ba:9e2d:607c%13(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.10.126(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 14 December 2021 10:21:17
Lease Expires . . . . . . . . . . : 15 December 2021 10:21:16
Default Gateway . . . . . . . . . : 192.168.10.1
DHCP Server . . . . . . . . . . . : 192.168.10.1
DHCPv6 IAID . . . . . . . . . . . : 738211446
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-21-AC-DD-3C-A4-BA-DB-FE-C9-98
DNS Servers . . . . . . . . . . . : 192.168.10.1
8.8.8.8
114.114.114.114
NetBIOS over Tcpip. . . . . . . . : Enabled
Looking a the arp -a results I get:
Interface: 192.168.10.126 --- 0xd (Wifi on my PC)
Internet Address Physical Address Type
192.168.1.7 d4-5d-64-ef-85-85 dynamic (My PC)
192.168.10.104 00-0b-82-41-14-e3 dynamic (Grandstand IP Phone)
192.168.10.113 00-f3-61-8e-f8-21 dynamic (The Alexa)
192.168.10.129 86-5f-83-17-ff-25 dynamic
192.168.10.255 ff-ff-ff-ff-ff-ff static
224.0.0.22 01-00-5e-00-00-16 static
226.178.217.5 01-00-5e-32-d9-05 static
239.255.255.253 01-00-5e-7f-ff-fd static
255.255.255.255 ff-ff-ff-ff-ff-ff static
I have started experimenting with SMART home - with Alexa and some bulbs but I cannot get Alexa to connect either - I don't think this is the problem though as when I unplug the Alexa the problem remains.
Any thoughts?
Thanks
Dave
Thanks kedanek for the response. After much trial and error it seems that a WavLink external AP is to blame. Despite no documentation to tell you it's going to do this.
(Admin if you want to delete this that's fine)

PHP mailer not Working with wordpress 5.5

I have a website on wordpress 5.4 and recently it was updated to version 5.5 and now i am unable to send emails using PHPMailer. The Error i get is "There has been a critical error on your website" . The below code will work perfectly for previous wordpress Versions.
include_once( ABSPATH . WPINC . '/class-phpmailer.php' );
include_once( ABSPATH . WPINC . '/includes/PHPMailer/PHPMailerAutoload.php' );
$mailserver_url = "[mailserver_url]";
$mailserver_login = "[mailserver_login]";
$mailserver_pass = '[mailserver_pass]';
$mailserver_port = '[mailserver_port]';
$email = '[email]';
$mail = new PHPMailer;
$mail->ClearAttachments();
$mail->isSMTP();
$mail->SMTPAuth = true;
$mail->SMTPOptions = array(
'ssl' => array(
'verify_peer' => false,
'verify_peer_name' => false,
'allow_self_signed' => false
)
);
$mail->Host = $mailserver_url;
$mail->Port = $mailserver_port;
$mail->Username = $mailserver_login;
$mail->Password = $mailserver_pass;
$mail->setFrom( $email );
$mail->addReplyTo( $mailserver_login );
$mail->addAddress( $email );
$mail->Subject = 'The Subject';
$mail->isHTML();
$mail->Body = '<p>Helloo</p>';
if ( $mail->Send() ) {
echo 'sent';
}
I looked into the below article but i wasnt able to fix it https://wordpress.org/support/topic/fatal-error-after-updating-to-wp-5-5/
If you want to use it in a plugin and keep PHP Mailer compatible for older WordPress version, this is the complete solution.
global $wp_version;
if( $wp_version < '5.5') {
require_once(ABSPATH . WPINC . '/class-phpmailer.php');
require_once(ABSPATH . WPINC . '/class-smtp.php');
$mail = new PHPMailer( true );
}
else {
require_once(ABSPATH . WPINC . '/PHPMailer/PHPMailer.php');
require_once(ABSPATH . WPINC . '/PHPMailer/SMTP.php');
require_once(ABSPATH . WPINC . '/PHPMailer/Exception.php');
$mail = new PHPMailer\PHPMailer\PHPMailer( true );
}
It’s because you are attempting to load an old version of PHPMailer that no longer exists in WordPress, and getting a fatal error as a result. You should not have to load PHPMailer yourself because WordPress supplies it as standard, so refer to their docs for how to send messages, and how to create a hook to inject a custom configuration.
You can still load it yourself, but by doing so you bypass all that WP is doing for you and become liable for everything that goes with it, including loading the classes properly. To help update your code to work with PHPMailer 6.x, read the upgrade guide, or this question.
With WordPress upgrade to version 5.5 it may be necessary to include the PHPMailer SMPT.php file.
include_once (ABSPATH . WPINC . '/class-phpmailer.php');
include_once (ABSPATH . WPINC . '/PHPMailer/SMTP.php');
$mail = new PHPMailer ();
WordPress has now moved PHP mailer into a subdirecotry, you need to update your code as follows:
At the top of your function add:
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
use PHPMailer\PHPMailer\SMTP;
The update your code further down to:
require_once(\ABSPATH . \WPINC . "/PHPMailer/PHPMailer.php");
require_once(\ABSPATH . \WPINC . "/PHPMailer/Exception.php");
require_once(\ABSPATH . \WPINC . "/PHPMailer/SMTP.php");
$mail = new PHPMailer();

How to set up network connection for Qemu on Windows Host? (TAP)

I am running u-boot for x86_64 on Windows machine. I installed Tap Network Adapter V9 from https://openvpn.net/community-downloads/ and created a link on my computer called tap0.
I checked network devices with "ipconfig / all" command in Windows and I can see tap0.
Unknown adapter tap0:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : TAP-Windows Adapter V9
Physical Address. . . . . . . . . : 00-FF-E9-C4-2E-95
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.10.1(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
NetBIOS over Tcpip. . . . . . . . : Enabled
I run Qemu with tap support as below.
qemu-system-x86_64.exe -bios u-boot.rom -nographic -device e1000,netdev=mynet0 -netdev tap,id=mynet0,ifname=tap0
tap: Could not open 'tap0'
qemu-system-x86_64.exe: Device 'tap' could not be initialized
How can I make network between Host and Guest for qemu in Windows?

minikube on hyper-v VM cannot ping Windows 10 host

I have read several posts and tried many different configurations but there must be something I'm missing.
I am trying to set up a dev environment on my Win 10 laptop using hyperv. I've had docker working on here with hyperv for a while. The docker VM uses an internal virtual switch named DockerNAT. When I launch an ubuntu container in docker it is able to ping the host machine and also is able to ping outside public network hosts as well as servers within my company network via the VPN.
The minikube VM, however, is not able to ping my host or other servers in my VPN. It is able to ping public internet sites. One of the apps I'm trying to deploy in the cluster needs to call a service on a system I have local on my laptop and I cannot seem to get it to work. This clearly wouldn't be the production configuration but I'd like to get it to work for POC/dev purposes.
> ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : US-DM4LJM2-10
Primary Dns Suffix . . . . . . . : pbi.global.pvt
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : pbi.global.pvt
pb.com
ct.pb.com
pitneybowes.ca
g1.com
pbi.hcs.int
corpdom1.com
ngsfac.corpdom1.com
newgistics.com
psi.psigroupinc.com
Ethernet adapter Ethernet 2:
Connection-specific DNS Suffix . : pb.com
Description . . . . . . . . . . . : Cisco AnyConnect Secure Mobility Client Virtual Miniport Adapter for Windows x64
Physical Address. . . . . . . . . : 00-05-9A-3C-7A-00
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 10.110.0.185(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.248.0
Default Gateway . . . . . . . . . : 10.110.0.1
DNS Servers . . . . . . . . . . . : 152.144.94.33
152.144.94.50
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter vEthernet (DockerNAT):
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Hyper-V Virtual Ethernet Adapter
Physical Address. . . . . . . . . : 00-15-5D-01-25-2A
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 10.0.75.1(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter vEthernet (minikubeExternal):
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Hyper-V Virtual Ethernet Adapter #2
Physical Address. . . . . . . . . : E0-9D-31-E6-DB-1F
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.41(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Friday, January 3, 2020 5:29:38 PM
Lease Expires . . . . . . . . . . : Saturday, January 4, 2020 5:29:38 PM
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Wireless LAN adapter Local Area Connection* 1:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
Physical Address. . . . . . . . . : E0-9D-31-E6-DB-20
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter Bluetooth Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Bluetooth Device (Personal Area Network)
Physical Address. . . . . . . . . : E0-9D-31-E6-DB-23
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
My docker VM uses the DockerNAT switch which is an Internal hyper-v switch. The minikubeExternal is an External switch in hyper-v bound to the wireless adapter. I have been unable to bind it to the Cisco AnyConnect VPN connection which I think may be my problem.
Get-VMNetworkAdapter returns:
Name IsManagementOs VMName SwitchName MacAddress Status IPAddresses
---- -------------- ------ ---------- ---------- ------ -----------
Network Adapter False DockerDesktopVM DockerNAT 00155D01252B {Degraded, ProtocolVersion} {}
Network Adapter False minikube minikubeExternal 00155D01253A {Ok} {192.168.1.43, fe80::215:5dff:fe01:253a}
To test the ability to see the host from within the minikube cluster, I issue the minikube ssh command and try to ping the host IP. I've tried to ping the IP address of the host as well as the IP of the minikubeExternal switch and neither works (ping just hangs).
I have also tried this without the VPN connected and I get the same results. Since the DockerNAT is internal and is able to ping both the host and public internet I tried making the minikube VM switch also an internal switch and I even tried just using the DockerNAT switch and none of those worked.
Any suggestions would be much appreciated.
> minikube version
minikube version: v1.6.2
commit: 54f28ac5d3a815d1196cd5d57d707439ee4bb392
> kubectl version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:20:10Z", GoVersion:"go1.13.4", Co
mpiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:12:17Z", GoVersion:"go1.13.4", Co
mpiler:"gc", Platform:"linux/amd64"}

Unidentified network, no internet access just on my laptop

I cannot go to internet on my laptop, but all other devices, PC, phone normally can.
Here is my ipconfig /all output:
Windows IP Configuration
Host Name . . . . . . . . . . . . : Delluser-PC
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : labs.pbs.com
Wireless LAN adapter Wireless Network Connection 3:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Virtual WiFi Miniport Adapter #2
Physical Address. . . . . . . . . : 1C-65-9D-3E-11-66
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Wireless Network Connection:
Connection-specific DNS Suffix . : labs.pbs.com
Description . . . . . . . . . . . : Dell Wireless 1397 WLAN Mini-Card
Physical Address. . . . . . . . . : 1C-65-9D-3E-11-66
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::259e:8466:5749:d22e%34(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.5(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 1. ožujka 2014. 17:44:42
Lease Expires . . . . . . . . . . : 2. ožujka 2014. 5:46:42
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 572286365
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-15-75-09-2D-F0-4D-A2-4A-EA-28
DNS Servers . . . . . . . . . . . : 192.168.1.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter Local Area Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : F0-4D-A2-4A-EA-28
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{D0C9A875-A23E-4F87-9CD0-1CA89B3DB43C}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{8EAC27A2-81AC-451D-B462-3170B1C746E1}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Local Area Connection* 19:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.labs.pbs.com:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #4
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
I have tried so many suggested fixes I have found on the internet, but nothing helped.
I have:
uninstalled/installed my network card drivers
cleaned TCP/IP stack
applied Microsoft available Fix it solution
changed my MAC address (via 'Technitium MAC address changer' program and manually (Network adapters > Properties > Advanced))
changed that my computer can not turn it off in order to save power (Network adapters > Properties > Power Management)
put firewall down for home network
enable/disable wireless
restarting my router
restarting my laptop
do not have bonjour service on my laptop so I did not have to disable it, as I have read somewhere it could cause problems
do not use Norton or MacFee antivirus protection, I use AVG
But none of this helped.
Please, does anyone have any suggestions how to fix this, maybe I am doing something wrong?
It was working fine, suddenly it just stopped.
The only thing I have noticed is that Windows has downloaded and applied some kind of Skype update, so I do not understand why is this happening.
Any kind of advice is very much appreciated.
Thank you in advance,
mismas
If it's a software issue, the other thing I can think of is if blocking MACID is enabled in the firmwire of your modem/router.
Because I do see that your PC is getting an IP from the modem (under the wireless adapter) but it can not browse. It can happen when the Block MAC ID feature is enabled in the modem firmwire, which allows only the devices that you will allow to connect to the internet.
Majority of the new modems have this option in the firmwire which is by default disabled.
Cheers.
Please check
a.if there's a hard switch to turn on/off your Wi-Fi network(usually on the sides/front of laptops). If it's off then turn it on.
b. sometimes the wireless needs to be enabled in BIOS.
You may need to look it up as well.
Cheers.
In my case the culprit was Photoshop CS3 or, to be more specific, one of the Adobe services that was added to the service stack during PS installation. Start by creating a restore point (just to on the safe side).
Then press Windows key + R (or click the Start button), type msconfig, select the Services tab and see if you can locate a string that starts with ##Id_String?.6844F930 (followed by a bunch of other stuff. NOTE: The question mark after Id_String stands for either 1 or 2. Anyway, its Manufacturer field should read Apple Computer, Inc. )
If you do have such a service, stop it by unchecking its checkbox. After rebooting you should have your life back.
This solve my problem after uninstall Network Driver (RealTec PCIe FE Family Controller)
1: Uninstall RealTec PCIe FE Family Controller (PC->Manage->Network Driver)
2: Wifi Off, Airplan mode Off
3: Plug your Ethernet Wire
4: Will start identifying and Done.
Thanks I am using Window 10
if you'r os windows 7,8 or 10 you can try windows restore or reset pc.
if nothing is working for you

Resources