RE: [Ilugc] Re: Custom Dialog in GTK+

2009-08-31 Thread Shunmuga Sundaram



> To: ilugc@ae.iitm.ac.in
> From: vijayku...@bravegnu.org
> Date: Sat, 29 Aug 2009 05:58:33 +
> Subject: [Ilugc] Re: Custom Dialog in GTK+
> 
> Shunmuga Sundaram  writes:
> 
> >   i want to know that how do i show my funnydialog as a model 
> > window 
> > to what ever the application is ? 
> 
> gtk_window_set_transient_for() can be used to set the parent window for a 
> dialog. Get the parent window as an argument to funnydialog and use the

 How do i get the current active windows. In win32 API i have 
GetForeGroundWindow() function, and using that function, i get the current 
active window handle and pass that handle to my funnydialog as parent 

 How do i achieve this functionality in GTK+ ? Please help me. 


> gtk_window_set_transient_for() to make it the parent window. 
> 
> gtk_window_set_modal() can be used to make a dialog modal.
> 
> Regards,
> Vijay
> 
> ___
> To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
> "unsubscribe  "
> in the subject or body of the message.  
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

_
Sports, news, fashion and entertainment. Pick it all up in a package called MSN 
India
http://in.msn.com___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] netbook recommendations

2009-08-31 Thread varadarajan narayanan
>
> what OS does it come with
>
Hi !

I see this in HCL site. Is this the one ?

http://www.hclstore.in/hcl_mileap_ml03

* Intel Celeron M Processor @ 900 MHz,
* Ubuntu Linux
* Intel 915GMS Chipset,
* 512MB DDR2 Ram
* 30 GB Hard Disc Drive
* 7" (17.7 cm) Wide (800x480) LCD
* 2 In-built Speakers
* Ports: RJ-45, 2-in-1 Card Reader, 2X USB Port,DC-IN, Headphone,
Mic-in Built-in Mic
* WiFi B/G
* 6 Cell with 4 Hrs Idle Condition, 1.44 Kg
* 1.44 Kg


Looks like price has gone down ?  (Price: Rs.11990)
But screen size is only 7"and 800x 400 res which may be little
annoying. For this price it look like a deal.

Cheers

Varadarajan
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] face as password

2009-08-31 Thread R.Subramanian (RS)
On Sun, Aug 30, 2009 at 6:48 PM, Venkatraman S  wrote:

>
> > it is very much possible to identify a human being uniquely even against
> a
> > database of 6 billion biometric records.
> >
> >
> Is it? Can you expatiate plz?
>

Most of the biometric images are taken at 50 micrometer resolution or less.
It is very difficult for two people have similar biometric characteristics
at this minute scale.
any biometric for that matter,  iris, finger prints

That being the case, it is only how fast we are able to process the image
and find a match against a large
database, say covering the entire population of world, with around 6 billion
records.

Application specific asic chips are available to do this.
Purpose built systems with a large no of this ICs working in tandem can find
a match against such large database in seconds.
Further , the records are also indexed with the basic biometric
characteristics  ( like right loop , left loop, tented arch etc in case for
finger prints)

this link has some info on the current state of the science:

http://www.shareconnector.com/fbi-lab-processes-600-billion-fingerprint-sets-a-day


Regards
Subramanian
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] face as password

2009-08-31 Thread R.Subramanian (RS)
On Sun, Aug 30, 2009 at 7:17 PM, Eknath Venkataramani  wrote:

> Is it then that finger print scanners and/or iris scanners are going to be
> used for the UID project?
>
>
Yes.

http://economictimes.indiatimes.com/News/Politics/Nation/I-am-aware-of-UID-challenges-Nilekani/articleshow/4952912.cms
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] face as password

2009-08-31 Thread R.Subramanian (RS)
On Mon, Aug 31, 2009 at 10:58 AM, Prem Kurian Philip
wrote:

>
> A group of german hackers published the fingerprints of the German Home
> Secretary and also published tips on how to make a copy of the fingerprint
> for use on fingerprint readers.
>

Today's fingerprint readers have something called LFD. ( Live finger
Detection)
It measures the temperature of the object first and accepts the image only
if it
is within 97 +/- 7 degree F. ( body temperature)
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] net.ipv4.ip_forward

2009-08-31 Thread Ashish Verma
Hi,

I have two systems, 1 server and the other client.
The server has 2 interfaces, 1 in 172 network and the other in 192 network.
In the client I have configured the server as the default gateway. There is
only one interface on the client configured wiht 172 network.

