[ilugd] Dennis Ritchie, Creator of UNIX and C, passes away at 70

2011-10-13 Thread Mithun Bhattacharya
https://plus.google.com/101960720994009339267/posts/ENuEDDYfvKP?hl=en#101960720994009339267/posts/ENuEDDYfvKP

There isn't much details available but I hope he passed away peaceful.
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Wiki help required

2011-08-11 Thread Mithun Bhattacharya




From: Raj Mathur (राज माथुर) r...@linux-delhi.org

We keep getting spam registrations on our Wiki.  I'll be glad to remove 

Can't we use recaptcha or something similar - I assume they use bots to 
register ?
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Youtube videos

2011-06-23 Thread Mithun Bhattacharya


Or you could use http://rg3.github.com/youtube-dl/ which is part of the Fedora 
package.

youtube-dl 'http://www.youtube.com/watch?v=nAQpU5sg-P4' will nicely grab the 
highest resolution video on that URL.



From: Gora Mohanty g...@mimirtech.com
To: lugd il...@frodo.hserus.net
Sent: Thursday, June 23, 2011 5:09 PM
Subject: [ilugd] Youtube videos

Hi,

Apropos of an earlier thread about Youtube videos in /tmp , it still
does work the same way as earlier. The only thing that has happened
is that the Flash player has become smarter, and probably just deletes
the .flv file after opening it, so that it is no longer visible, but
still exists.

One can locate it through:
* Find the PID of the Flash player plugin
    pgrep -f libflashplayer.so
  This will give one a number like 4534
* Muck through /proc for that process (the one with PID 4534):
    ls -1l /proc/4534/fd/ | grep \/tmp\/Flash
  should show you some file named, e.g., /tmp/FlashXXbw4rZA
  and it will probably also say (deleted), e.g., something like
    lrwx-- 1 user group 64 2011-06-24 03:03 16 -
/tmp/FlashXXbw4rZA (deleted)
* Simply copy this file to xyz.flv, i.e.,
    cp /proc/4534/fd/16 xyz.flv

Look ma, no fancy GUI apps!

Regards,
Gora

___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd



___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] 21 monitor in portrait mode?

2010-04-13 Thread Mithun Bhattacharya
From: Raj Mathur r...@linux-delhi.org


 difference to me, at least.  For instance, when coding I make lines  80 
 characters anyway (split longer ones across multiple lines), so taller 

But the less than 80 character wide limitation isn't a limitation set by our 
body it was a limitation set by the older displays.

People in most places tend to read horizontally rather than vertically 
therefore I don't see why hardware shouldn't accommodate that and allow me to 
read horizontally more than vertically.

Personally I also like to take printout of reports in landscape mode ..



- Mithun



  
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Perl Developers In India

2010-03-06 Thread Mithun Bhattacharya
From: Raj Mathur r...@linux-delhi.org


There definitely are Perl developers (Devdas, Tirveni, me that I can 
think of off-hand), but no Perl community that I know of.  Are there 
enough people to form a community at all?

Shall we set up a Wiki page asking Perl developers to add their names 
and then spam all the LUG mailing lists? :)





I am not in India but count me in - if not a wiki page we could atleast start a 
mailing list ??



  
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Ubuntu Live USB on Fedora

2010-03-03 Thread Mithun Bhattacharya
From: Sawrub luckysharm...@gmail.com

To: The Linux-Delhi mailing list ilugd@lists.linux-delhi.org
Sent: Wed, March 3, 2010 12:45:14 PM
Subject: [ilugd] Ubuntu Live USB on Fedora

Can I create the bootale USB drive for Ubuntu on Fedora 12. I have download the 
iso but trying to run livecd-iso-to-disk does not help. Please guide.

-- Saurabh Sharma
Linux user number: 490644
http://sawrub-blog.blogspot.com/
Open your doors...It's time to look beyond Windows


___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd







I have done it in the past without any problem.

Can you post the exact steps you took and the output it generated ?


- Mithun



  
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] ntp sync to server bt still drift is there

2009-09-19 Thread Mithun Bhattacharya
I don't know which distribution you are using but on Fedora I do the following:
1. Setup decent NTP servers in ntp.conf - I set the following
server 0.fedora.pool.ntp.org
server 1.fedora.pool.ntp.org
server 2.fedora.pool.ntp.org

2. Run ntpdate at startup - this basically runs with the following OPTIONS=-U 
ntp -s -b
   This just does a one time synchronization at startup

3. Run ntpd - this will make sure your time doesn't drift once it has been 
synchronized

Note: Running ntpd as is wont help especially if you are drifting too much - I 
don't remember the threshold but beyond a certain point ntpd wont try to 
correct the time.



- Mithun



- Original Message 
From: Subhanjan Ghosh subhanjan.ghosh2...@gmail.com
To: The Linux-Delhi mailing list ilugd@lists.linux-delhi.org
Sent: Saturday, September 19, 2009 11:25:35 AM
Subject: Re: [ilugd] ntp sync to server bt still drift is there

ntpd is running ntpq -p is showing my server with the drift.

On Sat, Sep 19, 2009 at 9:18 AM, Mehul Ved mehul.n@gmail.com wrote:

 On Sat, Sep 19, 2009 at 9:00 PM, Subhanjan Ghosh
 subhanjan.ghosh2...@gmail.com wrote:
  Facing one problem my server is synced to ntp server but every 2 days
 there
  is a drift of 5 seconds or so then have to manually sync with ntpdate
  command.
 
  Any permanent fix as in Redhat Kbase it said that not recommended to put
  ntpdate in cron.

 Isn't ntpd running? It should do that.

 ___
 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 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 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] Hall of Shame : http://dit.mp.gov.in//incentive11.htm

2009-01-24 Thread Mithun Bhattacharya
- Original Message 

From: G Karunakar indli...@gmail.com

that table actually has junk, not that FF is not showing it properly.!
___

And that is why they have two links on the left side saying 'Unable to view' 
and 'Download Fonts'



  

___
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] New Year Project - DIY Desktop

2007-12-31 Thread Mithun Bhattacharya
- Original Message 
From: Manish [EMAIL PROTECTED]

On SMPS, my rule of thumb is: the bigger the better, since one may
add more devices (drives, cards, fans etc.) in future.  Actually same
goes for chassis too, the more the number of fans the better.  I
prefer to let the budget constrain the choice.
__

Unfortunately that is the kind of answer I am getting in google. I am not sure 
whether I am asking the wrong question but I definitely believe there should be 
some sort of calculation involved. After all shouldnt my power requirement 
should be different if I have two graphics card versus 5 hard disk versus a 
barebone PC ?




Mithun


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] New Year Project - DIY Desktop

2007-12-31 Thread Mithun Bhattacharya
- Original Message 
From: Manish [EMAIL PROTECTED]

Not sure if you have seen this already:
http://www.firingsquad.com/guides/power_supply/page2.asp
___


Thanks that seems to have quite a few interesting articles !!


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - February 22/23, 2008
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Version control strategy

2007-07-13 Thread Mithun Bhattacharya
Does any one have any pointers for maintaining a collection of independent 
scripts / very small projects under version control.

To elaborate I have about 200 scripts and 40 folders where each folder could be 
considered a mini project.

I dont think this would fit a standard project layout where we can tag all the 
scripts for each release. It also doesnt seem to make sense to create a module 
out of every script. Changes could be as frequent as multiple times a day to 
maybe once in two years. Almost all the changes result in an immediate release. 

Any thoughts or pointers would be highly appreciated.




Mithun




 

8:00? 8:25? 8:40? Find a flick in no time 
with the Yahoo! Search movie showtime shortcut.
http://tools.search.yahoo.com/shortcuts/#news

___
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] Free Vs enterprise OSS releases

2007-03-31 Thread Mithun Bhattacharya
- Original Message 
From: Anand Shankar [EMAIL PROTECTED]

It happened to me recently. Was using vsftpd in my intranet on a
Fedora box. Decided to try out Ubuntu-64bit on a new box. So while
formatting the box decided to give /var partition a larger size. To my
horror, when configuring vsftpd on Ubuntu found the default directory
is /home/ftp!!! Now how do I ??? I want to use FDS but my box is
Ubuntu, so should I steal another box for Fedora/FDS sake??

___

So you feel it is bad that someone set the default as /home/ftp yet you wish to 
use /var/ftp or something similar ?

I assume Ubuntu hasn't done anything to vsftpd to not allow you to change the 
default configuration. After all this is what freedom is about - isnt it ? 
Ubuntu can set the default howsoever they please and you are free to set it to 
whatever you please.

As for Enterprise releases I believe they would all conform to the LSB which I 
would imagine include standard destination for FTP folder etc.



Mithun





 

Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 

___
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] Mounting hdd

2007-02-26 Thread Mithun Bhattacharya


- Original Message 
From: Aman Nath [EMAIL PROTECTED]

hi all,

i have a maxtor 300 gb shared storage device with a
network port and web based interface for its admin.
the device is no longer able to connect to network due
to some hardware problem. 
Now i want to connect the hard drive of the device to
my linux box and recover the data in it. 
Can any one suggest how to mount the hdd (i dont know
about the file system it is using)and get the data
back.
 
__


1. fdisk -l would tell you the available partitions if any on the hard disk.
2. file -s partition would tell you which filesystem it is
3. Since the hardware had a crash - it is recommended you do a fsck on the 
filesystem unless it is a Windows partition
4. Mount should be able to automatically mount all known filesystem without 
specifying it on the command line - if it doesnt work and item 2  3 worked 
them pass the parameter -t filesystem type to the mount command.





 

8:00? 8:25? 8:40? Find a flick in no time 
with the Yahoo! Search movie showtime shortcut.
http://tools.search.yahoo.com/shortcuts/#news

___
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] HP Smart array P400 (SAS)

2007-02-14 Thread Mithun Bhattacharya


- Original Message 
From: Yashpal Nagar [EMAIL PROTECTED]

 ---

 Does it say which partition it is trying to access ?? Look at screen 3 and 4 
 maybe something comes up on them when it tries to access the USB disk ?
   
