[Ilugc] [commercial] Training for web designers to start writing dynamic content

2008-07-22 Thread Antano Solar
Hi,

MA FOI india's leading career training academy is conducting a training for
web designers to learn the concepts of web development and dynamic content
on open source  technologies this saturday.
for more details visit

www.antanosolar.com

or

http://etude.mafoi.in

With Regards

Antano Solar John
___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] My First Session for Engineering students

2008-07-22 Thread senthilraja P
/** +1 to this. Creating a distribution is possibly a learning experience
in terms of package management, etc, but it would be far more useful
to learn to write and maintain software/applications. At the
beginner's level, a new package management system is a bit challenging
because lots of advanced concepts about security come into play.
**/

I agree..  my core point is to establish knowledge pockets on all these
skills.. whether package management, or application development or kernel
coding. whatever may be, we need to focus on how to establish and sustain
that skill set..

Another attempt i made was, after introducing them MySQL, i showed them how
to connect to mysql from VB (which they already learned)..  this way, the
dependance on Access and mSQL server could be reduced..

Then we have gambas similar to VB, and MonoDevelop/Sharpdevelop similar to
.NET ..

So even in application development, the present state is NIL..

Regards,
Senthil
___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Re: 2.6 SMP kernel -- dual core opteron processor -- irqbalance(?) - only one CPU busy always

2008-07-22 Thread Balu manyam
anyone?

On Tue, Jul 22, 2008 at 12:27 AM, Balu manyam <[EMAIL PROTECTED]> wrote:

> hey gurus -- i have a HP server with 4*dual core AMD opteron processors
> running 2.6.9-42  SMP kernel   -- one of my DBAs complained of  poor
> performance while running an SQL query -- now when  I check the 'mpstat -P
> ALL  5 '  o/p - I see that CPU 0 is completely busy (idle 0%)  most of the
> time -- while the other CPUs are close to 99% idle -- I did a cat
> /proc/interrupts  I see that CPU0 is indeed having high values corresponding
> to ethernet devices , other PCI devices , RAID controller  and the timer as
> well --- I also checked that we are running irqbalance daemon and please
> note that we are running the kernel with noapic option -- not sure if that
> matters  at all
>
> any inputs you may render are higlhly appreciated
>
> Thanks!!
>
___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Re: 2.6 SMP kernel -- dual core opteron processor -- irqbalance(?) - only one CPU busy always

2008-07-22 Thread Arun Khan
On Tuesday 22 Jul 2008, Balu manyam wrote:
> anyone?

Perhaps, there is something quirky in the 2.6.9 kernel re: your CPU. 
Perhaps you can search other mailing lists for similar problem and 
possbily the fix.

> On Tue, Jul 22, 2008 at 12:27 AM, Balu manyam <[EMAIL PROTECTED]> 
wrote:
> > hey gurus -- i have a HP server with 4*dual core AMD opteron
> > processors running 2.6.9-42  SMP kernel   -- one of my DBAs
> > complained of  poor performance while running an SQL query -- now
> > when  I check the 'mpstat -P ALL  5 '  o/p - I see that CPU 0 is
> > completely busy (idle 0%)  most of the time -- while the other CPUs
> > are close to 99% idle -- I did a cat /proc/interrupts  I see that
> > CPU0 is indeed having high values corresponding to ethernet devices
> > , other PCI devices , RAID controller  and the timer as well --- I
> > also checked that we are running irqbalance daemon and please note
> > that we are running the kernel with noapic option -- not sure if
> > that matters  at all
> >
> > any inputs you may render are higlhly appreciated

You have not mentioned the distro.  If it is RHEL or Novell/SuSE you can 
contact their tech support for help.  You can also investigate if AMD 
has any Linux support channel for systems using their CPU.

Do you have the luxury to boot the system using the latest kernel using 
a custom built kernel?   At a minimum, scan through the release notes 
of the subsequent kernel versions for fixes related to AMD chips.

-- 
Arun Khan
___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Re: 2.6 SMP kernel -- dual core opteron processor -- irqbalance(?) - only one CPU busy always

2008-07-22 Thread Balu manyam
thanks -- i  haven't found redhat support particularly helpful in the past
-- they just seem to point us to one of the faqs  in the kbase most of the
time -- but i will try



On Tue, Jul 22, 2008 at 9:13 PM, Arun Khan <[EMAIL PROTECTED]> wrote:

> On Tuesday 22 Jul 2008, Balu manyam wrote:
> > anyone?
>
> Perhaps, there is something quirky in the 2.6.9 kernel re: your CPU.
> Perhaps you can search other mailing lists for similar problem and
> possbily the fix.
>
> > On Tue, Jul 22, 2008 at 12:27 AM, Balu manyam <[EMAIL PROTECTED]>
> wrote:
> > > hey gurus -- i have a HP server with 4*dual core AMD opteron
> > > processors running 2.6.9-42  SMP kernel   -- one of my DBAs
> > > complained of  poor performance while running an SQL query -- now
> > > when  I check the 'mpstat -P ALL  5 '  o/p - I see that CPU 0 is
> > > completely busy (idle 0%)  most of the time -- while the other CPUs
> > > are close to 99% idle -- I did a cat /proc/interrupts  I see that
> > > CPU0 is indeed having high values corresponding to ethernet devices
> > > , other PCI devices , RAID controller  and the timer as well --- I
> > > also checked that we are running irqbalance daemon and please note
> > > that we are running the kernel with noapic option -- not sure if
> > > that matters  at all
> > >
> > > any inputs you may render are higlhly appreciated
>
> You have not mentioned the distro.  If it is RHEL or Novell/SuSE you can
> contact their tech support for help.  You can also investigate if AMD
> has any Linux support channel for systems using their CPU.
>
> Do you have the luxury to boot the system using the latest kernel using
> a custom built kernel?   At a minimum, scan through the release notes
> of the subsequent kernel versions for fixes related to AMD chips.
>
> --
> Arun Khan
> ___
> To unsubscribe, email [EMAIL PROTECTED] with
> "unsubscribe  "
> in the subject or body of the message.
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Compatibiltiy issue of Seagate External Hard drive with Linux.

2008-07-22 Thread balaji chellappan
Dear Arun Khan, 
Thanks for your reply.
1TB external hard drive is there in the market for atleast one year now. 
Regards,
C. Balaji



- Original Message 
From: Arun Khan <[EMAIL PROTECTED]>
To: ILUG-C 
Sent: Monday, 21 July, 2008 6:40:58 PM
Subject: Re: [Ilugc] Compatibiltiy issue of Seagate External Hard drive with 
Linux.

On Monday 21 Jul 2008, balaji chellappan wrote:
>ntioned anything about linux. It seems the disk is preformatted in
> NTFS. If we reformat to ext3, can we use it in systems with Linux OS.

Should not be a problem.  How long has this size been in the market? 

Hearsay, the first gen of the mega size hard disks have had higher 
failure rate.

-- Arun Khan
___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



  Bring your gang together. Do your thing. Find your favourite Yahoo! group 
at http://in.promos.yahoo.com/groups/
___
To unsubscribe, email [EMAIL PROTECTED] with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Compatibiltiy issue of Seagate External Hard drive with Linux.

2008-07-22 Thread balaji chellappan
Dear Kapil,




- Original Message 
From: Kapil Hari Paranjape <[EMAIL PROTECTED]>
To: ILUG-C 
Sent: Monday, 21 July, 2008 6:49:43 PM
Subject: Re: [Ilugc] Compatibiltiy issue of Seagate External Hard drive with 
Linux.

Hello,

On Mon, 21 Jul 2008, balaji chellappan wrote:
> In the list of OS supported, they have not mentioned anything about
> linux.

This seems to be a standard USB external storage device and should be
usable as such.

Oh.

> It seems the disk is preformatted in NTFS. If we reformat to ext3,
> can we use it in systems with Linux OS.  I request you to kindly
> comment on this.

You should probably not reformat it as a single disk partition unless
you are planning to use it for "large file" type file system for many
large files. In order to give yourself some flexibility, you should
create an LVM physical volume and then use LVM to partition the disk
as you need to. This allows you to resize volumes if you need to.

I take your word. 
> If you or your friends have any prior experience in using this
> product in Linux OS, kindly let me know.

I have been using an external USB Seagate 350GB external drive
for backup. No problems so far.

Regards,

Kapil.
--
Thanks for your informations,
Regards,
C. Balaji

___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



  Explore your hobbies and interests. Go to 
http://in.promos.yahoo.com/groups/
___
To unsubscribe, email [EMAIL PROTECTED] with
"unsubscribe  "
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] One Day One GNU/Linux Command (RDATE)

2008-07-22 Thread Bharathi Subramanian
One Day One GNU/Linux Command
=

rdate -- Get the time from Remote machine. 

Summary :

It connects to an Remote Time Server over a IP network, printing the
returned time and/or setting the system clock. The time in remote
server is maintained properly. So that all machines can get the time
from that server.

Example:

$ rdate -p 192.168.1.5 -- Print the time returned by the remote 
  machine.

# rdate -s remote.pc.com -- Set the system time to the time returned 
by the remote machine (Need Root permission).

# rdate -u myserver -- Use UDP instead of TCP as the transport.

# rdate -l myserver -- Use syslog to log errors and output (Useful 
   when it is used in cron jobs).

NOTE:
1) Remote server should run the time service in port 37.
2) Firewall should not block port 37.

Read : man rdate

HTH :)
--
Bharathi S

___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


[Ilugc] Fedora RPM Packaging 101: July 28th 2008

2008-07-22 Thread Rahul Sundaram

Hello folks,

We are going to host a *public* IRC session in #fedora-india, freenode
coming Monday at 3:00 PM and do a quick walk through on the basics of
RPM packaging in Fedora. More details at

https://www.redhat.com/archives/fedora-india/2008-July/msg00136.html

Preliminary reading at

http://fedoraproject.org/wiki/PackageMaintainers/CreatingPackageHowTo

Everyone interested in welcome to join us. Thanks.

Side note: Fedora already has over 1 binary software packages
(dozens being added every week) and considerably large community of
Indian contributors.

https://fedoraproject.org/wiki/RegionalTeams/India

Rahul
___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Fedora RPM Packaging 101: July 28th 2008

2008-07-22 Thread Kapil Hari Paranjape
Hello,

On Wed, 23 Jul 2008, Rahul Sundaram wrote:
> We are going to host a *public* IRC session in #fedora-india, freenode
> coming Monday at 3:00 PM and do a quick walk through on the basics of
> RPM packaging in Fedora. More details at

I really wanted to learn this! Unfortunately, I'll be travelling on
that precise day. Will someone please take notes?

Regards,

Kapil.
--

___
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe  "
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc