|
From: papinade <pap...@gm...> - 2008-07-30 07:53:55
|
On Ubuntu 8.04 : 1) uname -a => Linux ubuntu64 2.6.24-19-generic #1 SMP Fri Jul 11 21:01:46 UTC 2008 x86_64 GNU/Linux 2) uname -p => unknown 3) uname -m => x86_64 4) uname -i => unknown 5) uname -o => GNU/Linux On Mandriva 2008 : 1) uname -a => Linux localhost 2.6.24.4-desktop586-1mnb #1 SMP Thu Mar 27 14:20:33 CET 2008 i686 Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz GNU/Linux 2) uname -p => Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz 3) uname -m => i686 4) uname -i => unknown 5) uname -o => GNU/Linux Leif Mortenson-2 wrote: > > What happens if you execute each of the following on your system? > > 1) uname -a > 2) uname -p > Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz > 3) uname -m > 4) uname -i > 5) uname -o > > The script as is tries `uname -p`. If it is not unknown then it tries > `uname -m`. If your `uname -m` returns a useful value then I may > need to skip `uname -p` values containing spaces. > > Cheers, > Leif > -- View this message in context: http://www.nabble.com/Wrong-DIST_ARCH-value-on-Mandriva-2008-tp18713173p18727853.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |