From linux-delhi-owner@lists.linux-india.org Fri Sep 1 01:53:33 2000 Received: from del2.vsnl.net.in (del2.vsnl.net.in [202.54.15.30]) by www.aunet.org (Postfix) with ESMTP id 0197F4A0D3 for ; Fri, 1 Sep 2000 01:53:26 -0700 (PDT) Received: from xyz.vsnl.net.n ([203.197.226.60]) by del2.vsnl.net.in (8.9.2/8.9.2) with SMTP id OAA20820 for ; Fri, 1 Sep 2000 14:24:28 -0500 (GMT) Message-ID: <001e01c013f1$b06aa8c0$3ce2c5cb@vsnl.net.n> From: "DipakS" To: References: Subject: Re: Browser!!! Date: Fri, 1 Sep 2000 14:20:31 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/1 I have got it running with a sun 1.1 JVM and have also tried a sun 1.3 JVM it runs fine on my machine. regards Dipak ----- Original Message ----- From: Balaji Srinivasan To: Sent: 31 August 2000 10:43 Subject: Re: [linux-delhi] Browser!!! > > Hi Dipak, > I can't get JavaScript and java to run on it since it can't detect my 1.3 > IBM JVM or the sun 1.2 JVM. What JVM to use? > Bala > > > > "DipakS" > To: > Sent by: cc: > linux-delhi-owner@lists.linux Subject: Re: [linux-delhi] Browser!!! > -india.org > > > 08/31/2000 07:48 AM > Please respond to linux-delhi > > > > > > > Try Staroffice5.2 It works fine and does not crash. > > Even on Bill's OS's it works better than IE5.xx and has better Java > support. > > Dipak > ----- Original Message ----- > From: Amit Tripuraneni > To: > Sent: 30 August 2000 16:17 > Subject: [linux-delhi] Browser!!! > > > > Are there any other graphical browsers for Linux besides Netscape as it > is > > still very buggy and crashes every now and then... > > Amit > > > > > > ------------------------------------------------ > > An alpha version of a web based tool to manage > > your subscription with this mailing list is at > > http://lists.linux-india.org/cgi-bin/mj_wwwusr > > > > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr > > > > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi > From linux-delhi-owner@lists.linux-india.org Fri Sep 1 05:09:23 2000 Received: from hotmail.com (f135.law9.hotmail.com [64.4.9.135]) by www.aunet.org (Postfix) with ESMTP id 57E954A037 for ; Fri, 1 Sep 2000 05:01:07 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 1 Sep 2000 04:59:13 -0700 Received: from 203.197.231.168 by lw9fd.law9.hotmail.msn.com with HTTP; Fri, 01 Sep 2000 11:59:13 GMT X-Originating-IP: [203.197.231.168] From: "chetan dutta" To: linux-delhi@lists.linux-india.org Cc: ab@fig.org Subject: help! Date: Fri, 01 Sep 2000 17:29:13 IST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 01 Sep 2000 11:59:13.0791 (UTC) FILETIME=[0BE230F0:01C0140C] X-Archive-Number: 200009/2 Hi! i am writing a c fx with variable # of arguments, declared as int my_func(int a, char b,...); the problem is va_arg()(declared in stdarg.h) can not handle floats, it can handle int, char * etc and my_func() needs to handle variable number of float args, how can i use float in a function with variable number of args? please suggest me a way around to handle this problem. chetan _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. From linux-delhi-owner@lists.linux-india.org Fri Sep 1 05:52:38 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 8F4554A02E for ; Fri, 1 Sep 2000 05:52:26 -0700 (PDT) Received: from linux-delhi.org by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id SAA0000013049; Fri, 1 Sep 2000 18:19:07 +0530 (IST) Message-ID: <39AF9D4B.5700B1F6@linux-delhi.org> Date: Fri, 01 Sep 2000 18:12:59 +0600 From: Neil X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-12 i586) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: help! References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/3 chetan dutta wrote: > Hi! > > i am writing a c fx with variable # of arguments, declared as > > int my_func(int a, char b,...); > > the problem is va_arg()(declared in stdarg.h) can not handle floats, it can > handle int, char * etc > and my_func() needs to handle variable number of float args, > how can i use float in a function with variable number of args? > > please suggest me a way around to handle this problem. why dont u take the float value as a char, actually... take any value as a char and then, in the program convert it(using the various converters...atoi,atof...etc)... that is what i allways do... removes all problems..... u want the algo... ask me nicely!!!!! From linux-delhi-owner@lists.linux-india.org Fri Sep 1 05:53:44 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 8DD064A03B for ; Fri, 1 Sep 2000 05:53:34 -0700 (PDT) Received: from linux-delhi.org by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id SAA0000017406; Fri, 1 Sep 2000 18:20:17 +0530 (IST) Message-ID: <39AF9D95.F6A5709F@linux-delhi.org> Date: Fri, 01 Sep 2000 18:14:13 +0600 From: Neil X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-12 i586) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: c++ problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/4 chetan dutta wrote: > hi! guys, > > i am writing a simple c++ function, which is declared as > > int my_func(int a, int b,...); > > i don't know how to use ellipsis, my prob is how do i know how many > args a user has passed, what is the value of each arg passed and what is > the data type of each arg? > > i could not find solution in any of the popular books. if u know a good c++ > book, please recommend me one. > va_lists is ur solution baby!!! From linux-delhi-owner@lists.linux-india.org Fri Sep 1 06:04:58 2000 Received: from ganwaar.com (unknown [203.94.252.205]) by www.aunet.org (Postfix) with ESMTP id 19AD24A092 for ; Fri, 1 Sep 2000 06:04:50 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id SAA02959; Fri, 1 Sep 2000 18:32:48 +0530 Message-Id: <200009011302.SAA02959@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Fri Sep 1 18:32:48 IST 2000 Subject: [ADMIN] Suspended list subscriptions Reply-To: Raju Mathur X-Archive-Number: 200009/5 Suspended the following addresses for a week due to bounces: linux_ussl@123india.com If you feel that your e-mail address has been suspended by mistake, please send the following message to mailto:majordomo2@lists.linux-india.org : set linux-delhi nomail-return end Please send a message to raju@linux-delhi.org if you have any further questions. From linux-delhi-owner@lists.linux-india.org Fri Sep 1 14:15:17 2000 Received: from srijan.net (unknown [203.197.204.113]) by www.aunet.org (Postfix) with ESMTP id 2755A4A057 for ; Fri, 1 Sep 2000 14:15:11 -0700 (PDT) Received: from localhost (sunny@localhost) by srijan.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id CAA10153 for ; Sat, 2 Sep 2000 02:14:58 +0530 X-Authentication-Warning: srijan.net: sunny owned process doing -bs Date: Sat, 2 Sep 2000 01:04:39 +0530 (IST) From: Sundeep Holani To: Linux - Delhi Subject: xscreensaver problems. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII ReSent-Date: Sat, 2 Sep 2000 02:14:46 +0530 (IST) Resent-From: Sundeep Holani Resent-To: Linux - Delhi ReSent-Subject: xscreensaver problems. ReSent-Message-ID: X-Archive-Number: 200009/6 Hi, I'm using xscreensaver with the -lock-mode option. When i lock my screen using, say, "xscreensaver-command -lock" in a xterm, or by using the "lock screen" button from the Gnome menu, my screen locks alright, but gives authorization failure when i enter the password to go back. The docs say that xscreensaver runs as user nobody on some machines, so i tried setting a password for nobody and used that but no luck. Root's password doesnt work either. Can anyone tell me whats happening here? Regards, -- Sundeep. From linux-delhi-owner@lists.linux-india.org Fri Sep 1 18:01:50 2000 Received: from giasdl01.vsnl.net.in (giasdl01.vsnl.net.in [202.54.15.1]) by www.aunet.org (Postfix) with ESMTP id 5E70B4A0DB for ; Fri, 1 Sep 2000 18:01:40 -0700 (PDT) Received: from d ([203.197.210.189]) by giasdl01.vsnl.net.in (8.9.2/8.9.2) with SMTP id GAA10697 for ; Sat, 2 Sep 2000 06:32:21 +0500 (GMT+0500) Message-Id: <200009020132.GAA10697@giasdl01.vsnl.net.in> Date: Thu, 2 Sep 1999 6:29:44 +0500 From: pipeline Reply-To: deepakyadav@india.com To: "linux-delhi@lists.linux-india.or" Subject: linux single disable X-mailer: FoxMail 2.1 [en] Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/7 hi how can i disable " linux single " option at LILO Boot prompt ----------------------------- reply soon bye ==== deepak ---- have a great day ICQ 30662394 -- If you do something right once, someone will ask you to do it again. From linux-delhi-owner@lists.linux-india.org Fri Sep 1 20:17:32 2000 Received: from srijan.net (unknown [203.197.204.3]) by www.aunet.org (Postfix) with ESMTP id 247BF4A0EA for ; Fri, 1 Sep 2000 20:17:26 -0700 (PDT) Received: from localhost (sunny@localhost) by srijan.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id IAA11227; Sat, 2 Sep 2000 08:44:12 +0530 X-Authentication-Warning: srijan.net: sunny owned process doing -bs Date: Sat, 2 Sep 2000 08:44:12 +0530 (IST) From: Sundeep Holani To: pipeline Cc: "linux-delhi@lists.linux-india.or" Subject: Re: linux single disable In-Reply-To: <200009020132.GAA10697@giasdl01.vsnl.net.in> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/8 On Thu, 2 Sep 1999, pipeline wrote: >how can i disable " linux single " option at LILO Boot prompt On your linux system, do "man lilo.conf". From linux-delhi-owner@lists.linux-india.org Sat Sep 2 04:18:40 2000 Received: from texas.dotxtra.com (texas.dotxtra.com [209.15.112.65]) by www.aunet.org (Postfix) with ESMTP id C4DD34A144 for ; Sat, 2 Sep 2000 02:02:20 -0700 (PDT) Received: from ad202.166.2.134.magix.com.sg (ghane.dotxtra.com) [202.166.2.134] by texas.dotxtra.com with esmtp (Exim 3.12 #1 (Debian)) id 13V99y-0006H8-00; Sat, 02 Sep 2000 04:00:23 -0500 Message-Id: <4.3.2.7.2.20000902170351.03b7dbb8@texas.dotxtra.com> X-Sender: ghane@texas.dotxtra.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sat, 02 Sep 2000 17:09:09 +0800 To: linux-delhi@lists.linux-india.org From: Sanjeev Gupta Subject: Re: hoax mails In-Reply-To: <39A9BC94.20CB537C@softhome.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Archive-Number: 200009/9 Mohit, Good morning. Welcome to the "Great Email Hole". Think of the email concept as being very similar to a Postal Mail concept, with mail delivery to Post Office Boxes. At 06:42 AM 8/28/2000 +0530, you wrote: >I recently came across a software (GhostMail 5.1) which lets you send >anonymous >e-mails to anyone assuming any email address. The sender ( a friend of >mine) had assumed the identity as >his_name@his_domain . Sure, and the post office does not object to me calling myself as "Ghane". >Seeing this , i was amazed that the whole purpose of password protection >in emails >is a fake , when anyone can send any mail with a reply to address as >mine. No. There is no password or authentication required to call myself Ghane. I can send letters through the postal services, marking the sender's address as "Ghane". >I even came across this text , a technique for sending fake e-mails. You >simply >telnet to the smtp port of a mail server use the following commds and >presto! >a fake mail with a different return address. I tried this and it does >work . Exactly. Letters I send with the my address as "Ghane" can be dropped off into ANY post box in Delhi. No questions asked. >Is there a way of defeating this??? Defeat what? Think it over carefully. What is the security issue here? >And i don' wanna use filters. The person can assume a diffent name and >can mail from a different mail server each time he mails. > >Mohit Sood If you really are Mohit Sood. For all I know, you may be Neil with a spellchecker ;-) -- Ghane (yes, Ghane) From linux-delhi-owner@lists.linux-india.org Sat Sep 2 05:13:46 2000 Received: from tango.SoftHome.net (tango.SoftHome.net [204.144.231.49]) by www.aunet.org (Postfix) with SMTP id B9FA64A13F for ; Sat, 2 Sep 2000 05:13:39 -0700 (PDT) Received: (qmail 4275 invoked by uid 417); 2 Sep 2000 12:11:39 -0000 Received: from unknown (HELO softhome.net) (203.197.199.184) by smtpa.softhome.net with SMTP; 2 Sep 2000 12:11:39 -0000 Message-ID: <39B0EAA4.525EA91C@softhome.net> Date: Sat, 02 Sep 2000 17:25:17 +0530 From: Goldwyn Rodrigues X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-12 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: help! References: Content-Type: multipart/mixed; boundary="------------7A66E55B3EF0233272B40B49" X-Archive-Number: 200009/10 This is a multi-part message in MIME format. --------------7A66E55B3EF0233272B40B49 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dear Chetan, Another alternative could be u use a linked list of Float and pass the header to the function. You can count the nmber of nodes in the Linked List too. It would require more programming but wud solve ur prob. I've made a small program hope it will solve ur prob. Goldwyn :o) chetan dutta wrote: > Hi! > > i am writing a c fx with variable # of arguments, declared as > > int my_func(int a, char b,...); > > the problem is va_arg()(declared in stdarg.h) can not handle floats, it can > handle int, char * etc > and my_func() needs to handle variable number of float args, > how can i use float in a function with variable number of args? > > please suggest me a way around to handle this problem. > > chetan > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > Share information about yourself, create your own public profile at > http://profiles.msn.com. > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi --------------7A66E55B3EF0233272B40B49 Content-Type: text/plain; charset=us-ascii; name="chetan.c" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="chetan.c" #include struct flp { float d; struct flp *next; }; struct flp *CreateList() { char ch='y'; float f=1; struct flp *first=NULL,*p, *p1; printf("\n\nEnter the Floating Point Number and hit Enter\n"); while (ch!='n') { printf("\nEnter the Floating Point Number : "); p = (struct flp *)malloc(sizeof(struct flp)); p->next=NULL; scanf("%e",&f); p->d=f; if (first==NULL) first=p; else p1->next=p; p1=p; printf("Any More (y/n) : "); scanf(" %c",&ch); } return(first); } void PrintList(struct flp *first) { struct flp *p; int i=0; p=first; printf("\n\nThe List is :\n\n"); while (p!=NULL) { printf("%f\n",p->d); i++; p=p->next; } printf("\n\nThe number of Arguments are : %d\n",i); } int main() { struct flp *first; first=CreateList(); PrintList(first); return 1; } --------------7A66E55B3EF0233272B40B49-- From linux-delhi-owner@lists.linux-india.org Sat Sep 2 06:23:09 2000 Received: from smtp1b.mail.yahoo.com (smtp3.mail.yahoo.com [128.11.68.135]) by www.aunet.org (Postfix) with SMTP id 47CFC4A027 for ; Sat, 2 Sep 2000 06:23:07 -0700 (PDT) Received: from unknown (HELO yahoo.com) (203.197.194.236) by smtp3.mail.yahoo.com with SMTP; 2 Sep 2000 13:21:03 -0000 X-Apparently-From: Message-ID: <5405C4A6.D8F0689A@yahoo.com> Date: Tue, 02 Sep 2014 18:52:46 +0530 From: Pankaj Kaushal X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "linux-delhi@lists.linux-india.org" Subject: [OFFTOPIC] too much offtopic stuff happening Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/11 hi Raju, The guidelines and ettiquets of how to behave on a mailing list be provided when someone joins should be provided. so that the same happens cuz we are having 2 much offtopic discussions and ppl attaching whole source code as bell as binaries and mailing ppl mailing html and no more advertising by ppl who are not member of list please don't allow anyone not frm list post it would be bad, i know but it would be good in more ways then its bad in. --------- The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Sat Sep 2 07:05:26 2000 Received: from times.timesofte.com (unknown [203.197.237.19]) by www.aunet.org (Postfix) with ESMTP id AF8BE4A050 for ; Sat, 2 Sep 2000 07:05:15 -0700 (PDT) Received: from timesofte.com (IDENT:mehulg@localhost [127.0.0.1]) by times.timesofte.com (8.9.3/8.8.7) with ESMTP id TAA01570 for ; Sat, 2 Sep 2000 19:34:02 +0530 Message-ID: <39B108D1.C2EABC94@timesofte.com> Date: Sat, 02 Sep 2000 19:34:01 +0530 From: Sanjay Gupta Organization: TIMESOFT.COM PVT LTD X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-12 i586) X-Accept-Language: en MIME-Version: 1.0 To: "linux-delhi@lists.linux-india.org" Subject: running Oracle dbstart in the init script Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/12 Hi !! I hace installed Oracle on rhl 6.2 box It is working perfectly fine. Now I wanted to start my instance automatically using rc init scripts. But some how it is not working I am enclosing the script which I am using. When I run it it says [Failed] please guide. With best wishes Sanjay Gupta ------------------------------ ORACLE_OWNER=oracle ORATAB=/etc/oratab CONNECT_STRING="internal as sysdba" SHUTDOWN_STRING='shutdown immediate' STARTUP_STRING='startup' ORACLE_OWNER_HOME=/home/oracle # is_running sid isrunning() { ps -u $ORACLE_OWNER -o cmd | fgrep -q ora_pmon_$1 } oratab() { sed -n \ '-es|#.*||' \ '-es|^\([^:]*:\)[ \t]*:|\1'$ORACLE_OWNER_HOME':|' \ '-es|^[ \t]*\([a-zA-Z0-9_]\{1,8\}\)[ \t]*:[ \t]*\([^: ]*\)[ \t]*:[ \t]*|\1 \2 |p' \ $ORATAB } # ## do_oracle ORACLE_HOME ORACLE_SID COMMAND do_oracle() { errs=` echo "$3" | \ ORACLE_HOME="$1" \ NLS_LANG=american_america.us7ascii \ ORACLE_SID=$2 \ LD_LIBRARY_PATH=$1/lib \ /usr/sbin/su $ORACLE_OWNER $1/bin/sqlplus -s "$CONNECT_STRING" \ 2>&1` } # # startup ORACLE_HOME ORACLE_SID startup() { echo -n " ...startup instance $2:" do_oracle $1 $2 "$STARTUP_STRING" if isrunning $2 ; then echo_success else initlog $INITLOG_ARGS -n "$ORACLE_OWNER[startup:$2]" -e2 -s "$errs" echo_failure fi echo } ## shutdown ORACLE_HOME ORACLE_SID shutdown() { echo -n " ...shutdown instance $2:" do_oracle $1 $2 "$SHUTDOWN_STRING" if isrunning $2 ; then initlog $INITLOG_ARGS -n "$ORACLE_OWNER[shutdown:$2]" -e2 -s "$errs" echo_failure else echo_success fi echo } notify() { if [ -z "$noted" ] ; then echo "$notify Oracle Database(s):" noted=y fi } noted= . /etc/rc.d/init.d/functions case "$1" in restart|reload) shmmax notify=Restarting oratab | \ while read sid home start ; do echo $sid $home $start if isrunning $sid ; then notify shutdown "$home" $sid elif [ "$start" != Y -a "$start" != y ] ; then continue else notify fi startup $home $sid done touch $lk ;; startup|start) shmmax notify="Starting Up" oratab | \ while read sid home start ; do [ "$start" = Y -o "$start" = y ] || continue if isrunning $sid ; then : ; else notify startup $home $sid fi done touch $lk ;; stop|shutdown|shut) running=`ps -u "$ORACLE_OWNER" -o cmd | sed -n 's|^ora_pmon_||p'` notify="Shutting Down" for sid in $running ; do home=`awk -F: '$1 == "'"$sid"'" { print $2; exit; }' $ORATAB` [ -n "$home" ] || home=$ORACLE_OWNER_HOME notify shutdown $home $sid done rm -f $lk ;; *) echo "Usage: $0 {start|stop|reload|restart}" >&2 exit 1 ;; esac From linux-delhi-owner@lists.linux-india.org Sat Sep 2 08:04:34 2000 Received: from ganwaar.com (unknown [203.94.252.24]) by www.aunet.org (Postfix) with ESMTP id EB4544A0A7 for ; Sat, 2 Sep 2000 08:03:13 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id UAA01763; Sat, 2 Sep 2000 20:30:47 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14769.5662.687679.183489@localhost.localdomain> Date: Sat, 2 Sep 2000 20:30:46 +0530 (IST) To: linux-delhi@lists.linux-india.org Subject: Re: hoax mails In-Reply-To: <4.3.2.7.2.20000902170351.03b7dbb8@texas.dotxtra.com> References: <39A9BC94.20CB537C@softhome.net> <4.3.2.7.2.20000902170351.03b7dbb8@texas.dotxtra.com> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/13 >>>>> "Sanjeev" == Sanjeev Gupta writes: Sanjeev> [snip] >> Mohit Sood Sanjeev> If you really are Mohit Sood. For all I know, you may be Sanjeev> Neil with a spellchecker ;-) Bwaahaaahaaa! From linux-delhi-owner@lists.linux-india.org Sat Sep 2 08:05:20 2000 Received: from ganwaar.com (unknown [203.94.252.24]) by www.aunet.org (Postfix) with ESMTP id 5B7A54A0E6 for ; Sat, 2 Sep 2000 08:04:56 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id UAA01831; Sat, 2 Sep 2000 20:32:52 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14769.5787.720935.845867@localhost.localdomain> Date: Sat, 2 Sep 2000 20:32:51 +0530 (IST) To: linux-delhi@lists.linux-india.org Subject: [OFFTOPIC] too much offtopic stuff happening In-Reply-To: <5405C4A6.D8F0689A@yahoo.com> References: <5405C4A6.D8F0689A@yahoo.com> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/14 I agree. You volunteering to write them? :-) Sundeep, how about the meeting? Regards, -- Raju >>>>> "Pankaj" == Pankaj Kaushal writes: Pankaj> hi Raju, The guidelines and ettiquets of how to behave on Pankaj> a mailing list be provided when someone joins should be Pankaj> provided. so that the same happens Pankaj> cuz we are having 2 much offtopic discussions and ppl Pankaj> attaching whole source code as bell as binaries and Pankaj> mailing ppl mailing html Pankaj> and no more advertising by ppl who are not member of list Pankaj> please Pankaj> don't allow anyone not frm list post it would be bad, i Pankaj> know but it would be good in more ways then its bad in. From linux-delhi-owner@lists.linux-india.org Sat Sep 2 10:48:27 2000 Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.68.130]) by www.aunet.org (Postfix) with SMTP id 764024A141 for ; Sat, 2 Sep 2000 10:48:26 -0700 (PDT) Received: from unknown (HELO default) (203.197.224.64) by smtp1.mail.yahoo.com with SMTP; 2 Sep 2000 17:46:25 -0000 X-Apparently-From: Message-ID: <001a01c01435$60417a60$40e0c5cb@default> From: "Gaddam Srikrishan" To: "Linux - Delhi" Subject: Wu FTP Server Date: Fri, 1 Sep 2000 22:24:58 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/15 Hi LUG- Delhi, Please read my problem which is as follows I have installed PCQ RH6.2 on a Celeron machine which is on an 10BaseT Ethernet along with some Windows 95 machines. I have been assigned a project of setting up FTP server on the Linux machine by my boss. I've configured WU FTPd on the Linux machine and I am using CuteFTP utility on all the Windows machines. Setting up the FTP server on Linux server was very easy and I experienced no problem whatsoever. I can transfer files to and from the Linux machine, but only when I tested the FTP Server with a huge file of about 17Mb, noticed a peculiar problem. When copying that huge file onto the Linux machine over the LAN from any of the Windows machines through CuteFTP, the average throughput I got was about 108.14 Kb/Sec. After copying the 17Mb file onto the Linux box and deleting the original copy of the huge file from Windows machine, I tried to download the same file from Linux box onto the Windows machine. This time the average throughput I got was about 5.6Kb/Sec. Ever since I've been wondering, why just 5.6Kb/sec? Could somebody please point me where and what am I doing wrong? For any other technical details (for eg /etc/ftpaccess), please let me know. Lots of thanks in advance. Srikrishan _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Sat Sep 2 11:20:54 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 3826D4A0D8 for ; Sat, 2 Sep 2000 11:20:46 -0700 (PDT) Received: from z by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id XAA0000027937; Sat, 2 Sep 2000 23:47:14 +0530 (IST) Message-ID: <005101c014a2$9b7b9940$c7051aac@m.dsouza> From: "neil" To: References: Subject: Re: Full screen VCD player Date: Sat, 2 Sep 2000 11:26:54 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/16 > Does anybody know of any full screen VCD player that works well on > Linux? I have already tried mtv and kmpg ... while the full screen mode of > mtv is damn slow ...kmpg barfs on the vcds even though it supports them..I > hate to say it but the Micro~1 media player works really well on much > lower specs than my computer ...i have a k6-II 400 w/ 64MBRAM .. well i know... i feel the same thing... but 4 mtv, hav u got a liscence???? if u do... then please share it with me!!!! pleaseeee........ co i dont have the dollars to buy it.... mebbe ill pay u in good old indian rs??? well as 4 ur problem... mtv fullscreen is also not exactly fullscreen.... atlerast not for me.... and as for it being slow... that is only because the buffer is almost null... just increase the vid_buf and see it work just fine!!!! as 4 kmpeg... well it donesnot work at all on my comp... it just likes to keep dumping its core on me! as 4 M$ media player.... i know... it is pretty good(except wmplayer7... they screwed it up nice and proper as usual).... u c... there is no harm/anything wrong in accepting what is good by M$... so when u advocate a good M$ product... please dont be shy! even on the list! > > Somebody help!! All those "nice" VCDs are going wasteeeeee!! ;-) well then old chum... giv em to me From linux-delhi-owner@lists.linux-india.org Sat Sep 2 17:37:48 2000 Received: from ganwaar.com (unknown [203.94.251.91]) by www.aunet.org (Postfix) with ESMTP id 507224A167; Sat, 2 Sep 2000 17:37:35 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id GAA01439; Sun, 3 Sep 2000 06:05:28 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14769.40143.999011.532506@localhost.localdomain> Date: Sun, 3 Sep 2000 06:05:27 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) [RHSA-2000:057-02] glibc vulnerabilities in ld.so, locale and gettext X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/17 [Upgrade time for RH users. I'll let you know if other distributions are vulnerable too -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Approved-By: aleph1@SECURITYFOCUS.COM Delivered-To: bugtraq@lists.securityfocus.com Received: from securityfocus.com (mail.securityfocus.com [207.126.127.78]) by lists.securityfocus.com (Postfix) with SMTP id 49EFC2330E for ; Fri, 1 Sep 2000 12:36:47 -0700 (PDT) Received: (qmail 4124 invoked by alias); 1 Sep 2000 19:38:04 -0000 Delivered-To: bugtraq@securityfocus.com Received: (qmail 4117 invoked from network); 1 Sep 2000 19:38:03 -0000 Received: from lacrosse.corp.redhat.com (207.175.42.154) by mail.securityfocus.com with SMTP; 1 Sep 2000 19:38:03 -0000 Received: from localhost (porkchop.redhat.com [207.175.42.68]) by lacrosse.corp.redhat.com (8.9.3/8.9.3) with SMTP id PAA11617; Fri, 1 Sep 2000 15:37:02 -0400 Content-type: text/plain; charset="iso-8859-1" Mime-version: 1.0 Message-ID: <200009011937.PAA11617@lacrosse.corp.redhat.com> Reply-To: bugzilla@REDHAT.COM X-To: redhat-watch-list@redhat.com X-cc: linux-security@redhat.com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by biznetindia.com id NAA22567 From: bugzilla@REDHAT.COM Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: [RHSA-2000:057-02] glibc vulnerabilities in ld.so, locale and gettext Date: Fri, 1 Sep 2000 15:37:00 -0400 --------------------------------------------------------------------- Red Hat, Inc. Security Advisory Synopsis: glibc vulnerabilities in ld.so, locale and gettext Advisory ID: RHSA-2000:057-01 Issue date: 2000-09-01 Updated on: 2000-09-01 Product: Red Hat Linux Keywords: glibc ld.so locale LANG gettext LD_PRELOAD threads Cross references: N/A --------------------------------------------------------------------- 1. Topic: Several bugs were discovered in glibc which could allow local users to gain root privileges. 2. Relevant releases/architectures: Red Hat Linux 5.0 - i386, alpha Red Hat Linux 5.1 - i386, alpha, sparc Red Hat Linux 5.2 - i386, alpha, sparc Red Hat Linux 6.0 - i386, alpha, sparc Red Hat Linux 6.1 - i386, alpha, sparc, sparcv9 Red Hat Linux 6.2 - i386, alpha, sparc, sparcv9 3. Problem description: The dynamic linker ld.so uses several environment variables like LD_PRELOAD and LD_LIBRARY_PATH to load additional libraries or modify the library search path. It is unsafe to accept arbitrary user specified values of these variables when executing setuid applications, so ld.so handles them specially in setuid programs and also removes them from the environment. One of the discovered bugs causes these variables not to be removed from the environment under certain circumstances. This does not cause any threat to setuid application themselves, but it could be exploited if a setuid application does not either drop privileges or clean up its environment prior to executing other programs. A number of additional bugs have been found in glibc locale and internationalization security checks. In internationalized programs, users are permitted to select a locale or choose message catalogues using environment variables such as LANG or LC_*. The content of these variables is then used as part of pathnames for searching message catalogues or locale files. Normally, if these variables contain "/" characters, a program can load the internationalization files from arbitrary directories. This is unnacceptable for setuid programs, which is why glibc does not allow certain settings of these variables if the program is setuid or setgid. However, some of these checks were done in inappropriate places, contained bugs or were completely missing. It is highly probable that some of these bugs can be used for local root exploits. The Red Hat Linux 6.x updates also fix a linuxthreads deadlock bug and handling of certain values of the TZ environment variable. 4. Solution: For each RPM for your particular architecture, run: rpm -Fvh [filename] where filename is the name of the RPM. 5. Bug IDs fixed (http://bugzilla.redhat.com/bugzilla for more info): 13785 - Bug in pthreads blocks ability to preempt suspend and resume threads on SMP machines 6. RPMs required: Red Hat Linux 5.x: sparc: ftp://updates.redhat.com/5.2/sparc/glibc-2.0.7-29.2.sparc.rpm ftp://updates.redhat.com/5.2/sparc/glibc-debug-2.0.7-29.2.sparc.rpm ftp://updates.redhat.com/5.2/sparc/glibc-devel-2.0.7-29.2.sparc.rpm ftp://updates.redhat.com/5.2/sparc/glibc-profile-2.0.7-29.2.sparc.rpm alpha: ftp://updates.redhat.com/5.2/alpha/glibc-2.0.7-29.2.alpha.rpm ftp://updates.redhat.com/5.2/alpha/glibc-debug-2.0.7-29.2.alpha.rpm ftp://updates.redhat.com/5.2/alpha/glibc-devel-2.0.7-29.2.alpha.rpm ftp://updates.redhat.com/5.2/alpha/glibc-profile-2.0.7-29.2.alpha.rpm i386: ftp://updates.redhat.com/5.2/i386/glibc-2.0.7-29.2.i386.rpm ftp://updates.redhat.com/5.2/i386/glibc-debug-2.0.7-29.2.i386.rpm ftp://updates.redhat.com/5.2/i386/glibc-devel-2.0.7-29.2.i386.rpm ftp://updates.redhat.com/5.2/i386/glibc-profile-2.0.7-29.2.i386.rpm sources: ftp://updates.redhat.com/5.2/SRPMS/glibc-2.0.7-29.2.src.rpm Red Hat Linux 6.x: sparc: ftp://updates.redhat.com/6.2/sparc/glibc-2.1.3-19.sparc.rpm ftp://updates.redhat.com/6.2/sparc/glibc-devel-2.1.3-19.sparc.rpm ftp://updates.redhat.com/6.2/sparc/glibc-profile-2.1.3-19.sparc.rpm ftp://updates.redhat.com/6.2/sparc/nscd-2.1.3-19.sparc.rpm i386: ftp://updates.redhat.com/6.2/i386/glibc-2.1.3-19.i386.rpm ftp://updates.redhat.com/6.2/i386/glibc-devel-2.1.3-19.i386.rpm ftp://updates.redhat.com/6.2/i386/glibc-profile-2.1.3-19.i386.rpm ftp://updates.redhat.com/6.2/i386/nscd-2.1.3-19.i386.rpm alpha: ftp://updates.redhat.com/6.2/alpha/glibc-2.1.3-19.alpha.rpm ftp://updates.redhat.com/6.2/alpha/glibc-devel-2.1.3-19.alpha.rpm ftp://updates.redhat.com/6.2/alpha/glibc-profile-2.1.3-19.alpha.rpm ftp://updates.redhat.com/6.2/alpha/nscd-2.1.3-19.alpha.rpm sparcv9: ftp://updates.redhat.com/6.2/sparcv9/glibc-2.1.3-19.sparcv9.rpm sources: ftp://updates.redhat.com/6.2/SRPMS/glibc-2.1.3-19.src.rpm 7. Verification: MD5 sum Package Name -------------------------------------------------------------------------- 6ca1331b30257a5a34417d9e3374540a 5.2/SRPMS/glibc-2.0.7-29.2.src.rpm ef8f379f37e9fde8f67c087db45570c2 5.2/alpha/glibc-2.0.7-29.2.alpha.rpm 0d39f139ea5b23d08b5f3241a23d0731 5.2/alpha/glibc-debug-2.0.7-29.2.alpha.rpm 81e6df8260f301f5934910451fa14786 5.2/alpha/glibc-devel-2.0.7-29.2.alpha.rpm 658f0a9982cad961ab590e6cca5f1b6a 5.2/alpha/glibc-profile-2.0.7-29.2.alpha.rpm b9963bc927e540815df84d64ba3b94c0 5.2/i386/glibc-2.0.7-29.2.i386.rpm fc0c7b551073a9bffb65c49dba4800f3 5.2/i386/glibc-debug-2.0.7-29.2.i386.rpm e0795db373902c9e2ffadc0c32dbbfff 5.2/i386/glibc-devel-2.0.7-29.2.i386.rpm 1b4d3d34588b19374fe6b29c6147bbcc 5.2/i386/glibc-profile-2.0.7-29.2.i386.rpm dc215c32131cb25628a6be096dd3e539 5.2/sparc/glibc-2.0.7-29.2.sparc.rpm 19b3c1dd1f4f63885343202ae4ddb73c 5.2/sparc/glibc-debug-2.0.7-29.2.sparc.rpm fb1c1437e8652cf799666198785c6890 5.2/sparc/glibc-devel-2.0.7-29.2.sparc.rpm bcd19af1741f2704f38e74e89506bb86 5.2/sparc/glibc-profile-2.0.7-29.2.sparc.rpm ab3e9097d3b105d0011befa30b75592e 6.2/SRPMS/glibc-2.1.3-19.src.rpm 96348fca0030190f920eb3e4769494bc 6.2/alpha/glibc-2.1.3-19.alpha.rpm aff1e8a826da615c8737d2723618939e 6.2/alpha/glibc-devel-2.1.3-19.alpha.rpm 5a10a0874d44e9cb2a22c65c11d35062 6.2/alpha/glibc-profile-2.1.3-19.alpha.rpm 9136b639e89a8b873055cf259d711576 6.2/alpha/nscd-2.1.3-19.alpha.rpm cb42ed08fea80af2f292ae2a6e3cc0a1 6.2/i386/glibc-2.1.3-19.i386.rpm 86a4b0d01f6a2b254b109c7a8078c3df 6.2/i386/glibc-devel-2.1.3-19.i386.rpm 2e93114d8487ba44d9a8c2be74e1d160 6.2/i386/glibc-profile-2.1.3-19.i386.rpm 0b9120417f2647a22992c98987218874 6.2/i386/nscd-2.1.3-19.i386.rpm aa96cbcabf21eefb06df8d1f7da79ed8 6.2/sparc/glibc-2.1.3-19.sparc.rpm a7cd77d25a30d2bfe884bd2dfd66cf04 6.2/sparc/glibc-devel-2.1.3-19.sparc.rpm 6ba0b5a628b226e0cc9cc2ba8d419f84 6.2/sparc/glibc-profile-2.1.3-19.sparc.rpm 3b93647462f192058c646e841c7a804f 6.2/sparc/nscd-2.1.3-19.sparc.rpm 94e92becb2c06e0e67b2cd39c8b19b14 6.2/sparcv9/glibc-2.1.3-19.sparcv9.rpm These packages are GPG signed by Red Hat, Inc. for security. Our key is available at: http://www.redhat.com/corp/contact.html You can verify each package with the following command: rpm --checksig If you only wish to verify that each package has not been corrupted or tampered with, examine only the md5sum with the following command: rpm --checksig --nogpg 8. References: http://www.securityfocus.com/templates/archive.pike?threads=0&start=2000-08-27&mid=79537&fromthread=1&list=1&end=2000-09-02& Copyright(c) 2000 Red Hat, Inc. ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Sat Sep 2 17:40:57 2000 Received: from ganwaar.com (unknown [203.94.251.91]) by www.aunet.org (Postfix) with ESMTP id 6B03A4A1A2; Sat, 2 Sep 2000 17:40:17 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id GAA01478; Sun, 3 Sep 2000 06:08:06 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14769.40302.455512.663959@localhost.localdomain> Date: Sun, 3 Sep 2000 06:08:06 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) [SECURITY] New version of glibc released X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/18 [Yup, Debian is vulnerable too, as, presumably, other distributions also. Please upgrade -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Approved-By: aleph1@SECURITYFOCUS.COM Delivered-To: bugtraq@lists.securityfocus.com Received: from securityfocus.com (mail.securityfocus.com [207.126.127.78]) by lists.securityfocus.com (Postfix) with SMTP id 849291EF82 for ; Sat, 2 Sep 2000 09:19:53 -0700 (PDT) Received: (qmail 3247 invoked by alias); 2 Sep 2000 16:21:11 -0000 Delivered-To: bugtraq@securityfocus.com Received: (qmail 3244 invoked from network); 2 Sep 2000 16:21:10 -0000 Received: from murphy.debian.org (216.234.231.6) by mail.securityfocus.com with SMTP; 2 Sep 2000 16:21:10 -0000 Received: (qmail 23663 invoked by uid 38); 2 Sep 2000 16:17:53 -0000 X-Envelope-Sender: wichert@soil.nl Received: (qmail 23621 invoked from network); 2 Sep 2000 16:17:51 -0000 Received: from soil08.soil.nl (HELO cloud.wiggy.net) (root@132.229.135.68) by murphy.debian.org with SMTP; 2 Sep 2000 16:17:51 -0000 Received: (from wichert@localhost) by cloud.wiggy.net (8.9.3/8.9.3/Debian 8.9.3-21) id SAA08818 for debian-security-announce@lists.debian.org; Sat, 2 Sep 2000 18:17:50 +0200 X-Debian: PGP check passed for security officers Priority: urgent X-Mailing-List: archive/latest/117 X-Loop: debian-security-announce@lists.debian.org Precedence: list Message-ID: <22xCZ.A.mxF.xgSs5@murphy> Reply-To: security@debian.org Comments: Resent-From: debian-security-announce@lists.debian.org Comments: Originally-From: Wichert Akkerman From: debian-security-announce@LISTS.DEBIAN.ORG Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: [SECURITY] New version of glibc released Date: Sat, 2 Sep 2000 09:19:53 -0700 -----BEGIN PGP SIGNED MESSAGE----- - ------------------------------------------------------------------------ Debian Security Advisory security@debian.org http://www.debian.org/security/ Wichert Akkerman September 2, 2000 - ------------------------------------------------------------------------ Package: glibc Vulnerability: local exploit Debian-specific: no Recently two problems have been found in the glibc suite, which could be used to trick setuid applications to run arbitrary code. The first problem is the way ld.so handles environment variables: in order to provide a safe environment for setuid applications it removes certain the environment variables that can influence application execution such as LD_PRELOAD and LD_LIBRARY_PATH. Unfortunately there was a bug that could cause ld.so to not remove them under some conditions. This would affect setuid applications if they execute another binary without dropping privileges or cleaning up the environment themselves. The second problem is the locale handling in glibc. glibc checks for characters like `/' in the LANG and LC_* environment variables to see if someone is trying to trick a program into reading arbitrary files. Unfortunately there were some logic errors in those checks which could be used to make a setuid application use arbitrary files for localization settings, which can be exploited to trick it into executing arbitrary code. These problems have been fixed in version 2.1.3-13, and we recommend that you upgrade your glibc package immediately. wget url will fetch the file for you dpkg -i file.deb will install the referenced file. You may use an automated update by adding the resources from the footer to the proper configuration. Debian GNU/Linux 2.1 alias slink - ------------------------------------ No update is available for slink; we will release an advisory with more information about this release later. Debian GNU/Linux 2.2 alias potato - ------------------------------------ Potato was released for the alpha, arm, i386, m68k, powerpc and sparc architectures. At this moment packages for m68k are not yet available. As soon as they are ready we will put them online and list them on the security pages at http://security.debian.org/. Source archives: http://security.debian.org/dists/stable/updates/main/source/glibc_2.1.3-13.diff.gz MD5 checksum: 70fcaf79c3c1e84c6bb18c579784b062 http://security.debian.org/dists/stable/updates/main/source/glibc_2.1.3-13.dsc MD5 checksum: fd82c79e94f4adfacad7ac7e10a82850 http://security.debian.org/dists/stable/updates/main/source/glibc_2.1.3.orig.tar.gz MD5 checksum: aea1bb5c28f793013153d1b8f91eb746 Architecture indendent archives: http://security.debian.org/dists/stable/updates/main/binary-all/glibc-doc_2.1.3-13_all.deb MD5 checksum: 715d058a21da37459873fa9810f8ac80 http://security.debian.org/dists/stable/updates/main/binary-all/i18ndata_2.1.3-13_all.deb MD5 checksum: 6c90c6b465428d76ed7292258f11b5b6 Alpha architecture: http://security.debian.org/dists/stable/updates/main/binary-alpha/libc6.1-dbg_2.1.3-13_alpha.deb MD5 checksum: 9b3766a8c636e0475eb1123227d6efd5 http://security.debian.org/dists/stable/updates/main/binary-alpha/libc6.1-dev_2.1.3-13_alpha.deb MD5 checksum: cee532947e5169b21309ac8a2175e28c http://security.debian.org/dists/stable/updates/main/binary-alpha/libc6.1-pic_2.1.3-13_alpha.deb MD5 checksum: 34bdaa22187f7fb28bde26980f288663 http://security.debian.org/dists/stable/updates/main/binary-alpha/libc6.1-prof_2.1.3-13_alpha.deb MD5 checksum: 9caab3a0d2965defc917a3f7d639cb67 http://security.debian.org/dists/stable/updates/main/binary-alpha/libc6.1_2.1.3-13_alpha.deb MD5 checksum: bd80fa7df7b35298b03fa86ed4eddb58 http://security.debian.org/dists/stable/updates/main/binary-alpha/libnss1-compat_2.1.3-13_alpha.deb MD5 checksum: ffa9525ee030d7d1314db3b052e5df1f http://security.debian.org/dists/stable/updates/main/binary-alpha/locales_2.1.3-13_alpha.deb MD5 checksum: a2b2b33cf960cf826edc3aa5387e7d27 http://security.debian.org/dists/stable/updates/main/binary-alpha/nscd_2.1.3-13_alpha.deb MD5 checksum: ed04bda8579a4ec939e8ee09942f7b1f ARM architecture: http://security.debian.org/dists/stable/updates/main/binary-arm/libc6-dbg_2.1.3-13_arm.deb MD5 checksum: da2b951b1ffe58526e5c9a032ef5f73c http://security.debian.org/dists/stable/updates/main/binary-arm/libc6-dev_2.1.3-13_arm.deb MD5 checksum: 771857d6aab61fc88da0c8e740421690 http://security.debian.org/dists/stable/updates/main/binary-arm/libc6-pic_2.1.3-13_arm.deb MD5 checksum: 63d85ff2300b43fd1dc5617b09bbd213 http://security.debian.org/dists/stable/updates/main/binary-arm/libc6-prof_2.1.3-13_arm.deb MD5 checksum: 8584f4af0aa50edf32a447efd0a31c65 http://security.debian.org/dists/stable/updates/main/binary-arm/libc6_2.1.3-13_arm.deb MD5 checksum: 15364347a059937f66c73fcf08d1dd46 http://security.debian.org/dists/stable/updates/main/binary-arm/locales_2.1.3-13_arm.deb MD5 checksum: 4d0d0f3138e6f7634079deebc010a239 http://security.debian.org/dists/stable/updates/main/binary-arm/nscd_2.1.3-13_arm.deb MD5 checksum: da07801bb41e66e753999b1b2d932084 Intel ia32 architecture: http://security.debian.org/dists/stable/updates/main/binary-i386/libc6-dbg_2.1.3-13_i386.deb MD5 checksum: 5f807f96733f5e20f5b96c41db83b213 http://security.debian.org/dists/stable/updates/main/binary-i386/libc6-dev_2.1.3-13_i386.deb MD5 checksum: 706320b902f75df49648807260cfbedc http://security.debian.org/dists/stable/updates/main/binary-i386/libc6-pic_2.1.3-13_i386.deb MD5 checksum: 640caa2b950660108554aa775222c753 http://security.debian.org/dists/stable/updates/main/binary-i386/libc6-prof_2.1.3-13_i386.deb MD5 checksum: d63917ecf3baffefef63f3192d92c0d3 http://security.debian.org/dists/stable/updates/main/binary-i386/libc6_2.1.3-13_i386.deb MD5 checksum: 4fa5f5586c96ac8e77519324326268af http://security.debian.org/dists/stable/updates/main/binary-i386/libnss1-compat_2.1.3-13_i386.deb MD5 checksum: 5a0ba8bfdd1909f1b999b672761c23ad http://security.debian.org/dists/stable/updates/main/binary-i386/locales_2.1.3-13_i386.deb MD5 checksum: ba677879a912e15d72abac4026c0385f http://security.debian.org/dists/stable/updates/main/binary-i386/nscd_2.1.3-13_i386.deb MD5 checksum: ae98fbe3e00aa8be3700622e7d84ff2b PowerPC architecture: http://security.debian.org/dists/stable/updates/main/binary-powerpc/libc6-dbg_2.1.3-13_powerpc.deb MD5 checksum: 555aad39f66aacd796a770a0a03016be http://security.debian.org/dists/stable/updates/main/binary-powerpc/libc6-dev_2.1.3-13_powerpc.deb MD5 checksum: 4fbd5aefb34c2081dc1e7f0e02ff5ae7 http://security.debian.org/dists/stable/updates/main/binary-powerpc/libc6-pic_2.1.3-13_powerpc.deb MD5 checksum: 7056a4bade2e2826a440c5308217b6f2 http://security.debian.org/dists/stable/updates/main/binary-powerpc/libc6-prof_2.1.3-13_powerpc.deb MD5 checksum: ec364dba9a60cd0a030549a1b9a17389 http://security.debian.org/dists/stable/updates/main/binary-powerpc/libc6_2.1.3-13_powerpc.deb MD5 checksum: cfc05198b7db0184543170d98c43d415 http://security.debian.org/dists/stable/updates/main/binary-powerpc/locales_2.1.3-13_powerpc.deb MD5 checksum: 572422ea41d70bec2e4fb2c979f539b8 http://security.debian.org/dists/stable/updates/main/binary-powerpc/nscd_2.1.3-13_powerpc.deb MD5 checksum: e4875824d6e56fb71bec517368643e07 Sun Sparc architecture: http://security.debian.org/dists/stable/updates/main/binary-sparc/libc6-dbg_2.1.3-13_sparc.deb MD5 checksum: a6ce8fc46495d37666fc3ffa41c928ec http://security.debian.org/dists/stable/updates/main/binary-sparc/libc6-dev_2.1.3-13_sparc.deb MD5 checksum: 0450318920b99f6f9f2f11b7c1c6ffe2 http://security.debian.org/dists/stable/updates/main/binary-sparc/libc6-pic_2.1.3-13_sparc.deb MD5 checksum: 8c47c80ded91aba75127da261821a92a http://security.debian.org/dists/stable/updates/main/binary-sparc/libc6-prof_2.1.3-13_sparc.deb MD5 checksum: f48e298dbf9bda280dd3deb0f32b1796 http://security.debian.org/dists/stable/updates/main/binary-sparc/libc6_2.1.3-13_sparc.deb MD5 checksum: 27df020bfceab1c066477cc9150d22c2 http://security.debian.org/dists/stable/updates/main/binary-sparc/locales_2.1.3-13_sparc.deb MD5 checksum: 9358612ba28d43d1a101715eeafce758 http://security.debian.org/dists/stable/updates/main/binary-sparc/nscd_2.1.3-13_sparc.deb MD5 checksum: f86593fd83626b59d0675323dbdc698f For not yet released architectures please refer to the appropriate directory ftp://ftp.debian.org/debian/dists/sid/binary-$arch/ . - -- - ---------------------------------------------------------------------------- For apt-get: deb http://security.debian.org/ stable/updates main dpkg-ftp:ftp://security.debian.org/debian-security dists/stable/updates/main Mailing list: debian-security-announce@lists.debian.org -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBObEoLKjZR/ntlUftAQHf0gL+PFcffgnczWkFzcl6eXP8I3I7GBMdLUrq 0EfUi9c6Y0VGbGNIocDuh87Md8aYHBXusNIymrvI25qdwizrcZwdooTQka7SelRe 8A6uT+f2WgxTrMKnmVUyrYiYcyDlKRkJ =fAUV -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-security-announce-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Sat Sep 2 17:43:07 2000 Received: from ganwaar.com (unknown [203.94.251.91]) by www.aunet.org (Postfix) with ESMTP id 63B3A4A21E; Sat, 2 Sep 2000 17:42:43 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id GAA01518; Sun, 3 Sep 2000 06:10:33 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14769.40449.484413.655096@localhost.localdomain> Date: Sun, 3 Sep 2000 06:10:33 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) [SECURITY] New version of Netscape Communicator/Navigator released X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/19 [In case you missed it, all versions of Netscape up to and including 4.74 are vulnerable to these remote exploit problems. Please upgrade. Most vendors (not just Debian) have brought out packages for Netscape 4.75 -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Approved-By: aleph1@SECURITYFOCUS.COM Delivered-To: bugtraq@lists.securityfocus.com Received: from securityfocus.com (mail.securityfocus.com [207.126.127.78]) by lists.securityfocus.com (Postfix) with SMTP id 6CA001EEA0 for ; Fri, 1 Sep 2000 20:16:36 -0700 (PDT) Received: (qmail 24553 invoked by alias); 2 Sep 2000 02:34:04 -0000 Delivered-To: bugtraq@securityfocus.com Received: (qmail 10148 invoked from network); 2 Sep 2000 01:12:00 -0000 Received: from murphy.debian.org (216.234.231.6) by mail.securityfocus.com with SMTP; 2 Sep 2000 01:12:00 -0000 Received: (qmail 8329 invoked by uid 38); 2 Sep 2000 01:08:17 -0000 X-Envelope-Sender: mstone@justice.loyola.edu Received: (qmail 8287 invoked from network); 2 Sep 2000 01:08:16 -0000 Received: from justice.loyola.edu (root@144.126.178.227) by murphy.debian.org with SMTP; 2 Sep 2000 01:08:16 -0000 Received: (from mstone@localhost) by justice.loyola.edu (8.9.3/8.9.3/Debian/GNU) id VAA06426 for debian-security-announce@lists.debian.org; Fri, 1 Sep 2000 21:08:15 -0400 X-Debian: PGP check passed for security officers Priority: urgent X-Mailing-List: archive/latest/116 X-Loop: debian-security-announce@lists.debian.org Precedence: list Message-ID: Reply-To: security@debian.org Comments: Resent-From: debian-security-announce@lists.debian.org Comments: Originally-From: Michael Stone From: debian-security-announce@LISTS.DEBIAN.ORG Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: [SECURITY] New version of Netscape Communicator/Navigator released Date: Fri, 1 Sep 2000 20:16:36 -0700 -----BEGIN PGP SIGNED MESSAGE----- - ---------------------------------------------------------------------------- Debian Security Advisory security@debian.org http://www.debian.org/security/ Michael Stone September 1, 2000 - ---------------------------------------------------------------------------- Package: netscape (communicator, navigator) Vulnerability: remote exploit Debian-specific: no Existing Netscape Communicator/Navigator packages contain the following vulnerabilities: 1. Netscape Communicator JPEG-Comment Heap Overwrite Vulnerability - executes arbitrary code in the comment field of a JPEG image - Netscape Communicator/Navigator versions 4.0 through 4.73 are vulnerable 2. Multiple Vendor Java Virtual Machine Listening Socket Vulnerability 3. Netscape Communicator URL Read Vulnerability - items 2 and 3 together are known as the "Brown Orifice" vulnerability - can be exploited to expose the contents of your computer to anyone on the Internet, allowing to read files visible to the user running the browser - Netscape Communicator/Navigator versions 4.0 through 4.74 are vulnerable Netscape Communicator/Navigator is not a part of the Debian distribution, but packages are available for the convenience of our users. We recommend that users who choose to run Netscape Communicator/Navigator upgrade to version 4.75. New packages are available in source form and for Intel ia32 machines running Debian 2.2 (potato). Note that the new packages will not remove your existing Communicator/Navigator packages; you should manually remove any older installed versions of Communicator/Navigator. (More detailed instructions for installing and removing these packages is available in the web version of this report, at http://www.debian.org/security/2000/20000901) wget url will fetch the file for you dpkg -i file.deb will install the referenced file. Source archives: http://security.debian.org/dists/potato/updates/non-free/source/netscape4.75_4.75-1potato1.diff.gz MD5 checksum: 99ab453006b123ade6b62d508052e8aa http://security.debian.org/dists/potato/updates/non-free/source/netscape4.75_4.75-1potato1.dsc MD5 checksum: b6c8220d540580c62302e51bd310273c http://security.debian.org/dists/potato/updates/non-free/source/netscape4.75_4.75.orig.tar.gz MD5 checksum: 291d418188dd0d859c842b8e511f40dd http://security.debian.org/dists/potato/updates/non-free/source/netscape4.base_4.75-1.dsc MD5 checksum: 834ccd2acc61052bf9b01f58c5adb767 http://security.debian.org/dists/potato/updates/non-free/source/netscape4.base_4.75-1.tar.gz MD5 checksum: c9f71e888d9ce42d7317a7a8255a25f4 Intel ia32 architecture: http://security.debian.org/dists/potato/updates/non-free/binary-i386/communicator-base-475_4.75-1potato1_i386.deb MD5 checksum: 401b63408d1477978fe16a855b9b2a14 http://security.debian.org/dists/potato/updates/non-free/binary-i386/communicator-nethelp-475_4.75-1potato1_all.deb MD5 checksum: 763d8c075f0200d77ce1ad91af3d4c27 http://security.debian.org/dists/potato/updates/non-free/binary-i386/communicator-smotif-475-libc5_4.75-1potato1_i386.deb MD5 checksum: d255e35d8365486b28a6e5c02bdf7e80 http://security.debian.org/dists/potato/updates/non-free/binary-i386/communicator-smotif-475_4.75-1potato1_i386.deb MD5 checksum: a8b595e4ba544861109e91cf2f494d67 http://security.debian.org/dists/potato/updates/non-free/binary-i386/communicator-spellchk-475_4.75-1potato1_all.deb MD5 checksum: 2c42207d48399b1d9ea757a1ee677414 http://security.debian.org/dists/potato/updates/non-free/binary-i386/communicator_4.75-1_i386.deb MD5 checksum: 3b67100464ed0aa6a22bef337c14798f http://security.debian.org/dists/potato/updates/non-free/binary-i386/navigator-base-475_4.75-1potato1_i386.deb MD5 checksum: f4ed466d94b761b3a5f252c859c1c38d http://security.debian.org/dists/potato/updates/non-free/binary-i386/navigator-nethelp-475_4.75-1potato1_all.deb MD5 checksum: 3e671e3bd853557df55915a395f57d39 http://security.debian.org/dists/potato/updates/non-free/binary-i386/navigator-smotif-475-libc5_4.75-1potato1_i386.deb MD5 checksum: d46984adbf2703f26a5bbd1cff912967 http://security.debian.org/dists/potato/updates/non-free/binary-i386/navigator-smotif-475_4.75-1potato1_i386.deb MD5 checksum: 3e7de9bb9c0c8c73519c3b7149de6af4 http://security.debian.org/dists/potato/updates/non-free/binary-i386/navigator_4.75-1_i386.deb MD5 checksum: a4f735e76fb26bc46a99edb557e41d43 http://security.debian.org/dists/potato/updates/non-free/binary-i386/netscape-base-4-libc5_4.75-1_i386.deb MD5 checksum: be2014f7b47913fc2d40dd3a2f7dc60f http://security.debian.org/dists/potato/updates/non-free/binary-i386/netscape-base-475_4.75-1potato1_i386.deb MD5 checksum: 4cae30606eb234d79c0469ad3e430ece http://security.debian.org/dists/potato/updates/non-free/binary-i386/netscape-base-4_4.75-1_i386.deb MD5 checksum: e594f5e58bfab22b5c4333d6e648b8bc http://security.debian.org/dists/potato/updates/non-free/binary-i386/netscape-ja-resource-475_4.75-1potato1_all.deb MD5 checksum: 2f5aadfe24499b6ed79d7c1810aedb70 http://security.debian.org/dists/potato/updates/non-free/binary-i386/netscape-java-475_4.75-1potato1_all.deb MD5 checksum: 2b1d1abed84ac00eef02de530ad95028 http://security.debian.org/dists/potato/updates/non-free/binary-i386/netscape-ko-resource-475_4.75-1potato1_all.deb MD5 checksum: b2335dabae4430a69773ba22b3d5100c http://security.debian.org/dists/potato/updates/non-free/binary-i386/netscape-smotif-475-libc5_4.75-1potato1_i386.deb MD5 checksum: 2397e4c0d8e556ea457b0095ad102d96 http://security.debian.org/dists/potato/updates/non-free/binary-i386/netscape-smotif-475_4.75-1potato1_i386.deb MD5 checksum: 45f1df641dc6869f880ee32abc1c8eb2 http://security.debian.org/dists/potato/updates/non-free/binary-i386/netscape-zh-resource-475_4.75-1potato1_all.deb MD5 checksum: 5cb68c9bf8a895488c4a75145c48c915 - ---------------------------------------------------------------------------- For apt-get: deb http://security.debian.org/ stable/updates main For dpkg-ftp: ftp://security.debian.org/debian-security dists/stable/updates/main Mailing list: debian-security-announce@lists.debian.org -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBObBSrQ0hVr09l8FJAQFv8AP/XBzoDlk+W+rA/Zg7SqAFSGXjDip0hFxb cnIzJ4q0Bvi5zmFOIm+yT4lUBjBqdDaE8bwiTMWn0figbpxwsKoxUf4+EVjVRpXr qLqL2VMgFLSLCgMud8UlmAvZGomYG8FT9cPmGHjGaVaH5/VAtiswCWXZxGvuKKeT +9A4VcLIjic= =2Ou9 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-security-announce-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Sat Sep 2 20:16:42 2000 Received: from smtp1b.mail.yahoo.com (smtp3.mail.yahoo.com [128.11.68.135]) by www.aunet.org (Postfix) with SMTP id F0EC04A19A for ; Sat, 2 Sep 2000 20:16:37 -0700 (PDT) Received: from unknown (HELO yahoo.com) (203.197.226.112) by smtp3.mail.yahoo.com with SMTP; 3 Sep 2000 03:14:35 -0000 X-Apparently-From: Message-ID: <54068803.90CB3C96@yahoo.com> Date: Wed, 03 Sep 2014 08:46:20 +0530 From: Pankaj Kaushal X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Full screen VCD player References: <005101c014a2$9b7b9940$c7051aac@m.dsouza> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/20 neil wrote: > you have to read the mtv-Fullscreen file in /usr/doc/mtv.xyz.zzz and there you will see that you have to write 320x256(or whatever it is) confus of your card in /etc/X11/XF86config and furthermore your card should support that resolution in some funcky type of mode read the phile for details or contact me it borkz but bery bery slow -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Sun Sep 3 05:49:08 2000 Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by www.aunet.org (Postfix) with ESMTP id D9B784A014 for ; Sun, 3 Sep 2000 05:49:03 -0700 (PDT) Received: from yahoo.com ([203.197.195.90]) by glitch.crosswinds.net (8.9.3/8.9.3) with ESMTP id IAA18999 for ; Sun, 3 Sep 2000 08:46:58 -0400 (EDT) (envelope-from jskohli123@yahoo.com) Message-ID: <39B246A5.D89C6120@yahoo.com> Date: Sun, 03 Sep 2000 18:10:05 +0530 From: Jaswinder Singh Kohli X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: linux single disable References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/21 Better Use restricted keyword in lilo.conf file after the label=linux line Sundeep Holani wrote: > On Thu, 2 Sep 1999, pipeline wrote: > > >how can i disable " linux single " option at LILO Boot prompt > > On your linux system, do "man lilo.conf". > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr -- Regards Jaswinder Singh Kohli jskohli@fig.org :::::::::::::::::::::::::::::::::::::::::::::::: Two things are infinite, the universe and the human stupidity, but I am not yet sure about the universe. (Albert Einstein) From linux-delhi-owner@lists.linux-india.org Sun Sep 3 06:31:05 2000 Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.68.130]) by www.aunet.org (Postfix) with SMTP id 030754A047 for ; Sun, 3 Sep 2000 06:30:59 -0700 (PDT) Received: from unknown (HELO yahoo.com) (203.197.194.208) by smtp1.mail.yahoo.com with SMTP; 3 Sep 2000 13:28:54 -0000 X-Apparently-From: Message-ID: <540717F9.DD99CCD@yahoo.com> Date: Wed, 03 Sep 2014 19:00:33 +0530 From: Pankaj Kaushal X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "linux-delhi@lists.linux-india.org" Subject: Re: [OFFTOPIC] too much offtopic stuff happening References: <5405C4A6.D8F0689A@yahoo.com> <14769.5787.720935.845867@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/22 Raju Mathur wrote: > > I agree. You volunteering to write them? :-) write what?? guidelines or script 1. guidelines are already avaliable at www.linux-delhi.org/guidelines.html 2.me writing the scripts will be bery stupid cuz i don't know anythin bout your listing agent mailman or majordomo or bhateber i have no clue bhat so eber > Sundeep, how about the meeting? sundeep hu?? the meet could happen at sarai.. ------------- BTW any one heard the new creed album 2 goooooooooooood ;) -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Sun Sep 3 11:45:23 2000 Received: from bbs.myhome.com (unknown [203.197.192.19]) by www.aunet.org (Postfix) with ESMTP id 4040749F62; Sun, 3 Sep 2000 11:45:13 -0700 (PDT) Received: from netshooter.com (IDENT:sudhir@cy233.myhome.com [192.168.1.5]) by bbs.myhome.com (8.9.3/8.8.7) with ESMTP id XAA01295; Sun, 3 Sep 2000 23:14:34 +0530 Message-ID: <39B296D3.7C0B395F@netshooter.com> Date: Sun, 03 Sep 2000 23:52:11 +0530 From: Sudhir Gandotra Organization: Communicators - http://netshooter.com X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.12-20 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (Commercial): Immediate openings for Linux Programmers for an Online shopping project. References: <005101c014a2$9b7b9940$c7051aac@m.dsouza> <54068803.90CB3C96@yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/23 We are in the business of Developing-Designing-Hosting-Maintaining websites, for over 1200 Indian clients on our own Linux-based server in Canada. Apart from various static websites, we are developing E-commerce sites for our clients and have immediate requirements of the following personnel in our company in NewDelhi-India office : LINUX ADMINISTRATOR : (One) Should have thorough knowledge of working in Lunux, apart from all that is valid for the above post of Programmer. Protocols like TCP/IP, Sendmail, DNS, BIND should be completely clear and the right candidate will be the one who is willing to learn new technologies very fast and keen on working on Open-source projects. PROGRAMMER : (Three) Should have excellent knowledge in the use of C language. Fundamental knowledge of C++ will be an added asset. Perl-CGI are a must for the software engineer in our company. Knowledge of PHP scripting will be added asset. But, we can train in this, if the foundation of C language is rock-solid. Knowledge of SQL Databases (MySQL & PostgreSQL) and Database-linkings will be a primary requirement in the working here. Javascript and Knowledge of JAVA is not must, but can be an additional asset for some of the projects. Those trained excusively on Miscrsoft based technologies need not apply. We work on Linux platform and hence, Linux exposure is must. HTML DESIGNER : (Two) Should have excellent hand in the use of Softwares like : PHOTOSHOP - CORAL - GIF ANIMATION and HTML DESIGNING & CODING. The designer must have excellent creative bent of mind and be able to come-up with creative ideas with very-fast speed & interested in migrating to Linux based environment. Good free-hand drawing ability and interest to adapt to new packages will add to the abilities. We plan to train the designer to work on Linux-based package like GIMP and ImageMagick. PROCEDURE FOR SELECTION : Please send us your Bio-data by e-mail ( jobs@netshooter.com). We will call you for interview-cum-test by informing you by phone / e-mail. The bio-data should be in HTML / Ascii / Star-Write format only. You can get more information about us from http://www.netshooter.com/aboutus.html Salary for the right candidates will not be a hindrance. Life has a Meaning - Discover it! - Sudhir Gandotra. Address:R-10,3 Fl,Khidkee Extn.,Malviya Nagar,N.Delhi-110017 Phone:6417235 / 98-101-20918 (Land-phones under transfer) ============================================================== Census India Quiz daily at: http://censusindia.net/quiz Alternatives : Humanist Movement http://humanistmovement.org Indian Arts & Culture : http://artindiaportal.com Operating System : Linux http://www.linux.org Web-Hosting-Designing-Consultancy-Ecom: http://a2zportal.com ============================================================== From linux-delhi-owner@lists.linux-india.org Sun Sep 3 13:51:26 2000 Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.68.130]) by www.aunet.org (Postfix) with SMTP id 992BB4A044 for ; Sun, 3 Sep 2000 13:51:21 -0700 (PDT) Received: from unknown (HELO yahoo.com) (203.197.194.28) by smtp1.mail.yahoo.com with SMTP; 3 Sep 2000 20:49:15 -0000 X-Apparently-From: Message-ID: <54077F33.106A81DB@yahoo.com> Date: Thu, 04 Sep 2014 02:21:00 +0530 From: Pankaj Kaushal X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Cc: linux-india-help@lists.linux-india.org Subject: Enough is Enough i'm really pissed off [FLAME] References: <005101c014a2$9b7b9940$c7051aac@m.dsouza> <54068803.90CB3C96@yahoo.com> <39B296D3.7C0B395F@netshooter.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/24 GUYS PLEASE DON'T USE THIS FORUM AS A REQUIREMENT OFFICE YOU HAVE NAUKRI.COM DOING A GREAT JOB DON'T KILL THOSE GUY's THEY ARE ALSO TRYING TO EARN A LIVING I'm on 4 different mailing lists and have only 35 min to read mail raj maybe its time for a digest once every month or a linux-delhi-sensiblepeople.lists Sudhir Gandotra wrote: >We are in the business of Developing-Designing-Hosting-Maintaining >websites, may be you are not in tune with what we are discussing you should not be allowed to send this mail at all but it helps many of us searching 4 job instead of spamming us all with the details u could have just mailed 2 lines /* job for 3 programmers(C/Sockets ) 1 sys admin please contact for further details thank you and sorry */ guy's lets make one thing clear i have no rivalry with commercial people (none with any kind of people) just the attitude (god please don't give it to me) The most important reason of this attitude existing in a linux user group like ours is that we are not doing anything no single project ,vision or clear goals at all. ppl please think about it before we loose the REAL lug-delhi maybe I'm wrong. Too idealistic but i want lug delhi to remain what it was in may 99 " FUN " guy's please don't take the fun away maybe i said too much but everyone else is doing it so why can't I and there is a opening in the mc donalds near my house anyone intrested 7h1s 3nt1r3 t3xt w4s wr1tt3n 1n pur3 3ngl1sh 4nd sp3llch3ck3d s0 th4t 411 th3 ppl c4n und3rst4nd 1t. bye -- The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Sun Sep 3 20:12:20 2000 Received: from smtp1b.mail.yahoo.com (smtp3.mail.yahoo.com [128.11.68.135]) by www.aunet.org (Postfix) with SMTP id 0E4A24A09E for ; Sun, 3 Sep 2000 20:12:17 -0700 (PDT) Received: from unknown (HELO yahoo.com) (203.197.203.60) by smtp3.mail.yahoo.com with SMTP; 4 Sep 2000 03:10:10 -0000 X-Apparently-From: Message-ID: <5407D87A.9FFAF50@yahoo.com> Date: Thu, 04 Sep 2014 08:41:54 +0530 From: Pankaj Kaushal X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Partition Size References: <200008310519.KAA0000032710@delhi1.mtnl.net.in> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/25 Arun Sinha wrote: > - fdisk continues to show 4 GB for c: main reason could be u installed linux in primary partion or (maybe this workz also with extended ) because fdisk.exe is stupid and can't recognise ext2 furthermore it does not support 2 primary partation so its showing your bhindoes part overlapped with ext2 > > Questions > - What could be the explanation ? > - Could my copy of 'format.exe' be an older version which cannot format beyond > 2 GB ? [Corollary: is there any newer version] you may try the simple to use fdisk by chosing text in the red hat bootcd prompt. and then recreate all your partitions sorry may be you'll loose your stuff but you wo'nt if you create the partitions exactly the same size and blocks as before bye -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Sun Sep 3 23:00:35 2000 Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.4]) by www.aunet.org (Postfix) with ESMTP id DB7084A11B for ; Sun, 3 Sep 2000 23:00:27 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id LAA18253 for ; Mon, 4 Sep 2000 11:27:49 -0500 (GMT) Message-ID: <000001c01634$577379f0$8200000a@aclindia.com> From: "Ambar Roy" To: References: <001a01c01435$60417a60$40e0c5cb@default> Subject: Re: Wu FTP Server Date: Mon, 4 Sep 2000 11:14:25 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/26 perhaps the problem is with your network card or cabling!!!! have u tried sending the file using other protocols like http??? I had a similar problem with the compex rl100a 100MBPS cards, the card wud allow my linux machine to recv files at abt 2MB/s (file size > 50MB), but when i started to transfer the files from the linux machine, i got speeds like 100KB/s... and 1000s of collisions!!!! Bye, /\ |\/| |3 /\ r > I can transfer files to and from the Linux machine, but only when I tested > the FTP Server > with a huge file of about 17Mb, noticed a peculiar problem. > > When copying that huge file onto the Linux machine over the LAN from any of > the > Windows machines through CuteFTP, the average throughput I got was about > 108.14 Kb/Sec. > > After copying the 17Mb file onto the Linux box and deleting the original > copy of the > huge file from Windows machine, I tried to download the same file from Linux > box > onto the Windows machine. This time the average throughput I got was about > 5.6Kb/Sec. From linux-delhi-owner@lists.linux-india.org Sun Sep 3 23:00:56 2000 Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.4]) by www.aunet.org (Postfix) with ESMTP id DC8094A144 for ; Sun, 3 Sep 2000 23:00:51 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id LAA18468 for ; Mon, 4 Sep 2000 11:28:06 -0500 (GMT) Message-ID: <000101c01634$63e0ef10$8200000a@aclindia.com> From: "Ambar Roy" To: References: <005101c014a2$9b7b9940$c7051aac@m.dsouza> <54068803.90CB3C96@yahoo.com> <39B296D3.7C0B395F@netshooter.com> <54077F33.106A81DB@yahoo.com> Subject: Re: Enough is Enough i'm really pissed off [FLAME] Date: Mon, 4 Sep 2000 11:18:49 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/27 > 7h1s 3nt1r3 t3xt w4s wr1tt3n 1n pur3 3ngl1sh 4nd sp3llch3ck3d > s0 th4t 411 th3 ppl c4n und3rst4nd 1t. LOL :) From linux-delhi-owner@lists.linux-india.org Sun Sep 3 23:17:57 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 68EBF4A113 for ; Sun, 3 Sep 2000 23:17:48 -0700 (PDT) Received: from squadc7 by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id LAA0000008061; Mon, 4 Sep 2000 11:44:17 +0530 (IST) Message-Id: <200009040614.LAA0000008061@delhi1.mtnl.net.in> X-Sender: squad@mail2.mtnl.net.in X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Mon, 04 Sep 2000 10:52:11 +0000 To: linux-delhi@lists.linux-india.org From: Arun Sinha Subject: Re: Partition Size In-Reply-To: <5407D87A.9FFAF50@yahoo.com> References: <200008310519.KAA0000032710@delhi1.mtnl.net.in> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Archive-Number: 200009/28 Hi Pankaj, Thanks for the reply. I could finally understand the problem and managed a workaround. I am giving it below for information (Also for a correction in case my interpretation is incorrect) - My motherboard/bios (award) is more than two years old. Apparently it does not support larger partitions (alternatively my copy of fdisk does not support it; if this is possible). I found out this after deleting everything and playing around with the DOS fdisk (On my DOS boot floppy). - With 'Large Disk Support' Enabled in fdisk and 'Auto IDE HDD Detection' in bios set to 'Large' I could get a max partition size of 4 GB but total disk size detected was 4 GB on a 8 GB disk. - With 'Large Disk Support' not enabled in fdisk and 'Auto IDE HDD Detection' in bios set to 'LBA' I could get a maximum partition size of 2 GB with total disk size of 8 GB. - (Earlier I had 'Large Disk Support' enabled in fdisk and 'Auto IDE HDD Detection' in bios set to 'LBA' . I coud then get 4 GB primary partition maximum and 8 GB HDD detected. However even with this 4 GB primary partition, once I do a format, the formatting is done only for 2 GB; the balance 2 GB becomes unusable) - What I did was : - In LBA mode, made a primary partition of 2 GB and loaded 'Windows 98' - Installed Linux RH 6.2 using - 23 MB for /boot - 133 MB for Swap - 2 GB for / - 2 GB for /sparelx - Using my DOS boot diskette, created a logical drive (d:) of the balance extended partition (slightly more than 1800 MB) I now have what I had aimed for, ie, 4 GB for windows & 4 GB for linux. As my assessment the problem was either with my bios/motherboard or with my copy of fdisk. At 08:41 AM 9/4/14 +0530, you wrote: > > >Arun Sinha wrote: >> - fdisk continues to show 4 GB for c: >main reason could be u installed linux >in primary partion or (maybe this workz also with extended ) >because fdisk.exe is stupid and can't recognise ext2 >furthermore it does not support 2 primary partation so >its showing your bhindoes part overlapped with ext2 > >> >> Questions >> - What could be the explanation ? >> - Could my copy of 'format.exe' be an older version which cannot format beyond >> 2 GB ? [Corollary: is there any newer version] > >you may try the simple to use fdisk by chosing text in the red >hat bootcd prompt. >and then recreate all your partitions >sorry may be you'll loose your stuff >but you wo'nt if you create the partitions exactly the same >size and blocks as before > >bye >-- >............................................... > The only "intuitive" interface is a nipple. > After that, it's all learned. > >Committed to freedom and diversity >Pankaj Kaushal > >//\ I'm a FIG (http://fig.org/) >\// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) > >_________________________________________________________ >Do You Yahoo!? >Get your free @yahoo.com address at http://mail.yahoo.com > > >------------------------------------------------ >An alpha version of a web based tool to manage >your subscription with this mailing list is at >http://lists.linux-india.org/cgi-bin/mj_wwwusr > Arun Sinha aruns@del3.vsnl.net.in Q-1, South City, Gurgaon - 122-001 Tele : (0124)-6380060 (R); (011)-614-9972 & 614-3021 Extn 21 (O) From linux-delhi-owner@lists.linux-india.org Sun Sep 3 23:58:45 2000 Received: from srijan.net (unknown [203.197.231.162]) by www.aunet.org (Postfix) with ESMTP id 1E7CA4A0A8 for ; Sun, 3 Sep 2000 23:58:31 -0700 (PDT) Received: from localhost (sunny@localhost) by srijan.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id MAA00674 for ; Mon, 4 Sep 2000 12:15:17 +0530 X-Authentication-Warning: srijan.net: sunny owned process doing -bs Date: Mon, 4 Sep 2000 11:54:49 +0530 (IST) From: Sundeep Holani To: Linux - Delhi Subject: Re: Enough is Enough i'm really pissed off [FLAME] In-Reply-To: <54077F33.106A81DB@yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII ReSent-Date: Mon, 4 Sep 2000 12:15:09 +0530 (IST) Resent-From: Sundeep Holani Resent-To: Linux - Delhi ReSent-Subject: Re: [linux-delhi] Enough is Enough i'm really pissed off [FLAME] ReSent-Message-ID: X-Archive-Number: 200009/29 > >GUYS PLEASE DON'T USE THIS FORUM AS A REQUIREMENT OFFICE > The Linux-Delhi mailing list guidelines are available on the present website, and a more recent cersion should be up in a couple of days or so. However, please by all means _do_ use this forum as a requirement office. Commercial, Linux-related mail, when clearly prefixed [commercial], like Sudhir's original mail was, are allowed, and I think, very welcome. >YOU HAVE NAUKRI.COM DOING A GREAT JOB DON'T KILL THOSE GUY's >THEY ARE ALSO TRYING TO EARN A LIVING Hmmmm. So was that a flame, or a cleverly disguised advertisement? ;-) >may be you are not in tune with what we are discussing >you should not be allowed to send this mail at all Incidentally, I'm not in tune with what we are discussing either. I keep missing the point, so please enlighten. :-) >job for 3 programmers(C/Sockets ) 1 sys admin >please contact for further details > >thank you >and sorry Huh? Thanks, but no thanks. I like it ->that<- way. If you dont want to read, whatever did you think the [Commercial] tag was for. > just the attitude (god please don't >give it to me) Well, if I wanted to get personal... I'd say that you rather have an attitude problem, but since we are friends, lets not get personal. Oh, oh but oh, I already said it! ;-) >The most important reason of this attitude existing in a >linux user group like ours is that we are not doing anything >no single project ,vision or clear goals at all. So, who are you blaming for it ? >ppl please think about it >before we loose the REAL lug-delhi >maybe I'm wrong. Too idealistic >but i want lug delhi to remain what it was in may 99 > " FUN " >guy's please don't take the fun away Me wonders if you've got it all wrong... and if you can even see your own folly. This is _not_ meant to be a fun group, though fortunately, despite yourself, it still is. This is supposed to be a resource for Linux users, for technical help, for general discussion, and IMO to help people do business and earn money with Linux. Fun is the spirit, and not the constitution of it... and its actually people like you who spoil the whole thing. If fun is what you're looking for, consider some other mailing lists... if you know what i mean ;-). Regards, -- Sundeep. From linux-delhi-owner@lists.linux-india.org Mon Sep 4 00:21:17 2000 Received: from butthead.crano.com (unknown [203.144.97.202]) by www.aunet.org (Postfix) with ESMTP id 9FEA94A0D4 for ; Mon, 4 Sep 2000 00:21:10 -0700 (PDT) Received: from ankz.imaginix.net by crano.com with SMTP (MDaemon.v3.0.3.R) for ; Mon, 04 Sep 2000 12:59:48 +0530 Message-Id: <4.3.1.2.20000904122633.02ccbdd8@192.168.1.5> X-Sender: ankz@203.197.236.154 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Mon, 04 Sep 2000 12:41:37 +0530 To: linux-delhi@lists.linux-india.org From: Ankur Rohatgi Subject: Re: Enough is Enough i'm really pissed off [FLAME] In-Reply-To: <54077F33.106A81DB@yahoo.com> References: <005101c014a2$9b7b9940$c7051aac@m.dsouza> <54068803.90CB3C96@yahoo.com> <39B296D3.7C0B395F@netshooter.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-MDaemon-Deliver-To: linux-delhi@lists.linux-india.org X-Return-Path: ankur@imaginix.net X-MDRcpt-To: linux-delhi@lists.linux-india.org Reply-To: ankur@imaginix.net X-Archive-Number: 200009/30 Hi, >GUYS PLEASE DON'T USE THIS FORUM AS A REQUIREMENT OFFICE Pankaj you may not realise it but many people are actually looking for jobs.I may be wrong , but I think you are at the stage when you are still undergoing your education so you are not interested in a job. >YOU HAVE NAUKRI.COM DOING A GREAT JOB DON'T KILL THOSE GUY's >THEY ARE ALSO TRYING TO EARN A LIVING They just got 2 million $ from ICICI so i dont think they are getting killed just yet ! >I'm on 4 different mailing lists and have only 35 min to read mail >raj maybe its time for a digest once every month or a >linux-delhi-sensiblepeople.lists You dont have to ... the [Commercial] tag in the subject line is for just that . >Sudhir Gandotra wrote: > > >We are in the business of Developing-Designing-Hosting-Maintaining > >websites, > >may be you are not in tune with what we are discussing >you should not be allowed to send this mail at all Maybe when you look for a job you would like to know what the company does . There could be a company selling rice and just because someone told them Linux is in , they could ask for a 'Linux Programmer' , would you apply there without knowing what the company does? >thank you >and sorry Sorry??? for what . I think its too late for that . I think you should realise that after a certain period in life a career has to come in front of 'FUN' and please correct me if i got the wrong idea , i was never a part of ILUG because of fun , i thought we were all sharing information and ideas , among other things. >maybe i said too much but everyone else is doing it so why can't I >and there is a opening in the mc donalds near my house anyone intrested Where is the connection to Linux ??? - Ankur. From linux-delhi-owner@lists.linux-india.org Mon Sep 4 04:47:00 2000 Received: from web906.mail.yahoo.com (web906.mail.yahoo.com [128.11.23.81]) by www.aunet.org (Postfix) with SMTP id A26124A0F7 for ; Mon, 4 Sep 2000 04:46:56 -0700 (PDT) Received: (qmail 20805 invoked by uid 60001); 4 Sep 2000 11:43:48 -0000 Message-ID: <20000904114348.20804.qmail@web906.mail.yahoo.com> Received: from [203.197.224.90] by web906.mail.yahoo.com; Mon, 04 Sep 2000 04:43:48 PDT Date: Mon, 4 Sep 2000 04:43:48 -0700 (PDT) From: =?iso-8859-1?q?gaddam=20srikrishan?= Subject: Re: Wu FTP Server To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Archive-Number: 200009/31 Thankyou Mr Ambar for your valuable help. > perhaps the problem is with your network card or > cabling!!!! > have u tried sending the file using other protocols > like http??? I had a > similar problem with the compex rl100a 100MBPS > cards. I followed your suggestions and replaced my 100BaseT RealTek(RTL8029) PCI NIC and replaced it with and old ISA 10BaseT NE2000 Compex card. I repeated all my tests, this time the throughput for up and down was almost similar. Here's a startling discovery I made about the former card which I think should be known to everyone. I configured my NT server for FTP and did the same test, still I got the same results as in the LINUX case. So, folks better be careful with 100BaseT RealTek(RTL8029) PCI NIC. Can get more info about the best PCI NIC available in India, which is also a bit cheaper. Thanks, Srikrishan __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Mon Sep 4 05:58:54 2000 Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by www.aunet.org (Postfix) with ESMTP id ABFFC4A173 for ; Mon, 4 Sep 2000 05:58:52 -0700 (PDT) Received: from ntserver ([203.197.225.113]) by glitch.crosswinds.net (8.9.3/8.9.3) with SMTP id IAA86668 for ; Mon, 4 Sep 2000 08:56:37 -0400 (EDT) (envelope-from amitsoni@softhome.net) Message-ID: <000901c01697$c61aece0$030811ac@ntserver> From: "AMIT SONI" To: References: <005101c014a2$9b7b9940$c7051aac@m.dsouza> <54068803.90CB3C96@yahoo.com> <39B296D3.7C0B395F@netshooter.com> <54077F33.106A81DB@yahoo.com> Subject: Re: Enough is Enough i'm really pissed off [FLAME] Date: Mon, 4 Sep 2000 18:44:11 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/32 > GUYS PLEASE DON'T USE THIS FORUM AS A REQUIREMENT OFFICE > instead of spamming us all with the details u could have > just mailed 2 lines > /* > job for 3 programmers(C/Sockets ) 1 sys admin > please contact for further details > thank you > and sorry > */ O c'mon pankaj, if the mail has been already marked [commercial] why do ya have to read it all if u dont want to??? > The most important reason of this attitude existing in a > linux user group like ours is that we are not doing anything > no single project ,vision or clear goals at all. u have a project with u ? or any vision ? or clear goals ? please sprinlkle a few pearls of your wisdumb for us also. > maybe i said too much but everyone else is doing it so why can't I > and there is a opening in the mc donalds near my house anyone intrested oink! why cant we enter thru the main gate itself ??? ;-) all da best ! Amit. From linux-delhi-owner@lists.linux-india.org Mon Sep 4 06:43:25 2000 Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.3]) by www.aunet.org (Postfix) with ESMTP id 95A574A0EB for ; Mon, 4 Sep 2000 06:43:16 -0700 (PDT) Received: from AMBAR (xyz@[203.197.196.242]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id TAA14251 for ; Mon, 4 Sep 2000 19:10:42 -0500 (GMT) Message-ID: <001901c01674$ff90f000$8200000a@aclindia.com> From: "Ambar Roy" To: References: <20000904114348.20804.qmail@web906.mail.yahoo.com> Subject: Re: Wu FTP Server Date: Mon, 4 Sep 2000 19:05:30 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/33 > I followed your suggestions and replaced my > 100BaseT RealTek(RTL8029) PCI NIC and replaced > it with and old ISA 10BaseT NE2000 Compex card. > > I repeated all my tests, this time the throughput > for up and down was almost similar. basically i hav also seen that most of these > Here's a startling discovery I made about the > former card which I think should be known to > everyone. I configured my NT server for FTP and > did the same test, still I got the same results > as in the LINUX case. in my case it was only the cauz of drivers in linux, > So, folks better be careful with > 100BaseT RealTek(RTL8029) PCI NIC. and compex rl100a series... they r also bad (they come with some winbond 840(????) chipsets, which r real bad) > Can get more info about the best PCI NIC available > in India, which is also a bit cheaper. i dunno!!, but we use dlink and dax 100mbps network cards, and they give adequate performence for most ppl and are quite cheap..(these are also based on realtek chipsets - rtl8139)... and we also use intel 100mbps cards on any node where we need performence and on any server, and these cards are really fast.... with these cards the file transfer speed gets affected by disk access speed!!!!! From linux-delhi-owner@lists.linux-india.org Mon Sep 4 07:11:40 2000 Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by www.aunet.org (Postfix) with ESMTP id 5676C4A128 for ; Mon, 4 Sep 2000 07:11:38 -0700 (PDT) Received: from crosswinds.net ([202.54.109.199]) by glitch.crosswinds.net (8.9.3/8.9.3) with ESMTP id KAA76030 for ; Mon, 4 Sep 2000 10:09:27 -0400 (EDT) (envelope-from rohit79@crosswinds.net) Message-ID: <39B39962.A46161C2@crosswinds.net> Date: Mon, 04 Sep 2000 18:15:22 +0530 From: rohit Reply-To: rohit79@crosswinds.net Organization: http://back.to/vicky X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Wu FTP Server References: <20000904114348.20804.qmail@web906.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/34 probable cause could be that your window machine is placed at higher altitude then linux machine and beacuse of that the data is flowing at faster rate just joking cool down ,thanx for telling the same , i'll be buying cards for my machines and will keep in mind regards rohit http://back.to/vicky gaddam srikrishan wrote: > Thankyou Mr Ambar for your valuable help. > > > perhaps the problem is with your network card or > > cabling!!!! > > have u tried sending the file using other protocols > > like http??? I had a > > similar problem with the compex rl100a 100MBPS > > cards. > > I followed your suggestions and replaced my > 100BaseT RealTek(RTL8029) PCI NIC and replaced > it with and old ISA 10BaseT NE2000 Compex card. > > I repeated all my tests, this time the throughput > for up and down was almost similar. > > Here's a startling discovery I made about the > former card which I think should be known to > everyone. I configured my NT server for FTP and > did the same test, still I got the same results > as in the LINUX case. > > So, folks better be careful with > 100BaseT RealTek(RTL8029) PCI NIC. > > Can get more info about the best PCI NIC available > in India, which is also a bit cheaper. > > Thanks, > Srikrishan > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi From linux-delhi-owner@lists.linux-india.org Mon Sep 4 09:31:59 2000 Received: from del2.vsnl.net.in (del2.vsnl.net.in [202.54.15.30]) by www.aunet.org (Postfix) with ESMTP id 6F6EB4A19C for ; Mon, 4 Sep 2000 09:31:55 -0700 (PDT) Received: from vipul (d3752.pppdel.vsnl.net.in [203.197.205.122]) by del2.vsnl.net.in (8.9.2/8.9.2) with SMTP id WAA15329 for ; Mon, 4 Sep 2000 22:02:45 -0500 (GMT) Message-ID: <000b01c0168d$805aad80$7acdc5cb@vipul> Reply-To: "Vipul Mathur" From: "Vipul Mathur" To: "Linux-Delhi" Subject: Tux Poster Date: Mon, 4 Sep 2000 22:00:52 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/35 The following link points to a unique poster of Tux. Find out whats unique about it yourself :-) http://www.thinkgeek.com/brain/bazaar/mart/cart.cgi?action=view&type=item&it emid=340a Cheerio! -- Vipul Mathur ,_, (O,O) http://www.vipulonline.com/ ( ) The Geek shall inherit the earth.-Linus 5:5 -------------------------"-"---------------------------------------------- I'm not nearly as think as you confused I am. From linux-delhi-owner@lists.linux-india.org Mon Sep 4 10:57:20 2000 Received: from delcluster4.vsnl.net.in (delcluster4.vsnl.net.in [202.54.96.7]) by www.aunet.org (Postfix) with ESMTP id BA79B4A1B9 for ; Mon, 4 Sep 2000 10:57:14 -0700 (PDT) Received: from debian (mail@d2889.pppdel.vsnl.net.in [203.197.198.24]) by delcluster4.vsnl.net.in (8.9.2/8.9.2) with ESMTP id XAA03969 for ; Mon, 4 Sep 2000 23:26:26 -0500 (GMT) Received: from paimk by debian with local (Exim 2.05 #1 (Debian)) id 13W0X8-0004zr-00; Mon, 4 Sep 2000 23:29:50 +0530 Date: Mon, 4 Sep 2000 23:29:50 +051800 From: "M.K.Pai" To: linux-delhi@lists.linux-india.org Subject: SCCS, RCS and CVS Message-ID: <20000904232950.A19202@debian.> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Archive-Number: 200009/36 Guys, Could someone guide me about how one may evaluate the relative merits of sccs, rcs and cvs ? Opinions welcome. URLs welcome. Anything at all. Thanks. PAI From linux-delhi-owner@lists.linux-india.org Mon Sep 4 10:58:52 2000 Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by www.aunet.org (Postfix) with ESMTP id B32784A1B1 for ; Mon, 4 Sep 2000 10:58:50 -0700 (PDT) Received: from yahoo.com ([202.54.100.174]) by glitch.crosswinds.net (8.9.3/8.9.3) with ESMTP id NAA00284 for ; Mon, 4 Sep 2000 13:56:37 -0400 (EDT) (envelope-from jskohli123@yahoo.com) Message-ID: <39B42E06.8A0B5F21@yahoo.com> Date: Tue, 05 Sep 2000 04:49:34 +0530 From: Jaswinder Singh Kohli X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi Subject: Konqeror Rocks Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/37 Konqeror Rocks MAN IT is Browser - ftp client - and file MAnager all in one Its really very fast cool man a must for better internet experience on Linux Netscape is heavy(really very heavy) same with mozilla but this is a breeze man very light But it doesn't come alone but with KDE2 just download the souces and compile 'em NOTE: Its gonna take a long time as it took around 5-7 hours on my machine myconf:--> Celeron 533, 64M and every thing as usual It needs atleast qt-2.2Beta1 so grab it from same place The ftp site listed under ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta4/tar/src/ the download is approximately 34 MB -- Regards Jaswinder Singh Kohli jskohli@fig.org :::::::::::::::::::::::::::::::::::::::::::::::: Two things are infinite, the universe and the human stupidity, but I am not yet sure about the universe. (Albert Einstein) From linux-delhi-owner@lists.linux-india.org Mon Sep 4 11:01:56 2000 Received: from delcluster4.vsnl.net.in (del6.vsnl.net.in [202.54.96.9]) by www.aunet.org (Postfix) with ESMTP id 05D5B4A19F for ; Mon, 4 Sep 2000 11:01:52 -0700 (PDT) Received: from debian (mail@d2889.pppdel.vsnl.net.in [203.197.198.24]) by delcluster4.vsnl.net.in (8.9.2/8.9.2) with ESMTP id XAA05494 for ; Mon, 4 Sep 2000 23:31:05 -0500 (GMT) Received: from paimk by debian with local (Exim 2.05 #1 (Debian)) id 13W0bd-000509-00; Mon, 4 Sep 2000 23:34:29 +0530 Date: Mon, 4 Sep 2000 23:34:29 +051800 From: "M.K.Pai" To: linux-delhi@lists.linux-india.org Subject: Journalling filesystems Message-ID: <20000904233429.B19202@debian.> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Archive-Number: 200009/38 Guys, At the last ILUG-D meet, a member - I forget who - told me that RieserFS did not improve performance. But today I saw on the rieserfs homepage that this is precisely what they say it will do, i,e it will immediately speed things up. So, I just wanted to know whether any member has been experimenting with journalling FSs and has anything new to share with us. PAI From linux-delhi-owner@lists.linux-india.org Mon Sep 4 11:08:20 2000 Received: from hotmail.com (f220.law4.hotmail.com [216.33.149.220]) by www.aunet.org (Postfix) with ESMTP id 5DF714A108 for ; Sun, 3 Sep 2000 21:34:13 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 3 Sep 2000 21:32:08 -0700 Received: from 202.54.100.228 by lw4fd.law4.hotmail.msn.com with HTTP; Mon, 04 Sep 2000 04:32:08 GMT X-Originating-IP: [202.54.100.228] From: "Sandeep Vasishta" To: linux-delhi@lists.linux-india.org Subject: Re: linux single disable Date: Mon, 04 Sep 2000 04:32:08 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 04 Sep 2000 04:32:08.0383 (UTC) FILETIME=[15EF04F0:01C01629] X-Archive-Number: 200009/39 Hi, To disable your password go to /etc/lilo.conf and add a line as: passwd= After that run the command at command line: lilo If everythig is OK, the reboot the computer. When boot: appears you have to give the password which you typed in the lilo.conf. give lilo.conf 666 permission, so that no other user can seee your password _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. From linux-delhi-owner@lists.linux-india.org Mon Sep 4 11:16:26 2000 Received: from srijan.net (unknown [203.197.209.173]) by www.aunet.org (Postfix) with ESMTP id 226704A1DE for ; Mon, 4 Sep 2000 11:16:18 -0700 (PDT) Received: from localhost (sunny@localhost) by srijan.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id XAA01000 for ; Mon, 4 Sep 2000 23:46:53 +0530 X-Authentication-Warning: srijan.net: sunny owned process doing -bs Date: Mon, 4 Sep 2000 23:46:53 +0530 (IST) From: Sundeep Holani To: Linux - Delhi Subject: Re: Journalling filesystems In-Reply-To: <20000904233429.B19202@debian.> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/40 On Mon, 4 Sep 2000, M.K.Pai wrote: >At the last ILUG-D meet, a member - I forget who - told me >that RieserFS did not improve performance. But today I saw >on the rieserfs homepage that this is precisely what they >say it will do, i,e it will immediately speed things up. > >So, I just wanted to know whether any member has been >experimenting with journalling FSs and has anything new >to share with us. Hmm, I guess the 'member' was me :-). SO here are the expert comments -- After fiddling around with ReiserFS for a while, on my SuSE 6.4 box, kernel 2.2.14, i finally discarded it. Mostly because i didnt mind the fsck time my box'd take after the occaisional improper shutdown... but the performance drop on my 466MHz 64meg system was too taxing. What ReiserFS site says, IMO might be about its performance vis s vis other journalling file systems, but compared to plain old ext2fs, its a hog. My hard-disk when using ReiserFS used to start thrashing wildly even on, say, opening a couple on netscape windows on kde, and now on ext2fs, everything runs just fine in the same scenario. So the verdict -- if you dont need it, dont run it. If you do need it.... well.. where's the choice? ;-) Regards, -- Sundeep. From linux-delhi-owner@lists.linux-india.org Mon Sep 4 11:19:20 2000 Received: from web904.mail.yahoo.com (web904.mail.yahoo.com [128.11.23.79]) by www.aunet.org (Postfix) with SMTP id F310D4A178 for ; Mon, 4 Sep 2000 02:05:29 -0700 (PDT) Received: (qmail 20949 invoked by uid 60001); 4 Sep 2000 09:03:23 -0000 Message-ID: <20000904090323.20948.qmail@web904.mail.yahoo.com> Received: from [203.127.138.85] by web904.mail.yahoo.com; Mon, 04 Sep 2000 02:03:23 PDT Date: Mon, 4 Sep 2000 02:03:23 -0700 (PDT) From: Ajit Ranade Subject: pine postpone To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/41 pine has a feature that allows you to compose all your emails and postpone delivery. but the actual delivery has to be done manually, i.e. whenever one is connected via dialup, you have to go into pine and send (ctrl-x) all those "postponed" mails. i am sure there's a simpler way in pine. can anyone help please? isn't it the job of the mta to do all the work in the background? i.e. figure out when to send/connect to smtp server when a dialin connection is established? thanks. -akr (temporarily from yahoo!) __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Mon Sep 4 12:45:06 2000 Received: from srijan.net (unknown [203.197.210.224]) by www.aunet.org (Postfix) with ESMTP id 5C1554A0BD for ; Mon, 4 Sep 2000 12:45:00 -0700 (PDT) Received: from localhost (sunny@localhost) by srijan.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id AAA01695 for ; Tue, 5 Sep 2000 00:06:49 +0530 X-Authentication-Warning: srijan.net: sunny owned process doing -bs Date: Tue, 5 Sep 2000 00:06:48 +0530 (IST) From: Sundeep Holani To: Linux - Delhi Subject: Re: pine postpone In-Reply-To: <20000904090323.20948.qmail@web904.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/42 On Mon, 4 Sep 2000, Ajit Ranade wrote: >pine has a feature that allows you to compose all your >emails and postpone delivery. but the actual delivery >has to be done manually, i.e. whenever one is >connected via dialup, you have to go into pine and >send (ctrl-x) all those "postponed" mails. > >i am sure there's a simpler way in pine. can anyone No simpler way in pine, but sendmail does it for us just fine. Configure pine to deliver mail to sendmail on localhost, and read the Mail-Queue mini howto, which will be wherever debian keeps its mini howto's. And then, to send your mails whenever you connect, put a entry "sendmail -q" in your ip-up.local , wherever debian keeps that too. HTH -- Sundeep. From linux-delhi-owner@lists.linux-india.org Mon Sep 4 17:37:30 2000 Received: from doe.ernet.in (mahavir.doe.ernet.in [202.41.100.93]) by www.aunet.org (Postfix) with ESMTP id 04F2D4A174 for ; Mon, 4 Sep 2000 17:37:26 -0700 (PDT) Received: from doe.ernet.in ([202.41.96.216]) by doe.ernet.in (8.9.3/8.9.3) with ESMTP id GAA07286 for ; Tue, 5 Sep 2000 06:06:44 -0500 (GMT) Message-ID: <39B44160.274BD687@doe.ernet.in> Date: Tue, 05 Sep 2000 06:12:09 +0530 From: Krishnan Venkatachalam X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12-20 i586) X-Accept-Language: en MIME-Version: 1.0 To: linux delhi Subject: Linux Journal- Delhi remailing company Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/43 For those who need to keep a tab on their Linux Journal Subs. The "Remailing" company in India which remails Linux Journal for those who have subscribed directly to LJ is Interpost(New Delhi)Pvt. Ltd., A-4, Nabha House, College Road, New Delhi - 110 001 Phone: (11)3711016 : (11)3710727 email: intrpost@mantraonline.com The local courier company which further distributes LJ locally at Delhi after picking them up from Interpost is Aerospeed Phone : (11)3320466 Contact Mr Jolly / Mr Shiva ---VK From linux-delhi-owner@lists.linux-india.org Mon Sep 4 20:32:06 2000 Received: from tango.SoftHome.net (tango.SoftHome.net [204.144.231.49]) by www.aunet.org (Postfix) with SMTP id 27F464A011 for ; Mon, 4 Sep 2000 20:32:01 -0700 (PDT) Received: (qmail 31167 invoked by uid 417); 5 Sep 2000 03:29:51 -0000 Received: from unknown (HELO GoldComp) (202.56.236.240) by smtpa.softhome.net with SMTP; 5 Sep 2000 03:29:51 -0000 From: Goldwyn Rodrigues Reply-To: goldwyn_r@softhome.net To: linux-delhi@lists.linux-india.org Subject: HDD Problem Date: Tue, 5 Sep 2000 00:10:02 +0530 X-Mailer: KMail [version 1.0.29] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00090500125101.00681@GoldComp> Content-Transfer-Encoding: 8bit X-Archive-Number: 200009/44 Hi Guys, I am having a problem with my HDD since I installed RH Linux. During too much HDD activity it gives an error - hda:irqtimeout:status = 0xd0 and afetr some time it gives ide0:reset:success Between this time of 15 secs the computer does'nt respond. Cud anyone help to solve this prioblem.? I heard this was onlyt in SCSI Drives - sda... ( I have a IDE HDD) I also played with hdparm once..... but it din't have any effect on this problem However on changing my HDD to "enable DMA channel" it gave some errors and returned back to 0. though it accepted 32 bit I/O it got reset everytime I reboot the system even on enabling keep setting. Thanx in advance. Goldwyn :o) From linux-delhi-owner@lists.linux-india.org Mon Sep 4 22:11:49 2000 Received: from ganwaar.com (unknown [203.94.254.232]) by www.aunet.org (Postfix) with ESMTP id 6BA9E4A044 for ; Mon, 4 Sep 2000 22:09:42 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id KAA01547 for linux-delhi@lists.linux-india.org; Tue, 5 Sep 2000 10:36:50 +0530 Resent-From: Raju Mathur Resent-Message-ID: <14772.32617.684968.144431@localhost.localdomain> Resent-Date: Tue, 5 Sep 2000 10:36:49 +0530 (IST) Resent-To: linux-delhi@lists.linux-india.org X-POP3-Rcpt: raju@biznetindia.com X-Authentication-Warning: srijan.net: sunny owned process doing -bs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII From: Sundeep Holani To: raju@linux-delhi.org Subject: Linux-Delhi monthly meeting. Date: Mon, 4 Sep 2000 22:11:44 +0530 (IST) X-Archive-Number: 200009/45 Hi, The Linux-Delhi monthly meeting for august has been scheduled to be held on Sunday, the 10th of September :-). Here are the details -- Venue -- The SARAI project, 29, Rajpura Road, Near Univ. of Delhi, North Campus. Delhi. Time -- 2 P.M. Sunday, 10 september. Agenda -- Linux Delhi Societification update, Nothing else. Attendance -- All are invited :-) Suggestions for the agenda, and sponsorships will be welcome. From linux-delhi-owner@lists.linux-india.org Mon Sep 4 22:27:19 2000 Received: from ganwaar.com (unknown [203.94.254.232]) by www.aunet.org (Postfix) with ESMTP id 382024A0F0; Mon, 4 Sep 2000 22:26:45 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id KAA02208; Tue, 5 Sep 2000 10:54:30 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14772.33678.443537.767789@localhost.localdomain> Date: Tue, 5 Sep 2000 10:54:30 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) [SECURITY] glibc update for Debian GNU/Linux 2.1 X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/46 [Please upgrade glibc -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Approved-By: aleph1@SECURITYFOCUS.COM Delivered-To: bugtraq@lists.securityfocus.com Received: from securityfocus.com (mail.securityfocus.com [207.126.127.78]) by lists.securityfocus.com (Postfix) with SMTP id 2486A1EF3F for ; Mon, 4 Sep 2000 17:01:53 -0700 (PDT) Received: (qmail 13062 invoked by alias); 5 Sep 2000 00:03:14 -0000 Delivered-To: bugtraq@securityfocus.com Received: (qmail 13059 invoked from network); 5 Sep 2000 00:03:13 -0000 Received: from murphy.debian.org (216.234.231.6) by mail.securityfocus.com with SMTP; 5 Sep 2000 00:03:13 -0000 Received: (qmail 11938 invoked by uid 38); 4 Sep 2000 23:59:35 -0000 X-Envelope-Sender: wichert@soil.nl Received: (qmail 11898 invoked from network); 4 Sep 2000 23:59:33 -0000 Received: from soil08.soil.nl (HELO cloud.wiggy.net) (root@132.229.135.68) by murphy.debian.org with SMTP; 4 Sep 2000 23:59:33 -0000 Received: (from wichert@localhost) by cloud.wiggy.net (8.9.3/8.9.3/Debian 8.9.3-21) id BAA07743 for debian-security-announce@lists.debian.org; Tue, 5 Sep 2000 01:59:32 +0200 X-Debian: PGP check passed for security officers Priority: urgent X-Mailing-List: archive/latest/119 X-Loop: debian-security-announce@lists.debian.org Precedence: list Message-ID: Reply-To: security@debian.org Comments: Resent-From: debian-security-announce@lists.debian.org Comments: Originally-From: Wichert Akkerman From: debian-security-announce@LISTS.DEBIAN.ORG Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: [SECURITY] glibc update for Debian GNU/Linux 2.1 Date: Mon, 4 Sep 2000 17:01:53 -0700 -----BEGIN PGP SIGNED MESSAGE----- - ------------------------------------------------------------------------ Debian Security Advisory security@debian.org http://www.debian.org/security/ Wichert Akkerman September 5, 2000 - ------------------------------------------------------------------------ Package: glibc Vulnerability: local exploit Debian-specific: no Recently two problems have been found in the glibc suite, which could be used to trick setuid applications to run arbitrary code. An earlier advisory listed the updates for Debian 2.2/potato. This advisory contains updates for Debian 2.1/slink. For information about the found problems please see the previous advisory which is available online at http://www.debian.org/security/2000/20000902 . wget url will fetch the file for you dpkg -i file.deb will install the referenced file. Debian GNU/Linux 2.1 alias slink - ------------------------------------ Fixed packages are available for the Intel ia32 architecture. Source archives: http://security.debian.org/dists/slink/updates/source/glibc_2.0.7.19981211-6.2.diff.gz MD5 checksum: 4244c7f623db187881322b0949cc483a http://security.debian.org/dists/slink/updates/source/glibc_2.0.7.19981211-6.2.dsc MD5 checksum: 37eb9dc5ecd875e417aaba9ca6e1c25f http://security.debian.org/dists/slink/updates/source/glibc_2.0.7.19981211.orig.tar.gz MD5 checksum: 91724410e14a2b2b719dc44cf95067f1 Intel ia32 architecture: http://security.debian.org/dists/slink/updates/binary-i386/libc6-dbg_2.0.7.19981211-6.2_i386.deb MD5 checksum: 23f5aace9db7104163b2422d600d8869 http://security.debian.org/dists/slink/updates/binary-i386/libc6-dev_2.0.7.19981211-6.2_i386.deb MD5 checksum: 97deb2bb3eb914174a9bfecf3c3b5f69 http://security.debian.org/dists/slink/updates/binary-i386/libc6-pic_2.0.7.19981211-6.2_i386.deb MD5 checksum: ca1f18e5d61c4d5f268bc377e06e8cf5 http://security.debian.org/dists/slink/updates/binary-i386/libc6_2.0.7.19981211-6.2_i386.deb MD5 checksum: 13413f07247f28c2e8b35c1d2c4c9804 http://security.debian.org/dists/slink/updates/binary-i386/locales_2.0.7.19981211-6.2_i386.deb MD5 checksum: 1b9d14ad72186ab2a6e9a30990b0ed75 http://security.debian.org/dists/slink/updates/binary-i386/timezones_2.0.7.19981211-6.2_i386.deb MD5 checksum: c88a5c0ff9d429c0afa280b2dd244b45 - -- - ---------------------------------------------------------------------------- For apt-get: deb http://security.debian.org/ stable/updates main dpkg-ftp:ftp://security.debian.org/debian-security dists/stable/updates/main Mailing list: debian-security-announce@lists.debian.org -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBObQ3M6jZR/ntlUftAQFzRAL7BvCZbNga5mxrBeXq1aZy6iAweIh3ZWc6 BZQ2qHO/azy3Yfi2nfR4S/ND+rvlEfHlGIJRJeE/GhKzinU5t2ybgtl+TyPIy46b ighG08+q0fI6PE4ek74rr1n/ND4hdEww =U7oK -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-security-announce-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Tue Sep 5 01:40:34 2000 Received: from Mail2.niit.com (unknown [203.200.76.15]) by www.aunet.org (Postfix) with ESMTP id 76CB14A036 for ; Tue, 5 Sep 2000 01:40:25 -0700 (PDT) Received: by Mail2.niit.com with Internet Mail Service (5.5.2650.21) id ; Tue, 5 Sep 2000 14:06:37 +0530 Message-ID: <56C2E17AABCDD311A5080090279A687202EF5CBD@Mail2.niit.com> From: SubramaniA@niit.com To: linux-delhi@lists.linux-india.org Subject: RE: Journalling filesystems Date: Tue, 5 Sep 2000 14:06:37 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Archive-Number: 200009/47 I am using ReiserFs on my Mandrake 7.1 Box. It does feel faster than ext2.. The most tangible difference is during the filesystem check at startup.. Fsck used to take a lot of time.. Reiser's file system check OTH is much,much,much faster. PS:since I don't have a UPS at my place, I had to experince lots of UN-Graceful system shutdowns on my PC. Mani -----Original Message----- From: M.K.Pai [mailto:pai@vsnl.com] Sent: Tuesday, September 05, 2000 5:04 AM To: linux-delhi@lists.linux-india.org Subject: [linux-delhi] Journalling filesystems Guys, At the last ILUG-D meet, a member - I forget who - told me that RieserFS did not improve performance. But today I saw on the rieserfs homepage that this is precisely what they say it will do, i,e it will immediately speed things up. So, I just wanted to know whether any member has been experimenting with journalling FSs and has anything new to share with us. PAI ------------------------------------------------ The mailing list archives are available at http://lists.linux-india.org/cgi-bin/wilma/linux-delhi Visit http://www.NetVarsity.com for online learning From linux-delhi-owner@lists.linux-india.org Tue Sep 5 02:19:05 2000 Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.4]) by www.aunet.org (Postfix) with ESMTP id D75924A1BD for ; Tue, 5 Sep 2000 02:18:56 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id OAA06631 for ; Tue, 5 Sep 2000 14:46:10 -0500 (GMT) Message-ID: <012901c01719$39eda230$8200000a@aclindia.com> From: "Ambar Roy" To: References: <56C2E17AABCDD311A5080090279A687202EF5CBD@Mail2.niit.com> Subject: Re: Journalling filesystems Date: Tue, 5 Sep 2000 14:40:54 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/48 > I am using ReiserFs on my Mandrake 7.1 Box. It does feel faster than ext2.. can it be used on red hat systems??? > The most tangible difference is during the filesystem check at startup.. > Fsck used to take a lot of time.. Reiser's file system check OTH is > much,much,much faster. > > PS:since I don't have a UPS at my place, I had to experince lots of > UN-Graceful system shutdowns on my PC. same here, i guess i wud also give it a try!! From linux-delhi-owner@lists.linux-india.org Tue Sep 5 03:54:50 2000 Received: from mailserver.wilnetonline.net (unknown [202.164.96.4]) by www.aunet.org (Postfix) with ESMTP id 1E1A04A0BB for ; Tue, 5 Sep 2000 03:54:35 -0700 (PDT) Received: from deeproot.net ([202.177.153.141]) by mailserver.wilnetonline.net (Netscape Messaging Server 4.15) with ESMTP id G0EUA204.S8M for ; Tue, 5 Sep 2000 16:24:02 +0530 Message-ID: <39B4D07F.201ADB92@deeproot.net> Date: Tue, 05 Sep 2000 16:22:47 +0530 From: Abhas Abhinav Organization: DeepRoot Linux X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.17 i686) X-Accept-Language: en, de MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Journalling filesystems References: <56C2E17AABCDD311A5080090279A687202EF5CBD@Mail2.niit.com> <012901c01719$39eda230$8200000a@aclindia.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/49 Ambar Roy wrote: > > > I am using ReiserFs on my Mandrake 7.1 Box. It does feel faster than > ext2.. > can it be used on red hat systems??? ReiserFS is distributed as a patch for linux-2.2.16, linux-2.3.99 and linux-2.4.0-test6. You can doanload the patch from http://devlinux.com/projects/reiserfs/ web-site... it also has details about the file system and some papers... depending on which ever kernel you're using, you can download the appropiate patch.. i have successfully compile all three kernels with ReiserFS support... (and I use RedHat... but that doesn't matter here).... right now I'm running linux-2.2.17 with ReiserFS support.. (i'd patched 2.2.16 with reiserfs and then applied the 2.2.17 patch) Ieven used it over RAID and LVM and it works beautifully... I have 3 2GB patitions running on it and all my data is entrusted to it... till date i've had no problems... speed is good enough... (you can get benchmarks at the reiserfs web site) Plus half of SourceForge.Net runs on ReiserFS... I'm planning to put it on a live server of mine but it shouldn't be a problem... I can vouch for it... you can also subscribe to its mailing list to get more updated info... -- Abhas Abhinav DeepRoot Linux From linux-delhi-owner@lists.linux-india.org Tue Sep 5 08:07:48 2000 Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.3]) by www.aunet.org (Postfix) with ESMTP id 489874A19C for ; Tue, 5 Sep 2000 08:07:41 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id UAA12660 for ; Tue, 5 Sep 2000 20:35:03 -0500 (GMT) Message-ID: <01c601c01749$f17ebbc0$8200000a@aclindia.com> From: "Ambar Roy" To: References: <56C2E17AABCDD311A5080090279A687202EF5CBD@Mail2.niit.com> <012901c01719$39eda230$8200000a@aclindia.com> <39B4D07F.201ADB92@deeproot.net> Subject: Re: Journalling filesystems Date: Tue, 5 Sep 2000 20:29:50 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/50 I guess i will give it a try!!! > > > I am using ReiserFs on my Mandrake 7.1 Box. It does feel faster than > > ext2.. > > can it be used on red hat systems??? > > ReiserFS is distributed as a patch for linux-2.2.16, linux-2.3.99 and > linux-2.4.0-test6. You can doanload the patch from > http://devlinux.com/projects/reiserfs/ web-site... it also has details > about the file system and some papers... depending on which ever kernel > you're using, you can download the appropiate patch.. i have > successfully compile all three kernels with ReiserFS support... (and I > use RedHat... but that doesn't matter here).... right now I'm running > linux-2.2.17 with ReiserFS support.. (i'd patched 2.2.16 with reiserfs > and then applied the 2.2.17 patch) Ieven used it over RAID and LVM and > it works beautifully... I have 3 2GB patitions running on it and all my > data is entrusted to it... till date i've had no problems... speed is > good enough... (you can get benchmarks at the reiserfs web site) Plus > half of SourceForge.Net runs on ReiserFS... I'm planning to put it on a > live server of mine but it shouldn't be a problem... I can vouch for > it... you can also subscribe to its mailing list to get more updated > info... From linux-delhi-owner@lists.linux-india.org Tue Sep 5 09:36:07 2000 Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.68.130]) by www.aunet.org (Postfix) with SMTP id B28D84A00C for ; Tue, 5 Sep 2000 09:35:07 -0700 (PDT) Received: from unknown (HELO yahoo.com) (212.3.55.64) by smtp1.mail.yahoo.com with SMTP; 5 Sep 2000 16:32:53 -0000 X-Apparently-From: Message-ID: <5409E61F.72B39A51@yahoo.com> Date: Fri, 05 Sep 2014 22:04:39 +0530 From: Pankaj Kaushal Reply-To: pankaj@fig.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Enough is Enough i'm really pissed off [FLAME] References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/51 hi!, Actully i have no probes with commercial mails as i said earlier. The only problem is that we are wasting a huge amount of bandwidth just mailing this 300 word [commercial] mail to 200 people if only it was 20 words. If i was unemployed only then i had any intrest in the mail and yes naukri.com pays me 200$ pre mail to adv you can also contact them if you want sundeep wrote: >Incidentally, I'm not in tune with what we are discussing either. I keep >missing the point, so please enlighten. :-) That is the point why the F*** you wrote a reply when you did'nt knew anythin at all i was discussin with raj and group that public accsess to people who only spam us should be stopped . and also we are NOT DOING ANYTHIN SO IT IS ONLY A FUN GROUP TELL ME WHAT IS LINUX-DELHI's CONTRIBUTION TO LINUX if you can. >Me wonders if you've got it all wrong... and if you can even see your own >folly. This is _not_ meant to be a fun group, though fortunately, despite >yourself, it still is. This is supposed to be a resource for Linux users, >for technical help, for general discussion, and IMO to help people do >business and earn money with Linux. Fun is the spirit, and not the >constitution of it... and its actually people like you who spoil the whole >thing. If fun is what you're looking for, NO it is'nt for me when i contacted raj it seemed to be a fun group of people who like Gnu OS and want to learn more of it and want to teach others and want to develope more stuff for it. for me it is still that. if you want to earn money (it seems that is the only goal of many of the guy's in this list) you might consider moving to some other platform but Gnu O.S >Fun is the spirit, and not the >constitution of it... and its actually people like you who spoil the whole >thing. >consider some other mailinglists... if you know what i mean ;-). you might consider some .com list for that purpous if you know what i mean THIS GROUP IS "MINE" yes it is because it has people that i like or i used to like and it would stay the way i liked it . -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Tue Sep 5 09:47:29 2000 Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.68.130]) by www.aunet.org (Postfix) with SMTP id D6CD24A023 for ; Tue, 5 Sep 2000 09:47:25 -0700 (PDT) Received: from unknown (HELO yahoo.com) (212.3.55.64) by smtp1.mail.yahoo.com with SMTP; 5 Sep 2000 16:45:12 -0000 X-Apparently-From: Message-ID: <5409E8F9.A9C39D15@yahoo.com> Date: Fri, 05 Sep 2014 22:16:49 +0530 From: Pankaj Kaushal Reply-To: pankaj@fig.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: "linux-delhi@lists.linux-india.org" Subject: Hindi Gnome Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/52 hi! It seems that there is no project running in lug-delhi I want to start one. I want to create Hindi-Gnome for my mother and people like her who still work and want to read write and do stuff in hindi i hav'nt started work in a big way but just collecting stuff links to a hindi keyboad fonts and the gnome keyboard map and gtk+ stuff will be great any one who has the time can join me. already applied for project space at sourceforge thanks bye -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Tue Sep 5 10:12:52 2000 Received: from milano.teknema.com (milano.teknema.com [206.204.22.2]) by www.aunet.org (Postfix) with ESMTP id 466DF4A0E7 for ; Tue, 5 Sep 2000 10:12:51 -0700 (PDT) Received: from quake.teknema.com (quake.m.teknema.com [206.204.22.44]) by milano.teknema.com (8.9.3/8.9.3) with ESMTP id KAA24199 for ; Tue, 5 Sep 2000 10:11:00 -0700 Received: from localhost (anmol@localhost) by quake.teknema.com (8.9.3/8.9.3) with ESMTP id KAA31623 for ; Tue, 5 Sep 2000 10:11:40 -0700 X-Authentication-Warning: quake.teknema.com: anmol owned process doing -bs Date: Tue, 5 Sep 2000 10:11:40 -0700 (PDT) From: Anmol Khirbat To: linux-delhi@lists.linux-india.org Subject: Re: SCCS, RCS and CVS In-Reply-To: <20000904232950.A19202@debian.> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/53 Hi This is from the CVS FAQ. http://www.loria.fr/~molli/fom-serve/cache/293.html You could also check out the CVS-RCS-HOWTO. bye :) Anmol On Mon, 4 Sep 2000, M.K.Pai wrote: > Guys, > > Could someone guide me about how one may evaluate > the relative merits of sccs, rcs and cvs ? > > Opinions welcome. URLs welcome. Anything at all. > > Thanks. > PAI From linux-delhi-owner@lists.linux-india.org Tue Sep 5 10:17:04 2000 Received: from omta02.mta.everyone.net (sitemail.everyone.net [216.200.145.35]) by www.aunet.org (Postfix) with ESMTP id 827454A0FC for ; Tue, 5 Sep 2000 10:17:03 -0700 (PDT) Received: from sitemail.everyone.net (reports [216.200.145.62]) by omta02.mta.everyone.net (Postfix) with ESMTP id 059191C2CC4 for ; Tue, 5 Sep 2000 10:14:44 -0700 (PDT) Received: by sitemail.everyone.net (Postfix, from userid 99) id 5537B273E; Tue, 5 Sep 2000 10:14:44 -0700 (PDT) Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 X-Mailer: MIME-tools 4.104 (Entity 4.117) Date: Tue, 5 Sep 2000 10:14:44 -0700 (PDT) From: Sk To: "Linux Delhi" Subject: restore -rsynced data Reply-To: sanjeevjha@sunguru.com X-Originating-Ip: [12.6.206.228] Message-Id: <20000905171444.5537B273E@sitemail.everyone.net> X-Archive-Number: 200009/54 Dear all, If I use rsync to take back up on remote system, what are the options to restore the file back to the server ? Do I need to create reverse server-client model( server will be client now and vice versa) or have to use "restire" like commands ? -Sk _____________________________________________________________ Where you'll find everything under the Sun for the Sun.......www.SunGuru.com From linux-delhi-owner@lists.linux-india.org Tue Sep 5 11:16:39 2000 Received: from tango.SoftHome.net (tango.SoftHome.net [204.144.231.49]) by www.aunet.org (Postfix) with SMTP id 595044A1EC for ; Tue, 5 Sep 2000 11:16:34 -0700 (PDT) Received: (qmail 17741 invoked by uid 417); 5 Sep 2000 18:14:20 -0000 Received: from unknown (HELO GoldComp) (203.197.199.29) by smtpa.softhome.net with SMTP; 5 Sep 2000 18:14:20 -0000 From: Goldwyn Rodrigues Reply-To: goldwyn_r@softhome.net To: linux-delhi@lists.linux-india.org Subject: Linux/UNIX bbooks Date: Tue, 5 Sep 2000 23:30:07 +0530 X-Mailer: KMail [version 1.0.29] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00090523321800.00761@GoldComp> Content-Transfer-Encoding: 8bit X-Archive-Number: 200009/55 Please recommend some good books on Linux and UNIX both. Shud have good content on administration and Networking besides the local commands. thanx in advance. And thanx to Ambar for the Keep Setting prob. Please tell me more about the HDD IRQ prob if possible. Goldwyn :o) From linux-delhi-owner@lists.linux-india.org Tue Sep 5 11:18:26 2000 Received: from delcluster4.vsnl.net.in (del6.vsnl.net.in [202.54.96.8]) by www.aunet.org (Postfix) with ESMTP id 61F104A1F5 for ; Tue, 5 Sep 2000 11:18:21 -0700 (PDT) Received: from debian (mail@d2889.pppdel.vsnl.net.in [203.197.198.24]) by delcluster4.vsnl.net.in (8.9.2/8.9.2) with ESMTP id XAA19113 for ; Tue, 5 Sep 2000 23:47:28 -0500 (GMT) Received: from paimk by debian with local (Exim 2.05 #1 (Debian)) id 13WNL3-0000At-00; Tue, 5 Sep 2000 23:50:53 +0530 Date: Tue, 5 Sep 2000 23:50:52 +051800 From: "M.K.Pai" To: linux-delhi@lists.linux-india.org Subject: Re: SCCS, RCS and CVS Message-ID: <20000905235052.A615@debian.> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Archive-Number: 200009/56 Dear Anmol, Thanks a lot. The link told me all that I wanted to know but was afraid to ask. I am well and truly enlightened. Now I can rest ( code ) in peace ( pieces ). PAI From linux-delhi-owner@lists.linux-india.org Tue Sep 5 11:20:27 2000 Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by www.aunet.org (Postfix) with ESMTP id 3DE744A20F for ; Tue, 5 Sep 2000 11:20:25 -0700 (PDT) Received: from crosswinds.net ([202.54.109.197]) by glitch.crosswinds.net (8.9.3/8.9.3) with ESMTP id OAA49617 for ; Tue, 5 Sep 2000 14:18:08 -0400 (EDT) (envelope-from rohit79@crosswinds.net) Message-ID: <39B539F3.C3874519@crosswinds.net> Date: Tue, 05 Sep 2000 23:52:43 +0530 From: rohit Reply-To: rohit79@crosswinds.net Organization: http://back.to/vicky X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Cc: linux-delhi@lists.linux-india.org Subject: Re: Linux/UNIX bbooks References: <00090523321800.00761@GoldComp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/57 http://blacksun.box.sk/books.html Goldwyn Rodrigues wrote: > Please recommend some good books on Linux and UNIX both. > > Shud have good content on administration and Networking besides the local > commands. > > thanx in advance. > > And thanx to Ambar for the Keep Setting prob. Please tell me more about the > HDD IRQ prob if possible. > > Goldwyn :o) > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi From linux-delhi-owner@lists.linux-india.org Tue Sep 5 12:22:54 2000 Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.68.130]) by www.aunet.org (Postfix) with SMTP id 8BA7A4A0E4 for ; Tue, 5 Sep 2000 12:22:49 -0700 (PDT) Received: from unknown (HELO default) (203.197.226.15) by smtp1.mail.yahoo.com with SMTP; 5 Sep 2000 19:20:33 -0000 X-Apparently-From: Message-ID: <000501c0176e$17063ca0$0fe2c5cb@default> From: "Gaddam Srikrishan" To: "Linux - Delhi" Subject: FreeBSD and Linux Date: Wed, 6 Sep 2000 00:47:42 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/58 Hello LIG Delhi, Can anybody on the list please tell me the basic difference between FreeBSD and Linux, in layman's terms. Although I've little knowledge about FreeBSD, but I've read somewhere that its another free version of UNIX. I am a bit confused as both are free (if I am not wrong about FreeBSD) and also Linux is tilted more towards BSD flavor than System V. If possible please provide me some links about this. Srikrishan _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Tue Sep 5 19:32:08 2000 Received: from ganwaar.com (unknown [203.94.254.232]) by www.aunet.org (Postfix) with ESMTP id 33F764A190 for ; Mon, 4 Sep 2000 22:23:34 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id KAA02159 for linux-delhi@lists.linux-india.org; Tue, 5 Sep 2000 10:51:16 +0530 Resent-From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Resent-Message-ID: <14772.33483.698009.160831@localhost.localdomain> Resent-Date: Tue, 5 Sep 2000 10:51:15 +0530 (IST) Resent-To: linux-delhi@lists.linux-india.org X-POP3-Rcpt: raju@biznetindia.com Reply-To: carl@soldii.com Message-ID: <39B3EF7F.2242.926302@localhost> X-Tagname: PM-MERGE X-mailer: Pegasus Mail for Win32 (v3.12c) From: "Carl" To: raju@linux-delhi.org Subject: Can your Linux Users Group help? Date: Mon, 4 Sep 2000 18:52:47 -0400 X-Archive-Number: 200009/59 [Bouncing without prejudice -- Raju] Proven Software has a problem! We write accounting programs for Linux and only for Linux. Why is that a problem? Traditional VARS view Linux as a threat to their current business. They want to combat the success of Linux rather than install our excellent accounting products for businesses and other organizations. That's why we are asking your help. We suspect that members of your LUG have capability and interest in installing Linux applications. In your local market place, we have end users that would like to know more about Linux and our applications running under Linux. We would be grateful if you would inform your members of our need for VARS and qualified installers for acccounting software under Linux. We believe that some of your members will be grateful,also. Please have them view our website http://provenacct.com email or call me. Thank you, Mark Matt Proven Software, Inc. mark@provenacct.com (800) 487-6532**************************************************** SOLD II ......the Standard in Auction Software since 1982 * Call: (800)487-6532 * email: mark@soldii.com visit us at http://www.soldii.com *************************************************** From linux-delhi-owner@lists.linux-india.org Tue Sep 5 19:37:57 2000 Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.68.130]) by www.aunet.org (Postfix) with SMTP id 67E6C4A19F for ; Tue, 5 Sep 2000 19:37:43 -0700 (PDT) Received: from unknown (HELO yahoo.com) (212.3.55.181) by smtp1.mail.yahoo.com with SMTP; 6 Sep 2000 02:35:25 -0000 X-Apparently-From: Message-ID: <540A7360.AE9C50FC@yahoo.com> Date: Sat, 06 Sep 2014 08:07:20 +0530 From: Pankaj Kaushal Reply-To: pankaj@fig.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: "linux-delhi@lists.linux-india.org" Subject: [Fwd: SourceForge Project Approved] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/60 noreply@sourceforge.net wrote: > > Your project registration for SourceForge has been approved. > > Project Full Name: Hindi-Gnome > Project Unix Name: hindignome > CVS Server: cvs.hindignome.sourceforge.net > Shell/Web Server: hindignome.sourceforge.net > > Your DNS will take up to a day to become active on our site. Your shell > accounts will become active at the next 6-hour cron update. While > waiting for your DNS to resolve, you may try shelling into > shell.sourceforge.net and pointing CVS to cvs.sourceforge.net. > > If after six hours your shell accounts still do not work, please > open a support ticket so that we may take a look at the problem. > Please note that all shell accounts are closed to telnet and only > work with SSH1. > > Your web site is accessible through your shell account. Directory > information will be displayed immediately after logging in. > > Please take some time to read the site documentation about project > administration. If you visit your own project page in SourceForge > while logged in, you will find additional menu functions to your left > labeled "Project Administrator". > > We highly suggest that you now visit SourceForge and create a public > description for your project. This can be done by visiting your project > page while logged in, and selecting 'Project Admin' from the menus > on the left. > > Your project will also not appear in the Trove software map until > you categorize it in the project administration screens. So that > people can find your project, you should do this now. Visit your project > while logged in, and select 'Project Admin' from the menus on the > left. > > Enjoy the system, and please tell others about SourceForge. Let us know > if there is anything we can do to help you. > > -- the SourceForge crew -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Tue Sep 5 19:42:20 2000 Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.68.130]) by www.aunet.org (Postfix) with SMTP id 2799F4A3C5 for ; Tue, 5 Sep 2000 19:42:17 -0700 (PDT) Received: from unknown (HELO yahoo.com) (212.3.55.181) by smtp1.mail.yahoo.com with SMTP; 6 Sep 2000 02:40:02 -0000 X-Apparently-From: Message-ID: <540A7475.DB60FBB4@yahoo.com> Date: Sat, 06 Sep 2014 08:11:57 +0530 From: Pankaj Kaushal Reply-To: pankaj@fig.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Cc: raju@linux-delhi.org Subject: meeting change of plan References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/61 hii cuz raj wanted to discuss very little bit about socitification and also a tex hacker might come on sat i take the liberty to prepond the meet to sat if no problems with majority and may the time to start be 11 - 11:30 insted of 2 for some reasons other people can explain The rest stands as holani told Sundeep Holani wrote: > The Linux-Delhi monthly meeting for august has been scheduled to be held > on Sunday, the 10th of September :-). Here are the details -- > > Venue -- The SARAI project, > 29, Rajpura Road, > Near Univ. of Delhi, North Campus. > Delhi. > > Time -- 2 P.M. Sunday, 10 september. > > Agenda -- Linux Delhi Societification update, > Tex Presentation > Attendance -- All are invited :-) > -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Tue Sep 5 20:37:52 2000 Received: from ganwaar.com (unknown [203.94.254.182]) by www.aunet.org (Postfix) with ESMTP id 489754A247; Tue, 5 Sep 2000 20:36:55 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id JAA03897; Wed, 6 Sep 2000 09:04:39 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <14773.47948.659374.780266@localhost.localdomain> Date: Wed, 6 Sep 2000 09:04:36 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) Security Update: serious vulnerability in glibc NLS code X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/62 [Caldera update for glibc NLS hole. All distributions that I know of are vulnerable. If you don't see a message for your distribution, please write your distribution makers to provide you with the update fast -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Approved-By: aleph1@SECURITYFOCUS.COM Delivered-To: bugtraq@lists.securityfocus.com Received: from securityfocus.com (mail.securityfocus.com [207.126.127.78]) = by lists.securityfocus.com (Postfix) with SMTP id 9E6231F4B1 for ; Tue, 5 Sep 2000 08:25:56 -0700 (PDT) Received: (qmail 17610 invoked by alias); 5 Sep 2000 15:27:18 -0000 Delivered-To: bugtraq@securityfocus.com Received: (qmail 17607 invoked from network); 5 Sep 2000 15:27:18 -0000 Received: from phoenix.calderasystems.com (216.250.130.1) by mail.securityfocus.com with SMTP; 5 Sep 2000 15:27:18 -0000 Received: (qmail 6523 invoked by uid 10212); 5 Sep 2000 15:07:28 -0000 Mime-Version: 1.0 Content-Type: text/plain; charset=3Diso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.6us Message-ID: <20000905090728.A19456@phoenix.calderasystems.com> Reply-To: Technical Support X-To: announce@lists.calderasystems.com, linux-security@redhat.com From: Technical Support Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: Security Update: serious vulnerability in glibc NLS code Date: Tue, 5 Sep 2000 09:07:28 -0600 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ___________________________________________________________________________= ___ Caldera Systems, Inc. Security Advisory Subject: serious vulnerability in glibc NLS code Advisory number: CSSA-2000-030.0 Issue date: 2000 September, 1 Cross reference: ___________________________________________________________________________= ___ 1. Problem Description The GNU C library, glibc, allows users to specify their so-called locale through environment variables such as LANG. The locale determines what language, monetary signs etc to use when communicating with the user. A bug in the parsing of these locale names allows an attacker to trick glibc into using locale information files provided by the attacker, which can make an application crash. This bug can be used by local users to obtain root privilege through various setuid root applications. 2. Vulnerable Versions System Package ----------------------------------------------------------- OpenLinux Desktop 2.3 All packages previous to glibc-2.1.1-3 OpenLinux eServer 2.3 All packages previous to and OpenLinux eBuilder glibc-2.1.3-4S OpenLinux eDesktop 2.4 All packages previous to glibc-2.1.2-7 3. Solution Workaround: None known. 4. OpenLinux Desktop 2.3 4.1 Location of Fixed Packages The upgrade packages can be found on Caldera's FTP site at: ftp://ftp.calderasystems.com/pub/updates/OpenLinux/2.3/current/RPMS/ The corresponding source code package can be found at: ftp://ftp.calderasystems.com/pub/updates/OpenLinux/2.3/current/SRPMS 4.2 Verification 9509340276c43bdcbeee2d95e82b9d03 RPMS/glibc-2.1.1-3.i386.rpm e7d4b0f9db9b92af32b224d7e1b83511 RPMS/glibc-devel-2.1.1-3.i386.rpm b2fac2bcf6e961d7fc5f4071be2cd934 RPMS/glibc-devel-static-2.1.1-3.i386.r= pm 3883f85e36804e8a25f5c8f1d5644a18 RPMS/glibc-localedata-2.1.1-3.i386.rpm 8c155c6564b725d09c9c2b4109212774 SRPMS/glibc-2.1.1-3.src.rpm 4.3 Installing Fixed Packages Upgrade the affected packages with the following commands: rpm -Fhv glibc-*.i386.rpm 5. OpenLinux eServer 2.3 and OpenLinux eBuilder for ECential 3.0 5.1 Location of Fixed Packages The upgrade packages can be found on Caldera's FTP site at: ftp://ftp.calderasystems.com/pub/updates/eServer/2.3/current/RPMS/ The corresponding source code package can be found at: ftp://ftp.calderasystems.com/pub/updates/eServer/2.3/current/SRPMS 5.2 Verification 083a50ef11461be5925c139ab1754e78 RPMS/glibc-2.1.3-4S.i386.rpm d47e1eef4448514d3d6163acf6752a33 RPMS/glibc-devel-2.1.3-4S.i386.rpm c2534552c30464f4d7a5b35a909dd2da RPMS/glibc-devel-static-2.1.3-4S.i386.= rpm 87e72a76353c38dd856e48199d03a965 RPMS/glibc-localedata-2.1.3-4S.i386.rpm 24dc7d444ed055987af0fdf86ac43e6e SRPMS/glibc-2.1.3-4S.src.rpm 5.3 Installing Fixed Packages Upgrade the affected packages with the following commands: rpm -Fhv glibc-*i386.rpm 6. OpenLinux eDesktop 2.4 6.1 Location of Fixed Packages The upgrade packages can be found on Caldera's FTP site at: ftp://ftp.calderasystems.com/pub/updates/eDesktop/2.4/current/RPMS/ The corresponding source code package can be found at: ftp://ftp.calderasystems.com/pub/updates/eDesktop/2.4/current/SRPMS 6.2 Verification d8729cd44a58ee64b1e771bee3cbafb2 RPMS/glibc-2.1.2-7.i386.rpm e9138f01f763a454598cf5832ef43327 RPMS/glibc-devel-2.1.2-7.i386.rpm c0a617bf52890fdae7351bcc293540b2 RPMS/glibc-devel-static-2.1.2-7.i386.r= pm 704b41eab208e9991f0248ff0c54db54 RPMS/glibc-localedata-2.1.2-7.i386.rpm 29820d97b016f0143528f49eb85ef405 SRPMS/glibc-2.1.2-7.src.rpm 6.3 Installing Fixed Packages Upgrade the affected packages with the following commands: rpm -Fhv glibc-*i386.rpm 7. References This and other Caldera security resources are located at: http://www.calderasystems.com/support/security/index.html This security fix closes Caldera's internal Problem Report 7602. 8. Disclaimer Caldera Systems, Inc. is not responsible for the misuse of any of the information we provide on this website and/or through our security advisories. Our advisories are a service to our customers intended to promote secure installation and use of Caldera OpenLinux. 9. Acknowledgements Caldera Systems wishes to thank Jouko Pynn=F6nen for finding and reporting this problem. ___________________________________________________________________________= ___ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE5r9wV18sy83A/qfwRAvCdAJ9T30jQ8Xz6Jr6TXFes6rzkdsoMnACgqhTp 7j/S/7YSFxYO2X6sCxoqRAc=3D =3D8a0Y -----END PGP SIGNATURE----- ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Tue Sep 5 20:41:16 2000 Received: from delhi.nic.in (delhi.nic.in [164.100.19.3]) by www.aunet.org (Postfix) with SMTP id 0A6484A011 for ; Tue, 5 Sep 2000 13:32:53 -0700 (PDT) From: postmaster@delhi.nic.in To: linux-delhi@lists.linux-india.org Message-ID: <10009060200.AA25549@delhi.nic.in> Report-Version: 2 >To: lists.linux-india.org!linux-delhi Date: Wed Sep 6 02:00:12 2000 Not-Delivered-To: mea!lal due to Message Transfer Agent Congestion (Cannot reach host. Delivery attempts will continue.) End-of-Header: Content-Type: message Content-Length: 2726 X-Archive-Number: 200009/63 From smtp Mon Sep 4 11:46 GMT 2000 remote from delhi Received: from lists.linux-india.org by delhi.nic.in; Mon, 4 Sep 00 11:46 GMT Received: from www.aunet.org (localhost [127.0.0.1]) by www.aunet.org (Postfix) with SMTP id 89A2B4A12C; Sun, 3 Sep 2000 23:00:48 -0700 (PDT) Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.4]) by www.aunet.org (Postfix) with ESMTP id DB7084A11B for ; Sun, 3 Sep 2000 23:00:27 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id LAA18253 for ; Mon, 4 Sep 2000 11:27:49 -0500 (GMT) Message-ID: <000001c01634$577379f0$8200000a@aclindia.com> From: "Ambar Roy" To: References: <001a01c01435$60417a60$40e0c5cb@default> Subject: Re: [linux-delhi] Wu FTP Server Date: Mon, 4 Sep 2000 11:14:25 +0530 MIME-Version: 1.0 Content-Length: 1169 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 List-Unsubscribe: mailto:linux-delhi-request@lists.linux-india.org?subject=unsubscribe List-Owner: mailto: linux-delhi-owner@lists.linux-india.org List-Archive: http://lists.linux-india.org/cgi-bin/wilma/linux-delhi Precedence: bulk Sender: linux-delhi-owner@lists.linux-india.org Reply-To: linux-delhi@lists.linux-india.org perhaps the problem is with your network card or cabling!!!! have u tried sending the file using other protocols like http??? I had a similar problem with the compex rl100a 100MBPS cards, the card wud allow my linux machine to recv files at abt 2MB/s (file size > 50MB), but when i started to transfer the files from the linux machine, i got speeds like 100KB/s... and 1000s of collisions!!!! Bye, /\ |\/| |3 /\ r > I can transfer files to and from the Linux machine, but only when I tested > the FTP Server > with a huge file of about 17Mb, noticed a peculiar problem. > > When copying that huge file onto the Linux machine over the LAN from any of > the > Windows machines through CuteFTP, the average throughput I got was about > 108.14 Kb/Sec. > > After copying the 17Mb file onto the Linux box and deleting the original > copy of the > huge file from Windows machine, I tried to download the same file from Linux > box > onto the Windows machine. This time the average throughput I got was about > 5.6Kb/Sec. ------------------------------------------------ The mailing list archives are available at http://lists.linux-india.org/cgi-bin/wilma/linux-delhi From linux-delhi-owner@lists.linux-india.org Tue Sep 5 20:41:32 2000 Received: from delhi.nic.in (delhi.nic.in [164.100.19.3]) by www.aunet.org (Postfix) with SMTP id 89F0A4A011 for ; Tue, 5 Sep 2000 13:33:08 -0700 (PDT) From: postmaster@delhi.nic.in To: linux-delhi@lists.linux-india.org Message-ID: <10009060200.AA25620@delhi.nic.in> Report-Version: 2 >To: lists.linux-india.org!linux-delhi Date: Wed Sep 6 02:00:28 2000 Not-Delivered-To: mea!lal due to Message Transfer Agent Congestion (Cannot reach host. Delivery attempts will continue.) End-of-Header: Content-Type: message Content-Length: 4897 X-Archive-Number: 200009/64 From smtp Mon Sep 4 11:59 GMT 2000 remote from delhi Received: from lists.linux-india.org by delhi.nic.in; Mon, 4 Sep 00 11:59 GMT Received: from www.aunet.org (localhost [127.0.0.1]) by www.aunet.org (Postfix) with SMTP id 8AE8A4A120; Sun, 3 Sep 2000 23:18:01 -0700 (PDT) Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 68EBF4A113 for ; Sun, 3 Sep 2000 23:17:48 -0700 (PDT) Received: from squadc7 by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id LAA0000008061; Mon, 4 Sep 2000 11:44:17 +0530 (IST) Message-Id: <200009040614.LAA0000008061@delhi1.mtnl.net.in> X-Sender: squad@mail2.mtnl.net.in X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Mon, 04 Sep 2000 10:52:11 +0000 To: linux-delhi@lists.linux-india.org From: Arun Sinha Subject: Re: [linux-delhi] Partition Size In-Reply-To: <5407D87A.9FFAF50@yahoo.com> References: <200008310519.KAA0000032710@delhi1.mtnl.net.in> Mime-Version: 1.0 Content-Length: 3469 Content-Type: text/plain; charset="us-ascii" List-Unsubscribe: mailto:linux-delhi-request@lists.linux-india.org?subject=unsubscribe List-Owner: mailto: linux-delhi-owner@lists.linux-india.org List-Archive: http://lists.linux-india.org/cgi-bin/wilma/linux-delhi Precedence: bulk Sender: linux-delhi-owner@lists.linux-india.org Reply-To: linux-delhi@lists.linux-india.org Hi Pankaj, Thanks for the reply. I could finally understand the problem and managed a workaround. I am giving it below for information (Also for a correction in case my interpretation is incorrect) - My motherboard/bios (award) is more than two years old. Apparently it does not support larger partitions (alternatively my copy of fdisk does not support it; if this is possible). I found out this after deleting everything and playing around with the DOS fdisk (On my DOS boot floppy). - With 'Large Disk Support' Enabled in fdisk and 'Auto IDE HDD Detection' in bios set to 'Large' I could get a max partition size of 4 GB but total disk size detected was 4 GB on a 8 GB disk. - With 'Large Disk Support' not enabled in fdisk and 'Auto IDE HDD Detection' in bios set to 'LBA' I could get a maximum partition size of 2 GB with total disk size of 8 GB. - (Earlier I had 'Large Disk Support' enabled in fdisk and 'Auto IDE HDD Detection' in bios set to 'LBA' . I coud then get 4 GB primary partition maximum and 8 GB HDD detected. However even with this 4 GB primary partition, once I do a format, the formatting is done only for 2 GB; the balance 2 GB becomes unusable) - What I did was : - In LBA mode, made a primary partition of 2 GB and loaded 'Windows 98' - Installed Linux RH 6.2 using - 23 MB for /boot - 133 MB for Swap - 2 GB for / - 2 GB for /sparelx - Using my DOS boot diskette, created a logical drive (d:) of the balance extended partition (slightly more than 1800 MB) I now have what I had aimed for, ie, 4 GB for windows & 4 GB for linux. As my assessment the problem was either with my bios/motherboard or with my copy of fdisk. At 08:41 AM 9/4/14 +0530, you wrote: > > >Arun Sinha wrote: >> - fdisk continues to show 4 GB for c: >main reason could be u installed linux >in primary partion or (maybe this workz also with extended ) >because fdisk.exe is stupid and can't recognise ext2 >furthermore it does not support 2 primary partation so >its showing your bhindoes part overlapped with ext2 > >> >> Questions >> - What could be the explanation ? >> - Could my copy of 'format.exe' be an older version which cannot format beyond >> 2 GB ? [Corollary: is there any newer version] > >you may try the simple to use fdisk by chosing text in the red >hat bootcd prompt. >and then recreate all your partitions >sorry may be you'll loose your stuff >but you wo'nt if you create the partitions exactly the same >size and blocks as before > >bye >-- >............................................... > The only "intuitive" interface is a nipple. > After that, it's all learned. > >Committed to freedom and diversity >Pankaj Kaushal > >//\ I'm a FIG (http://fig.org/) >\// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) > >_________________________________________________________ >Do You Yahoo!? >Get your free @yahoo.com address at http://mail.yahoo.com > > >------------------------------------------------ >An alpha version of a web based tool to manage >your subscription with this mailing list is at >http://lists.linux-india.org/cgi-bin/mj_wwwusr > Arun Sinha aruns@del3.vsnl.net.in Q-1, South City, Gurgaon - 122-001 Tele : (0124)-6380060 (R); (011)-614-9972 & 614-3021 Extn 21 (O) ------------------------------------------------ An alpha version of a web based tool to manage your subscription with this mailing list is at http://lists.linux-india.org/cgi-bin/mj_wwwusr From linux-delhi-owner@lists.linux-india.org Tue Sep 5 20:49:16 2000 Received: from ganwaar.com (unknown [203.94.252.23]) by www.aunet.org (Postfix) with ESMTP id 42F874A29A for ; Tue, 5 Sep 2000 20:49:05 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id JAA04202; Wed, 6 Sep 2000 09:16:30 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14773.48661.808603.281234@localhost.localdomain> Date: Wed, 6 Sep 2000 09:16:29 +0530 (IST) To: pankaj@fig.org Cc: linux-delhi@lists.linux-india.org Subject: meeting change of plan In-Reply-To: <540A7475.DB60FBB4@yahoo.com> References: <540A7475.DB60FBB4@yahoo.com> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/65 >>>>> "Pankaj" == Pankaj Kaushal writes: Pankaj> hii cuz raj wanted to discuss very little bit about Pankaj> socitification and also a tex hacker might come on sat i Pankaj> take the liberty to prepond the meet to sat if no problems Pankaj> with majority Pankaj> and may the time to start be 11 - 11:30 insted of 2 for Pankaj> some reasons other people can explain The rest stands as Pankaj> holani told Are you feeding us lunch? :) I'm cool with the timing otherwise. -- Raju Pankaj> Sundeep Holani wrote: >> The Linux-Delhi monthly meeting for august has been scheduled >> to be held on Sunday, the 10th of September :-). Here are the >> details -- >> Venue -- The SARAI project, 29, Rajpura Road, Near Univ. of >> Delhi, North Campus. Delhi. >> >> Time -- 2 P.M. Sunday, 10 september. >> >> Agenda -- Linux Delhi Societification update, Tex Presentation >> Attendance -- All are invited :-) >> Pankaj> -- ............................................... The Pankaj> only "intuitive" interface is a nipple. After that, it's Pankaj> all learned. Pankaj> Committed to freedom and diversity Pankaj Kaushal Pankaj> Pankaj> //\ I'm a FIG (http://fig.org/) \// I use GNU Pankaj> (http://www.gnu.org/)(http://www.gnu-india.org/) Pankaj> _________________________________________________________ Pankaj> Do You Yahoo!? Get your free @yahoo.com address at Pankaj> http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Tue Sep 5 22:15:03 2000 Received: from tango.SoftHome.net (tango.SoftHome.net [204.144.231.49]) by www.aunet.org (Postfix) with SMTP id 8C4DE4A2B6 for ; Tue, 5 Sep 2000 22:15:01 -0700 (PDT) Received: (qmail 2116 invoked by uid 417); 6 Sep 2000 05:12:48 -0000 Received: from ddp-31-44.ras231.mantraonline.com (HELO GoldComp) (202.56.231.44) by smtpa.softhome.net with SMTP; 6 Sep 2000 05:12:48 -0000 From: Goldwyn Rodrigues Reply-To: goldwyn_r@softhome.net To: linux-delhi@lists.linux-india.org Subject: Re: Linux-Delhi monthly meeting Date: Wed, 6 Sep 2000 10:32:34 +0530 X-Mailer: KMail [version 1.0.29] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00090610331400.00662@GoldComp> Content-Transfer-Encoding: 8bit X-Archive-Number: 200009/66 As I am new to Linux. Please tell me what exactly do you do in a Delhi Linuxmeet. I am not expecting the answer - "Come and See for urself" Will it be useful if I come?? Please be more explanatory. The agenda does'nt explain much. Goldwyn On Mon, 04 Sep 2000, you wrote: > Hi, > > The Linux-Delhi monthly meeting for august has been scheduled to be held > on Sunday, the 10th of September :-). Here are the details -- From linux-delhi-owner@lists.linux-india.org Tue Sep 5 23:31:18 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 4D9D44A20F for ; Tue, 5 Sep 2000 23:31:11 -0700 (PDT) Received: from wnt06 by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id LAA0000027736; Wed, 6 Sep 2000 11:57:26 +0530 (IST) From: "anuj" To: Subject: /proc directory nameing and work. Date: Wed, 6 Sep 2000 11:32:50 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-Mimeole: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal X-Archive-Number: 200009/67 Hi all. I'm new to GNU/Linux, but I've quickly become a big fan. Thank you for such a great project and I hope in the future to be able to contribute to the effort. I'm a newbie to the list and as such, I haven't have much of a change to lurk. I hope my explanation isn't too long and my questions aren't too forward. I want to know about this directory work. /proc => ??? /lost+found => ??? /misc => ??? Thanks for your help!! -Anuj :) From linux-delhi-owner@lists.linux-india.org Tue Sep 5 23:32:00 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id C6C4C4A27E for ; Tue, 5 Sep 2000 23:31:39 -0700 (PDT) Received: from wnt06 by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id LAA0000027862; Wed, 6 Sep 2000 11:57:27 +0530 (IST) From: "anuj" To: Cc: Subject: RE: Hindi Gnome Date: Wed, 6 Sep 2000 11:32:50 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <5409E8F9.A9C39D15@yahoo.com> X-Mimeole: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal X-Archive-Number: 200009/68 Great sound. Hindi with Gnome. With Best wishes. Anuj -----Original Message----- From: linux-delhi-owner@lists.linux-india.org [mailto:linux-delhi-owner@lists.linux-india.org]On Behalf Of Pankaj Kaushal Sent: Friday, September 05, 2014 10:17 PM To: linux-delhi@lists.linux-india.org Subject: [linux-delhi] Hindi Gnome hi! It seems that there is no project running in lug-delhi I want to start one. I want to create Hindi-Gnome for my mother and people like her who still work and want to read write and do stuff in hindi i hav'nt started work in a big way but just collecting stuff links to a hindi keyboad fonts and the gnome keyboard map and gtk+ stuff will be great any one who has the time can join me. already applied for project space at sourceforge thanks bye -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ------------------------------------------------ An alpha version of a web based tool to manage your subscription with this mailing list is at http://lists.linux-india.org/cgi-bin/mj_wwwusr From linux-delhi-owner@lists.linux-india.org Wed Sep 6 04:07:29 2000 Received: from srijan.net (unknown [203.197.226.190]) by www.aunet.org (Postfix) with ESMTP id BB8954A26F for ; Wed, 6 Sep 2000 04:05:13 -0700 (PDT) Received: from localhost (sunny@localhost) by srijan.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA00455 for ; Wed, 6 Sep 2000 16:35:06 +0530 X-Authentication-Warning: srijan.net: sunny owned process doing -bs Date: Wed, 6 Sep 2000 16:35:02 +0530 (IST) From: Sundeep Holani To: Linux - Delhi Subject: Attn: Rishi Chawla Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/69 Rishi, There's something important i need to discuss with you, but I seem to have lost your email address, and the Linux-Delhi members directory seems to be down at the moment. Can you please contact me? Regards, -- Sundeep. sundeep@linux-delhi.org Phone - 7186772. From linux-delhi-owner@lists.linux-india.org Wed Sep 6 06:02:05 2000 Received: from smtp1b.mail.yahoo.com (smtp3.mail.yahoo.com [128.11.68.135]) by www.aunet.org (Postfix) with SMTP id 36DC74A2A8 for ; Wed, 6 Sep 2000 06:01:52 -0700 (PDT) Received: from unknown (HELO yahoo.com) (212.3.55.196) by smtp3.mail.yahoo.com with SMTP; 6 Sep 2000 12:59:32 -0000 X-Apparently-From: Message-ID: <540B05A6.DF8061CF@yahoo.com> Date: Sat, 06 Sep 2014 18:31:26 +0530 From: Pankaj Kaushal Reply-To: pankaj@fig.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: FreeBSD and Linux References: <000501c0176e$17063ca0$0fe2c5cb@default> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/70 Gaddam Srikrishan wrote: > > Hello LIG Delhi, > > Can anybody on the list please tell me the basic > difference between FreeBSD and Linux, in layman's terms. MIT and Berkely ;) but if you need any help contact sundeep kolhi he uses freebsd for play/work and linux er h i don't know -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Wed Sep 6 06:04:08 2000 Received: from smtp1b.mail.yahoo.com (smtp3.mail.yahoo.com [128.11.68.135]) by www.aunet.org (Postfix) with SMTP id BAF324A2FF for ; Wed, 6 Sep 2000 06:04:03 -0700 (PDT) Received: from unknown (HELO yahoo.com) (212.3.55.196) by smtp3.mail.yahoo.com with SMTP; 6 Sep 2000 13:01:41 -0000 X-Apparently-From: Message-ID: <540B0619.91A143A9@yahoo.com> Date: Sat, 06 Sep 2014 18:33:21 +0530 From: Pankaj Kaushal Reply-To: pankaj@fig.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: raju@linux-delhi.org Cc: pankaj@fig.org, linux-delhi@lists.linux-india.org Subject: Re: meeting change of plan References: <540A7475.DB60FBB4@yahoo.com> <14773.48661.808603.281234@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/71 Raju Mathur wrote: > > >>>>> "Pankaj" == Pankaj Kaushal writes: > > Pankaj> hii cuz raj wanted to discuss very little bit about > Pankaj> socitification and also a tex hacker might come on sat i > Pankaj> take the liberty to prepond the meet to sat if no problems > Pankaj> with majority > > Pankaj> and may the time to start be 11 - 11:30 insted of 2 for > Pankaj> some reasons other people can explain The rest stands as > Pankaj> holani told > > Are you feeding us lunch? :) > > I'm cool with the timing otherwise. ask holani its his treat kyon Mr kernel hacker what do you say? we will do something about it so 11 it is -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Wed Sep 6 08:20:07 2000 Received: from ganwaar.com (unknown [203.94.254.25]) by www.aunet.org (Postfix) with ESMTP id 244BA4A1EF for ; Wed, 6 Sep 2000 08:19:59 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id UAA01679; Wed, 6 Sep 2000 20:47:35 +0530 Message-Id: <200009061517.UAA01679@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Wed Sep 6 20:47:35 IST 2000 Subject: [ADMIN] Suspended list subscriptions Reply-To: Raju Mathur X-Archive-Number: 200009/72 Suspended the following addresses for a week due to bounces: linux_delhi_user@hotmail.com If you feel that your e-mail address has been suspended by mistake, please send the following message to mailto:majordomo2@lists.linux-india.org : set linux-delhi nomail-return end Please send a message to raju@linux-delhi.org if you have any further questions. From linux-delhi-owner@lists.linux-india.org Wed Sep 6 08:46:27 2000 Received: from intelesoftech.com (unknown [202.54.108.205]) by www.aunet.org (Postfix) with ESMTP id 2A83E4A20B for ; Wed, 6 Sep 2000 05:45:16 -0700 (PDT) Received: from intelesoftech.com (IDENT:atul@localhost [127.0.0.1]) by intelesoftech.com (8.9.3/8.9.3) with ESMTP id SAA05354; Wed, 6 Sep 2000 18:15:26 +0530 Message-ID: <39B63C62.47E3CEAB@intelesoftech.com> Date: Wed, 06 Sep 2000 18:15:23 +0530 From: Atul Kumar Organization: Intelesoft Technologies X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.12-20 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: how to setup mailing list Content-Type: multipart/alternative; boundary="------------93CEAEA19DC74CC9A08A146E" X-Archive-Number: 200009/73 --------------93CEAEA19DC74CC9A08A146E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit How can I setup a List server in linux where users can subscribe to existing lists and create new lists. Regards, -- \\\___/// \\ - - // ( @ @ ) +-----------------------oOOo-(_)-oOOo---------------------------+ | | | Atul Kumar | | atulk@intelesoftech.com k.atul@usa.net | | | | tel.: +011-(91)-4441658 | | +011-(91)-4441659 | +------------------------------------Oooo-----------------------+ oooO ( ) ( ) ) / \ ( (_/ \_) --------------93CEAEA19DC74CC9A08A146E Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit How can I setup a List server in linux where users can subscribe to  existing lists
and create new lists.

Regards,

-- 
                          \\\___///
                         \\  - -  //
                          (  @ @  )
+-----------------------oOOo-(_)-oOOo---------------------------+
|                                                               |
|                         Atul Kumar                            |
|  atulk@intelesoftech.com              k.atul@usa.net          |
|                                                               |
|               tel.:   +011-(91)-4441658                       |       
|                       +011-(91)-4441659                       |
+------------------------------------Oooo-----------------------+
                      oooO          (    )
                     (    )          )  /
                      \  (           (_/
                       \_)
  --------------93CEAEA19DC74CC9A08A146E-- From linux-delhi-owner@lists.linux-india.org Wed Sep 6 08:47:19 2000 Received: from localhost.localdomain (unknown [203.197.233.145]) by www.aunet.org (Postfix) with ESMTP id 5EDED4A1EF for ; Wed, 6 Sep 2000 06:49:14 -0700 (PDT) Received: by localhost.localdomain (Postfix, from userid 1000) id 1D2B41EBC0; Tue, 5 Sep 2000 09:15:49 +0530 (IST) Date: Tue, 5 Sep 2000 09:15:48 +0530 From: Supreet Sethi To: linux-delhi@lists.linux-india.org Subject: Re: SCCS, RCS and CVS Message-ID: <20000905091548.A762@localhost> References: <20000904232950.A19202@debian.> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <20000904232950.A19202@debian.>; from pai@vsnl.com on Mon, Sep 04, 2000 at 11:29:50PM +0518 X-Archive-Number: 200009/74 On Mon, Sep 04, 2000 at 11:29:50PM +0518, M.K.Pai wrote: > Guys, > > Could someone guide me about how one may evaluate AFAIK sccs is a old system. I read about it in HP-UX manuals CVS is the best choice for version control software apart from not so well known derivative of rcs called ammmmmmmmmmmmmm prcs or something CVS has a web interface too cweb > the relative merits of sccs, rcs and cvs ? > > Opinions welcome. URLs welcome. Anything at all. > > Thanks. > PAI > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr From linux-delhi-owner@lists.linux-india.org Wed Sep 6 08:47:51 2000 Received: from localhost.localdomain (unknown [203.197.233.145]) by www.aunet.org (Postfix) with ESMTP id B57084A225 for ; Wed, 6 Sep 2000 07:11:38 -0700 (PDT) Received: by localhost.localdomain (Postfix, from userid 1000) id 144971EBC0; Wed, 6 Sep 2000 08:08:24 +0530 (IST) Date: Wed, 6 Sep 2000 08:08:24 +0530 From: Supreet Sethi To: linux-delhi@lists.linux-india.org Subject: Re: FreeBSD and Linux Message-ID: <20000906080824.A664@localhost> References: <000501c0176e$17063ca0$0fe2c5cb@default> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <000501c0176e$17063ca0$0fe2c5cb@default>; from srikrishan@Yahoo.com on Wed, Sep 06, 2000 at 12:47:42AM +0530 X-Archive-Number: 200009/75 Free BSD is a UNIX variant which is good in its own way Early code of unix was available to universities among them was University of Berkeley. Lots of people read students added there code to this initial code base. Then Bill Joy sold the first tape of Berkely variant of unix. This variant became popular in its own right. Lot of networking code was also added to it. As per belief TCP/IP stack of BSD is the best. Now free BSD is on of the distribution of 4.4 BSD lite which is BSD code - UNIX code 4.4 BSD lite kernel uses microkernel architecture where unix emulation mode is run over a microkernel which provides the basic functionality Best things about FreeBSD Virtual Machine code is implemented to provide fast scheduling and memory management. Memory management is fast so application run faster Linux appliction can be run over FreeBSD and people say they run faster on FreeBSD File System is also very fast many of these things also apply on *BSDs they are from same source tree From linux-delhi-owner@lists.linux-india.org Wed Sep 6 08:48:31 2000 Received: from ganwaar.com (unknown [203.94.254.25]) by www.aunet.org (Postfix) with ESMTP id 471334A290 for ; Wed, 6 Sep 2000 08:48:14 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id JAA03778; Wed, 6 Sep 2000 09:00:39 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14773.47711.718657.211039@localhost.localdomain> Date: Wed, 6 Sep 2000 09:00:39 +0530 (IST) To: linux-delhi@lists.linux-india.org Subject: Re: Enough is Enough i'm really pissed off [FLAME] In-Reply-To: <5409E61F.72B39A51@yahoo.com> References: <5409E61F.72B39A51@yahoo.com> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/76 Hi Pankaj, >>>>> "Pankaj" == Pankaj Kaushal writes: Pankaj> [snip] Pankaj> NO it is'nt for me when i contacted raj it seemed to be a Pankaj> fun group of people Pankaj> who like Gnu OS and want to learn more of it and want to Pankaj> teach others and want to develope more stuff for it. for Pankaj> me it is still that. Pankaj> if you want to earn money (it seems that is the only goal Pankaj> of many of the guy's in this list) you might consider Pankaj> moving to some other platform but Gnu O.S Yes, Linux (and Linux-Delhi) are supposed to be fun. But IMO Linux-Delhi also serves the function of a common meeting ground for all types of people interested in Linux, whether the hacker (you), the educator or the commercial user. I know that we'll keep treading on each others' toes from time to time, since we have different interests, but I'd request a little more consideration for the requirements of people who're not coming into the Linux bandwagon with exactly the same motives. The size of Linux in Delhi at the moment doesn't justify the use of a seperate mailing list for commercial purposes. However, please do not imply that it is wrong to make money out of GPL'd products. The GPL specifically permits you to make money from GNU programs, whether by selling, consulting, enhancing or supporting. After all, you have a job in Sarai doing Linux work, don't you? I'm sure you get paid for working on Linux ;-) Finally, if there's any issue about my vested interests (I make money from Linux and also run the mailing list and help to organise the user group), I'll be glad to step aside in favour of another elected person as soon as we have our first General Body Meet (or earlier, if enough members demand it). My first objective is that the User Group should grow and prosper, and any conflict of interest in the Group should be put to rest as soon as possible. Regards, -- Raju From linux-delhi-owner@lists.linux-india.org Wed Sep 6 08:59:35 2000 Received: from ganwaar.com (unknown [203.94.254.25]) by www.aunet.org (Postfix) with ESMTP id D4F544A163; Wed, 6 Sep 2000 08:59:07 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id VAA02731; Wed, 6 Sep 2000 21:26:48 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <14774.26943.688947.300408@localhost.localdomain> Date: Wed, 6 Sep 2000 21:26:47 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) SuSE Security Announcement: shlibs (glibc) X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/77 [glibc problem fix for SuSE -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Approved-By: aleph1@SECURITYFOCUS.COM Delivered-To: bugtraq@lists.securityfocus.com Received: from securityfocus.com (mail.securityfocus.com [207.126.127.78]) = by lists.securityfocus.com (Postfix) with SMTP id 1D2141EE8F for ; Wed, 6 Sep 2000 03:32:17 -0700 (PDT) Received: (qmail 20531 invoked by alias); 6 Sep 2000 10:33:40 -0000 Delivered-To: bugtraq@securityfocus.com Received: (qmail 20528 invoked from network); 6 Sep 2000 10:33:39 -0000 Received: from cantor.suse.de (194.112.123.193) by mail.securityfocus.com w= ith SMTP; 6 Sep 2000 10:33:39 -0000 Received: from Hermes.suse.de (Hermes.suse.de [194.112.123.136]) by Cantor.suse.de (Postfix) with ESMTP id 13B241E075 for ; Wed, 6 Sep 2000 12:32:38 +0200 (MES= T) Received: from dent.suse.de (Dent.suse.de [10.10.0.109]) by Hermes.suse.de (Postfix) with ESMTP id BAE2910A029 for ; Wed, 6 Sep 2000 12:32:37 +0200 (MEST) Received: from localhost (draht@localhost) by dent.suse.de (8.10.2/8.10.2/S= uSE Linux 8.10.0-0.3) with ESMTP id e86AWbh24373 for ; Wed, 6 Sep 2000 12:32:37 +0200 X-Organization: SuSE GmbH MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=3DISO-8859-1 Content-Transfer-Encoding: 8BIT Message-ID: Reply-To: Roman Drahtmueller From: Roman Drahtmueller Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: SuSE Security Announcement: shlibs (glibc) Date: Wed, 6 Sep 2000 12:32:37 +0200 -----BEGIN PGP SIGNED MESSAGE----- ___________________________________________________________________________= ___ SuSE Security Announcement Package: shlibs (glibc-2.0, glibc-2.1) Date: Wednesday, September 6th, 2000 12:30 MEST Affected SuSE versions: 6.0, 6.1, 6.2, 6.3, 6.4, 7.0 Vulnerability Type: local root compromise Severity (1-10): 9 SuSE default package: yes Other affected systems: all glibc based linux systems, other Un*x systems Content of this advisory: 1) security vulnerability resolved: shlibs (glibc) problem description, discussion, solution and upgrade information 2) pending vulnerabilities, temporary workarounds 3) standard appendix (further information) ___________________________________________________________________________= ___ 1) problem description, brief discussion, solution, upgrade information The glibc implementations in all SuSE distributions starting with SuSE-6.0 have multiple security problems where at least one of them allows any local user to gain root access to the system. a) ld-linux.so.2, the runtime linker, is supposed to clean environment variables that may influence the execution of programs ran by a suid program. Variables of that kind include LD_LIBRARY_PATH and LD_PRELOAD. These variables do not have any effect on the suid application itself since the linker ignores them. However, if the suid program executes another non-suid application without dropping privileges and without cleaning the environment, the LD_* variables would allow an attacker to execute arbitrary code as the effective uid of the calling suid program. There is currently no program in the SuSE distribution known to be susceptible to this problem. b) locale handling portions of the glibc code fails to properly check given environment settings such as the variable LANGUAGE. This could lead to arbitrary code being executed as root, depending on the permissions and ownerships of the program being used for the exploit. c) A bug in the mutex handling code in the shlibs version for SuSE-7.0 could cause multithreaded applications to hang or crash. This has also been fixed. There is only one way to temporarily circumvent the exploit: Disable all suid applications in the system. SuSE provides a updated packages for the vulnerable libraries. It is strongly recommended to upgrade to the latest version found on our ftp server as described below. The update packages remove all currently known security problems in the glibc package. Download the update packages as described below and install the package with the command `rpm -Fhv file.rpm'. The md5sum for each file is in the line below. You can verify the integrity of the rpm files using the command `rpm --checksig --nogpg file.rpm', independently from the md5 signatures below. SPECIAL INSTALL INSTRUCTIONS: Note that the complete update consists of three (3) binary rpm packages and one source rpm package per distribution and platform. libc-*.rpm contains the static libraries, libd is the package for the profiling+debugging version of the libraries. If at all possible, keep your machine calm while you perform the update. Execute the following commands after the rpm update has been applied: /sbin/ldconfig # alternatively, use SuSEconfig /sbin/init u # will restart init to make a clean shutdown # possible once needed. i386 Intel Platform: SuSE-7.0 ftp://ftp.suse.com/pub/suse/i386/update/7.0/a1/shlibs-2.1.3-154.i386.rpm 753176172ebf628c6567c70a9b950933 ftp://ftp.suse.com/pub/suse/i386/update/7.0/d1/libc-2.1.3-154.i386.rpm 0f0696fc359cdb7b13f40a52d6676f09 ftp://ftp.suse.com/pub/suse/i386/update/7.0/d2/libd-2.1.3-154.i386.rpm 4ca3268f91a9294313cf871e9f7cb8b8 source rpm: ftp://ftp.suse.com/pub/suse/i386/update/7.0/zq1/libc-2.1.3-154.src.rpm a6af3232fe6d474d6309c68469c126ec SuSE-6.4 ftp://ftp.suse.com/pub/suse/i386/update/6.4/a1/shlibs-2.1.3-154.i386.rpm 150dcb3854b066c021c396b4a0fe25e6 ftp://ftp.suse.com/pub/suse/i386/update/6.4/d1/libc-2.1.3-154.i386.rpm 75c9aef75d6e7e4b196c21bb500d00e0 ftp://ftp.suse.com/pub/suse/i386/update/6.4/d2/libd-2.1.3-154.i386.rpm 47fff508b0b67a82356361aa23c8beae source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.4/zq1/libc-2.1.3-154.src.rpm bfeaa4e15ecbe1fea986b710152b5fec SuSE-6.3 ftp://ftp.suse.com/pub/suse/i386/update/6.3/a1/shlibs-2.1.2-47.i386.rpm 8e88f237414a4d8f96131b17267b4d53 ftp://ftp.suse.com/pub/suse/i386/update/6.3/d1/libc-2.1.2-47.i386.rpm 575bb0c94474add7ae02333cbb77cba0 ftp://ftp.suse.com/pub/suse/i386/update/6.3/d2/libd-2.1.2-47.i386.rpm 8728db143b6393a261aa9060d9321345 source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.3/zq1/libc-2.1.2-47.src.rpm eea1810dceafe5e7f77b4b5137829834 SuSE-6.2 ftp://ftp.suse.com/pub/suse/i386/update/6.2/a1/shlibs-2.1.1-29.i386.rpm 78360eddc58f3897a14327d2fa214191 ftp://ftp.suse.com/pub/suse/i386/update/6.2/d1/libc-2.1.1-29.i386.rpm 456cad1d8034d40ebbf8337d1308c4de ftp://ftp.suse.com/pub/suse/i386/update/6.2/d2/libd-2.1.1-29.i386.rpm 6dccdf557c6d329b40238a1644368564 source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.2/zq1/libc-2.1.1-29.src.rpm cec489c212826cb2dcc65a602da61da3 SuSE-6.1 ftp://ftp.suse.com/pub/suse/i386/update/6.1/a1/shlibs-2000.9.5-0.i386.r= pm 7a272e7f15fd2dec69401d4c788de015 ftp://ftp.suse.com/pub/suse/i386/update/6.1/d1/libc-2000.9.5-0.i386.rpm c748944bbe8a55f69478e6ef0bda843a ftp://ftp.suse.com/pub/suse/i386/update/6.1/d2/libd-2000.9.5-0.i386.rpm 7fce2e2e41b62dc985e48ee31f6dac1c source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.1/zq1/libc-2000.9.5-0.src.rpm 77fa60f5a3a10e02460bd1960b1f78f6 Please use the packages from the SuSE-6.1 directory for SuSE-6.0! Sparc Platform: SuSE-7.0: ftp://ftp.suse.com/pub/suse/sparc/update/7.0/a1/shlibs-2.1.3-154.sparc.= rpm 1563171d7ee17a3048500afd4424927d ftp://ftp.suse.com/pub/suse/sparc/update/7.0/d1/libc-2.1.3-154.sparc.rpm a907fbb3e5e48664cadb6b75570e15b2 ftp://ftp.suse.com/pub/suse/sparc/update/7.0/d2/libd-2.1.3-154.sparc.rpm f60071e3a497e3af48078338b3bd6610 source rpm: ftp://ftp.suse.com/pub/suse/sparc/update/7.0/zq1/libc-2.1.3-154.src.rpm 690a34f9ddb6bd6edf41a07d5fba0ad4 AXP Alpha Platform: SuSE-6.4 ftp://ftp.suse.com/pub/suse/axp/update/6.4/a1/shlibs-2.1.3-154.alpha.rpm d08a782d1dc1cc406b2141727295befe ftp://ftp.suse.com/pub/suse/axp/update/6.4/d1/libc-2.1.3-154.alpha.rpm 730c9b3c98f9d243c09ce41c5c4240a5 ftp://ftp.suse.com/pub/suse/axp/update/6.4/d2/libd-2.1.3-154.alpha.rpm 0c2ba3d11a42d84f48b1ee79a15e36b2 source rpm: ftp://ftp.suse.com/pub/suse/axp/update/6.4/zq1/libc-2.1.3-154.src.rpm a5f2a207c6f8b179bbd91cea9c96711d SuSE-6.3 ftp://ftp.suse.com/pub/suse/axp/update/6.3/a1/shlibs-2.1.2-47.alpha.rpm afc0ac7f3db066702fbd19bfaa216751 ftp://ftp.suse.com/pub/suse/axp/update/6.3/d1/libc-2.1.2-47.alpha.rpm 3530ef711231a5b378d14fe70e2971f6 ftp://ftp.suse.com/pub/suse/axp/update/6.3/d2/libd-2.1.2-47.alpha.rpm 5836a7a1557046b0c3498b7dec1ee436 source rpm: ftp://ftp.suse.com/pub/suse/axp/update/6.3/zq1/libc-2.1.2-47.src.rpm 0100769ad09d68563a7540ba73c826d7 SuSE-6.1 ftp://ftp.suse.com/pub/suse/axp/update/6.1/a1/shlibs-2000.9.5-0.alpha.r= pm 64c59dcb13069293694faf845446463e ftp://ftp.suse.com/pub/suse/axp/update/6.1/d1/libc-2000.9.5-0.alpha.rpm 2b8df961dcfb42933cdf298f9229cffd ftp://ftp.suse.com/pub/suse/axp/update/6.1/d2/libd-2000.9.5-0.alpha.rpm 75dd4bcfb0bf2cc64fe8dd5bfc4a69f0 source rpm: ftp://ftp.suse.com/pub/suse/axp/update/6.1/zq1/libc-2000.9.5-0.src.rpm 11871baa8279f8c0c79f6c9d95ca531c PPC Power PC Platform: SuSE-6.4 ftp://ftp.suse.com/pub/suse/ppc/update/6.4/a1/shlibs-2.1.3-154.ppc.rpm 8565cd463e4fbbccc39aa96f1eefdc70 ftp://ftp.suse.com/pub/suse/ppc/update/6.4/d1/libc-2.1.3-154.ppc.rpm 987ed3d338fb7c42083cf6dd2057ce0b ftp://ftp.suse.com/pub/suse/ppc/update/6.4/d2/libd-2.1.3-154.ppc.rpm a212f188cf31d55c2016236d2c313cf4 source rpm: ftp://ftp.suse.com/pub/suse/ppc/update/6.4/zq1/libc-2.1.3-154.src.rpm 401b4f2f306a065fb04edd89cd153364 ___________________________________________________________________________= ___ 2) Pending vulnerabilities in SuSE Distributions and Workarounds: This section addresses currently known vulnerabilities in Linux/Unix systems that have not been resolved yet as of the release date of this advisory. - screen local root compromise. Update+advisory follows this advisory. - zope SuSE distributions before 7.0 do not contain zope as a package. An updated package for the freshly released SuSE-7.0 is on the way. - xchat A fix for the URL handler vulnerabilty is in progress and will be released within a few days. There is currently no effective and easy workaround other than removing the package by hand (`rpm -e xchat'). More information on xchat can be found in xchat's documentation directory /usr/doc/packages/xchat or /usr/share/doc/packages/xchat for SuSE-7.0. ___________________________________________________________________________= ___ 3) standard appendix: SuSE runs two security mailing lists to which any interested party may subscribe: suse-security@suse.com - general/linux/SuSE security discussion. All SuSE security announcements are sent to this list. To subscribe, send an email to . suse-security-announce@suse.com - SuSE's announce-only mailing list. Only SuSE's security annoucements are sent to this list. To subscribe, send an email to . For general information or the frequently asked questions (faq) send mail to: or respectively. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D SuSE's security contact is . =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Regards, Roman Drahtm=FCller. - - -- - - | Roman Drahtm=FCller // "Caution: Cape does | SuSE GmbH - Security Phone: // not enable user to fly." | N=FCrnberg, Germany +49-911-740530 // (Batman Costume warning label) | - - ___________________________________________________________________________= ___ The information in this advisory may be distributed or reproduced, provided that the advisory is not modified in any way. SuSE GmbH makes no warranties of any kind whatsoever with respect to the information contained in this security advisory. Type Bits/KeyID Date User ID pub 2048/3D25D3D9 1999/03/06 SuSE Security Team - -----BEGIN PGP PUBLIC KEY BLOCK----- Version: 2.6.3i mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh 1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+ cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKPEUBAVcOB/9b yHYji1/+4Xc2GhvXK0FSJN0MGgeXgW47yxDL7gmR4mNgjlIOUHZj0PEpVjWepOJ7 tQS3L9oP6cpj1Fj/XxuLbkp5VCQ61hpt54coQAvYrnT9rtWEGN+xmwejT1WmYmDJ xG+EGBXKr+XP69oIUl1E2JO3rXeklulgjqRKos4cdXKgyjWZ7CP9V9daRXDtje63 Om8gwSdU/nCvhdRIWp/Vwbf7Ia8iZr9OJ5YuQl0DBG4qmGDDrvImgPAFkYFzwlqo choXFQ9y0YVCV41DnR+GYhwl2qBd81T8aXhihEGPIgaw3g8gd8B5o6mPVgl+nJqI BkEYGBusiag2pS6qwznZiQEVAwUQNuEtBHey5gA9JdPZAQFtOAf+KVh939b0J94u v/kpg4xs1LthlhquhbHcKNoVTNspugiC3qMPyvSX4XcBr2PC0cVkS4Z9PY9iCfT+ x9WM96g39dAF+le2CCx7XISk9XXJ4ApEy5g4AuK7NYgAJd39PPbERgWnxjxir9g0 Ix30dS30bW39D+3NPU5Ho9TD/B7UDFvYT5AWHl3MGwo3a1RhTs6sfgL7yQ3U+mvq MkTExZb5mfN1FeaYKMopoI4VpzNVeGxQWIz67VjJHVyUlF20ekOz4kWVgsxkc8G2 saqZd6yv2EwqYTi8BDAduweP33KrQc4KDDommQNDOXxaKOeCoESIdM4p7Esdjq1o L0oixF12Cg=3D=3D =3DpIeS - -----END PGP PUBLIC KEY BLOCK----- -----BEGIN PGP SIGNATURE----- Version: 2.6.3i Charset: noconv iQEVAwUBObYa53ey5gA9JdPZAQHOcwf/Xwz2AsyelEXHA9KA+9/b5ZpEPu0hnySF KjADn6wLGDGdUBb70IszsIWbxg5XUXkQ4rjmHgE2IXmZG+euD+KW7Y9QPNTGpt5/ JD9lQAaqlqSOFr6/CuD44ZaU/hUGELeMIyG0YDCG27zQwWGigjJwdeyuDeqif0+M MGDnBqW+GS/LXaLd7Yb4QIocFDKzYFHqGPbYIP3vEAkTpT/gBV6C51E7NBDE8Bwm 3k8PvrHIoq/ovlUEqMbeEETskjMuGQfkUPHfVDV0um96RpsdKEHQIBdCfeMBTe5P ZL/aLeMwDdN6kKNAeouKDszWz453uXuWo0h8cZCJG2/Z1bNtoEi9Aw=3D=3D =3DiM4f -----END PGP SIGNATURE----- ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Wed Sep 6 09:00:25 2000 Received: from ganwaar.com (unknown [203.94.254.25]) by www.aunet.org (Postfix) with ESMTP id 6A08B4A35E; Wed, 6 Sep 2000 09:00:02 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id VAA02742; Wed, 6 Sep 2000 21:27:27 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14774.26983.858253.126475@localhost.localdomain> Date: Wed, 6 Sep 2000 21:27:27 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) [slackware-security]: glibc 2.1.3 vulnerabilities patched X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/78 [glibc fix for Slackware -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Approved-By: aleph1@SECURITYFOCUS.COM Delivered-To: bugtraq@lists.securityfocus.com Received: from securityfocus.com (mail.securityfocus.com [207.126.127.78]) by lists.securityfocus.com (Postfix) with SMTP id D232D1EE93 for ; Wed, 6 Sep 2000 02:55:57 -0700 (PDT) Received: (qmail 18995 invoked by alias); 6 Sep 2000 09:57:21 -0000 Delivered-To: bugtraq@securityfocus.com Received: (qmail 18992 invoked from network); 6 Sep 2000 09:57:20 -0000 Received: from nat211.169.mpoweredpc.net (HELO Lola.2y.net) (142.177.211.169) by mail.securityfocus.com with SMTP; 6 Sep 2000 09:57:20 -0000 Received: by Lola.2y.net (Postfix, from userid 1000) id E2EBD1FDCD; Wed, 6 Sep 2000 07:03:02 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by Lola.2y.net (Postfix) with ESMTP id F347A1FDBD for ; Wed, 6 Sep 2000 07:03:01 -0300 (ADT) Delivered-To: nick@lola.2y.net X-Received: from connie.slackware.com (connie.slackware.com [204.216.27.13]) by Lola.2y.net (Postfix) with SMTP id 660D51FDBD for ; Wed, 6 Sep 2000 02:06:57 -0300 (ADT) X-Received: (from daemon@localhost) by connie.slackware.com (8.9.3/8.9.3) id JAA31169 for slackware-security-outgoing; Tue, 5 Sep 2000 09:13:01 -0700 X-Received: from localhost (security@localhost) by connie.slackware.com (8.9.3/8.9.3) with ESMTP id JAA31166 for ; Tue, 5 Sep 2000 09:12:59 -0700 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Message-ID: Reply-To: Slackware Security Team Comments: Resent-From: "Nick C. Doyle" Comments: Originally-From: Slackware Security Team ReSent-Subject: [slackware-security]: glibc 2.1.3 vulnerabilities patched From: "Nick C. Doyle" Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: [slackware-security]: glibc 2.1.3 vulnerabilities patched Date: Wed, 6 Sep 2000 07:02:35 -0300 Three locale-related vulnerabilities with glibc 2.1.3 were recently reported on BugTraq. These vulnerabilities could allow local users to gain root access. Users of Slackware 7.0, 7.1, and -current are strongly urged to upgrade to the new glibc packages in the -current branch. ========================================================================= glibc 2.1.3 AVAILABLE - (a1/glibcso.tgz, d1/glibc.tgz, des1/descrypt.tgz) ========================================================================= The three locale-related vulnerabilities with glibc-2.1.3 have been patched using the CVS glibc patches provided by Solar Designer. PACKAGE INFORMATION: -------------------- a1/glibcso.tgz: This package contains the runtime libraries for glibc 2.1.3. All users of Slackware 7.0 through -current should upgrade this package. d1/glibc.tgz: This is the full glibc 2.1.3 package, complete with headers and static libraries. If you had previously installed this package, you need to upgrade it. des1/descrypt.tgz: Contains a DES-enabled libcrypt.so library. If you have this package, you need to upgrade it as well. IMPORTANT: Be sure to upgrade this package *AFTER* glibcso.tgz and glibc.tgz. WHERE TO FIND THE NEW PACKAGES: ------------------------------- All new packages can be found in the -current branch: ftp://ftp.slackware.com/pub/slackware/slackware-current/slakware/a1/glibcso.tgz ftp://ftp.slackware.com/pub/slackware/slackware-current/slakware/d1/glibc.tgz ftp://ftp.slackware.com/pub/slackware/slackware-current/slakware/des1/descrypt.tgz MD5 SIGNATURES AND CHECKSUMS: ----------------------------- Here are the md5sums and checksums for the packages: 1119944158 781102 a1/glibcso.tgz 4150671113 22146158 d1/glibc.tgz 95989487 95843 des1/descrypt.tgz 0fa3614e6cdee92687c78d84e2587b81 a1/glibcso.tgz 7fafee175cf7acee5d90fd416e92d44b d1/glibc.tgz 3493af0bae0aeea840a464bc53d3b63f des1/descrypt.tgz INSTALLATION INSTRUCTIONS: -------------------------- The three packages above need to be upgraded in single user mode (runlevel 1). Bring the system into runlevel 1: # telinit 1 Then upgrade the packages: # upgradepkg .tgz Then bring the system back into multiuser mode: # telinit 3 Remember, it's also a good idea to backup configuration files before upgrading packages. +------------------------------------------------------------------------+ | HOW TO REMOVE YOURSELF FROM THIS MAILING LIST: | +------------------------------------------------------------------------+ | Send an email to majordomo@slackware.com with this text in the body of | | the email message: | | | | unsubscribe slackware-security | | | | You will get a confirmation message back. Follow the instructions to | | complete the unsubscription. Do not reply to this message to | | unsubscribe! | +------------------------------------------------------------------------+ - Slackware Linux Security Team http://www.slackware.com ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Wed Sep 6 09:25:06 2000 Received: from srijan.net (unknown [203.197.204.45]) by www.aunet.org (Postfix) with ESMTP id BE5624A30B for ; Wed, 6 Sep 2000 09:17:01 -0700 (PDT) Received: from localhost (sunny@localhost) by srijan.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id VAA02808; Wed, 6 Sep 2000 21:47:11 +0530 X-Authentication-Warning: srijan.net: sunny owned process doing -bs Date: Wed, 6 Sep 2000 21:47:10 +0530 (IST) From: Sundeep Holani To: Pankaj Kaushal Cc: Linux - Delhi Subject: Re: Re: meeting change of plan In-Reply-To: <540B0619.91A143A9@yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/79 On Sat, 6 Sep 2014, Pankaj Kaushal wrote: >ask holani its his treat Oye? Kis khushi me? Abhi bahut time hai. Waise suna hai Supreet ko pehla cheque mil gaya hai! He he, we'll use it well. :-) From linux-delhi-owner@lists.linux-india.org Wed Sep 6 09:37:48 2000 Received: from web3208.mail.yahoo.com (web3208.mail.yahoo.com [204.71.200.29]) by www.aunet.org (Postfix) with SMTP id D4B1E4A1AA for ; Wed, 6 Sep 2000 09:37:46 -0700 (PDT) Message-ID: <20000906163529.65331.qmail@web3208.mail.yahoo.com> Received: from [203.197.209.62] by web3208.mail.yahoo.com; Wed, 06 Sep 2000 09:35:29 PDT Date: Wed, 6 Sep 2000 09:35:29 -0700 (PDT) From: manish sharma Subject: SOS: Neeed _Oracle4Linux_ & _Mandrake_ Pleease To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/80 Hi All, I am in dire need of : __Mandrake and "Oracle on Linux"__ & I have no idea where to get the CD's from. I have combed through NehruPlace but... :( Can anybody help me? (Ambar, u have Mandrake, don't you?) I am willing to pay any reasonable amount too. Please pick: 1. Call/Email and tell me about whom I can contact. 2. Call(number given below)/Email and tell me where I can get it(NCR only). 3. Let me have the CD(will leave /anything/ as security) and I'll return it after copying it. Promise:) 4. Get it copied & bring it on the next LUG Meet(will pay u at the meet itself). 5. Get it copied & give me a call and I'll collect it from your place at your time. 6. anything........... ______________________________________ Ph# {460 2904 || 460 1598 || 460 1539} Between 10:00AM to 8:00PM Pls. Ask for Manish Sharma ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Any/ help is welcome. TIA Regards --|\/| /\ /\/ / _/`` |-| __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Wed Sep 6 10:38:44 2000 Received: from del2.vsnl.net.in (del2.vsnl.net.in [202.54.15.30]) by www.aunet.org (Postfix) with ESMTP id EE55C4A259 for ; Wed, 6 Sep 2000 10:38:37 -0700 (PDT) Received: from xyz.vsnl.net.n ([202.54.98.9]) by del2.vsnl.net.in (8.9.2/8.9.2) with SMTP id XAA17658 for ; Wed, 6 Sep 2000 23:09:20 -0500 (GMT) Message-ID: <007101c01828$d36d7ba0$096236ca@vsnl.net.n> From: "DipakS" To: Subject: Engineering Applications Date: Wed, 6 Sep 2000 23:05:17 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/81 Has anyone used Kfem or any other FEM tools available for Linux. I am interested in solving some heat transfer problems using FEM and am looking for some help on this. Thanks Dipak ---------------------------------------------------------------------------- ------------------------------------------------------------------------- check out www.freeos.com for information on free OS's and http://www.freshmeat.net for linux software. From linux-delhi-owner@lists.linux-india.org Wed Sep 6 10:39:47 2000 Received: from del2.vsnl.net.in (del2.vsnl.net.in [202.54.15.30]) by www.aunet.org (Postfix) with ESMTP id 9DEB14A2A5 for ; Wed, 6 Sep 2000 10:39:40 -0700 (PDT) Received: from xyz.vsnl.net.n ([202.54.98.9]) by del2.vsnl.net.in (8.9.2/8.9.2) with SMTP id XAA18316 for ; Wed, 6 Sep 2000 23:10:23 -0500 (GMT) Message-ID: <007801c01828$f8bf02c0$096236ca@vsnl.net.n> From: "DipakS" To: References: <000501c0176e$17063ca0$0fe2c5cb@default> Subject: Re: FreeBSD and Linux Date: Wed, 6 Sep 2000 23:06:19 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/82 Check out the wdebsite www.freeos.com for details. Dipak ----- Original Message ----- From: Gaddam Srikrishan To: Linux - Delhi Sent: 06 September 2000 00:47 Subject: [linux-delhi] FreeBSD and Linux > Hello LIG Delhi, > > Can anybody on the list please tell me the basic > difference between FreeBSD and Linux, in layman's terms. > > Although I've little knowledge about FreeBSD, but I've read > somewhere that its another free version of UNIX. > > I am a bit confused as both are free (if I am not wrong about > FreeBSD) and also Linux is tilted more towards BSD flavor > than System V. > > If possible please provide me some links about this. > > > Srikrishan > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi > From linux-delhi-owner@lists.linux-india.org Wed Sep 6 11:38:46 2000 Received: from del1.mantraonline.com (del1.mantraonline.com [202.56.230.1]) by www.aunet.org (Postfix) with ESMTP id 776674A311 for ; Wed, 6 Sep 2000 11:38:40 -0700 (PDT) Received: from vipul ([202.56.226.187]) by del1.mantraonline.com (Netscape Messaging Server 4.1) with SMTP id G0H9DU00.19K for ; Wed, 6 Sep 2000 13:15:30 -0500 Message-ID: <005d01c01830$4f18dc20$bbe238ca@vipul> Reply-To: "Vipul Mathur" From: "Vipul Mathur" To: "Linux-Delhi" References: <540A7475.DB60FBB4@yahoo.com> <14773.48661.808603.281234@localhost.localdomain> <540B0619.91A143A9@yahoo.com> Subject: Re: Re: meeting change of plan Date: Wed, 6 Sep 2000 23:55:13 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/83 Hey Pleeease DONT keep any meetings on Saturday since many like me who are not free on Saturdays won't be able to attend. I, for one, think Sunday 2pm is still the best bet. Raju, Pankaj, Sundeep: Please avoid keeping the meeting on Saturday if possible.... Pankaj Kaushal wrote: > > Raju Mathur wrote: > > Pankaj> and may the time to start be 11 - 11:30 insted of 2 for > > Pankaj> some reasons other people can explain The rest stands as > > Pankaj> holani told > > I'm cool with the timing otherwise. > so 11 it is > Pankaj Kaushal Cheerio! -- Vipul Mathur ,_, (O,O) http://www.vipulonline.com/ ( ) The Geek shall inherit the earth.-Linus 5:5 -------------------------"-"---------------------------------------------- Tribble math: * + * = ****************************** From linux-delhi-owner@lists.linux-india.org Wed Sep 6 19:10:12 2000 Received: from web1705.mail.yahoo.com (web1705.mail.yahoo.com [128.11.23.216]) by www.aunet.org (Postfix) with SMTP id 4815F4A02A for ; Wed, 6 Sep 2000 19:10:10 -0700 (PDT) Received: (qmail 10476 invoked by uid 60001); 7 Sep 2000 02:07:53 -0000 Message-ID: <20000907020753.10475.qmail@web1705.mail.yahoo.com> Received: from [212.3.55.61] by web1705.mail.yahoo.com; Wed, 06 Sep 2000 19:07:53 PDT Date: Wed, 6 Sep 2000 19:07:53 -0700 (PDT) From: Pankaj kaushal Subject: Re: Re: meeting change of plan To: Vipul Mathur , Linux-Delhi MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/84 --- Vipul Mathur wrote: > Hey > > Pleeease DONT keep any meetings on Saturday since > many like me who are not > free on Saturdays won't be able to attend. > > I, for one, think Sunday 2pm is still the best bet. not always just this month please all of the guys who have problem on sat gimme a private mail and we'll decide anyway its already too late to change bye pankaj __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Wed Sep 6 19:35:00 2000 Received: from web612.mail.yahoo.com (web612.mail.yahoo.com [216.115.104.81]) by www.aunet.org (Postfix) with SMTP id EA0D74A0DC for ; Wed, 6 Sep 2000 19:34:56 -0700 (PDT) Message-ID: <20000907023239.24677.qmail@web612.mail.yahoo.com> Received: from [212.3.54.10] by web612.mail.yahoo.com; Wed, 06 Sep 2000 19:32:39 PDT Date: Wed, 6 Sep 2000 19:32:39 -0700 (PDT) From: asif ansari Subject: Re: Re: meeting change of plan To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/85 Hi, If possible,keep the meet on Sunday. Few peoples like me may not have a holiday on saturday. Regards. Asif. --- Pankaj kaushal wrote: > > --- Vipul Mathur wrote: > > Hey > > > > Pleeease DONT keep any meetings on Saturday since > > many like me who are not > > free on Saturdays won't be able to attend. > > > > I, for one, think Sunday 2pm is still the best > bet. > > not always just this month please all of the guys > who > have problem on sat gimme a private mail > and we'll decide anyway its already too late to > change > bye > pankaj > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from > anywhere! > http://mail.yahoo.com/ > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Wed Sep 6 21:07:37 2000 Received: from giasdl01.vsnl.net.in (giasdl01.vsnl.net.in [202.54.15.1]) by www.aunet.org (Postfix) with ESMTP id 34C544A151 for ; Wed, 6 Sep 2000 21:07:30 -0700 (PDT) Received: from vsnl.com ([203.197.222.164]) by giasdl01.vsnl.net.in (8.9.2/8.9.2) with ESMTP id JAA15882 for ; Thu, 7 Sep 2000 09:37:53 +0500 (GMT+0500) Message-ID: <39B715B1.19969604@vsnl.com> Date: Thu, 07 Sep 2000 09:42:33 +0530 From: "G. Palaniappan" Reply-To: palani@giasdl01.vsnl.net.in Organization: Videsh Sanchar Nigam Limited X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: SOS: Neeed _Oracle4Linux_ & _Mandrake_ Pleease References: <20000906163529.65331.qmail@web3208.mail.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Archive-Number: 200009/86 Dear Manish,     I have the ISO image of both the install and extension CD of Mandrake 7.1.  If you want give me two blank CDRs and I will burn the CDs for you.  You may contact me at the numbers given below. G. Palaniappan manish sharma wrote: > Hi All, > > I am in dire need of : >        __Mandrake and "Oracle on Linux"__ > & I have no idea where to get the CD's from. I have > combed > through NehruPlace but...  :( > > Can anybody help me? (Ambar, u have Mandrake, don't > you?) > I am willing to pay any reasonable amount too. > > Please pick: > > 1. Call/Email and tell me about whom I can contact. > > 2. Call(number given below)/Email and tell me where I > can get it(NCR only). > > 3. Let me have the CD(will leave /anything/ as > security) > and I'll return it after copying it. Promise:) > > 4. Get it copied & bring it on the next LUG Meet(will > pay u at the meet itself). > > 5. Get it copied & give me a call and I'll collect it > from your place at your time. > > 6. anything........... >      ______________________________________ >      Ph# {460 2904 || 460 1598 || 460 1539} >             Between 10:00AM to 8:00PM >           Pls. Ask for Manish Sharma >      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /Any/ help is welcome. > TIA > Regards > --|\/| /\ /\/ / _/`` |-| > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr -- ========================================================================== G. Palaniappan Senior General Manager Videsh Sanchar Nigam Limited VSB, Bangla Sahib Road New Delhi - 110 001, India Tel: +91(11)340 5970 (Business)      +91(11)680 5210 (Home) Fax: +91(11)340 5978 VSNL Home Page: http://www.vsnl.net.in                 http://web.vsnl.net.in ==========================================================================   From linux-delhi-owner@lists.linux-india.org Wed Sep 6 21:34:18 2000 Received: from ganwaar.com (unknown [203.94.252.170]) by www.aunet.org (Postfix) with ESMTP id 796584A265; Wed, 6 Sep 2000 21:32:15 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id JAA02190; Thu, 7 Sep 2000 09:59:53 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <14775.6593.97703.858521@localhost.localdomain> Date: Thu, 7 Sep 2000 09:59:53 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) SuSE Security Announcement: screen X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/87 [Most distributions with screen(1) installed are vulnerable to this local root compromise. Do: ls -l `which screen` and if you see an `s' in the first 10 characters of the list (the file permissions), you are vulnerable. Please upgrade -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Approved-By: aleph1@SECURITYFOCUS.COM Delivered-To: bugtraq@lists.securityfocus.com Received: from securityfocus.com (mail.securityfocus.com [207.126.127.78]) = by lists.securityfocus.com (Postfix) with SMTP id 0FE1F1FD0E for ; Wed, 6 Sep 2000 10:55:24 -0700 (PDT) Received: (qmail 15764 invoked by alias); 6 Sep 2000 17:56:47 -0000 Delivered-To: bugtraq@securityfocus.com Received: (qmail 4991 invoked from network); 6 Sep 2000 17:39:23 -0000 Received: from cantor.suse.de (194.112.123.193) by mail.securityfocus.com w= ith SMTP; 6 Sep 2000 17:39:23 -0000 Received: from Hermes.suse.de (Hermes.suse.de [194.112.123.136]) by Cantor.suse.de (Postfix) with ESMTP id 1EFC91E3F5 for ; Wed, 6 Sep 2000 19:38:21 +0200 (MES= T) Received: from dent.suse.de (Dent.suse.de [10.10.0.109]) by Hermes.suse.de (Postfix) with ESMTP id 0977410A029 for ; Wed, 6 Sep 2000 19:38:21 +0200 (MEST) Received: from localhost (draht@localhost) by dent.suse.de (8.10.2/8.10.2/S= uSE Linux 8.10.0-0.3) with ESMTP id e86HcKR29182 for ; Wed, 6 Sep 2000 19:38:20 +0200 X-Organization: SuSE GmbH MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=3DISO-8859-1 Content-Transfer-Encoding: 8BIT Message-ID: Reply-To: Roman Drahtmueller From: Roman Drahtmueller Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: SuSE Security Announcement: screen Date: Wed, 6 Sep 2000 19:38:20 +0200 -----BEGIN PGP SIGNED MESSAGE----- ___________________________________________________________________________= ___ SuSE Security Announcement Package: screen Date: Wednesday, September 6th, 2000 19:35 MEST Affected SuSE versions: 5.3, 6.0, 6.1, 6.2, 6.3, 6.4, 7.0 Vulnerability Type: local root compromise Severity (1-10): 8 SuSE default package: yes Other affected systems: all linux systems with the screen program installed suid root Content of this advisory: 1) security vulnerability resolved: screen problem description, discussion, solution and upgrade information 2) pending vulnerabilities, temporary workarounds 3) standard appendix (further information) ___________________________________________________________________________= ___ 1) problem description, brief discussion, solution, upgrade information screen, a tty multiplexer, is installed suid root by default on SuSE Linux distributions. By supplying a thoughtfully designed string as the visual bell message, local users can obtain root privilege. Exploit information has been published on security forums. The temporary workaround for this problem would be to remove the suid bit from /usr/bin/screen*. This also requires mode changes in the /tmp/screens directory where the pipes for communication between the client and server part of screen are placed upon start of screen. SuSE provides an update for the vulnerable screen package. It is strongly recommended to upgrade to the latest version found on our ftp server as described below. The update packages remove all currently known security problems in the glibc package. Download the update package from locations desribed below and install the package with the command `rpm -Fhv file.rpm'. The md5sum for each file is in the line below. You can verify the integrity of the rpm files using the command `rpm --checksig --nogpg file.rpm', independently from the md5 signatures below. i386 Intel Platform: SuSE-7.0 ftp://ftp.suse.com/pub/suse/i386/update/7.0/ap1/screen-3.9.8-1.i386.rpm 84b6330f0b9ac7600cc5ec53a9dfdbe9 source rpm: ftp://ftp.suse.com/pub/suse/i386/update/7.0/zq1/screen-3.9.8-1.src.rpm 883d80abf603a4eab2238a4e857301e2 SuSE-6.4 ftp://ftp.suse.com/pub/suse/i386/update/6.4/ap1/screen-3.9.8-0.i386.rpm 52f451ce0c8c49e02311dd16961aa028 source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.4/zq1/screen-3.9.8-0.src.rpm a3cb0fb2c90664c6deb986fcbf4e74fd SuSE-6.3 ftp://ftp.suse.com/pub/suse/i386/update/6.3/ap1/screen-3.9.8-0.i386.rpm 2c244140d346b16a3d5fb77e2cf1f860 source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.3/zq1/screen-3.9.8-0.src.rpm 2c84eadb44a5694dc3088000fff5ec82 SuSE-6.2 ftp://ftp.suse.com/pub/suse/i386/update/6.2/ap1/screen-3.9.8-0.i386.rpm a72973a281467a1b390453ba2cbf3b59 source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.2/zq1/screen-3.9.8-0.src.rpm a379e5b4ca81cf4118002c3064d1c3da SuSE-6.1 ftp://ftp.suse.com/pub/suse/i386/update/6.1/ap1/screen-3.9.8-0.i386.rpm d64479b7ba3740299acf717fe36c3834 source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.1/zq1/screen-3.9.8-0.src.rpm e0b08bc5887c40d9f6e3176936c7150b SuSE-6.0 Please use the update packages from the 6.1 directory for SuSE-6.0! SuSE-5.3 ftp://ftp.suse.com/pub/suse/i386/update/5.3/ap1/screen-3.9.8-0.i386.rpm cd3ef3bc018973d8907000a8a23bafb6 source rpm: ftp://ftp.suse.com/pub/suse/i386/update/5.3/zq1/screen-3.9.8-0.src.rpm f94c9664219649a2f2100344a88cdd22 Sparc Platform: SuSE-7.0 ftp://ftp.suse.com/pub/suse/sparc/update/7.0/ap1/screen-3.9.8-0.sparc.r= pm 3adce8a1bcf2464266d5db728b8d8af9 source rpm: ftp://ftp.suse.com/pub/suse/sparc/update/7.0/zq1/screen-3.9.8-0.src.rpm 26b1186598be0f873732fa5bf7b7b77b AXP Alpha Platform: SuSE-6.4 ftp://ftp.suse.com/pub/suse/axp/update/6.4/ap1/screen-3.9.8-0.alpha.rpm aa64d979f33d3c03b5bc0c5074892df8 source rpm: ftp://ftp.suse.com/pub/suse/axp/update/6.4/zq1/screen-3.9.8-0.src.rpm 11f2261b54e8a329c8b0d1bfd9d0c96f SuSE-6.3 ftp://ftp.suse.com/pub/suse/axp/update/6.3/ap1/screen-3.9.8-0.alpha.rpm 8e5acd8e3fe9efa7d82e2710489c7300 source rpm: ftp://ftp.suse.com/pub/suse/axp/update/6.3/zq1/screen-3.9.8-0.src.rpm 6a1c04d9dd4f8c351e189a38f6f5d614 SuSE-6.1 ftp://ftp.suse.com/pub/suse/axp/update/6.1/ap1/screen-3.9.8-0.alpha.rpm 54828e3e9f0c72cc022fb35660c687e8 source rpm: ftp://ftp.suse.com/pub/suse/axp/update/6.1/zq1/screen-3.9.8-0.src.rpm e1ff18f05b40afa7849e7d07ae5b8755 PPC Power PC Platform: SuSE-6.4 ftp://ftp.suse.com/pub/suse/ppc/update/6.4/ap1/screen-3.9.8-0.ppc.rpm 7418b948cf1e92622814c8aae3fa9aa6 source rpm: ftp://ftp.suse.com/pub/suse/ppc/update/6.4/zq1/screen-3.9.8-0.src.rpm 25c8979ec0f63f09a3e39cdadf2ef657 SuSE-6.3 ftp://ftp.suse.com/pub/suse/ppc/update/6.3/ap1/screen-3.9.8-0.ppc.rpm ea459ccb8c91b293e8b2b321df39be89 source rpm: ftp://ftp.suse.com/pub/suse/ppc/update/6.3/zq1/screen-3.9.8-0.src.rpm aa87f61ec2fa912be6c83711c0630129 ___________________________________________________________________________= ___ 2) Pending vulnerabilities in SuSE Distributions and Workarounds: This section addresses currently known vulnerabilities in Linux/Unix systems that have not been resolved yet as of the release date of this advisory. - zope SuSE distributions before 7.0 do not contain zope as a package. An updated package for the freshly released SuSE-7.0 is on the way. - xchat A fix for the URL handler vulnerabilty is in progress and will be released within a few days. There is currently no effective and easy workaround other than removing the package by hand (`rpm -e xchat'). More information on xchat can be found in xchat's documentation directory /usr/doc/packages/xchat or /usr/share/doc/packages/xchat for SuSE-7.0. ___________________________________________________________________________= ___ 3) standard appendix: SuSE runs two security mailing lists to which any interested party may subscribe: suse-security@suse.com - general/linux/SuSE security discussion. All SuSE security announcements are sent to this list. To subscribe, send an email to . suse-security-announce@suse.com - SuSE's announce-only mailing list. Only SuSE's security annoucements are sent to this list. To subscribe, send an email to . For general information or the frequently asked questions (faq) send mail to: or respectively. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D SuSE's security contact is . =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Regards, Roman Drahtm=FCller. - - -- - - | Roman Drahtm=FCller // "Caution: Cape does | SuSE GmbH - Security Phone: // not enable user to fly." | N=FCrnberg, Germany +49-911-740530 // (Batman Costume warning label) | - - ___________________________________________________________________________= ___ The information in this advisory may be distributed or reproduced, provided that the advisory is not modified in any way. SuSE GmbH makes no warranties of any kind whatsoever with respect to the information contained in this security advisory. Type Bits/KeyID Date User ID pub 2048/3D25D3D9 1999/03/06 SuSE Security Team - -----BEGIN PGP PUBLIC KEY BLOCK----- Version: 2.6.3i mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh 1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+ cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKPEUBAVcOB/9b yHYji1/+4Xc2GhvXK0FSJN0MGgeXgW47yxDL7gmR4mNgjlIOUHZj0PEpVjWepOJ7 tQS3L9oP6cpj1Fj/XxuLbkp5VCQ61hpt54coQAvYrnT9rtWEGN+xmwejT1WmYmDJ xG+EGBXKr+XP69oIUl1E2JO3rXeklulgjqRKos4cdXKgyjWZ7CP9V9daRXDtje63 Om8gwSdU/nCvhdRIWp/Vwbf7Ia8iZr9OJ5YuQl0DBG4qmGDDrvImgPAFkYFzwlqo choXFQ9y0YVCV41DnR+GYhwl2qBd81T8aXhihEGPIgaw3g8gd8B5o6mPVgl+nJqI BkEYGBusiag2pS6qwznZiQEVAwUQNuEtBHey5gA9JdPZAQFtOAf+KVh939b0J94u v/kpg4xs1LthlhquhbHcKNoVTNspugiC3qMPyvSX4XcBr2PC0cVkS4Z9PY9iCfT+ x9WM96g39dAF+le2CCx7XISk9XXJ4ApEy5g4AuK7NYgAJd39PPbERgWnxjxir9g0 Ix30dS30bW39D+3NPU5Ho9TD/B7UDFvYT5AWHl3MGwo3a1RhTs6sfgL7yQ3U+mvq MkTExZb5mfN1FeaYKMopoI4VpzNVeGxQWIz67VjJHVyUlF20ekOz4kWVgsxkc8G2 saqZd6yv2EwqYTi8BDAduweP33KrQc4KDDommQNDOXxaKOeCoESIdM4p7Esdjq1o L0oixF12Cg=3D=3D =3DpIeS - -----END PGP PUBLIC KEY BLOCK----- -----BEGIN PGP SIGNATURE----- Version: 2.6.3i Charset: noconv iQEVAwUBObaAlXey5gA9JdPZAQHi5gf9FE0NBzriT2G37ogRKRdENNXEZhWmj5fa vUcFBeGXvJzRxIabFbyqGfIlONp+SKdbxJqVpxBBXB+NaFYAAEtLIgjKA+DUOThQ DZjFVouMiuzwROl8JZU33GCNjqGh+97ImBA4LlVymFm603fgRllYZV2+TsqeWarE s2xIzB9z4GlLbyG/X/bM0tAOoPKiEl3hiTdWM7tAgXVoiTkdVBOYGDR/9wmMNiEU ZNkxdq5OJUcNd4Pa4vbnxTLPUEdBhQmZgWvfP+9v45FylkgTuRXrcCcyRj6YVVdC oOgB050z1zr56fVCClGKeOvgTKACwrUMX7pyIeG0HZCWGU+Ag+SsHw=3D=3D =3DWVPy -----END PGP SIGNATURE----- ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Wed Sep 6 22:21:45 2000 Received: from texas.dotxtra.com (texas.dotxtra.com [209.15.112.65]) by www.aunet.org (Postfix) with ESMTP id 1A1514A0DB; Wed, 6 Sep 2000 22:21:36 -0700 (PDT) Received: from ad202.166.2.134.magix.com.sg (ghane.dotxtra.com) [202.166.2.134] by texas.dotxtra.com with esmtp (Exim 3.12 #1 (Debian)) id 13Wu5M-0002zi-00; Thu, 07 Sep 2000 00:18:52 -0500 Message-Id: <4.3.2.7.2.20000907132526.034f36d0@texas.dotxtra.com> X-Sender: ghane@texas.dotxtra.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 07 Sep 2000 13:27:56 +0800 To: raju@linux-delhi.org, linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org From: Sanjeev Gupta Subject: Re: (fwd) SuSE Security Announcement: screen In-Reply-To: <14775.6593.97703.858521@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Archive-Number: 200009/88 At 09:59 AM 9/7/2000 +0530, Raju Mathur wrote: >[Most distributions with screen(1) installed are vulnerable to this >local root compromise. Do: > > ls -l `which screen` > >and if you see an `s' in the first 10 characters of the list (the file >permissions), you are vulnerable. Please upgrade -- Raju] And a nicer example of spoon-feeding would-be SysAdms was rarely seen. ;-) Raj, heck, is the ISP business making you *shudder* user-friendly? The guy who compiled slackware on a 386? -- Ghane From linux-delhi-owner@lists.linux-india.org Wed Sep 6 22:42:21 2000 Received: from hotmail.com (oe26.law9.hotmail.com [64.4.8.83]) by www.aunet.org (Postfix) with ESMTP id A272C4A106 for ; Wed, 6 Sep 2000 22:42:19 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 6 Sep 2000 22:40:01 -0700 X-Originating-IP: [202.9.155.46] From: "aditya" To: References: <39A9BC94.20CB537C@softhome.net> Subject: Re: hoax mails Date: Thu, 7 Sep 2000 11:06:52 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: X-OriginalArrivalTime: 07 Sep 2000 05:40:01.0706 (UTC) FILETIME=[111008A0:01C0188E] X-Archive-Number: 200009/89 > I recently came across a software (GhostMail 5.1) which lets you send > anonymous > e-mails to anyone assuming any email address. The sender ( a friend of > mine) had assumed the identity as > his_name@his_domain . > > Seeing this , i was amazed that the whole purpose of password protection > in emails > is a fake , when anyone can send any mail with a reply to address as > mine. > > I even came across this text , a technique for sending fake e-mails. You > simply > telnet to the smtp port of a mail server use the following commds and > presto! > a fake mail with a different return address. I tried this and it does > work . Although you can > get the ip address of the sender . > > Is there a way of defeating this??? > And i don' wanna use filters. The person can assume a diffent name and > can mail from a different mail server each time he mails. > > Mohit Sood > The problem with hoax mail is that if a user has bulk mail protection on, then the mail is sent directly to bulk mail. Also note that the TO address is not displayed. i.e the person you are sending to, his address is not shown. Another thing, if you take a close look at the header of the hoax mail, it is very easy to identify if the mail was sent by the correct person. -- aditya From linux-delhi-owner@lists.linux-india.org Wed Sep 6 23:01:19 2000 Received: from hotmail.com (oe23.law8.hotmail.com [216.33.240.80]) by www.aunet.org (Postfix) with ESMTP id CD4354A144 for ; Wed, 6 Sep 2000 23:01:17 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 6 Sep 2000 22:58:59 -0700 X-Originating-IP: [203.197.216.162] From: "Sanjeev Kulshreshtha" To: References: <20000907020753.10475.qmail@web1705.mail.yahoo.com> Subject: Re: Re: meeting change of plan Date: Wed, 6 Sep 2000 11:24:05 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-OriginalArrivalTime: 07 Sep 2000 05:58:59.0784 (UTC) FILETIME=[B768F480:01C01890] X-Archive-Number: 200009/90 Hi Everybody I am new to linux and also to your group what so ever the final meeting plant. Let me know so that I can attend it. Is there any cost involve in it or not? Kulshreshtha New Delhi ----- Original Message ----- From: "Pankaj kaushal" To: "Vipul Mathur" ; "Linux-Delhi" Sent: Thursday, September 07, 2000 7:37 AM Subject: Re: [linux-delhi] Re: meeting change of plan > > --- Vipul Mathur wrote: > > Hey > > > > Pleeease DONT keep any meetings on Saturday since > > many like me who are not > > free on Saturdays won't be able to attend. > > > > I, for one, think Sunday 2pm is still the best bet. > > not always just this month please all of the guys who > have problem on sat gimme a private mail > and we'll decide anyway its already too late to change > bye > pankaj > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi > From linux-delhi-owner@lists.linux-india.org Wed Sep 6 23:40:06 2000 Received: from oyeindia.com (unknown [202.54.85.43]) by www.aunet.org (Postfix) with ESMTP id D52594A106; Wed, 6 Sep 2000 22:35:27 -0700 (PDT) Received: from [192.168.1.34] (helo=mjollnir.rocklines.oyeindia.com ident=root) by oyeindia.com with esmtp (Exim 3.02 #2) id 13WuRF-0001Wn-00; Thu, 07 Sep 2000 11:11:29 +0530 Received: (from suresh@localhost) by mjollnir.rocklines.oyeindia.com (8.9.3/8.9.3/mjollnir-2.1) id LAA06939; Thu, 7 Sep 2000 11:03:52 +0530 X-Authentication-Warning: mjollnir.rocklines.oyeindia.com: suresh set sender to sureshr@mail.ru using -f Date: Thu, 7 Sep 2000 11:03:52 +0530 From: Suresh Ramasubramanian To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: Re: [LIH] (fwd) SuSE Security Announcement: screen Message-ID: <20000907110352.A6924@oyeindia.com> Reply-To: Suresh Ramasubramanian Mail-Followup-To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org References: <14775.6593.97703.858521@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <14775.6593.97703.858521@localhost.localdomain>; from raju@linux-delhi.org on Thu, Sep 07, 2000 at 09:59:53AM +0530 Organization: Hopelessly Disorganized X-Archive-Number: 200009/91 Raju Mathur on Thu, Sep 07, 2000 rearranged electrons thusly: > ls -l `which screen` > and if you see an `s' in the first 10 characters of the list (the file Hmmm... my screen is not installed with setuid (and this is a redhat 6.1 pcq box upgraded in bits and patches to pinstripe ; Wed, 6 Sep 2000 23:45:23 -0700 (PDT) Received: from wnt06 by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id MAA0000021609; Thu, 7 Sep 2000 12:11:32 +0530 (IST) From: "anuj" To: Subject: RE: SOS: Neeed _Oracle4Linux_ & _Mandrake_ Pleease Date: Thu, 7 Sep 2000 11:46:53 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 In-reply-To: <20000906163529.65331.qmail@web3208.mail.yahoo.com> Importance: Normal X-Archive-Number: 200009/92 Hi, Yes, I have ORACLE8 for LINUX. May be this is original one. If you want send me the one more mail. I am working in South Delhi. Anuj *~!@#$%^&* I Love error and debug is my hobby. ======== -----Original Message----- From: linux-delhi-owner@lists.linux-india.org [mailto:linux-delhi-owner@lists.linux-india.org]On Behalf Of manish sharma Sent: Wednesday, September 06, 2000 10:05 PM To: linux-delhi@lists.linux-india.org Subject: [linux-delhi] SOS: Neeed _Oracle4Linux_ & _Mandrake_ Pleease Hi All, I am in dire need of : __Mandrake and "Oracle on Linux"__ & I have no idea where to get the CD's from. I have combed through NehruPlace but... :( Can anybody help me? (Ambar, u have Mandrake, don't you?) I am willing to pay any reasonable amount too. Please pick: 1. Call/Email and tell me about whom I can contact. 2. Call(number given below)/Email and tell me where I can get it(NCR only). 3. Let me have the CD(will leave /anything/ as security) and I'll return it after copying it. Promise:) 4. Get it copied & bring it on the next LUG Meet(will pay u at the meet itself). 5. Get it copied & give me a call and I'll collect it from your place at your time. 6. anything........... ______________________________________ Ph# {460 2904 || 460 1598 || 460 1539} Between 10:00AM to 8:00PM Pls. Ask for Manish Sharma ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Any/ help is welcome. TIA Regards --|\/| /\ /\/ / _/`` |-| __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ ------------------------------------------------ An alpha version of a web based tool to manage your subscription with this mailing list is at http://lists.linux-india.org/cgi-bin/mj_wwwusr From linux-delhi-owner@lists.linux-india.org Thu Sep 7 00:43:44 2000 Received: from delcluster1.vsnl.net.in (delcluster1.vsnl.net.in [202.54.96.1]) by www.aunet.org (Postfix) with ESMTP id C0F204A290 for ; Thu, 7 Sep 2000 00:07:34 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id MAA04521 for ; Thu, 7 Sep 2000 12:34:45 -0500 (GMT) Message-ID: <002d01c01899$2e8ed770$8200000a@aclindia.com> From: "Ambar Roy" To: References: <4.3.2.7.2.20000907132526.034f36d0@texas.dotxtra.com> Subject: Re: (fwd) SuSE Security Announcement: screen Date: Thu, 7 Sep 2000 12:29:34 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/93 > And a nicer example of spoon-feeding would-be SysAdms was rarely seen. ;-) > > Raj, heck, is the ISP business making you *shudder* user-friendly? The guy > who compiled slackware on a 386? what is so bad abt being user friendly?????????? Bye, /\ |\/| |3 /\ r From linux-delhi-owner@lists.linux-india.org Thu Sep 7 00:44:23 2000 Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.3]) by www.aunet.org (Postfix) with ESMTP id 296AE4A50D for ; Thu, 7 Sep 2000 00:03:36 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id MAA00162 for ; Thu, 7 Sep 2000 12:30:31 -0500 (GMT) Message-ID: <002101c01898$9c6ae280$8200000a@aclindia.com> From: "Ambar Roy" To: References: <20000906163529.65331.qmail@web3208.mail.yahoo.com> Subject: Re: SOS: Neeed _Oracle4Linux_ & _Mandrake_ Pleease Date: Thu, 7 Sep 2000 12:25:01 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/94 > Can anybody help me? (Ambar, u have Mandrake, don't > you?) i hav mandrake 7 & 7.1.....but i wud suggest that u stay away from it... personally i found only the installation of mandrake to be good, otherwise redhat (with a little bit of time spent in configuring it) is a muc better choice!!!! after all mandrake is 99% rh compatible, so why not just get the original (red hat) distro!!! Bye, /\ |\/| |3 /\ r From linux-delhi-owner@lists.linux-india.org Thu Sep 7 00:46:00 2000 Received: from times.timesofte.com (unknown [203.197.237.19]) by www.aunet.org (Postfix) with ESMTP id 8C0234A30B for ; Thu, 7 Sep 2000 00:17:33 -0700 (PDT) Received: from timesofte.com (IDENT:mehulg@localhost [127.0.0.1]) by times.timesofte.com (8.9.3/8.8.7) with ESMTP id MAA01795 for ; Thu, 7 Sep 2000 12:45:34 +0530 Message-ID: <39B74095.EB2A1EF2@timesofte.com> Date: Thu, 07 Sep 2000 12:45:33 +0530 From: Sanjay Gupta Organization: TIMESOFT.COM PVT LTD X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-12 i586) X-Accept-Language: en MIME-Version: 1.0 To: "linux-delhi@lists.linux-india.org" Subject: download pop mails thru proxy Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/95 I have installed squid (Proxy) server on my linux box every thing is working fine. but when I try to hetch mail from any node (Not the Squid Server) I am not able to fetch mail from vsnl. Any idea how to hit this problem. thanx. Sanjay Gupta sanjay@timesofte.com From linux-delhi-owner@lists.linux-india.org Thu Sep 7 00:46:08 2000 Received: from delcluster1.vsnl.net.in (delcluster1.vsnl.net.in [202.54.96.1]) by www.aunet.org (Postfix) with ESMTP id A10D04A1C3 for ; Thu, 7 Sep 2000 00:12:45 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id MAA09414 for ; Thu, 7 Sep 2000 12:39:55 -0500 (GMT) Message-ID: <003301c01899$e7d1c080$8200000a@aclindia.com> From: "Ambar Roy" To: References: <39A9BC94.20CB537C@softhome.net> Subject: Re: hoax mails Date: Thu, 7 Sep 2000 12:34:40 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/96 > The problem with hoax mail is that if a user has bulk mail protection on, > then the mail is sent directly to bulk mail. Also note that the TO address > is not displayed. i.e the person you are sending to, his address is not > shown. Another thing, if you take a close look at the header of the hoax > mail, it is very easy to identify if the mail was sent by the correct > person. don't be so hotmail specific!!!! though i agree that most of these anonymous bulk mailing programs don't put the name of the recipient in the to field, there is nothing stopping them from doing so... and i guess anyone can send mail from anyname@anydomain.com just by chainging the identity in the mailing program (netscape, outlook, kmail, etc all allow you to do this)... normally there is no authentication at the smtp stage with most of the smtp daemons, so anyone can send mail from any address if their ip address is in the relay list!!! Bye, /\ |\/| |3 /\ r PS: and even with bulk mail protection set to on, my hotmail account only recieves junk mail!!!! explain that!!! From linux-delhi-owner@lists.linux-india.org Thu Sep 7 01:40:28 2000 Received: from texas.dotxtra.com (texas.dotxtra.com [209.15.112.65]) by www.aunet.org (Postfix) with ESMTP id 4A7AF4A22F for ; Thu, 7 Sep 2000 01:40:21 -0700 (PDT) Received: from ad202.166.2.134.magix.com.sg (ghane.dotxtra.com) [202.166.2.134] by texas.dotxtra.com with esmtp (Exim 3.12 #1 (Debian)) id 13WxC6-00038y-00; Thu, 07 Sep 2000 03:38:02 -0500 Message-Id: <4.3.2.7.2.20000907163415.034a6ef8@texas.dotxtra.com> X-Sender: ghane@texas.dotxtra.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 07 Sep 2000 16:47:06 +0800 To: linux-delhi@lists.linux-india.org, From: Sanjeev Gupta Subject: Re: (fwd) SuSE Security Announcement: screen In-Reply-To: <002d01c01899$2e8ed770$8200000a@aclindia.com> References: <4.3.2.7.2.20000907132526.034f36d0@texas.dotxtra.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Archive-Number: 200009/97 At 12:29 PM 9/7/2000 +0530, Ambar Roy wrote: > > And a nicer example of spoon-feeding would-be SysAdms was rarely seen. ;-) > > > > Raj, heck, is the ISP business making you *shudder* user-friendly? The >guy > > who compiled slackware on a 386? >what is so bad abt being user friendly?????????? It encourages them to be friendly. As a SysAdm, best avoided. Next thing you know, you start worrying about backing up their files, and teaching them vi. It cuts majorly into your spare time. Try: telnet bofh.engr.wisc.edu 666 for the hyperlink friendly: http://frolic.dhs.org/humor/bofh/stuff/quiz4.html and other stuff at http://frolic.dhs.org/humor/bofh/ -- Sanjeev "not sure if I am joking" Gupta From linux-delhi-owner@lists.linux-india.org Thu Sep 7 01:47:26 2000 Received: from web1705.mail.yahoo.com (web1705.mail.yahoo.com [128.11.23.216]) by www.aunet.org (Postfix) with SMTP id 5055A4A22F for ; Thu, 7 Sep 2000 01:47:23 -0700 (PDT) Received: (qmail 28547 invoked by uid 60001); 7 Sep 2000 08:45:04 -0000 Message-ID: <20000907084504.28546.qmail@web1705.mail.yahoo.com> Received: from [212.3.55.91] by web1705.mail.yahoo.com; Thu, 07 Sep 2000 01:45:04 PDT Date: Thu, 7 Sep 2000 01:45:04 -0700 (PDT) From: Pankaj kaushal Subject: meet To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/98 Guys It seems asif and vipul have a problem But evreything is arranged so i think we should go ahead and have this meeting Starting at 11 am Guidelines : Add: CSDS new Building 29 Rajpur Road Close to the old civil lines transport authority Best way to come Get on Ring road and come towards ISBT turn into where DRDO is keep movin towards or Ask for IP colledge(Inderprasth) [its a chick only colledge] turn left on Under Hill Road keep movin till you get to old civil lines transport authority then turn left again you are on rajpur road If on BUS catch a mudrika and get down at IP colledge bus stop and follow th instruction Bye Pankaj __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Thu Sep 7 01:54:11 2000 Received: from web1701.mail.yahoo.com (web1701.mail.yahoo.com [128.11.23.212]) by www.aunet.org (Postfix) with SMTP id 3C0DA4A35E for ; Thu, 7 Sep 2000 01:54:08 -0700 (PDT) Received: (qmail 29566 invoked by uid 60001); 7 Sep 2000 08:59:59 -0000 Message-ID: <20000907085959.29565.qmail@web1701.mail.yahoo.com> Received: from [212.3.55.91] by web1701.mail.yahoo.com; Thu, 07 Sep 2000 01:59:59 PDT Date: Thu, 7 Sep 2000 01:59:59 -0700 (PDT) From: Pankaj kaushal Subject: Re: Re: meeting change of plan To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/99 wrote: > Hi Everybody > I am new to linux > and also to your group > what so ever the final meeting plant. meet is on sat 9 sep 11 am onwards > Let me know so that I can attend it. > Is there any cost involve in it or not? if you are comming as a commercial representative then if you can you can sponser some other meet if you want if you are a guy intrested in Gnu O.S the welcome no charge no strings attached bye ------------ Pankaj Kaushal __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Thu Sep 7 02:42:18 2000 Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.3]) by www.aunet.org (Postfix) with ESMTP id 7ED384A147 for ; Thu, 7 Sep 2000 02:42:13 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id PAA12587 for ; Thu, 7 Sep 2000 15:09:06 -0500 (GMT) Message-ID: <009701c018ae$c4229230$8200000a@aclindia.com> From: "Ambar Roy" To: References: <4.3.2.7.2.20000907132526.034f36d0@texas.dotxtra.com> <4.3.2.7.2.20000907163415.034a6ef8@texas.dotxtra.com> Subject: Re: (fwd) SuSE Security Announcement: screen Date: Thu, 7 Sep 2000 15:03:32 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/100 > >what is so bad abt being user friendly?????????? > > It encourages them to be friendly. As a SysAdm, best avoided. Next thing > you know, you start worrying about backing up their files, and teaching > them vi. It cuts majorly into your spare time. now u r talking like a true bofh!!!!!! i hav found that it is better to educate the users abt the system they r using, rather than keeping secrets, as this way i might hav to spend some time explaining some things the first time, but the next time onwards they don't end up eating that much of yr time.. and it is always nice to be friendly with the users . things get much easier that way! u don't end up being blamed for everything that can't be explained!! Bye, /\ |\/| |3 /\ r From linux-delhi-owner@lists.linux-india.org Thu Sep 7 07:01:19 2000 Received: from web903.mail.yahoo.com (web903.mail.yahoo.com [128.11.23.78]) by www.aunet.org (Postfix) with SMTP id A0DD54A32E for ; Wed, 6 Sep 2000 23:46:25 -0700 (PDT) Received: (qmail 17920 invoked by uid 60001); 7 Sep 2000 07:05:23 -0000 Message-ID: <20000907070523.17919.qmail@web903.mail.yahoo.com> Received: from [203.197.208.23] by web903.mail.yahoo.com; Thu, 07 Sep 2000 00:05:22 PDT Date: Thu, 7 Sep 2000 00:05:22 -0700 (PDT) From: =?iso-8859-1?q?Sandip=20Bhattacharya?= Reply-To: sandipb@bigfoot.com Subject: TCP connection denied on port 25 To: linux-delhi@lists.linux-india.org Cc: sandip@dsfinternet.com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Archive-Number: 200009/101 Hi folks! I have run into a strange problem here. One of our servers running on a dn.net server has qmail running on it. qmail-smtpd is being run using tcpserver on port 25. Now from the server itself, mails are being delivered to their correct destination i.e. outgoing mails are working both through qmail-inject as well as normal smtp. But connections from outside the server on port 25 are being refused. The message being: >telnet: Unable to connect to remote host: Connection refused uname -a on the server gives > Linux linuxxxxx.dn.net 2.2.14 #1 SMP Tue Jan 11 11:23:02 EST 2000 i686 unknown The server is a redhat 6.0 with an updated kernel. There is no ipchains package available. The only other place where i thought that it might be a problem is the tcprules set. The particular tcprules set being used is as follows > 127.0.0.1:allow,RELAYCLIENT="" > :allow the last line allowing connections from anywhere. From all that i could see there is no restriction on the server anywhere. Even machines from the dn.net domain are not able to connect to this server on port 25. The only other place where there can be a problem is in ipchains. But both ipchains and ipfwadmin are not present. Is there anywhere else I can see to find out any IP based restrictions?? What could be the problem here?? - Sandip ===== =========================================================== SANDIP BHATTACHARYA Mail me @ Personal : sandipb@bigfoot.com Official : sandip@dsfinternet.com Home : http://come.to/sandipb __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Thu Sep 7 07:35:40 2000 Received: from ganwaar.com (unknown [203.94.252.150]) by www.aunet.org (Postfix) with ESMTP id 0C7454A1AD; Thu, 7 Sep 2000 07:33:43 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id LAA01245; Thu, 7 Sep 2000 11:46:52 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14775.13012.487299.346245@localhost.localdomain> Date: Thu, 7 Sep 2000 11:46:52 +0530 (IST) To: Suresh Ramasubramanian Cc: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: Re: [LIH] (fwd) SuSE Security Announcement: screen In-Reply-To: <20000907110352.A6924@oyeindia.com> References: <14775.6593.97703.858521@localhost.localdomain> <20000907110352.A6924@oyeindia.com> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/102 Neither RH 6.1 (as per Suresh) nor 6.2 (as per my own computer) need to be upgraded. You need to upgrade ONLY IF screen is setuid root in your distribution. Regards, -- Raju P.S. Even if it isn't (setuid root), you can of course still get an exploit which will give you a shell with your own UID; I don't consider this a security hole, but the schizophrenics amongst you may ;-) >>>>> "Suresh" == Suresh Ramasubramanian writes: Suresh> [snip] Suresh> Hmmm... my screen is not installed with setuid (and this Suresh> is a redhat 6.1 pcq box upgraded in bits and patches to Suresh> pinstripe [mallet@mjollnir] ~$ ls -l `which screen` -rwxr-xr-x 1 Suresh> root root 236404 Aug 18 1999 /usr/bin/screen* Suresh> -suresh From linux-delhi-owner@lists.linux-india.org Thu Sep 7 08:22:06 2000 Received: from localhost.localdomain (unknown [212.3.54.41]) by www.aunet.org (Postfix) with ESMTP id 1161E4A1F1 for ; Thu, 7 Sep 2000 08:07:27 -0700 (PDT) Received: by localhost.localdomain (Postfix, from userid 1000) id AD6131F491; Thu, 7 Sep 2000 09:02:52 +0530 (IST) Date: Thu, 7 Sep 2000 09:02:52 +0530 From: Supreet Sethi To: linux-delhi@lists.linux-india.org Subject: Re: download pop mails thru proxy Message-ID: <20000907090252.B791@localhost> References: <39B74095.EB2A1EF2@timesofte.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: <39B74095.EB2A1EF2@timesofte.com>; from sanjay@timesofte.com on Thu, Sep 07, 2000 at 12:45:33PM +0530 X-Archive-Number: 200009/103 On Thu, Sep 07, 2000 at 12:45:33PM +0530, Sanjay Gupta wrote: > I have installed squid (Proxy) server on my linux box > every thing is working fine. but when I try to hetch mail > from any node (Not the Squid Server) I am not able to fetch mail > from vsnl. > Today i tried cyrus mail system it had something called pop3proxyd just see what it is may be that will help > Any idea how to hit this problem. > > thanx. > > Sanjay Gupta > sanjay@timesofte.com > > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi From linux-delhi-owner@lists.linux-india.org Thu Sep 7 08:26:07 2000 Received: from ganwaar.com (unknown [203.94.252.150]) by www.aunet.org (Postfix) with ESMTP id 09CE34A27A for ; Thu, 7 Sep 2000 08:24:04 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id UAA03106; Thu, 7 Sep 2000 20:51:07 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14775.45666.109568.22392@localhost.localdomain> Date: Thu, 7 Sep 2000 20:51:06 +0530 (IST) To: linux-delhi@lists.linux-india.org Subject: Re: Enough is Enough i'm really pissed off [FLAME] In-Reply-To: <20000907085903.A791@localhost> References: <5409E61F.72B39A51@yahoo.com> <14773.47711.718657.211039@localhost.localdomain> <20000907085903.A791@localhost> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/104 >>>>> "Supreet" == Supreet Sethi writes: Supreet> I agree with raju to a large extend Supreet> On Wed, Sep 06, 2000 at 09:00:39AM +0530, Raju Mathur Supreet> wrote: >> [important context snipped] >> Finally, if there's any issue about my vested interests (I make >> money from Linux and also run the mailing list and help to >> organise the user group), I'll be glad to step aside in favour >> of another elected person as soon as we have our first General >> Body Meet (or earlier, if enough members demand it). My first >> objective is that the User Group should grow and prosper, and >> any conflict of interest in the Group should be put to rest as >> soon as possible. Uh, you /do/ want me to step down? Damn, I never thought someone would actually take me up on that one! :-) -- Raju From linux-delhi-owner@lists.linux-india.org Thu Sep 7 09:57:45 2000 Received: from del2.vsnl.net.in (del2.vsnl.net.in [202.54.15.30]) by www.aunet.org (Postfix) with ESMTP id CF47C4A1CC for ; Thu, 7 Sep 2000 09:57:37 -0700 (PDT) Received: from xyz.vsnl.net.n ([203.197.231.34]) by del2.vsnl.net.in (8.9.2/8.9.2) with SMTP id WAA24187 for ; Thu, 7 Sep 2000 22:28:13 -0500 (GMT) Message-ID: <004401c018ec$3f78be40$22e7c5cb@vsnl.net.n> From: "DipakS" To: References: <20000907085959.29565.qmail@web1701.mail.yahoo.com> Subject: Re: Re: meeting change of plan Date: Thu, 7 Sep 2000 22:24:10 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/105 Hi all I am also extremely stuck up on Sat 09-09-2000 ,and would welcome the meeting on 10-09-2000 from 14:00 hrs . It is certainly a better idea to have it on a Sunday with due apologies to those who changed it to Sat 09-09-2000. Thanks and best wishes to all Dipak ----- Original Message ----- From: Pankaj kaushal To: Sent: 07 September 2000 14:29 Subject: Re: [linux-delhi] Re: meeting change of plan > > wrote: > > Hi Everybody > > I am new to linux > > and also to your group > > what so ever the final meeting plant. > meet is on sat 9 sep 11 am onwards > > > Let me know so that I can attend it. > > Is there any cost involve in it or not? > if you are comming as a commercial representative > then if you can you can sponser some other meet > if you want > > if you are a guy intrested in Gnu O.S > the welcome no charge no strings attached > > bye > ------------ > Pankaj Kaushal > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr > From linux-delhi-owner@lists.linux-india.org Thu Sep 7 11:06:08 2000 Received: from tango.SoftHome.net (tango.SoftHome.net [204.144.231.49]) by www.aunet.org (Postfix) with SMTP id DE8CD4A05D for ; Thu, 7 Sep 2000 11:06:04 -0700 (PDT) Received: (qmail 9973 invoked by uid 417); 7 Sep 2000 18:03:39 -0000 Received: from unknown (HELO GoldComp) (203.197.224.188) by smtpa.softhome.net with SMTP; 7 Sep 2000 18:03:39 -0000 From: Goldwyn Rodrigues Reply-To: goldwyn_r@softhome.net To: linux-delhi@lists.linux-india.org Subject: Linux/Unix (paper) books.... not e-books. Date: Wed, 6 Sep 2000 10:36:08 +0530 X-Mailer: KMail [version 1.0.29] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00090610372001.00662@GoldComp> Content-Transfer-Encoding: 8bit X-Archive-Number: 200009/106 Please recommend some good books (real not virtual... i mean paper books and not e-books) on Linux and UNIX both. Shud have good content on administration and Networking besides the local commands. thanx in advance. Goldwyn :o) From linux-delhi-owner@lists.linux-india.org Thu Sep 7 20:56:31 2000 Received: from texas.dotxtra.com (texas.dotxtra.com [209.15.112.65]) by www.aunet.org (Postfix) with ESMTP id 0474C4A179 for ; Thu, 7 Sep 2000 20:56:26 -0700 (PDT) Received: from ad202.166.2.134.magix.com.sg (ghane.dotxtra.com) [202.166.2.134] by texas.dotxtra.com with esmtp (Exim 3.12 #1 (Debian)) id 13XFEk-0003qi-00; Thu, 07 Sep 2000 22:54:04 -0500 Message-Id: <4.3.2.7.2.20000908115440.00b81248@texas.dotxtra.com> X-Sender: ghane@texas.dotxtra.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 08 Sep 2000 12:03:08 +0800 To: raju@linux-delhi.org, linux-delhi@lists.linux-india.org From: Sanjeev Gupta Subject: Re: Enough is Enough i'm really pissed off [FLAME] In-Reply-To: <14773.47711.718657.211039@localhost.localdomain> References: <5409E61F.72B39A51@yahoo.com> <5409E61F.72B39A51@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Archive-Number: 200009/107 Kids, kids, kids. I step out of town for a couple of days, and you start bickering. Seriously, I think we can take Raj up on his offer. Only problem is finding someone who is willing to put in the massive amount of unpaid (there we go again), unthanked time and effort he has over the last two years. I know I can't. So I keep my mouth shut and be a good guest. And re: vested interests, all interests must be vested. Imagine an "unvested" interest. Would it float around, homeless? All in all, Pankaj, assuming this list is a GPL'ed work, I do have the right to profit from it, no? And should we shoot all those who don't believe in peace? -- Ghane At 09:00 AM 9/6/2000 +0530, Raju Mathur wrote: >Finally, if there's any issue about my vested interests (I make money >from Linux and also run the mailing list and help to organise the user >group), I'll be glad to step aside in favour of another elected person >as soon as we have our first General Body Meet (or earlier, if enough >members demand it). My first objective is that the User Group should >grow and prosper, and any conflict of interest in the Group should be >put to rest as soon as possible. From linux-delhi-owner@lists.linux-india.org Thu Sep 7 21:38:16 2000 Received: from ganwaar.com (unknown [203.94.254.130]) by www.aunet.org (Postfix) with ESMTP id 351714A28B; Thu, 7 Sep 2000 21:36:59 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id KAA02013; Fri, 8 Sep 2000 10:04:29 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <14776.27733.134008.405561@localhost.localdomain> Date: Fri, 8 Sep 2000 10:04:29 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) SuSE Security Announcement: apache X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/108 [SuSE-specific problem, please follow instructions in the mail. This is NOT a critical vulnerability -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Approved-By: aleph1@SECURITYFOCUS.COM Delivered-To: bugtraq@lists.securityfocus.com Received: from securityfocus.com (mail.securityfocus.com [207.126.127.78]) = by lists.securityfocus.com (Postfix) with SMTP id A4FE021636 for ; Thu, 7 Sep 2000 11:03:24 -0700 (PDT) Received: (qmail 4978 invoked by alias); 7 Sep 2000 18:04:50 -0000 Delivered-To: bugtraq@securityfocus.com Received: (qmail 4970 invoked from network); 7 Sep 2000 18:04:49 -0000 Received: from cantor.suse.de (194.112.123.193) by mail.securityfocus.com w= ith SMTP; 7 Sep 2000 18:04:49 -0000 Received: from Hermes.suse.de (Hermes.suse.de [194.112.123.136]) by Cantor.suse.de (Postfix) with ESMTP id D0EBC1E4D5 for ; Thu, 7 Sep 2000 20:03:46 +0200 (MES= T) Received: from dent.suse.de (Dent.suse.de [10.10.0.109]) by Hermes.suse.de (Postfix) with ESMTP id B34B110A0E9 for ; Thu, 7 Sep 2000 20:03:46 +0200 (MEST) Received: from localhost (draht@localhost) by dent.suse.de (8.10.2/8.10.2/S= uSE Linux 8.10.0-0.3) with ESMTP id e87I3kv22379 for ; Thu, 7 Sep 2000 20:03:46 +0200 X-Organization: SuSE GmbH MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=3DISO-8859-1 Content-Transfer-Encoding: 8BIT Message-ID: Reply-To: Roman Drahtmueller From: Roman Drahtmueller Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: SuSE Security Announcement: apache Date: Thu, 7 Sep 2000 20:03:46 +0200 -----BEGIN PGP SIGNED MESSAGE----- ___________________________________________________________________________= ___ SuSE Security Announcement Package: apache Date: Thursday, September 7th, 2000 20:00 MEST Affected SuSE versions: 6.1, 6.2, 6.3, 6.4, 7.0 Vulnerability Type: remote file viewing Severity (1-10): 2 SuSE default package: yes Other affected systems: none, as of the release date of this adviso= ry Content of this advisory: 1) security vulnerability resolved: apache problem description, discussion, solution and upgrade information 2) credits: @stake 3) standard appendix (further information) ___________________________________________________________________________= ___ 1) problem description, brief discussion, solution, upgrade information The default package selection in SuSE distributions includes apache. The configuration file that comes with the package contains two security relevant errors: a) Starting in SuSE-6.0, a section in apache's configuration file /etc/httpd/httpd.conf reads Alias /cgi-bin-sdb/ /usr/local/httpd/cgi-bin/ This allows remote users to read the cgi script sources of the server, located in /usr/local/httpd/cgi-bin/. b) Starting with SuSE-6.3, the distribution comes with the apache module WebDAV. It is contained in a seperate package, named mod_dav, and it is installed if selected by hand or if a network server configuration has been selected in the installation process. mod_dav is not contained in the default package selection. WebDAV stands for "Web-based Distributed Authoring and Versioning" and allows users to collaboratively edit and manage files on remote web servers (see http://www.webdav.org/ for further details!). If WebDAV is installed, apache will automatically run with the module activated. Opposing the recommendations on the WebDAV homepage under http://www.webdav.org/mod_dav/#security, there is no access control or authentification activated. This should most definitely be considered a security problem. The overall policy wrt activating an installed package will adopt to th= is conclusion in future releases of the SuSE Linux distribution. Problem a) and b) can be easily solved by changing the relevant parts of apache's configuration file /etc/httpd/httpd.conf: a) Change "Alias /cgi-bin-sdb/ /usr/local/httpd/cgi-bin/" to read: "ScriptAlias /cgi-bin-sdb/ /usr/local/httpd/cgi-bin/" Then, restart apache: `/sbin/init.d/apache restart' b) Change "DAV On" to read: "DAV Off". This removes the problem, regardless of the package being installed or not. Alternatively, you may wish to remove the mod_dav package using the command `rpm -e mod_dav'. Then, restart apache: `/sbin/init.d/apache restart' SuSE strongly recommends to have these changes applied as soon as possible. In addition, SuSE provides an update for the vulnerable misconfigured packages for the case that the admin of a SuSE Linux machine did not change the configuration file yet. Download the update package from locations desribed below and install the package with the command `rpm -Fhv file.rpm'. The md5sum for each file is in the line below. You can verify the integrity of the rpm files using the command `rpm --checksig --nogpg file.rpm', independently from the md5 signatures below. i386 Intel Platform: SuSE-7.0 ftp://ftp.suse.com/pub/suse/i386/update/7.0/n1/apache-1.3.12-107.i386.r= pm 65bac933de7676ad3d8f63b32c608dad source rpm: ftp://ftp.suse.com/pub/suse/i386/update/7.0/zq1/apache-1.3.12-107.nosrc= .rpm 5b0f9ce9b5e2c3a45356fcd9cdff07ba SuSE-6.4 ftp://ftp.suse.com/pub/suse/i386/update/6.4/n1/apache-1.3.12-107.i386.r= pm a4bea77974c9d300ac13698e6f9812eb source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.4/zq1/apache-1.3.12-107.nosrc= .rpm 39cf311c44bc760159c711c7ec97685f SuSE-6.3 ftp://ftp.suse.com/pub/suse/i386/update/6.3/n1/apache-1.3.9-70.i386.rpm 87d7a6426857e6f3afcf991c273fc1a5 source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.3/zq1/apache-1.3.9-70.nosrc.r= pm ab81b76d0c4e6c765b77a69fd4143620 SuSE-6.2 ftp://ftp.suse.com/pub/suse/i386/update/6.2/n1/apache-1.3.6-52.i386.rpm d7c513bb4aad15a9f3dfb11ff1302405 source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.2/zq1/apache-1.3.6-52.nosrc.r= pm bdabbdf7df648c3b4b8c5fd031e65cfc SuSE-6.1 ftp://ftp.suse.com/pub/suse/i386/update/6.1/n1/apache-1.3.6-53.i386.rpm db40e37d1931fb4e5830358b37acee5e source rpm: ftp://ftp.suse.com/pub/suse/i386/update/6.1/zq1/apache-1.3.6-53.nosrc.r= pm 8ad785cb5f16456b8540982f1175b0b0 SuSE-6.0 Please use the update packages from the 6.1 directory for SuSE-6.0! Sparc Platform: SuSE-7.0 ftp://ftp.suse.com/pub/suse/sparc/update/7.0/n1/apache-1.3.12-109.sparc= .rpm 66f87cb2100960ee72ae1110fa077424 source rpm: ftp://ftp.suse.com/pub/suse/sparc/update/7.0/zq1/apache-1.3.12-109.nosr= c.rpm fff4bd1d37a7e9d430e8a60898865567 AXP Alpha Platform: SuSE-6.4 The update packages will be available soon at the usual location ftp://ftp.suse.com/pub/suse/axp/update/6.4/n1/ . Until then, please correct the configuration file by hand as described above. SuSE-6.3 The update packages will be available soon at the usual location ftp://ftp.suse.com/pub/suse/axp/update/6.3/n1/ . Until then, please correct the configuration file by hand as described above. SuSE-6.1 ftp://ftp.suse.com/pub/suse/axp/update/6.1/n1/apache-1.3.6-43.alpha.rpm eaca8f06c54c669d60f6a06fbe7301dc source rpm: ftp://ftp.suse.com/pub/suse/axp/update/6.1/zq1/apache-1.3.6-43.nosrc.rpm 2227de2e6d5faf268413cd474175d126 PPC Power PC Platform: SuSE-6.4 ftp://ftp.suse.com/pub/suse/ppc/update/6.4/n1/apache-1.3.12-108.ppc.rpm 0c830d4d33f2bac33d6a44ab0efc34e7 source rpm: ftp://ftp.suse.com/pub/suse/ppc/update/6.4/zq1/apache-1.3.12-108.nosrc.= rpm f5fd7575d67e369f87fb2e5c47b61eaf SuSE-6.3 The update packages will be available soon at the usual location ftp://ftp.suse.com/pub/suse/ppc/update/6.3/n1/ . Until then, please correct the configuration file by hand as described above. ___________________________________________________________________________= ___ 2) Credits: SuSE would like to express its sincere appreciation for the efforts and the working style of the Cerberus Security Team/@Stake Inc., in particular to mnemonix (David Litchfield ) and to weld . Have a look at their website at http://www.atstake.com/ for further information. ___________________________________________________________________________= ___ 3) standard appendix: SuSE runs two security mailing lists to which any interested party may subscribe: suse-security@suse.com - general/linux/SuSE security discussion. All SuSE security announcements are sent to this list. To subscribe, send an email to . suse-security-announce@suse.com - SuSE's announce-only mailing list. Only SuSE's security annoucements are sent to this list. To subscribe, send an email to . For general information or the frequently asked questions (faq) send mail to: or respectively. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D SuSE's security contact is . =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Regards, Roman Drahtm=FCller. - - -- - - | Roman Drahtm=FCller // "Caution: Cape does | SuSE GmbH - Security Phone: // not enable user to fly." | N=FCrnberg, Germany +49-911-740530 // (Batman Costume warning label) | - - ___________________________________________________________________________= ___ The information in this advisory may be distributed or reproduced, provided that the advisory is not modified in any way. SuSE GmbH makes no warranties of any kind whatsoever with respect to the information contained in this security advisory. Type Bits/KeyID Date User ID pub 2048/3D25D3D9 1999/03/06 SuSE Security Team - -----BEGIN PGP PUBLIC KEY BLOCK----- Version: 2.6.3i mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh 1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+ cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKPEUBAVcOB/9b yHYji1/+4Xc2GhvXK0FSJN0MGgeXgW47yxDL7gmR4mNgjlIOUHZj0PEpVjWepOJ7 tQS3L9oP6cpj1Fj/XxuLbkp5VCQ61hpt54coQAvYrnT9rtWEGN+xmwejT1WmYmDJ xG+EGBXKr+XP69oIUl1E2JO3rXeklulgjqRKos4cdXKgyjWZ7CP9V9daRXDtje63 Om8gwSdU/nCvhdRIWp/Vwbf7Ia8iZr9OJ5YuQl0DBG4qmGDDrvImgPAFkYFzwlqo choXFQ9y0YVCV41DnR+GYhwl2qBd81T8aXhihEGPIgaw3g8gd8B5o6mPVgl+nJqI BkEYGBusiag2pS6qwznZiQEVAwUQNuEtBHey5gA9JdPZAQFtOAf+KVh939b0J94u v/kpg4xs1LthlhquhbHcKNoVTNspugiC3qMPyvSX4XcBr2PC0cVkS4Z9PY9iCfT+ x9WM96g39dAF+le2CCx7XISk9XXJ4ApEy5g4AuK7NYgAJd39PPbERgWnxjxir9g0 Ix30dS30bW39D+3NPU5Ho9TD/B7UDFvYT5AWHl3MGwo3a1RhTs6sfgL7yQ3U+mvq MkTExZb5mfN1FeaYKMopoI4VpzNVeGxQWIz67VjJHVyUlF20ekOz4kWVgsxkc8G2 saqZd6yv2EwqYTi8BDAduweP33KrQc4KDDommQNDOXxaKOeCoESIdM4p7Esdjq1o L0oixF12Cg=3D=3D =3DpIeS - -----END PGP PUBLIC KEY BLOCK----- -----BEGIN PGP SIGNATURE----- Version: 2.6.3i Charset: noconv iQEVAwUBObfXOHey5gA9JdPZAQHhzwf+KIt1AysU1WAwQXlQTssfVFEM0nh6fT2O FRqoAF+2FpC3FaTZBmTqYTuNtegSG0cndg/NzWy2Q2CTFxbEzm7aJqOxtS/R6Am2 GPKV6k51gW0lmL7Pl9j15s9kngW/U9fRnMX/SCw4CiHnuMTD+AuERFYEQOAVFaQy Qvw03BYRJnr36DOl3PUovir5TyIrBQloPr6IxfJPvL/mbHz63h8ISBgLjfITpAY0 7FJtUN4SM86pXcuO7LGyOTQciAzvIChSqelaZnqGEUVhmGBcTzTsaoMrwf43w2NP KQ61Ez34EwNN1AA/jhY9ARdenNUKCTXcWC6hFcXibMKTdqgJJq6waA=3D=3D =3Dx36R -----END PGP SIGNATURE----- ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Thu Sep 7 21:54:27 2000 Received: from ganwaar.com (unknown [203.94.254.130]) by www.aunet.org (Postfix) with ESMTP id A39A94A00E; Thu, 7 Sep 2000 21:53:56 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id KAA02444; Fri, 8 Sep 2000 10:21:17 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14776.28741.63979.878001@localhost.localdomain> Date: Fri, 8 Sep 2000 10:21:17 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) [RHSA-2000:057-04] glibc vulnerabilities in ld.so, locale and gettext X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/109 [Upgrade time for RedHat users -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Approved-By: aleph1@SECURITYFOCUS.COM Delivered-To: bugtraq@lists.securityfocus.com Received: from securityfocus.com (mail.securityfocus.com [207.126.127.78]) by lists.securityfocus.com (Postfix) with SMTP id 1803D2165B for ; Thu, 7 Sep 2000 14:08:28 -0700 (PDT) Received: (qmail 9221 invoked by alias); 7 Sep 2000 21:09:50 -0000 Delivered-To: bugtraq@securityfocus.com Received: (qmail 23880 invoked from network); 7 Sep 2000 20:38:50 -0000 Received: from lacrosse.corp.redhat.com (207.175.42.154) by mail.securityfocus.com with SMTP; 7 Sep 2000 20:38:50 -0000 Received: from localhost (porkchop.redhat.com [207.175.42.68]) by lacrosse.corp.redhat.com (8.9.3/8.9.3) with SMTP id QAA09120; Thu, 7 Sep 2000 16:37:47 -0400 Content-type: text/plain; charset="iso-8859-1" Mime-version: 1.0 Message-ID: <200009072037.QAA09120@lacrosse.corp.redhat.com> Reply-To: bugzilla@REDHAT.COM X-To: redhat-watch-list@redhat.com X-cc: linux-security@redhat.com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by biznetindia.com id VAA29020 From: bugzilla@REDHAT.COM Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: [RHSA-2000:057-04] glibc vulnerabilities in ld.so, locale and gettext Date: Thu, 7 Sep 2000 16:37:00 -0400 --------------------------------------------------------------------- Red Hat, Inc. Security Advisory Synopsis: glibc vulnerabilities in ld.so, locale and gettext Advisory ID: RHSA-2000:057-04 Issue date: 2000-09-01 Updated on: 2000-09-07 Product: Red Hat Linux Keywords: glibc ld.so locale LANG gettext LD_PRELOAD threads Cross references: N/A --------------------------------------------------------------------- 1. Topic: Several bugs were discovered in glibc which could allow local users to gain root privileges. 2. Relevant releases/architectures: Red Hat Linux 5.0 - i386, alpha Red Hat Linux 5.1 - i386, alpha, sparc Red Hat Linux 5.2 - i386, alpha, sparc Red Hat Linux 6.0 - i386, alpha, sparc Red Hat Linux 6.1 - i386, alpha, sparc, sparcv9 Red Hat Linux 6.2 - i386, alpha, sparc, sparcv9 3. Problem description: The dynamic linker ld.so uses several environment variables like LD_PRELOAD and LD_LIBRARY_PATH to load additional libraries or modify the library search path. It is unsafe to accept arbitrary user specified values of these variables when executing setuid applications, so ld.so handles them specially in setuid programs and also removes them from the environment. One of the discovered bugs causes these variables not to be removed from the environment under certain circumstances. This does not cause any threat to setuid application themselves, but it could be exploited if a setuid application does not either drop privileges or clean up its environment prior to executing other programs. A number of additional bugs have been found in glibc locale and internationalization security checks. In internationalized programs, users are permitted to select a locale or choose message catalogues using environment variables such as LANG or LC_*. The content of these variables is then used as part of pathnames for searching message catalogues or locale files. Normally, if these variables contain "/" characters, a program can load the internationalization files from arbitrary directories. This is unnacceptable for setuid programs, which is why glibc does not allow certain settings of these variables if the program is setuid or setgid. However, some of these checks were done in inappropriate places, contained bugs or were completely missing. It is highly probable that some of these bugs can be used for local root exploits. The Red Hat Linux 6.x updates also fix a linuxthreads deadlock bug and handling of certain values of the TZ environment variable. The previous version of the 6.x errata introduced some threading problems visible with JDK and Mozilla, the 5.x errata had a bug which caused several localized programs to die with segmentation fault at startup.Both of these problems are fixed with this errata update. 4. Solution: For each RPM for your particular architecture, run: rpm -Fvh [filename] where filename is the name of the RPM. 5. Bug IDs fixed (http://bugzilla.redhat.com/bugzilla for more info): 13785 - Bug in pthreads blocks ability to preempt suspend and resume threads on SMP machines 17203 - glibc-2.1.3-19 breaks Sun and IBM Java 1.3 on SMP 17187 - tcsh broken after glibc upgrade 6. RPMs required: Red Hat Linux 5.2: sparc: ftp://updates.redhat.com/5.2/sparc/glibc-2.0.7-29.4.sparc.rpm ftp://updates.redhat.com/5.2/sparc/glibc-debug-2.0.7-29.4.sparc.rpm ftp://updates.redhat.com/5.2/sparc/glibc-devel-2.0.7-29.4.sparc.rpm ftp://updates.redhat.com/5.2/sparc/glibc-profile-2.0.7-29.4.sparc.rpm alpha: ftp://updates.redhat.com/5.2/alpha/glibc-2.0.7-29.4.alpha.rpm ftp://updates.redhat.com/5.2/alpha/glibc-debug-2.0.7-29.4.alpha.rpm ftp://updates.redhat.com/5.2/alpha/glibc-devel-2.0.7-29.4.alpha.rpm ftp://updates.redhat.com/5.2/alpha/glibc-profile-2.0.7-29.4.alpha.rpm i386: ftp://updates.redhat.com/5.2/i386/glibc-2.0.7-29.4.i386.rpm ftp://updates.redhat.com/5.2/i386/glibc-debug-2.0.7-29.4.i386.rpm ftp://updates.redhat.com/5.2/i386/glibc-devel-2.0.7-29.4.i386.rpm ftp://updates.redhat.com/5.2/i386/glibc-profile-2.0.7-29.4.i386.rpm sources: ftp://updates.redhat.com/5.2/SRPMS/glibc-2.0.7-29.4.src.rpm Red Hat Linux 6.2: sparc: ftp://updates.redhat.com/6.2/sparc/glibc-2.1.3-21.sparc.rpm ftp://updates.redhat.com/6.2/sparc/glibc-devel-2.1.3-21.sparc.rpm ftp://updates.redhat.com/6.2/sparc/glibc-profile-2.1.3-21.sparc.rpm ftp://updates.redhat.com/6.2/sparc/nscd-2.1.3-21.sparc.rpm i386: ftp://updates.redhat.com/6.2/i386/glibc-2.1.3-21.i386.rpm ftp://updates.redhat.com/6.2/i386/glibc-devel-2.1.3-21.i386.rpm ftp://updates.redhat.com/6.2/i386/glibc-profile-2.1.3-21.i386.rpm ftp://updates.redhat.com/6.2/i386/nscd-2.1.3-21.i386.rpm alpha: ftp://updates.redhat.com/6.2/alpha/glibc-2.1.3-21.alpha.rpm ftp://updates.redhat.com/6.2/alpha/glibc-devel-2.1.3-21.alpha.rpm ftp://updates.redhat.com/6.2/alpha/glibc-profile-2.1.3-21.alpha.rpm ftp://updates.redhat.com/6.2/alpha/nscd-2.1.3-21.alpha.rpm sparcv9: ftp://updates.redhat.com/6.2/sparcv9/glibc-2.1.3-21.sparcv9.rpm sources: ftp://updates.redhat.com/6.2/SRPMS/glibc-2.1.3-21.src.rpm 7. Verification: MD5 sum Package Name -------------------------------------------------------------------------- d89ceb98bcbcf4713d16fdee7ff7f43e 5.2/SRPMS/glibc-2.0.7-29.4.src.rpm 6ef2b922267041c5d255929bfc98fd64 5.2/alpha/glibc-2.0.7-29.4.alpha.rpm 888f00bface573ffd88e221c6b6f8e2e 5.2/alpha/glibc-debug-2.0.7-29.4.alpha.rpm ebc93b3ee1f685d50a94dcdb28c61cc9 5.2/alpha/glibc-devel-2.0.7-29.4.alpha.rpm e41785070075562b0481df36478d2fc8 5.2/alpha/glibc-profile-2.0.7-29.4.alpha.rpm 2f2113f874194aa3ecc618c4d1ec35aa 5.2/i386/glibc-2.0.7-29.4.i386.rpm 078735dd7907a1ed391018f8768f08a5 5.2/i386/glibc-debug-2.0.7-29.4.i386.rpm 752e9f9c3ebd3a91eb4ee399cc679186 5.2/i386/glibc-devel-2.0.7-29.4.i386.rpm 1ebdf4fdb6f479e735cf8d9b0190e467 5.2/i386/glibc-profile-2.0.7-29.4.i386.rpm f26d7fada3d250389144b235bf1f3627 5.2/sparc/glibc-2.0.7-29.4.sparc.rpm 92f25cc1809d1c87981184848ebc2c92 5.2/sparc/glibc-debug-2.0.7-29.4.sparc.rpm bde3f83247f4975f50a552bdfe1cfe92 5.2/sparc/glibc-devel-2.0.7-29.4.sparc.rpm 7d466b8c454556801502a5193aa90919 5.2/sparc/glibc-profile-2.0.7-29.4.sparc.rpm 951f8018ee585cbae936f5aabc93975a 6.2/SRPMS/glibc-2.1.3-21.src.rpm 71fc519a3af0c780f04957d0fd30e3ef 6.2/alpha/glibc-2.1.3-21.alpha.rpm 0958d288b68b69172e05c818dadde1df 6.2/alpha/glibc-devel-2.1.3-21.alpha.rpm c3f263f06115287996cf835bda6d831c 6.2/alpha/glibc-profile-2.1.3-21.alpha.rpm 628f153cf8159b150cdf5812ecf8a7f1 6.2/alpha/nscd-2.1.3-21.alpha.rpm 2197ca4a7bce75b8f71e776198ea6ad6 6.2/i386/glibc-2.1.3-21.i386.rpm b8cfd8011077f35ae63f589c494166f2 6.2/i386/glibc-devel-2.1.3-21.i386.rpm bed9b0d02fae36d490d3025de74b5e0f 6.2/i386/glibc-profile-2.1.3-21.i386.rpm 26b9ce91af840a7928ac52a32b5fe2c7 6.2/i386/nscd-2.1.3-21.i386.rpm e2d13625c1869c983a917f6867bc351b 6.2/sparc/glibc-2.1.3-21.sparc.rpm 44d151c0f2e99dd6ed69274c1b2b106e 6.2/sparc/glibc-devel-2.1.3-21.sparc.rpm bef08ed72e52b149da48421369561100 6.2/sparc/glibc-profile-2.1.3-21.sparc.rpm 8f5ee1e544b50f84f71eb2c38e1ef2fe 6.2/sparc/nscd-2.1.3-21.sparc.rpm 7fd0aefa79a7546cb944752c545c651f 6.2/sparcv9/glibc-2.1.3-21.sparcv9.rpm These packages are GPG signed by Red Hat, Inc. for security. Our key is available at: http://www.redhat.com/corp/contact.html You can verify each package with the following command: rpm --checksig If you only wish to verify that each package has not been corrupted or tampered with, examine only the md5sum with the following command: rpm --checksig --nogpg 8. References: http://www.securityfocus.com/templates/archive.pike?threads=0&start=2000-08-27&mid=79537&fromthread=1&list=1&end=2000-09-02& Copyright(c) 2000 Red Hat, Inc. ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Thu Sep 7 22:50:59 2000 Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.4]) by www.aunet.org (Postfix) with ESMTP id 0D2534A1A3 for ; Thu, 7 Sep 2000 22:50:53 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id LAA09489 for ; Fri, 8 Sep 2000 11:17:40 -0500 (GMT) Message-ID: <001d01c01957$93970110$8200000a@aclindia.com> From: "Ambar Roy" To: References: <39B74095.EB2A1EF2@timesofte.com> <20000907090252.B791@localhost> Subject: Re: download pop mails thru proxy Date: Fri, 8 Sep 2000 11:12:22 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/110 > > I have installed squid (Proxy) server on my linux box > > every thing is working fine. but when I try to hetch mail > > from any node (Not the Squid Server) I am not able to fetch mail > > from vsnl. > Today i tried cyrus mail system it had something called pop3proxyd just see > what it is may be that will help come on!!! the problem has a simpler solution, just use ip-masq, and it can act as a proxy for most of the protocols. and u can even set up a transparent proxy for web stuff... works really good!!!!! Bye, /\ |\/| |3 /\ r From linux-delhi-owner@lists.linux-india.org Fri Sep 8 00:04:52 2000 Received: from web901.mail.yahoo.com (web901.mail.yahoo.com [128.11.23.76]) by www.aunet.org (Postfix) with SMTP id 4B1CF4A052 for ; Thu, 7 Sep 2000 23:02:30 -0700 (PDT) Received: (qmail 21351 invoked by uid 60001); 8 Sep 2000 06:06:50 -0000 Message-ID: <20000908060650.21350.qmail@web901.mail.yahoo.com> Received: from [202.42.135.87] by web901.mail.yahoo.com; Thu, 07 Sep 2000 23:06:50 PDT Date: Thu, 7 Sep 2000 23:06:50 -0700 (PDT) From: Ajit Ranade Subject: followup to ghane's post To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/111 recently there was a study which documented and analysed the traffic pattern on services such as napster. the idea was to find out who benefits and who contributes and to what extent. turns out that a tiny fraction (say 4 percent) provides 90 percent of the free downloads. i.e. more people free ride on the system than "contribute". now this was just an empirical study of a few services along the lines of napster. so i am not generalising too much. but moral for us - (and this is the followup to ghane's post) is that most of us are benefiting much more than we contribute from linux-delhi. so least we can do is be nice, grumble less, and figure out how to contribute more. no need to complain about too much noise, too much commercial, and so on. i think the mailing list is working fine given that there are so many more "listeners" and "benefiters" than "contributors". let's not upset it yet, with accusations, counter accusations, ego hassles etc etc. -akr (a major listener) __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Fri Sep 8 01:44:18 2000 Received: from velos.velos.ssind.com (unknown [12.10.197.162]) by www.aunet.org (Postfix) with ESMTP id 2DCA24A03E for ; Fri, 8 Sep 2000 01:43:32 -0700 (PDT) Received: from velos.ssind.com ([192.8.8.34]) by velos.velos.ssind.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 35-54367U200L2S100V35) with ESMTP id AAA338; Fri, 8 Sep 2000 14:12:56 +0530 Message-ID: <39B8A6F9.798852C7@velos.ssind.com> Date: Fri, 08 Sep 2000 14:14:41 +0530 From: rajesht@velos.ssind.com (Rajesh Thiharie) Reply-To: rajesht@velos.ssind.com Organization: SSI, New Delhi, India. X-Mailer: Mozilla 4.74 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: followup to ghane's post References: <20000908060650.21350.qmail@web901.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/112 Bon mot. Mot juste. Ajit Ranade wrote: > turns out that a tiny fraction (say 4 percent) > provides 90 percent of the free downloads. i.e. more > people free ride on the system than "contribute". > > -akr > (a major listener) From linux-delhi-owner@lists.linux-india.org Fri Sep 8 03:06:40 2000 Received: from web2302.mail.yahoo.com (web2302.mail.yahoo.com [128.11.68.53]) by www.aunet.org (Postfix) with SMTP id 8C49D4A02C for ; Fri, 8 Sep 2000 03:06:36 -0700 (PDT) Message-ID: <20000908100413.7603.qmail@web2302.mail.yahoo.com> Received: from [202.56.231.226] by web2302.mail.yahoo.com; Fri, 08 Sep 2000 03:04:13 PDT Date: Fri, 8 Sep 2000 03:04:13 -0700 (PDT) From: Lokesh Bhog Subject: Re: Re: meeting change of plan To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/113 Is sunday the final answer ? Sure, Pukka, Ise lock kya jaye? Final jawab? Is it Saturday or Sunday? --- DipakS wrote: > Hi all > I am also extremely stuck up on Sat 09-09-2000 ,and > would welcome the > meeting on 10-09-2000 from 14:00 hrs . It is > certainly a better idea to have > it on a Sunday with due apologies to those who > changed it to Sat 09-09-2000. > Thanks and best wishes to all > > Dipak > > ----- Original Message ----- > From: Pankaj kaushal > To: > Sent: 07 September 2000 14:29 > Subject: Re: [linux-delhi] Re: meeting change of > plan > > > > > > wrote: > > > Hi Everybody > > > I am new to linux > > > and also to your group > > > what so ever the final meeting plant. > > meet is on sat 9 sep 11 am onwards > > > > > Let me know so that I can attend it. > > > Is there any cost involve in it or not? > > if you are comming as a commercial representative > > then if you can you can sponser some other meet > > if you want > > > > if you are a guy intrested in Gnu O.S > > the welcome no charge no strings attached > > > > bye > > ------------ > > Pankaj Kaushal > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Mail - Free email you can access from > anywhere! > > http://mail.yahoo.com/ > > > > ------------------------------------------------ > > An alpha version of a web based tool to manage > > your subscription with this mailing list is at > > http://lists.linux-india.org/cgi-bin/mj_wwwusr > > > > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Fri Sep 8 03:13:00 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 27FAB4A0DF for ; Fri, 8 Sep 2000 03:10:51 -0700 (PDT) Received: from wnt06 by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id PAA0000022684; Fri, 8 Sep 2000 15:33:47 +0530 (IST) From: "anuj" To: Subject: RE: SOS: Neeed _Oracle4Linux_ & _Mandrake_ Pleease Date: Fri, 8 Sep 2000 15:09:04 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20000906163529.65331.qmail@web3208.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal X-Archive-Number: 200009/114 Hi. See this web page (MANDRAKE): http://www.gtcdrom.com/Mandrake7.1-Complete.htm This is an Banglore based , indian company. -----Original Message----- From: linux-delhi-owner@lists.linux-india.org [mailto:linux-delhi-owner@lists.linux-india.org]On Behalf Of manish sharma Sent: Wednesday, September 06, 2000 10:05 PM To: linux-delhi@lists.linux-india.org Subject: [linux-delhi] SOS: Neeed _Oracle4Linux_ & _Mandrake_ Pleease Hi All, I am in dire need of : __Mandrake and "Oracle on Linux"__ & I have no idea where to get the CD's from. I have combed through NehruPlace but... :( Can anybody help me? (Ambar, u have Mandrake, don't you?) I am willing to pay any reasonable amount too. Please pick: 1. Call/Email and tell me about whom I can contact. 2. Call(number given below)/Email and tell me where I can get it(NCR only). 3. Let me have the CD(will leave /anything/ as security) and I'll return it after copying it. Promise:) 4. Get it copied & bring it on the next LUG Meet(will pay u at the meet itself). 5. Get it copied & give me a call and I'll collect it from your place at your time. 6. anything........... ______________________________________ Ph# {460 2904 || 460 1598 || 460 1539} Between 10:00AM to 8:00PM Pls. Ask for Manish Sharma ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Any/ help is welcome. TIA Regards --|\/| /\ /\/ / _/`` |-| __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ ------------------------------------------------ An alpha version of a web based tool to manage your subscription with this mailing list is at http://lists.linux-india.org/cgi-bin/mj_wwwusr From linux-delhi-owner@lists.linux-india.org Fri Sep 8 03:29:09 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id E97A14A106 for ; Fri, 8 Sep 2000 03:24:24 -0700 (PDT) Received: from wnt06 by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id PAA0000005791; Fri, 8 Sep 2000 15:50:18 +0530 (IST) From: "anuj" To: Subject: two password for root. Date: Fri, 8 Sep 2000 15:25:36 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Archive-Number: 200009/115 Hi all, I am using RH6.2. My 'root' has two passwords. Why this is happening? Waiting your valuable guidance ... Anuj From linux-delhi-owner@lists.linux-india.org Fri Sep 8 03:58:50 2000 Received: from hotmail.com (f262.law3.hotmail.com [209.185.240.39]) by www.aunet.org (Postfix) with ESMTP id C24734A22F for ; Fri, 8 Sep 2000 03:58:45 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 8 Sep 2000 03:56:22 -0700 Received: from 203.175.137.96 by lw3fd.law3.hotmail.msn.com with HTTP; Fri, 08 Sep 2000 10:56:22 GMT X-Originating-IP: [203.175.137.96] From: "masood khan" To: linux-delhi@lists.linux-india.org Subject: Re: two password for root. Date: Fri, 08 Sep 2000 10:56:22 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Sep 2000 10:56:22.0855 (UTC) FILETIME=[6D1F4570:01C01983] X-Archive-Number: 200009/116 Hi, can u write both passwords??????? From: "anuj" Reply-To: linux-delhi@lists.linux-india.org To: Subject: [linux-delhi] two password for root. Date: Fri, 8 Sep 2000 15:25:36 +0530 Hi all, I am using RH6.2. My 'root' has two passwords. Why this is happening? Waiting your valuable guidance ... Anuj ------------------------------------------------ The mailing list archives are available at http://lists.linux-india.org/cgi-bin/wilma/linux-delhi _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. From linux-delhi-owner@lists.linux-india.org Fri Sep 8 04:09:50 2000 Received: from web2303.mail.yahoo.com (web2303.mail.yahoo.com [128.11.68.66]) by www.aunet.org (Postfix) with SMTP id F1F354A299 for ; Fri, 8 Sep 2000 04:09:45 -0700 (PDT) Message-ID: <20000908110723.6934.qmail@web2303.mail.yahoo.com> Received: from [202.56.231.226] by web2303.mail.yahoo.com; Fri, 08 Sep 2000 04:07:23 PDT Date: Fri, 8 Sep 2000 04:07:23 -0700 (PDT) From: Lokesh Bhog Subject: Re: two password for root. To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/117 How can your root have two passwords? can you send the output of the following command: ie the passwd file cat /etc/passwd --- masood khan wrote: > Hi, > can u write both passwords??????? > > > > From: "anuj" > Reply-To: linux-delhi@lists.linux-india.org > To: > Subject: [linux-delhi] two password for root. > Date: Fri, 8 Sep 2000 15:25:36 +0530 > > Hi all, > I am using RH6.2. > My 'root' has two passwords. > Why this is happening? > Waiting your valuable guidance ... > Anuj > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at > http://www.hotmail.com. > > Share information about yourself, create your own > public profile at > http://profiles.msn.com. > > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Fri Sep 8 04:30:58 2000 Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.3]) by www.aunet.org (Postfix) with ESMTP id 55CC34A0FC for ; Fri, 8 Sep 2000 04:30:48 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id QAA10182 for ; Fri, 8 Sep 2000 16:57:41 -0500 (GMT) Message-ID: <004301c01987$180b0a70$8200000a@aclindia.com> From: "Ambar Roy" To: References: Subject: Re: two password for root. Date: Fri, 8 Sep 2000 16:46:55 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/118 > I am using RH6.2. > My 'root' has two passwords. > Why this is happening? > Waiting your valuable guidance ... how did u do it??? please explain!!!!! Bye, /\ |\/| |3 /\ r From linux-delhi-owner@lists.linux-india.org Fri Sep 8 04:47:47 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 535A34A1D9 for ; Fri, 8 Sep 2000 04:47:23 -0700 (PDT) Received: from wnt06 by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id QAA0000011593; Fri, 8 Sep 2000 16:53:23 +0530 (IST) From: "anuj" To: Subject: RE: two password for root. Date: Fri, 8 Sep 2000 16:28:41 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 In-Reply-To: X-Archive-Number: 200009/119 > can u write both passwords??????? yes, I have two password for user 'root'. I am sending file /etc/passed : =========================== root:379jjua0rds1k:0:0:root:/root:/bin/bash bin:*:1:1:bin:/bin: daemon:*:2:2:daemon:/sbin: adm:*:3:4:adm:/var/adm: lp:*:4:7:lp:/var/spool/lpd: sync:*:5:0:sync:/sbin:/bin/sync shutdown:*:6:0:shutdown:/sbin:/sbin/shutdown halt:*:7:0:halt:/sbin:/sbin/halt mail:*:8:12:mail:/var/spool/mail: news:*:9:13:news:/var/spool/news: uucp:*:10:14:uucp:/var/spool/uucp: operator:*:11:0:operator:/root: games:*:12:100:games:/usr/games: gopher:*:13:30:gopher:/usr/lib/gopher-data: ftp:*:14:50:FTP User:/home/ftp: nobody:*:99:99:Nobody:/: xfs:!!:43:43:X Font Server:/etc/X11/fs:/bin/false gdm:!!:42:42::/home/gdm:/bin/bash postgres:wPT4WClLPe08k:26:26:PostgreSQL Server:/var/lib/pgsql:/bin/bash anuj:X3Pc.2adMwjno:501:500::/home/anuj:/bin/bash uday:YAT8niMIDp/VQ:502:502::/home/uday:/bin/bash anu:LdnCbXMENGMac:500:501::/home/anu: ============================End of the file. =========== Cherries, Anuj Anuj@in-control.de *~!@#$%^&* I Love error and debuging is my hobby. ======== -----Original Message----- From: linux-delhi-owner@lists.linux-india.org [mailto:linux-delhi-owner@lists.linux-india.org]On Behalf Of masood khan Sent: Friday, September 08, 2000 4:26 PM To: linux-delhi@lists.linux-india.org Subject: Re: [linux-delhi] two password for root. Hi, From: "anuj" Reply-To: linux-delhi@lists.linux-india.org To: Subject: [linux-delhi] two password for root. Date: Fri, 8 Sep 2000 15:25:36 +0530 Hi all, I am using RH6.2. My 'root' has two passwords. Why this is happening? Waiting your valuable guidance ... Anuj ------------------------------------------------ The mailing list archives are available at http://lists.linux-india.org/cgi-bin/wilma/linux-delhi _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. ------------------------------------------------ The mailing list archives are available at http://lists.linux-india.org/cgi-bin/wilma/linux-delhi From linux-delhi-owner@lists.linux-india.org Fri Sep 8 05:29:38 2000 Received: from delcluster1.vsnl.net.in (delcluster1.vsnl.net.in [202.54.96.1]) by www.aunet.org (Postfix) with ESMTP id 044364A22C for ; Fri, 8 Sep 2000 05:29:23 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id RAA17292 for ; Fri, 8 Sep 2000 17:56:17 -0500 (GMT) Message-ID: <005d01c0198f$4815f470$8200000a@aclindia.com> From: "Ambar Roy" To: References: Subject: Re: two password for root. Date: Fri, 8 Sep 2000 17:50:46 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/120 > > can u write both passwords??????? > > yes, I have two password for user 'root'. > I am sending file /etc/passed : what are the valid passwords????? Bye, /\ |\/| |3 /\ r From linux-delhi-owner@lists.linux-india.org Fri Sep 8 05:52:54 2000 Received: from web2303.mail.yahoo.com (web2303.mail.yahoo.com [128.11.68.66]) by www.aunet.org (Postfix) with SMTP id 1E5734A0F2 for ; Fri, 8 Sep 2000 05:52:53 -0700 (PDT) Message-ID: <20000908125030.17352.qmail@web2303.mail.yahoo.com> Received: from [202.56.231.226] by web2303.mail.yahoo.com; Fri, 08 Sep 2000 05:50:30 PDT Date: Fri, 8 Sep 2000 05:50:30 -0700 (PDT) From: Lokesh Bhog Subject: Re: two password for root. To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/121 What are the passwords and you do login as root only to use the linux system using these passwords --- Ambar Roy wrote: > > > can u write both passwords??????? > > > > yes, I have two password for user 'root'. > > I am sending file /etc/passed : > what are the valid passwords????? > > Bye, > /\ |\/| |3 /\ r > > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Fri Sep 8 07:44:56 2000 Received: from hotmail.com (f11.law3.hotmail.com [209.185.241.11]) by www.aunet.org (Postfix) with ESMTP id 35FA84A244 for ; Fri, 8 Sep 2000 07:44:55 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 8 Sep 2000 07:42:28 -0700 Received: from 203.197.228.79 by lw3fd.law3.hotmail.msn.com with HTTP; Fri, 08 Sep 2000 14:42:28 GMT X-Originating-IP: [203.197.228.79] From: "masood khan" To: linux-delhi@lists.linux-india.org Subject: Re: two password for root. Date: Fri, 08 Sep 2000 14:42:28 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Sep 2000 14:42:28.0708 (UTC) FILETIME=[03002A40:01C019A3] X-Archive-Number: 200009/122 please write both paasword which u type on Password: prompt From: Lokesh Bhog Reply-To: linux-delhi@lists.linux-india.org To: linux-delhi@lists.linux-india.org Subject: Re: [linux-delhi] two password for root. Date: Fri, 8 Sep 2000 05:50:30 -0700 (PDT) What are the passwords and you do login as root only to use the linux system using these passwords --- Ambar Roy wrote: > > > can u write both passwords??????? > > > > yes, I have two password for user 'root'. > > I am sending file /etc/passed : > what are the valid passwords????? > > Bye, > /\ |\/| |3 /\ r > > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ ------------------------------------------------ The mailing list archives are available at http://lists.linux-india.org/cgi-bin/wilma/linux-delhi _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. From linux-delhi-owner@lists.linux-india.org Fri Sep 8 14:13:45 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 2853D49FF0 for ; Fri, 8 Sep 2000 14:13:33 -0700 (PDT) Received: from kajaal.dsf by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id CAA0000011198; Sat, 9 Sep 2000 02:39:40 +0530 (IST) Received: (qmail 1090 invoked by uid 500); 8 Sep 2000 21:27:55 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Sep 2000 21:27:55 -0000 Date: Sat, 9 Sep 2000 02:57:54 +0530 (IST) From: Sandip Bhattacharya X-Sender: sandipb@kajaal.dsf To: Linux Delhi Mailing List Subject: Re: TCP connection denied on port 25 In-Reply-To: <001501c01957$1689c270$8200000a@aclindia.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/123 Thanx a lot Ambar. We finally found out that the dn.net folks had just put up a firewall on some of their machines(including my client's), and hadn't yet informed us. Thanks all the same. - Sandip -- Sandip Bhattacharya sandipb@bigfoot.com ICQ: 38380743 Yahoo: sandip_in ---------------------- From linux-delhi-owner@lists.linux-india.org Fri Sep 8 19:50:07 2000 Received: from smtp2.mail.yahoo.com (smtp2.mail.yahoo.com [128.11.68.32]) by www.aunet.org (Postfix) with SMTP id 352A34A186 for ; Fri, 8 Sep 2000 19:50:02 -0700 (PDT) Received: from unknown (HELO yahoo.com) (212.3.55.54) by smtp2.mail.yahoo.com with SMTP; 9 Sep 2000 02:42:01 -0000 X-Apparently-From: Message-ID: <540E692C.347ECF96@yahoo.com> Date: Tue, 09 Sep 2014 08:12:52 +0530 From: Pankaj Kaushal Reply-To: pankaj@fig.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.4.0-test5 i686) X-Accept-Language: en MIME-Version: 1.0 To: "linux-delhi@lists.linux-india.org" , Dhruv Gami , Jaswinder Singh Kohli , Ravi Sundaram Subject: Tux with a difference Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/124 hii, all u jumped when i created the ascii penguin in the page . but this, this my friend is no ascii penguin this is linux tux what the f does that mean? some guy (outta his mind) created a ascii art tuxwith linux source code do you get me if you don't goto http://www.fazed.net/humor/other/tux.html and screeeeeeeem -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com From linux-delhi-owner@lists.linux-india.org Fri Sep 8 23:21:24 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 13B9B4A0C2 for ; Fri, 8 Sep 2000 23:21:09 -0700 (PDT) Received: from wnt06 by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id LAA0000014471; Sat, 9 Sep 2000 11:47:11 +0530 (IST) From: "anuj" To: Subject: RE: two password for root. Date: Sat, 9 Sep 2000 11:22:24 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <20000908110723.6934.qmail@web2303.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Archive-Number: 200009/125 Hi, >How can your root have two passwords? can you send the >output of the following command: ie the passwd file >cat /etc/passwd I have already send the o/p of this file. >>--- masood khan wrote: >> Hi, >> can u write both passwords??????? I am using 'Red Hat Linux release 6.2 (Zoot)'. USER NAME : root Passwrds : incontrol909,incontroldb OK, IS there any number of charater limeit? Cherries, Anuj Anuj@in-control.de *~!@#$%^&* I Love error and debuging is my hobby. ======== -----Original Message----- From: linux-delhi-owner@lists.linux-india.org [mailto:linux-delhi-owner@lists.linux-india.org]On Behalf Of Lokesh Bhog Sent: Friday, September 08, 2000 4:37 PM To: linux-delhi@lists.linux-india.org Subject: Re: [linux-delhi] two password for root. How can your root have two passwords? can you send the output of the following command: ie the passwd file cat /etc/passwd --- masood khan wrote: > Hi, > can u write both passwords??????? > > > > From: "anuj" > Reply-To: linux-delhi@lists.linux-india.org > To: > Subject: [linux-delhi] two password for root. > Date: Fri, 8 Sep 2000 15:25:36 +0530 > > Hi all, > I am using RH6.2. > My 'root' has two passwords. > Why this is happening? > Waiting your valuable guidance ... > Anuj > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at > http://www.hotmail.com. > > Share information about yourself, create your own > public profile at > http://profiles.msn.com. > > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ ------------------------------------------------ An alpha version of a web based tool to manage your subscription with this mailing list is at http://lists.linux-india.org/cgi-bin/mj_wwwusr From linux-delhi-owner@lists.linux-india.org Sat Sep 9 00:39:25 2000 Received: from hotmail.com (oe12.law8.hotmail.com [216.33.240.116]) by www.aunet.org (Postfix) with ESMTP id C46BA4A139 for ; Sat, 9 Sep 2000 00:39:23 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 9 Sep 2000 00:36:57 -0700 X-Originating-IP: [203.197.216.162] From: "Sanjeev Kulshreshtha" To: References: <20000907084504.28546.qmail@web1705.mail.yahoo.com> Subject: Re: meet Date: Sat, 9 Sep 2000 13:03:25 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-OriginalArrivalTime: 09 Sep 2000 07:36:57.0335 (UTC) FILETIME=[BB879070:01C01A30] X-Archive-Number: 200009/126 Hi the meeting is scheduled at 11.00 hrs is it on saturday or sunday It is still not clear. If it is sat then time has passed away. If it is sunday then should notify to all Kulshreshtha New Delhi ----- Original Message ----- From: "Pankaj kaushal" To: Sent: Thursday, September 07, 2000 2:15 PM Subject: [linux-delhi] meet > Guys > > It seems asif and vipul have a problem > But evreything is arranged so i think we should go > ahead and have this meeting > > Starting at 11 am > Guidelines : > Add: > CSDS new Building > 29 Rajpur Road > > Close to the old civil lines transport authority > > Best way to come > Get on Ring road and come towards ISBT > turn into where DRDO is keep movin towards > or Ask for IP colledge(Inderprasth) > [its a chick only colledge] > turn left on Under Hill Road > keep movin till you get to > old civil lines transport authority > then turn left again you are on rajpur road > > If on BUS > catch a mudrika and get down at IP colledge > bus stop and follow th instruction > > Bye > Pankaj > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi > From linux-delhi-owner@lists.linux-india.org Sat Sep 9 00:46:02 2000 Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.3]) by www.aunet.org (Postfix) with ESMTP id 5FCD149F1E for ; Sat, 9 Sep 2000 00:45:56 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id NAA25781 for ; Sat, 9 Sep 2000 13:12:59 -0500 (GMT) Message-ID: <002301c01a30$daac4810$8200000a@aclindia.com> From: "Ambar Roy" To: References: Subject: Re: two password for root. Date: Sat, 9 Sep 2000 13:07:48 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/127 > Passwrds : incontrol909,incontroldb > OK, IS there any number of charater limeit? there is an 8 character limit on passwords which use crypt (in yr case)!!!!!!!! if u wan't to use longer passwords, then configure red-hat to use md5 passwords!!! theoritically md5 passwords can be of any length!!!! Bye, /\ |\/| |3 /\ r From linux-delhi-owner@lists.linux-india.org Sat Sep 9 01:59:26 2000 Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by www.aunet.org (Postfix) with ESMTP id 399E04A103 for ; Sat, 9 Sep 2000 01:59:21 -0700 (PDT) Received: from ntserver ([203.94.247.116]) by glitch.crosswinds.net (8.9.3/8.9.3) with SMTP id EAA35929 for ; Sat, 9 Sep 2000 04:56:41 -0400 (EDT) (envelope-from amitsoni@softhome.net) Message-ID: <015401c01a64$3b39a820$030811ac@ntserver> From: "AMIT SONI" To: References: <002301c01a30$daac4810$8200000a@aclindia.com> Subject: Re: two password for root. Date: Sat, 9 Sep 2000 14:45:06 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/128 > > Passwrds : incontrol909,incontroldb > > OK, IS there any number of charater limeit? > there is an 8 character limit on passwords which use crypt (in yr > case)!!!!!!!! if u wan't to use longer passwords, then configure red-hat to > use md5 passwords!!! theoritically md5 passwords can be of any length!!!! doesnt Red hat use MD5 hash by default ? and wats used by mandrake ? From linux-delhi-owner@lists.linux-india.org Sat Sep 9 02:26:00 2000 Received: from delcluster1.vsnl.net.in (del3.vsnl.net.in [202.54.96.3]) by www.aunet.org (Postfix) with ESMTP id DBA3C4A012 for ; Sat, 9 Sep 2000 02:25:49 -0700 (PDT) Received: from AMBAR (xyz@d2552.pppdel.vsnl.net.in [203.197.192.197]) by delcluster1.vsnl.net.in (8.9.2/8.9.2) with SMTP id OAA08892 for ; Sat, 9 Sep 2000 14:52:46 -0500 (GMT) Message-ID: <006f01c01a3e$ca9faad0$8200000a@aclindia.com> From: "Ambar Roy" To: References: <002301c01a30$daac4810$8200000a@aclindia.com> <015401c01a64$3b39a820$030811ac@ntserver> Subject: Re: two password for root. Date: Sat, 9 Sep 2000 14:47:34 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/129 > > > Passwrds : incontrol909,incontroldb > > > OK, IS there any number of charater limeit? > > there is an 8 character limit on passwords which use crypt (in yr > > case)!!!!!!!! if u wan't to use longer passwords, then configure red-hat > to > > use md5 passwords!!! theoritically md5 passwords can be of any length!!!! > > doesnt Red hat use MD5 hash by default ? > and wats used by mandrake ? rh 6.2 and 6.1 shud be using md5 by default!!! and so shud be mandrake!!!!, thiugh rh install gives an option of not using shadow and md5!!!!! Bye, /\ |\/| |3 /\ r From linux-delhi-owner@lists.linux-india.org Sat Sep 9 03:41:45 2000 Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by www.aunet.org (Postfix) with ESMTP id 583CA4A015 for ; Sat, 9 Sep 2000 03:41:40 -0700 (PDT) Received: from ntserver ([203.94.248.62]) by glitch.crosswinds.net (8.9.3/8.9.3) with SMTP id GAA11701 for ; Sat, 9 Sep 2000 06:38:15 -0400 (EDT) (envelope-from amitsoni@softhome.net) Message-ID: <01c801c01a72$85fa2110$030811ac@ntserver> From: "AMIT SONI" To: References: <20000907084504.28546.qmail@web1705.mail.yahoo.com> Subject: Re: meet Date: Sat, 9 Sep 2000 16:19:06 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/130 As seen this isnt a very good way of deciding the meets I suggest that the LUG webmaster setup a page displaying the meet details and posting just the URL to the list(which is NOT to be replied by anyone) and if any finds the place/time etc inconvenient then talk to the host directly...rather than confusing the whole lot. we already have a poll thing...thanx to someone(i forgot the name) so lets use it... you could put any 3 time/date options there which are comfortable for the host. and then the majority choses the time/date. BTW I still dunno about the meet. :(( is it on sunday 11:00 ??? From linux-delhi-owner@lists.linux-india.org Sat Sep 9 08:42:41 2000 Received: from web3705.mail.yahoo.com (web3705.mail.yahoo.com [204.71.203.134]) by www.aunet.org (Postfix) with SMTP id 1B43C4A094 for ; Sat, 9 Sep 2000 00:31:39 -0700 (PDT) Message-ID: <20000909072912.17318.qmail@web3705.mail.yahoo.com> Received: from [216.6.88.34] by web3705.mail.yahoo.com; Sat, 09 Sep 2000 00:29:12 PDT Date: Sat, 9 Sep 2000 00:29:12 -0700 (PDT) From: Suman Saraf Reply-To: suman@linux-delhi.org Subject: RE: two password for root. To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/131 By default there is a limit on the number of characters and that is 8 ! --- anuj wrote: > Hi, > > >How can your root have two passwords? can you send > the > >output of the following command: ie the passwd file > > >cat /etc/passwd > I have already send the o/p of this file. > >>--- masood khan > wrote: > >> Hi, > >> can u write both passwords??????? > I am using 'Red Hat Linux release 6.2 (Zoot)'. > USER NAME : root > Passwrds : incontrol909,incontroldb > OK, IS there any number of charater limeit? > > Cherries, > Anuj > Anuj@in-control.de > > *~!@#$%^&* I Love error and debuging is my hobby. > ======== > > > -----Original Message----- > From: linux-delhi-owner@lists.linux-india.org > [mailto:linux-delhi-owner@lists.linux-india.org]On > Behalf Of Lokesh Bhog > Sent: Friday, September 08, 2000 4:37 PM > To: linux-delhi@lists.linux-india.org > Subject: Re: [linux-delhi] two password for root. > > > How can your root have two passwords? can you send > the > output of the following command: ie the passwd file > > cat /etc/passwd > --- masood khan wrote: > > Hi, > > can u write both passwords??????? > > > > > > > > From: "anuj" > > Reply-To: linux-delhi@lists.linux-india.org > > To: > > Subject: [linux-delhi] two password for root. > > Date: Fri, 8 Sep 2000 15:25:36 +0530 > > > > Hi all, > > I am using RH6.2. > > My 'root' has two passwords. > > Why this is happening? > > Waiting your valuable guidance ... > > Anuj > > > > ------------------------------------------------ > > The mailing list archives are available at > > > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi > > > > > _________________________________________________________________________ > > Get Your Private, Free E-mail from MSN Hotmail at > > http://www.hotmail.com. > > > > Share information about yourself, create your own > > public profile at > > http://profiles.msn.com. > > > > > > ------------------------------------------------ > > The mailing list archives are available at > > > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from > anywhere! > http://mail.yahoo.com/ > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr > > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr > > > __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Sat Sep 9 17:29:01 2000 Received: from ganwaar.com (unknown [203.94.251.174]) by www.aunet.org (Postfix) with ESMTP id 1BFBE4A0FB for ; Sat, 9 Sep 2000 17:28:56 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id FAA01407; Sun, 10 Sep 2000 05:56:15 +0530 Message-Id: <200009100026.FAA01407@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Sun Sep 10 05:56:15 IST 2000 Subject: [ADMIN] Suspended list subscriptions Reply-To: Raju Mathur X-Archive-Number: 200009/132 Suspended the following addresses for a week due to bounces: lsetia@giasdla.vsnl.net.in If you feel that your e-mail address has been suspended by mistake, please send the following message to mailto:majordomo2@lists.linux-india.org : set linux-delhi nomail-return end Please send a message to raju@linux-delhi.org if you have any further questions. From linux-delhi-owner@lists.linux-india.org Sat Sep 9 17:30:34 2000 Received: from ganwaar.com (unknown [203.94.251.174]) by www.aunet.org (Postfix) with ESMTP id 347C54A0FB for ; Sat, 9 Sep 2000 17:30:29 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id FAA01441; Sun, 10 Sep 2000 05:57:57 +0530 Message-Id: <200009100027.FAA01441@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Sun Sep 10 05:57:57 IST 2000 Subject: [ADMIN] Suspended list subscriptions Reply-To: Raju Mathur X-Archive-Number: 200009/133 Suspended the following addresses for a week due to bounces: utrans@satyam.net.in If you feel that your e-mail address has been suspended by mistake, please send the following message to mailto:majordomo2@lists.linux-india.org : set linux-delhi nomail-return end Please send a message to raju@linux-delhi.org if you have any further questions. From linux-delhi-owner@lists.linux-india.org Sat Sep 9 17:53:29 2000 Received: from ganwaar.com (unknown [203.94.251.174]) by www.aunet.org (Postfix) with ESMTP id 58C4B4A11A for ; Sat, 9 Sep 2000 17:34:33 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id GAA01584; Sun, 10 Sep 2000 06:01:58 +0530 Message-Id: <200009100031.GAA01584@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Sun Sep 10 06:01:58 IST 2000 Subject: [ADMIN] Suspended list subscriptions Reply-To: Raju Mathur X-Archive-Number: 200009/134 Suspended the following addresses for a week due to bounces: linux_ussl@123india.com If you feel that your e-mail address has been suspended by mistake, please send the following message to mailto:majordomo2@lists.linux-india.org : set linux-delhi nomail-return end Please send a message to raju@linux-delhi.org if you have any further questions. From linux-delhi-owner@lists.linux-india.org Sun Sep 10 08:03:21 2000 Received: from web3201.mail.yahoo.com (web3201.mail.yahoo.com [204.71.202.198]) by www.aunet.org (Postfix) with SMTP id BB3044A049 for ; Sun, 10 Sep 2000 08:03:19 -0700 (PDT) Message-ID: <20000910150047.21447.qmail@web3201.mail.yahoo.com> Received: from [203.197.208.17] by web3201.mail.yahoo.com; Sun, 10 Sep 2000 08:00:47 PDT Date: Sun, 10 Sep 2000 08:00:47 -0700 (PDT) From: manish sharma Subject: Thanks to all who responded To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/135 hi all, This is a bit late but still better late than never. right! so here goes: Thanks to G.Palaniappan, Jaswinder S. Kohli, Mridul Jain, Ambar Roy, Anuj, Sanjay Gupta, and last but not the least Amit (he even took out time to give me a call and even dropped by to give me the CD's). Boy! was that quick! I feel so privileged to be in the company of such expert and friendly people. Wish I could be of some use to TheList ! Now Mridul, yes I can wait for some time coz I'd like to get my hands on the Oracle8i. Please drop a line when you do get it. Thanx Anuj, the link you sent was a real gold mine. Mr Palaniappan, Thanks for your offer. I have got Mandrake7.0 for now but I will surely come over someday to give you the trouble! Hope you will not mind. Thanks Jaswinder, I might need something else from you, like FreeBSD. Can I give you a call for that too? Regards --|\/| /\ /\/ / _/`` |-| __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Sun Sep 10 08:17:01 2000 Received: from web3201.mail.yahoo.com (web3201.mail.yahoo.com [204.71.202.198]) by www.aunet.org (Postfix) with SMTP id F3C864A0DC for ; Sun, 10 Sep 2000 08:16:57 -0700 (PDT) Message-ID: <20000910151426.22194.qmail@web3201.mail.yahoo.com> Received: from [203.197.208.17] by web3201.mail.yahoo.com; Sun, 10 Sep 2000 08:14:26 PDT Date: Sun, 10 Sep 2000 08:14:26 -0700 (PDT) From: manish sharma Subject: is it piracy?? To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/136 hi all, I recently posted a call for Oracle & Mandrake to which I also received this: >Nice to hear from you. But I am sorry to inform you >that we do not >encorage software piracy. >We are Oracle Program Partner and if you really want >it. We can sell it >to you. The cost of 5 user license >is around 25K . You can place the order with us In I wonder if copying something which is distributed freely and which is not going to be used for commercial purposes can/should be called piracy? I am not so sure. The only point I think I need to take care of is that I do not violate the attached license(which I think does not(?) restrict copying). What do you guys think? Regards --|\/| /\ /\/ / _/~~ |-| __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Sun Sep 10 21:31:30 2000 Received: from ganwaar.com (unknown [203.94.251.152]) by www.aunet.org (Postfix) with ESMTP id D99D34A029; Sun, 10 Sep 2000 21:29:03 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id JAA01912; Mon, 11 Sep 2000 09:55:56 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14780.24275.770258.725071@localhost.localdomain> Date: Mon, 11 Sep 2000 09:55:55 +0530 (IST) To: Cc: Arun Sharma , linux-delhi@lists.linux-india.org, li-reg@lists.linux-india.org Subject: Re: IT.COM In-Reply-To: <200009070949.AA314704188@cmil.com> References: <200009070949.AA314704188@cmil.com> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/137 Hi KK, Please consider this an endorsement of Arun's earlier message(s) regarding ILUG-Bangalore's interfacing for IT.COM by ILUG-Delhi. I'm CC'ing this message to our list so that no black holes of information remain. Thanks for the continuing support for Linux in India. Regards, -- Raju >>>>> "KK" == Krishna Kumar <" > writes: KK> Dear Arun, KK> First of all, thanks for the flexibility and the confidence. KK> We would gladly accept ILUG Bangalore as representing Linux KK> India, till such time that Linux India discusses and finalises KK> its charter, etc. We do appreciate that that could take time. KK> That said, some minor issues still remain, but they can easily KK> be resolved, now that we have taken this significant step KK> forward. KK> The first is that ILUG Bangalore is as yet not a legal KK> body. So, can ILUG -Bangalore register itself fast? You could KK> do a not -for profit society registration. KK> I believe that ILUG-Bangalore has some apprehensions about KK> registering now, thinking that the Linux community would see KK> this in the wrong light as they could be seen as jumping the KK> registration gun. If you and /or (but preferably and) Thaths KK> ask them to do this, while the LI registration is pending, KK> then that could be handled. The process should not take more KK> than a week. I would be happy to help if required (in my KK> personal capacity, given my previous experience with the KK> Cooperative movement) KK> In my original letter, I had raised the issue of factions, et KK> al. Your mail also has some prominent LUGs missing in KK> endorsing this idea. Delhi, Trivandrum,Cochin (I may seem to KK> be partial to Kerala, but then I come from that part of the KK> country ;-)) and Pune come to mind immediately. KK> Your CCing your message to the lists should cover this KK> problem. KK> But, since we cannot monitor the discussions in all the KK> regional lists, and to avoid possible claims of not being KK> involved, of being short circuited, etc, may I suggest that KK> that the Coordinators from each representative LUG email their KK> own ILUG mailing lists, cc to me and you, stating that this KK> nomination is being made for IT.COM, as LI is not formally KK> structured and registered, and that such a nomination is KK> acceptable. (The fact that the li-reg list is a private list KK> and that all LUG members don't actually know what is being KK> discussed there also weighs in my suggesting this small but KK> important step). KK> I know that this is a long letter, and hope you do not get the KK> impression that I am trying to be difficult. PCQ just wants to KK> ensure that all parties get a fair deal, and are protected KK> from accusations or complications ( like we faced last year KK> when it came to accounting for the expenses) later on. KK> I assume that you will be addressing these minor issues and am KK> restarting the IT.COM process here at PCQ. Could you please KK> identify the coordinator of ILUG-Bangalore ( is that Jessica KK> or is it Biju Chacko or is it someone else? Perhaps they will KK> elect / appoint a new person, once they register KK> themselves). I now need to get in touch with this person. KK> PCQ has tried to be a propagator of Linux in India for many KK> years now - nothing would please us more than being able to KK> continue this role at IT.COM 2000. KK> Once again, thanks for all the help and for understanding and KK> acomodating our dilema. KK> Regards kkkg KK> -------------------- KK> At 03:22 AM 9/7/00, Arun Sharma wrote: Dear KK, KK> It has been brought to our attention that IT.COM is an KK> important event and it would be a shame to lose this KK> opportunity to highlight Linux in such a high profile trade KK> show. KK> We are currently in the second week of a four week schedule to KK> figure out the charter and the administrative details of Linux KK> India on our mailing list. However, we do appreciate the KK> urgency of the matter. We also understand the difficulties you KK> have in justifying the expenses incurred on a local LUG. KK> Therefore, we propose that you (PCQ) consider ILUG Bangalore KK> as the authorised organisation to handle all matters relating KK> to IT.com on behalf of Linux India for this year. We hope KK> that Linux-India will have much to contribute to the Linux KK> presence at IT.com from 2001 onwards. KK> This was passed by an overwhelming majority on the Linux India KK> registration mailing list. KK> Signed by: KK> Arun Sharma Sudhakar "Thaths" Chandrasekharan KK> K. Dakshinamurthy G. Sagar - ILUG Bombay Vaibhav Sharma - ILUG KK> Indore Gurunandan Bhat - ILUG Goa Girish Kamath - ILUG KK> Mangalore Biju Chako - ILUG Bangalore Prabhu Ramachandran - KK> ILUG Chennai Naheed Vora - ILUG Ahmedabad Nikhil - ILUG KK> Hyderabad From linux-delhi-owner@lists.linux-india.org Sun Sep 10 21:58:34 2000 Received: from calvin.dfuture.com (unknown [202.56.229.39]) by www.aunet.org (Postfix) with ESMTP id E72194A133 for ; Sun, 10 Sep 2000 21:58:27 -0700 (PDT) Subject: Re: is it piracy?? To: linux-delhi@lists.linux-india.org X-Mailer: Lotus Notes Release 5.0a (Intl) 4 May 1999 From: "Amit Tripuraneni" Date: Mon, 11 Sep 2000 10:33:56 +0530 Message-ID: X-MIMETrack: Serialize by Router on Calvin/DFI(Release 5.0.3 (Intl)|21 March 2000) at 09/11/2000 10:34:07 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Archive-Number: 200009/138 Hi manish!!!! Ur mail was a good one - don't know who mailed it to u but doesn't the 'ORACLE partner' know that there is a place called Nehru Place in Delhi where one can get pirated versions of ORACLE for WINDOWS - if they can do nothing to stop it, then why should they try to raise piracy issues on a Linux group... Moreover since it is not for commercial use but for educational purposes, they should not be having any such objections. What I see here is that the 'Partner' is trying to achieve his sales target... And if ORACLE is so prone to stopping piracy, why don't they give out evaluation versions to all Linux User Group Members - so that they can judge the software as well as learn it..... Maybe the rules & regualtions will not allow it but I don't see the harm in loading the software onto their system - more so bcoz the prices are prohibitive- who will shell out 25k when u can get the same thing for 2.5 k....It is their headache how they try to combat piracy & definitely not urs.... And the 'partner' must understand that LUG is a forum for learning & forwarding the moment of LINUX - he shouldnot confuse his loyalty towards his organisation with his becoming a monitoring authority for ORACLE on the LUG.. Amit manish sharma To: linux-delhi@lists.linux-india.org Sent by: cc: linux-delhi-owner@lists.linux Subject: [linux-delhi] is it piracy?? -india.org 09/10/00 08:44 PM Please respond to linux-delhi hi all, I recently posted a call for Oracle & Mandrake to which I also received this: >Nice to hear from you. But I am sorry to inform you >that we do not >encorage software piracy. >We are Oracle Program Partner and if you really want >it. We can sell it >to you. The cost of 5 user license >is around 25K . You can place the order with us In I wonder if copying something which is distributed freely and which is not going to be used for commercial purposes can/should be called piracy? I am not so sure. The only point I think I need to take care of is that I do not violate the attached license(which I think does not(?) restrict copying). What do you guys think? Regards --|\/| /\ /\/ / _/~~ |-| __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ ------------------------------------------------ The mailing list archives are available at http://lists.linux-india.org/cgi-bin/wilma/linux-delhi From linux-delhi-owner@lists.linux-india.org Sun Sep 10 22:17:05 2000 Received: from giasdl01.vsnl.net.in (giasdl01.vsnl.net.in [202.54.15.1]) by www.aunet.org (Postfix) with ESMTP id 3E7114A09E for ; Sun, 10 Sep 2000 22:16:59 -0700 (PDT) Received: from main.dsf ([203.197.196.155]) by giasdl01.vsnl.net.in (8.9.2/8.9.2) with ESMTP id KAA27595 for ; Mon, 11 Sep 2000 10:47:00 +0500 (GMT+0500) Received: from dsfinternet.com (IDENT:yash@proxy.dsf [192.168.1.5]) by main.dsf (8.9.3/8.9.3) with ESMTP id KAA22441 for ; Mon, 11 Sep 2000 10:42:22 +0530 Message-ID: <39BC6A66.28E12F8A@dsfinternet.com> Date: Mon, 11 Sep 2000 10:45:18 +0530 From: yash Organization: dsf X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-12 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: changed meeting plan resulted to frustration Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/139 Hi all, All of sudden changes to the meeting plans creates great inconvenience for the others, so please be very confirmed before giving the final date to DLUG meeting. We were about 10 people at 29 ,Rajpura road on Sunday. Attending a ILUG meeting become a great frustration for us specially to those who were from Faridabad ,Gurgaon etc. I hope next time it will not be very uncertain. -- Yash Nagar System Administrator DSF Internet Services mail: yash@dsfinternet.com nagar@mantramail.com ------------------------------------------------------------------ SEE YOU AT INDIA INTERNET WORLD 2000, Sept 27-29 Stall No. 404-405 Hall No. 11 Pragati Maidan New Delhi , India From linux-delhi-owner@lists.linux-india.org Mon Sep 11 00:23:21 2000 Received: from giasdl01.vsnl.net.in (giasdl01.vsnl.net.in [202.54.15.1]) by www.aunet.org (Postfix) with ESMTP id 2378D4A0AF for ; Mon, 11 Sep 2000 00:23:17 -0700 (PDT) Received: from vsnl.com ([203.197.222.164]) by giasdl01.vsnl.net.in (8.9.2/8.9.2) with ESMTP id MAA11535 for ; Mon, 11 Sep 2000 12:53:14 +0500 (GMT+0500) Message-ID: <39BC8991.F2A0B056@vsnl.com> Date: Mon, 11 Sep 2000 12:58:18 +0530 From: "G. Palaniappan" Reply-To: palani@giasdl01.vsnl.net.in Organization: Videsh Sanchar Nigam Limited X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: is it piracy?? References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Archive-Number: 200009/140 When you can go to the Oracle web site, register yourself and order for a free copy of Oracle 8i Release 2 (8.1.6) on linux with the 'Oracle WebDB' companion kit, I do not understand where is the question of piracy.  I tried to download the same (around 288 MB) but could not do.  I will try later and if I could download the gzip file, I will let you know. G. Palaniappan Amit Tripuraneni wrote: > Hi manish!!!! > Ur mail was a good one - don't know who mailed it to u but doesn't the > 'ORACLE partner' know that there is a place called Nehru Place in Delhi > where one can get pirated versions of ORACLE for WINDOWS - if they can do > nothing to stop it, then why should they try to raise piracy issues on a > Linux group... > > Moreover since it is not for commercial use but for educational purposes, > they should not be having any such objections. What I see here is that the > 'Partner' is trying to achieve his sales target... And if ORACLE is so > prone to stopping piracy, why don't they give out evaluation versions to > all Linux User Group Members - so that they can judge the software as well > as learn it..... > > Maybe the rules & regualtions will not allow it but I don't see the harm in > loading the software onto their system - more so bcoz the prices are > prohibitive- who will shell out 25k when u can get the same thing for 2.5 > k....It is their headache how they try to combat piracy & definitely not > urs.... > > And the 'partner' must understand that LUG is a forum for learning & > forwarding the moment of LINUX - he shouldnot confuse his loyalty towards > his organisation with his becoming a monitoring authority for ORACLE on the > LUG.. > > Amit >   > >                     manish sharma >                                To:     linux-delhi@lists.linux-india.org >                     Sent by:                             cc: >                     linux-delhi-owner@lists.linux        Subject:     [linux-delhi] is it piracy?? >                     -india.org >   > >                     09/10/00 08:44 PM >                     Please respond to linux-delhi >   >   > > hi all, > > I recently posted a call for Oracle & Mandrake to > which I also received this: > > >Nice to hear from you. But I am sorry to inform you > >that we do not > >encorage software piracy. > >We are Oracle Program Partner and if you really want > >it. We can sell it > >to you. The cost of 5 user license > >is around 25K . You can place the order with us In > > I wonder if copying something which is distributed > freely and which is not going to be used for > commercial purposes can/should be called piracy? I am > not so sure. The only point I think I need to take > care of is that I do not violate the attached > license(which I think does not(?) restrict copying). > > What do you guys think? > > Regards > --|\/| /\ /\/ / _/~~ |-| > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr -- ========================================================================== G. Palaniappan Senior General Manager Videsh Sanchar Nigam Limited Videsh Sanchar Bhavan New Delhi - 110 001, India Tel: +91(11)340 5970 (Business)      +91(11)680 5210 (Home) Fax: +91(11)340 5978 VSNL Home Page: http://www.vsnl.net.in                 http://web.vsnl.net.in ==========================================================================   From linux-delhi-owner@lists.linux-india.org Mon Sep 11 03:12:46 2000 Received: from del1.mantraonline.com (del1.mantraonline.com [202.56.230.1]) by www.aunet.org (Postfix) with ESMTP id 28D984A02F for ; Mon, 11 Sep 2000 03:12:41 -0700 (PDT) Received: from vipul ([203.197.205.69]) by del1.mantraonline.com (Netscape Messaging Server 4.1) with SMTP id G0PVOB03.CD9 for ; Mon, 11 Sep 2000 04:57:47 -0500 Message-ID: <001901c01bd8$979b5800$45cdc5cb@vipul> Reply-To: "Vipul Mathur" From: "Vipul Mathur" To: References: <39BC6A66.28E12F8A@dsfinternet.com> Subject: Re: changed meeting plan resulted to frustration Date: Mon, 11 Sep 2000 15:40:35 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/141 yash wrote: > Hi all, > All of sudden changes to the meeting plans creates great > inconvenience for the others, so please > be very confirmed before giving the final date to DLUG meeting. We were > about 10 people at 29 ,Rajpura road on > Sunday. Attending a ILUG meeting become a great frustration for us > specially to those who were > from Faridabad ,Gurgaon etc. I hope next time it will not be very > uncertain. well whats done is done.. could someone please post the minutes (or atleast a summary) of what happened at the meet? Cheerio! -- Vipul Mathur ,_, (O,O) http://www.vipulonline.com/ ( ) The Geek shall inherit the earth.-Linus 5:5 -------------------------"-"---------------------------------------------- Killing time injures eternity. From linux-delhi-owner@lists.linux-india.org Mon Sep 11 07:13:06 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id C6F3F4A04A for ; Mon, 11 Sep 2000 07:12:11 -0700 (PDT) Received: from linux-delhi.org by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id TAA0000018845; Mon, 11 Sep 2000 19:37:19 +0530 (IST) Message-ID: <39BCDE58.EB03B7A@linux-delhi.org> Date: Mon, 11 Sep 2000 19:30:00 +0600 From: Neil X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-12 i586) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Returned mail: Service unavailable References: <200009110718.MAA0000000139@delhi1.mtnl.net.in> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/142 Mail Delivery Subsystem wrote: > The original message was received at Mon, 11 Sep 2000 12:47:46 +0530 (IST) > from IDENT:root@[203.94.247.120] > > ----- The following addresses had permanent fatal errors ----- > > > ----- Transcript of session follows ----- > ... while talking to mc2.law5.hotmail.com.: > >>> MAIL From: SIZE=1403 > <<< 554 Transaction failed > 554 ... Service unavailable > > ------------------------------------------------------------------------ > Reporting-MTA: dns; delhi1.mtnl.net.in > Received-From-MTA: dns; [203.94.247.120] > Arrival-Date: Mon, 11 Sep 2000 12:47:46 +0530 (IST) > > Final-Recipient: rfc822; linux_delhi@hotmail.com > Action: failed > Status: 5.0.0 > Remote-MTA: dns; mc2.law5.hotmail.com > Diagnostic-Code: smtp; 554 Transaction failed > Last-Attempt-Date: Mon, 11 Sep 2000 12:48:31 +0530 (IST) > > ------------------------------------------------------------------------ > > Subject: Re: [linux-delhi] help! > Date: Mon, 11 Sep 2000 12:40:14 +0600 > From: Neil > To: chetan dutta > References: > > > Hi Neil, > > > > and hi 2 u and all... i am finally out of the mtnl-less age.... > my fone lines to all digital nos(mtnl internet service..., mantra) were down > due to the mtnl strike... and so now i am finally online!!!! > yippee!!!! > > > > > thanx for your help, pleaseeeee....... mail me the algo. > > > > well there is actually nothing much! > all u gotta go is let va_lists take your floats in the form of char*'s .... > then when actually using those values... all u gotta do is convert them using > "variable=atof(va_arg value);" > then variable has the value previously saved as ascii, in float form.... > > > > > i want to set up a dial in server, so that my friends could dial in to > > my machine. i know mgetty is used for this purpose but don't know how, > > also i want to allocate them ip address dynamically. > > actually... why dont u just use minicom.... and if u want to use ppp, just > configure pppd properly and start it after the connection is established! > it does all the authentication etc... and after that u hav a ppp connection > between the two computers.... > its not the most advanced formula... but its simple and it gets the job done. > > > ...have to say pleaseeeeeeee....... for this also? > > > > absolutely not! > > > > > btw have any idea a'out next meet? > > buddy... it just passed us by! From linux-delhi-owner@lists.linux-india.org Mon Sep 11 10:30:26 2000 Received: from milano.teknema.com (milano.teknema.com [206.204.22.2]) by www.aunet.org (Postfix) with ESMTP id 57BCC4A026 for ; Mon, 11 Sep 2000 10:30:23 -0700 (PDT) Received: from quake.teknema.com (quake.m.teknema.com [206.204.22.44]) by milano.teknema.com (8.9.3/8.9.3) with ESMTP id KAA13375 for ; Mon, 11 Sep 2000 10:28:10 -0700 Received: from localhost (anmol@localhost) by quake.teknema.com (8.9.3/8.9.3) with ESMTP id JAA08682 for ; Mon, 11 Sep 2000 09:28:42 -0700 X-Authentication-Warning: quake.teknema.com: anmol owned process doing -bs Date: Mon, 11 Sep 2000 09:28:42 -0700 (PDT) From: Anmol Khirbat To: linux-delhi@lists.linux-india.org Subject: cvs revert? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/143 Hi I need to undo changes on a huge bunch of files. Is there an easy way to do this? bye :) Anmol From linux-delhi-owner@lists.linux-india.org Mon Sep 11 10:45:29 2000 Received: from del1.mantraonline.com (del1.mantraonline.com [202.56.230.1]) by www.aunet.org (Postfix) with ESMTP id 62D9C49F62 for ; Mon, 11 Sep 2000 10:45:19 -0700 (PDT) Received: from vipul ([203.197.205.16]) by del1.mantraonline.com (Netscape Messaging Server 4.1) with SMTP id G0QGML02.QIT; Mon, 11 Sep 2000 12:30:21 -0500 Message-ID: <000a01c01c17$cfefd200$10cdc5cb@vipul> Reply-To: "Vipul Mathur" From: "Vipul Mathur" To: "Mrinal Kalakrishnan" Cc: "Linux-Delhi" References: <002001c01bd9$9b50f080$45cdc5cb@vipul> <20000911162612.A22953@india.com> Subject: Re: SETI@home Date: Mon, 11 Sep 2000 23:13:32 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/144 Mrinal Kalakrishnan wrote: > Hi, > > Vipul Mathur typed: > > I just happend to note that you are averaging about 12hrs per work unit. > > I'm curious, can you tell me what hardware config you are using? I use a > > PIII 700MHz system with 64MB ram and average 16 hrs per unit!! > > This is an absolute shock to me, and will be to you as well. This is > the configuration of my system: Celeron 300A (no overclocking), 64Mb > of RAM. :-) > > I don't understand how your performance could be so low!! > > You *are* using the linux client right? > Cheers.. > > Mrinal Kalakrishnan http://mrinal.dhs.org/ Yes I'm shocked, and yes I am using the i686-pc-linux-gnulibc1-static client. I'm cc'ing to list so that someone can hopefully shed some light on this. Raju, Neil what do you ppl have to say about this?? Could the members pf Linux-India (SETI@home group) please post their system config, client version and average hours per work unit (on the mentioned hardware) to this list? Cheerio! -- Vipul Mathur ,_, (O,O) http://www.vipulonline.com/ ( ) The Geek shall inherit the earth.-Linus 5:5 -------------------------"-"---------------------------------------------- From linux-delhi-owner@lists.linux-india.org Mon Sep 11 12:37:03 2000 Received: from srijan.net (unknown [203.197.226.145]) by www.aunet.org (Postfix) with ESMTP id 47F9F4A02D for ; Mon, 11 Sep 2000 12:36:57 -0700 (PDT) Received: from localhost (sunny@localhost) by srijan.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id AAA01175; Tue, 12 Sep 2000 00:35:10 +0530 X-Authentication-Warning: srijan.net: sunny owned process doing -bs Date: Tue, 12 Sep 2000 00:35:10 +0530 (IST) From: Sundeep Holani To: Vipul Mathur Cc: Linux - Delhi Subject: Re: changed meeting plan resulted to frustration In-Reply-To: <001901c01bd8$979b5800$45cdc5cb@vipul> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/145 On Mon, 11 Sep 2000, Vipul Mathur wrote: >> All of sudden changes to the meeting plans creates great >> inconvenience for the others, so please >> be very confirmed before giving the final date to DLUG meeting. We were What? I thought there shouldnt have been much ambiguity, since explicit announcements were made about the change of date. The original announcement was made on monday, and revised on the next day.. and the meeting was on saturday. Me thinks thats reasonable enough. Anyhow, i guess Pankaj's final announcement had no details about what day it was finally happening on, so apologies anyway for the goof-up. Next meeting onwards, www.linux-delhi.org will remain the authoritative source of information. Bug me, and CC to Raju, if the website is not up-to-date. >> about 10 people at 29 ,Rajpura road on >> Sunday. Attending a ILUG meeting become a great frustration for us Cool!!! What frustration? No one owns Linux-Delhi, so if you were there, you were Linux-Delhi. Nice meeting, I hope you had. Since the saturday meet was infact the August meeting, I guess the Sunday one was the September meet. Good going, folks... a nice meet you had, I hope ;-) Why doesnt someone send me the minutes so I can put it up on the site? ;-) >> specially to those who were >> from Faridabad ,Gurgaon etc. I hope next time it will not be very >> uncertain. Hmm. Apologies for the inconvenience caused. We'll take care to make [ADMIN] announcements of the meetings, next time onwards. >well whats done is done.. could someone please post the minutes (or atleast >a summary) of what happened at the meet? Hmm, thats for me to do. I'll be writing the minutes for the website, will float them on to the list too. Gimme a couple of days. Regards, -- Sundeep. From linux-delhi-owner@lists.linux-india.org Mon Sep 11 12:37:12 2000 Received: from srijan.net (unknown [203.197.226.145]) by www.aunet.org (Postfix) with ESMTP id 451294A02E for ; Mon, 11 Sep 2000 12:37:04 -0700 (PDT) Received: from localhost (sunny@localhost) by srijan.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id AAA01121; Tue, 12 Sep 2000 00:13:13 +0530 X-Authentication-Warning: srijan.net: sunny owned process doing -bs Date: Tue, 12 Sep 2000 00:13:13 +0530 (IST) From: Sundeep Holani To: Vipul Mathur Cc: Mrinal Kalakrishnan , Linux-Delhi Subject: Re: Re: SETI@home In-Reply-To: <000a01c01c17$cfefd200$10cdc5cb@vipul> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/146 >Could the members pf Linux-India (SETI@home group) please post their system >config, client version and average hours per work unit (on the mentioned >hardware) to this list? Hmm, on my celeron466 with 64 megs, i average around eight and a half hours per unit on an idle machine.. and 10, if i insist on playing my mp3s all the time :-). Usually, for a the client running at nice 0, and me using my computer as i do, it averages 9 odd hours for a workunit. Cool, eh? ;-) Regards, -- Sundeep. From linux-delhi-owner@lists.linux-india.org Mon Sep 11 13:06:42 2000 Received: from del1.mantraonline.com (del1.mantraonline.com [202.56.230.1]) by www.aunet.org (Postfix) with ESMTP id C966C49F61 for ; Mon, 11 Sep 2000 13:06:37 -0700 (PDT) Received: from rags ([202.56.226.144]) by del1.mantraonline.com (Netscape Messaging Server 4.1) with SMTP id G0QN6700.DJ0 for ; Mon, 11 Sep 2000 14:51:43 -0500 Message-ID: <000001c01c8f$d1bd0260$90e238ca@rags> From: "dhawanrags" To: References: <20000910151426.22194.qmail@web3201.mail.yahoo.com> Subject: Re: is it piracy?? Date: Mon, 11 Sep 2000 11:18:41 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Archive-Number: 200009/147 Dear Manish my name is Rakesh and as far as i think and have discussed with teachers and friends there is no restriction on making and distributing copies of free software unless it has been specifically mentioned in the license agreement. I live in Sarita Vihar (south delhi) , whats u'r location. Am 21 yrs old and have just started out with linux. I have recently installed Red Hat 6.0. I was trying to create a second user apart from the root. But even after having successfully creating the second user, linux keeps giving me a warning message "Please create a new user as the root will not stop u from corrupting u'r system...." whenever i login as root. Can u help me to get rid of this warning message. By the way what version and distribution of linux are u running. Mail me at: dhawanrags@mantraonline.com ----- Original Message ----- From: manish sharma To: Sent: Sunday, September 10, 2000 8:44 PM Subject: [linux-delhi] is it piracy?? > hi all, > > I recently posted a call for Oracle & Mandrake to > which I also received this: > > >Nice to hear from you. But I am sorry to inform you > >that we do not > >encorage software piracy. > >We are Oracle Program Partner and if you really want > >it. We can sell it > >to you. The cost of 5 user license > >is around 25K . You can place the order with us In > > I wonder if copying something which is distributed > freely and which is not going to be used for > commercial purposes can/should be called piracy? I am > not so sure. The only point I think I need to take > care of is that I do not violate the attached > license(which I think does not(?) restrict copying). > > What do you guys think? > > Regards > --|\/| /\ /\/ / _/~~ |-| > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi From linux-delhi-owner@lists.linux-india.org Mon Sep 11 19:40:12 2000 Received: from ganwaar.com (unknown [203.94.251.154]) by www.aunet.org (Postfix) with ESMTP id 5926E4A037; Mon, 11 Sep 2000 19:39:58 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id IAA01616; Tue, 12 Sep 2000 08:07:17 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14781.38621.466433.490825@localhost.localdomain> Date: Tue, 12 Sep 2000 08:07:17 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) [SECURITY] New version of xpdf released X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/148 [Please upgrade xpdf, whatever your distribution; this message has Debian updates, updates for other distributions are available from the distribution makers -- Raju] [Cleaning up the headers a bit more since many people have complained. I've removed all Received-by and Delivered-to headers -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Approved-By: aleph1@SECURITYFOCUS.COM X-Debian: PGP check passed for security officers Priority: urgent X-Mailing-List: archive/latest/122 X-Loop: debian-security-announce@lists.debian.org Precedence: list Message-ID: Reply-To: security@debian.org Comments: Resent-From: debian-security-announce@lists.debian.org Comments: Originally-From: Wichert Akkerman From: debian-security-announce@LISTS.DEBIAN.ORG Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: [SECURITY] New version of xpdf released Date: Sun, 10 Sep 2000 06:27:23 -0700 -----BEGIN PGP SIGNED MESSAGE----- - ------------------------------------------------------------------------ Debian Security Advisory security@debian.org http://www.debian.org/security/ Wichert Akkerman September 10, 2000 - ------------------------------------------------------------------------ Package : xpdf Problem type : local exploit Debian-specific: no xpdf as distributed in Debian GNU/Linux 2.2 suffered from two problems: 1. creation of temporary files was not done safely which made xpdf vulnerable to a symlink attack. 2. when handling URLs in documents no checking was done for shell metacharacters before starting the browser. This makes it possible to construct a document which cause xpdf to run arbitrary commands when the user views an URL. Both problems have been fixed in version 0.90-7, and we recommend you upgrade your xpdf package immediately. wget url will fetch the file for you dpkg -i file.deb will install the referenced file. Debian GNU/Linux 2.2 alias potato - --------------------------------- Potato was released for the alpha, arm, i386, m68k, powerpc and sparc architectures. At this moment no fixed package is available for arm machines. Source archives: http://security.debian.org/dists/stable/updates/main/source/xpdf_0.90-7.diff.gz MD5 checksum: e9b2584ea9dda178ed1a63771aa7019f http://security.debian.org/dists/stable/updates/main/source/xpdf_0.90-7.dsc MD5 checksum: 332ca1d9970dda5808538793bd3e346d http://security.debian.org/dists/stable/updates/main/source/xpdf_0.90.orig.tar.gz MD5 checksum: a7678b64713a466279b61c28ba01134b Alpha architecture: http://security.debian.org/dists/stable/updates/main/binary-alpha/xpdf_0.90-7_alpha.deb MD5 checksum: cb4cf0761c5b5ae53c5fdbc84ef2b76d Intel ia32 architecture: http://security.debian.org/dists/stable/updates/main/binary-i386/xpdf_0.90-7_i386.deb MD5 checksum: 9c8379176a3af032d1e6ec96e084c0d4 Motorola 680x0 architecture: http://security.debian.org/dists/stable/updates/main/binary-m68k/xpdf_0.90-7_m68k.deb MD5 checksum: 9a1d4b46ef498bee595a028d96ff6ba4 PowerPC architecture: http://security.debian.org/dists/stable/updates/main/binary-powerpc/xpdf_0.90-7_powerpc.deb MD5 checksum: 489a06b7961873c2482e28108133d065 Sun Sparc architecture: http://security.debian.org/dists/stable/updates/main/binary-sparc/xpdf_0.90-7_sparc.deb MD5 checksum: 46d1781a7d21f8ffb02137ebf22f20de These files will be moved into ftp://ftp.debian.org/debian/dists/stable/*/binary-$arch/ soon. For not yet released architectures please refer to the appropriate directory ftp://ftp.debian.org/debian/dists/sid/binary-$arch/ . - ---------------------------------------------------------------------------- For apt-get: deb http://security.debian.org/ stable updates For dpkg-ftp: ftp://security.debian.org/debian-security dists/stable/updates Mailing list: debian-security-announce@lists.debian.org - -- - ---------------------------------------------------------------------------- For apt-get: deb http://security.debian.org/ stable updates For dpkg-ftp: ftp://security.debian.org/debian-security dists/stable/updates Mailing list: debian-security-announce@lists.debian.org -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBObuLHajZR/ntlUftAQHgJwL/U1MmS29NHJHgrI6aBhBvTqM0wOKfbJVG cZadGyREEz3Gwu6ckmQi2SQiCzK4YtTptQBo/ID38eNojp56Qkf0G45bt1OaxCBy Fd+lDzrVnPzy37mEc4eQTy/jRaH2EucA =ZMId -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-security-announce-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Mon Sep 11 20:27:04 2000 Received: from ganwaar.com (unknown [203.94.251.154]) by www.aunet.org (Postfix) with ESMTP id 892F94A09E for ; Mon, 11 Sep 2000 20:26:55 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id IAA03583; Tue, 12 Sep 2000 08:54:14 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14781.41438.97875.619641@localhost.localdomain> Date: Tue, 12 Sep 2000 08:54:14 +0530 (IST) To: "Linux-Delhi" Subject: Re: SETI@home In-Reply-To: <000a01c01c17$cfefd200$10cdc5cb@vipul> References: <002001c01bd9$9b50f080$45cdc5cb@vipul> <20000911162612.A22953@india.com> <000a01c01c17$cfefd200$10cdc5cb@vipul> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/149 My PIII/550, 512KB cache, 128MB RAM does a work unit in approx. 8 hours if left undisturbed. Look at secondary cache -- that makes a big difference in the processing speed. cat /proc/cpuinfo Client is: setiathome-2.4.i386-pc-linux-gnu-gnulibc2.1 -- Raju >>>>> "Vipul" == Vipul Mathur writes: Vipul> Mrinal Kalakrishnan wrote: >> Hi, >> >> Vipul Mathur typed: > I just happend to note that you are >> averaging about 12hrs per work unit. > I'm curious, can you >> tell me what hardware config you are using? I use a > PIII >> 700MHz system with 64MB ram and average 16 hrs per unit!! >> >> This is an absolute shock to me, and will be to you as >> well. This is the configuration of my system: Celeron 300A (no >> overclocking), 64Mb of RAM. :-) >> >> I don't understand how your performance could be so low!! >> >> You *are* using the linux client right? Cheers.. >> >> Mrinal Kalakrishnan http://mrinal.dhs.org/ Vipul> Yes I'm shocked, and yes I am using the Vipul> i686-pc-linux-gnulibc1-static client. Vipul> I'm cc'ing to list so that someone can hopefully shed some Vipul> light on this. Raju, Neil what do you ppl have to say Vipul> about this?? Vipul> Could the members pf Linux-India (SETI@home group) please Vipul> post their system config, client version and average hours Vipul> per work unit (on the mentioned hardware) to this list? Vipul> Cheerio! From linux-delhi-owner@lists.linux-india.org Mon Sep 11 20:41:58 2000 Received: from ganwaar.com (unknown [203.94.251.154]) by www.aunet.org (Postfix) with ESMTP id 601B34A02B for ; Mon, 11 Sep 2000 19:36:32 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id IAA01309; Tue, 12 Sep 2000 08:03:52 +0530 Message-Id: <200009120233.IAA01309@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Tue Sep 12 08:03:52 IST 2000 Subject: [ADMIN] Unsubscribed users Reply-To: Raju Mathur X-Archive-Number: 200009/150 Unsubscribed the following addresses from the list due to recurring bounces: lsetia@giasdla.vsnl.net.in If you feel that your e-mail address has been unsubscribed by mistake, please send a message to raju@linux-delhi.org. From linux-delhi-owner@lists.linux-india.org Mon Sep 11 20:42:16 2000 Received: from ganwaar.com (unknown [203.94.251.154]) by www.aunet.org (Postfix) with ESMTP id 0E4004A03D for ; Mon, 11 Sep 2000 20:02:28 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id IAA03001; Tue, 12 Sep 2000 08:29:45 +0530 Message-Id: <200009120259.IAA03001@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Tue Sep 12 08:29:44 IST 2000 Subject: [ADMIN] Unsubscribed users Reply-To: Raju Mathur X-Archive-Number: 200009/151 Unsubscribed the following addresses from the list due to recurring bounces: utrans@satyam.net.in If you feel that your e-mail address has been unsubscribed by mistake, please send a message to raju@linux-delhi.org. From linux-delhi-owner@lists.linux-india.org Mon Sep 11 20:42:29 2000 Received: from ganwaar.com (unknown [203.94.251.154]) by www.aunet.org (Postfix) with ESMTP id 0B6FC4A05C for ; Mon, 11 Sep 2000 20:13:36 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id IAA03290 for linux-delhi@lists.linux-india.org; Tue, 12 Sep 2000 08:40:54 +0530 Resent-From: Raju Mathur Resent-Message-ID: <14781.40637.349676.145622@localhost.localdomain> Resent-Date: Tue, 12 Sep 2000 08:40:53 +0530 (IST) Resent-To: linux-delhi@lists.linux-india.org X-POP3-Rcpt: raju@biznetindia.com Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII From: Atul Chitnis To: lug-coordinators@linux-india.org Date: Mon, 11 Sep 2000 15:30:40 +0530 (IST) X-Archive-Number: 200009/152 Dear LUG Coordinator, Greetings from the Bangalore LUG! As you are probably aware of by now, India's premier IT event - Bangalore IT.COM 2000, will again have a big Linux Community presence, just as it did last year. Because of the logistics involved, the Bangalore LUG has been requested by the Linux community (the LUGs of India) to represent them at this event. This is a Linux community participation (the BLUG is only a facilitator and executor, just as we were last year). We would like to solicit your LUG's involvement in this event. We have started a separate mailing list for discussing details about IT.COM, for two reasons: - to avoid cluttering up this list or the LIH/LIG lists - to allow other LUGs to participate in the discussions without having to subscribe to the Bangalore list or LIH/LIG. This list is linux-at-itcom@egroups.com and details are at http://www.egroups.com/group/linux-at-itcom Anyone who is interested in being involved in these discussions, please subscribe ASAP. We expect discussions to start sometime tomorrow (Tuesday). The list is public in nature, so everyone can watch the discussions via the web (http://www.egroups.com/messages/linux-at-itcom), but to post, you need to subscribe to it. To keep track of various things (status, proposals, features, accounts, etc.) as well as for providing a place to put digital photos, descriptions, reports, etc., we have started a website http://itcom.linux-india.org There is nothing there yet, but there will be, soon. Suggestions are welcome. We would *really* appreciate it if the members of your LUG would participate both in the discussions as well as (if possible) at the event itself. You advice and suggestions will be what will help us build the Linux Community presence at this event. Please circulate this note on your mailing list so that we can have the involvement of as many people as possible from your LUG. Thanks in advance, and see you in the mailing list and (hopefully) at IT.COM! Regards, Atul -- -------------------------------------------------------- Atul Chitnis | achitnis@exocore.com (PGP:6011BCB8) Exocore Consulting | http://www.exocore.com Bangalore, India | +91(80)3440397 Fax +91(80)3341137 -------------------------------------------------------- From linux-delhi-owner@lists.linux-india.org Mon Sep 11 21:48:11 2000 Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.68.130]) by www.aunet.org (Postfix) with SMTP id 4978E4A403 for ; Mon, 11 Sep 2000 21:48:02 -0700 (PDT) Received: from unknown (HELO default) (203.197.224.31) by smtp1.mail.yahoo.com with SMTP; 12 Sep 2000 04:45:21 -0000 X-Apparently-From: Message-ID: <001f01c01c47$f34adf80$1fe0c5cb@default> From: "Gaddam Srikrishan" To: "Linux - Delhi" Subject: Microsoft Linux Date: Tue, 12 Sep 2000 04:58:03 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/153 Hi LUG Delhi, I think every member in LUG should check this site. http://www.mslinux.org/ Srikrishan _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Mon Sep 11 22:57:16 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 37D184A031 for ; Mon, 11 Sep 2000 22:57:01 -0700 (PDT) Received: from squadc7 by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id LAA0000015495; Tue, 12 Sep 2000 11:22:45 +0530 (IST) Message-Id: <200009120552.LAA0000015495@delhi1.mtnl.net.in> X-Sender: squad@mail2.mtnl.net.in X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Tue, 12 Sep 2000 11:28:33 +0000 To: linux-delhi@lists.linux-india.org From: Squad Research Subject: Re: Microsoft Linux In-Reply-To: <001f01c01c47$f34adf80$1fe0c5cb@default> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Archive-Number: 200009/154 Tried this site yesterday & today. Couldn't connect. Is this a hoax ? At 04:58 AM 9/12/00 +0530, you wrote: >Hi LUG Delhi, > >I think every member in LUG should >check this site. >http://www.mslinux.org/ > >Srikrishan > > >_________________________________________________________ >Do You Yahoo!? >Get your free @yahoo.com address at http://mail.yahoo.com > > >------------------------------------------------ >An alpha version of a web based tool to manage >your subscription with this mailing list is at >http://lists.linux-india.org/cgi-bin/mj_wwwusr > Arun Sinha Squad Research C-7, Main Market, Vasant Vihar New Delhi - 110-057 Tele : 614-3021; 614-9972 email : squad@bol.net.in http://www.lookupdelhi.com From linux-delhi-owner@lists.linux-india.org Mon Sep 11 23:03:48 2000 Received: from butthead.crano.com (unknown [203.144.97.105]) by www.aunet.org (Postfix) with ESMTP id 195F14A035 for ; Mon, 11 Sep 2000 23:03:45 -0700 (PDT) Received: from ankz.imaginix.net by crano.com with SMTP (MDaemon.v3.0.3.R) for ; Tue, 12 Sep 2000 11:40:58 +0530 Message-Id: <4.3.1.2.20000912112126.02e1f958@192.168.1.5> X-Sender: ankz@203.197.236.154 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Tue, 12 Sep 2000 11:22:23 +0530 To: linux-delhi@lists.linux-india.org From: Ankur Rohatgi Subject: Re: Microsoft Linux In-Reply-To: <200009120552.LAA0000015495@delhi1.mtnl.net.in> References: <001f01c01c47$f34adf80$1fe0c5cb@default> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-MDaemon-Deliver-To: linux-delhi@lists.linux-india.org X-Return-Path: ankur@imaginix.net X-MDRcpt-To: linux-delhi@lists.linux-india.org Reply-To: ankur@imaginix.net X-Archive-Number: 200009/155 Works fine , tried it right now . Nice spoof on the microsoft site , some quotes from there : "They want me to be a whore!" -- Linus Torvalds. "He doesn't scare me as much as he scares others." -- Richard Stallman "Jesus Christ, who are these people?" -- Bill Gates "I don't remember agreeing to that." -- Janet Reno - Ankur. At 04:58 PM 9/12/2000, you wrote: >Tried this site yesterday & today. Couldn't connect. Is this a hoax ? From linux-delhi-owner@lists.linux-india.org Mon Sep 11 23:48:58 2000 Received: from nh.newgen.co.in (unknown [203.197.220.26]) by www.aunet.org (Postfix) with ESMTP id C66C94A1DB for ; Mon, 11 Sep 2000 23:39:54 -0700 (PDT) Received: from newgen.co.in (IDENT:root@[192.168.5.12]) by nh.newgen.co.in (8.9.3/8.8.7) with ESMTP id MAA04294 for ; Tue, 12 Sep 2000 12:02:46 +0530 Message-ID: <39BDCF37.AC160074@newgen.co.in> Date: Tue, 12 Sep 2000 12:07:43 +0530 From: Himanshu Gupta Reply-To: himanshug@newgen.co.in Organization: Newgen Softwares X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-12 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Any other browser References: <001f01c01c47$f34adf80$1fe0c5cb@default> <4.3.1.2.20000912112126.02e1f958@192.168.1.5> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/156 Hi alll, suggest me which is better web browser than netscape that can be used for surfing only... regards Himanshu From linux-delhi-owner@lists.linux-india.org Tue Sep 12 04:12:45 2000 Received: from www0q.netaddress.usa.net (www0q.netaddress.usa.net [204.68.24.46]) by www.aunet.org (Postfix) with SMTP id 76B0C4A029 for ; Tue, 12 Sep 2000 04:12:40 -0700 (PDT) Received: (qmail 19653 invoked by uid 60001); 12 Sep 2000 11:10:00 -0000 Message-ID: <20000912111000.19652.qmail@www0q.netaddress.usa.net> Received: from 204.68.24.46 by www0q for [207.46.71.10] via web-mailer(34FM.0700.4.03) on Tue Sep 12 11:10:00 GMT 2000 Date: 12 Sep 00 16:40:00 IST From: Ashish Arora To: linux-delhi@lists.linux-india.org Subject: Re: [Re: Microsoft Linux] X-Mailer: USANET web-mailer (34FM.0700.4.03) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Archive-Number: 200009/157 This site is not a hoax but a Joke...=20 I am able to connect to it... very humorous articles Ashish Squad Research wrote: > Tried this site yesterday & today. Couldn't connect. Is this a hoax ? >=20 >=20 > At 04:58 AM 9/12/00 +0530, you wrote: > >Hi LUG Delhi, > > > >I think every member in LUG should > >check this site. > >http://www.mslinux.org/ > > > >Srikrishan > > > > > >_________________________________________________________ > >Do You Yahoo!? > >Get your free @yahoo.com address at http://mail.yahoo.com > > > > > >------------------------------------------------ > >An alpha version of a web based tool to manage > >your subscription with this mailing list is at > >http://lists.linux-india.org/cgi-bin/mj_wwwusr > >=20 > Arun Sinha > Squad Research > C-7, Main Market, Vasant Vihar > New Delhi - 110-057 > Tele : 614-3021; 614-9972 > email : squad@bol.net.in > http://www.lookupdelhi.com >=20 > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D1 From linux-delhi-owner@lists.linux-india.org Tue Sep 12 07:23:41 2000 Received: from web904.mail.yahoo.com (web904.mail.yahoo.com [128.11.23.79]) by www.aunet.org (Postfix) with SMTP id 0B5974A039 for ; Mon, 11 Sep 2000 21:54:15 -0700 (PDT) Received: (qmail 23229 invoked by uid 60001); 12 Sep 2000 04:51:36 -0000 Message-ID: <20000912045136.23228.qmail@web904.mail.yahoo.com> Received: from [202.42.135.87] by web904.mail.yahoo.com; Mon, 11 Sep 2000 21:51:36 PDT Date: Mon, 11 Sep 2000 21:51:36 -0700 (PDT) From: Ajit Ranade Subject: Free Software Company (fwd) To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1194953865-968734296=:21090" X-Archive-Number: 200009/158 --0-1194953865-968734296=:21090 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ --0-1194953865-968734296=:21090 Content-Type: message/rfc822 X-POP3-Rcpt: akr@biznetindia.com Received: from danube.river-valley.com (IDENT:root@[210.212.246.118]) by biznetindia.com (8.9.3/8.9.3) with ESMTP id XAA29927 for ; Mon, 11 Sep 2000 23:50:41 -0400 Received: from narmada.river-valley.com (root@narmada.river-valley.com [192.168.1.202]) by danube.river-valley.com (8.8.7/8.8.7) with ESMTP id JAA03084; Tue, 12 Sep 2000 09:11:05 +0530 Received: (from mail@localhost) by narmada.river-valley.com (8.9.3/8.8.7) id JAA01024; Tue, 12 Sep 2000 09:03:26 +0530 X-Authentication-Warning: narmada.river-valley.com: mail set sender to owner-tuglist@river-valley.com using -f Date: Tue, 12 Sep 2000 09:03:16 +0530 (IST) From: Radhakrishnan C V To: TUGIndia Mailing List Subject: [tuglist] Free Software Company Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-tuglist@river-valley.com Precedence: bulk Reply-To: tuglist@river-valley.com Content-Length: 5821 I hope most of you might have heard about Richard M. Stallman (RMS) and the Free Software Foundation (FSF), especially those aligned with TeX are no doubt allies of the free software movement ignited by RMS. An intense discussion is going on at freedevelopers@topica.com for the formation of a Free Software Company entirely owned by the free developers world wide (we expect 100,000 developers) to safeguard the moral, social and ethical foundations on which FSF was built up, to provide appropriate monetary compensation and quality life to a free software developer he deserves in all the fairness and to fight the merciless commerce of the proprietary software corporates. These being the primary objectives, RMS and Tony Stanco (an associate of RMS, who moderates the list) describe it in the following way: 1. Proprietary code is the enemy. It must be destroyed for developers and the world to be free. Open source is an ally. 2. Developers can be paid salaries and/or stock options to work on free code without violating the core principles of free code. 3. Mergers and acquisitions of proprietary companies are not objectionable in defeating proprietary. 4. A company of free developers, by free developers, for free developers is an acceptable vehicle to achieve the ends of free code. 5. A requirement in the certificate of incorporation that all code owned by the company is licensed under GPL or other tying to FSF is appropriate to ensure that the core principles of free software are observed going forward and to protect from slipping back to proprietary. 6. A democratic, free developer run corporation does not require special safeguards to protect ordinary world citizens. As one of the developing nations, in India where automation has just started, Free Software Company and FSF have plenty of implications. 1. In the first place, our poor economy cant afford to the fancy prices of proprietary software (maybe due to the foriegn exchange conversion magic). 2. Free Software can meet any objective, functionality that is claimed by the proprietary. 3. The huge man power resources generated in each and every place of higher academic learning in this country get a chance to contribute to the free software movement, while he earns a substantially increased income comparable to his counterpart in any proprietary corporate, as an employee of the proposed company. The discussions tend to provide the standard wages in India as in any part of the world. That will surely solve the disturbing problems of migration in many an Indian family. 4. There are plenty of requirement for software in this country for meeting its target of total automation for which each and every government or other agencies stand for today. Free software can meet their objectives on sound moral, ethical and social foundations than any other proprietary corporate. A Case Study: ------------ The Govt. of Kerala has formed an IT mission to automate the 1000 and odd Gram Panchayats of this state. It is a massive and aggressive project to bring details of all the citizens of this state into a huge database, each Panchayat becoming a resource center for the government and at the same time act as the information exchange medium between the public and the government. This is an ideal project for the free software movement. The government have earmarked around Rs. 8 lakhs per Panchayat for using proprietary software and related development as initial investment and Rs. 1.5 lakh as annual recurring expenses. While this came as a proposal, the Linux Users and TeX Users Groups came forward to negotiate with the government to do the project at a cost of Rs. 1 lakh per Panchyat as initial expenses and near nothing as recurring expenses. But we were turned down, just because, we were considered to be a group of free thinkers, whom no responsible government can rely upon. Had there been a corporate entity with FSF objectives to compete with the proprietary agencies, the public exchecquer would have saved millions of rupees, the developers in this or neighbouring states would have got employment. Still the project is not finalized due to the media stir we raised and the seminars of users groups wherein the government nominees were special invitees. To make matters difficult for the government, the Cochin Linux Users Group came up with a viable, stable, functional software model which the political bureaucracy cannot overlook or deny. The final decision was postponed and still lingering. That means we have not lost the race, the global Free Software Company can still fight it out once it is formally incorporated. Tens of thousands of projects are in the offing which we all can undertake. This is the case in many other countries world wide. There are a quite a number of posts in the freedevelopers list similar to this from West European countries. Therefore, if you believe in the non-exploitative future of this land and the world at large and if you believe in the objectives of free software movement, you are always welcome to make the Free Software Company a reality. It requires the developer in you, not for free, but for a standard compensation as in any other proprietary corporate. Why don't you subscribe to the discussions by sending a mail to: freedevelopers-subscribe@topica.com with a word `subscribe' in the subject line? You are not alone, but you are going to meet/associate with some of the greatest minds of this era in this movement. And remember, Free Software Company is going to be the greatest event in the history of Internet and India should have its fare representation and share. Comments are welcome. -- Radhakrishnan --0-1194953865-968734296=:21090-- From linux-delhi-owner@lists.linux-india.org Tue Sep 12 12:05:10 2000 Received: from del1.mantraonline.com (del1.mantraonline.com [202.56.230.1]) by www.aunet.org (Postfix) with ESMTP id 823464A036 for ; Tue, 12 Sep 2000 12:05:05 -0700 (PDT) Received: from vipul ([203.197.231.232]) by del1.mantraonline.com (Netscape Messaging Server 4.1) with SMTP id G0SEZH00.U8R; Tue, 12 Sep 2000 13:50:05 -0500 Message-ID: <001301c01cec$1d2816c0$e8e7c5cb@vipul> Reply-To: "Vipul Mathur" From: "Vipul Mathur" To: Cc: "Linux-Delhi" References: <002001c01bd9$9b50f080$45cdc5cb@vipul><20000911162612.A22953@india.com><000a01c01c17$cfefd200$10cdc5cb@vipul> <14781.41438.97875.619641@localhost.localdomain> Subject: Re: Re: SETI@home Date: Wed, 13 Sep 2000 00:33:10 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/159 Raju Mathur wrote: > My PIII/550, 512KB cache, 128MB RAM does a work unit in approx. 8 > hours if left undisturbed. Look at secondary cache -- that makes a > big difference in the processing speed. cat /proc/cpuinfo > > Client is: setiathome-2.4.i386-pc-linux-gnu-gnulibc2.1 > > -- Raju I have a PIII 700 MHz Coppermine processor with 256 KB Full speed Advanced Transfer Cache (ATC). Isn't this supposed to perform better that 512K half-speed cache?? Anywahy, Mrinal is running on a Celeron... think of the cache factor for that?? Oddly enough, even if I run two simultaneous clients (from separate directories of course) I get the same 16 hrs per work unit !!! Now I'm even more surprised!! Anyone with an explanation?? Cheerio! -- Vipul Mathur ,_, (O,O) http://www.vipulonline.com/ ( ) The Geek shall inherit the earth.-Linus 5:5 -------------------------"-"---------------------------------------------- When all else fails, read the docs. > >>>>> "Vipul" == Vipul Mathur writes: > > Vipul> Mrinal Kalakrishnan wrote: > >> Hi, > >> > >> Vipul Mathur typed: > I just happend to note that you are > >> averaging about 12hrs per work unit. > I'm curious, can you > >> tell me what hardware config you are using? I use a > PIII > >> 700MHz system with 64MB ram and average 16 hrs per unit!! > >> > >> This is an absolute shock to me, and will be to you as > >> well. This is the configuration of my system: Celeron 300A (no > >> overclocking), 64Mb of RAM. :-) > >> > >> I don't understand how your performance could be so low!! > >> > >> You *are* using the linux client right? Cheers.. > >> > >> Mrinal Kalakrishnan http://mrinal.dhs.org/ > > Vipul> Yes I'm shocked, and yes I am using the > Vipul> i686-pc-linux-gnulibc1-static client. > > Vipul> I'm cc'ing to list so that someone can hopefully shed some > Vipul> light on this. Raju, Neil what do you ppl have to say > Vipul> about this?? > > Vipul> Could the members pf Linux-India (SETI@home group) please > Vipul> post their system config, client version and average hours > Vipul> per work unit (on the mentioned hardware) to this list? > > Vipul> Cheerio! From linux-delhi-owner@lists.linux-india.org Tue Sep 12 21:39:22 2000 Received: from ganwaar.com (unknown [203.94.254.181]) by www.aunet.org (Postfix) with ESMTP id 262EB4A137 for ; Tue, 12 Sep 2000 21:38:35 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id KAA02501; Wed, 13 Sep 2000 10:05:44 +0530 Message-Id: <200009130435.KAA02501@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Wed Sep 13 10:05:44 IST 2000 Subject: [ADMIN] Suspended list subscriptions Reply-To: Raju Mathur X-Archive-Number: 200009/160 Suspended the following addresses for a week due to bounces: balaji@dfuture.com Amit@dfuture.com If you feel that your e-mail address has been suspended by mistake, please send the following message to mailto:majordomo2@lists.linux-india.org : set linux-delhi nomail-return end Please send a message to raju@linux-delhi.org if you have any further questions. From linux-delhi-owner@lists.linux-india.org Tue Sep 12 22:26:19 2000 Received: from web4704.mail.yahoo.com (web4704.mail.yahoo.com [216.115.105.204]) by www.aunet.org (Postfix) with SMTP id D083D4A264 for ; Tue, 12 Sep 2000 22:26:17 -0700 (PDT) Message-ID: <20000913052332.19166.qmail@web4704.mail.yahoo.com> Received: from [203.94.247.66] by web4704.mail.yahoo.com; Tue, 12 Sep 2000 22:23:32 PDT Date: Tue, 12 Sep 2000 22:23:32 -0700 (PDT) From: Harish Kumar Subject: Re: [ADMIN] Suspended list subscriptions To: Raju Mathur , linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/161 I 'm not clear what you mean to say about 'Email address has been Suspended'. What does it mean ....Pls. clear me.. As i had recently joined your mailing list. --- Raju Mathur wrote: > Suspended the following addresses for a week due to > bounces: > > balaji@dfuture.com > Amit@dfuture.com > > If you feel that your e-mail address has been > suspended by mistake, please > send the following message to > mailto:majordomo2@lists.linux-india.org : > > set linux-delhi nomail-return > end > > Please send a message to raju@linux-delhi.org if you > have any further questions. > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Tue Sep 12 22:40:31 2000 Received: from web4701.mail.yahoo.com (web4701.mail.yahoo.com [216.115.105.201]) by www.aunet.org (Postfix) with SMTP id CA0F249F5F for ; Tue, 12 Sep 2000 22:40:30 -0700 (PDT) Message-ID: <20000913053748.10029.qmail@web4701.mail.yahoo.com> Received: from [203.94.242.228] by web4701.mail.yahoo.com; Tue, 12 Sep 2000 22:37:48 PDT Date: Tue, 12 Sep 2000 22:37:48 -0700 (PDT) From: Harish Kumar Subject: My problem. To: raju@linux-delhi.org Cc: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/162 Hi , This is my first mail and i had joined your mailing list recently. I think it will be very helpful to me . I'm handling linux web server.I want to know about the fixing of email problem , I have a question - Ques : Suppose there is a domain say, abc.com in that there are several pop account(email address)say , for eg: test@abc.com . And if I send a test mail to this email address and later on check it, it shows zero messages.That mail neither bounced back nor delivered. Pls. tell me the procedure of fixing the problem such that the mailing start working, by going into which directory and all Or what are the ways of fixing the problem... Waiting for your responce. Thanks, Harish __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Wed Sep 13 03:56:19 2000 Received: from srijan.net (unknown [203.197.204.25]) by www.aunet.org (Postfix) with ESMTP id 9F7CE49F5F for ; Wed, 13 Sep 2000 03:56:12 -0700 (PDT) Received: from localhost (sunny@localhost) by srijan.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA01940 for ; Wed, 13 Sep 2000 16:25:45 +0530 X-Authentication-Warning: srijan.net: sunny owned process doing -bs Date: Wed, 13 Sep 2000 16:25:44 +0530 (IST) From: Sundeep Holani To: Linux - Delhi Subject: August Linux-Delhi meeting, the minutes. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/163 The August meeting for ILUG-Delhi got unduly delayed this time around, and was finally 'gotten done with' in September :-). The last couple of months have been some kind of a sleepy period in Linux-Delhi, which looks to me like the proverbial 'lull before the storm'. 'The great societification' of ILUG-Delhi is now around the corner, and all other activities seem dormant in waiting for that big bang. The August meeting, or the September meeting, whatever you choose to call it, was a low key affair too, with less attendance, no agenda, but as usual -- lots of fun. Here's what happened. The schedule for the meeting was changed a bit this time, to accomodate Raju, who had a busy schedule for Sunday (which is the usual day for the meetings), and whose presence was important by view of the dopes he was to give on the ILUG-Delhi societification, and the fishy^H^H^H^H^Hconfusing Linux-India societification process. That happened, Raju talked about the Linux-Delhi societification, which is now imminent, subject to a couple more signatures and proof-of-residence documents being furnished. The names of the interim designation holders were announced, which are valid till the first General Body Meeting of ILUG-D. Here they are -- President - Raj Mathur. Vice President - Leo Fernandez Treasurer - Kishore Bhargava General Secretary - Sundeep Holani Secretary - Anand Babu. The Linux-India societification however seems to have run into some rough waters, and not much progress seems to have been made on the closed list that was formed for the city LUG representatives, to discuss the details. Apprehensions about the List being closed, however, were removed by Raju who has been very forthcoming and democratic in discussing the matters in the local forum. Kudos! However, the matter of immediate concern was the upcoming IT.COM in Bangalore, in which Linux-India wished to participate, but had run into some sponsorship issues due to the unofficial status of Linux-India currently. ILUG-Bangalore - pertaining to its being physically closest to the venue of IT.COM, its status as a registered society, and its experience in organising similar activities - has been nominated as Linux-India's representative for the event, this proposal was unanimously approved by Linux-Delhi. Next came the techie section. Supreet Sethi proceeded for a talk on TeX/LaTeX, and aided by inputs from Raju, made one heck of a presentation -- considering that he himself had been introduced to TeX just the day before. Next was Raju's impromptu talk about SANs or Storage Area Networks, for the uninitiated. Turned out to be really informative, but I'd rather skip the details. This was supplemented by a brief talk Anand Babu gave on some related topic, most of which went too technical for comfort. Details omitted ;-). Enough for talking, time for eats. Supreet and Pankaj, the two stars of Linux-Delhi had just got a job at SARAI, and they threw a bash at Nirulas. Turned out to be one of the greatest parties we at Linux-Delhi have had. Cheers for our young lads. Thereafter, the crowd dissipated, and went whereever they wanted to go :-). The end of another of the great Linux-Delhi meetings. Special thanks to the SARAI people, and Supreet and Pankaj for providing the venue and infrastructure, and for helping organise the meeting. On an interesting sidenote, there seemed to be some confusion about the changed schedule of the meeting, and a few people turned up the next day at the venue, too. So that was apparently the September meeting ;-). However, this was a result of some miscommunication between people in charge of organising the meeting, and should be avoided in the future. Regards, -- Sundeep. From linux-delhi-owner@lists.linux-india.org Wed Sep 13 03:56:24 2000 Received: from srijan.net (unknown [203.197.204.25]) by www.aunet.org (Postfix) with ESMTP id C4D2249F63 for ; Wed, 13 Sep 2000 03:56:12 -0700 (PDT) Received: from localhost (sunny@localhost) by srijan.net (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id OAA01658 for ; Wed, 13 Sep 2000 14:35:03 +0530 X-Authentication-Warning: srijan.net: sunny owned process doing -bs Date: Wed, 13 Sep 2000 14:35:03 +0530 (IST) From: Sundeep Holani To: Linux - Delhi Subject: Seti@home. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/164 Hi, Lost Vipul's original mail, but anyway. Sounds peculiar to me that two units concurrently take the same time as one unit does alone. Try this, and see if it gives you some insight -- 1) Run just one instance of SETI, and see how much processor utilisation 'top' shows. 2) Run two instances of SETI, and now see how much processor is used by each process. If something's fishy... try for three instances, and generalize. 3) Run SETI at nice = -19, see how much processor time is used, and see how much time a workunit takes to be processed. Maybe all this info will tell you something interesting. Also, do you have the latest client? Static or dynamic? Apart from SETI, do you think the rest of the things work at satisfactory speeds? Compiled any kernels lately? How long did that take? -- Sundeep. From linux-delhi-owner@lists.linux-india.org Wed Sep 13 11:04:32 2000 Received: from hotmail.com (f123.law9.hotmail.com [64.4.9.123]) by www.aunet.org (Postfix) with ESMTP id 990604A2A6 for ; Wed, 13 Sep 2000 11:04:28 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 13 Sep 2000 11:01:43 -0700 Received: from 203.197.226.191 by lw9fd.law9.hotmail.msn.com with HTTP; Wed, 13 Sep 2000 18:01:43 GMT X-Originating-IP: [203.197.226.191] From: "chetan dutta" To: linux-delhi@lists.linux-india.org Subject: Storage Area Networks Date: Wed, 13 Sep 2000 23:31:43 IST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 13 Sep 2000 18:01:43.0521 (UTC) FILETIME=[ACB09D10:01C01DAC] X-Archive-Number: 200009/165 Hi! friends, can anybody please guide me where can i get some info about SANs. bad luck, i missed saturday meet. where can i find some good game dev kit for linux & dos? chetan _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. From linux-delhi-owner@lists.linux-india.org Wed Sep 13 21:29:48 2000 Received: from web6402.mail.yahoo.com (web6402.mail.yahoo.com [128.11.22.150]) by www.aunet.org (Postfix) with SMTP id 6CCDB4A042 for ; Wed, 13 Sep 2000 15:53:05 -0700 (PDT) Message-ID: <20000913221424.16676.qmail@web6402.mail.yahoo.com> Received: from [63.80.240.4] by web6402.mail.yahoo.com; Wed, 13 Sep 2000 15:14:24 PDT Date: Wed, 13 Sep 2000 15:14:24 -0700 (PDT) From: Manoj Sharma Subject: Disk drive. To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/166 sorry for the last mail... I am using a (ATA) Quantum LM Plus Hard drive(30GB) in my system and it is configured as a slave. It is manufactured so as to use both UDMA and also the PIO methods for data transfer. Is there anyway that I can know which method it is using? or how can I configure this device to use only UDMA method!! Help!!!! I am running Redhat 6.2 on this machine. Regards Mauji __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Wed Sep 13 22:01:24 2000 Received: from web4703.mail.yahoo.com (web4703.mail.yahoo.com [216.115.105.203]) by www.aunet.org (Postfix) with SMTP id 2DCCD4A016 for ; Wed, 13 Sep 2000 22:01:18 -0700 (PDT) Message-ID: <20000914045830.19589.qmail@web4703.mail.yahoo.com> Received: from [203.94.251.173] by web4703.mail.yahoo.com; Wed, 13 Sep 2000 21:58:30 PDT Date: Wed, 13 Sep 2000 21:58:30 -0700 (PDT) From: Harish Kumar Subject: Re: Disk drive. To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/167 I'm extremely sorry , I don't have any knowledge regarding this. But if you get the solution to this pls. confirm me as well. Thanks, Harish. --- Manoj Sharma wrote: > sorry for the last mail... > > I am using a (ATA) Quantum LM Plus Hard drive(30GB) > in my system and it is configured as a slave. > It is manufactured so as to use both UDMA and also > the > PIO methods for data transfer. > Is there anyway that I can know which method it is > using? or how can I configure this device to use > only > UDMA method!! > > Help!!!! > I am running Redhat 6.2 on this machine. > > Regards > Mauji > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from > anywhere! > http://mail.yahoo.com/ > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Wed Sep 13 22:23:53 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id B87054A01D for ; Wed, 13 Sep 2000 22:23:33 -0700 (PDT) Received: from linux-delhi.org by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id KAA0000013354; Thu, 14 Sep 2000 10:49:10 +0530 (IST) Message-ID: <39C056F9.98A508A0@linux-delhi.org> Date: Thu, 14 Sep 2000 10:41:29 +0600 From: Neil X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-12 i586) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Storage Area Networks References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/168 chetan dutta wrote: > Hi! friends, > > can anybody please guide me where can i get some info about SANs. > bad luck, i missed saturday meet. > > where can i find some good game dev kit for linux & dos? > > chetan > well, i AFAIK, there are no game dev kits for linux and that is probably one of the reasons why game development /porting is very slow rite now. altho, if u want to take your best shot at finding out, just go to sourceforge.net. if it exhists, it shud be under development there. u also must visit lokigames' website. they are the ppl who r trying to port most of win games to linux. they have some libs out there that shud get you off!!! From linux-delhi-owner@lists.linux-india.org Wed Sep 13 23:25:59 2000 Received: from delfile.trust.del.estart.com (unknown [203.144.96.131]) by www.aunet.org (Postfix) with ESMTP id CACAE4A016 for ; Wed, 13 Sep 2000 23:24:39 -0700 (PDT) Received: from delmail.del.estart.com (delmail.del.estart.com [10.200.1.4]) by delfile.trust.del.estart.com (8.9.3/8.9.3) with SMTP id LAA23539 for ; Thu, 14 Sep 2000 11:51:50 +0530 Received: from AMBAR (dsdel-97-66.del.estart.com [203.144.97.66]) by delmail.del.estart.com (8.9.3/8.9.3) with SMTP id LAA17874 for ; Thu, 14 Sep 2000 11:51:46 +0530 Message-ID: <004801c01e13$47afa840$8200000a@aclindia.com> From: "Ambar Roy" To: References: <20000913221424.16676.qmail@web6402.mail.yahoo.com> Subject: Re: Disk drive. Date: Thu, 14 Sep 2000 11:46:08 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/169 > I am using a (ATA) Quantum LM Plus Hard drive(30GB) > in my system and it is configured as a slave. > It is manufactured so as to use both UDMA and also the > PIO methods for data transfer. > Is there anyway that I can know which method it is > using? or how can I configure this device to use only > UDMA method!! try running hdparm /dev/hda (or whatever yr hdd is) it will show you wether your hdd is running in dma mode!! and do a man hdparm to get a list of all the things that u can do with this program! Bye, /\ |\/| |3 /\ r From linux-delhi-owner@lists.linux-india.org Wed Sep 13 23:28:37 2000 Received: from c008.sfo.cp.net (c008-h009.c008.sfo.cp.net [209.228.14.198]) by www.aunet.org (Postfix) with SMTP id AB2084A27E for ; Wed, 13 Sep 2000 23:28:36 -0700 (PDT) Received: (cpmta 5727 invoked from network); 13 Sep 2000 23:25:49 -0700 Date: 13 Sep 2000 23:25:49 -0700 Message-ID: <20000914062549.5726.cpmta@c008.sfo.cp.net> X-Sent: 14 Sep 2000 06:25:49 GMT Received: from [202.54.14.197] by mail.123india.com with HTTP; 13 Sep 2000 23:25:49 PDT Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: linux-delhi@lists.linux-india.org From: metalmaniac@123india.com X-Mailer: Web Mail 3.7.1.4 Subject: Windoze: it's Personal Now! X-Archive-Number: 200009/170 Hi there, Just wanted to share a small li'l experience with u guys. I started hating windooze long back - it used to hang whenever I used to take some deadly pangas in C/C++ I shifted over to linux and I got hooked. The other day I went to the cafe to chat with my GF. She cam online on ICQ, and went offline immedeately. Then again it hapenned, and again and again... Later I found out that the new state-of-the-art gizmo she had just bought(700Mhz 128 Kb ram and stuff) was getting hung every time she started ICQ due to the screwed up OS she was using - Windoze 98. I spent a 60 bucks in the Cafe that day waiting for her, and then 70 on the phone sice I was dying to talk to her. Now its personal, this thing against Windoze. Let's hear it everyone - Screw Bill Gates! Let God turn loose a thousand red ants up his pants! Bye, Saurabh Nanda. ______________________________________________________ 123India.com - India's Premier Portal Get your Free Email Account at http://www.123india.com From linux-delhi-owner@lists.linux-india.org Wed Sep 13 23:55:45 2000 Received: from deliverator.sgi.com (deliverator.sgi.com [204.94.214.10]) by www.aunet.org (Postfix) with ESMTP id 3BC4A4A30A for ; Wed, 13 Sep 2000 23:55:34 -0700 (PDT) Received: from nodin.corp.sgi.com (fddi-nodin.corp.sgi.com [198.29.75.193]) by deliverator.sgi.com (980309.SGI.8.8.8-aspam-6.2/980310.SGI-aspam) via ESMTP id XAA11314 for <@external-mail-relay.sgi.com:linux-delhi@lists.linux-india.org>; Wed, 13 Sep 2000 23:45:06 -0700 (PDT) mail_from (durga@newdelhi.sgi.com) Received: from sgindia.newdelhi.sgi.com (newdelhi.sgi.com [134.14.90.2]) by nodin.corp.sgi.com (980427.SGI.8.8.8/980728.SGI.AUTOCF) via ESMTP id XAA63316 for <@relay.sgi.com:linux-delhi@lists.linux-india.org>; Wed, 13 Sep 2000 23:52:08 -0700 (PDT) Received: from newdelhi.sgi.com (pratyusha.newdelhi.sgi.com [134.14.90.45]) by sgindia.newdelhi.sgi.com (980427.SGI.8.8.8/980728.SGI.AUTOCF) via ESMTP id MAA55022; Thu, 14 Sep 2000 12:16:39 +0530 (IST) Message-ID: <39A056F1.6EED80DF@newdelhi.sgi.com> Date: Sun, 20 Aug 2000 17:08:50 -0500 From: Durga Prasad Allada X-Mailer: Mozilla 4.61C-SGI [en] (X11; I; IRIX 6.5 IP22) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Storage Area Networks References: <39C056F9.98A508A0@linux-delhi.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/171 Niel, There is a lot of stuff on SAN as a technology and details of many popular SAN products on web.One of the best I find is at www.legato.com wherein you can register for an on-line SAN basics to advanced SAN architecture information and take your own time to access the stuff and learn.. - durga Neil wrote: > chetan dutta wrote: > > > Hi! friends, > > > > can anybody please guide me where can i get some info about SANs. > > bad luck, i missed saturday meet. > > > > where can i find some good game dev kit for linux & dos? > > > > chetan > > > > well, i AFAIK, there are no game dev kits for linux and that is probably one > of the reasons why game development /porting is very slow rite now. altho, > if u want to take your best shot at finding out, just go to sourceforge.net. > if it exhists, it shud be under development there. u also must visit > lokigames' website. they are the ppl who r trying to port most of win games > to linux. they have some libs out there that shud get you off!!! > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr From linux-delhi-owner@lists.linux-india.org Thu Sep 14 03:59:35 2000 Received: from del1.mantraonline.com (del1.mantraonline.com [202.56.230.1]) by www.aunet.org (Postfix) with ESMTP id 154A24A0E5 for ; Thu, 14 Sep 2000 03:59:30 -0700 (PDT) Received: from vipul ([203.197.233.139]) by del1.mantraonline.com (Netscape Messaging Server 4.1) with SMTP id G0VHTW00.3SD; Thu, 14 Sep 2000 05:44:20 -0500 Message-ID: <000b01c01e3a$94672ce0$8be9c5cb@vipul> Reply-To: "Vipul Mathur" From: "Vipul Mathur" To: "Linux-Delhi" Cc: "Sundeep Holani" References: Subject: Re: Seti@home. Date: Thu, 14 Sep 2000 16:27:12 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/172 Sundeep Holani wrote: > Lost Vipul's original mail, but anyway. Sounds peculiar to me that two > units concurrently take the same time as one unit does alone. Try this, > and see if it gives you some insight -- > > 1) Run just one instance of SETI, and see how much processor utilisation > 'top' shows. CPU=99.8% MEM=22.2% > 2) Run two instances of SETI, and now see how much processor is used by > each process. CPU=49.7% to 51% MEM=22.2% for each process (Two Processes running) > If something's fishy... try for three instances, and generalize. CPU=31% to 35% MEM=22.2% for each process (Three Processes Running) > 3) Run SETI at nice = -19, see how much processor time is used, and see > how much time a workunit takes to be processed. Time Taken = 16hr 30min (approx) > Maybe all this info will tell you something interesting. Also, do you have > the latest client? Static or dynamic? I've tried both versions of the latest client. > Apart from SETI, do you think the rest of the things work at satisfactory > speeds? Compiled any kernels lately? How long did that take? > -- Sundeep. A compile of Kernel 2.2.16-3 took 3.5min for make bzimage and 5min for make modules. I have even confirmed with another person having a similar hardware config and the time taken is the same as mine. It seems that SETI@home client does not like the Coppermine processor much. This is indeed quite strange.... Needs further investigation... Cheerio! -- Vipul Mathur ,_, (O,O) http://www.vipulonline.com/ ( ) The Geek shall inherit the earth.-Linus 5:5 -------------------------"-"---------------------------------------------- " #define QUESTION ( (bb) || !(bb) ) " - Shakespeare. From linux-delhi-owner@lists.linux-india.org Thu Sep 14 21:34:16 2000 Received: from nh.newgen.co.in (unknown [203.197.220.25]) by www.aunet.org (Postfix) with ESMTP id 8B94A4A2ED for ; Thu, 14 Sep 2000 21:33:23 -0700 (PDT) Received: from newgen.co.in (IDENT:root@[192.168.5.12]) by nh.newgen.co.in (8.9.3/8.8.7) with ESMTP id JAA06790 for ; Fri, 15 Sep 2000 09:55:18 +0530 Message-ID: <39C1A5E1.351AE4F6@newgen.co.in> Date: Fri, 15 Sep 2000 10:00:25 +0530 From: Himanshu Gupta Reply-To: himanshug@newgen.co.in Organization: Newgen Softwares X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-12 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Smbclient?? References: <20000914045830.19589.qmail@web4703.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/173 Hi all, using smbclient, I can send popup messages to ppl logged in Windows and using winpopup type of protocol. But how can I recieve messages as well. I have set the messg = y and in the [global] section I have even added the message command property but couldn't actually work out..... can any one suggest something in this regard Regards Himanshu From linux-delhi-owner@lists.linux-india.org Thu Sep 14 23:32:52 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id B0DB849F62 for ; Thu, 14 Sep 2000 23:32:46 -0700 (PDT) Received: from linux-delhi.org by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id LAA0000000116; Fri, 15 Sep 2000 11:58:19 +0530 (IST) Message-ID: <39C10512.A052D684@linux-delhi.org> Date: Thu, 14 Sep 2000 23:04:18 +0600 From: Neil X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-12 i586) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Windoze: it's Personal Now! References: <20000914062549.5726.cpmta@c008.sfo.cp.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/174 > Hi there, hi 2 u too!!! > Just wanted to share a small li'l experience with u guys. thankx for thinking us wothy!!!! > I started hating windooze long back it doesnot matter when u started a project... what matters is when u completed it!!!!! > - it used to hang whenever I used to take some deadly pangas in C/C++ isnt that a little stupid!!!! if u takes deadly pangas, even linux will hang!!!! pretty obvious... the correct phrase wud be, whenever i used windows, it hanged!!! > > I shifted over to linux and I got hooked. good 4 u!!! chum! > Let's hear it everyone - Screw Bill Gates! Let God turn loose a thousand red ants up his pants! actually, i hate the guy too, but there is purity in my hate. i hate him for what he stands for, and not what he has acheived, unlike most enthusiasts i actually respect and admire him too. for it was him that has actually brought the desktop to you, and not linus torvalds??? ok??? it is him who has created an empire out of dust, actually, more aptly... silicon... not RMS.... so say all you want about him.. but he is still more intelligent than many of us out here!!!! and so we must not throw shit on him when not deserved!!!! let alone asking GOD to do it!!!, > Saurabh Nanda. Neil From linux-delhi-owner@lists.linux-india.org Fri Sep 15 00:28:27 2000 Received: from nw174.netaddress.usa.net (nw174.netaddress.usa.net [204.68.24.74]) by www.aunet.org (Postfix) with SMTP id 2E7034A09E for ; Fri, 15 Sep 2000 00:28:24 -0700 (PDT) Received: (qmail 14047 invoked by uid 60001); 15 Sep 2000 07:25:32 -0000 Message-ID: <20000915072532.14046.qmail@nw174.netaddress.usa.net> Received: from 204.68.24.74 by nw174 for [203.94.246.237] via web-mailer(34FM.0700.4.03) on Fri Sep 15 07:25:32 GMT 2000 Date: 15 Sep 00 01:25:32 MDT From: Nitin Chandra To: linux-delhi@lists.linux-india.org Subject: SOS COMMERCIAL X-Mailer: USANET web-mailer (34FM.0700.4.03) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Archive-Number: 200009/175 Hi! every body we are Looking for two people residing in NCR who can do application development on Java/ Linux Environment. It is a short term project. understanding of cross platform (Win) will be an advantage. Please mail back your reply / question to me or to richa.tagra@usa.net Thanks=20 Nitin Chandra ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D1 From linux-delhi-owner@lists.linux-india.org Fri Sep 15 02:20:42 2000 Received: from c008.sfo.cp.net (c008-h018.c008.sfo.cp.net [209.228.14.207]) by www.aunet.org (Postfix) with SMTP id 5BDBA4A123 for ; Fri, 15 Sep 2000 02:20:40 -0700 (PDT) Received: (cpmta 2682 invoked from network); 15 Sep 2000 02:17:48 -0700 Date: 15 Sep 2000 02:17:48 -0700 Message-ID: <20000915091748.2681.cpmta@c008.sfo.cp.net> X-Sent: 15 Sep 2000 09:17:48 GMT Received: from [202.54.14.130] by mail.123india.com with HTTP; 15 Sep 2000 02:17:48 PDT Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: linux-delhi@lists.linux-india.org From: metalmaniac@123india.com X-Mailer: Web Mail 3.7.1.4 Subject: programming partners X-Archive-Number: 200009/176 Hey guys/gals (btw any gals out there) I am trying to write a text editor in C for Linux. It'll basically be for writing source code - having all the text colorizing features. The keyword & symbols of any language will be given in config files & thus the editor would be able to colorize source code writen in any language. Any one intersted in teaming up with me???? mail me back. ______________________________________________________ 123India.com - India's Premier Portal Get your Free Email Account at http://www.123india.com From linux-delhi-owner@lists.linux-india.org Fri Sep 15 05:25:28 2000 Received: from hotmail.com (oe36.law8.hotmail.com [216.33.240.93]) by www.aunet.org (Postfix) with ESMTP id 141004A163 for ; Fri, 15 Sep 2000 05:25:25 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 15 Sep 2000 05:22:32 -0700 X-Originating-IP: [203.197.216.162] From: "Sanjeev Kulshreshtha" To: References: <20000915091748.2681.cpmta@c008.sfo.cp.net> Subject: Re: programming partners Date: Fri, 15 Sep 2000 17:48:56 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: X-OriginalArrivalTime: 15 Sep 2000 12:22:32.0656 (UTC) FILETIME=[9F748D00:01C01F0F] X-Archive-Number: 200009/177 Hi I am intrested to work with u. I am new to linux and offcourse not having full comand over c (especially over classes). Well I have mastery over PASCAL 2.0 but that version is too old. But believe me I will make best efforts to do the task as i learnt with experiance and with the help of reference books. Kulshreshtha New Delhi ----- Original Message ----- From: To: Sent: Friday, September 15, 2000 2:47 PM Subject: [linux-delhi] programming partners > Hey guys/gals (btw any gals out there) > I am trying to write a text editor in C for Linux. > It'll basically be for writing source code - having all the text colorizing features. > The keyword & symbols of any language will be given in config files & thus the editor would be able to colorize source code writen in any language. > Any one intersted in teaming up with me???? > mail me back. > > > ______________________________________________________ > 123India.com - India's Premier Portal > Get your Free Email Account at http://www.123india.com > > > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr > From linux-delhi-owner@lists.linux-india.org Fri Sep 15 06:26:05 2000 Received: from waltz.SoftHome.net (waltz.SoftHome.net [204.144.231.7]) by www.aunet.org (Postfix) with SMTP id 0159D4A123 for ; Fri, 15 Sep 2000 06:25:57 -0700 (PDT) Received: (qmail 21617 invoked by uid 417); 15 Sep 2000 13:22:21 -0000 Message-ID: <20000915132221.21610.qmail@softhome.net> References: <20000915072532.14046.qmail@nw174.netaddress.usa.net> In-Reply-To: <20000915072532.14046.qmail@nw174.netaddress.usa.net> From: deepak2000@softhome.net To: linux-delhi@lists.linux-india.org Subject: Re: SOS COMMERCIAL Date: Fri, 15 Sep 2000 13:22:20 GMT Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Sender: deepak2000@softhome.net X-Archive-Number: 200009/178 hi i would be happy to be associated with the project like the one you have mentioned. kindly let me know more about the project. _____________ Deepak Yadav Nitin Chandra writes: > Hi! every body > > we are Looking for two people residing in NCR who can do application > development on Java/ Linux Environment. It is a short term project. > understanding of cross platform (Win) will be an advantage. Please mail back > your reply / question to me or to richa.tagra@usa.net > > Thanks > > Nitin Chandra > > ____________________________________________________________________ > Get free email and a permanent address at http://www.netaddress.com/?N=1 > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi From linux-delhi-owner@lists.linux-india.org Fri Sep 15 08:02:50 2000 Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.69.60]) by www.aunet.org (Postfix) with SMTP id BBECE4A11C for ; Fri, 15 Sep 2000 08:02:45 -0700 (PDT) Received: from unknown (HELO localhost.localdomain) (203.197.231.222) by smtp.mail.vip.suc.yahoo.com with SMTP; 13 Sep 2000 15:23:02 -0000 X-Apparently-From: Received: by localhost.localdomain (Postfix, from userid 1000) id 78C701EBBB; Wed, 13 Sep 2000 09:23:07 +0530 (IST) Date: Wed, 13 Sep 2000 09:23:07 +0530 From: Supreet Sethi To: linux-delhi@lists.linux-india.org Subject: Big problem with RAID Message-ID: <20000913092307.B843@localhost> Mail-Followup-To: linux-delhi@lists.linux-india.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i X-Operating-System: GNU/Linux 2.2.x X-Archive-Number: 200009/179 Hi guys I am working for a company called ICRIER which has got a machine which was spine of the whole company. RAID was implemented on it. It ran mail, DNS, webserver , proxy and samba Now the RAID has failed because 2 drives of the RAID failed. I am not sure it is hardware problem or software. I want to know a What are chances of such a thing happening b Is the data retrieveble in any way c What backup and disaster recovery measures that should be taken to prevent this from happening Supreet _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Fri Sep 15 09:19:01 2000 Received: from www0q.netaddress.usa.net (www0q.netaddress.usa.net [204.68.24.46]) by www.aunet.org (Postfix) with SMTP id A367A4A11D for ; Fri, 15 Sep 2000 09:18:56 -0700 (PDT) Received: (qmail 3965 invoked by uid 60001); 15 Sep 2000 16:16:03 -0000 Message-ID: <20000915161603.3964.qmail@www0q.netaddress.usa.net> Received: from 204.68.24.46 by www0q for [203.197.219.2] via web-mailer(34FM.0700.4.03) on Fri Sep 15 16:16:03 GMT 2000 Date: 15 Sep 00 10:16:03 MDT From: ajitpal singh To: linux-delhi@lists.linux-india.org Subject: Take Some Time out X-Mailer: USANET web-mailer (34FM.0700.4.03) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Archive-Number: 200009/180 Hi, Guys A joke which i stumbled upon on the net Bill Gates' Afterlife Bill Gates dies and is at the pearly gates talking with Saint Peter. Saint Peter says, 'Bill, you've=20 done some wonderful things in your life and have=20 earned the right to choose where you'll spend the=20 rest of eternity. You can choose between Heaven=20 or Hell, but choose wisely.'=20 Bill looks over Saint Peter's shoulder between the=20 pearly gates and sees nothing but a lush green=20 meadow. Deciding to heed Saint Peter's words, Bill=20 asks if he could take a look at Hell. Saint Peter agrees and sends Bill to Hell. The Devil greets Bill at the gates of Hell and he is immediately taken aback. Much to his surprise,=20 there's one heck of a party going on. People are=20 dancing, the alcohol is flowing, music is non-stop=20 and everyone is having a blast. Bill returns to Heaven to again discuss his=20 decision with Saint Peter. He again looks over=20 Saint Peter's shoulder and sees only a lush green=20 meadow. Bill says to Saint Peter, 'I've put a lot of thought into this decision and it may sound=20 foolish, but I'd like to spend the rest of=20 eternity in Hell.' Saint Peter fulfills Bill's=20 request and returns him to Hell. When Bill gets back to Hell there's been a big=20 change. People are writhing in agony, flames are=20 burning, moans of pain and despair are everywhere.=20 Bill, being quite shocked at the sight asks the=20 Devil, 'What happened?? I was just down here a=20 little while ago and everyone was having a great=20 time!' The Devil says, 'Oh that... That was just the=20 demo! ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D1 From linux-delhi-owner@lists.linux-india.org Fri Sep 15 09:37:21 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 548734A183 for ; Fri, 15 Sep 2000 09:37:05 -0700 (PDT) Received: from thecroc by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id WAA0000008709; Fri, 15 Sep 2000 22:02:29 +0530 (IST) Message-ID: <001301c01f32$f04d5680$c41cfea9@thecroc> From: "Neil" To: References: <20000915091748.2681.cpmta@c008.sfo.cp.net> Subject: Re: programming partners Date: Fri, 15 Sep 2000 22:05:15 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/181 > Hey guys/gals (btw any gals out there) > I am trying to write a text editor in C for Linux. > It'll basically be for writing source code - having all the text colorizing features. > The keyword & symbols of any language will be given in config files & thus the editor would be able to colorize source code writen in any language. > Any one intersted in teaming up with me???? > mail me back. i wud b interested!!!! but why wud u wanna do that???? what is kdevelop for? as if u wanna do it for the console!!!! boy im with you! From linux-delhi-owner@lists.linux-india.org Fri Sep 15 10:11:30 2000 Received: from hotmail.com (f12.law9.hotmail.com [64.4.9.12]) by www.aunet.org (Postfix) with ESMTP id 305624A1A7 for ; Fri, 15 Sep 2000 09:19:30 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 15 Sep 2000 09:16:35 -0700 Received: from 203.197.226.131 by lw9fd.law9.hotmail.msn.com with HTTP; Fri, 15 Sep 2000 16:16:35 GMT X-Originating-IP: [203.197.226.131] From: "chetan dutta" To: linux-delhi@lists.linux-india.org Subject: Help! Date: Fri, 15 Sep 2000 21:46:35 IST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 15 Sep 2000 16:16:35.0522 (UTC) FILETIME=[51A7DA20:01C01F30] X-Archive-Number: 200009/182 Hi! friends, at my colege i have installed linux on 1 machine & rest of the class telnet to that machine. there r nearly 45 machines & all have win 95/98 installed on them. how can i enable color on their terminals? moreover when i use 'talk' screen is different from what it is on server, how can i set it right? i am using apache as internal web server, i have configured it using 'UserDir' directive to give each user its own home page with the address like http://servername/~user, how can i give each user his own cgi-bin directory? chetan _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. From linux-delhi-owner@lists.linux-india.org Fri Sep 15 10:47:05 2000 Received: from smtp2.mail.yahoo.com (smtp2.mail.yahoo.com [128.11.68.32]) by www.aunet.org (Postfix) with SMTP id CDD2C4A1DF for ; Fri, 15 Sep 2000 10:47:03 -0700 (PDT) Received: from unknown (HELO yahoo.com) (203.197.226.118) by smtp.mail.vip.suc.yahoo.com with SMTP; 15 Sep 2000 17:44:07 -0000 X-Apparently-From: Message-ID: <541725B6.3EBB5920@yahoo.com> Date: Mon, 15 Sep 2014 23:15:26 +0530 From: Pankaj Kaushal Reply-To: pankaj@fig.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.4.0-test5 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Windoze: it's Personal Now! References: <20000914062549.5726.cpmta@c008.sfo.cp.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/183 metalmaniac@123india.com wrote: > > Hi there, > Just wanted to share a small li'l experience with u guys. I just did'nt understand one thing what the hell is the relation to your new found knowledge and experience to linux or any one intrested in this list pls think before u hit that send button and all future flames > /dev/null so don't bother -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com From linux-delhi-owner@lists.linux-india.org Fri Sep 15 10:51:42 2000 Received: from smtp1b.mail.yahoo.com (smtp3.mail.yahoo.com [128.11.68.135]) by www.aunet.org (Postfix) with SMTP id 361EC4A1E0 for ; Fri, 15 Sep 2000 10:51:39 -0700 (PDT) Received: from unknown (HELO yahoo.com) (203.197.226.118) by smtp.mail.vip.suc.yahoo.com with SMTP; 15 Sep 2000 17:48:36 -0000 X-Apparently-From: Message-ID: <541726C5.5C61D5D2@yahoo.com> Date: Mon, 15 Sep 2014 23:19:57 +0530 From: Pankaj Kaushal Reply-To: pankaj@fig.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.4.0-test5 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Windoze: it's Personal Now! References: <20000914062549.5726.cpmta@c008.sfo.cp.net> <39C10512.A052D684@linux-delhi.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/184 Neil wrote: > > actually, i hate the guy too, but there is purity in my hate. huh purity ya i really know what u mean btw do you? > i hate him for what he stands for, and not what he has acheived, >unlike most enthusiasts i actually respect and admire him too. and i hate linus torvalds and bob young for what they have done to linux > for it was him that has actually brought the desktop to you, and not >linus torvalds??? ok??? sure man he is great lets all hail him like i was diein 4 a desktop >it is him who has created an > empire out of dust, actually, more aptly... silicon... not RMS. actully its RMS who created the env you are working on for free and ya from dust -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Fri Sep 15 10:55:09 2000 Received: from smtp2.mail.yahoo.com (smtp2.mail.yahoo.com [128.11.68.32]) by www.aunet.org (Postfix) with SMTP id 9B9694A221 for ; Fri, 15 Sep 2000 10:55:05 -0700 (PDT) Received: from unknown (HELO yahoo.com) (203.197.226.118) by smtp.mail.vip.suc.yahoo.com with SMTP; 15 Sep 2000 17:52:10 -0000 X-Apparently-From: Message-ID: <5417278C.AF6C2B56@yahoo.com> Date: Mon, 15 Sep 2014 23:23:16 +0530 From: Pankaj Kaushal Reply-To: pankaj@fig.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.4.0-test5 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Subject: Re: Storage Area Networks References: <39C056F9.98A508A0@linux-delhi.org> <39A056F1.6EED80DF@newdelhi.sgi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/185 Durga Prasad Allada wrote: > > Niel, > > There is a lot of stuff on SAN as a technology and details of many popular SAN neil in my opinion what ever anyone or raj said on the meet told me only one thing SAN SUCKS! BAD! untill and unless you have a very very critical server and loads of money k got me ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com From linux-delhi-owner@lists.linux-india.org Fri Sep 15 11:06:52 2000 Received: from milano.teknema.com (milano.teknema.com [206.204.22.2]) by www.aunet.org (Postfix) with ESMTP id D2B8E4A218 for ; Fri, 15 Sep 2000 11:06:50 -0700 (PDT) Received: from quake.teknema.com (quake.m.teknema.com [206.204.22.44]) by milano.teknema.com (8.9.3/8.9.3) with ESMTP id LAA32338 for ; Fri, 15 Sep 2000 11:04:22 -0700 Received: from localhost (anmol@localhost) by quake.teknema.com (8.9.3/8.9.3) with ESMTP id KAA23655 for ; Fri, 15 Sep 2000 10:06:04 -0700 X-Authentication-Warning: quake.teknema.com: anmol owned process doing -bs Date: Fri, 15 Sep 2000 10:06:04 -0700 (PDT) From: Anmol Khirbat To: linux-delhi@lists.linux-india.org Subject: Re: syntax highlighting In-Reply-To: <001301c01f32$f04d5680$c41cfea9@thecroc> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/186 On Fri, 15 Sep 2000, Neil wrote: >> the editor would be able to colorize source code writen in any language. > as if u wanna do it for the console!!!! boy im with you! Vim supports syntax highlighting in the both the console and X versions (gvim) . Your version of vim needs to be compiled with +syntax. On redhat systems, you need the vim-enhanced rpm. Stick the line `syntax on' in your ~/.vimrc file and run `vim' instead of `vi'. Also check out http://www.vim.org/lang.html. They probably got syntax highlighting for everything under the sun. bye :) Anmol From linux-delhi-owner@lists.linux-india.org Fri Sep 15 11:39:14 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 984214A1B5 for ; Fri, 15 Sep 2000 11:39:08 -0700 (PDT) Received: from kajaal.dsf by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id AAA0000030493; Sat, 16 Sep 2000 00:04:34 +0530 (IST) Received: (qmail 1045 invoked by uid 500); 15 Sep 2000 18:53:22 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 15 Sep 2000 18:53:22 -0000 Date: Sat, 16 Sep 2000 00:23:22 +0530 (IST) From: Sandip Bhattacharya X-Sender: sandipb@kajaal.dsf To: Linux Delhi Mailing List Subject: Re: Smbclient?? In-Reply-To: <39C1A5E1.351AE4F6@newgen.co.in> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/187 Hi! Try LinPopUp....works with winpopup Regards, Sandip -- Sandip Bhattacharya sandipb@bigfoot.com ICQ: 38380743 Yahoo: sandip_in ---------------------- From linux-delhi-owner@lists.linux-india.org Fri Sep 15 13:00:10 2000 Received: from delcluster4.vsnl.net.in (del6.vsnl.net.in [202.54.96.8]) by www.aunet.org (Postfix) with ESMTP id EFBD74A1DD for ; Fri, 15 Sep 2000 13:00:02 -0700 (PDT) Received: from ranejadel6 ([202.54.109.72]) by delcluster4.vsnl.net.in (8.9.2/8.9.2) with SMTP id BAA29028 for ; Sat, 16 Sep 2000 01:28:23 -0500 (GMT) Message-ID: <002501c01f4c$b4d7f000$486d36ca@ranejadel6> From: "Rohit Aneja" To: References: <20000915091748.2681.cpmta@c008.sfo.cp.net> Subject: Re: programming partners Date: Sat, 16 Sep 2000 01:09:44 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/188 i am interested in collaborating with you on this my background is in c ,pascal and java update me on wat you require ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mercara Design Corporation 86 A, Lawrence Road, Amritsar - 143 001. INDIA. Phone: +91-11-6289553/6289836 Fax: +91-11-6289836 Email: raneja@del6.vsnl.net.in ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ----- Original Message ----- From: To: Sent: Friday, September 15, 2000 2:47 PM Subject: [linux-delhi] programming partners > Hey guys/gals (btw any gals out there) > I am trying to write a text editor in C for Linux. > It'll basically be for writing source code - having all the text colorizing features. > The keyword & symbols of any language will be given in config files & thus the editor would be able to colorize source code writen in any language. > Any one intersted in teaming up with me???? > mail me back. > > > ______________________________________________________ > 123India.com - India's Premier Portal > Get your Free Email Account at http://www.123india.com > > > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr > From linux-delhi-owner@lists.linux-india.org Fri Sep 15 20:49:42 2000 Received: from ganwaar.com (unknown [203.94.252.33]) by www.aunet.org (Postfix) with ESMTP id E0A194A09E for ; Fri, 15 Sep 2000 20:49:06 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id JAA01850; Sat, 16 Sep 2000 09:16:03 +0530 Message-Id: <200009160346.JAA01850@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Sat Sep 16 09:16:03 IST 2000 Subject: [ADMIN] Suspended list subscriptions Reply-To: Raju Mathur X-Archive-Number: 200009/189 Suspended the following addresses for a week due to bounces: bhoopendra@dsfinternet.com If you feel that your e-mail address has been suspended by mistake, please send the following message to mailto:majordomo2@lists.linux-india.org : set linux-delhi nomail-return end Please send a message to raju@linux-delhi.org if you have any further questions. From linux-delhi-owner@lists.linux-india.org Fri Sep 15 21:25:27 2000 Received: from ganwaar.com (unknown [203.94.252.33]) by www.aunet.org (Postfix) with ESMTP id 106874A122 for ; Fri, 15 Sep 2000 20:49:28 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id JAA01868; Sat, 16 Sep 2000 09:16:29 +0530 Message-Id: <200009160346.JAA01868@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Sat Sep 16 09:16:29 IST 2000 Subject: [ADMIN] Unsubscribed users Reply-To: Raju Mathur X-Archive-Number: 200009/190 Unsubscribed the following addresses from the list due to recurring bounces: sheel@bits-pilani.ac.in linux_delhi_user@hotmail.com If you feel that your e-mail address has been unsubscribed by mistake, please send a message to raju@linux-delhi.org. From linux-delhi-owner@lists.linux-india.org Fri Sep 15 22:41:47 2000 Received: from ganwaar.com (unknown [203.94.252.33]) by www.aunet.org (Postfix) with ESMTP id 39A634A122 for ; Fri, 15 Sep 2000 22:41:27 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id LAA03614; Sat, 16 Sep 2000 11:08:07 +0530 Message-Id: <200009160538.LAA03614@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Sat Sep 16 11:08:07 IST 2000 Subject: [ADMIN] Suspended list subscriptions Reply-To: Raju Mathur X-Archive-Number: 200009/191 Suspended the following addresses for a week due to bounces: dvt@dee.hcmut.edu.vn If you feel that your e-mail address has been suspended by mistake, please send the following message to mailto:majordomo2@lists.linux-india.org : set linux-delhi nomail-return end Please send a message to raju@linux-delhi.org if you have any further questions. From linux-delhi-owner@lists.linux-india.org Fri Sep 15 22:44:39 2000 Received: from texas.dotxtra.com (texas.dotxtra.com [209.15.112.65]) by www.aunet.org (Postfix) with ESMTP id 7373D4A053 for ; Fri, 15 Sep 2000 22:28:53 -0700 (PDT) Received: from ghane by texas.dotxtra.com with local-smtp (Exim 3.12 #1 (Debian)) id 13aAU3-0002Wg-00; Sat, 16 Sep 2000 00:25:51 -0500 Date: Sat, 16 Sep 2000 00:25:51 -0500 (CDT) From: Sanjeev Gupta To: linux-delhi@lists.linux-india.org Cc: ajit.ranade@ap.abnamro.com Subject: Re: Big problem with RAID In-Reply-To: <20000913092307.B843@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/192 On Wed, 13 Sep 2000, Supreet Sethi wrote: > Hi guys > I am working for a company called ICRIER which has got a machine which was > spine of the whole company. RAID was implemented on it. It ran mail, DNS, > webserver , proxy and samba Is ICRIER a think tank at Lodi? If so please get in touch with Dr Ajit Ranade. He set up the Linux box(es) there. On the offchance that Ajit is no longer on the list (he has shifted this month to Bombay), I am cc:ing him. Ask anyone at ICRIER for his contact numbers. IIRC, mama.icrier.res.in was not running RAID. -- Ghane From linux-delhi-owner@lists.linux-india.org Sat Sep 16 04:27:16 2000 Received: from tango.SoftHome.net (tango.SoftHome.net [204.144.231.49]) by www.aunet.org (Postfix) with SMTP id F003549F48 for ; Sat, 16 Sep 2000 04:27:12 -0700 (PDT) Received: (qmail 32223 invoked by uid 417); 16 Sep 2000 11:24:26 -0000 Received: from unknown (HELO ntserver) (203.94.247.211) by smtpb.softhome.net with SMTP; 16 Sep 2000 11:24:26 -0000 Message-ID: <034c01c01ff9$265e5cd0$030811ac@ntserver> From: "AMIT SONI" To: References: <39B74095.EB2A1EF2@timesofte.com> <20000907090252.B791@localhost> Subject: Book on perl. Date: Sat, 16 Sep 2000 16:54:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/193 hi folks, Suggest me a good book for perl. From linux-delhi-owner@lists.linux-india.org Sat Sep 16 05:05:53 2000 Received: from web616.mail.yahoo.com (web616.mail.yahoo.com [216.115.104.85]) by www.aunet.org (Postfix) with SMTP id 197C44A102 for ; Sat, 16 Sep 2000 05:05:50 -0700 (PDT) Message-ID: <20000916120253.21795.qmail@web616.mail.yahoo.com> Received: from [212.3.54.20] by web616.mail.yahoo.com; Sat, 16 Sep 2000 05:02:53 PDT Date: Sat, 16 Sep 2000 05:02:53 -0700 (PDT) From: asif ansari Subject: Re: Book on perl. To: linux-delhi@lists.linux-india.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archive-Number: 200009/194 Hi, I can suggest a very good book. Programming Perl By Larry Wall,the creator of Perl. Regards and bye. Asif. --- AMIT SONI wrote: > hi folks, > > Suggest me a good book for perl. > > > > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ From linux-delhi-owner@lists.linux-india.org Sat Sep 16 05:16:47 2000 Received: from hotmail.com (law2-f193.hotmail.com [216.32.181.193]) by www.aunet.org (Postfix) with ESMTP id 1E36B4A115 for ; Sat, 16 Sep 2000 05:16:43 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 16 Sep 2000 05:13:46 -0700 Received: from 203.197.196.232 by lw2fd.hotmail.msn.com with HTTP; Sat, 16 Sep 2000 12:13:46 GMT X-Originating-IP: [203.197.196.232] From: "Vivek Kukrety" To: linux-delhi@lists.linux-india.org Subject: Re: Book on perl. Date: Sat, 16 Sep 2000 12:13:46 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 16 Sep 2000 12:13:46.0496 (UTC) FILETIME=[9040A800:01C01FD7] X-Archive-Number: 200009/195 Hello Amit, before you read 'Programming Perl', you could initiate yourself with 'Learning Perl', which is always a good step. These books are published by SPD (Shroff Publications.) You can get them at Nai Sadak. regards, Vivek >From: asif ansari >Reply-To: linux-delhi@lists.linux-india.org >To: linux-delhi@lists.linux-india.org >Subject: Re: [linux-delhi] Book on perl. >Date: Sat, 16 Sep 2000 05:02:53 -0700 (PDT) > >Hi, >I can suggest a very good book. > Programming Perl > By Larry Wall,the creator of Perl. > >Regards and bye. >Asif. > > >--- AMIT SONI wrote: > > hi folks, > > > > Suggest me a good book for perl. > > > > > > > > > > ------------------------------------------------ > > The mailing list archives are available at > > >http://lists.linux-india.org/cgi-bin/wilma/linux-delhi > > >__________________________________________________ >Do You Yahoo!? >Yahoo! Mail - Free email you can access from anywhere! >http://mail.yahoo.com/ > >------------------------------------------------ >The mailing list archives are available at >http://lists.linux-india.org/cgi-bin/wilma/linux-delhi _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. From linux-delhi-owner@lists.linux-india.org Sat Sep 16 10:23:19 2000 Received: from giasdl01.vsnl.net.in (giasdl01.vsnl.net.in [202.54.15.1]) by www.aunet.org (Postfix) with ESMTP id 95E074A0E1; Sat, 16 Sep 2000 10:23:07 -0700 (PDT) Received: from netshooter.com ([202.54.100.89]) by giasdl01.vsnl.net.in (8.9.2/8.9.2) with ESMTP id WAA02158; Sat, 16 Sep 2000 22:52:19 +0500 (GMT+0500) Message-ID: <39C3AFDE.6A9B72DE@netshooter.com> Date: Sat, 16 Sep 2000 23:07:34 +0530 From: Sudhir Gandotra Organization: http://netshooter.com X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: linux-india-help@lists.linux-india.org, linux-delhi@lists.linux-india.org Subject: Configure X on Compaq Presario 1600-xl Laptop References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/196 Hello List, I have installed RedHat 6.2 on Compaq Presarion 1600-XL laptop and am stuck with the X. Please share your experience on how to install X. And if there is a pointer to the XF86Config file, please inform the URL. Thanks. Sudhir Gandotra. From linux-delhi-owner@lists.linux-india.org Sat Sep 16 11:25:53 2000 Received: from smtp1b.mail.yahoo.com (smtp3.mail.yahoo.com [128.11.68.135]) by www.aunet.org (Postfix) with SMTP id A71724A03D for ; Sat, 16 Sep 2000 11:25:49 -0700 (PDT) Received: from unknown (HELO yahoo.com) (203.197.226.106) by smtp.mail.vip.suc.yahoo.com with SMTP; 16 Sep 2000 18:22:50 -0000 X-Apparently-From: Message-ID: <5418804E.52C14180@yahoo.com> Date: Tue, 16 Sep 2014 23:54:14 +0530 From: Pankaj Kaushal Reply-To: pankaj@fig.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.4.0-test5 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi@lists.linux-india.org Cc: ajit.ranade@ap.abnamro.com Subject: Re: Big problem with RAID References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/197 > Is ICRIER a think tank at Lodi? If so please get in touch with Dr >Ajit Ranade. He set up the Linux box(es) there. I think you did the boxes cuz AFAIK every server has a folder named ghane >On the offchance that Ajit is > no longer on the list (he has shifted this month to Bombay), I am cc:ing no luck the machine is already dead good thin that supreet backuped most of the state-of-the art configuration files and one more this i learned was ghane==machine input==pizza and work gets done automatically when will this facility be again avaliable in india ghane? -- ............................................... The only "intuitive" interface is a nipple. After that, it's all learned. Committed to freedom and diversity Pankaj Kaushal //\ I'm a FIG (http://fig.org/) \// I use GNU (http://www.gnu.org/)(http://www.gnu-india.org/) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Sat Sep 16 18:44:54 2000 Received: from giasdl01.vsnl.net.in (giasdl01.vsnl.net.in [202.54.15.1]) by www.aunet.org (Postfix) with ESMTP id A77B24A0F8 for ; Sat, 16 Sep 2000 18:44:45 -0700 (PDT) Received: from d ([203.197.231.34]) by giasdl01.vsnl.net.in (8.9.2/8.9.2) with SMTP id HAA18029 for ; Sun, 17 Sep 2000 07:14:26 +0500 (GMT+0500) Message-Id: <200009170214.HAA18029@giasdl01.vsnl.net.in> Date: Sun, 17 Sep 2000 7:11:42 +0500 From: pipeline Reply-To: deepakyadav@india.com To: linux-delhi Subject: macros X-mailer: FoxMail 2.1 [en] Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/198 hi i wanna know about the working of preprocessors when dealing with macros in C. suppose i have a macro within a macro. say #define MAX MIN #define MIN 10 if i now write MAX some where in my code. 10 is substituted for it. i wanna know whether first MIN is substituted in place of MAX and the subsititution scanned again with 10 substituted for MIN. or directly 10 is substituted for MAX with some earlier processing some where. ----------------------------- reply soon bye ==== deepak ---- have a great day ICQ 30662394 -- A day without orange juice is like a day without orange juice. From linux-delhi-owner@lists.linux-india.org Sun Sep 17 00:11:48 2000 Received: from smtp1b.mail.yahoo.com (smtp3.mail.yahoo.com [128.11.68.135]) by www.aunet.org (Postfix) with SMTP id ECA6F4A041 for ; Sun, 17 Sep 2000 00:11:43 -0700 (PDT) Received: from unknown (HELO sam) (129.46.39.35) by smtp.mail.vip.suc.yahoo.com with SMTP; 17 Sep 2000 07:08:42 -0000 X-Apparently-From: Message-ID: <001e01c02076$36cce000$8143fea9@sam> Reply-To: "Sameer Lalwani" From: "Sameer Lalwani" To: , References: <39C3AFDE.6A9B72DE@netshooter.com> Subject: Re: Configure X on Compaq Presario 1600-xl Laptop Date: Sun, 17 Sep 2000 12:39:10 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Archive-Number: 200009/199 http://www.cs.utexas.edu/users/kharker/linux-laptop/ ----- Original Message ----- From: "Sudhir Gandotra" To: ; Sent: Saturday, September 16, 2000 11:07 PM Subject: [linux-delhi] Configure X on Compaq Presario 1600-xl Laptop > Hello List, > I have installed RedHat 6.2 on Compaq Presarion 1600-XL laptop and am > stuck with the X. Please share your experience on how to install X. And > if there is a pointer to the XF86Config file, please inform the URL. > Thanks. > Sudhir Gandotra. > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com From linux-delhi-owner@lists.linux-india.org Sun Sep 17 08:14:02 2000 Received: from del1.mantraonline.com (del1.mantraonline.com [202.56.230.1]) by www.aunet.org (Postfix) with ESMTP id D25454A044 for ; Sun, 17 Sep 2000 08:13:53 -0700 (PDT) Received: from goldcomp ([203.197.210.165]) by del1.mantraonline.com (Netscape Messaging Server 4.1) with SMTP id G11DLO03.L34 for ; Sun, 17 Sep 2000 09:58:36 -0500 Message-ID: <00e501c020b8$27f7dac0$a5d2c5cb@goldcomp> From: "Goldwyn Rodrigues" To: "Linux" References: <200009170214.HAA18029@giasdl01.vsnl.net.in> Subject: Re: macros Date: Sun, 17 Sep 2000 20:22:13 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/200 Whenever you compile a C program the compiler generates a table where all the refernces of all macros are kept. so when you use MIN in your program it first refers to MAX. The MAX refers to MIN which in turn points to 10. Goldwyn :o) hi i wanna know about the working of preprocessors when dealing with macros in C. suppose i have a macro within a macro. say #define MAX MIN #define MIN 10 if i now write MAX some where in my code. 10 is substituted for it. i wanna know whether first MIN is substituted in place of MAX and the subsititution scanned again with 10 substituted for MIN. or directly 10 is substituted for MAX with some earlier processing some where. ----------------------------- reply soon bye ==== deepak ---- have a great day ICQ 30662394 -- A day without orange juice is like a day without orange juice. ------------------------------------------------ An alpha version of a web based tool to manage your subscription with this mailing list is at http://lists.linux-india.org/cgi-bin/mj_wwwusr From linux-delhi-owner@lists.linux-india.org Sun Sep 17 08:17:52 2000 Received: from delcluster4.vsnl.net.in (del6.vsnl.net.in [202.54.96.9]) by www.aunet.org (Postfix) with ESMTP id 6FFEE4A052 for ; Sun, 17 Sep 2000 08:17:45 -0700 (PDT) Received: from debian (mail@[203.197.201.45]) by delcluster4.vsnl.net.in (8.9.2/8.9.2) with ESMTP id UAA28248 for ; Sun, 17 Sep 2000 20:45:57 -0500 (GMT) Received: from paimk by debian with local (Exim 2.05 #1 (Debian)) id 13agF6-00058D-00; Sun, 17 Sep 2000 20:50:32 +0530 Date: Sun, 17 Sep 2000 20:50:32 +051800 From: "M.K.Pai" To: linux-delhi@lists.linux-india.org Subject: lynx support for BUTTON Message-ID: <20000917205032.A19713@debian.> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Archive-Number: 200009/201 Guys, These days there seem to be a lot of sites that seem to have a input type = BUTTON. Actually it is of type SUBMIT. But a lynx user cannot click it like it were a SUBMIT. Is there a fix for this ? Pai From linux-delhi-owner@lists.linux-india.org Sun Sep 17 17:37:06 2000 Received: from giasdl01.vsnl.net.in (giasdl01.vsnl.net.in [202.54.15.1]) by www.aunet.org (Postfix) with ESMTP id 559AB4A024 for ; Sun, 17 Sep 2000 17:37:01 -0700 (PDT) Received: from d ([203.197.224.205]) by giasdl01.vsnl.net.in (8.9.2/8.9.2) with SMTP id GAA00187 for ; Mon, 18 Sep 2000 06:06:25 +0500 (GMT+0500) Message-Id: <200009180106.GAA00187@giasdl01.vsnl.net.in> Date: Mon, 18 Sep 2000 6:3:41 +0500 From: pipeline Reply-To: deepakyadav@india.com To: "linux-delhi@lists.linux-india.org" Subject: Re: Re: macros X-mailer: FoxMail 2.1 [en] Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/202 hi r u taking about symbol table. why would a compiler put it there when we don't need macros after lexical analysis phase. At 9/17/00 8:22:00 PM, you wrote: >Whenever you compile a C program the compiler generates a table where all >the refernces of all macros are kept. so when you use MIN in your program it >first refers to MAX. The MAX refers to MIN which in turn points to 10. > >Goldwyn :o) > > > hi > i wanna know about the working of preprocessors when dealing with macros >in C. > suppose i have a macro within a macro. say > #define MAX MIN > #define MIN 10 > > if i now write MAX some where in my code. 10 is substituted for it. i >wanna know whether first MIN is > substituted in place of MAX and the subsititution scanned again with 10 >substituted for MIN. or directly 10 > is substituted for MAX with some earlier processing some where. ----------------------------- reply soon bye ==== deepak ---- have a great day ICQ 30662394 -- Try not to let implementation details sneak into design documents. From linux-delhi-owner@lists.linux-india.org Sun Sep 17 19:21:12 2000 Received: from ganwaar.com (unknown [203.94.252.145]) by www.aunet.org (Postfix) with ESMTP id 54CD94A02C for ; Sun, 17 Sep 2000 19:21:04 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id HAA01496; Mon, 18 Sep 2000 07:47:58 +0530 Message-Id: <200009180217.HAA01496@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Mon Sep 18 07:47:58 IST 2000 Subject: [ADMIN] Suspended list subscriptions Reply-To: Raju Mathur X-Archive-Number: 200009/203 Suspended the following addresses for a week due to bounces: linux_ussl@123india.com If you feel that your e-mail address has been suspended by mistake, please send the following message to mailto:majordomo2@lists.linux-india.org : set linux-delhi nomail-return end Please send a message to raju@linux-delhi.org if you have any further questions. From linux-delhi-owner@lists.linux-india.org Sun Sep 17 19:26:59 2000 Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by www.aunet.org (Postfix) with ESMTP id 87FDA4A092 for ; Sun, 17 Sep 2000 11:09:51 -0700 (PDT) Received: from crosswinds.net ([203.197.195.49]) by glitch.crosswinds.net (8.9.3/8.9.3) with ESMTP id OAA34718 for ; Sun, 17 Sep 2000 14:06:42 -0400 (EDT) (envelope-from jskohli@crosswinds.net) Message-ID: <39C5075C.E66477A7@crosswinds.net> Date: Sun, 17 Sep 2000 23:33:08 +0530 From: Jaswinder Singh Kohli X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: linux-delhi Subject: Review Best Linux 2000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive-Number: 200009/204 Best Linux Goes no further than redHat linux Thought I could write in a Lot of Stuph about that BUT except a little new Software it is no diffrent from a RedHat Linux Distro First Surprise comes when the this distro is booted off the 1st CD The starting is GRUB based gives you three options 1. GUI install....... 2. Text Based (inc. SCSI supp)....... 3. Recovery (using second floppy disks) Installation Part===> 1. Graphical Install AutoDetected i810 based Graphic Card and ran the installation inGUI mode nice I was happy for that But soon as the custom install is selected and its turn to select the Packages It displays the Packages in diffr. categories as +KDE +GNOME etc... where + can be cahngeg to neg and the packages under that category can be seen easily Here is where the Problem starts A lot of Packages are listed in multiple categories such as netscape is listed atleast in 3 categories and denselecting in doesn't deselect in otehres and now one thinks he has removed the Package but no chance it is there after that Lets Install Ok Install It Hanged no way I tried it three times on machine nothing was able to make that stuff going 2.Text Mode Installation===> Any one who has seen the RedHat 5.2 's instalation(text only at that time) can not tell any difference between the redHat and Best Linux installif he doesn't see the Left Topmost corner of the screen which the different which say Best Linux 2000 isntall instead of RedHat Linux 5.2 install and diff comes at the Package selection time which has a lill more packages than its cousin RedHat(not cousin but real brothers) and after another next and Install the installation was exactly same as that of RedHat But what came to surprise that It was able to start the instation in Graphics mode on i810 chipset now failed to detect the Graphics card or say chipset. Next Gave two options if u have SCSI disk go further and install LILO or if u have ide u can chose from LILO or GRUB after a reboot Start the Linux u installed What came in redHat as ""Welcome to redHat Linux" was changed to ""Welcome to BEST Linux"" and everything in there is same except(may be) the X which I have not yet started but soon I'll do that and post the results some aliases come by default such as ls --color -F -a ======================================== CONCLUSIONS====> Follwing the footsteps of BEST Linux any one with a Basic knowlege how to edit files and little bit scripting capabilities can start his/her own new Distro May be I can Roll out atleast mine with BEST substituted with GodMode everywhere by simply using find and sed pair over the Complete CD and little tweaks here and there ANYONE INTERESTED -- Regards Jaswinder Singh Kohli jskohli@fig.org :::::::::::::::::::::::::::::::::::::::::::::::: Two things are infinite, the universe and the human stupidity, but I am not yet sure about the universe. (Albert Einstein) From linux-delhi-owner@lists.linux-india.org Mon Sep 18 02:19:38 2000 Received: from www0h.netaddress.usa.net (www0h.netaddress.usa.net [204.68.24.37]) by www.aunet.org (Postfix) with SMTP id 0F80649F47 for ; Mon, 18 Sep 2000 02:19:37 -0700 (PDT) Received: (qmail 17632 invoked by uid 60001); 18 Sep 2000 09:16:32 -0000 Message-ID: <20000918091631.17631.qmail@www0h.netaddress.usa.net> Received: from 204.68.24.37 by www0h for [203.197.219.2] via web-mailer(34FM.0700.4.03) on Mon Sep 18 09:16:31 GMT 2000 Date: 18 Sep 00 03:16:31 MDT From: ajitpal singh To: linux-delhi@lists.linux-india.org Subject: Problems with depmod X-Mailer: USANET web-mailer (34FM.0700.4.03) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Archive-Number: 200009/205 H, there I compiled the driver for my network card (winbond-840). It compiled properly but when I ran the depmod command it gives an error: Not an ELF file.=20 "Unresolved symbols in module winbond-840............." Please help me out. Ajitpal Singh ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D1 From linux-delhi-owner@lists.linux-india.org Mon Sep 18 03:07:48 2000 Received: from delfile.trust.del.estart.com (unknown [203.144.96.123]) by www.aunet.org (Postfix) with ESMTP id 4D2FB4A01C for ; Mon, 18 Sep 2000 03:07:42 -0700 (PDT) Received: from delmail.del.estart.com (delmail.del.estart.com [10.200.1.4]) by delfile.trust.del.estart.com (8.9.3/8.9.3) with SMTP id PAA01413 for ; Mon, 18 Sep 2000 15:34:34 +0530 Received: from AMBAR (dsdel-97-84.del.estart.com [203.144.97.84]) by delmail.del.estart.com (8.9.3/8.9.3) with SMTP id PAA25736 for ; Mon, 18 Sep 2000 15:34:27 +0530 Message-ID: <018401c02157$0a2d5bb0$8200000a@aclindia.com> From: "Ambar Roy" To: References: <20000918091631.17631.qmail@www0h.netaddress.usa.net> Subject: Re: Problems with depmod Date: Mon, 18 Sep 2000 15:28:33 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/206 did u compile using the compile command given in the file. (also did u compile it for an smp or a non smp kernel!!!) Bye, /\ |\/| |3 /\ r > I compiled the driver for my network card (winbond-840). > It compiled properly but when I ran the depmod command it gives an > error: > Not an ELF file. > "Unresolved symbols in module winbond-840............." From linux-delhi-owner@lists.linux-india.org Mon Sep 18 05:33:09 2000 Received: from nwcst281.netaddress.usa.net (nwcst281.netaddress.usa.net [204.68.23.26]) by www.aunet.org (Postfix) with SMTP id 172F24A050 for ; Mon, 18 Sep 2000 05:33:03 -0700 (PDT) Received: (qmail 19029 invoked by uid 60001); 18 Sep 2000 12:29:57 -0000 Message-ID: <20000918122957.19028.qmail@nwcst281.netaddress.usa.net> Received: from 204.68.23.26 by nwcst281 for [203.197.219.2] via web-mailer(34FM.0700.4.03) on Mon Sep 18 12:29:57 GMT 2000 Date: 18 Sep 00 06:29:57 MDT From: ajitpal singh To: linux-delhi@lists.linux-india.org Subject: Re: [Re: Problems with depmod] X-Mailer: USANET web-mailer (34FM.0700.4.03) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Archive-Number: 200009/207 Yes i compiled the drivers using the command given at the bottom and also u= sed the command=20 "gcc -DMODULE -DMODVERSIONS -D__KERNEL -I/tmp -O6 -c winbond-840.c" The driver source was in the tmp directory. Both ways it gives the same error. I dot not know what is a smp or non smp kernel. Thank You Ajitpal Singh "Ambar Roy" wrote: did u compile using the compile command given in the file. (also did u compile it for an smp or a non smp kernel!!!) Bye, /\ |\/| |3 /\ r > I compiled the driver for my network card (winbond-840). > It compiled properly but when I ran the depmod command it gives an > error: > Not an ELF file. > "Unresolved symbols in module winbond-840............." ------------------------------------------------ An alpha version of a web based tool to manage your subscription with this mailing list is at http://lists.linux-india.org/cgi-bin/mj_wwwusr ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D1 From linux-delhi-owner@lists.linux-india.org Mon Sep 18 05:46:14 2000 Received: from delfile.trust.del.estart.com (unknown [203.144.96.123]) by www.aunet.org (Postfix) with ESMTP id D89974A052 for ; Mon, 18 Sep 2000 05:46:07 -0700 (PDT) Received: from delmail.del.estart.com (delmail.del.estart.com [10.200.1.4]) by delfile.trust.del.estart.com (8.9.3/8.9.3) with SMTP id SAA01787 for ; Mon, 18 Sep 2000 18:12:59 +0530 Received: from AMBAR (dsdel-97-84.del.estart.com [203.144.97.84]) by delmail.del.estart.com (8.9.3/8.9.3) with SMTP id SAA26047 for ; Mon, 18 Sep 2000 18:12:54 +0530 Message-ID: <019701c0216d$2c734e80$8200000a@aclindia.com> From: "Ambar Roy" To: References: <20000918122957.19028.qmail@nwcst281.netaddress.usa.net> Subject: Re: [Re: Problems with depmod] Date: Mon, 18 Sep 2000 18:07:04 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Archive-Number: 200009/208 BTW what kernel are you using!!! i have used a winbond840.c with a 2.2.14 kernel that comes stock with rh 6.2. i put the source in /usr/src/linux/modules and compiled it from there, then i copied the resulting winbond840.o to /lib/modules//net and then i did a depmod and modprobe and things worked fine!!!! > Yes i compiled the drivers using the command given at the bottom and also used > the command > "gcc -DMODULE -DMODVERSIONS -D__KERNEL -I/tmp -O6 -c winbond-840.c" > The driver source was in the tmp directory. > Both ways it gives the same error. > I dot not know what is a smp or non smp kernel. > Thank You > Ajitpal Singh > > "Ambar Roy" wrote: > did u compile using the compile command given in the file. (also did u > compile it for an smp or a non smp kernel!!!) > Bye, > /\ |\/| |3 /\ r > > I compiled the driver for my network card (winbond-840). > > It compiled properly but when I ran the depmod command it gives an > > error: > > Not an ELF file. > > "Unresolved symbols in module winbond-840............." > > > > ------------------------------------------------ > An alpha version of a web based tool to manage > your subscription with this mailing list is at > http://lists.linux-india.org/cgi-bin/mj_wwwusr > > > ____________________________________________________________________ > Get free email and a permanent address at http://www.netaddress.com/?N=1 > > ------------------------------------------------ > The mailing list archives are available at > http://lists.linux-india.org/cgi-bin/wilma/linux-delhi > From linux-delhi-owner@lists.linux-india.org Mon Sep 18 10:39:27 2000 Received: from polaris.nspco.com (polaris.nspco.com [206.10.243.2]) by www.aunet.org (Postfix) with ESMTP id AF3234A09F for ; Mon, 18 Sep 2000 08:43:39 -0700 (PDT) Received: from polaris.nspco.com (root@localhost) by polaris.nspco.com with ESMTP id KAA13543; Mon, 18 Sep 2000 10:40:33 -0500 (CDT) Received: from mnmail02.nspco.com (mnmail02.nspco.com [151.215.22.65]) by polaris.nspco.com with ESMTP id KAA13517; Mon, 18 Sep 2000 10:40:33 -0500 (CDT) Received: by mnmail02.nspco.com with Internet Mail Service (5.5.2650.21) id ; Mon, 18 Sep 2000 10:40:32 -0500 Message-ID: From: "Kapoor, Nishikant X" To: "'Vivek Sharma'" Cc: "'Linux Delhi'" Subject: RE: server error Date: Mon, 18 Sep 2000 10:40:30 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain X-Archive-Number: 200009/209 Vivek, Thanks for bringing it up. I wasn't even aware of it. Try it now. It should be working. I had to move it to a different server though. Thanks Nishi > -----Original Message----- > From: Vivek Sharma [SMTP:vivek@wondersoft.com] > Sent: Sunday, September 17, 2000 11:54 PM > To: nkapoor@cs.umn.edu > Subject: server error > > Dear Nishikant > > I cant seem to create a new account on the LUG delhi list of current > members page. The server returns an internal mesage as follows: > > Internal Server Error > > The server encountered an internal error or misconfiguration and was > unable to complete your request. > > Please contact the server administrator, webmaster@itlabs.umn.edu and > inform them of the time the error occurred, and anything you might have > done that may have caused the error. > > More information about this error may be available in the server error > log. > > _____ > > Apache/1.3.12 Server at www-users.itlabs.umn.edu Port 80 > > Please rectify. > > > Regards > > Vivek Sharma From linux-delhi-owner@lists.linux-india.org Mon Sep 18 10:40:15 2000 Received: from ganwaar.com (unknown [203.94.251.174]) by www.aunet.org (Postfix) with ESMTP id 67FBD4A024 for ; Mon, 18 Sep 2000 10:39:56 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id XAA02081; Mon, 18 Sep 2000 23:06:42 +0530 Message-Id: <200009181736.XAA02081@ganwaar.com> From: Raju Mathur To: linux-delhi@lists.linux-india.org Date: Mon Sep 18 23:06:42 IST 2000 Subject: [ADMIN] Suspended list subscriptions Reply-To: Raju Mathur X-Archive-Number: 200009/210 Suspended the following addresses for a week due to bounces: shibu@cii.ernet.in If you feel that your e-mail address has been suspended by mistake, please send the following message to mailto:majordomo2@lists.linux-india.org : set linux-delhi nomail-return end Please send a message to raju@linux-delhi.org if you have any further questions. From linux-delhi-owner@lists.linux-india.org Mon Sep 18 10:43:09 2000 Received: from Tandem.com (suntan.tandem.com [192.216.221.8]) by www.aunet.org (Postfix) with ESMTP id AEBD54A027; Mon, 18 Sep 2000 09:50:45 -0700 (PDT) Received: from adm.loc201.tandem.com (adm.loc201.tandem.com [155.186.68.56]) by Tandem.com (8.9.3/2.0.1) with SMTP id JAA23167; Mon, 18 Sep 2000 09:47:36 -0700 (PDT) Received: from psctrl by adm.loc201.tandem.com (SMI-8.6/6main.940209) id JAA26683; Mon, 18 Sep 2000 09:47:34 -0700 Message-ID: <00ea01c0218f$ffb58520$e84fba9b@loc3.tandem.com> From: "Kousik Bera" To: "Sudhir Gandotra" , , References: <39C3AFDE.6A9B72DE@netshooter.com> Subject: Re: Configure X on Compaq Presario 1600-xl Laptop Date: Mon, 18 Sep 2000 09:46:29 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Archive-Number: 200009/211 http://home.flash.net/~bdropps/xconfig.htm ----- Original Message ----- From: Sudhir Gandotra To: ; Sent: Saturday, September 16, 2000 10:37 AM Subject: Configure X on Compaq Presario 1600-xl Laptop > Hello List, > I have installed RedHat 6.2 on Compaq Presarion 1600-XL laptop and am > stuck with the X. Please share your experience on how to install X. And > if there is a pointer to the XF86Config file, please inform the URL. > Thanks. > Sudhir Gandotra. > > From linux-delhi-owner@lists.linux-india.org Mon Sep 18 12:58:31 2000 Received: from kitkat.hotpop.com (kitkat.hotpop.com [204.57.55.30]) by www.aunet.org (Postfix) with ESMTP id 5835B4A026 for ; Mon, 18 Sep 2000 12:58:26 -0700 (PDT) Received: from sexmagnet.com (unknown [204.57.55.31]) by kitkat.hotpop.com (Postfix) with SMTP id 88E56304B8 for ; Mon, 18 Sep 2000 19:55:20 +0000 (UTC) Received: from i5a7w9 (unknown [202.141.70.124]) by zagnut.hotpop.com (Postfix) with SMTP id EFEB15001B for ; Mon, 18 Sep 2000 19:55:17 +0000 (UTC) Message-ID: <017201c020c8$49fadfe0$4901050a@i5a7w9> From: "Karan Girotra" To: References: <007101c01828$d36d7ba0$096236ca@vsnl.net.n> Subject: Re: Engineering Applications Date: Sun, 17 Sep 2000 22:26:45 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- X-Archive-Number: 200009/212 hi, I have used kfem ... You have to tamper with the code to get it running for most common applications. BTW how can you solve heat transfer problems using kfem I believe scilab is the best way to obtain numerical solutions to DEs.. I have some code written for particualr heat transfer problems ... I can share it with you . --- Karan Girotra karangirotra@linux-delhi.org Department of Mechanical Engineering 6864507, 65915633 Indian Institute of Technology icq # 25636434 New Delhi From linux-delhi-owner@lists.linux-india.org Mon Sep 18 22:16:34 2000 Received: from ganwaar.com (unknown [203.94.251.62]) by www.aunet.org (Postfix) with ESMTP id C6C654A015; Mon, 18 Sep 2000 22:15:54 -0700 (PDT) Received: (from raju@localhost) by ganwaar.com (8.9.3/8.9.3) id KAA02205; Tue, 19 Sep 2000 10:42:23 +0530 From: Raju Mathur MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14790.62903.260424.259407@localhost.localdomain> Date: Tue, 19 Sep 2000 10:42:23 +0530 (IST) To: linux-delhi@lists.linux-india.org, linux-india-help@lists.linux-india.org Subject: (fwd) [RHSA-2000:061-02] syslog format vulnerability in klogd X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Reply-To: raju@linux-delhi.org X-Archive-Number: 200009/213 [All distributions' klogd's are vulnerable. Please find your distribution's update site and update immediately. This exploit will allow local users to get root access -- Raju] This is an RFC 1153 digest. (1 message) ---------------------------------------------------------------------- Return-Path: Approved-By: aleph1@SECURITYFOCUS.COM Delivered-To: bugtraq@lists.securityfocus.com Content-type: text/plain; charset="iso-8859-1" Mime-version: 1.0 Message-ID: <200009181942.PAA16899@lacrosse.corp.redhat.com> Reply-To: bugzilla@REDHAT.COM X-To: redhat-watch-list@redhat.com X-cc: linux-security@redhat.com, security@redhat.com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by biznetindia.com id PAA11618 From: bugzilla@REDHAT.COM Sender: Bugtraq List To: BUGTRAQ@SECURITYFOCUS.COM Subject: [RHSA-2000:061-02] syslog format vulnerability in klogd Date: Mon, 18 Sep 2000 15:42:00 -0400 --------------------------------------------------------------------- Red Hat, Inc. Security Advisory Synopsis: syslog format vulnerability in klogd Advisory ID: RHSA-2000:061-02 Issue date: 2000-09-18 Updated on: 2000-09-18 Product: Red Hat Linux Keywords: syslog format string klogd syslogd Cross references: N/A --------------------------------------------------------------------- 1. Topic: Various vulnerabilities exist in syslogd/klogd. By exploiting these vulnerabilities, it could be possible for local users to gain root access. No remote exploit exists at this time, but it remains theoretically possible that this vulnerability could be exploited remotely under certain rare circumstances. All users should upgrade to the new sysklogd packages. Users of Red Hat Linux 6.0 and 6.1 should use the packages for Red Hat Linux 6.2. 2. Relevant releases/architectures: Red Hat Linux 5.2 - i386, alpha, sparc Red Hat Linux 6.0 - i386, alpha, sparc Red Hat Linux 6.1 - i386, alpha, sparc Red Hat Linux 6.2 - i386, alpha, sparc 3. Problem description: klogd contains instances of the: syslog( LOG_INFO, buffer ); vulnerability that has been recently been discussed on Bugtraq and similar mailing lists; by supplying some string that contains '%' escapes, it is possible to have those escapes interpreted, which can lead to the ability to gain root access. Also, there are a couple of minor buffer overflow/termination problems that could allow local users to crash syslogd and cause bogus messages to be printed on the local system console. The updated sysklogd packages fix these vulnerabilities/issues. 4. Solution: For each RPM for your particular architecture, run: rpm -Fvh [filename] where filename is the name of the RPM. 5. Bug IDs fixed (http://bugzilla.redhat.com/bugzilla for more info): N/A 6. RPMs required: Red Hat Linux 5.2: sparc: ftp://updates.redhat.com/5.2/sparc/sysklogd-1.3.31-1.6.sparc.rpm alpha: ftp://updates.redhat.com/5.2/alpha/sysklogd-1.3.31-1.6.alpha.rpm i386: ftp://updates.redhat.com/5.2/i386/sysklogd-1.3.31-1.6.i386.rpm sources: ftp://updates.redhat.com/5.2/SRPMS/sysklogd-1.3.31-1.6.src.rpm Red Hat Linux 6.2: sparc: ftp://updates.redhat.com/6.2/sparc/sysklogd-1.3.31-17.sparc.rpm i386: ftp://updates.redhat.com/6.2/i386/sysklogd-1.3.31-17.i386.rpm alpha: ftp://updates.redhat.com/6.2/alpha/sysklogd-1.3.31-17.alpha.rpm sources: ftp://updates.redhat.com/6.2/SRPMS/sysklogd-1.3.31-17.src.rpm 7. Verification: MD5 sum Package Name -------------------------------------------------------------------------- cd92613fc9a7409a90f6ff774e6e85d7 5.2/SRPMS/sysklogd-1.3.31-1.6.src.rpm c7c44b7a38f4518daecca77cf7d45ba8 5.2/alpha/sysklogd-1.3.31-1.6.alpha.rpm f100359030451c4be9b3bd99c3ec73a1 5.2/i386/sysklogd-1.3.31-1.6.i386.rpm 1c7f004ca29c966e0a03896f239d1317 5.2/sparc/sysklogd-1.3.31-1.6.sparc.rpm 69d50a8a9d490598fc11eef40fdf4552 6.2/SRPMS/sysklogd-1.3.31-17.src.rpm 2a7e2c7848d1f2d9607f3e6e3702cf2e 6.2/alpha/sysklogd-1.3.31-17.alpha.rpm 287d5022aa9d1a6ba9e03c51acc85229 6.2/i386/sysklogd-1.3.31-17.i386.rpm 150a05567dd4d626326028b1ac31f34d 6.2/sparc/sysklogd-1.3.31-17.sparc.rpm These packages are GPG signed by Red Hat, Inc. for security. Our key is available at: http://www.redhat.com/corp/contact.html You can verify each package with the following command: rpm --checksig If you only wish to verify that each package has not been corrupted or tampered with, examine only the md5sum with the following command: rpm --checksig --nogpg 8. References: Thanks go to Jouko Pynnonen, Solar Designer, and Daniel Jacobowitz for discovering the vulnerabilities and providing patches. Copyright(c) 2000 Red Hat, Inc. ------------------------------ End of this Digest ****************** From linux-delhi-owner@lists.linux-india.org Tue Sep 19 10:23:41 2000 Received: from delhi1.mtnl.net.in (delhi1.mtnl.net.in [203.94.243.51]) by www.aunet.org (Postfix) with ESMTP id 6EE1E4A018 for ; Tue, 19 Sep 2000 10:23:30 -0700 (PDT) Received: from kajaal.dsf by delhi1.mtnl.net.in (8.9.1/1.1.20.3/07Jul00-0916AM) id VAA0000010639; Tue, 19 Sep 2000 21:52:03 +0530 (IST) Received: (qmail 1229 invoked by uid 500); 19 Sep 2000 16:39:55 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Sep 2000 16:39:55 -0000 Date: Tue, 19 Sep 2000 22:09:55 +0530 (IST) From: Sandip Bhattacharya X-Sender: sandipb@kajaal.dsf To: linux-delhi@lists.linux-india.org Subject: Re: Problems with depmod In-Reply-To: <20000918091631.17631.qmail@www0h.netaddress.usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Archive-Number: 200009/214 hey, did you leave the C source code in the modules/net directory...??any non-module file will cause such a "Not an ELF file message"... - Sandip -- Sandip Bhattacharya sandipb@bigfoot.com ICQ: 38380743 Yahoo: sandip_in ---------------------- From linux-delhi-owner@lists.linux-india.org Tue Sep 19 13:36:32 2000 Received: from nwcst279.netaddress.usa.net (nwcst279.netaddress.usa.net [204.68.23.24]) by www.aunet.org (Postfix) with SMTP id 1F3BC4A01C for ; Tue, 19 Sep 2000 13:36:29 -0700 (PDT) Received: (qmail 4104 invoked by uid 60001); 19 Sep 2000 20:33:18 -0000 Message-ID: <20000919203318.4103.qmail@nwcst279.netaddress.usa.net> Received: from 204.68.23.24 by nwcst279 for [203.197.219.2] via web-mailer(34FM.0700.4.03) on Tue Sep 19 20:33:18 GMT 2000 Date: 19 Sep 00 14:33:18 MDT From: ajitpal singh To: linux-delhi@lists.linux-india.org Subject: Re: [Re: Problems with depmod] X-Mailer: USANET web-mailer (34FM.0700.4.03) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Archive-Number: 200009/215 Hi,Sandip Yep there was the source file in the /lib.../net directoy=20 Now it is not giving the error "Non EPL file" But now it shows an error "Unresolved symbols in module .................." The unresolved symbols r pci_drv