Re: webgui, gui

2009-05-04 Thread Sharninder
 Are there any good GUIs, webGUIs for managing an Linux server? For
 several use, like the mandriva directory server?

I'm not sure if I understand your query correctly or not, but try
looking at webmin, it might be what you're looking for.

-- 
Sharninder
http://geekyninja.com/


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: creating a compact binary

2009-04-07 Thread Sharninder
On Tue, Apr 7, 2009 at 5:29 AM, Mag Gam magaw...@gmail.com wrote:
 I was wondering if its possible to compile src code  (for example
 rsync) to create 1 large binary. I want to do this to easily
 distribute rsync.


If I'm reading this correctly, what you need is compiling the rsync
binary as a statically linked binary. Read through the rsync Makefile
to figure out how to do this.

-- 
Sharninder
http://geekyninja.com/


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Dell Precision Workstation T7400 - 32bit

2009-04-07 Thread Sharninder
 has anyone of you managed to install debian on a Dell Precision Workstation
 T7400?
 It comes with the f***ing vista pre-installed and (obviously) I want to
 install debian... but the bios doesn't allow me to change the boot device
 order.


Are you sure the BIOS doesn't allow you to change the boot order ? Try
pressing F-11 during POST. I've never seen a BIOS which doesn't let
the user change the boot order.

-- 
Sharninder
http://geekyninja.com/


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Customizable web based GUI for Debian server and daemon administration?

2008-12-03 Thread Sharninder
On Thu, Dec 4, 2008 at 4:45 AM, Nick Lidakis [EMAIL PROTECTED] wrote:
 I'm asking the list 'cause I don't know what exactly to Google for, so...

 Are there any tools that let one build a custom web based (GUI?) page that
 would let users control and configure a small Debian based server?


webmin ?

--
Sharninder


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Inode issue

2008-10-22 Thread Sharninder

 Ok so my filesystem ran out of inodes :(
 Is their away to increase the inodes without reformatting?
 I saw some articles referring to an app called maxfiles but has not been
 able to find it for debian.
 Any help is greatly appreciated.


While filesystem are you using ?

Most filesystems allocate inodes only during the initial format and
inodes cannot be increased later. Some, like XFS for example, do
dynamic inode allocation.

Someone with more knowledge of filesystems might want to chip in.

--
Sharninder
http://nomadicrider.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Hard freezes with Sid/Experimental

2008-10-22 Thread Sharninder

 Over about two days, I have had three hard freezes with Sid/Experimental.
 A few minutes ago, I saw one happen (the others where while I was away).
 The computer instantly went from fully functional, no problems to frozen
 solid. Nothing moving on screen, no response to ctrl-alt-backspace or
 ctrl-alt-del. No response to ping or power button soft off. The music
 was replace by a fast cycling jittering/buzzing noise. After a hard reset,
 everything is fine.

Sounds a lot like a hardware failure to me.

-- 
Sharninder
http://nomadicrider.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Communication between VMed Debian and Windows

2008-10-08 Thread Sharninder

 Since I'm new to Linux, I'm still in the migration process. Now I use VMware
 running Debian.

 After I can do most of jobs with it that Windows can do I'll switch to it
 and drop Windows. (to use it in VMware at most)

 I think I should do more and more jobs in Debian so I'll get used to it.
 Here's my question: How can I get a copy of those pdf files stored in
 Windows so I can read them in Linux?

If you have Vmware tools installed you should be able to simple drag
and drop the files from windows to the VM, or else you can set up a
shared folder, use WinSCP, use ftp, set up Samba or use any other
usual method you can come up with.

-- 
Sharninder
http://nomadicrider.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: how to create an image of your debian computer hard drive for cloning

2008-09-30 Thread Sharninder
 I was wondering how I could make a clone or image of my computer hard disk
 that contains debian OS. I want to do this in order to make an exact copy to
 another clean pc with no os at all. What complete free software can I use
 for this ? Is there a manual some where on the net about this ?
 thanks

dd (man dd) doesn't work for you ? Or are you looking for something else ?


-- 
Sharninder
http://nomadicrider.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: how to create an image of your debian computer hard drive for cloning

2008-09-30 Thread Sharninder
On Wed, Oct 1, 2008 at 1:19 AM, Aniruddha [EMAIL PROTECTED] wrote:
 On Tue, 2008-09-30 at 14:18 -0400, David Clymer wrote:
 On Tue, Sep 30, 2008 at 1:11 PM, Robert Robert [EMAIL PROTECTED] wrote:
  Dear All,
  I was wondering how I could make a clone or image of my computer hard disk
  that contains debian OS. I want to do this in order to make an exact copy 
  to
  another clean pc with no os at all. What complete free software can I use
  for this ? Is there a manual some where on the net about this ?

 I highly recommend Clonezilla-live. it makes cloning to/from any sort
 of storage very simple. You can clone to an attached usb drive, to a
 network drive via nfs, samba, or ssh. (http://www.clonezilla.org/)


 Clonezilla uses partimage which I haven't found too reliable. I still
 prefer to tar /. It works perfectly every time.


tar doesn't solve the problem of making a *real* copy of the HDD. It
only makes a backup of the files that a particular user can read.

I've always been using dd for this task, but ofcourse like someone
else mentioned, I always have a bootable livecd available to dd the
image back to the hdd.


-- 
Sharninder
http://nomadicrider.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OT, where is jar

2008-09-23 Thread Sharninder

 Where can I find the 'jar' command?

 It used to come with the java package, but I have all necessary java
 packages:


you need the complete JDK. The package is called sun-java-jdk6 or something.

Regards,
Sharninder

-- 
http://nomadicrider.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT?] hardware compatibility of new PC

2008-09-23 Thread Sharninder
On Tue, Sep 23, 2008 at 10:21 PM, brumair [EMAIL PROTECTED] wrote:
 On 2008-09-23 07:02 -0500, Hugo Vanwoerkom [EMAIL PROTECTED] wrote:

 [...]
 Are there other technical reasons for choosing this mobo?

 no, that mobo is available for free... :)


Can't argue with that :-)

Install Debian and see if it works. You've got nothing to lose.


--
Sharninder

http://nomadicrider.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: debian netinstall

2008-06-11 Thread Sharninder
On Wed, Jun 11, 2008 at 6:19 PM, Kristian Kirilov
[EMAIL PROTECTED] wrote:
 Hi, i have problem with new kernel 2.6.25.6. I use the config of my debian
 debian-40r3-i386-netinst. He comming up with 2.6.18 kernel and working
 greatest. I used this config to install new kernel, the new kernel was
 compiled and booted sucessfully, but my dns not working. I not have ping
 to my isp, i don't know why? With old kernel and this config work greatest
 but with new with this config - not work.. Can somebody help me?

What does /etc/resolv.conf say ?


-- 
http://nomadicrider.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: hostname question

2008-05-11 Thread Sharninder


On 11-May-08, at 12:32 PM, Pete Kay [EMAIL PROTECTED] wrote:


Hi,

I am currently having 3 servers in the lan which is using dynamic IP  
addresses.  Each time the router is rebooted, I have to reconfigure  
all the db ips and server ips.


Therefore, I want to assign host name to each machine such as db ,  
ser etc, so that I don't use 192.168.x.x in my configure anymore.




Why not assign ip addresses based on the mac adresses of the  
individual machines. Since you don't have a big LAN addressing via / 
etc/hosts should work fine for you and you don't need to learn  
complicated DNS stuff.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [OT] Recovering a deleted file that is still open

2008-05-07 Thread Sharninder



On 08-May-08, at 8:21 AM, Raj Kiran Grandhi [EMAIL PROTECTED] wrote:


If I have accidentally deleted a file that is still being used by some
application (read or write mode), is it possible to recover such a  
file? Especially since the file is not really deleted until the  
descriptor is closed by the



Depends on the application. Some applications might allow you to save  
the file with a new name. VI allows me to atleast.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: What is the apt cache good for?

2008-04-24 Thread Sharninder


On 24-Apr-08, at 11:04 PM, Hendrik Boom [EMAIL PROTECTED] wrote:


I can get some space back by doing apt-get autoclean.

I can get more back by apt-get clean.

This deletes lots and lots of files from my system.  Judging from du's
output, /var/cache/apt/ takes a bit more than a third of my disk  
space.


Now I've been keeping these files around, just in case.

But do I actually need any of these files?



If you are sure you will not be installing the same package again on  
this or another system, you can probably remove those files. Doesn't  
look like they are of any use to you.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: removed root directory files

2008-04-18 Thread Sharninder



On 18-Apr-08, at 1:52 AM, Abraham Chaffin [EMAIL PROTECTED]  
wrote:



Hey All,

Bit of a problem here - I ran rm /*
It didn't remove the directories obviously but now no commands work  
but cd

I was wanting to run ./*
Now if I ls I get
-su: /bin/ls: No such file or directory
Help much appreciated.

Thanks,

Abraham



A simple rm should not have removed user commands which are in other  
directories. There must be something else wrong. In any case if you  
really have lost the binaries there is not much that you can do at  
this point.


--
Sharninder 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




[OT] Pat needs our help

2004-11-16 Thread Sharninder Khera
Hi All,

First of all, sorry for this OT post and I'm prepared to be flamed for
this but I think we should all read the txt below and give it a thought
and help, if we can.


ftp://ftp.slackware.com/pub/slackware/slackware-current/PAT-NEEDS-YOUR-HELP.
txt


--
Sharninder



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Test mail - Please Ignore

2004-08-03 Thread Sharninder



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



subscribe

2004-08-03 Thread Sharninder
subscribe [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



test .. please ignore

2004-03-14 Thread Sharninder Singh



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



test 2

2004-03-14 Thread Sharninder Singh



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: pointing device on thinkpad

2003-07-31 Thread Sharninder Singh

 Woody bf2.4 on Thinkpad570.  I have mouse (that red nipple in the
 middle of the keyboard) working normally in X, but nothing when in
 text mode.  I can't see anything obviously relevant on google.  Can
 anyone point me in the right direction?  I am particularly keen to
 have middle button cut-and-paste active - I hate copying long paths
 and filenames.


the console is a text based mode. The mouse won't be active unless u load
drivers and all explicitely. u need to look at the gpm server.

HTH
sharninder


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt-get -d is cool, but now to install them

2003-07-29 Thread Sharninder Singh


 The apt-get --download-only is neat, but what about now later when you
 want to install them?  No single command to then install all you've
 recently downloaded, without editing each history entry or scanning
 ctimes of files in /var/cache/apt/archives/?


apt-get install should work ... it would'nt download the files again afaik
.. or else try dpkg -i * in /var/cache/apt/archives.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT] SCO is going all out now

2003-07-21 Thread Sharninder Singh-662

 If worst comes to worst and SCO finally show some incriminating code
 in 2.4, stepping back to 2.2 until the relevant bits are purged from
 2.4 is all anyone should need to do to cover their assets in countries
 where this becomes an issue.

ya .. very true and debian makes it even better by coming with a 2.2
installation in the stable distro. itself. is 2.6 also affected by this SCO
claim ?

sharninder


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT] SCO is going all out now

2003-07-21 Thread Sharninder Singh-662

 Do you suspect there could be a long enough delay between releasing
 the alleged infractions and producing a clean kernel that fully
 changing OSes could make sense, however?


like u said .. if worst comes to worse. either ppl will develop patches and
features for the latest hardware or some ppl might just shift OSs. FreeBSD
gives most of the freedom of Linux though i'm not an expert on licenses and
can't comment on the difference between the BSD and GPL, but i know that
FreeBSD is already being used by BIG companies and linux is not exactly
replacing it just existing beside it.
Worse comes to worse .. hmmm .. makes me wonder ... i should pull out my
FreeBSD disks again and try the f* installation again.

sharninder


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Shared address book for Outlook?

2003-07-18 Thread Sharninder Singh-662


 I'm looking for software to set up a shared address book (names, email

have u looked at opengroupware. that might be what u need. it just reached
version 1 few days back. but that should'nt stop u .. would it ;)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Exim virus scanner?

2003-07-10 Thread Sharninder Singh-662
check out clamav .. its in testing

- Original Message -
From: Louie Miranda [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 11, 2003 10:27 AM
Subject: Exim virus scanner?


 Hello,

 Does anyone know an exim virus scanner for debian?


 --
 Thank you,
 Louie Miranda ([EMAIL PROTECTED])


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Securing a Debian server

2003-07-08 Thread Sharninder Singh-662
have a question concerning this. RH offers to check servers and optimizing
these for maximum security, does Debian offer this? Or is there a guide on
how to do this somewhere?

there is a securing debian guide somewhere on the documentation pages. as u
know, debian is a volunteer driven service so u might not get support from
debian directly but the mailing list is a gr8 place to hang out and ask such
questions. debian also has a security updates repository using which u can
keep your system updated. and last but not the least, u might find some
commercial provider to provide u the necessary assistance, if thats what u
want.

regards
sharninder


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: S3 Trio 64/32

2003-07-08 Thread Sharninder Singh-662


 On Tue, 2003-07-08 at 08:47, Jose colmenares wrote:
  I've just installed Debian, but cannot configure the video card. I
  have a S3 Trio 64/32, but don't know what driver to use. The closest
  option that appears when I run dpkg-reconfigure xserver-xfree86 it's
  something like s3verige.
 

the S3 trio driver is not there in Debian stable's xfree86-4, u'll have to
get the latest X.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: pdf creator

2003-07-08 Thread Sharninder Singh-662

 Is it possible to create new, clean .pdf files under linux? If it is,
 then which program do I need to use?


ps2pdf . txt2pdf .. basically u need ghostscript and the scripts that come
with it.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Totally Remote Debian Install Help

2003-06-15 Thread Sharninder Singh-662

  Now, I'm trying to figure out how to replace its current Windows 98,
with
  Debian Linux, preferably without having to rely on anyone there doing
  anything to the machine beyond switching it on (and perhaps hitting the
  reset button).  If anyone has done something similar, or can see any
  problems with my plan below, I'd appreciate some advice.

if the box has windows 98 on it u can easily use loadlin to help u boot into
the debian installer and then install debian from there.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Console password generator

2003-06-12 Thread Sharninder Singh-662
 Im not sure if debian package has a password generator.
 Do we have one? I think I saw one but I couldn't figure where.


try apt-cache search password generator.
i don't have access to my debian box rite or else i would have given u the
output.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Beginers guide to spamassain ?

2003-06-09 Thread Sharninder Singh
i think that should be spambouncer ... try spamassasin.org or something


 On Mon, Jun 09, 2003 at 07:11:49AM -0400, stan wrote:

 That's apmbouncer in the noisy mode.
^^
 It works good. I've never had a _real_ spammer actually _read_ the
 message,
 and send spam _with password_, in over 5 years of using it. Mostly if
 it's
 _real_ spam, the reply bounces.

 I fed this into Google and apt-cache search and drew blanks.

 Where can I get a look at this, I'm currently checking out TMDA which
 seems
 to be somewhat similar.



Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[possibly OT] squirrelmail login problem

2003-06-05 Thread Sharninder Singh-662
i recently upgraded to testin from stable. i had squirrelmail 1.4.0 under
stable and have the same version under testing also now. but it refuses to
authenticate the users and shows some error saying invalid user etc. all the
configurations are fine. what could be the problem...
when i telnet to port 143 ... i get conenct but in square brackets the
UW-IMAP server shows somthing like [CAPABILITY .. LOGINDISABLED ]
what does this mean .. and how can i enable LOGINS
...
sharninder


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Print quota package

2003-06-05 Thread Sharninder Singh-662
check out printbill .. u'l have to upgrade to testing though for that. or
download it from the authours site. google would help u in that.



 Hi,

 Is there a printing quota package for Debian?
 What packages/programs do you recommend?

 Thanks
 Mike



 -
 This mail sent through IMP: http://horde.org/imp/


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian installation from hard disk

2003-06-05 Thread Sharninder Singh-662

 Please quote as if you're in a conversation.
 http://ursine.ca/jargon/html/email-style.html

ok .. i tried doing that only but i guess i missed out on a line or two here
and there but i've been in front of the monitor for 8 straight hours now ...


 OK, have you tried Googling for your problem?  I'm sure someone's run
 into this before, I'm almost positive there's a HOWTO about this on
 TLDP.org

i don't think u've understood my problem exactly. i am trying to load debian
from the harddisk of a computer which only has windows NT (i have one FAT16
partition though on which the installation files have been dumped ... as the
debian installation manual says). googling helped me in that if i had a
win9x box..i would have been able to install linux but i want to do this in
NT ... and all solutions loadlin etc. require real mode DOS.



 Have you done anything here to solve your problem, first?
 http://www.catb.org/~esr/faqs/smart-questions.html


good one ... is there a smart answers page also ...
please don't get me wrong but i'm now plain frustrated with this. i don't
understand why loadlin or a similar program can't run under NT. or why XOSL
or some other boot loader can't be installed from NT.

take care all
sharninder


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: debian install without floppy or CD

2003-06-05 Thread Sharninder Singh-662

 So you have no floppy, no CD drive, and no network?


um.. sorry my fault .. this box is connected to the net on a fairly fast
link ..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian installation from hard disk

2003-06-05 Thread Sharninder Singh-662

 This is the machine without a floppy or CD and running Windows that you
want
 to install Debian over the network?

yes this machine only has a net connection. it's my office machien and as
company policy i can install anything off the net but they won't give me a
CD/floppy drive.



 I won't say it can't be done, but if you're not already very comfortable
 with Debian the outcome is in doubt.

i know it can be done ... in fact if only i had windows 9x on this box i
would'nt have even needed to ask this question which answers your doubt ...
i am pretty confortable with debian as such but just wanted to know that if
this was possible with NT.


 The path of least resistance (and least pain) is probably to install a
 CD-ROM or floppy drive in this machine, install Debian and configure it
the
 way you want, then remove the CD-ROM or floppy.


can't do that ... as i said .


 Kevin


sharninder


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [SOLVED] can't access machine after upgrade !

2003-06-05 Thread Sharninder Singh-662
 How about

 /etc/hosts.deny
 /etc/hosts.allow


hehe .. it turns out that somehow iptables added a few default rules to the
INPUT chain on the machine. and i was only seeing the rules which seemed
fine but overlooked the default rule in the brackets which said DROP. i
changed that and now everything is working fine ...
thanks a lot to everyone for their suggestions.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian installation from hard disk

2003-06-05 Thread Sharninder Singh-662

 Ah, OK.  I think this is where I suffered burnout myself.  If you
 mentioned it before, it just didn't click.  You may be SOL in this
 case, however, I did find Linux+WindowsNT HOWTO on TLDP.  Have you
 seen it yet?
 http://www.tldp.org/HOWTO/mini/Linux+WinNT.html


the above document is useful if one already has an installed linux system
and wants to use the NT bootloader to load linux instead of lilo/grub etc.



 NT bootloader is hella-weird.  NT, unlike other Microsoft OSes, also
 pretends to have something approaching memory management, so that
 rules out Loadlin, which basically stomps over the memory occupied by
 Windows to work, as I understand it, which is why when you run it from
 anywhere but a genuine DOS prompt Windows complains about not being
 shut down right.

that's exactly where i'm stuck. there has to be some way to do this. i'm
sure Nt is'nt *that* finicky about leaving memory to some process like
loadlin.. basically just a small utility that would force NT to restart
should do but before that it'll have to make sure that on restart the
utility gets control and not the NT bootloader .. which would again bring u
back to square one.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



debian install without floppy or CD

2003-06-04 Thread Sharninder Singh-662
is there any way for me to install debian on my machine here without a CD
drive and a floppy drive..ie. totally off the network .. at the max. i can
only get the ISOs on my machine or some other machine ...


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: can't access machine after upgrade !

2003-06-04 Thread Sharninder Singh-662
the module is being loaded because i can use access the other machines on
network from this machine and so ifconfig and route also don't show anything
as such. i saw the ifconfig output and it's fine. will check the output of
route and let u know later..tell me one thing is it possible that route lets
me use the network from localhost but not access this machine from anywhere
outside .. i don't think though !!


- Original Message -
From: Kevin Mark [EMAIL PROTECTED]
To: debian-user [EMAIL PROTECTED]
Sent: Wednesday, June 04, 2003 11:50 AM
Subject: Re: can't access machine after upgrade !



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems upgrading from potato to woody

2003-06-04 Thread Sharninder Singh-662
 
 First question: can I force the configure stage of mc ('Setting up 
 mc-common (4.5.55-1.2)') to run again, so that I can get the new file?

do u want this ... dpkg-reconfigure mc



 
 I have never got this to work before, but I had hoped it would this 
 time, plus I thought it would be nice if debconf could keep track of 
 this stuff. Unfortunately, as usual for me, now X doesn't work any more.

try xf86config


 Second question: I want to give it a few more tries, how can I force the 
 configure stage to run again? I guess it's the 'Setting up 
 xserver-mach64 (3.3.6-44)' that I want to restart.

dpkg-reconfigure xserver


 
 Third question: Is woody still using X version 3.x? One of the reasons I 
 decided to go over to woody was to get version 4 of X, but the above 
 makes me think it is still version 3.3.6.

woody has both X 3.x and X 4.x

HTH


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian installation from hard disk

2003-06-04 Thread Sharninder Singh-662
i read that document already but as i said the instructions there are only
for LILO and i only have the NT boot loader. i've been struggling with this
since quite some time but have'nt been able to do this...please help me


- Original Message -
From: Paul Johnson [EMAIL PROTECTED]
To: Sharninder Singh-662 [EMAIL PROTECTED]
Sent: Wednesday, June 04, 2003 4:39 PM
Subject: Debian installation from hard disk


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Wed, Jun 04, 2003 at 03:19:59PM +0530, Sharninder Singh-662 wrote:
  is there any way i can do an install of debian without a floppy or CD
drive.
  i know that is possible with lilo. but can this be done using the Nt
boot
  loader.

 RTFM, it's explained there.  Check out the hard disk method in the
 Debian Installation Manual on the website.

 http://www.debian.org/releases/stable/installmanual

 This should be the first place you check for installation related
 problems, I used a much older (and less complete) version of that when
 I was a couple weeks into my freshman year of high school and knew
 nothing about Linux and pulled off a Debian installation.

 - --
  .''`. Baloo Ursidae [EMAIL PROTECTED]
 : :'  :proud Debian admin and user
 `. `'`
   `-  Debian - when you have better things to do than fix a system
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (GNU/Linux)

 iD8DBQE+3dNyJ5vLSqVpK2kRAgK/AJ9SF8v8517oja9zz42rmM1XGuR2SwCgkLzO
 t8NdMpzObD9MgzV2kVQrrLk=
 =McYV
 -END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [Partially Solved] upgrade to testing messed up lilo

2003-06-03 Thread Sharninder Singh-662

 Please refer to LILO documentation at
/usr/share/doc/lilo/README.common.problems

i read the docs and still am clueless because everything seems fine on the
system. anyways i popped in the rescue disk used chroot to run lilo again
and this time everything was fine but then i had to leave the machine and
went to office. i though since the machine has booted up, it should run fine
now...but i still can't access it. i guess it's some firewall issue because
apt-get did give some questions about iptables and if i remember correctly i
enabled it !! now i guess, iptables is blocking all services. i did'nt have
any default rules in the system prior to upgrade ... i used a custom script
but now i guess the default rules are to block everything !!
thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: error from root

2003-06-03 Thread Sharninder Singh-662

 I keep getting this error:
 Subject: Cron [EMAIL PROTECTED] root test -e /usr/sbin/anacron || run-parts
 --report /etc/cron.daily


this is cron trying to run anacron. disable this is cron.daily or whatever
... by default in debian cron is setup to perform a lot of
necessary/unnecessary cleanups regularly. if u don't have the relevant
software installed, cron generates the above mail msg.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



upgrade to testing messed up lilo

2003-06-02 Thread Sharninder Singh-662
hi all,
i'd been running a stable system (my mail server) since a long time without
any problems. yesterday i got a little adventorous and decided to upgrade it
to testing. did the usual apt-get update ; apt-get dist-upgrade. everything
went on fine but after the install, squirrelmail would'nt take my passwords
at all. i checked up and everything seemed fine and so i decided to reboot
just for the heck of it. after the reboot the machine displayed LI only and
refused to go beyond that. i wonder what's wrong. during the upgrade it did
show some questions about lilo and i did everything right and ran /sbin/lilo
and it updated the boot sector fine. don't know what's wrong here now.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: odd line in sources list

2003-06-02 Thread Sharninder Singh-662


 I'd like to add cyrus imap from unstable to my otherwise testing setup.
 I have read back through the list  it would seem to be possible to add
 this to my sources list but I cannot sort the exact line to add. Can
 anyone suggest the line for a single package from unstable.


AFAIK u have to add the sources.list line for unstable and then install only
cyrus from that using something like apt-get install -t unstable cyrus


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Remote KDE desktop over SSH?

2003-05-29 Thread Sharninder Singh-662

 VNC is not the answer I'm looking for.  VNC is slow as all hell and
 even slower when given a color depth that isn't craptastic.  I mean a
 real, living X session over SSH.


theres something like that possible. don't remember what it's called
exactly.check this link out ..
http://www.cag.lcs.mit.edu/~wentzlaf/faq/ssh_X.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: What;s required to get squierrelmail working on Debian?

2003-04-04 Thread Sharninder

 So, given that I've got the preequistes working, what should I
 check next?

theres a conf.pl script which comes with squirrelmail. Run that script
it is self explanatory.
/etc/squirrelmail/conf.pl


Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: urgent Mail Server

2003-04-01 Thread Sharninder

 which is the *easiest* MTA? I would have liked to use the debian
 default Exim but the docs for fools like me are rather thin, the
 one I use will need to have plenty of simple and clear
 documentation, remembering I know very little about administering

Use exim only .. hop over to exim.org .. lots of documentation there ..
And then do a eximconfig ... it should work out of the box.



Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: urgent Mail Server

2003-04-01 Thread Sharninder
 I wish I had your skill set, perhaps I could understand a little of

hey ... that's the freedom u get with GNU .. use postfix if it suits
you .. all the best. i don't have much knowledge about that but
someone else on the list would definitely be able to help you out .

Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: xpdf

2003-03-27 Thread Sharninder

 Can anyone help me?


why bother with testing or stable ... compile xpdf from the source ...
if it is that important to you ... or use adobe's own acrobat reader
which is free too
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Newbie Help

2003-03-27 Thread Sharninder

 I recently downloaded a .deb file how to I actually install it.
 The deb package was not a standard deb package and I am so new I
 don't know how to setup a standard .deb file.  Please help


try dpkg -i filename.deb ... and later do
man dpkg
man apt-get


Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian's release support policy

2003-03-27 Thread Sharninder

 Does Debian have an official policy regarding how long security
 updates and critical bug fixes will be provided for a release (e.g.
 six months, one year, etc)?


i am not too sure but i think i read this somewhere that as long as
there is a current release updates will be provided for it. When a new
major version comes upgrades will be stopped. upgrades for woody 3.0
will be stopped when 3.x comes out.Of course, the list would continue to support all 
versions, depending
on the number of ppl who use it.
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Woody+KDE3.1

2003-03-25 Thread Sharninder
hi,
My apologies for asking this oft repeated question again, but i
could'nt find anything on the archives which could solve my problem.Firstly I am a 
Debian newbie (kind of).
I have the seven CDs of woody r0 with me and during installation
only gave the option c/c++ developement unix tools or something ...
using tasksel ... and skipped dselect.basically i did an almost base install.
Then i let the installer scan all the 7 CDs. and then after the
install was over i did aapt-get install kde

Now i got the kde3.1 backport from ktown.kde.org/~nolden .. on a CD.
I put the line to that in my sources.list and did an apt-get updatewhich was 
successful (because it did'nt show any errors !!).
Now how do i upgrade kde2.2 to kde3.1. apt-get upgrade does'nt do
anything ... installs one or two packages and keeps the rest of the
kde. apt-get dist-upgrade says it'll have to remove the whole kde.Am i doing something 
wrong ?
Do i need more packages like gcc3.x or something ?
I really need to use kde3.1 on woody. And can't do it from the net
because i don't have a fast net connection.thanx



Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Woody+KDE3.1

2003-03-25 Thread Sharninder
 Did not upgrade from 2.2. Removed 2.2 before. On a clean install
 of  Woody did not install 2.2 but later installed KDE3.1 using
 the using  the http link from kde.org
 //download.kde.org/stable/3.1/Debian stable main
 Had no problems with that.

how did u do that ?
AFAIK there is no kde meta package for kde3.1 so i can't do an
apt-get install kde.What are the minimum packages that i need to install to get kde up
... and from then on i can install only the packages i need.
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: FW: FW: Retrieving mail from a web based mail service?

2003-03-25 Thread Sharninder

 I was wondering if there was nything like fetchmail for web based
 access?


not any AFAIK. All web mail clients might handle and do handle the
client side differently even though they might be using the same
IMAP or POP protocols on the server. If it's yahoo or hotmail u
migth find something of your interest on freshmeat. It should be
possible to write a simple utility to do your job though. U'll have
to parse the webmail's inputs to the mail server and then use that
to read the mails.
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Is my hard drive dying?

2003-03-25 Thread Sharninder

 You should probably disable IDE DMA (see hdparm) immediately.  If
 kernel IDE problems are your problem, that should prevent
 additional corruption.


also start using smartsuite utilities. they are a part of woody
atleast.
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Expunge OpenOffice.org?

2003-03-23 Thread Sharninder

 Sorry, I guess I should add that I am a newbie to Debian systems
 and  Linux in general, but have some experience with RPM based
 systems. I  understand some of the basics of the Debian package
 system, but want to  make sure that all the bits and bobs from
 OpenOffice.org are removed, so  that there is no hindrance to
 installing Star Office 6. I don't know if  it is enough to just
 remove the .deb package.


try dpkg -L packagename .. this will give u a list of all the
files installed by the package. then remove the package using
apt-get remove package. and check if all the files have been removed
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Woody and 2.4 kernel

2003-03-22 Thread Sharninder

 How do I install Woody to use the 2.4 kernel?


1. put CD in drive
2. boot from the CD.
3. type bf24 at the prompt instead of just enter


Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: jigdo-file: Why the name?

2003-03-22 Thread Sharninder


 I've gotta wonder...why is it called jigdo-file instead of jigdo?


because of the .jigdo file used on servers with jigdo access.

Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Debian SID ISOs

2003-03-21 Thread Sharninder
is there a place from where i can ISO images for debian SID, and
does SID have kde3.1 ?

Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Local Root Hole

2003-03-21 Thread Sharninder

 xepsilon writes A local Linux security hole using ptrace has
 been discovered that allows a potential attacker to gain root
 privileges. Linux 2.2.25 has been released to correct this
 security hole, along with a patch for 2.4.20-pre kernels. 2.4.21
 ought to contain this fix, once it is released. 2.5 is not
 believed to be vulnerable to this security hole. See this email
 from Alan Cox for details, and a patch.


Yes, this affects u too.
get the patch and then man patch to learn how to apply the patch.
one thing though, the patch is applied to the source files and u
would have to recompile the kernel after that. If u'r not scared of
that, go ahead and upgrade.
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Debian SID ISOs

2003-03-21 Thread Sharninder
is there a place from where i can ISO images for debian SID, and
does SID have kde3.1 ?

Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [newbie] Setting up network

2003-03-10 Thread Sharninder

 ifconfig eth0 my.ip.add.ress up
 route add default gw my.gw.ip.address


put these two commands in a script under /etc/init.d and link it
from /etc/rcx.d or put these somewhere in /etc/rc.boot
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OK, I did my homework and red your answers carefuly

2003-03-09 Thread Sharninder

 USB modem uses device ttySL0 as default and Win Modem uses
 ttyLT0. I just want to ask whether wvdial looks in those device
 entries, because it finds no modems in my system when I make it
 search for a modem. Thanks.


I don't know about the status of these win/USB modems on linux but
if u'r sure yours is supported then maybe u should make a symlink
named cdrom pointing to the relevant device. As far as i remember
wvdial looks for /dev/cdrom and i'm sure u can specify this in
wvdial.conf though have'nt used wvdial in some time now.
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OK, I did my homework and red your answers carefuly

2003-03-09 Thread Sharninder


 /dev/cdrom???  for a modem?


sorry ... my fault .. that should be /dev/modem or anything else
actually.
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[Fwd: [LIP] Fw: Boycott Caldera/SCO Products]

2003-03-08 Thread Sharninder

 Original Message 
Subject: [LIP] Fw: Boycott Caldera/SCO Products
From: Devdas Bhagat [EMAIL PROTECTED]
Date: Sat, March 8, 2003 1:46 pm
To: [EMAIL PROTECTED],
[EMAIL PROTECTED]

Forwarded without prejudice. All further discussion on this to be
on LIG.

Devdas Bhagat

- Forwarded message from Biju Chacko [EMAIL PROTECTED]
-

From: Biju Chacko [EMAIL PROTECTED]
Date: 08 Mar 2003 12:27:10 +0530
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Boycott Caldera/SCO Products
X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10)

Hi,

The SCO Group (aka Caldera Systems) has launched a major threat to
the Linux OS by suing IBM for $1 billion for IP violations. Their
core argument is that Linux would have remained a hobbyist OS if
IBM had not leaked SCO's Unix IP into it.

This is bad because:

o It creates a lot of FUD about the legality of linux and the
safety of corporate IP when Free/Open Source Sotware is used.

o It implies that we (the Free and Open Source community) do not
have the competence to produce quality software without stealing
IP.

This, therefore, is a call to boycott all Caldera and SCO products.
Do not use or recommend the use of:

* Caldera OpenLinux
* SCO Linux
* SCO OpenServer
* SCO UnixWare

For more information:

http://linuxtoday.com/news_story.php3?ltsn=2003-03-07-011-26-NW-CD-LL
http://lwn.net/Articles/24747/
http://slashdot.org/comments.pl?sid=56225cid=5456337
http://www.wired.com/news/infostructure/0,1377,57955,00.html

Please take this seriously.

regards,

-- b

PS: Devdas, please post this on the LI lists, if you this it's
appropriate.

PPS: Kingsly, if it's appropriate, can I cross post this onto the
other LB* lists?


-- 
---
Biju 'botsie' Chackobiju_chacko at vsnl dot
net http://www.symonds.net/~botsie  Public Key available on
request
---

- End forwarded message -


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The
debugger  for complex code. Debugging C/C++ programs can leave you
feeling lost and  disoriented. TotalView can help you find your
way. Available on major UNIX  and Linux platforms. Try it free.
www.etnus.com
___
linux-india-programmers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-programmers


Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[Fwd: [LIP] Fw: Boycott Caldera/SCO Products]

2003-03-08 Thread Sharninder

 Original Message 
Subject: [LIP] Fw: Boycott Caldera/SCO Products
From: Devdas Bhagat [EMAIL PROTECTED]
Date: Sat, March 8, 2003 1:46 pm
To: [EMAIL PROTECTED],
[EMAIL PROTECTED]

Forwarded without prejudice. All further discussion on this to be
on LIG.

Devdas Bhagat

- Forwarded message from Biju Chacko [EMAIL PROTECTED]
-

From: Biju Chacko [EMAIL PROTECTED]
Date: 08 Mar 2003 12:27:10 +0530
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Boycott Caldera/SCO Products
X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10)

Hi,

The SCO Group (aka Caldera Systems) has launched a major threat to
the Linux OS by suing IBM for $1 billion for IP violations. Their
core argument is that Linux would have remained a hobbyist OS if
IBM had not leaked SCO's Unix IP into it.

This is bad because:

o It creates a lot of FUD about the legality of linux and the
safety of corporate IP when Free/Open Source Sotware is used.

o It implies that we (the Free and Open Source community) do not
have the competence to produce quality software without stealing
IP.

This, therefore, is a call to boycott all Caldera and SCO products.
Do not use or recommend the use of:

* Caldera OpenLinux
* SCO Linux
* SCO OpenServer
* SCO UnixWare

For more information:

http://linuxtoday.com/news_story.php3?ltsn=2003-03-07-011-26-NW-CD-LL
http://lwn.net/Articles/24747/
http://slashdot.org/comments.pl?sid=56225cid=5456337
http://www.wired.com/news/infostructure/0,1377,57955,00.html

Please take this seriously.

regards,

-- b

PS: Devdas, please post this on the LI lists, if you this it's
appropriate.

PPS: Kingsly, if it's appropriate, can I cross post this onto the
other LB* lists?


-- 
---
Biju 'botsie' Chackobiju_chacko at vsnl dot
net http://www.symonds.net/~botsie  Public Key available on
request
---

- End forwarded message -


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The
debugger  for complex code. Debugging C/C++ programs can leave you
feeling lost and  disoriented. TotalView can help you find your
way. Available on major UNIX  and Linux platforms. Try it free.
www.etnus.com
___
linux-india-programmers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-programmers


Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: where does 'root' mail go ?

2003-03-06 Thread Sharninder
 because I cant  find it ! All mail I have ever accessed is via

what do u mean by via the web with kmail ... anyways mostly root
is an alias to a local user and all mail addressed to root goes to
that local user. Have a look at /etc/aliases
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Upgrade to KDE 3.1

2003-03-06 Thread Sharninder

 What I would usually do (and there may be a better way) is on the
 new PC I  would add the appropriate URL to /etc/apt/sources.list
 for retreiving the  debs and then run an apt-get update to make
 the computer aware of the  available updates.

 Next I would copy all of the debs to /var/cache/apt/archives on
 the new PC and  simply run apt-get dist-upgrade.  This way you
 can use apt to solve any  dependency issues for you but still use
 the pre-downloaded files.

i have somehow managed to put the right entry in sources.list now
and ran an apt-get update.Now, when I give a apt-get install kde it gives me an error
mentioning at least a hundred dependencies !! which packages do
install to install and run kde ...

Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Upgrade to KDE 3.1

2003-03-05 Thread Sharninder
hi all,
I have been using kde 2.2 which comes with woody since a long time
now. But recently i downloaded all the 250 MBs of backported debian
packages of KDE 3.1 from ftp.kde.org. And i have them on a comp.
somewhere on my network. Now, i want to upgrade my personal desktop
to kde 3.1. I downloaded all the files from the kde server to my
server and have ftp access to it. What line do i insert in my
sources.list to apt-get update and install the kde update on all the
desktops from the server itself. And what command should i give to
update everything.I have downloaded the whole /pub/kde/stable/*
hierarchy from kde's servers

Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Upgrade to KDE 3.1

2003-03-05 Thread Sharninder

 If you just have the debs, and only want to update one machine,
 the  right way is to download the debs and install the using
 dpkg.
 Then to keep up to date you might want to add the repository from
 where  you got the packets from to your sources.list.

 deb http://download.us.kde.org/pub/kde/stable/latest/Debian/
 woody main

as i said .. i have already mirrored the
ftp.kde.org/pub/kde/stable/3.1/Debian/* hierarchy using wget -c -r
...Now i want to use this to install kde3.1 to my desktop. There are
more than 250MBs of debs. Can't I just give the name of some
metapackage like kde .. and install everything.
Sharninder Singh
National Institute Of Management, Calcutta

--
'M.C.S.E - Minesweeper Consultant  Solitaire Expert'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



/var/cache/apt/archives directory

2003-03-02 Thread Sharninder

hi,
It's a silly question but i don't know where to ask. What's the use
of all the files in the /var/cache/apt/archives directory. They all
seem to be debs of any package that i have installed in my comp.
ever.
Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: squid and external proxy

2003-03-01 Thread Sharninder

 I have squid running as my proxy server. How can I configure
 squid that it uses my ISP's proxy server?

 The question looks so simple and trivial, but I could not find
 anything :-(.


squid uses something called ICP for communicating with neighbour
caches. But your ISP's proxy has to support the protocol. Read up at
squid-cache.org
Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: GNOME 1.4 on Woody

2003-02-28 Thread Sharninder

 I'm doing a baseline netinstall of Debian, and I want to add the
 GNOME  1.4 desktop to it. Is there some specific meta-package I
 should be  installing? How do I know I'm getting the full
 desktop? A specific order  of apt-get commands or something?


don't know about any meta package like kde but try gnome-base and
then one by one clear out the dependencies ... i installed it that
way ... crude but worked for me.
Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Subdomain - node ?

2003-02-27 Thread Sharninder

 What is it called when you set up foo.mydomain.com
 I have Googled for domain node and I have nothing.
 I want to make a directory mybuddys-stuff and have it resolve to
 either foo.mydomain.com/mybuddys-stuff or
 mybuddys-stuff.foo.mydomain.com If you can name this feature I
 can read about it.


well ... that's one confusing mail. foo.domain.com can be any
machine's name under the domain.com domain. And if u want
mydirectory.foo.domain.com then read about sub-domains or read about
aliases in apache and virtual hosts in apache.

Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problem with viewing video under debain3.0

2003-02-26 Thread Sharninder
 I can't find the highly prized Mpalyer (also the Avi-player) on
 the woody 3.0  8CD's package with dselect. Does it has another
 name on Debian, or is it still not available?

forget xine and all those players .. get mplayer from mplayerhq.hu
.. it's not available on the debian CDs
Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Restricting relaying with Exim

2003-02-26 Thread Sharninder


 Ok, I'm either dense, or I've been staring at this too long.  If
 I set  'sender_verify = true', how can I set 'sender_reject' so
 that From  headers from only outside the local domain are
 rejected?  I want to  relay 'example.com' email coming out from
 the local network, but prevent  email with forged From headers
 containing 'example.com' coming from the  Internet and being
 relayed.  There are no local accounts on the gateway,  everything
 is relayed.


i don't know if i've understood your problem correctly but i think
you need to take a look at the qualify_domain, host_accept_relay,
host_lookup options. Put your domain name in qualify_domain, and
your network address in host_accept_relay .. something like
192.168.1.0/24and host_lookup = *


Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Restricting relaying with Exim

2003-02-26 Thread Sharninder

 i don't know if i've understood your problem correctly but i
 think you need to take a look at the qualify_domain,
 host_accept_relay,
 host_lookup options. Put your domain name in qualify_domain, and
 your network address in host_accept_relay .. something like
 192.168.1.0/24and host_lookup = *


take a look at ...
http://www.exim.org/exim-html-3.30/doc/html/spec.html
and use debian's eximconfig tool for a basic working configuration.

Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Restricting relaying with Exim

2003-02-25 Thread Sharninder
 I'm trying to set up Exim on a firewall so that Internet email
 comes in through Exim and then is forwarded to my internal email
 server (there is no local delivery on the gateway server).  I've
 got everything running where mail flows through both ways, but I
 need to block email with a forged From header of my internal
 network.

sender_reject
sender_verify

Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: What disks are what?

2003-02-19 Thread Sharninder

 I am downloading the Debian disk sets (using jigdo), and I am
 wondering:
 What is on each of the (seven or eight?) disks?  I would rather
 not
 download the source disk, as my connection is rather slow and it
 will  take me long enough to download all this.  Can somebody
 tell me what is  on each disk, and how they are organized?

check that out on the site ... there is a lot of software on the 7
disks ... and i'm sure u would'nt use all that stuff .. the software
on the CDs is arranged according to popularity .. the most popular
software on the first CD ... then the second most popular on the
second CD and so on ... u should not need more than beyond the third
CD in any case ...

Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: How to duplicate a CD?

2003-02-19 Thread Sharninder

 I posted this a few months agoa, and got an answer involving
 cdparnoia, and cdrecord. But I sem to have lost the emails, and I
 can't seem to get the mailing list archive search engine to find
 it :-(


read from /dev/cdrom and pipe the output to mkisofs ... or use
cdparania to create wav files from audio cd and then burn using
cdrecord ...read the relevant manpages


Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Reply To Field in emails

2003-02-18 Thread Sharninder Singh,,,
hi all,
I don't know if anyone this problem is being faced by anyone else also
but whenever i press the reply button on my webmail client
(Squirrelmail) on any of the mails from the debian-user list, the mail
is sent to the guy who posted the msg and not debian-user. I think the
reply-to field is set to the poster but being a public list i think it
should be set back to the list itself so that the msg can be archived
and other ppl can also benefit from the reply.
This only happens with debian user ... all the other lists that i
subscribe to set their reply-to addresses back to the list itself. Am i
the only one facing this problem (or feature) or anyone else also
irritated with this ?

cheers
Sharninder


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Reply To Field in emails

2003-02-18 Thread Sharninder

 It's not that way on the NANOG list that I'm on.

 Couldn't you just use the Reply-All and then the list will be
 included in the  Cc: address?


i used reply all on this mail ... the CC: now had the list
address,my address and the to still had the original poster's
address. The linux-india-* mailing lists that i am on are on mailman
at sourceforge ... there i only do a reply and the to field has the
list address [EMAIL PROTECTED] this some fault (feauture !!) in the 
list management software
used at lists.debian.org
Sharninder Singh

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Reply To Field in emails

2003-02-18 Thread Sharninder

 There are several good reasons not to have the Reply-To header
 set to the list address. You may have a look into this document:

 http://www.unicom.com/pw/reply-to-harmful.html

 I don't know Squirrelmail, but every mail client I have met so
 far, has a group reply function.  Some, as for example mutt, even
 have a special reply to list-feature for this purpose.


k ... will try some other client then ... but i still think reply to
is convenient .. will read the document u suggest some other time ..
am getting late right now... thanx
Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




subscribe

2003-02-16 Thread Sharninder



Sharninder Singh
National Institute Of Management Calcutta
Building No. 117
Command Hospital Complex
Alipore
Kolkatta

--
Nostalgia isn't what it used to be



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]