Now, whether or not I set the net.ipv4.ip_forward to "1", I am able to ping
the 192 interface from the client on 172 network. *Is this expected
behavior?* There are no iptables or anything of that sort configured.

Regards,
Ashish
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] UbuntuDeveloperWeek - Day 1

2009-08-31 Thread Shrinivasan T
Hi,

Welcome to the Ubuntu Developer Week! We will have one week of action-packed
sessions from Aug 31st 2009 to Sep 4th 2009!

In just four years, Ubuntu has become the most popular Linux distribution in
the world with millions of users. Ever wondered how Ubuntu development works?
How to get involved yourself? Find out from Aug 31st 2009 to Sep 4th 2009!

Ubuntu Developer Week is a series of online workshops where you can:

* learn about different packaging techniques
* find out more about different development teams
* check out the efforts of the world-wide Development Community
*

  participate in open Q&A sessions with Ubuntu developers
* much more...


Get the brochure in
http://people.canonical.com/~dholbach/Ubuntu_Developer_Week4.pdf


Today is Day-1

Today's Timetable is as follows:



Mon 31st Aug


16.00 UTC

Getting Started with UbuntuDevelopment -- dholbach


17.00 UTC

Getting Started with UbuntuDevelopment -- dholbach



18.00 UTC

$quickly fun -- rickspencer3 and didrocks



19.00 UTC

Packaging Perl Modules -- jawnsy and Debian pkg-perl team members


20.00 UTC

Fun with Python Plasmoids -- agateau and Riddell



India time is UTC + 5.30 i.e 9.30 PM to 1.30 AM  (Night to early morning)

The sessions will happen in IRC - Internet Relay Chat
in the following room.

#ubuntu-classroom on irc.freenode.net




New to IRC?
read http://linux.com/archive/articles/61439
http://www.zantherus.com/community/index.php?showtopic=2635
http://www.destructoid.com/blogs/Professor+Pew/the-complete-guide-to-unofficial-
dtoid-irc-92033.phtml




Please inform this to all your friends and college students so that we can
contribute to the Open Source development.






-- 
Regards,
T.Shrinivasan


My experiences with Linux are here
http://goinggnu.wordpress.com

For Free and Open Source Jobs
http://fossjobs.wordpress.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] face as password

2009-08-31 Thread Prem Kurian Philip
>
>> A group of german hackers published the fingerprints of the German Home
>> Secretary and also published tips on how to make a copy of the fingerprint
>> for use on fingerprint readers.
>>

>Today's fingerprint readers have something called LFD. ( Live finger
>Detection) It measures the temperature of the object first and accepts
the > >image only if it is within 97 +/- 7 degree F. ( body temperature)

These have already been busted. They use a thin film (with the finger
print image) which covers the finger and the heat from the hand goes right
through.

Regards,
PK



___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] netbook recommendations

2009-08-31 Thread Kapil Hari Paranjape
Hello,

On Mon, 31 Aug 2009, Kenneth Gonsalves wrote:
> I want to buy a netbook - cheapest possible. Any recommendations for a linux 
> compatible one, and where is the best place in Chennai to buy from?

Almost any netbook that is available in Chennai today:
 1. can run with Ubuntu Netbook Remix
 2. has Windows pre-installed

The counter-examples to (1) are the older Celeron-based models
that should be avoided since these are battery hogs and are slower
to boot than the Atom powered ones.

If you find one that is a counter-example to (2) then I guess
everyone on the list would like to hear about it!

People keep saying that the Arm-based netbooks will be released "any
time now" but I have yet to see one in the market or available in
India online.

Regards,

Kapil.
--

___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] netbook recommendations

2009-08-31 Thread Kenneth Gonsalves
On Monday 31 Aug 2009 4:18:08 pm Kapil Hari Paranjape wrote:
> On Mon, 31 Aug 2009, Kenneth Gonsalves wrote:
> > I want to buy a netbook - cheapest possible. Any recommendations for a
> > linux compatible one, and where is the best place in Chennai to buy from?
>
> Almost any netbook that is available in Chennai today:
>  1. can run with Ubuntu Netbook Remix
>  2. has Windows pre-installed

what about this:
http://www.techgadgets.in/laptop/2008/04/acer-aspire-one-laptop-offers-mobile-
internet-solution-in-india/
-- 
regards
kg
http://lawgon.livejournal.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] netbook recommendations

2009-08-31 Thread Kapil Hari Paranjape
Hello,

On Mon, 31 Aug 2009, Kenneth Gonsalves wrote:
> what about this:
> http://www.techgadgets.in/laptop/2008/04/acer-aspire-one-laptop-offers-mobile-
> internet-solution-in-india/