Unknown partition tables... it says for USB storage device (floppy 
/dev/sda) which is seen as SCSI storage. I checked these at screen 3 and 4.

---

USB disks turn up as mass storage devices unlike floppy - did you create a 
partition on the USB disk before copying the drivers on it ? How did you 
prepare the USB disk ? I hope you didnt format the USB disk in NTFS or VFAT.

Though I would have to comment that I think it is very unusual for a distro to 
be intelligent enough to handle a USB disk but foolish enough to ask for a 
partition on it and also foolish enough not to realize that the whole disk is a 
single partition.





 

Looking for earth-friendly autos? 
Browse Top Cars by Green Rating at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/

___
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] HP Smart array P400 (SAS)

2007-02-13 Thread Mithun Bhattacharya


- Original Message 
From: Yashpal Nagar [EMAIL PROTECTED]


when the installation program (linux updates disk or media) try to read 
usb floppy it shows me

unknown partition table

---

Does it say which partition it is trying to access ?? Look at screen 3 and 4 
maybe something comes up on them when it tries to access the USB disk ?






 

Need Mail bonding?
Go to the Yahoo! Mail QA for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=listsid=396546091

___
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] Another use of graphics card

2007-01-31 Thread Mithun Bhattacharya
Found a interesting use for graphics card's dedicated RAM - might be useful if 
you have a server where you dont need the graphics card at all or have a high 
end graphics card but no games to play on Linux ;) Do note hyper memory and 
similar technologies are actually stealing your RAM and are not dedicated 
memory modules.
http://hedera.linuxnews.pl/_news/2002/09/03/_long/1445.html

If you have a really cool graphics card with DDR3 RAM your SWAP might run 
faster than your DDR2 RAM :).



Mithun


 

Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 

___
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 3945 with WPA2

2007-01-31 Thread Mithun Bhattacharya
Does anyone have success getting a Intel 3945 wifi card working with a wifi 
router configured with WPA2 authentication.

As of now I have had luck with the following:
1. Configured the ipw3945 module and wpa_supplicant
2. I can browse available wifi access points
3. I can use a static IP other than what my Windows was assigned and ping the 
router

The following doesnt work

1. DHCP gives a timeout - windows gets an IP through DHCP without a problem
2. The kernel module doesnt load automatically when I run wpa_supplicant even 
though I have alias eth0 ipw3945 in my /etc/modprobe.conf and the 
preinstall/postinstall setup in /etc/modprobe.d/ipw3945. It works fine if I do 
a modprobe ipw3945
3. I cant ping the router if I use the IP which Windows got before I rebooted 
into Linux

Any suggestion would be highly appreciated.




Mithun


 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.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] WRT54GL

2007-01-08 Thread Mithun Bhattacharya


- Original Message 
From: Sirtaj Singh Kang [EMAIL PROTECTED]
To: ilugd@lists.linux-delhi.org
Sent: Monday, January 8, 2007 3:45:11 AM
Subject: Re: [ilugd] WRT54GL


The price is roughly the same in Nehru Place (might be slightly cheaper),
but the problem is the market is flooded with the v5 model, which can
only run DD-WRT micro as it has half the flash and RAM. It is slightly
more tricky to reflash, and can be turned into a brick if the reflash
is incorrectly performed. I have not been able to find the L model
(equivalent to the v4) anywhere, short of ordering it from Mumbai. Same
with the Asus WL500g.

If anyone knows where to get it I'd love to know.

-Taj.


___


I had been talking about WRT54GL though. My router is having a 200 MHz CPU with 
16MB RAM.

http://en.wikipedia.org/wiki/WRT54G has a lot of information to begin with..

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] WRT54GL

2007-01-08 Thread Mithun Bhattacharya
- Original Message 
From: Sirtaj Singh Kang [EMAIL PROTECTED]
To: The Linux-Delhi mailing list ilugd@lists.linux-delhi.org
Sent: Monday, January 8, 2007 7:55:12 AM
Subject: Re: [ilugd] WRT54GL


On Monday 08 January 2007 6:39 pm, Mithun Bhattacharya wrote:
[snip]
 I had been talking about WRT54GL though. My router is having a 200 MHz CPU
 with 16MB RAM.

Yes. Did you get it in India or the US? If in India, from where did you
get it?

-Taj.
___


Bought it in US though I did notice ebay.in has listed one for approx 4500 I 
assume it is difficult but not impossible to get since someone mentioned Nehru 
Place for simillar price.


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/


[ilugd] WRT54GL

2007-01-07 Thread Mithun Bhattacharya
Just for information sake I bought a Linksys WRT54GL wifi router recently and 
would recommend anyone who is looking to purchase a new router for SOHO use to 
go for it. Other than the fact that it boldly says open source inside and 
actually running a Linux kernel I am currently using it for the following setup.

1. One VOIP phone wired connection.
2. One work laptop wired connection running VPN
3. Laptop on wifi running skype, bittorrent and usual surfing.

I am basically using the advanced QOS feature of DD-WRT which is the opensource 
firmware I have flashed the router with. The basic priority list is as follows:

1. MAC priority premium to VOIP phone
2. MAC priority express to office laptop
3. Bittorent traffic bulk priority
4. HTTP/HTTPS with standard priority

Therefore I have actually called people to solve work related problems on the 
VOIP phone while working on the office laptop while my bittorrent download was 
going on with no bandwidth throttling configured on the application level.

To compare I had initially run the router with the original Linksys firmware 
and I found that no amount of tweaking the parameters could stop my bittorrent 
traffic to not gobble up all the bandwidth.



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] WRT54GL

2007-01-07 Thread Mithun Bhattacharya
It usually goes for $70 in US but I got it for $40 after waiting for almost a 
month for various discounts...


Mithun

- Original Message 
From: Gora Mohanty [EMAIL PROTECTED]
To: The Linux-Delhi mailing list ilugd@lists.linux-delhi.org
Sent: Sunday, January 7, 2007 11:29:08 PM
Subject: Re: [ilugd] WRT54GL

On Sun, 2007-01-07 at 19:55 -0800, Mithun Bhattacharya wrote:
 Just for information sake I bought a Linksys WRT54GL wifi router recently and 
 would recommend anyone who is looking to purchase a new router for SOHO use 
 to go for it. Other than the fact that it boldly says open source inside and 
 actually running a Linux kernel I am currently using it for the following 
 setup.
 
 1. One VOIP phone wired connection.
 2. One work laptop wired connection running VPN
[...]

Sounds great. What is the ball-park cost? I was considering buying a
wireless router.

Regards,
Gora




__
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] WRT54GL

2007-01-07 Thread Mithun Bhattacharya
- Original Message 
From: Tanveer Singh [EMAIL PROTECTED]
To: The Linux-Delhi mailing list ilugd@lists.linux-delhi.org
Sent: Monday, January 8, 2007 12:46:56 AM
Subject: Re: [ilugd] WRT54GL


Isn't WRT54GS the better option. Its WRT54GL +  Speedbooster tech, linux
based but better performance.

--
I believe Speedbooster is hardware enabled in GL and probably needs
appropriate firmware to enable it. Also from what I read it is useful
if you are trying to share files inside the wifi network - I haven't had
much use for it therefore can not comment on the same..



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] answer seeking by an admin

2006-11-03 Thread Mithun Bhattacharya
1. Use lsmod to see whether a new module has been loaded or not.
4. Configure a bootloader like LILO or grub
5. Use smartctl

I am not sure about question 2 and 3. From what I understand every device 
driver available for a OS has a alloted major number. The number used by the 
current driver can be found from /proc/devices The minor number can be variable 
depending upon what sequence the device was loaded. If I am correct then 
question 2 and 3 doesnt make sense. Maybe I dont understand how this works or 
else these questions are not from RHEL exam ?


Mithun

- Original Message 
From: thomas [EMAIL PROTECTED]
To: LinuxDelhiUserGroup ilugd@lists.linux-delhi.org
Sent: Friday, November 3, 2006 1:40:45 AM
Subject: [ilugd] answer seeking by an admin


In one of interview of RHEL I have been asked following question.
Please help me in getting answers

1) Without using dmesg command and messages and dmesg log file, how
one will find that hot pluggable drive just inserted has been detected
by kernel or not.

2) Are device file corresponding to this drive will be created
automatically? If no which command will create corresponding block
device file in /dev.

3) If these is no way for automatic generation of block device, how
major and minor number of a disk can be figured out so that one can
use mknod device_name b maj_no Minor_no?

4) If this disk is configured and partitioned successfully. One has
copied /boo, / , /var and /usr of running system to this disk on
corresponding directory. What has to be done to write bookable super
block /MBR on this disk so that one can boot from this disk on next
reboot.

5) without using dmesg and message file, how one can get prior
information that a particular disk is malfunctioning and going to
crash / fail.

Thank in Advance

___
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 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] BBDB for Kmail

2006-10-07 Thread Mithun Bhattacharya
- Original Message 
From: Kenneth Gonsalves [EMAIL PROTECTED]
To: The Linux-Delhi mailing list ilugd@lists.linux-delhi.org
Sent: Saturday, October 7, 2006 9:23:18 AM
Subject: Re: [ilugd] BBDB for Kmail


i am still wondering why he doesnt put it on CPAN

-

Because CPAN is for perl modules - Raju's stuff is more of a complete 
application. I guess he could make a module and put it on CPAN but the complete 
thing can never be on CPAN.



Mithun






___
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] BBDB for Kmail

2006-10-06 Thread Mithun Bhattacharya


- Original Message 
From: Raj Mathur [EMAIL PROTECTED]
To: ilugd@lists.linux-delhi.org
Sent: Thursday, October 5, 2006 10:56:39 AM
Subject: Re: [ilugd] BBDB for Kmail



 Any particular reason not to go for Sourceforge ?

It's too small to make a SF project IMO.  I would do it as a last 
resort (well, sarovar, not sourceforge).  What do you think?

--

