"Sherman, Michael (GE Energy)" <[EMAIL PROTECTED]> writes: > Hello. > I have an application, currently running on SUSE 7.0 woth 2.4.4 kernel. I > wanted to move this application to Sarge 2.6.3. I set everything up, > including the same libg++ , however the application fails to retrieve the > serial number of the machine (I don't know what function they used, it's a > closed source program). Could it be because of the kernels? If so, will
You could find out by running strace to find out what system calls are being made by the application. Also is this the same machine or a different one? If it's a different one, the fact that it is looking for a ser# on the machine would suggest that it is licensed per machine/cpu/whatever and failing as it is designed to. > installing the 2.4.x that comes with Sarge solve the problem? And is there a > tutorial on how to install a second kernel and add it to GRUB menu? Installing the different kernel would be a harmless way to check if this is the problem. Simply apt-get install kernel-image-2.4.x (where x is whatever version you wish to run, and grub should be automatically updated to reflect the added kernel. If not, the grub config file is in /boot/grub/menu.lst -- Douglas G. Phillips Distributed Computing Eastern Illinois University -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]