[PLUG] DDD ???
hi, Does Knoppix 3.7 has DDD(debugger) ?? -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] SuSE 9.2 DVD
Hi , Anybudy having Suse 9.2 dvd ??// BHUSHAN KULKARNI -- -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] To recover deleted partitions
Hi, Today while playing around on win2k i accidentally deleted the linux partitions from the disk administrator. On searching the net to find a solution to recover these deleted partitions, I found a software by the name TestDisk on http://www.cgsecurity.org/index.html?testdisk.html using this software i recovered all the deleted partitions. And yes all my partitions were reiserfs. Regards Aditya -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] java install problem
hi pepole i've downloaded java (j2re) from the sun website but don't know how to install it in linux it's a binary package and i've also tried ./"name of binpackage".bin but it just uncompresses it . Also i added PATH and CLASSPATH variables to .bash_profile and also (as a different effort) created java.sh (and export path therein)in profile.d but things not working for command "java -v" error -> bash: can not locate libjava.so bash: can not locate java runtime environment any new methods or corrections ? thanks in advance respectfully -nikhil = __ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] java problem
hi people i require to install java for some of my applications.i downloaded the bin package from the sun site and then uncompressed it then i set PATH and CLASSPATH variavles in the .bash_profile but things not working i also tried this made a java.sh file in the profile.d and put export path therein but again the java - v command gives following error Error: could not find libjava.so Error: could not find Java 2 Runtime Environment. so any help or corrections are welcome thanks in advance respectfully -nikhil __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] BSNL DataOne
Hi all, Here is some thing funny with me. Recently, I enquired at BSNL Karve road exchange about getting DataONE connection in Nav Sanhyadry area. the reply I got was quite funny. There I was told that Dataone service is not available in nav-sahyadry area. The reason I got for this was "The parameters don't match". but there was no answer for what parameters don't match. The officials said that just apply for it and then we'll try. Let me know if anybody using data one in Nav-Sanhyadry. ~ Sumant. -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] BSNL DataOne
On Mon, 21 Feb 2005 20:53:47 +0530, Sumant Kshirsagar <[EMAIL PROTECTED]> wrote: > The reason I got for this was "The parameters don't match". but there maybe that exchange is not equipped yet? does anyone know if hadapsar exchange is providing dataone yet? last time i went there (last month) they told be to go to somem other exchange (i forgot the name) to submit the forms! -- "Thou shalt not follow the null pointer for at it's end madness and chaos lie." -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] To recover deleted partitions
OK - let me be a little more explicit. I want to delete my linux partitions... i want some free space. I want to do this in windows. now my problem is i dont have a floppy drive and so i cant use fdisk/mbr to cure my mbr. does anyone know a way out? Thanks On Tue, 22 Feb 2005 14:09:08 +0530, Nikhil Karkare <[EMAIL PROTECTED]> wrote: > how did you manage to delete your partitions from windows? Didnt grub conk > off? > I want to do this on my office computer... please tell me how you did it!! > > Thanks > Nikhil. > > > On Tue, 22 Feb 2005 12:33:42 +0530, Aditya Laghate <[EMAIL PROTECTED]> wrote: > > Hi, > > Today while playing around on win2k i accidentally deleted the linux > > partitions from the disk administrator. > > > > On searching the net to find a solution to recover these deleted > > partitions, I found a software by the name TestDisk on > > http://www.cgsecurity.org/index.html?testdisk.html > > > > using this software i recovered all the deleted partitions. > > > > And yes all my partitions were reiserfs. > > > > Regards > > Aditya > > > > -- > > __ > > Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) > > List Information: http://plug.org.in/mailing-list/listinfo/plug-mail > > Send 'help' to [EMAIL PROTECTED] for mailing instructions. > > > > -- > - > vi vi vi - The Editor of the Beast > - > -- - vi vi vi - The Editor of the Beast - -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] java problem
Hello nikhil, Have you restarted machine after installing and setting path? Also try to search file libjava.so by locate command on your PC. I have jdk 1.5 installed on my machine and i get following results /root/sw/jdk1.5.0_01/jre/lib/i386/libjava.so The error tells that system is unable to find java virtual machine. I also not able to see nay -v option to java command it should be -version. Heres my results on my pc. Command:- java -version Result:- java version "1.5.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08) Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing) regards, linux_lover. --- nikhil purwant <[EMAIL PROTECTED]> wrote: > hi people > >i require to install java for some of my > applications.i downloaded the bin package from the > sun > site and then uncompressed it then i set PATH and > CLASSPATH variavles in the .bash_profile but things > not working i also tried this made a java.sh file in > the profile.d and put > export path therein but again the java - v command > gives following error > > Error: could not find libjava.so > Error: could not find Java 2 Runtime Environment. > > so any help or corrections are welcome > > > thanks in advance > >respectfully > -nikhil > > > > __ > Do you Yahoo!? > Take Yahoo! Mail with you! Get it on your mobile > phone. > http://mobile.yahoo.com/maildemo > -- > __ > Pune GNU/Linux Users Group Mailing List: > (plug-mail@plug.org.in) > List Information: > http://plug.org.in/mailing-list/listinfo/plug-mail > Send 'help' to [EMAIL PROTECTED] for > mailing instructions. > __ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] Creating a proc entry
Hi!! I want to create a file in /proc which I would be using for some of interprocess communication. The code snippet is given below. However, it just does not seem to work :((. The code compiles perfectly but the function create_proc_entry returns NULL everytime :(. Is there something I'm missing out on? All suggestions are welcome :) COde: == struct proc_dir_entry *entry; char * filename = "spoon"; entry = create_proc_entry(filename,0444,(struct proc_dir_entry *)0); ... Thanks in advance -Shri -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] To recover deleted partitions
how did you manage to delete your partitions from windows? Didnt grub conk off? I want to do this on my office computer... please tell me how you did it!! Thanks Nikhil. On Tue, 22 Feb 2005 12:33:42 +0530, Aditya Laghate <[EMAIL PROTECTED]> wrote: > Hi, > Today while playing around on win2k i accidentally deleted the linux > partitions from the disk administrator. > > On searching the net to find a solution to recover these deleted > partitions, I found a software by the name TestDisk on > http://www.cgsecurity.org/index.html?testdisk.html > > using this software i recovered all the deleted partitions. > > And yes all my partitions were reiserfs. > > Regards > Aditya > > -- > __ > Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) > List Information: http://plug.org.in/mailing-list/listinfo/plug-mail > Send 'help' to [EMAIL PROTECTED] for mailing instructions. > -- - vi vi vi - The Editor of the Beast - -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] To recover deleted partitions
On Tue, 22 Feb 2005 14:51:15 +0530, Nikhil Karkare <[EMAIL PROTECTED]> wrote: > OK - let me be a little more explicit. > I want to delete my linux partitions... i want some free space. I want > to do this in windows. now my problem is i dont have a floppy drive > and so i cant use fdisk/mbr to cure my mbr. > > does anyone know a way out? > > Thanks How about bootable cd? Windows 2K/XP can delete linux partitions. -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] How to find out used PORT numbers??
Hi, I would like to know list of used port numbers on Linux box.. Nilesh __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] Creating a proc entry
The code snippet is given below. However, it just does not seem to work :((. The code compiles perfectly but the function create_proc_entry returns NULL everytime :(. I tried it out on 2.4.20-6 (rh9). It works fine. Maybe you can post the complete code. --Swapnil #include #include #include int init_mod() { struct proc_dir_entry *entry; char * filename = "spoon"; entry = create_proc_entry(filename,0444,(struct proc_dir_entry *)0); printk("%s: [%p] \n", "init_mod", entry); return 0; } void exit_mod() { return; } module_init(init_mod); module_exit(exit_mod); COde: == struct proc_dir_entry *entry; char * filename = "spoon"; entry = create_proc_entry(filename,0444,(struct proc_dir_entry *)0); ... -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] Creating a proc entry
create_proc_entry("mtrr", S_IWUSR | S_IRUGO, &proc_root); > I want to create a file in /proc which I would be using for > some of interprocess communication. Thats a strange use > Is there something I'm missing out on? All suggestions are welcome :) > > COde: > == > > struct proc_dir_entry *entry; > char * filename = "spoon"; > entry = create_proc_entry(filename,0444,(struct proc_dir_entry *)0); can you try create_proc_entry("spoon", S_IWUSR | S_IRUGO, &proc_root); -- BAIN http://abhijit.adotout.net -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] Creating a proc entry
On Tue, 22 Feb 2005 13:04:01 +0530, Shrinand Javadekar <[EMAIL PROTECTED]> wrote: > Hi!! > > I want to create a file in /proc which I would be using for > some of interprocess communication. > > The code snippet is given below. However, it just does not seem to work > :((. The code compiles perfectly but the function create_proc_entry returns > NULL everytime :(. > > Is there something I'm missing out on? All suggestions are welcome :) > > COde: > == > > struct proc_dir_entry *entry; > char * filename = "spoon"; > entry = create_proc_entry(filename,0444,(struct proc_dir_entry *)0); > ... > > Thanks in advance > -Shri > -- > should not be a issue, if CONFIG_PROC is defined in the kernel. Also, check /proc/ksyms, if the symbol create_proc_entry is exported. The module may compile successfully, but linking happens when you insmod it. - Kiran. -- http://www.geocities.com/kirandivekar/ -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] How to find out used PORT numbers??
On Tue, 2005-02-22 at 04:24 -0800, Nilesh Pathak wrote: > Hi, > I would like to know list of used port numbers on > Linux box.. > Read the /etc/services file. If you want the list of open ports, try lsof -i Kaustubh -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] How to find out used PORT numbers??
I would like to know list of used port numbers on Linux box.. netstat -a ? --Swapnil "Theory is when you know something, but it doesn't work.Practice is when something works, but you don't know why.Programmers combine theory and practice: Nothing works and they don't know why ..." -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] PLUG's Live CD
Hi Pluggies, You are probably aware that PLUG is preparing a live CD for electrical/electronic applications. Some alfa, beta test CDs are already ready and we have given some demos in PLUG meetings and some colleges. Manas is in the process of finalising the CD. He wants us to comb the net for applications which he might have missed. If you are familiar with AND/OR used any such good FOSS ( Strictly FOSS ) applications, please send a link to him on " manas_alekar AT sify DOT com ". Please send the applications list by this Sunday (28th Feb.). The applications list will be freezed on that day. We also need lots of volunteers to test the CD. Please let us know about your willingness for contributing in suggesting good FOSS applications and testing the CD. Our website will be updated with this project info in due course of time. We will keep you posted. Thanks and regards, -Sudhanwa Jogalekar ~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~ To exercise refusal of freedom is also Freedom!!! ~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~ www.sudhanwa.com -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] PLUG's Live CD
Hi Pluggies, You are probably aware that PLUG is preparing a live CD for electrical/electronic applications. Some alfa, beta test CDs are already ready and we have given some demos in PLUG meetings and some colleges. Manas is in the process of finalising the CD. He wants us to comb the net for applications which he might have missed. If you are familiar with AND/OR used any such good FOSS ( Strictly FOSS ) applications, please send a link to him on " manas_alekar AT sify DOT com ". Please send the applications list by this Sunday (28th Feb.). The applications list will be freezed on that day. We also need lots of volunteers to test the CD. Please let us know about your willingness for contributing in suggesting good FOSS applications and testing the CD. Our website will be updated with this project info in due course of time. We will keep you posted. Thanks and regards, -Sudhanwa Jogalekar ~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~ To exercise refusal of freedom is also Freedom!!! ~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~ www.sudhanwa.com -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] To recover deleted partitions
Do you simply want to replace the mbr with a windows(dos?) mbr? (i drew that conclusion from your statement that you wanted to 'cure' the mbr. strange use of the word 'cure' though). i used to think that windows stores a backup of the mbr. on a search, i found out this webpage: http://www.sometips.com/tips/microsoft/226.htm which says that NTFS stores the backup of the mbr at the end of its volume. ( of course, i have no idea whether this is true or not) i'm not going to suggest any ways to do it(dd 446 bytes from the last sector of your first partition into the first sector of your drive) (because they may result in destroying your partition table or something). i guess it would be much easier to get a windows bootable disk and do the fdisk /mbr. ~sagar > > I want to delete my linux partitions... i want some free space. I want > > to do this in windows. now my problem is i dont have a floppy drive > > and so i cant use fdisk/mbr to cure my mbr. > How about bootable cd? > Windows 2K/XP can delete linux partitions. > -- -- Sagar Gokhale -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] To recover deleted partitions
> On Tue, 22 Feb 2005 14:51:15 +0530, Nikhil Karkare <[EMAIL PROTECTED]> wrote: > > OK - let me be a little more explicit. > > I want to delete my linux partitions... i want some free space. I want > > to do this in windows. now my problem is i dont have a floppy drive > > and so i cant use fdisk/mbr to cure my mbr. > > > > does anyone know a way out? I have win2k. -> Control Panel -> Administrative Tools -> Computer Management -> Storage -> Disk Management. I have lilo on my m/c. and anyways for grub or lilo to conk off.. i have to delete the first partition.or re-write MBR. Which does not happen if u use the windows tools to delete Logical parttions. Aditya -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] Windows X Linux
Microsoft says, Windows is more secure and cost effective than Linux. Read more about Microsoft's comparison between Windows and Linux : http://www.microsoft.com/windowsserversystem/facts/default.mspx -- Cheers__ A N D Y's L A Bs [EMAIL PROTECTED] -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.