Wine and 4js aplication

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Wine and 4js aplication

Post by xekhz »

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
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine and 4js aplication

Post by dimesio »

Never run Wine as root.
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Post by xekhz »

I know, but for now it is the only workable solution
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Post by xekhz »

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
Locked