Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of Linux is installed?]

2006-01-17 Thread Mayank Jain
On 1/17/06, Mithun Bhattacharya [EMAIL PROTECTED] wrote:
  [EMAIL PROTECTED]:~$ set | grep BASH_VERSINFO
  BASH_VERSINFO=([0]=3 [1]=1 [2]=5 [3]=1 [4]=release
  [5]=i486-pc-linux-gnu)
  [EMAIL PROTECTED]:~$

 Seems some of you guys dont read the obvious thing which is the
 variable name - it is Bash version not Debian version.

Certainly it might now work on all platforms  its just the BASH
version, but atleast it allows identification of a stock RH/Fedora
installation. Likewise, /etc/issue.net can be changed anytime, but
atleast it allows you to identify a system in some cases.

There can be zillion of other things that dont have a set strategy...
OS fingerprinting can be one example, but a cumulative effect of
various mechanisms can give surprisingly accurate results!

--
regards,
makuchaku
---
http://makuchaku.info
When you speak out with the courage of your convictions, people listen!
-- Valmik Thapar, Wildlife Conservationist.

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of Linux is installed?]

2006-01-17 Thread Mithun Bhattacharya


--- Mayank Jain [EMAIL PROTECTED] wrote:

 Certainly it might now work on all platforms  its just the BASH
 version, but atleast it allows identification of a stock RH/Fedora
 installation. Likewise, /etc/issue.net can be changed anytime, but
 atleast it allows you to identify a system in some cases.
 
 There can be zillion of other things that dont have a set strategy...
 OS fingerprinting can be one example, but a cumulative effect of
 various mechanisms can give surprisingly accurate results!

Bash version will tell you just that the version of Bash you are using.
Simillarly OS fingerprinting will tell you which version of the kernel
is running.

What I have been saying is that to know specifically which version of a
distribution is installed just follow the strategy which the
distribution uses to determine version.

RedHat : /etc/redhat-release
Fedora : /etc/fedora-release
Debian : /etc/debian-release
Slackware : /etc/slackware-release

For a more complete list read this:
http://www.novell.com/coolsolutions/feature/11251.html



Mithun

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of

2006-01-17 Thread Wah Java !!
For LSB (http://www.linuxbase.org/) compliant Linux distros
do:
cat /etc/lsb-release

and I remember that Fedora ((or Redhat distros), currently I'm not on
Fedora) when boot prints:

Welcome to Fedora Linux

so, check for the initial scripts that are to be executed the boot
time. I'd seen that code but I don't remember.

Ashish Shukla alias Wah Java !!
Wah Java !!
--
Ashish Shukla Wah Java !!
आशीष शुक्ला

  ,= ,-_-. =.
 ((_/)o o(\_))
  `-'(. .)`-'
  \_/

gMail : wahjava at gmail.com
My Blog   : http://wahjava.blogspot.com/

My GPG Fingerprint: BBA9 AD7D BA71 61EB BE46 8CF5 E44A C663 A03F 4261

--
Supercomputers are for people too rich and too stupid to design
efficient algorithms -- Steven Skiena, Department of Computer Science,
SUNY Stony Brook.
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of Linux is installed?]

2006-01-17 Thread Sankarshan Mukhopadhyay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mithun Bhattacharya wrote:

 What I have been saying is that to know specifically which version of a
 distribution is installed just follow the strategy which the
 distribution uses to determine version.
 
 RedHat : /etc/redhat-release
 Fedora : /etc/fedora-release
 Debian : /etc/debian-release
 Slackware : /etc/slackware-release

For tolerably LSB compliant systems lsb_release -a might do the trick.

Rgds
SM

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org

iD8DBQFDzOXZ+g4kmZ76nyERAlaaAKCK+Ppy6BlSt6JXAuBNpVkbaZOKfwCgqgnk
vjch7TZScANWOHk7vaIgiDI=
=0Ol3
-END PGP SIGNATURE-

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] NAS idea

2006-01-17 Thread Prashant Verma
--- Mithun Bhattacharya [EMAIL PROTECTED] wrote:
 If my understanding is correct a simple NAS is:
 1. A storage space available over the network
 2. Fault tolerant
 3. Expandable
 4. Transparent
 5. Compatible across OSes
 
 The way I see it is I need the following to get it
 going
 1. Gigabit network
 2. RAID 1/5
 3. LVM
 4. RAID and LVM can be configured to handle hot swap
 5. Share disk space using NFS/SAMBA

