-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We are doing very similar things at DevelopOnline.com, it gets very convoluted when you want to do multiple OSs for multiple platforms. It depends to what extent you want to actually configure the hardware, if you want to be able to change IRQs, etc. That's beyond what I'm working on. If you just want to know what is on the clients, that's doable. As for remote booting, there's plenty of documentation and support for that so long as you are using standard platforms (i386, Sparc, Alpha, etc..) I'm working on Embedded devices and such. If you have any specific questions, by all means, ask away. I'm afraid there are too many peices to just give an overview or script to do it for you. Blake Barnett Sr. Unix Administrator for DevelopOnline.com 480.377.6816 T 480.736.9211 F blake.barnett@developonline.com - -----Original Message----- From: Kelly Khoo [mailto:kelly_khoo_99@yahoo.com] Sent: Tuesday, December 05, 2000 6:10 PM To: plug-discuss@lists.PLUG.phoenix.az.us Subject: Detecting Computer Hardware Remotely from other PC station List: Hi, anyone know or is process of developing a project in Linux to detect PC hardware from remote station. Actually, I am looking for a posibility to remote boot clients (without hard disk) with multi OS and hardware configuration from remote Linux server. If anyone know that there is such a project going on, kindly provide the information. Thanks. - -Kelly- __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ ________________________________________________ See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail. Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.3 iQA/AwUBOi7EnYqA07MPedgtEQJmdQCeKR/t4dOuo/DFpuZ+cgD7ZepSB6AAoOFa zcOk0bk+7+IjdV3Ob9BWI+qb =+4Ix -----END PGP SIGNATURE----- From Don Harrop Thu Dec 7 00:06:55 2000 From: Don Harrop (Don Harrop) Date: Wed, 6 Dec 2000 17:06:55 -0700 (MST) Subject: Compiling Net::SSLeay on HPUX Message-ID: Does anyone know what kind of error this is? >ld: DP relative code in file /usr/local/ssl/lib/libssl.a(s2_meth.o) - >shared library must be position independent. Use +z or +Z to recompile. I've wanted to get Webmin running on these bad boy HP's that I work with running through https. So far I've had to grab and compile perl, gcc and binutils (for the two boxes that don't have an ansi C compiler), Openssl, and webmin. Everything works right now except Net::SSLeay so connections to webmin are are limited with http. Openssl compiled fine. I've even got OpenSSH working so I know Openssl is good. Why Net::SSLeay craps out on the linker is the only stumbling block I have left. Any ideas? Don