Pages: [1]
|
|
|
Author
|
Topic: If Linux UQM crashes on you all the time... (Read 2578 times)
|
|
|
meep-eep
Forum Admin
Enlightened
Offline
Posts: 2847
|
When running. Or rather, *to* run. '<VAR>=<value> <command>' means run <command> with the environment variable <var> set to <value> (in Bash). Alternatively, you can just do "export LD_ASSUME_KERNEL=2.4.19" and then start uqm normally, but "LD_ASSUME_KERNEL" will remain set then for yous shell after uqm finished, so you'd have to do "unset LD_ASSUME_KERNEL" lest you influence programs you run after that in the same shell. (Using (t)csh you'd use "setenv LD_ASSUME_KERNEL 2.4.19" instead of export)
Btw, it's not a bug fix, it's a work-around. And probably not even that, as the problem will only take a while longer to show itself, but will still exist.
|
|
« Last Edit: December 28, 2003, 06:33:42 pm by meep-eep »
|
Logged
|
“When Juffo-Wup is complete when at last there is no Void, no Non when the Creators return then we can finally rest.”
|
|
|
|
Michael Martin
Core Team
*Smell* controller
Offline
Posts: 387
|
Actually, it was the bug reporter Jeff Cook who gave us the workaround, not us But we do think we know what we need to about it now to get an actual fix.
|
|
|
Logged
|
|
|
|
Michael Martin
Core Team
*Smell* controller
Offline
Posts: 387
|
We've now committed what we believe to be an "actual fix" to this problem to CVS.
|
|
|
Logged
|
|
|
|
Pages: [1]
|
|
|
|
|