Those who have been tracking this thread might want to
read this (rather enjoyable) discussion as well:

http://ask.slashdot.org/askslashdot/06/01/16/1840209.shtml

Prashant Verma


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] ext3 file format

2006-01-17 Thread Nitin Gupta
Hello,
  
  
  Somehow my ext3 partition of linux got crashed. It have all the  important 
data including emails. I tried a number of software, but none  of it was 
successful. Is there any way, we can get my data from there???
  
  Please help me .
  
  
  Regards,
  Nitin Gupta
  


-
Yahoo! Photos – Showcase holiday pictures in hardcover
 Photo Books. You design it and we’ll bind it!
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] ext3 file format

2006-01-17 Thread Gora Mohanty
Nitin Gupta [EMAIL PROTECTED] wrote:
Somehow my ext3 partition of linux got crashed. It have all the
  important data including emails. I tried a number of software, but none
  of it was successful. Is there any way, we can get my data from
  there???
 [...]
 It would help if you gave us more details, and describe what you tried. What
 does simply running fsck on the  partition give you?
 
 Regards,
 Gora 


Send instant messages to your online friends http://in.messenger.yahoo.com 
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] ext3 file format

2006-01-17 Thread Nitin Gupta

Firstly it got corrupted, so i ran e2fsck on it. While it was running, my 
system got restarted(power failure) and it never started back. :(
then i tried commands like tune2fs, dump2fs etc etc... and by default wrote 
mke2fs :( which made it a new partition and removed all of my data. 

Hope this might help.

Nitin



-
Yahoo! Photos
 Ring in the New Year with Photo Calendars. Add photos, events, holidays, 
whatever.
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] ext3 file format

2006-01-17 Thread Gora Mohanty
Nitin Gupta [EMAIL PROTECTED] wrote:  Firstly it got corrupted, so i ran 
e2fsck on it. While it was running, my
  system got restarted(power failure) and it never started back. :(
  then i tried commands like tune2fs, dump2fs etc etc... and by default
  wrote mke2fs :( which made it a new partition and removed all of my
  data. 
 Umm, sorry if I am stating the obvious, but maybe you should have asked
 or searched Google before trying random commands. It might have been
 possible to recover it even from the power failure in the middle of the fsck,
 but if you have really run mke2fs, your file system has been remade, and
 all your data are lost. It might be possible to recover some of it if you can
 find a real Linux data recovery expert, but their services will be quite
 expensive.
 
 Regards,
 Gora


Send instant messages to your online friends http://in.messenger.yahoo.com 
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] ext3 file format

2006-01-17 Thread Nitin Gupta
Hello,
 
 
 I am ready to shed my pockets for my emails, but i want someone real expert 
who can do it. Is anyone of you know a real linux recovery expert? Also, how 
much will he charge??
 
 I am thinking to visit nehru palace tomorrow and see, anyone there might be 
able to do something. Any ideas, will it beneficial or not?
 
 Regarding usage of commands, yeah i know i made the boo boo. :(

Gora Mohanty [EMAIL PROTECTED] wrote: Nitin Gupta  wrote:  Firstly it got 
corrupted, so i ran e2fsck on it. While it was running, my
  system got restarted(power failure) and it never started back. :(
  then i tried commands like tune2fs, dump2fs etc etc... and by default
  wrote mke2fs :( which made it a new partition and removed all of my
  data. 
 Umm, sorry if I am stating the obvious, but maybe you should have asked
 or searched Google before trying random commands. It might have been
 possible to recover it even from the power failure in the middle of the fsck,
 but if you have really run mke2fs, your file system has been remade, and
 all your data are lost. It might be possible to recover some of it if you can
 find a real Linux data recovery expert, but their services will be quite
 expensive.
 
 Regards,
 Gora


Send instant messages to your online friends http://in.messenger.yahoo.com 
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/





-
Yahoo! Photos
 Got holiday prints? See all the ways to get quality prints in your hands ASAP.
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] ext3 file format

2006-01-17 Thread Gora Mohanty
Nitin Gupta [EMAIL PROTECTED] wrote:
  I am ready to shed my pockets for my emails, but i want someone
  real expert who can do it. Is anyone of you know a real linux
  recovery expert? Also, how much will he charge??
   
 Sorry, no idea on any of these. I am actually not sure that it is even 
 possible.
 
 I am thinking to visit nehru palace tomorrow and see, anyone there
  might be able to do something. Any ideas, will it beneficial or not?
   
 Make sure that you do not pay money up front. I would be surprised if
 you found anyone with the required expertise at Nehru Place. Search
 Google instead, and make a binary copy of your disk to another one
 before doing anything more with it.
 
 Regards,
 Gora


Send instant messages to your online friends http://in.messenger.yahoo.com 
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] Intel lan card installation and detection

2006-01-17 Thread Monster
 I am having intel 10/100 pro+ pci adapter (LAN CARD) 
and its not been detected by Red HAT - 9 nor with fedora and many of 
other linux versions its working perfect in windows what could be the 
possible solution for this plz describe in details .
   
   Its been detected by lspci command   how to install e100 or 
epro100 with modprobe

[EMAIL PROTECTED] wrote:
  Send ilugd mailing list submissions to
ilugd@lists.linux-delhi.org

To subscribe or unsubscribe via the World Wide Web, visit
http://frodo.hserus.net/mailman/listinfo/ilugd
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of ilugd digest...


Please trim replies before posting.

Today's Topics:

1. How to install Intel NIC (Monster)
2. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Mithun Bhattacharya)
3. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Mayank Jain)
4. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Raj shekhar)
5. Re: How to install Intel NIC (Manish Kathuria)
6. [Commercial] PHP/Typo3 openings (Rahul Dewan [Srijan, India])
7. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (nipra)


--

Message: 1
Date: Sun, 15 Jan 2006 23:26:17 -0800 (PST)
From: Monster 
Subject: [ilugd] How to install Intel NIC
To: ilugd@lists.linux-delhi.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1

I am having intel 10/100 pro+ pci adapter (LAN CARD) and its not been detected 
by Red HAT - 9 nor with fedora and many of other linux versions its working 
perfect in windows what could be the possible solution for this plz describe in 
details ,
Write me at [EMAIL PROTECTED]
That what can be done to detect LAN card..

With Regards
Lalit


Send ilugd mailing list submissions to
ilugd@lists.linux-delhi.org

To subscribe or unsubscribe via the World Wide Web, visit
http://frodo.hserus.net/mailman/listinfo/ilugd
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of ilugd digest...


Please trim replies before posting.

Today's Topics:

1. [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Raj Shekhar)
2. Re: Connecting to VPN in office (Viksit Gaur)


--

Message: 1
Date: Sun, 15 Jan 2006 12:45:46 +0530
From: Raj Shekhar 
Subject: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of Linux
is installed?]
To: The Linux-Delhi mailing list ,
[EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed



 Original Message 
Subject: Re: [svlug] How to tell which flavor of Linux is installed?
Date: Sun, 8 Jan 2006 20:43:28 -0500
From: stripes 
To: Brian Street 

CC: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]

Hi Brian,

Check /etc/issue.net. Mine says:
tigerbox:/home/stripes# more /etc/issue.net
Debian GNU/Linux testing/unstable

-Anne

On Sun, Jan 08, 2006 at 05:14:01PM -0800, Brian Street wrote:
 hello svlugers,
 
 This is a stupid question, or it seems so to me, but I don't know how
 to answer it.
 
 If I know a system has linux installed but don't know what flavor, how
 can I tell which it is (ie. Suse, RedHat, Debian, etc.)?
 
 Thanks,
 Brian.
 
 ___
 svlug mailing list
 [EMAIL PROTECTED]
 http://lists.svlug.org/lists/listinfo/svlug
 
--
I get plenty of exercise- jumping (\`--/') _ ___ .-r-.
to conclusions, pushing my luck, .~.\ `` ` `,`,`. ,'_'~`.
and dodging deadlines. -Anonymous (v_, ; `,-\ ; : ; \/,-~) \
stripes at tigerlair dot com `--'_..),-/ ' ' '_.-' )`.`.__.')
stripes at brickbox dot com ((,((,__..'~~((,__..' `-..-'fL

___
svlug mailing list
[EMAIL PROTECTED]
http://lists.svlug.org/lists/listinfo/svlug


-- 
_.-, raj shekhar
.--' '-._ http://rajshekhar.net
_/`- _ '. http://rajshekhar.net/blog
''._`.. \
` \; WE APOLOGIZE FOR THE INCONVENIENCE
;_\ -- God's Last Message to his Creation



--

Message: 2
Date: Sun, 15 Jan 2006 10:49:16 -0800 (PST)
From: Viksit Gaur 
Subject: Re: [ilugd] Connecting to VPN in office
To: The Linux-Delhi mailing list 
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1


You might want to try pptpclient
(http://pptpclient.sf.net). It allows use of MPPE (M$
Point to Point encryption) as a kernel modulde, if
your VPN server needs it. 

Works rather well too!

Viksit


--- Tanveer Singh wrote:

 On 1/13/06, Nishant Sharma
 wrote:
 
  Hi Tanveer,
 
   How to do it in 

[ilugd] KUDZU

2006-01-17 Thread Monster
How to start kudzu and what r the benefits of using it .

[EMAIL PROTECTED] wrote:  Send ilugd mailing list submissions to
ilugd@lists.linux-delhi.org

To subscribe or unsubscribe via the World Wide Web, visit
http://frodo.hserus.net/mailman/listinfo/ilugd
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of ilugd digest...


Please trim replies before posting.

Today's Topics:

1. Meeting 7pm tomorrow, 18/1, to discuss setting up a FOSS
clearing-house site (Gora Mohanty)
2. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Mithun Bhattacharya)
3. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Mayank Jain)
4. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Mithun Bhattacharya)
5. Re: [Fwd: Re: [svlug] How to tell which flavor of
( ?? Wah Java !!)
6. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Sankarshan Mukhopadhyay)
7. Re: NAS idea (Prashant Verma)
8. ext3 file format (Nitin Gupta)
9. Re: ext3 file format (Gora Mohanty)
10. Re: ext3 file format (Nitin Gupta)
11. Re: ext3 file format (Gora Mohanty)
12. Re: ext3 file format (Nitin Gupta)
13. Re: ext3 file format (Gora Mohanty)


--

Message: 1
Date: Tue, 17 Jan 2006 06:46:43 + (GMT)
From: Gora Mohanty 
Subject: [ilugd] Meeting 7pm tomorrow, 18/1, to discuss setting up a
FOSS clearing-house site
To: ilugd@lists.linux-delhi.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1

Hi,
There has been fairly widespread interest in setting up a website
that will act as an online forum for LUGs in India, as well as providing
single-stop access to commonly encountered FOSS problems, and
providing news and publicity about FOSS in India. This was discussed
at foss.in, and amongst ourselves, and has also found support from
the NRCF, etc. It might even be possible to find funding for part of
the time for someone developing and maintaining such a site. The
site itself will most likely be hosted at linux-india.
We are planning to meet at 7pm tomorrow, 18/1, at Raj Mathur's
place to discuss this. The address is BB3/G, DDA flats, Munirka, and
is quite close to the main Munirka highway. Please feel free to contact
me for directions.

Regards,
Gora


Send instant messages to your online friends http://in.messenger.yahoo.com 

--

Message: 2
Date: Mon, 16 Jan 2006 23:04:59 -0800 (PST)
From: Mithun Bhattacharya 
Subject: Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of
Linux is installed?]
To: The Linux-Delhi mailing list 
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1



--- nipra 
wrote:

 [EMAIL PROTECTED]:~$ set | grep BASH_VERSINFO
 BASH_VERSINFO=([0]=3 [1]=1 [2]=5 [3]=1 [4]=release
 [5]=i486-pc-linux-gnu)
 [EMAIL PROTECTED]:~$

Seems some of you guys dont read the obvious thing which is the
variable name - it is Bash version not Debian version.



Mithun

__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



--

Message: 3
Date: Tue, 17 Jan 2006 15:35:47 +0530
From: Mayank Jain 
Subject: Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of
Linux is installed?]
To: The Linux-Delhi mailing list 
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1

On 1/17/06, Mithun Bhattacharya wrote:
  [EMAIL PROTECTED]:~$ set | grep BASH_VERSINFO
  BASH_VERSINFO=([0]=3 [1]=1 [2]=5 [3]=1 [4]=release
  [5]=i486-pc-linux-gnu)
  [EMAIL PROTECTED]:~$

 Seems some of you guys dont read the obvious thing which is the
 variable name - it is Bash version not Debian version.

Certainly it might now work on all platforms  its just the BASH
version, but atleast it allows identification of a stock RH/Fedora
installation. Likewise, /etc/issue.net can be changed anytime, but
atleast it allows you to identify a system in some cases.

There can be zillion of other things that dont have a set strategy...
OS fingerprinting can be one example, but a cumulative effect of
various mechanisms can give surprisingly accurate results!

--
regards,
makuchaku
---
http://makuchaku.info
When you speak out with the courage of your convictions, people listen!
-- Valmik Thapar, Wildlife Conservationist.



--

Message: 4
Date: Tue, 17 Jan 2006 02:19:18 -0800 (PST)
From: Mithun Bhattacharya 
Subject: Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of
Linux is installed?]
To: The Linux-Delhi mailing list 
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1



--- Mayank Jain wrote:

 Certainly it might now work on all platforms  its just the BASH
 version, but 

Re: [ilugd] ilugd Digest, Vol 34, Issue 26

2006-01-17 Thread Monster
How to start kudzu and what r the benefits of using it .

[EMAIL PROTECTED] wrote:  Send ilugd mailing list submissions to
ilugd@lists.linux-delhi.org

To subscribe or unsubscribe via the World Wide Web, visit
http://frodo.hserus.net/mailman/listinfo/ilugd
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of ilugd digest...


Please trim replies before posting.

Today's Topics:

1. Meeting 7pm tomorrow, 18/1, to discuss setting up a FOSS
clearing-house site (Gora Mohanty)
2. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Mithun Bhattacharya)
3. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Mayank Jain)
4. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Mithun Bhattacharya)
5. Re: [Fwd: Re: [svlug] How to tell which flavor of
( ?? Wah Java !!)
6. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
installed?] (Sankarshan Mukhopadhyay)
7. Re: NAS idea (Prashant Verma)
8. ext3 file format (Nitin Gupta)
9. Re: ext3 file format (Gora Mohanty)
10. Re: ext3 file format (Nitin Gupta)
11. Re: ext3 file format (Gora Mohanty)
12. Re: ext3 file format (Nitin Gupta)
13. Re: ext3 file format (Gora Mohanty)


--

Message: 1
Date: Tue, 17 Jan 2006 06:46:43 + (GMT)
From: Gora Mohanty 
Subject: [ilugd] Meeting 7pm tomorrow, 18/1, to discuss setting up a
FOSS clearing-house site
To: ilugd@lists.linux-delhi.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1

Hi,
There has been fairly widespread interest in setting up a website
that will act as an online forum for LUGs in India, as well as providing
single-stop access to commonly encountered FOSS problems, and
providing news and publicity about FOSS in India. This was discussed
at foss.in, and amongst ourselves, and has also found support from
the NRCF, etc. It might even be possible to find funding for part of
the time for someone developing and maintaining such a site. The
site itself will most likely be hosted at linux-india.
We are planning to meet at 7pm tomorrow, 18/1, at Raj Mathur's
place to discuss this. The address is BB3/G, DDA flats, Munirka, and
is quite close to the main Munirka highway. Please feel free to contact
me for directions.

Regards,
Gora


Send instant messages to your online friends http://in.messenger.yahoo.com 

--

Message: 2
Date: Mon, 16 Jan 2006 23:04:59 -0800 (PST)
From: Mithun Bhattacharya 
Subject: Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of
Linux is installed?]
To: The Linux-Delhi mailing list 
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1



--- nipra 
wrote:

 [EMAIL PROTECTED]:~$ set | grep BASH_VERSINFO
 BASH_VERSINFO=([0]=3 [1]=1 [2]=5 [3]=1 [4]=release
 [5]=i486-pc-linux-gnu)
 [EMAIL PROTECTED]:~$

Seems some of you guys dont read the obvious thing which is the
variable name - it is Bash version not Debian version.



Mithun

__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



--

Message: 3
Date: Tue, 17 Jan 2006 15:35:47 +0530
From: Mayank Jain 
Subject: Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of
Linux is installed?]
To: The Linux-Delhi mailing list 
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1

On 1/17/06, Mithun Bhattacharya wrote:
  [EMAIL PROTECTED]:~$ set | grep BASH_VERSINFO
  BASH_VERSINFO=([0]=3 [1]=1 [2]=5 [3]=1 [4]=release
  [5]=i486-pc-linux-gnu)
  [EMAIL PROTECTED]:~$

 Seems some of you guys dont read the obvious thing which is the
 variable name - it is Bash version not Debian version.

Certainly it might now work on all platforms  its just the BASH
version, but atleast it allows identification of a stock RH/Fedora
installation. Likewise, /etc/issue.net can be changed anytime, but
atleast it allows you to identify a system in some cases.

There can be zillion of other things that dont have a set strategy...
OS fingerprinting can be one example, but a cumulative effect of
various mechanisms can give surprisingly accurate results!

--
regards,
makuchaku
---
http://makuchaku.info
When you speak out with the courage of your convictions, people listen!
-- Valmik Thapar, Wildlife Conservationist.



--

Message: 4
Date: Tue, 17 Jan 2006 02:19:18 -0800 (PST)
From: Mithun Bhattacharya 
Subject: Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of
Linux is installed?]
To: The Linux-Delhi mailing list 
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1



--- Mayank Jain wrote:

 Certainly it might now work on all platforms  its just the BASH
 version, but 

[ilugd] Fwd: [Debian-in-workers] Participation in LinuxAsia 2006

2006-01-17 Thread Gora Mohanty
Hi,
   Soumyadip is looking for volunteers for manning the Debian stall at
 Linux-Asia. He asked in the debian-in mailing list, but has had no
 repsonses so far. He says that he will be running the stall only if he gets
 3 volunteers in addition to himself. Please see the appended message
 for details, and reply to him directly if you can help out.
 
 Regards,
 Gora

Soumyadip Modak [EMAIL PROTECTED] wrote: From: Soumyadip Modak [EMAIL 
PROTECTED]
To: Indic-Debian [EMAIL PROTECTED]
Date: Tue, 17 Jan 2006 00:32:46 +0530
Subject: [Debian-in-workers] Participation in LinuxAsia 2006

 Hi,
Has anyone thought of getting a stall for Debian at LinuxAsia ? I'm
willing to stick my neck out and register for the stall. But I'd like to
have an idea of the number of possible volunteers at the stall. I don't
expect everyone to be present at all times, but there should be at least
enough people to have a sort of shift system. 

Another issue is to arrange for machines, (DVD) writers and *printed*
promotional matter. I don't have a laptop, so I can't contribute much,
other than physical presence. :)

Comments/suggestions/brickbats welcome
-- 
Soumyadip Modak
Mobile : 94330 65971
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://soumyadip.nipl.net/blog


___
Debian-in-workers mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/debian-in-workers



Send instant messages to your online friends http://in.messenger.yahoo.com 
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] C/C++ on Linux presentation

2006-01-17 Thread Tushar Shah
Hi,
 Can anyone point me to a link/send me  presentation of C/C++ on
linux given at Dec 05 ILUG-D meet (by supreet If I remember correctly
:) )

Bye
Tshah

--
Somedays you're the dog, and some day's you're the hydrant

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Intel lan card installation and detection

2006-01-17 Thread Gora Mohanty
Monster [EMAIL PROTECTED] wrote: I am having intel 10/100 pro+ pci adapter 
(LAN CARD) 
  and its not been detected by Red HAT - 9 nor with fedora and many
  of  other linux versions its working perfect in windows what could be
  the possible solution for this plz describe in details .
   
Its been detected by lspci command   how to install e100 or
  epro100 with modprobe
 Eh? Become root, and do
   /sbin/modprobe e100
 or
   /sbin/modprobe eepro100
 Or, as suggested earlier, you could try enabling the kudzu service, and
 rebooting to see if it finds and configures your card.
 
 Regards,
 Gora


Send instant messages to your online friends http://in.messenger.yahoo.com 
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] ilugd Digest, Vol 34, Issue 26

2006-01-17 Thread Gora Mohanty
Monster [EMAIL PROTECTED] wrote: How to start kudzu and what r the benefits 
of using it .

As root, do
   /sbin/chkconfig --add kudzu
 Depending on your version of chkconfig, the syntax might be slightly
 different. 'man chkconfig' for details. kudzu does some hardware
 detection and configuration at boot time.
 Regards,
 Gora
 
 P.S. When replying to a digest, please trim the rest of the posts appended
to your message. And, drop the L33TSP33K.


Send instant messages to your online friends http://in.messenger.yahoo.com 
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] ext3 file format

2006-01-17 Thread Saurabh Nanda

 I am ready to shed my pockets for my emails, but i want someone real
 expert who can do it. Is anyone of you know a real linux recovery expert?
 Also, how much will he charge??


If e-mails (text only) is your primary concern I *think* the following
solution might work:

o You have run mke2fs on the corrupted partition
o I am assuming that you have not yet written any fresh data on that
partition
o Which means that your data is still on the disk but is not logically
organized in files and directories anymore
o Run the following command on the partition and sift through *large*
volumes of data to recover your mail

root# cat /dev/hda7|strings|less

Disclaimer: Please don't blame me if this doesn't work. In case it does,
just pass on the 'pocket shedding' this side :-)

HTH
Nandz.
--
http://nandz.blogspot.com
http://foodieforlife.blogspot.com
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] KUDZU

2006-01-17 Thread Manish Kathuria
Monster wrote:
 How to start kudzu and what r the benefits of using it .
 

chkconfig kudzu on

OR

ntsysv

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] KUDZU

2006-01-17 Thread विवेक ऐय ्यर விவெக ஐய்யர் Vivek Iyyer
On 1/17/06, Monster [EMAIL PROTECTED] wrote:
 How to start kudzu and what r the benefits of using it .

 [EMAIL PROTECTED] wrote:  Send ilugd mailing list submissions to
 ilugd@lists.linux-delhi.org

 To subscribe or unsubscribe via the World Wide Web, visit
 http://frodo.hserus.net/mailman/listinfo/ilugd
 or, via email, send a message with subject or body 'help' to
 [EMAIL PROTECTED]

 You can reach the person managing the list at
 [EMAIL PROTECTED]

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of ilugd digest...


 Please trim replies before posting.

 Today's Topics:

 1. Meeting 7pm tomorrow, 18/1, to discuss setting up a FOSS
 clearing-house site (Gora Mohanty)
 2. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
 installed?] (Mithun Bhattacharya)
 3. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
 installed?] (Mayank Jain)
 4. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
 installed?] (Mithun Bhattacharya)
 5. Re: [Fwd: Re: [svlug] How to tell which flavor of
 ( ?? Wah Java !!)
 6. Re: [Fwd: Re: [svlug] How to tell which flavor of Linux is
 installed?] (Sankarshan Mukhopadhyay)
 7. Re: NAS idea (Prashant Verma)
 8. ext3 file format (Nitin Gupta)
 9. Re: ext3 file format (Gora Mohanty)
 10. Re: ext3 file format (Nitin Gupta)
 11. Re: ext3 file format (Gora Mohanty)
 12. Re: ext3 file format (Nitin Gupta)
 13. Re: ext3 file format (Gora Mohanty)


 --

 Message: 1
 Date: Tue, 17 Jan 2006 06:46:43 + (GMT)
 From: Gora Mohanty
 Subject: [ilugd] Meeting 7pm tomorrow, 18/1, to discuss setting up a
 FOSS clearing-house site
 To: ilugd@lists.linux-delhi.org
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=iso-8859-1

 Hi,
 There has been fairly widespread interest in setting up a website
 that will act as an online forum for LUGs in India, as well as providing
 single-stop access to commonly encountered FOSS problems, and
 providing news and publicity about FOSS in India. This was discussed
 at foss.in, and amongst ourselves, and has also found support from
 the NRCF, etc. It might even be possible to find funding for part of
 the time for someone developing and maintaining such a site. The
 site itself will most likely be hosted at linux-india.
 We are planning to meet at 7pm tomorrow, 18/1, at Raj Mathur's
 place to discuss this. The address is BB3/G, DDA flats, Munirka, and
 is quite close to the main Munirka highway. Please feel free to contact
 me for directions.

 Regards,
 Gora


 Send instant messages to your online friends http://in.messenger.yahoo.com

 --

 Message: 2
 Date: Mon, 16 Jan 2006 23:04:59 -0800 (PST)
 From: Mithun Bhattacharya
 Subject: Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of
 Linux is installed?]
 To: The Linux-Delhi mailing list
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=iso-8859-1



 --- nipra
 wrote:

  [EMAIL PROTECTED]:~$ set | grep BASH_VERSINFO
  BASH_VERSINFO=([0]=3 [1]=1 [2]=5 [3]=1 [4]=release
  [5]=i486-pc-linux-gnu)
  [EMAIL PROTECTED]:~$

 Seems some of you guys dont read the obvious thing which is the
 variable name - it is Bash version not Debian version.



 Mithun

 __
 Do You Yahoo!?
 Tired of spam? Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com



 --

 Message: 3
 Date: Tue, 17 Jan 2006 15:35:47 +0530
 From: Mayank Jain
 Subject: Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of
 Linux is installed?]
 To: The Linux-Delhi mailing list
 Message-ID:
 [EMAIL PROTECTED]
 Content-Type: text/plain; charset=ISO-8859-1

 On 1/17/06, Mithun Bhattacharya wrote:
   [EMAIL PROTECTED]:~$ set | grep BASH_VERSINFO
   BASH_VERSINFO=([0]=3 [1]=1 [2]=5 [3]=1 [4]=release
   [5]=i486-pc-linux-gnu)
   [EMAIL PROTECTED]:~$
 
  Seems some of you guys dont read the obvious thing which is the
  variable name - it is Bash version not Debian version.

 Certainly it might now work on all platforms  its just the BASH
 version, but atleast it allows identification of a stock RH/Fedora
 installation. Likewise, /etc/issue.net can be changed anytime, but
 atleast it allows you to identify a system in some cases.

 There can be zillion of other things that dont have a set strategy...
 OS fingerprinting can be one example, but a cumulative effect of
 various mechanisms can give surprisingly accurate results!

 --
 regards,
 makuchaku
 ---
 http://makuchaku.info
 When you speak out with the courage of your convictions, people listen!
 -- Valmik Thapar, Wildlife Conservationist.



 --

 Message: 4
 Date: Tue, 17 Jan 2006 02:19:18 -0800 (PST)
 From: Mithun Bhattacharya
 Subject: Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of
 Linux is installed?]
 To: The Linux-Delhi mailing list
 Message-ID: [EMAIL PROTECTED]
 

Re: [ilugd] [Fwd: Re: [svlug] How to tell which flavor of Linux is installed?]

2006-01-17 Thread Raj Shekhar
There are a gazillion ways to check your distro version - the easiest 
one being that the previous sysadmin or the box owner tells you. 
Sometimes that is not possible. /etc/issue.net is *one* of the ways to 
find the distribution - though not the only one.

Cheers
-- 
  _.-,   raj shekhar
 .--'  '-._   http://rajshekhar.net
  _/`-  _  '.   http://rajshekhar.net/blog
''._`.. \
   ` \;  WE APOLOGIZE FOR THE INCONVENIENCE
 ;_\-- God's Last Message to his Creation

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] ext3 file format

2006-01-17 Thread Raj Mathur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Nitin == Nitin Gupta [EMAIL PROTECTED] writes:

Nitin Hello, I am ready to shed my pockets for my emails, but i
Nitin want someone real expert who can do it. Is anyone of you
Nitin know a real linux recovery expert? Also, how much will he
Nitin charge??
 
Nitin  I am thinking to visit nehru palace tomorrow and see,
Nitin anyone there might be able to do something. Any ideas, will
Nitin it beneficial or not?
 
Nitin  Regarding usage of commands, yeah i know i made the boo
Nitin boo. :(

If your partition was /dev/hda3, use:

  grep --binary-files=text -b 'Some string you remember from your mailbox' 
/dev/hda3 

This /should/ find your mailbox on the disk if the data still exists.
Then you'll need to play games with dd (skip=foo count=bar) to extract
the nearby blocks from the partition onto a file on another partition.
I've done this once when someone trashed my disk.

No substitute for backing up, though.

BACKUP REGULARLY.

BACKUP REGULARLY.

BACKUP REGULARLY.

Regards,

- -- Raju
- -- 
Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
  It is the mind that moves
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFDzbQFyWjQ78xo0X8RAp9gAKCORiKorSwwenzAa1JGj8XJBb31JQCeLFUT
pfUW/cJ86wHq69CkIwa1TJE=
=79Jq
-END PGP SIGNATURE-

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/