I wouldnt worry about size - I started off with a 100 line perl code which has 
managed to grow into 5 branches over a couple of years. Basically unless 
sourceforge or sarovar prevents you from starting a small project I would say 
go ahead and do it.



Mithun






___
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] BBDB for Kmail

2006-10-05 Thread Mithun Bhattacharya
- Original Message 
From: Raj Mathur [EMAIL PROTECTED]
To: ilugd@lists.linux-delhi.org
Sent: Wednesday, October 4, 2006 11:56:12 PM
Subject: Re: [ilugd] BBDB for Kmail



On a more serious note, if you think this is useful would appreciate 
advice on where and how to release it officially.

---

Any particular reason not to go for Sourceforge ?


Mithun



___
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] Installation of Red hat 9.0 on Dell OPltiplex GX620

2006-09-15 Thread Mithun Bhattacharya
- Original Message 

On Thu, 2006-09-07 at 12:21 +0530, Gurpreet Sachdeva wrote:
 Hi,
 
 I am trying to install RH 9.0 on Dell Optiplex GX620 box. Its not able to
 find the drivers for the hard disk to make file system.
 
 The hard disk used is ST3160828AS. Any input on this would be helpful.
 
 Thanks and Regards,
 Gurpreet Singh

That is a SATA hard disk which was not existing when Redhat 9.0 came out. Use 
any of the newer versions of any distro and you will suceed in installing Linux.
 
 
 
Mithun

___
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/
http://freedel.in - September 16-17, 2006


Re: [ilugd] OSS alternative to 'veritas'

2006-08-29 Thread Mithun Bhattacharya
It would help if you elaborate as to what you want and why you think these apps 
cant solve your problems...


Mithun

- Original Message 
From: Akshay Lamba [EMAIL PROTECTED]
To: ilugd@lists.linux-delhi.org
Sent: Tuesday, August 29, 2006 9:46:40 AM
Subject: [ilugd] OSS alternative to 'veritas'

Hi,

I'm looking for a linux server based backup solution which can handle a 
mix of linux and win clients. I've looked into BackupPC and Amanda and 
both have not met up to the mark. Any pointers would be appreciated.




___
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] Linus does not matter to the World anymore ?

2006-07-20 Thread Mithun Bhattacharya


--- abhinav sahai [EMAIL PROTECTED] wrote:

 On 19 Jul 2006 06:18:00 -, Raseel Bhagat
 [EMAIL PROTECTED] wrote:
  Wassup ppl,
The following article contains 2 lists :
  People who matter most in the World and the people who don't.
  Interestingly, Linus Torvalds
 Who in this list cares for such type of articles, i think we know for
 ourselves what place he has in the world!!! No one needs to tell us
 that
 
 , the President of Sony and Rob Malda (who
  gave us Slashdot) are in the latter list.
 
  

http://money.cnn.com/2006/06/21/technology/10dontmatter.biz2/index.htm

I dont think that attitude has ever helped anyone for any appreciable
amount of time. If you are doing or using something which is meant for
the common mass you have to worry about what they say. Ofcourse we do
have the saying the majority is a fool but still it is a much needed
fool.

Anyway other than that I dont think the URL was presented or commented
on in the right way. My interpretation of why they think Linus is not
needed is because Linux has caughtup with so much of a momentum that it
is running on it's own. Yes Linus does his share of coding and yes he
is guiding the developement process - but what the article says is that
there are enough people contributing to Linux and quite a few
commercial organization are getting to decide which way Linux
developement should go forward. Yes commercial organization do worry
about what will get them more money from the majority unlike some
people who would prefer to stay in their shell.



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] generating html pages using perl

2006-07-13 Thread Mithun Bhattacharya


--- vivek khurana [EMAIL PROTECTED] wrote:

 Hi! all,
 
  I am looking for suggestions regarding templating and
 html page generation tools for perl. What has been
 user/developer experiences with suggested toolkits.

It depends on your needs and level of confidence in the language.
Ofcourse you already knew that ;). I would recommend you try out a few
of the following before making a decission. You can always write back
with your queries but in most cases you shouldnt have a problem using
either of them.

Pure Templating:
1. Template Toolkit
2. Text::Template
3. HTML::Template

The following can do templating for you but do remember these are more
comprehensive tools and once you have them installed your horizon for
developement grows exponentially. All of them are best used under a
mod_perl environment but most can be used under a CGI environment too.
1. EmbPerl
2. HTML::Mason
3. ePerl
4. Apache::ASP

As I said earlier it depends on what is complete requirement.


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] Repartioning LVM and installing windows

2006-07-06 Thread Mithun Bhattacharya
Hi Simon,

I dont have access to a LVM installation so I am trying to guess here.
Potential way out is embedded in the email.

--- Simon fgc [EMAIL PROTECTED] wrote:

 Hello Mithun,
 

 pvdisplay shows just 1 Free PE :( and there is no other spare
 VolGroup
 [EMAIL PROTECTED] simon]# pvdisplay
   --- Physical volume ---
   PV Name   /dev/hda2
   VG Name   VolGroup00
   PV Size   37.16 GB / not usable 0
   Allocatable   yes
   PE Size (KByte)   32768
   Total PE  1189
   Free PE   1
   Allocated PE  1188
   PV UUID   HbV5hh-30mm-Gpdv-LTUC-gzQa-ldRk-t0RUHC

Ok I am assuming it is showing full because the filesystem is mapped
all over it. If that is the case
http://www.tldp.org/HOWTO/LVM-HOWTO/reducelv.html should cover the
process.

  2. unmount the filesystem
  3. Resize the filesystem
 Is there a way where i can resize this VolGroup00 and then can resize
 /dev/hda2 ??

I have provided the URL for the same above.

I also see another problem - you have only one partition which is
completely dedicated to the LVM installation. A better way out is
usually to create lots of small partitions and then setup LVM over it.

It wont help your current situation but for future reference - what I
did was created 10 partitions of 4GB each and merged them under LVM.
This way I can always pull out any partition if I need it for non LVM
use later without having any headache.


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] Repartioning LVM and installing windows

2006-07-05 Thread Mithun Bhattacharya


--- Simon fgc [EMAIL PROTECTED] wrote:

 Hello,
 
 i have a system where i installed linux sometime back with
 partitioning scheme as follows
 
 [EMAIL PROTECTED] simon]# df -h
 Filesystem Size  Used
 Avail Use% Mounted on
 /dev/mapper/VolGroup00-LogVol00   36G   18G   17G  53% /
 /dev/hda1   99M   56M
 39M  60% /boot
 none 248M 0
 248M   0% /dev/shm
 
 Now i need to install windows on the same PC. so kind of resize
 /dev/mapper/VolGroup00-LogVol00  drive and then may be using fdisk to
 create a new partition.
 
 I believe there is something we can do with the below commands
 
 [EMAIL PROTECTED] simon]# man lvresize
 [EMAIL PROTECTED] simon]# man dmsetup
 
 As i don't have a seperate media to take the back up and repartition
 the hardisk to install windows, i can not take the risk of loosing
 data by using above commands and hence looking for the expert advice.

To begin with I would recommend you read the LVM howto
http://www.tldp.org/HOWTO/LVM-HOWTO/ being a good starting point.

Next to summarize there are three major sections in a LVM namely
extents, volumes and volume groups.
To understand them more clearly you could think of Physical volumes as
hard disk or a software raid device, logical volumes would be
equivalent to a partition on that device.
These volumes would be internally split into chunks of data which would
be called physical or logical extent depending upon what type of volume
you are splitting.
Using these volumes you create Volume groups which is where you start
looking at it from outside the LVM therefore your filesystem sits on
the volume group.
Any resize activity you do should be supported by the volume group and
the filesystem sitting on it and everything else will happen
transparently.
Now to free space from LVM and have it usable for Windows you need to
have a logical volume freed from LVM. If you dont need to pass the
whole space to Windows you could ofcourse resize the partition and put
part of it back into the LVM.
Therefore to resize (shorten) a filesystem on LVM you need to do the
following
1. Run pvdisplay on the partition or device you wish to remove and
confirm it is not being used (check for Free PE). If it has data in
it - you need to have spare space in other extents in the VolGroup and
then run pvmove.
2. unmount the filesystem
3. Resize the filesystem
4. Run vgreduce to remove the volume from the volume group.
5. Mount the filesystem on the updated volume group.

I would recommend you read the HOWTO thoroughly and understand the
commands I have mentioned. Since I donot know the structure underneath
your volume group and since I dont want you to blindly copy my
instructions I have not mentioned the exact syntax to use. I do believe
I have mentioned all the steps but dont blame me if I missed any step -
it is your data after all :).



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] running internet through lan

2006-06-30 Thread Mithun Bhattacharya


--- dhiraj [EMAIL PROTECTED] wrote:

 hi Mithun,
 i am from the same collage and doing the same stuff
 i have done the same and able to run LAN but what will be the proxy
 setting in browser?

Depends on whether you at all have a proxy server or not. I would
basically copy your laptop's browser settings to the desktop and it
should work fine.

Unless ofcourse you were running some proxy server locally which you
would be aware I hope !!



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] to get data from raid5 breaked hdd

2006-06-30 Thread Mithun Bhattacharya


--- rajnish kumar [EMAIL PROTECTED] wrote:

 Dear
  I have software raid 5 in my fc4 system due to some problem
 my raid
 was faild. I remove the hdd from that system and plugin into another
 without raid system and try to mount it like
 
 mount -t fd /dev/hdd1 /mnt/mydir ( it gives error -- mount: unknown
 filesystem type 'fd')
 mount -t ext3 /dev/hdd1 /mnt/mydir( it givse error --  wrong fs
 type, bad
 option, bad superblock on /dev/hdd1)
 mount /dev/hdd1 /mnt/mydir ( it gives error -- mount: wrong fs type,
 bad
 option, bad superblock on /dev/hdd1)dis
 mount -f /dev/hdd1 /mnt/mydir ( from this cmd hdd is mount  and  on 
 df
 -lh  it  showing  8gb  used  but  when i  am doing ls, it showing no 
 data)
 
 If I am run the command fdisk -l then it shows
 
 /dev/hdd1   1   30401   24419 6001   fd  Linux raid
 autodetect
 
 so plz tell how can mount this partition  as ext3 or how can we take
 data
 from this raid formated hdd

