Hello ppl,
Im trying to run a 4js old apliction via Wine.
So i have 2 questions.
How can i open a port below port number 1024 as common user ?
How can i make wine to run in a sudo enviorment?
I have been trying the following .
sudo `WINEPREFIX=/xxxxxxxx/ ; wine YYYYYYYYYYY `
and in the sudoers file I have unrestricted access to the sudoer user
xxxxxxxx is the path to the root .wine dir
yyyyyyyyyy is the application path.
Wine dosent run this way.......................
If i run wine as root all is fine.
Thanks
Wine and 4js aplication
Re: Wine and 4js aplication
Never run Wine as root.
Found a way.
The software in windows opens the 514 port. It is the port used when copying files between host. In a more deep analysis, the server tries to copy the some pdf files to the windows machine.
Installing the rsh-server, and doing an ssh -X to the server and then run the apps everithing works fine.
------------------
Sorry wine got to let go in this case
The software in windows opens the 514 port. It is the port used when copying files between host. In a more deep analysis, the server tries to copy the some pdf files to the windows machine.
Installing the rsh-server, and doing an ssh -X to the server and then run the apps everithing works fine.
------------------
Sorry wine got to let go in this case