WineHQ

Hostsman

No Screenshot

Submit Screenshot

This version is small update since the last 3.0.xx version:

3.0.45:
- fixed: Backup Manager displays wrong date for newly created backups;
- fixed: HostsMan and HostsServer show two taskbar buttons for each main window under Windows 9x;
- fixed: a small window is visible behind taskbar in Windows Vista;
- fixed: fails to create exclusion.dat file;
- fixed: HostsServer might give an error message on Windows shutdown under certain conditions.

All the other changes can be read here:

http://j3righo.no.sapo.pt/mirrors/abelhadigital/hm-whatsnew.txt

Application Details:

Version: 3.0.45
License: Free to use
URL: http://www.abelhadigital.com/
Votes: 0
Latest Rating: Garbage
Latest Wine Version Tested: 0.9.47.

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download Main download source

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

Nothing

What does not

The reading of the hostsfile. The program crashes for some reason if the ~/.wine/drive_c/windows/system32/drivers/etc/hosts exists! . Without it you can't do anything, and without it the program crashes.

Workarounds

What was not tested

The installer. I used the .zip version.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

It ends with: fixme:process:IsWow64Process (0xffffffff 0x33fccc) stub! wine client error:9: partial write 16384

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentFedora RawhideOct 27 20070.9.47.N/A Yes GarbageRonald 
ShowFedora 7Aug 26 20070.9.43.Yes Yes GoldRonald 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

HOWTO

The installation is done as followed:

1a: Download the .exe installer here

1b: Or if the installer does not work, grab the .zip with the program files here

Starting the hostsman you will notice that everything is greyed out. This means:

- The hostsfile does not excist

- The hostsfile is not accessible

In our case, we need to create a new hostsfile:

2. cd ~/.wine/drive_c/windows/system32/drivers/

3. mkdir etc

4. cp /etc/hosts . # The location of your hostfile may be different!


The program should work. But it won't directly update the hostsfile of your machine. You can do this, but it creates a security risk:

su -

rm /etc/hosts

ln -s /home/(user)/.wine/drive_c/windows/system32/drivers/etc/hosts /etc/hosts

Hostsman now directly edits the hostsfile of the system. A fix for the security breach would be running hostsman under wine started by root.

You start hostsman and the hostserver with the command:

wineboot

In case you want to start the program during boot :)


 

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back