hello, Here are the logs of the online meet. http://groups.yahoo.com/group/Mumbai_GNULinux/files/ I would like to thank Animesh Singh to give the first talk.Just hope there are more talks. If any one would like to give a talk just let us know.
cheers,
Gaurav.P.Chaturvedi
Sometime Today, gaurav chaturvedi assembled some asciibets to say:
Here are the logs of the online meet. http://groups.yahoo.com/group/Mumbai_GNULinux/files/
Only members of that group can view the file.
BTW, I was online at that time and didn't see any talk going on. Maybe it was the wrong day.
Philip
Hello, The modrator wont let me post a mail more then 7kb.And it is the only online place i have to post the logs...
cheers,
Gaurav.P.Chaturvedi
Sometime Today, gaurav chaturvedi assembled some asciibets to say:
The modrator wont let me post a mail more then 7kb.And it is the only online place i have to post the logs...
Hi, I'm the moderator actually :). Send me the file, and I'll host it on the resources section of the ilug-bom server.
Philip
BTW, I was online at that time and didn't see any talk going on. Maybe it was the wrong day.
Same here Philip. But it's a good sign that we're going on to spontaneous talk on IRC.
Gaurav, information wants to be free. Is there no way I can see the chat transcripts without being a member of the group. How about hosting the transcript somewhere so that everyone can see?
Regards,
Helllo: I am trying to write a shell script to get the process id of a particular process (slapd) and then kill that using 'kill -9 $pid'.
I can get the pid by using prid= pidof slapd An echo of this for testing gives me the pid number followed by a blank line and then the prompt.
Now the problem is when I am trying to use this variable in various forms in the shell script and get errors.
option 1: kill -9 $prid
Output: 20685 kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec]
========================= Option 2: actual= "kill -9 $prid" echo $actual
Output: 20685 ./testscript: line 4: kill -9 : command not found
==========================
Option 3: actual="kill -9 $prid" echo $actual
Output: 20685 kill -9 #The process is still running.
Can you shed some light on where I am going wrong? Thank you very much. All help appreciated.
_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Make sure that $pid is a numeric value only do ------------ echo" ==$pid == " ----------------- and check where it is comming on the same line my system it was working fine .
-----------o/p------------------ [sachinr@localhost docs]$ vim
[1]+ Stopped vim [sachinr@localhost docs]$ ps -ad |grep vim 11777 pts/51 00:00:00 vim [sachinr@localhost docs]$ export pid=11777 [sachinr@localhost docs]$ kill -9 $pid [sachinr@localhost docs]$ [1]+ Killed vim [sachinr@localhost docs]$
Hello, Here are the logs of the online meet. http://db.ilug-bom.org.in/lug-meetings/Nov-2004/
I would like to thank Animesh Singh to give the first talk.Just hope there are more talks.(and the mailing list admin.for hosting the logs) If any one would like to give a talk just let us know.
cheers,
Gaurav.P.Chaturvedi