Hi, I'm unable to change the port number Everything listens to.
I first specified a different port number during installation, and I chose not to index fixed drives automatically. After installing I went through the settings to enable indexing for some of my fixed disks, then the program froze for a while (probably expecting an answer from the service) and then displayed an error message the problem. I then noted the service was listening on the default port instead of the one I specified during setup. Restarting the service didn't work, changing the port to another one from within the options didn't work either.
I am running Windows 8.1 Pro, 64-bit version (and 64-bit version of Everything as well).
Unable to change service port.
Re: Unable to change service port.
Please make sure Store settings and data in %APPDATA%\Everything is enabled from Tools -> Options -> General.
Note: Everything may not have permission to save to the Everything.ini in the same location as your Everything.exe if this is disabled.
Was this option already enabled?
Note: Everything may not have permission to save to the Everything.ini in the same location as your Everything.exe if this is disabled.
Was this option already enabled?
Re: Unable to change service port.
I just verified it although I was pretty sure it was already since I only changed 2 options when installing Everything. The application data is in %AppData%\Everything (the configuration file, a database file and a csv with the run history).
From what I see, the service_port key gets changed to the value I choose in the options dialog (and it is a number way above 1024 if that is relevant); but after restarting the service the port number it listens to is still the default 15485.
From what I see, the service_port key gets changed to the value I choose in the options dialog (and it is a number way above 1024 if that is relevant); but after restarting the service the port number it listens to is still the default 15485.
Re: Unable to change service port.
The entry in the Everything.ini is the port the Everything client will use to try to connect to the service.
The port the service uses is defined by the command line option in your registry under:
It should look something like:
Where <port number> is the port number the service will listen on.
If -svc-port <port number> is omitted then the default port 15485 is used.
Do you have a third party app that might be blocking Everything from setting this entry?
The port the service uses is defined by the command line option in your registry under:
Code: Select all
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Everything\ImagePath
Code: Select all
"C:\Program Files\Everything\Everything.exe" -svc -svc-port <port number>
If -svc-port <port number> is omitted then the default port 15485 is used.
Do you have a third party app that might be blocking Everything from setting this entry?
Re: Unable to change service port.
I see, I just checked with Process Hacker, changing the port number in the client makes it register a service creation; probably due to the change in that registry section.
The registry value is being updated properly from what I can see in the registry editor, and the service is being launched with the correct command line as well. Running Everything with that commend line from an admin command prompt makes the service listen on the default port as well regardless of the port chosen.
Attached to this message is a screenshot of the running service along with its command line.
The registry value is being updated properly from what I can see in the registry editor, and the service is being launched with the correct command line as well. Running Everything with that commend line from an admin command prompt makes the service listen on the default port as well regardless of the port chosen.
Attached to this message is a screenshot of the running service along with its command line.
- Attachments
-
- Service execution example.png (30.58 KiB) Viewed 3424 times
Re: Unable to change service port.
This is indeed a bug, I have fixed it for the next release of Everything.
Currently, the service will only ever listen on 15485.
Thanks for the bug report.
Currently, the service will only ever listen on 15485.
Thanks for the bug report.