1. Do a 'cat /proc/mdstatus' and check whether md still thinks you have
two hard disk in the raid setup.
2. Assuming it shows three or more hard disk with one in failed status.
Run 'mdadm /dev/md0 -r /dev/hdd1' which should remove the failed device
from the RAID array.
3. Run 'mdadm /dev/md0 -a /dev/hdd1' which should add the new hard disk
back into the array.
4. Regularly check the output of 'cat /proc/mdstatus' to see the Raid
array being recreated. If possible try not to shutdown the server till
the array is recreated. Following command might be helpful 'watch -n 10
cat /proc/mdstatus'
5. RAID devices dont necessarily have a filesystem therefore you can't
mount the device/array itself. Assuming your filesystem didnt get wiped
out you should not have to mount anything. RAID will recover itself and
become healthy in the background without your intervention. Ofcourse
system performance would go for a toss meanwhile.

Do note I have made assumptions as to what your devices and raid setup
are. Check the man page to understand what options I have given and
their implications.



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] running internet through lan

2006-06-29 Thread Mithun Bhattacharya


--- abhinav sahai [EMAIL PROTECTED] wrote:

 hi all
 i have a desktop and a laptop in my hostel room. i have got a wifi
 connection from the college. i have wifi on my laptop but i dont have
 a wifi card on my desktop. both the desktop and the laptops have lan
 cards. now is there any way that i can access the net on my desktop
 by
 connecting it to the laptop through lan??if yes how? both the systems
 run ubuntu 6.06.

1. Crimp a cross cable and connect the laptop to the desktop directly.
2. Set a static internal IP on the laptop
3. Set a static internal IP in the same subnet on the desktop
4. Set the route on the desktop to have a default gateway of the IP of
the laptop
5. Set the DNS server to the server assigned on the laptop

Thats all - the steps are pretty much OS independant so you can pick
and choose whatever OS you feel like. Just make sure your firewall
settings on both your laptop and desktop are properly configured to
allow the IP you are using.


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] Samba share woes!

2006-06-20 Thread Mithun Bhattacharya

--- Yashpal Nagar [EMAIL PROTECTED] wrote:

 Hi
 We use smbmount to mount certain windows shares as by rc.local on a 
 Redhat FC3 box as:
 /bin/mount -t smbfs -o 
 username=Administrator,password=xxx,uid=userid,gid=ftpusers 
 //xxx.xxx.xxx.xxx/share /data/share/ 
 Now the problem is after sometime this get hanged due to either
 windows 
 m/c gets rebooted or some time-out don't exactly know .
 Is there any nice other way around to get sync again smb shares in
 such 
 cases?


Firstly put it under /etc/fstab - you have better control over the
mounting and unmounting process including unmounting shares while
shuttign down.

Secondly I think your problem stems from the fact that smbfs like nfs
will retry indefinitely if a share becomes unavilable - this can have
serious implications on the server. The way around is to understand how
the hard and soft mount options works. Read the details under the nfs
section in mount and decide which one is more important. Remember hard
mount is the default and that is what you would usually want unless
your apps really know how to handle unrealible network file systems.



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] Publishing UTF-8 encoded multilingual XHTML documents on web

2006-04-29 Thread Mithun Bhattacharya


--- आशीष शुक्ला \Wah Java !!\
[EMAIL PROTECTED] wrote:


  I am not sure which HTML specification you are looking at but the
 W3
  page says quite opposite of what you are claiming
 
 I'm also looking at the same HTML v. 4.01 specification.
 
  http://www.w3.org/TR/html4/charset.html
 
 above URL also says, this:
 
 -- begin quote --
 To sum up, conforming user agents must observe the following
 priorities when 
 determining a document's character encoding (from highest priority to
 lowest):
 1. An HTTP charset parameter in a Content-Type field.
 2. A META declaration with http-equiv set to Content-Type and a
 value set 
 for charset.
 3. The charset attribute set on an element that designates an
 external resource.

So a Meta declaration will override the Content-Type header since
ContentType could possibly be a servier configuration whereas the META
tag is controlled by the person maintaining the page who idealy should
be a better judge of what the document is actually in.

 In addition to this list of priorities, the user agent may use
 heuristics and 
 user settings. For example, many user agents use a heuristic to
 distinguish the 
 various encodings used for Japanese text. Also, user agents typically
 have a 
 user-definable, local default character encoding which they apply in
 the absence 
 of other indicators.

I believe this is very iffy and behaviour may change with even a small
patch to whatever browser you are using - basically no standards on
this behaviour.

 This kind of interaction is great, but it is not the only kind of
 interaction we 
 have. I mean, it works when you have document in multiple encodings,
 and 
 depending on user agent preferences, you respond. And, also there has
 to be 
 someway, by which we can inform our webserver that document.html, 
 document.utf8.html, document.iso-8859-1.html are same docs in
 different 
 encodings. But, my thing is (explained with an example):

What you are asking for is already implemented in the apache web server

http://httpd.apache.org/docs/1.3/mod/mod_mime.html

  The majority of the problem starts now. The standards say that the
  content-type specified by the server is a recommendation or a
 guideline
  and not an overriding instruction. The browser is supposed to
 accept
  the data in good faith but is supposed to use it's own judegement
 in
  handling the data. This is the reason why all browser give you an
  option to change the charset being used to render the current page.
 
 BTW, which standards says it and where ??

Cant recall specific standards but a nice discussion on similar topic
is available here
http://ppewww.ph.gla.ac.uk/~flavell/www/content-type.html
Do note I couldnt locate any reference to the fact that Content-Type
can not be overridden at the broswer end.

 So, in other words, browser should not trust server.

In a hostile network I would prefer not to. I am not sure of the
specifics but bottom line is it is a matter of trust - would I trust a
unknown server to decide how I treat their data or should I be the best
judge of it. I would rather let applications I trust decide what to do
with anything.

 http://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html#sec7.2.1
 -- begin quote --
 Any HTTP/1.1 message containing an entity-body SHOULD include a
 Content-Type 
 header field defining the media type of that body. If and only if the
 media type 
 is not given by a Content-Type field, the recipient MAY attempt to
 guess the 
 media type via inspection of its content and/or the name extension(s)
 of the URI 
 used to identify the resource. If the media type remains unknown, the
 recipient 
 SHOULD treat it as type application/octet-stream
 -- end quote --

I think we have deviated a bit from Charset to Content-Type Charset is
not as strictly enforced as Content-Type.

Yes there are sufficient broken webservers out there who say rpm is a
real media file to give me headaches.

Coming back to http://www.w3.org/TR/html4/charset.html My
interpretation is

1. Check for Content-Type use it if available. Go to item 2 for text
contents
2. Check for META tag use it to over ride server side Content-Type
3. Check for element charset and override the charset for the specific
element

Maybe my interpretation is wrong but I think that is what happens
currently. Also as I mentioned before we are discussing two different
topics here. Content-Type is a superset of charset as in in most
scenarios Content-Type is sent without a charset involved which is why
META tags play a lot of role.



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] Importing mail from Microsoft Outlook Express

2006-03-27 Thread Mithun Bhattacharya


--- Rajendra Bhargava [EMAIL PROTECTED] wrote:


  
   So what you do for calendar?
  
 
  BTW, My dad uses Outlook Express and I don't think it provides
 Calendaring
  facilities. MS Outlook provides it. And for MS Outlook, you should
 use
  Outport
  http://outport.sf.net/, since it uses MAPI to communicate with
 Outlook.
  I'm
  not understanding why MAPI is not possible with Outlook Express. (
 I don't
  have
  time to go to the root of problem ;-) ).


For transferring emails the easiest way is to setup a IMAP server and
push all the emails into it. That can be later pulled out into
thunderbird or whatever your preferred email client be.


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] Cannot play VCD on Ubuntu 5.10

2006-03-17 Thread Mithun Bhattacharya


--- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Hi
 
 This is an old bug bear
 back to haunt me yet again
 
 Am running Ubuntu 5.10 Breezy on a Compaq Armada E 500.
 
 I just received a VCD with the following files / folders
 
 [EMAIL PROTECTED]:/media/cdrom0$ ls -aR
 .:
 .  ..  cdi  ext  mpegav  segment  vcd
 
 ./cdi:
 .  ..  cdi_imag.rtf  cdi_text.fnt  cdi_vcd.app  cdi_vcd.cfg
 
 ./ext:
 .  ..  lot_x.vcd  psd_x.vcd  scandata.dat
 
 ./mpegav:
 .  ..  avseq01.dat
 
 ./segment:
 .  ..
 
 ./vcd:
 .  ..  entries.vcd  info.vcd  lot.vcd  psd.vcd
 
 ***
 The biggest data file is avseq01.dat


Since you have shown a file listing I am assuming you have mounted the
VCD before attempting to play it.

The recommended way to play a VCD is not that. I would recommend you do
the following:
1. Unmount the CD
2. Run the following
mplayer vcd://1


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/



[ilugd] [OT] Copyright in Drunken driving case

2006-03-11 Thread Mithun Bhattacharya
http://news.yahoo.com/s/ap/20060311/ap_on_re_us/dui_breath_challenge

__
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] mysqldump problem plz help

2006-02-28 Thread Mithun Bhattacharya


--- ankit walia [EMAIL PROTECTED] wrote:

 hi all,
 i hv a file in which all the queries r written i want 2 use this
 file.
 using this command mysqldump datbasename  filename
 this command is executing but no table is created plz help
 ur suggestions can b treasure for me

Maybe you meant to do
mysql datbasename  filename

instead of doing
mysqldump datbasename  filename


mysqldump generates SQL to recreate the table schemas with optional the
data populating them. To run the SQL's you need to pass them to the
mysql client with proper authorization.


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] gaim connection problem

