Progams not load after Ubuntu Security Notice USN-732-1 dash

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
lodewig
Level 2
Level 2
Posts: 14
Joined: Tue Nov 18, 2008 9:49 am

Progams not load after Ubuntu Security Notice USN-732-1 dash

Post by lodewig »

Yesterday I was using normally my " wine programs" under Ubuntu 8.10 / Wine 1.1.16 .
Ubuntu pop up a request for critical securiy update ( Ubuntu Security Notice USN-732-1 March 10, 2009 dash vulnerability CVE-2009-0854 ) . Applied . Today I logon on Ubuntu and some programs under wine do not load more . I means they do not start at all . Some other yes . Depend program by program . I don't know if the security update is involved but before this all was works perfectly . Anyone can confirm this behaviour or advice me about ?
Coala
Level 2
Level 2
Posts: 26
Joined: Wed Mar 11, 2009 4:10 am

Post by Coala »

Bump. I actually have the same problem, and I do belive this can be part of the problem I got with the new World in conflict patch. Dreamlords needed to be retweaked after ubuntu patch yesterday. I had to reinstall the game.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Progams not load after Ubuntu Security Notice USN-732-1

Post by vitamin »

lodewig wrote:Today I logon on Ubuntu and some programs under wine do not load more .
Run from the terminal. What does it say?
Coala
Level 2
Level 2
Posts: 26
Joined: Wed Mar 11, 2009 4:10 am

Post by Coala »

beef@Beef:~/.wine/drive_c/Programfiler/Sierra Entertainment/World in Conflict$ wine wic_online.exe
fixme:reg:GetNativeSystemInfo (0x32de1c) using GetSystemInfo()
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (9800000c)
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {25a207b9-ddf3-4660-8ee9-76e58c74063e}: stub
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x9af220
lodewig
Level 2
Level 2
Posts: 14
Joined: Tue Nov 18, 2008 9:49 am

Re: Progams not load after Ubuntu Security Notice USN-732-1

Post by lodewig »

vitamin wrote:
lodewig wrote:Today I logon on Ubuntu and some programs under wine do not load more .
Run from the terminal. What does it say?
Here is it :
wine terminal
fixme:reg:GetNativeSystemInfo (0x6f0c8e) using GetSystemInfo()
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:thread:NtSetInformationThread info class 17 not supported yet
fixme:debugstr:CheckRemoteDebuggerPresent (0xffffffff)->(0x736f48): Stub!

As I said until yesterday before patch the system it works perfectly and I am using it under wine for weeks.
User avatar
Daemon
Level 4
Level 4
Posts: 101
Joined: Wed Nov 12, 2008 2:24 pm

Post by Daemon »

Try

sudo rm /bin/sh
sudo ln -s /bin/bash /bin/sh

You can change it back to /bin/dash, with the same command, if it doesn't work
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Progams not load after Ubuntu Security Notice USN-732-1 dash

Post by austin987 »

On Wed, Mar 11, 2009 at 8:32 PM, Daemon <[email protected]> wrote:
Try

sudo rm /bin/sh
sudo ln -s /bin/bash /bin/sh

You can change it back to /bin/dash, with the same command, if it doesn't work





Or just change your users default shell to bash rather than dash...

--
-Austin
lodewig
Level 2
Level 2
Posts: 14
Joined: Tue Nov 18, 2008 9:49 am

Post by lodewig »

Thanks a lot for all reply . Using Ubuntu I have some concern to change shell to bash . See here why https://wiki.ubuntu.com/DashAsBinSh where explain you can loose some function and got many problems .
If Dash is the problem I hope Wine Staff will fix in next upcoming release 1.1.7 or later .
Is there any way to report this problem more over this forum ?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Progams not load after Ubuntu Security Notice USN-732-1 dash

Post by austin987 »

On Thu, Mar 12, 2009 at 2:22 AM, lodewig <[email protected]> wrote:
Thanks a lot for all reply . Using Ubuntu I have some concern to change shell to bash . See here why  https://wiki.ubuntu.com/DashAsBinSh where explain you can loose some function and got many problems .
Why not change your USER's default shell to bash? Otherwise, agreed.
If Dash is the problem I hope Wine Staff will fix in next upcoming release 1.1.7 or later .
Is there any way to report this problem more over this forum ?
Are you sure it's a wine bug?

