(sorry about the previous email with the ^v subject) I can unset an environment var but how do I make it permanent? I want to eliminate LD_ASSUME_KERNEL=2.2.5 from my machine entirely. Thanks Mike
On 8/9/05, Mike Dewhirst <miked@dewhirst.com.au> wrote:
(sorry about the previous email with the ^v subject)
I can unset an environment var but how do I make it permanent?
I want to eliminate LD_ASSUME_KERNEL=2.2.5 from my machine entirely.
Thanks
Mike
Hello Mike, it depends on where it has been set.. some start-scripts does set this environment var.. like /etc/init.d/boot.xen (but on 9.1?), or Tivoli monitoring daemon (I don't expect this at your site) hm.. I can't find it anywhere else here, but I don't know what packages you have installed.. I don't exactly know, why you'd want to eliminate it, but you could check your /etc directory if any file sets it: cd /etc grep -r LD_ASSUME_KERNEL * if you find it somewhere, you could comment this line out in the file, but remember, it is set for a reason. you have been warned.. Markus
participants (2)
-
Markus Natter
-
Mike Dewhirst