The date of the entry is the problem.

  "This entry was posted on Wednesday, June 4th, 2008 at 7:12 am and is
   filed under Laptop."

This is the netbook A150 that I have and bought in November 2008.

In early January Acer announced that they were dropping the price by
Rs. 3000/-. Shortly after that the new model D250 was introduced and
the old one went "out of stock"; the new model comes with Windows
pre-installed.

Regards,

Kapil.
--

___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] scp connection

2009-08-31 Thread naga raja
hello sir,
I had put all the outputs here ,, the systems can be connected in LAN but cant 
transfer the files ..

j...@jec-desktop:~/Desktop$ scp 200710-5.pdf 
j...@198.168.3.199:/home/jec/Desktop/
ssh: connect to host 198.168.3.199 port 22: Connection refused
lost connection
j...@jec-desktop:~/Desktop$ ps -ae|grep ssh
 3263 ?    00:00:00 ssh-agent
j...@jec-desktop:~/Desktop$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source   destination 

Chain FORWARD (policy ACCEPT)
target prot opt source   destination 

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination 
j...@jec-desktop:~/Desktop$ sestatus 
SELinux status: disabled
j...@jec-desktop:~/Desktop$ 

please suggest the ways to transfer the files 






  Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] scp connection

2009-08-31 Thread Vishnuvardan
On Mon, Aug 31, 2009 at 4:53 PM, naga raja  wrote:

> hello sir,
> I had put all the outputs here ,, the systems can be connected in LAN but
> cant transfer the files ..
>
> j...@jec-desktop:~/Desktop$ scp 200710-5.pdf j...@198.168.3.199:
> /home/jec/Desktop/
> ssh: connect to host 198.168.3.199 port 22: Connection refused
> lost connection
>


Please install ssh-server  in 198.168.3.199 system. And try again.

Regards,
Vishnu.
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] squid outlook expresss connectivity --failed in Linux server

2009-08-31 Thread Mohan Sundaram
On Mon, Aug 31, 2009 at 10:58 AM, mettur salem wrote:
> Dear All,
>
> 1. I have done Squid Proxy server in Linux using Fedora 11
> 2. My Clients are doing Web browsing and  mailing and doing Remote Desktop
> Connections  from windows

within the network or to external networks?

> 3. Still I am not Created a domain based login via server  ( for information
> ie,Progress using ldap+samba+NIS+NFS )
> 4. Now i need to do in  the state of above facilites from the linux
> server

I just am not able to understand what you are wanting to do by this statement.

> 5. windows users are not able to send mail via outlook or outlook express
> and Remote Desktop connection ( using mstsc)

Contradicts pt 2. Please give complete details.

A request. Please ask the questions in an understandable fashion if
you want folks to respond.

Mohan Sundaram
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] net.ipv4.ip_forward

2009-08-31 Thread Mohan Sundaram
On Mon, Aug 31, 2009 at 3:35 PM, Ashish Verma wrote:
> Hi,
>
> I have two systems, 1 server and the other client.
> The server has 2 interfaces, 1 in 172 network and the other in 192 network.
> In the client I have configured the server as the default gateway. There is
> only one interface on the client configured wiht 172 network.
>
> Now, whether or not I set the net.ipv4.ip_forward to "1", I am able to ping
> the 192 interface from the client on 172 network. *Is this expected
> behavior?* There are no iptables or anything of that sort configured.

ip_forward set to 1 only means the packets can be forwarded across
interfaces. In this case, the host is responding and that has been
reached via the 172 interface. If ip_forward is 0, you cannot ping
systems in the 192 network other than the host having the two cards.

Mohan Sundaram
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] net.ipv4.ip_forward

2009-08-31 Thread Ashish Verma
>
>  ip_forward set to 1 only means the packets can be forwarded across
> interfaces. In this case, the host is responding and that has been
> reached via the 172 interface. If ip_forward is 0, you cannot ping
> systems in the 192 network other than the host having the two cards.
>
> Mohan Sundaram
>
That is exactly what is happening. ip_forward is set to 0. The server has 2
interfaces 172 and 192. Another system is connected to 172 and has the first
system set as the gateway. when I ping the 192 interface from the client
system, I am getting a ping response.

Regards,
Ashish
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


RE: [Ilugc] Re:Stall on SFD

2009-08-31 Thread Ranjith Kumar