Yes, http://bugs.winehq.org

--
-Austin
lodewig
Level 2
Level 2
Posts: 14
Joined: Tue Nov 18, 2008 9:49 am

Re: Progams not load after Ubuntu Security Notice USN-732-1

Post by lodewig »

austin987 wrote:On Thu, Mar 12, 2009 at 2:22 AM, lodewig <[email protected]> wrote:
Thanks a lot for all reply . Using Ubuntu I have some concern to change shell to bash . See here why  https://wiki.ubuntu.com/DashAsBinSh where explain you can loose some function and got many problems .
Why not change your USER's default shell to bash? Otherwise, agreed.
If Dash is the problem I hope Wine Staff will fix in next upcoming release 1.1.7 or later .
Is there any way to report this problem more over this forum ?
Are you sure it's a wine bug?

Yes, http://bugs.winehq.org
Thanks . Before to do something wrong or report a false bug , how can I check exactly which shell user I am using ? ( I am not so expert in Linux.. sorry ..)

--
-Austin
lodewig
Level 2
Level 2
Posts: 14
Joined: Tue Nov 18, 2008 9:49 am

Post by lodewig »

Thanks . Before to do something wrong or report a false bug , how can I check exactly which shell user I am using ? ( I am not so expert in Linux.. sorry ..) :?
Martin Gregorie

Progams not load after Ubuntu Security Notice USN-732-1 dash

Post by Martin Gregorie »

On Thu, 2009-03-12 at 02:44 -0500, lodewig wrote:
Thanks . Before to do something wrong or report a false bug , how can
I check exactly which shell user I am using ? ( I am not so expert in
Linux.. sorry ..)
Login to the user, start a terminal window and run "ps".

This should show two processes - the shell as the first line and itself
(ps) as the second.


BTW, to try bash, you can simply run the command "bash". ps will now
show three processes (I just started the Bourn Shell, sh, from the bash
shell):

$ ps
PID TTY TIME CMD
5315 pts/1 00:00:00 bash
5670 pts/1 00:00:00 sh
5671 pts/1 00:00:00 ps

"exit" kills the second shell:

sh-3.2$ exit
exit
$ ps
PID TTY TIME CMD
5315 pts/1 00:00:00 bash
5680 pts/1 00:00:00 ps


Martin
lodewig
Level 2
Level 2
Posts: 14
Joined: Tue Nov 18, 2008 9:49 am

Post by lodewig »

Thanks Martin.
lodewig@lodewig-laptop:~$ ps
PID TTY TIME CMD
12540 pts/0 00:00:00 bash
12557 pts/0 00:00:00 ps
That 's means I am using bash and not dash ... :?
Martin Gregorie

Progams not load after Ubuntu Security Notice USN-732-1 dash

Post by Martin Gregorie »

On Thu, 2009-03-12 at 06:36 -0500, lodewig wrote:
Thanks Martin.
lodewig@lodewig-laptop:~$ ps
PID TTY TIME CMD
12540 pts/0 00:00:00 bash
12557 pts/0 00:00:00 ps
That 's means I am using bash and not dash ... :?
Yes.
lodewig
Level 2
Level 2
Posts: 14
Joined: Tue Nov 18, 2008 9:49 am

Post by lodewig »

So the Dash update could be not involved in Wine problem ... not sure at this point.
:roll: nevrtheless problem start just after the security update ... :(
I am a little bit confused :?:
I opened a bug report on wine bugzilla , maybe a wrong one , let we see what happen .
As last chance I can re install the program ... this will be a little be fastidious because being a trading on line program I could loose some data ,, but anyway I don't want to boot under Win Xp to use it .. it has been working for weeks under ubuntu before this update . I will wait 1.1.17 and then I will re installi it . :roll:
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Progams not load after Ubuntu Security Notice USN-732-1 dash

Post by austin987 »

On Thu, Mar 12, 2009 at 2:44 AM, lodewig <[email protected]> wrote:
Thanks . Before to do something wrong or report a false bug , how can I check exactly which shell user I am using ? ( I am not so expert in Linux.. sorry ..)
$ echo $SHELL


--
-Austin
Locked