2006-02-26 Thread Mithun Bhattacharya
 On 2/25/06, Gaurav Mishra [EMAIL PROTECTED] wrote:
  -- Forwarded message --
  From: mailvsingh [EMAIL PROTECTED]
  Date: Feb 26, 2006 12:49 PM
  Subject: [gzlug] gaim connection problem
  To: [EMAIL PROTECTED]
 
 
  hi everyone,
the problem is that whenever i click the sign on button on the
  gaim welcome screen.it directly says could not connect click
  reconnect or cancel.

Run gaim with -d option and see what it is trying to do unsuccessfully.


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] cvs help

2006-02-01 Thread Mithun Bhattacharya
Anyone seriously considering a new version control setup should atleast
go through the following

http://www.onlamp.com/pub/a/onlamp/2004/01/29/scm_overview.html
http://better-scm.berlios.de/



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] Setting up Hardware SATA RAID on Server

2006-01-24 Thread Mithun Bhattacharya


--- wahjava [EMAIL PROTECTED] wrote:

 
 Hi,
 
 Thanx for the suggestion. I've already gone through all those stuff.
 And finally configured RAID on my server. The UbuntuLinux version

 /dev/sda1 -- raid volume
 /dev/sdb1 -- raid volume
 /dev/md0 -- raid array [ /dev/sda1, /dev/sdb1 ]

Since you have read all the documents I assume you understand that the
/dev/md0 is a software RAID created by Linux and that it is not
compatible across OSes


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] Setting up Hardware SATA RAID on Server

2006-01-23 Thread Mithun Bhattacharya

--- आशीष शुक्ला \Wah Java !!\
[EMAIL PROTECTED] wrote:

 Hi ilugd@lists.linux-delhi.org,

 aware of my RAID) but Linux sees both SATA hard disks. So if it 
 was true hardware RAID, Linux should see only 1 SATA disk.

Basically most SATA RAID (including non onboard hardware) provide
software based RAID support. You can review the details here 
http://linuxmafia.com/faq/Hardware/sata.html

Intel definitely gives a fakeraid or software based RAID support.

As the above URL will say if it costs too good to be true or is for
free then it probably isnt a proper hardware RAID support.



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] through squid windows vpop3 is not able to downloads mails

2006-01-18 Thread Mithun Bhattacharya


--- rajnish kumar [EMAIL PROTECTED] wrote:

 is there is any setting in proxy that vpop3 would be able to
 downloads mail.

VPOP3 uses the POP3 protocol whereas Squid proxies HTTP/HTTPS protocol.
VPOP3 can not work with Squid.



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 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 Linux is installed?]

2006-01-16 Thread Mithun Bhattacharya

 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.)?

A distribution is just a collection of packages. It doesn't have any
specific technical information which needs to be standardized across
distributions. What every distribution does have is to consistently
inform the release of that specific distribution which will be
consistent across versions of that distribution.


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 Linux is installed?]

2006-01-16 Thread Mithun Bhattacharya


--- nipra [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.



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/



[ilugd] NAS idea

2006-01-13 Thread Mithun Bhattacharya
I have this brewing in my head for quite sometime and was wondering
whether anyone was ready to try it out. I currently cant due to lack of
resources but if it works you could probably earn some glory/money
whatever.

Basically I am looking at a Linux based NAS solution. Unless I am
mistaken most NAS systems are costing 5-6 times the cost of the
hardware involved.

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

Of course it runs Linux or I wouldn't be talking here. There are two
things currently lacking off the shelf.

1. A cabinet to hold/expand hard disks at least 4 hard disks to begin
with
2. A web based application to manage the RAID and LVM setup.

I am hoping I am making sense here and would like to solicit feedback
as to the viability and interest in trying out the setup.



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] NAS idea

2006-01-13 Thread Mithun Bhattacharya


--- Manoj Kumar Mishra [EMAIL PROTECTED] wrote:

 Hi,
 
 The main problem with NFS is that it doesn't have common way to add
 users 
 manage disk quota.
 
 I have tried for hosting automation but it has not worked. And
 according to
 Psoft have to use NetApp ( http://www.netapp.com ) for this.

err maybe we should take some simple steps before we start targetting
the business users ? Most SOHO users probably can survive without
qouta's - assuming there is absolutely no way to maintain it across
platforms.

To think about it quotas need to be implemented at the Linux end - so
would there be an issue if a web based interface is provided to manage
quotas or am I looking at the problem differently ?



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] NAS idea

2006-01-13 Thread Mithun Bhattacharya


--- ramana [EMAIL PROTECTED] wrote:

  By the way, there is nothing like 'lack of resources' and there is
 nothing like you can not beat world top b-school bean counters in
 business systems -- if you have that desire.

I am hoping you have been encouraging in in your email :).

As for targetting business users - I am not against it but I would
prefer to first see what hurdles I encounter in the proof of concept.

I agree running a business is a different ball game but then I can also
see that there is ample scope for starting one considering the
competition in India is almost non existant because of the price
factor.



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] NAS idea

2006-01-13 Thread Mithun Bhattacharya


--- Manish Verma [EMAIL PROTECTED] wrote:

 i would like to add few more points while designing a NAS solution
 
 1.writing of data on to HDD should  be fast enough, at time when you
 are
 mounting central storage on multiple server the concurrent NFS
 operation
 makes it very difficult and the write on the box slows down e.g
 netapp uses
 wafl filesystem (or for that matter all NAS storage uses the same way
 of
 writing through cache) which does the writing of data from cache.
 Your
 solution should be based on using the cache to the maximum for both
 read and
 write. I have seen xfs,ext3 going down in the load condition.

I guess corporate customers would like SCSI disks, even home users
shouldnt go for anything less than SATA disks.

I do recall NFS having lad issues that definitely needs to be looked
into. Guess we will have to develop a proper set of test cases based on
your feedback :).

 2. You will have to check the boot time of your NAS box and it should
 be
 under control there are NAS boxes ( i would not put the name here,
 but you
 can easily find it out) which takes 15-20 minutes to boot. The box
 should be
 able to boot in 3-4 minutes even if it a abnormal reboot.

I have used pretty simple installations of LVM over RAID5 on Fedora
Core 3 and it did come up in a few min. I do agree complex LVM and RAID
installations need to be tested.

 3.you should benchmark your NFS box for NFS operation not I/O
 operation on
 disk. You may get good I/O on disk but may not be able to get good
 NFS
 operation.
 
 4.The redundancy of storage array should not be limited to RAID5
 because now
 the storage capacity of individual disks are going high (500GB SATA,
 300GB
 SCSI and FCAL are in the market) you should be able to handle dual
 disk
 failure in the same RAID group lets say you have 14 disk RAID group
 and your
 one disk failed and rebuilding is going on (which will take some time
 as the
 capacity is more) and during that time if your second disk also fails
 then
 your whole of the RAID volume will go offline, you should have dual
 parity
 kind of solution.

Well isnt the concept of spare disks in RAID meant for these purposes ?

 5.NAS solution should be modular i.e i should be able to add storage
 and
 processing both e.g if i am handling n NFS operation using one NAS
 header
 today with NTB storage and tomorrow if i want to increase my NFS
 operation i
 should be able to add more processing (NAS header to the same
 storage) and
 lets say i don't want to increase the NFS operation but i want to add
 more
 storage i should be able to do that as well and that too on the fly
 because if my box is in production i cant shut it down.

Adding disks would be limited by the enclosure holding them. A highly
modular system I am afraid wont be there in a first cut we would
probably have to set up a research lab or something where CPU and hard
disks both are modular and are being used efficiently.

Also if I add a CPU does it contribute to a existing box or creates a
new box. There are various degrees of modularity which could be
achieved but definitely not everything in the first version.

 May be there are other things also can be considered and included but
 that is all i could put down off hand.
 
 When ever you are ready with your NAS solution i could be a good
 customer

Haha as soon as I get someone interested in coughing up resources you
can be the beta tester. Unless ofcourse you have some spare cash and
the knowhow to make cabinets suitable for housing hard disks with
proper cooling. I wonder how temperature could be measured in the
cabinet over a period of time - anyone has any thoughts on the same ?

 for you :). also read on onstor while designing the solution.


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] Downloading Websites

2006-01-06 Thread Mithun Bhattacharya


--- संजय गोयल (Sanjay Goel)
[EMAIL PROTECTED] wrote:

 you may use  
 
 wget -r  abc.com  
 
 for download abc.com

Couple of things in this context:

1. -r option is for recursive download A more preferable option is to
use -m mirror option assuming you want to maintain a local copy and not
take a snapshot.
2. To ensure you can read the whole thing offline you might want to use
the -k option. Revewing the wget documentation I think you might want
to do wget -m -k -K -E
3. Do you have any specific requirement for downloading the complete
website - is it for offline reading or for taking a backup ?



Mithun



__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.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] Executing a cgi as root on apache.

2005-12-07 Thread Mithun Bhattacharya


--- santosh dubey [EMAIL PROTECTED] wrote:

 Dear all,

   I want to run a script as root. (setuid bit is set for root). But
 apache is not executing this script.

Running as root is never recommended - there is always better ways of
doing these things.

   I used #!/usr/bin/perl -wT as suggested by Mithun. But no result. I

I think I mentioned 3-4 more points can you answer those too ?

I assume the apache logs are not mentioning anything when you access
these scripts..

 don't have suidperl installed and i cannot rebuild server to run as
 root. 

You dont need to rebuild. Setting userid to run as is a configuration
change.

   Is it possible to run such scripts from apache.?? if  yes then how
 to do that?
   security of server is no issue as it is over internal server...

Its your server we can only warn you.



Mithun



__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.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] Prob. Apache can't execute cgi???

2005-12-06 Thread Mithun Bhattacharya


--- santosh dubey [EMAIL PROTECTED] wrote:

   Dear All,  My apache server is not executing cgi scripts instead it
 is showing only text of perl scripts...my settings in config file are
 given below. Pls suggest me where i am wrong... 
 --  DocumentRoot /spare3/ihs/default/htdocs
  ScriptAlias /cgi-bin/ /spare3/ihs/default/cgi-bin/  AddHandler
 cgi-scripts .cgi  # set basic permissions  Directory /  Options
 FollowSymLinks +ExecCGI  AllowOverride None  /Directory  
 Directory /spare3/ihs/default/cgi-bin  AllowOverride None
  Options +ExecCGI  Order allow,deny  Allow
 from All  /Directory


