Progams not load after Ubuntu Security Notice USN-732-1 dash
Progams not load after Ubuntu Security Notice USN-732-1 dash
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 ?
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 ?
Re: Progams not load after Ubuntu Security Notice USN-732-1
Run from the terminal. What does it say?lodewig wrote:Today I logon on Ubuntu and some programs under wine do not load more .
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
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
Re: Progams not load after Ubuntu Security Notice USN-732-1
Here is it :vitamin wrote:Run from the terminal. What does it say?lodewig wrote:Today I logon on Ubuntu and some programs under wine do not load more .
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.
Progams not load after Ubuntu Security Notice USN-732-1 dash
On Wed, Mar 11, 2009 at 8:32 PM, Daemon <[email protected]> wrote:
--
-Austin
Or just change your users default shell to bash rather than dash...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
--
-Austin
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 ?
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 ?
Progams not load after Ubuntu Security Notice USN-732-1 dash
On Thu, Mar 12, 2009 at 2:22 AM, lodewig <[email protected]> wrote:
Yes, http://bugs.winehq.org
--
-Austin
Why not change your USER's default shell to bash? Otherwise, agreed.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 .
Are you sure it's a wine bug?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 ?
Yes, http://bugs.winehq.org
--
-Austin
Re: Progams not load after Ubuntu Security Notice USN-732-1
austin987 wrote:On Thu, Mar 12, 2009 at 2:22 AM, lodewig <[email protected]> wrote:Why not change your USER's default shell to bash? Otherwise, agreed.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 .
Are you sure it's a wine bug?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 ?
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
Progams not load after Ubuntu Security Notice USN-732-1 dash
On Thu, 2009-03-12 at 02:44 -0500, lodewig wrote:
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
Login to the user, start a terminal window and run "ps".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 ..)
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
Progams not load after Ubuntu Security Notice USN-732-1 dash
On Thu, 2009-03-12 at 06:36 -0500, lodewig wrote:
Yes.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 ...
So the Dash update could be not involved in Wine problem ... not sure at this point.
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 .


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 .

Progams not load after Ubuntu Security Notice USN-732-1 dash
On Thu, Mar 12, 2009 at 2:44 AM, lodewig <[email protected]> wrote:
--
-Austin
$ echo $SHELLThanks . 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