I am trying my hand at setting up Notes under WINE, but I am not getting very far. [hannamj@tux hannamj]$ wine /tmp/NotesInstall/Setup.exe wine: '/tmp/.wine-hannamj/server-302-fbdd3' must not be accessible by other users I have messed with the permissions with chmod, but I am getting either the above error or: [hannamj@tux hannamj]$ wine /tmp/NotesInstall/Setup.exe wine: chdir to /tmp/.wine-hannamj/server-302-fbdd3 : Permission denied Can anyone tell me what the proper permissions for this directory are? Thanks, Matt
> Can anyone tell me what the proper permissions for this directory are?Try setting wine up with winesetuptk, it's in the support files section of this page http://sourceforge.net/project/showfiles.php?group_id=6241 Ivan.
It looks like you're running a kernel with nptl enabled. The winebuild script should detect this, but if it's not, try running ./configure with --with-nptl=yes. -----Original Message----- From: Matt Hannan [mailto:matthew.j.hannan@verizon.net] Sent: Mon 2/2/2004 1:43 PM To: wine-users@winehq.org Cc: Subject: Permissions problem? I am trying my hand at setting up Notes under WINE, but I am not getting very far. [hannamj@tux hannamj]$ wine /tmp/NotesInstall/Setup.exe wine: '/tmp/.wine-hannamj/server-302-fbdd3' must not be accessible by other users I have messed with the permissions with chmod, but I am getting either the above error or: [hannamj@tux hannamj]$ wine /tmp/NotesInstall/Setup.exe wine: chdir to /tmp/.wine-hannamj/server-302-fbdd3 : Permission denied Can anyone tell me what the proper permissions for this directory are? Thanks, Matt
NG. The /tmp/NotesInstall is basically the same as /mnt/cdrom. I just copied the files to the hard drive because I do not have a CD (files taken from the corporate shared directory). I tried winesetupTK and I am getting the exact same error message. Overwrite, overwrite, overwrite. drwxrwxrwx 3 hannamj hannamj 4096 Jan 30 12:54 NotesInstall drwxrwx--- 2 hannamj hannamj 4096 Feb 3 10:02 .wine-hannamj [hannamj@tux hannamj]$ wine /tmp/NotesInstall/Setup.exe wineserver: /tmp/.wine-hannamj must not be accessible by other users Is it possibly the /tmp directory that is causing this issue? -----Original Message----- From: Skurk [mailto:skurk@cox.net] Sent: Monday, February 02, 2004 10:49 PM To: Matt Hannan Subject: Re: Permissions problem? Matt Hannan wrote:>I am trying my hand at setting up Notes under WINE, but I am not >getting very far. > >[hannamj@tux hannamj]$ wine /tmp/NotesInstall/Setup.exe >wine: '/tmp/.wine-hannamj/server-302-fbdd3' must not be accessible by >other users > >I have messed with the permissions with chmod, but I am getting either >the above error or: > >[hannamj@tux hannamj]$ wine /tmp/NotesInstall/Setup.exe >wine: chdir to /tmp/.wine-hannamj/server-302-fbdd3 : Permission denied > >Can anyone tell me what the proper permissions for this directory are? > >Thanks, >Matt > > >_______________________________________________ >wine-users mailing list >wine-users@winehq.org http://www.winehq.org/mailman/listinfo/wine-users > > >You may have tried to setup Notes for another user on the same machine before, thus the directory /tmp/NotesInstall already exist but is owned by another user. Try removing the directory and try again.
Matt Hannan wrote:> NG. The /tmp/NotesInstall is basically the same as /mnt/cdrom. I just > copied the files to the hard drive because I do not have a CD (files > taken from the corporate shared directory). > > I tried winesetupTK and I am getting the exact same error message. > Overwrite, overwrite, overwrite. > > drwxrwxrwx 3 hannamj hannamj 4096 Jan 30 12:54 NotesInstall > drwxrwx--- 2 hannamj hannamj 4096 Feb 3 10:02 .wine-hannamj > > [hannamj@tux hannamj]$ wine /tmp/NotesInstall/Setup.exe > wineserver: /tmp/.wine-hannamj must not be accessible by other users > > Is it possibly the /tmp directory that is causing this issue?Possibly you have something odd going on with /tmp, but I kind of doubt it. Delete the directory /tmp/.wine-hannamj completely, and then rerun wine. It will be recreated. All it contains is some socket and locking info.