1. Did you run a chkconfig I think there is a problem in the line

  Order allow,deny  Allow from All

2. Why do you need to enable ExecCGI on your document root ?

3. Are your scripts given execute permission ?

4. Do you have the following entry at the top of every perl file:

#!/usr/bin/perl -wT



Mithun



__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.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] Problem: Connecting Reliance Terminal phone

2005-11-23 Thread Mithun Bhattacharya


--- Sudev Barar [EMAIL PROTECTED] wrote:

 prompt back - so I do Ctrl+C as described and continue. The device is
 getting recognised as /dev/ttyUSB0, but when ppd is started it comes
 back with cannot write error. See log portion below. I did chmod 666
 /dev/ttyUS* still no change.

Are you sure /dev/modem is symlinked to /dev/ttyUSB0 ? Try running
minicom on /dev/ttyUSB0 and give appropriate AT commands - it is a
better test than doing a cat on a USB device.


Mithun




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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] EXT3-fs error, unablet o read inode blocks

2005-11-18 Thread Mithun Bhattacharya


--- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 Was thinking of live booting knoppix  and recovering the data - on to
cd's and then trying a reformat and re install would it be a good
option

You would need space to save the data you can retrieve. Therefore
either go for a new hard disk with minimal OS installed or you have a
machine with sufficient disk space accessible using knoppix.



Mithun



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.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-fs error, unablet o read inode blocks

2005-11-18 Thread Mithun Bhattacharya


--- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


 if the data is just a few cd's worth copying them using an external
cd 
 writer would be possible. Or are you saying that because of the
 problems in the hd it won't even let me write to the cd's
 
 Alternatively I could use an external usb connectable hd and use
 knoppix to transfer rapidely ???

You basically need to do two things :
1. Boot from a reliable media - could be pxe, knoppix, zipslack
anything as long as it is not from the corrupt hard disk.
2. Ensure sufficient disk space is available to the OS once you have
booted from something. This could be a CDR, DVDR, local hard disk, USB
drive, NFS mount, FTP server, another linux box with SSH on it.

The choice is yours to make depending on what you have easily available
at your end.



Mithun



__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs

___
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] Limiting physical memory observing consequences...

2005-11-17 Thread Mithun Bhattacharya


--- Tushar Shah [EMAIL PROTECTED] wrote:

 Hi,
 
   specially, it would be interesting to see how they react to low
 mem
  conditions, do they crash or exit gracefully or something else...
 Why shud it crash ? I guess  such a situation would cause lots of
 page
 swapping   . Better answer can come from some who knows abt linux
 memory management internals


Once it runs out of physical memory new request for memory would result
in swap usage. If you manage to use both the physical memory and the
SWAP the OS will return a error.

How the error is handled by the application is very application
specific but it would definitely exit - either gracefully or core dump
on some illegal operation.



Mithun




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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] EXT3-fs error, unablet o read inode blocks

2005-11-17 Thread Mithun Bhattacharya

--- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 EXT3 -fs error (device hdb6): ext3_gen_inode_loc: unable to read
 inode 
 block _ in inode 17992 :  block 360456
 inode 180012  block 360457

The only thing which can make the filesystem driver throw an error is
if the physical media is absent.

Since this is a hard disk and I assume a non hot swapable one - your
media has had a failure. Just get it replaced and use a different media
to boot your OS before you try to retrieve anything from this one.



Mithun



__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs

___
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] IPtables

2005-11-14 Thread Mithun Bhattacharya


--- Manish Popli [EMAIL PROTECTED] wrote:

 Hi All,
  I want give access to my some users for some perticuler time let say
 in the morning and in the evening.
 on my linux server ..rite now they are able to access 24*7 which i
 dunno want For that i want to schdule the IPtable
 so it will autometicaly start and stop so that some perticuler users
 will get access for perticuler time
 and rest should continue with there work without any intreption...
 how can i do that ?

If it is for HTTP traffic only you might want to consider doing it
through squid which has time based ACL's available without you having
to enable / disable iptable rules.



Mithun



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.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] [News] Open Invention Network

2005-11-11 Thread Mithun Bhattacharya
Three of the world's biggest electronics companies -- IBM, Sony and
Philips -- have joined forces with the two largest Linux software
distributors to create a company for sharing Linux patents,
royalty-free.

http://money.cnn.com/2005/11/10/technology/linux.reut/index.htm
http://linux.slashdot.org/linux/05/11/10/1321238.shtml?tid=136tid=233tid=106



Mithun




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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/



[ilugd] Negative Responses

2005-11-10 Thread Mithun Bhattacharya
In the last few days I seem to notice a lot of negative feedback. The
linux versus freebsd performance thread being one but not the only
thread receiving answers which could potentially have been toned down.

I do agree Sandip could have asked more specific questions if he wanted
specific answers but I don’t agree that he crossed the line of asking
others to do his homework.

Lets keep this a cheerful and a fun place to ask questions.



Mithun





__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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] best tools for web development

2005-11-09 Thread Mithun Bhattacharya


--- gaurav [EMAIL PROTECTED] wrote:


 What makes anybody think  you can separate business logic with
 presentation in PHP . Templating mechanism like smarty have only one

If you can do it in PHP great - more choices for the users I have no
complaints !!


Mithun



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.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] best tools for web development

2005-11-09 Thread Mithun Bhattacharya


--- Kenneth Gonsalves [EMAIL PROTECTED] wrote:

 On Tuesday 08 Nov 2005 6:34 pm, Raj shekhar wrote:
  These might clear a few doubts about the capabilities of PHP
  http://rajshekhar.net/wiki/index.php/Main/PHPAndLargeProjects
 
  I am not saying that you *should* use PHP for all your web dev
 work,
  but dismissing it in a casual manner without really knowing what
 all
  it is capable of is not a good idea.
 
 what i like about doing web in python is that on a server with
 several 
 websites, i can stick *all* the matter for a given website on a 
 directory on /home and maintain it with a subversion repository. So,

There is hardly any language left in this world where you couldnt
implement any specific logic due to the limitation of the language.

It's true that some languages come bundled in with extensions to
simplify your work with specific situations but lets not take it for
granted that those specific situations are required by everyone.

 if 
 i hand over control of a particular site to someone else, he can do 
 everything he wants through svn in his own home directory. The only 
 thing beyond his control would be the httpd.conf.

As Sandip mentioned earlier that is not specific to python and can be
easily done for developement in any language.


Mithun




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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/



[ilugd] MySQL 5.0 released

2005-11-09 Thread Mithun Bhattacharya
Never too late to catchup I guess :).

Some highlights pasted from the website 

-
MySQL 5.0 is the most ambitious release in MySQL's history. MySQL 5.0
delivers the enterprise features the community has been asking for,
including Stored Procedures, Triggers, Views, Information Schema, XA
Distributed Transactions, and new Storage Engines. We also added Strict
SQL Mode to eliminate some of the ‘Gotchas’. Plus, MySQL 5.0 builds
on our reputation for Reliability, Performance, and Ease of Use.
-


Mithun




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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] best tools for web development

2005-11-08 Thread Mithun Bhattacharya


--- gaurav [EMAIL PROTECTED] wrote:


 yahoo , Duche Bank , KLM , friendster  and other 23 million sites on

Lets forget all the other trivial websites and talk about Yahoo. One it
started with Perl as the backend language and two now a days it uses
everything from Perl, Python, C, LISP and god knows what else... so umm
stop this pointless discussion of my language is better than yours.

I know a few ex employees of Yahoo on this list who might enlighten us
all as to what really works and what doesnt work there..

Personally I think it is the employees more than the language who can
really make an enterprise grade application. I have seen enough crap
code in all the languages where I have spent any amount of time.


Mithun



__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs

___
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] best tools for web development

2005-11-08 Thread Mithun Bhattacharya


--- Raj shekhar [EMAIL PROTECTED] wrote:

 in infinite wisdom gaurav spoke thus on 11/08/05 16:28:
  i think best tool medium scale web project is php (LAMP) and
  enterprise scale project java (struts + spring + hibernate  +pgsql)
  rest are just options ;-)
 
 A bit off-topic question, but what is considered to be an
 enterprise scale project ?

Interesting question - why do programmers think that just because his
limited knowledge perceives a script to be junk whereas it could be
invaluable for the enterprise ?

I would prefer if everyone wrote his code as if he was writing a
enterprise application and then the programming world would have better
things to do than figure what the previous developer was high on, while
writing the code, he is maintaining.


Mithun




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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] best tools for web development

2005-11-08 Thread Mithun Bhattacharya


--- Kenneth Gonsalves [EMAIL PROTECTED] wrote:

 I am told one can write good code in php and secure code too - but it

If you work hard enough even Windows can be made secure ;)


Mithun




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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] best tools for web development

2005-11-08 Thread Mithun Bhattacharya


--- gaurav [EMAIL PROTECTED] wrote:

 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 this what yahoo (gets 1.5 billion page views daily ) says officially
 abt php
 http://public.yahoo.com/~radwin/talks/php-at-yahoo-zend2005.pdf

Umm I thought slide 13 and 14 conclusively proves that Yahoo thinks
mod_perl is better than php ;)

 I dont think all other sites are trivial and also 1/3 of all apache
 installations out there  run php ..I think most people take
 simplicity for  something else ... php can be scalable , you can use
 oops and design pattern to make scalable like java but that depends
 on

As you have said so does a lot many other languages too.

 programmer not language  but it doest forces anything as java
 does

PHP got that from perl since the first PHP interpretor was written in
perl ;)

 ..then there is also a question of precieved image of
 language
 .. just bcos php or any language is newbie friendly or simpler to
 start doest means it deserves instant bashing

Agreed and atleast I am not bashing PHP as such but targetting more the
agressive promotion of PHP being the best choice.

If you will notice I dont usually go out of the way to promote Perl
till someone walks over and tries to do differently ;).


Mithun




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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] best tools for web development

2005-11-08 Thread Mithun Bhattacharya
--- Sandip Bhattacharya [EMAIL PROTECTED] wrote:

 On Tuesday, 8 Nov 2005 8:19 pm, Raj Mathur wrote:
 
 
  And to add my 2 paise worth, point 4 on the next slide (15)
  conclusively shows the biggest problem with PHP -- mixing Model,
 View
  and Controller into a single document.  Unfortunately, this also


 Oh, come on. This is the biggest bit of unfair misinformation spread
 around 
 about PHP. I have spent years looking at Perl CGIs with embedded
 HTML. Also, 
 this is the whole point of Embperl, and JSP.

I dont think Raj was talking about Templating mechanism. Yes templating
is important. Yes it is also highly missused. Missused in the term that
the template shouldnt drive the application rather the application
should drive the template.

What Raj is talking about is separating the business logic from the
templating mechanism. I dont know much about PHP but I guess Raj is
saying these two layers are not actually independant layers in PHP
based implementations.


 The point is that PHP provides some very good templating engines like
 Smarty, 
 PHPTemplate, etc., just as Perl provides HTML::Template. Whether a
 novice 
 user feels the need for such a thing and looks around, is upto her.
 Most one 
 page scripts dont, so it is overkill. I use here-documents to embed
 HTML 
 templates within standalone scripts. It is simpler.

I would say most novices need templating mechanism whether they use a
standard package or whether they rig up something of their own is what
differentiates a novice from the expert.



Mithun



__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs

___
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] kernel panic

2005-11-02 Thread Mithun Bhattacharya

--- Sharad Birmiwal [EMAIL PROTECTED] wrote:

 if you are trying to boot the machine without any ram and getting
 that
 error, please correct me if i am wrong, it could be because 2.4
 kernels try
 to load initrd onto a ram-drive first.

 On 11/2/05, Manish Popli [EMAIL PROTECTED] wrote:
 
  I m using 2.4.21-4.Elsmp kernel.it http://kernel.it
 http://kernel.it
  went down suddenly and
  when i reboot, it was not able to found the boot record..
  after that i plughed out a slot of 512mb ram from it and tryed to
 boot
  it..M/c got start but i was facing the error...
  *Kernel* *panic*: *no* *init* *found*. Try passing *init*= option

Firstly a PC can not boot without RAM. Since the PC seems to have
powered up and the boot loader also got loaded I am assuming there is
some sort of damage to the hard disk. I would recommed a backup disk be
created and then you should start looking at what you can retrieve from
the damaged hard disk.

The other reason the boot loader would be confused are:

1. Extensive filesystem damage - you are better off with the backup
disk in any case then
2. Power went off before lilo could write to the boot sector - only
valid if you were playing with lilo and only if lilo couldnt write
before power went off.
3. If you use grub then /boot/grub folder or /boot/grub/grub.conf or
/boot/grub/menu.1st on Debian got corrupt.

Do note if power wasnt the culprit then either the kernel was non
standard or the motherboard is dying on you.



Mithun



__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs

___
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] [OFF-Topic] MTNL health mela

2005-10-24 Thread Mithun Bhattacharya
The list guidelines are available at
http://www.kandalaya.org/guidelines.html

The third item clearly says offtopic postings should be avoided.

Also I donot think everything which can be mapped to the GNU principles
can be accomodated in this mailing list. This list is specifically for
people and topic related to Linux. It would probably be off topic to
even discuss how Free BSD and GNU go together. The same applies for all
health mela free or otherwise.



Mithun

--- [EMAIL PROTECTED] wrote:

 Mayank,
 
 As per GNU philosophy - any information that may help the comunity
 deserves to be shared, and this information falls under this
 category. 
 
 And i belive that the community members reading this message will
 benefit by this informaiton.




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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] [OFF-Topic] MTNL health mela

2005-10-24 Thread Mithun Bhattacharya


--- Mayank Jain [EMAIL PROTECTED] wrote:

 ... from tomorrow onwards, people might want to join ILUGD to
 advertise about Viagra  stuff...

But I need Viagra after working on Linux for too long at a stretch !!


g,d,r
Mithun




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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] 17 plasma/lcd monitor recommendations

2005-10-13 Thread Mithun Bhattacharya
I have a DELL UltraSharp 1704 which gives me 1280x1024 @ 32 bit color
according to windows ..

I dont think you will find a 17 TFT which gives you 1400x1050
resolution.

Also this LG of yours is a TFT or a CRT ? I am surprised to hear you
are getting 1400x1050 on a 17CRT - arent they equal to a 15 display
area ?

Do note a TFT will always give lesser resolution compared to a equal
viewable area CRT. Also fast moving images dont render too well on a
TFT unless you are ready to sell your kingdom for it :).


Mithun

--- Raj Mathur [EMAIL PROTECTED] wrote:

 Hi,
 
 Was thinking of going in for a 17 plasma/lcd/tft monitor since my
 current 17 LG is about end of life, and worse, I can barely read
 what's on it :)
 
 Any recommendations for one which isn't mind-blowingly expensive and
 gives a decent resolution?  I'm currently using 1400x1050 at 24bit
 colour, and would like to have at least that much resolution
 available
 in the new monitor too.
 
 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
 
 ___
 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! Mail - PC Magazine Editors' Choice 2005 
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] Acers laptop ads

2005-09-25 Thread Mithun Bhattacharya


--- Guntupalli Karunakar [EMAIL PROTECTED] wrote:


 Naah, see 
 http://www.linpus.com.tw/ - they dont have a stripped down CLI distro
 product (except for embedded stuff!)

Something I noticed which doesnt seem to have been mentioned is the
fact that it seems both Acer and Limpus are of Taiwan origin. Also
Limpus seems to be able to run KDE but all text is in chinese. Maybe
this was somebody's quick fix / lowcost option to promote taiwanese
software which backfired ?


Mithun



__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
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/

Event: Freedel 2005, 17th  18th September, 2005 - http://freedel.in


Re: [ilugd] Load Balancing Apache Servers

2005-09-14 Thread Mithun Bhattacharya


--- ankush grover [EMAIL PROTECTED] wrote:

 database.I am looking for a solution of Load Balancing Apache servers
 that 
 is redirecting client requests to different Apache servers so that 
 performance is good.I am using Fedora Core 3 .



http://www.backhand.org/

__
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/

Event: Freedel 2005, 17th  18th September, 2005 - http://freedel.in


Re: [ilugd] Load Balancing Apache Servers

2005-09-14 Thread Mithun Bhattacharya


--- ankush grover [EMAIL PROTECTED] wrote:

 On 9/14/05, Mithun Bhattacharya [EMAIL PROTECTED] wrote:

  http://www.backhand.org/
 
 
 Thanks everybody for ur replies.
 
 backhand only supports Apache1.x not Apache 2.x.

The idea behind backhand is that you have a single apache installation
working as just the load balancer. You can keep a apache 1.x
installation for mod_backhand and keep your application on Apache 2.x



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/

Event: Freedel 2005, 17th  18th September, 2005 - http://freedel.in


Re: [ilugd] Load Balancing Apache Servers

2005-09-14 Thread Mithun Bhattacharya


--- ankush grover [EMAIL PROTECTED] wrote:


 What minimum requirements are needed in terms of hardware for Load 
 Balance(mod_backhand) with about 150-200 users accessing it at the
 same time.

I have no idea never used it myself - I cant imagine it being a too
heavy module. I would say resource requirement would depend on the
number of servers being managed rather than the volume of traffic. Best
thing to do would be to setup a test environment and try some load
testing.


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/

Event: Freedel 2005, 17th  18th September, 2005 - http://freedel.in


[ilugd] Configure windows to use CUPS

2005-09-09 Thread Mithun Bhattacharya
Hi,

I am trying to configure a CUPS based print server on windows using
IPP.

Windowx XP does seem to have the facility to enter a printer using a
URL.

At CUPS end I have configured a HP Deskjet printer as DeskJet and set
it as the default printer.

My question is - what exactly is the URL I am supposed to provide to
windows to be able to print using IPP ?

I gave http://192.168.0.100:631/printers/DeskJet but Windows doesnt
like it even though I can see it using a browser on the same machine.



Mithun

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

__
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/

Event: Freedel 2005, 17th  18th September, 2005 - http://freedel.in


Re: [ilugd] Configure windows to use CUPS

2005-09-09 Thread Mithun Bhattacharya


--- Raj shekhar [EMAIL PROTECTED] wrote:


  I gave http://192.168.0.100:631/printers/DeskJet but Windows doesnt
  like it even though I can see it using a browser on the same
 machine.
 
 I think you might need to share the printer using samba

SAMBA is another option independant of IPP. I am trying to minimize the
number of server I need to run CUPS in theory should be able to manage
everything.


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/

Event: Freedel 2005, 17th  18th September, 2005 - http://freedel.in


Re: [ilugd] Configure windows to use CUPS

2005-09-09 Thread Mithun Bhattacharya

--- Sandip Bhattacharya [EMAIL PROTECTED] wrote:

 Even the ipp:// URL should work. If you have jetdirect support
 windows also 
 uses the tcp_ip socket option(socket option in cups) for specifying a
 printer. That is the only way the print server in my place works.

Isnt the jetdirect method applicable to laserjet printers connected
directly to the network ?

I didnt notice any way to configure socket option in CUPS - is this
automatically available on my setup ?

 Also check the permissions in cups, and see that octet-stream
 content-type is 
 handled by cups.

Doesnt this imply I have to setup a raw data queue with printer driver
loaded at the client end ?

My basic problem is that I am having a ancient DeskJet printer which
doesnt have driver for Windows XP. It works great from Linux even in
color. I am not sure what all I need to do to get my CUPS working with
Windows. Do I have to provide a driver to Windows even in my setup ?

Ideally I tell Windows to use CUPS via IPP for a Postscript printer and
then CUPS manages the rest. Is this feasible or am I looking at an
impossible situation ?



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/

Event: Freedel 2005, 17th  18th September, 2005 - http://freedel.in


[ilugd] Implication of new DNS server ?

2005-08-26 Thread Mithun Bhattacharya
http://timesofindia.indiatimes.com/articleshow/1211092.cms

The govt. would like us to believe that this will save trillions of
dollars but what exactly is this going to do - do we change our DNS
server configuration to hit these servers only to reap the benefits or
does something happen magically ?



Mithun




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

___
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] How to create a new linux user on the fly

2005-08-22 Thread Mithun Bhattacharya
Couple of things that can be done are as follows :

1. You use suexec and take let AMS have fun with his bots.
2. You do a sudo and have the same problem as above. In both cases you
just hope there are no bugs in your implementation which would result
in your system being hacked or made useless long before you realized
what has happened.
3. You use the web front end as a queuing mechanism and allow a
separate superuser process to implement the creation process. Better in
the sense that your application is modular and each module does what it
is good at. Throw in a authorization step and the whole thing is a
little more secure.
4. Do you really need to change the system setup ? Most requirements
can easily be fulfilled by implementing a separate authorization and
authentication mechanism which is independant of the system accounts.
This can only be answered by you and the answer would probably be valid
for your specific case. Look at what CVS and Vpopmail does to handle
situation where they have multiple users accessing the server but dont
necessarily have anything to do with a system account on the server.


Mithun

--- Abhishek Jain [EMAIL PROTECTED] wrote:

 Hi Friends,
 I wanted to create a linux user on the fly(ie. With mine PERL/CGI
 script) .
 Is there a method to do so. I am having a webserver with root access.
 Pl. reply.
 The distro I will be using is Redhat Enterprise Linux.
 Thanks for your time and effort.




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

___
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] Indexing the mailing lists

2005-08-22 Thread Mithun Bhattacharya
Hi,

I was wondering whether there is any consious decission not to allow
the mailing lists to be indexed by the search engines. There has been
quite a few emails I would like to refer back to but I find them
impossible to find on google atleast.

I believe we have a pretty decent sized archive of both the LUGD and
LIH mailing lists which should have quite a bit of useful information
for the world in general :).


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] Indexing the mailing lists

2005-08-22 Thread Mithun Bhattacharya

--- Raj Mathur [EMAIL PROTECTED] wrote:

 They're indexed as far as I can make out:

http://www.google.com/search?q=linux-india-help+raj+mathursourceid=mozilla-searchstart=0start=0ie=utf-8oe=utf-8client=firefoxrls=org.mozilla:en-US:unofficial

Simple example
http://sourceforge.net/mailarchive/forum.php?forum_id=2049max_rows=100offset=100style=ultimateviewmonth=200305

Dileep M. Kumar started a thread with subject RHL 9.0 CD duplication
problem which resulted in 10 emails being exchanged, yet I dont seem
to be able to search that topic in google.com

Taking Raj Mathur's example if I filter all the emails from Raj Mathur
that are visible in sourceforge.net I get the following

http://www.google.com/search?hl=enlr=client=firefoxrls=org.mozilla%3Aen-US%3Aunofficialq=%2B%22Raj+Mathur%22+site%3Asourceforge.netbtnG=Search

I have a feeling Raju has written a few more emails than 19 in all the
linux india mailing lists combined.

My only concern is that there is no easy way to search the mailing
lists effectively. Google provide a effective search tool sourceforge
doesnt.


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] [LIH]Indexing the mailing lists

2005-08-22 Thread Mithun Bhattacharya


--- Kumar Appaiah [EMAIL PROTECTED] wrote:


 Check this as well:
 http://dir.gmane.org/gmane.user-groups.linux.delhi

And how would anyone know about that if Google doesnt show the pages
from there ?

Try searching for mere paas ClusterKnoppix hai on google which should
show this page
http://blog.gmane.org/gmane.user-groups.linux.delhi/month=20040301
linked from http://dir.gmane.org/gmane.user-groups.linux.delhi


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/


[ilugd] Various linux distributions available in Delhi

2005-08-14 Thread Mithun Bhattacharya
Fedora Core 4 - 4CD's
ZipSlack 10.1
Runt 4.0 [http://www.ncsu.edu/project/runt/]
Debian GNU/Linux 3.1 r0a Sarge Net install

Interested parties will have to get their own CD's and manage how to
get them to me.

Please dont email on the distribution list for details.



Mithun




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

___
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] Volume Manager

2005-07-17 Thread Mithun Bhattacharya
I am probably asking for too much but are there any volume managers
available for Windows XP which is opensource ? Microsoft doesnt believe
home users should use volume manager !!!


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] [LIH]Re: Squid uses 98% CPU

2005-07-13 Thread Mithun Bhattacharya


--- Raj Shekhar [EMAIL PROTECTED] wrote:

 SWAPNIL wrote:
 
  My squid uses 98 % CPU and my swap space is not getting utilized at
 all; 
 
 This should not be happening.  Squid is a I/O bound process and it
 should not be using so much memory.  How long has this been going on

SQUID is using 98% CPU or RAM ? I dont see the relationship between 98%
CPU and lack of SWAP usage.

While you are at it can you tell the CPU and RAM usage at the time of
bottleneck ?

Also take a diff of your squid.conf against the default one provided by
your distro and paste the result.


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] About rsync command

2005-07-05 Thread Mithun Bhattacharya
1. A copy of rsync should be running on A
2. A copy of rsh or ssh should be running on A
3. The rsh or ssh which is running should be associated with a port as
visible on netstat
4. ifconfig should tell you whether any appreciable data is being
transfered.


Mithun

--- nitya bansal [EMAIL PROTECTED] wrote:

 can anybody answer my question?
 my ques is-
 if i m doing rsync from remote server 'say A' to my server that means
 
 transfer data from remote server to my server
 and rsync command is running on my computer
  than is it possible to check on remote server(A) that data is going
 outside 
 or something is rsync'ed from that(A) server
 
 -- 
 Nitya Bansal
 ___
 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/
 


__
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/


[ilugd] Firewall

2005-06-28 Thread Mithun Bhattacharya
Hardware: Pentium II 266 MHz, 96MB RAM

I need to make this a gateway - routing, firewall and potentially squid
too.

I am trying to figure out which would be the best distro/OS to use.
Currently I am considering Debian, Slackware and FreeBSD/OpenBSD

Most important for me is that everything needs to work and secondly it
shouldnt be too much of a pain to maintain.

I would request feedback in technical merits rather than declaration of
holy war :).

Personally I know zipslack 10 runs fine and Fedora Core 1 brought it
down to a crawl. Obviously there will be no X Windows or any desktop
productivity applications running on it. Squid ofcourse might be a
problem.


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] Firewall

2005-06-28 Thread Mithun Bhattacharya


--- Sibayan Das [EMAIL PROTECTED] wrote:

 squid will NOT perform well in such a slow machine. 
 
 Hardware: Pentium II 266 MHz, 96MB RAM
 
 if you use content filtering squid will heavier then and it seems you
 want to increase the load with firewalling too. trust me your system
 will crash within a week.

That is a new one - why exactly will the OS crash due to high load ?

 distro is not a prefference but hardware should be for the do.

So which hardware would you recommend I increase ?



Mith

__
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] rpm --import public.gpg.key ERROR

2005-06-19 Thread Mithun Bhattacharya
The actual public keys are sitting in /usr/share/rhn/ I dont remember
the actual file name but it should be intuitive. Do note there are more
than one file and I believe not all of them a key files.


Mithun

--- santosh dubey [EMAIL PROTECTED] wrote:

 Hi all,
 
 I have fc3. when i run yum update it says:
 You need to install public key for each package  by
 doing 
 rpm --import public.gpg.key

__
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] telnet

2005-04-25 Thread Mithun Bhattacharya

--- S. K. Goel [EMAIL PROTECTED] wrote:
 Actually I want
 
 User X, Y and Z to be use telnet but not ssh.
 while user A, B and C can be use ssh but not telnet

What exactly is the definition of a user on telnet versus a user on ssh
- maybe that will clarify what needs to be done ?


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] telnet

2005-04-23 Thread Mithun Bhattacharya
One reason I could think of is if you wish to allow some users to
tunnel connections through ssh and not allow the others - in such a
case telnet and ssh would provide similar features.


Mithun

--- Amit Goel [EMAIL PROTECTED] wrote:
 S. K. Goel wrote:
 
 Hi List,
 
 
 I want to give telnet access to some specified users and  ssh access
 to
 some other users, Is there is any file like telnet.allow /
 ssh.allow, So
 that I can defined the same user wise.
   
 
 TELNET ! Please use only ssh.

__
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] Society, elections

2005-04-18 Thread Mithun Bhattacharya

--- Raj Mathur [EMAIL PROTECTED] wrote:

 - - All those who are present at the location at that time would be
 invited to join the LUG.  To join, you would need to do the
 following:

What does joining LUG imply ? Other than the election what benefits
would it have for its members ? Does this in any way impact how people
interact on the mailling list ?



Mithun



__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

___
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] VIA and XGI Makers Step Up Linux Graphics Card Support

2005-04-15 Thread Mithun Bhattacharya
http://beta.news.yahoo.com/s/pcworld/20050414/tc_pcworld/120444



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

___
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] Redhat 9.0 on SATA

2005-04-13 Thread Mithun Bhattacharya
--- rakesh  jaiswal [EMAIL PROTECTED] wrote:
 Hi,
 
 I have Dell SC420 with SATA HDD, i want to install redhat 9, but SATA
 does not detect during installation. Please someone help..

1. Most motherboard allow the hard disk to run in downgraded ATA mode.
Check your BIOS for similar options.
2. After setting it install RedHat 9.0 followed by upgrade to the
latest kernel distributed by RedHat Update. I believe they were
offering 2.4.21 which does support SATA.
3. Look for a message saying ICH5 SATA in the output of dmesg.
4. Once you see the message reboot and unset the dongraded mode in your
BIOS.


Mithun



__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs

___
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/


  1   2   >