I`m DSCET college i too wanna to take in stall suggest me a topic...
_
Sports, news, fashion and entertainment. Pick it all up in a package called MSN 
India
http://in.msn.com___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


RE: [Ilugc] Re:Stall on SFD

2009-08-31 Thread Raman.P


--- On Mon, 31/8/09, Ranjith Kumar  wrote:

> From: Ranjith Kumar 
> Subject: RE: [Ilugc] Re:Stall on SFD
> To: ilugc@ae.iitm.ac.in
> Date: Monday, 31 August, 2009, 5:28 PM
> 
> I`m DSCET college i too wanna to take in stall suggest me a
> topic...

Please read previous posts in this subject and choose

Raman.P
blog:http://ramanchennai.wordpress.com/



  See the Web's breaking stories, chosen by people like you. Check out 
Yahoo! Buzz. http://in.buzz.yahoo.com/
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] (Too many connection in) MYSQL very very slow in processing query

2009-08-31 Thread Ramkumar
Hi Friends,
   we have Intel Xeon  Quad Core PowerEdge T100 processor (OS -
CentOS),8GB RAM,160 Gb HDD with 10 GB free  (now).we are accessing mysql
from windows machine.its very very slow in process.through our ILUGC
discussion i changed max_connection value from 100 into 500(it solves too
many connection error). then is there any other changes needed?

On Thu, Aug 27, 2009 at 9:25 PM, Karanbir Singh wrote:

> On 08/27/2009 01:41 PM, Ramkumar wrote:
>
>>I changed max_connection value into 500.Then when i
>> login
>> through MYSQL Administrator and try to see threads.That shows number of
>> sleeping threads.How can i rectify this sleeping threads.Then these
>> threads
>> will affect MYSQL DataBase's performance?.Thanks in advance again...
>>
>
> consider using connection pools, if you can. I think almost any and every
> mysql connection library would/should support that by now.
>
> --
> Karanbir Singh : http://www.karan.org/  : 2522...@icq
>
> ___
> To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe
>  "
> in the subject or body of the message.
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>



-- 
www.opennetguru.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] face as password

2009-08-31 Thread R.Subramanian (RS)
On Mon, Aug 31, 2009 at 4:16 PM, Prem Kurian Philip
wrote:

>
> These have already been busted. They use a thin film (with the finger
> print image) which covers the finger and the heat from the hand goes right
> through.
>
>
> Any  good  sensor  with  LFD  will  reject them all.
I have made dozens of spoofs of my own finger including thin films and
tested it.
They passed through some sensors without good LFD but with good LFD they all
fail.
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] net.ipv4.ip_forward

2009-08-31 Thread Mohan Sundaram
On Mon, Aug 31, 2009 at 5:14 PM, Ashish Verma wrote:
>>
>>  ip_forward set to 1 only means the packets can be forwarded across
>> interfaces. In this case, the host is responding and that has been
>> reached via the 172 interface. If ip_forward is 0, you cannot ping
>> systems in the 192 network other than the host having the two cards.
>>
>> Mohan Sundaram
>>
> That is exactly what is happening. ip_forward is set to 0. The server has 2
> interfaces 172 and 192. Another system is connected to 172 and has the first
> system set as the gateway. when I ping the 192 interface from the client
> system, I am getting a ping response.

Yes. It should work. This is what I meant by " If ip_forward is 0, you
cannot ping
>> systems in the 192 network other than the host having the two cards."

A --B   --- C
172.x.y.z172.x.y.1192.a.b.1  192.a.b.c

I'm assuming this is what you've and ip_forward is 0 on B. You are
pinging 192.a.b.1 from A. It should work as the host B responds to the
ping and not the interface. Always the case... In common parlance, we
use the term ping the interface. In reality it is ping the host thro'
the interface.

If ip_forward is 0, A cannot ping C.

-- Mohan Sundaram
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] face as password

2009-08-31 Thread Eknath Venkataramani
Checking against a database without any indexing would be absurd considering
the number of misses the system would encounter. As you have penned that
indexing of fingerprints has been done, how efficient is the search? Can you
describe the best case, worst case and average case?
On Mon, Aug 31, 2009 at 1:41 PM, R.Subramanian (RS) wrote:

> Further , the records are also indexed with the basic biometric
> characteristics  ( like right loop , left loop, tented arch etc in case for
> finger prints)
>
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] (Too many connection in) MYSQL very very slow in processing query

2009-08-31 Thread sivaji j.g
On Mon, Aug 31, 2009 at 6:25 PM, Ramkumar  wrote:

> Hi Friends,
>   we have Intel Xeon  Quad Core PowerEdge T100 processor (OS -
> CentOS),8GB RAM,160 Gb HDD with 10 GB free  (now).we are accessing mysql
> from windows machine.its very very slow in process.through our ILUGC
> discussion i changed max_connection value from 100 into 500(it solves too
> many connection error). then is there any other changes needed?
>

This may help you
http://www.howtoforge.com/tuning-mysql-performance-with-mysqltuner


>
-- 
Thanks
Sivaji
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] net.ipv4.ip_forward

2009-08-31 Thread Girish Venkatachalam
On Mon, Aug 31, 2009 at 3:35 PM, Ashish Verma wrote:
> Hi,
>
> I have two systems, 1 server and the other client.
> The server has 2 interfaces, 1 in 172 network and the other in 192 network.
> In the client I have configured the server as the default gateway. There is
> only one interface on the client configured wiht 172 network.
>
> Now, whether or not I set the net.ipv4.ip_forward to "1", I am able to ping
> the 192 interface from the client on 172 network. *Is this expected
> behavior?* There are no iptables or anything of that sort configured.
>

I will clear the confusion with the net.ipv4.ip_forward sysctl setting.

Routers alone do IP forwarding.

You need not run a routing daemon for that. You can have a simple
static route table and forward packets between two networks. And send
the remaining packets to the default router.

Routing is very different from forwarding.

Routing involves running a heavy duty daemon like BGP or OSPF.

And it involves discovering routes on the Internet and keeping it
upto date. Routing algorithms and protocols are very complex.

A router is defined as a node with at least 2 interfaces. Otherwise
running these daemons make no sense. Obviously routers forward
packets between different networks of course.

Whereas forwarding is different.

You can setup many networks at a home or office LAN and forward
packets based on static routes and simple route lookups.

Now to answer your question after all this digression, you don't need
this sysctl for forwarding/routing for ping to work.

You are barking up the wrong tree.

Normally it is very rare that you set this sysctl. You do it if you are a
 firewall or a proxy or if you are running squid.

-Girish

-- 
Gayatri Hitech
web: http://gayatri-hitech.com

SpamCheetah Spam filter:
http://spam-cheetah.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Message: 8 Date: Mon, 31 Aug 2009 17:02:27 +0530 From: Mohan Sundaram Subject: Re: [Ilugc] squid outlook expresss connectivity --failed in Linux server To: ILUG-C

2009-08-31 Thread mettur salem
Thanks for your Response
The setup is like that in windows 2003

one server ( windows 2003 ) with 25 clients are working (without domain
login)  with the following facilities like browsing and Remote desktop
connectivity and file transfer ( with in local  & sometime via mails)   I
want to change this setup  into linux  (No separate Mail server is here
paided site located in somewhere)

so i do  squid proxy server in linux ,web browsing is over and i can able to
browse now   but clients using in windows xp profess  not able to send their
mails to outside via squid proxy linux server  mails are not delivered also
Remote desktop is not taken by windows users  ( to outerworld using static
ips )

this is i want to solved it i searched the google but not finding exactly
related to this

with Regards,
Mettur Mohan







Message: 8
Date: Mon, 31 Aug 2009 17:02:27 +0530
From: Mohan Sundaram 
Subject: Re: [Ilugc] squid outlook expresss connectivity --failed in
   Linux   server
To: ILUG-C 
Message-ID:
   <582fce4d0908310432q6eaf44bfo8f860de27f485...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On Mon, Aug 31, 2009 at 10:58 AM, mettur salem
wrote:
> Dear All,
>
> 1. I have done Squid Proxy server in Linux using Fedora 11
> 2. My Clients are doing Web browsing and  mailing and doing Remote Desktop
> Connections  from windows

within the network or to external networks?

> 3. Still I am not Created a domain based login via server  ( for
information
> ie,Progress using ldap+samba+NIS+NFS )
> 4. Now i need to do in  the state of above facilites from the linux
> server

I just am not able to understand what you are wanting to do by this
statement.

> 5. windows users are not able to send mail via outlook or outlook express
> and Remote Desktop connection ( using mstsc)

Contradicts pt 2. Please give complete details.

A request. Please ask the questions in an understandable fashion if
you want folks to respond.

Mohan Sundaram
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Mailing list guidelines: monthly reminder

2009-08-31 Thread Shrinivasan T
Mailing List Guidelines: Monthly reminder:

1. Use a proper subject line.

2. Do not troll in the mailing list

Link: http://en.wikipedia.org/wiki/Internet_troll

3. Use [OT] for off-topic, non-technical discussions.
But, don't misuse this to start flame wars or to troll
in the mailing list.

4. Do not top-post:

Link: http://en.wikipedia.org/wiki/Top-posting

Example of a top-post:

Because it messes up the order in which
people normally read text.
> > Why is top-posting
> > such a bad thing?
Top-posting.
> > What is the most
> > annoying thing in e-mail?

Always use bottom-posting.

> What is your name ?
My name is ILUGC.

5. Do not over-quote:

Example of an over-quote:

>>> On Friday you said
>>> blah blah blah
>> On Saturday you said
>> foo foo foo
> On Sunday you said
> foobar

6. Do not post HTML messages

7. Do not recycle messages

8. Do not send attachments

9. Do not attach obnoxious, nonsensical legal
disclaimers. If your company uses disclaimers, don't
use your company ID for the mailing list.

10. Do not reply to a digest. (If you are in digest
mode and want to reply to a post use ILUGC Gmane blog
interface.

Link:
http://blog.gmane.org/gmane.org.user-groups.linux.ilugc

11. Search for answers for your questions/problems in
google.com or any other search engine before posting
your query to the mailing list.

If any of the above are not clear to you, Please read
the detailed list guidelines:

Link:
http://www.catb.org/~esr/faqs/smart-questions.html

12. Do not post messages in all capital letters. Mails
in CAPS is considered rude and is similar to shouting
during a conversation.

13. Following these guidelines could be helpful
http://people.debian.org/~enrico/dcg/

14. Don't send season's greetings or birthday invites
to the group. Its not mailing list etiquette.

We must use the above guidelines to maintain better
readability, proper archives, efficient bandwidth
usage, etc.



-- 
Regards,
T.Shrinivasan


My experiences with Linux are here
http://goinggnu.wordpress.com

For Free and Open Source Jobs
http://fossjobs.wordpress.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Roguewave C++ classes support by gcc/g++

2009-08-31 Thread narendra babu

hi ,

I need inforation regarding rougewave c++ classes supported by gcc/g++

Has anybody ported there appls written in rougewave c++ classes ported using 
gcc/g++.

Wat are compiler dependencies , libs dependencies .

Thanks in advance 
Naren


  See the Web's breaking stories, chosen by people like you. Check out 
Yahoo! Buzz. http://in.buzz.yahoo.com/
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] How to create autoplay cd's in linux

2009-08-31 Thread bala chandar
Hi luggies,
   I know that by using autorun.inf file and bat file we can create
autoplay cd's in windows.But i want to know how to create autoplay
cd's in linux.
   Thanks.

-- 
With regards,
 Balachandar.K.M. - LOVE WITH LINUX -
 Blogs at http://infoqueue.wordpress.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] netbook recommendations

2009-08-31 Thread Thyagarajan தியாகராஜன்
Hi guyz,

>>I see this in HCL site. Is this the one ?

>>http://www.hclstore.in/hcl_mileap_ml03


curious to know the user experience. Little bit confused after reading the
article
http://tovganesh.blogspot.com/2008/07/switching-form-ubuntu-to-windows-vista.html.

Any ubuntu users working on this laptop , willing to share the
experience...?


cheers,
Thyagarajan Shanmugham
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] netbook recommendations

2009-08-31 Thread Rahul Sundaram
On 08/31/2009 11:44 AM, Kenneth Gonsalves wrote:
> hi,
> I want to buy a netbook - cheapest possible. Any recommendations for a linux 
> compatible one, and where is the best place in Chennai to buy from?

EEEPC comes with Xandros but you can get it working on any Linux
distribution. The latest models require third party modules to get the
wireless up and running but this is hardly going to take a few more mins.

Acer Aspire One with comes with Linpus, a derivative of Fedora. Plain
Fedora works fine.

Dell Mini - Comes with Ubuntu but the Intel driver has some proprietary
components that makes it a hassle to upgrade or switch to another Linux
distribution. I don't recommend it at all.

Can't give you recommendations on where to buy these in Chennai though.

Rahul
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] netbook recommendations

2009-08-31 Thread varadarajan narayanan
>Any ubuntu users working on this laptop , willing to share the
>experience...?

> Dell Mini - Comes with Ubuntu but the Intel driver has some proprietary
> components that makes it a hassle to upgrade or switch to another Linux
> distribution. I don't recommend it at all.

Hi !

This is very true .

http://www.theinquirer.net/inquirer/news/1530558/ubuntu-broken-dell-inspiron-mini

Bottom line is , no netbook /laptop manufacturer supports Linux as the
main distribution due to pressure from the big brother. (
http://www.itwire.com/content/view/25275/1141/ )

And distro makers can not support all the available netbook /laptop
models. So the end user is left to tinker with the linux
netbooks/laptops  on their own and depend on forums or their local
linux guru !

Cheers

varadarajan
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] netbook recommendations

2009-08-31 Thread Kapil Hari Paranjape
Hello,

On Mon, 31 Aug 2009, varadarajan narayanan wrote:
> And distro makers can not support all the available netbook /laptop
> models. So the end user is left to tinker with the linux
> netbooks/laptops  on their own and depend on forums or their local
> linux guru !

This is not totally true at the moment. As far as I know, Ubuntu
Netbook Remix and Moblin work on a number of different Netbooks
(at least Acer Aspire One, Lenovo S9/10 and MSI Wind) without any
serious tinkering --- just follow the instructions on the web site(s).

One of my colleagues even installed MacOSX on the MSI Wind --- but
that _was_ serious tinkering!

Regards,

Kapil.
--

___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] How to create autoplay cd's in linux

2009-08-31 Thread Girish Venkatachalam
On Mon, Aug 31, 2009 at 10:49 PM, bala
chandar wrote:
> Hi luggies,
>   I know that by using autorun.inf file and bat file we can create
> autoplay cd's in windows.But i want to know how to create autoplay
> cd's in linux.

Good question. ;)

Let us see if anyone answers it.

There is automount in Gnome, KDE and other graphical
environments.

There is no concept of autoplay I think.

An app will open the files in the CD for you.

The problem is expecting linux to behave like Windows.

It does not make any sense in many situations.

-Girish

-- 
Gayatri Hitech
web: http://gayatri-hitech.com

SpamCheetah Spam filter:
http://spam-cheetah.com
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] netbook recommendations

2009-08-31 Thread varadarajan narayanan
> hi,
> I want to buy a netbook - cheapest possible. Any recommendations for a linux
> compatible one, and where is the best place in Chennai to buy from?

This site gives some info on available netbook models along with specs
and price.

http://www.netbookindia.in/

cheers

varadarajan
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] squid outlook expresss connectivity --failed in Linux server

2009-08-31 Thread Mohan Sundaram
On Mon, Aug 31, 2009 at 9:38 PM, mettur salem wrote:
> Thanks for your Response
> The setup is like that in windows 2003
>
> one server ( windows 2003 ) with 25 clients are working (without domain
> login)  with the following facilities like browsing and Remote desktop
> connectivity and file transfer ( with in local  & sometime via mails)   I
> want to change this setup  into linux  (No separate Mail server is here
> paided site located in somewhere)
>
> so i do  squid proxy server in linux ,web browsing is over and i can able to
> browse now   but clients using in windows xp profess  not able to send their
> mails to outside via squid proxy linux server  mails are not delivered also
> Remote desktop is not taken by windows users  ( to outerworld using static
> ips )
>
> this is i want to solved it i searched the google but not finding exactly
> related to this

For the sake of list members, please do not reply to digests and that
too with such a gawky subject line.

You need to set up the Linux machine as a gateway with NAT for this to
work. Am assuming the Linux machine will be connected to your external
link. You do not need squid unless you want to exercise control. If
you want squid to be used on the same box for web browsing but NAT
other connections, then you'll have to set it up as a transparent
proxy using iptables redirect. Look up howtos in www.tldp.org

Mohan Sundaram
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] net.ipv4.ip_forward

2009-08-31 Thread Mohan Sundaram
On Tue, Sep 1, 2009 at 8:58 AM, Mohan Sundaram wrote:
> When a packet arrives to a box, if the destination is
> not local, the packet should be forwarded. This forwarding will happen
> only if the ip_forward flag is set to 1.

Rare for me to reply to my own msg. Missed adding something.

Lets say a system has 2 interfaces in 2 different subnets like what
the OP has - 192 subnet and 172 subnet. The IP address of the these
interfaces is local. Thus, any packet arriving with any of these
addresses as the destination, irrespective of the interface it comes
from is processed in the local path. A packet arriving via the 172
address interface with destination IP being that of the 192 address of
the other interface on  the same system will be processed locally and
does not need forwarding to be on.

Mohan Sundaram
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] net.ipv4.ip_forward

2009-08-31 Thread Mohan Sundaram
On Mon, Aug 31, 2009 at 8:19 PM, Girish
Venkatachalam wrote:
> On Mon, Aug 31, 2009 at 3:35 PM, Ashish Verma 
> wrote:
>
> Now to answer your question after all this digression, you don't need
> this sysctl for forwarding/routing for ping to work.

Not unless you have a proxy running for ping on the machine common to
the two networks.

> You are barking up the wrong tree.

How is that? Is ICMP a non-IP packet for it to be routed even if
ip_forward is 0?

> Normally it is very rare that you set this sysctl. You do it if you are a
>  firewall or a proxy or if you are running squid.

Let us address this specific question. I read what you are saying as -
A can ping C via B using static routes on A and ip_forward to 0 in B?

A-B-C

That is wrong. When a packet arrives to a box, if the destination is
not local, the packet should be forwarded. This forwarding will happen
only if the ip_forward flag is set to 1.

OP has also remained silent so far on whether his question was answered.

Mohan Sundaram
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Re: Can't connect to local MySQL server

2009-08-31 Thread aishwarya .
Hi,
On Sat, Aug 8, 2009 at 6:39 AM, Dhilip S  wrote:

> >i'm having the problem in Mysql. i frequently getting this Mysql sockect
> >error.
> >$ mysql -u root
> >$ *Can't connect to local MySQL server through socket
> >'/var/run/mysqld/mysqld.sock' (2)
> >HOW to over come this error?
>
>
>First start the mysql server, su -c 'service mysqld start'  and then
>connect. Use 'mysql -u root -p' command instead of mysql -u root.
>Here is my attempt to connect to a mysql server  which is not yet started !
>bash-4.0$ mysql -u root
>ERROR 2002 (HY000): Can't connect to local MySQL server through socket
>'/var/lib/mysql/mysql.sock' (2)

*This problem occurs when there's only the MYSQL client installed!
So install the MYSQL server using the command
" sudo apt-get install mysql-server-5.1"
Try this, the problem will be resolved.*

-- 
Thanks,
Aishwarya.M.B
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] How to create autoplay cd's in linux

2009-08-31 Thread steve

On 09/01/2009 07:07 AM, Girish Venkatachalam wrote:

On Mon, Aug 31, 2009 at 10:49 PM, bala
chandar  wrote:

 Hi luggies,
I know that by using autorun.inf file and bat file we can create
 autoplay cd's in windows.But i want to know how to create autoplay
 cd's in linux.


Good question. ;)

Let us see if anyone answers it.

There is automount in Gnome, KDE and other graphical
environments.

There is no concept of autoplay I think.


That's quite right, as far as I know. However, if I'm not mistaken, the Gnome 
Desktop (or rather the nautilus file manager) will pop up a prompt if it see an 
autorun.[sh|exe] file on the CD.


hmmm ...after a quick glace at gconf settings[1], I see that nautilus has some 
gconf keys named /apps/nautilus/preferences/media_autorun_*. You may want to 
google for those.


double hmmm ...after looking at the nautilus preferences (Open a File Manager 
window -> Edit -> Preferences -> Media), I see an option where one can configure 
'what happens when inserting media or connecting devices to the system' ...which 
also lists 'Software' ...but like all things Gnome, there is no clue what 
'exactly' that would do, instead you are left to make guesses about what that 
means for 'an average desktop user' :)


So, you answer the question -- you cannot be sure the CD you create will 
autoplay in linux. However, _if_ the user uses Gnome, _and_ is using it's 
default file manager (Nautilus) _and_ has not changed the default preferences, 
there will be a prompt shown to the user asking whether the autorun.sh file 
should be run.


HTH,
cheers,
- steve

[1] using gconf-editor and searching for 'autorun' in both keys and values.

--
random non tech spiel: http://lonetwin.blogspot.com/
tech randomness: http://lonehacks.blogspot.com/
what i'm stumbling into: http://lonetwin.stumbleupon.com/
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] startup issue with mysql daemon

2009-08-31 Thread Mahalingam Subramaniam
Dear All
While trying to install mysql ( binary distro mysql-5.1.37.tar.gz ) on RHEL 5.2 
platform, I am unable to start off the mysql daemon which throws an error 
message as follows:
# /etc/rc.d/init.d/mysql start
Starting MySQL.Manager of pid-file quit without updating fi [FAILED]
# /etc/rc.d/rc3.d/S64mysql start
Starting MySQL.Manager of pid-file quit without updating fi[FAILED]
]# mysqladmin version
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' 
(2)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
Help to debug above mentioned errors are highly regarded and appreciated. 
with regards
s.mahalingam
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Re: problem in yum

2009-08-31 Thread Govi
try to read mam page for rpm,
the syntax is
rpm [options] rpmname

---
Thanks & Regards,

Govi
___
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc