LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-15-2010, 03:37 PM   #16
cov
Member
 
Registered: Apr 2005
Location: Durban
Posts: 436

Rep: Reputation: 30

Hmm.

Are you having trouble with your hard drive?

What file system are you using on your root partition?

Is you hard drive full?
 
Old 03-15-2010, 03:52 PM   #17
t3st
LQ Newbie
 
Registered: Feb 2009
Posts: 18

Original Poster
Rep: Reputation: 0
no it has 240+GB of free space and file system on is ext3.

everything except wine works perfectly.
 
Old 03-16-2010, 12:25 AM   #18
cov
Member
 
Registered: Apr 2005
Location: Durban
Posts: 436

Rep: Reputation: 30
Well, the file would appear to be there.

The permissions would appear to be correct.

The file size looks just about correct, so it doesn't appear to be corrupted. My own wine executable is below:
Quote:
root@SNNECCI:/home/dave# ls -l /usr/bin/wine
-rwxr-xr-x 1 root root 5548 2009-10-26 11:50 /usr/bin/wine
root@SNNECCI:/home/dave#
Obviously your file size is bigger than mine, but that's to be expected as yours is a more recent installation of wine.

I'm not sure what to suggest apart from reinstalling.
 
Old 03-16-2010, 09:45 PM   #19
jbs1136
Member
 
Registered: Dec 2008
Location: Spanaway, Wa
Distribution: Kernel Linux 3.6-4.slh.1-aptosid-amd64
Posts: 44

Rep: Reputation: 20
I am having the same problem with wine and have installed several times today and it doesn't help.

john
 
Old 03-16-2010, 10:45 PM   #20
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
Have you try to start it like:
/usr/bin/wine
/usr/bin/winecfg
 
Old 03-16-2010, 11:05 PM   #21
jbs1136
Member
 
Registered: Dec 2008
Location: Spanaway, Wa
Distribution: Kernel Linux 3.6-4.slh.1-aptosid-amd64
Posts: 44

Rep: Reputation: 20
Here is the result:

Code:
bash-3.1$ /usr/bin/wine
bash: /usr/bin/wine: No such file or directory
bash-3.1$ /usr/bin/winecfg
/usr/bin/winecfg: line 29: /usr/bin/wine: No such file or directory
/usr/bin/winecfg: line 29: /usr/bin/wine: Success
I get this result both as user and root.

john
 
Old 03-16-2010, 11:12 PM   #22
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
Ok, can open console and "cd" directory to /usr/bin/.
and then to be in /usr/bin/ type winecfg.
Send please output of:
ls -la |grep wine
when you are in /usr/bin directory.

Thanks
 
Old 03-16-2010, 11:17 PM   #23
jbs1136
Member
 
Registered: Dec 2008
Location: Spanaway, Wa
Distribution: Kernel Linux 3.6-4.slh.1-aptosid-amd64
Posts: 44

Rep: Reputation: 20
Code:
bash-3.1# cd /usr/bin
bash-3.1# winecfg
/usr/bin/winecfg: line 29: /usr/bin/wine: No such file or directory
/usr/bin/winecfg: line 29: /usr/bin/wine: Success
bash-3.1# ls -la |grep wine
-rwxr-xr-x  1 root   root        7268 2009-09-14 14:43 wine
-rwxr-xr-x  1 root   root       12872 2009-09-14 14:43 wine-preloader
-rwxr-xr-x 11 root   root        1582 2009-09-14 14:43 wineboot
-rwxr-xr-x  1 root   root      112616 2009-09-14 14:43 winebuild
-rwxr-xr-x 11 root   root        1582 2009-09-14 14:43 winecfg
-rwxr-xr-x 11 root   root        1582 2009-09-14 14:43 wineconsole
lrwxrwxrwx  1 root   root           7 2010-03-16 19:59 winecpp -> winegcc
-rwxr-xr-x 11 root   root        1582 2009-09-14 14:43 winedbg
-rwxr-xr-x  1 root   root      148240 2009-09-14 14:43 winedump
-rwxr-xr-x 11 root   root        1582 2009-09-14 14:43 winefile
lrwxrwxrwx  1 root   root           7 2010-03-16 19:59 wineg++ -> winegcc
-rwxr-xr-x  1 root   root       28776 2009-09-14 14:43 winegcc
-rwxr-xr-x  1 root   root       88772 2009-09-14 14:43 winemaker
-rwxr-xr-x 11 root   root        1582 2009-09-14 14:43 winemine
-rwxr-xr-x 11 root   root        1582 2009-09-14 14:43 winepath
-rwxr-xr-x  1 root   root        3384 2009-09-14 14:43 wineprefixcreate
-rwxr-xr-x  1 root   root      352312 2009-09-14 14:43 wineserver
this was done as root and the results are the same when done as user

john
 
Old 03-16-2010, 11:24 PM   #24
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
Ok, Open file /usr/bin/winecfg with any text editor, find there line 29, and send here please everything from line 20 to 31

Thanks
 
Old 03-16-2010, 11:33 PM   #25
jbs1136
Member
 
Registered: Dec 2008
Location: Spanaway, Wa
Distribution: Kernel Linux 3.6-4.slh.1-aptosid-amd64
Posts: 44

Rep: Reputation: 20
Quote:
#

# determine the app Winelib library name
appname=`basename "$0" .exe`.exe

# first try explicit WINELOADER
if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi

# then default bin directory
if [ -x "/usr/bin/wine" ]; then exec "/usr/bin/wine" "$appname" "$@"; fi

# now try the directory containing $0
The top # is line 20

john
 
Old 03-16-2010, 11:45 PM   #26
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
Can you please execute next command:

find / name -samefile wine

Or may be:

find / -samefile wine

Last edited by nimnull22; 03-16-2010 at 11:56 PM.
 
Old 03-17-2010, 12:01 AM   #27
jbs1136
Member
 
Registered: Dec 2008
Location: Spanaway, Wa
Distribution: Kernel Linux 3.6-4.slh.1-aptosid-amd64
Posts: 44

Rep: Reputation: 20
Quote:
bash-3.1$ find / name -samefile wine
find: `wine': No such file or directory
bash-3.1$ find / -samefile wine
find: `wine': No such file or directory
john
 
Old 03-17-2010, 12:09 AM   #28
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
I thought may be "wine" in /usr/bin/ could be a hard link to other file.
Tell what kind security Slackware 13.0 uses - apparmor or selinux. May be one of them prevent execute it.
Check logs.
 
Old 03-17-2010, 12:47 AM   #29
jbs1136
Member
 
Registered: Dec 2008
Location: Spanaway, Wa
Distribution: Kernel Linux 3.6-4.slh.1-aptosid-amd64
Posts: 44

Rep: Reputation: 20
Not for sure what logs I should check, I checked everything under /var/log and /home/john and couldn't find anything that referred to wine. I am pretty sure I don't have selinux installed and I have never heard of apparmor. How would I check?

I will check back tomorrow for your reply, it is late here and I have to report for jury duty tomorrow.

Thanks for help, will be back tomorrow evening for your reply.

@ original poster, not trying to steal your thread but I am having the same problem. Hope we can both find the answer.

john
 
Old 03-17-2010, 01:21 AM   #30
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
Ok, that is not all, lets do some serious job.
Execute wine like this:
strace /usr/bin/wine

If it gives a big output, then
strace /usr/bin/wine > /home/<user>/<any file>
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wine problem!! Daysie Linux - Hardware 1 02-18-2007 02:02 AM
Link targets - problems with Wine (Though not Wine specific - Wine site doesn't help) Kevjml Linux - Newbie 1 01-13-2006 07:53 AM
Wine Problem billquinn Linux - Software 9 05-22-2005 10:01 AM
wine problem uzairkhan Linux - Newbie 2 05-07-2005 10:09 AM
wine problem m3mys3lf4ndi Linux - Software 2 03-17-2005 03:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration