Re: [ilugd] Error in SSH POrt 22 is Closed

2006-01-23 Thread [EMAIL PROTECTED]
विवेक ऐय्यर விவெக ஐய்யர் Vivek Iyyer wrote:
 ok this actually means.. that you have ssh-client installed but not ssh server
 To install ssh server package, you need to run this command line or
 use synaptic/any apt tool to install openssh-server .
 
 command
 apt-get install openssh-server
 /command
 
 Hope this helps
 cheers
 Vivek

Yes it does and everything is up and running

Thanks
ram
 


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] rsync with ssh on FC3

2006-01-23 Thread ankush grover
hey friends,


I am trying to copy the contents of some directories(/opt  /home) on my
servers to another machine through rsync. The problem I am facing is that
ssh is very restricted in my domain that is

 ssh is running on some other port(50,000)
 only few users r allowed access.


rsync -pzv -e ssh -l demo --port=5 --progress [EMAIL PROTECTED]::mail
/home/demo/ demo.swx


demo is the user on other machine and it has the rights to do ssh, the
machine is running on port 5
and the file i want to copy is demo.swx.Right now I am trying to copy only
one file but I need to copy few directories later on.

what should be the syntax of rsync for my scenario.


Thanks  Regards

Ankush Grover
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Error in SSH POrt 22 is Closed

2006-01-23 Thread Naresh Narang


--- [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:
 
 Can I edit ssh_config and remove the # in front of
 the line
 Host *
 #   ForwardAgent no
 big snip
 #   IdentityFile ~/.ssh/id_dsa
 #   *Port 22*
 #   Protocol 2,1


Can you post the output of rpm -qa|grep ssh



-- Naresh

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

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Setting up Hardware SATA RAID on Server

2006-01-23 Thread Mithun Bhattacharya

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

 Hi ilugd@lists.linux-delhi.org,

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

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

Intel definitely gives a fakeraid or software based RAID support.

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



Mithun

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

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] [COMMERCIAL] Immediate requirement of Content Writer at Data Armor

2006-01-23 Thread Sumit Malhotra
Company: Data Armor is a fast growing Chicago based infrastructure
management and data security company. We manage diverse networks for
many different types of organizations. We have a wonderfully casual
environment with great relationships with our Clients.
 
Position Vacant: Technical Writer
  
Job Description
 
1) Research, develop, and write content for printed and online manuals,
documentation, and other supporting materials for software, hardware,
technical procedures, and technology-related products and services.
2) Work closely with business analysts, software developers and client
personnel to gain understanding of client technologies to determine
appropriate documentation requirements and content.
3) Produce effective, well-structured written materials including -
a) User manuals, How To documentation, Getting Started guides,
workbooks, and Quick Reference materials.
b) Technical system specifications and procedures.
c) Product and marketing materials.
d) Online self-help documentation, website content, and error messages.
4) Identify, produce and/or obtain diagrams, screen captures and other
graphics necessary to illustrate documentation.
 
Candidate Profile
 
Bachelor degree (BS) in Technical Communications, English, B Sc
(Computers) / BE / MCA with 2-3 years exp.
 
Creating software documentation. Experience in Software Development
organizations software documentation e.g. HLD Documentation, Software
releases and product manuals, API manuals, Help files, etc
 
Experience in writing content for Product in field of
Telecom/System/Network/Security (one or more)
 
 
Minimum Experience 2 years
 
Maximum Experience 4 years
 
Compensation: Best in Industry
 
Location Delhi
 
Contact Information
Name/ Designation:  Mr. S. K. Bawa
Email:  [EMAIL PROTECTED]
Website:http://www.dataarmor.net http://www.dataarmor.net/ 
Reference: ILUGD/230106/Content Writer
 
We thank all interested candidates for applying; however we will only be
contacting those individuals we wish to interview.
 
Thanks.
Sumit Malhotra
Data Armor
 
 
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Error in SSH POrt 22 is Closed

2006-01-23 Thread [EMAIL PROTECTED]
Naresh Narang wrote:
Can I edit ssh_config and remove the # in front of
the line
Host *
#   ForwardAgent no
big snip
#   IdentityFile ~/.ssh/id_dsa
#   *Port 22*
#   Protocol 2,1
 
 
 
 Can you post the output of rpm -qa|grep ssh
 
here it is
[EMAIL PROTECTED]:~$ rpm-qa|grep ssh
bash: rpm-qa: command not found
[EMAIL PROTECTED]:~$ rpm-qa |grep ssh
bash: rpm-qa: command not found
[EMAIL PROTECTED]:~$ rpm-qa | grep ssh
bash: rpm-qa: command not found


anyway the solution's been posted in one of the previous mails
meaning it just had to install openssh-server and that solved this 
particular problem

thanks
ram


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Error in SSH POrt 22 is Closed

2006-01-23 Thread V Vivek
Ram,
Ubuntu package management does not support rpm(redhat package manager). 
in ubuntu
command
 dpkg -L openssh-server
dokg -L packagename
/command
would give you similar results.


[EMAIL PROTECTED] wrote:

Naresh Narang wrote:
  

Can I edit ssh_config and remove the # in front of
the line
Host *
#   ForwardAgent no
big snip
#   IdentityFile ~/.ssh/id_dsa
#   *Port 22*
#   Protocol 2,1
  


Can you post the output of rpm -qa|grep ssh



hey you missed the spaces here it's
command
rpm -qa |grep packagename
/command

here it is
[EMAIL PROTECTED]:~$ rpm-qa|grep ssh
bash: rpm-qa: command not found
[EMAIL PROTECTED]:~$ rpm-qa |grep ssh
bash: rpm-qa: command not found
[EMAIL PROTECTED]:~$ rpm-qa | grep ssh
bash: rpm-qa: command not found

  



___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Error in SSH POrt 22 is Closed

2006-01-23 Thread [EMAIL PROTECTED]
V Vivek wrote:
 Ram,
 Ubuntu package management does not support rpm(redhat package manager). 
 in ubuntu
 command
  dpkg -L openssh-server
 dokg -L packagename
 /command
 would give you similar results.
 

 Can you post the output of rpm -qa|grep ssh
 
 

Hi Vivek,

*The solution you provided earlier worked well* ,it took me about 10 
seconds or less per machine. So no worries,

I did not want to sound rude, by not answering, when someone was asking 
for outputs to help so I posted it. and also said that my problem has 
already been solved by an earlier

Thanks for the dpkg solution, will do it for other programmes.

cheers
ram

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] rsync with ssh on FC3

2006-01-23 Thread Sudev Barar
On 1/23/06, ankush grover [EMAIL PROTECTED] wrote:

 rsync -pzv -e ssh -l demo --port=5 --progress [EMAIL PROTECTED]::mail
 /home/demo/ demo.swx

rsync -avzP -essh --port=5 [EMAIL PROTECTED]:/path/to/directory 
/local/path

No / at end of path will copy the entire tree below /path/to/host
and create a directory host under /local/path

No point of using things like -p as these are defaul behavious in any
case. I would run this additionally with -n option the first time as
it does not do anything but allows you to see what rsync is going to
do.

HTH

--
Sudev Barar
Learning Linux

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] rsync with ssh on FC3

2006-01-23 Thread ankush grover
On 1/23/06, Sudev Barar [EMAIL PROTECTED] wrote:

 On 1/23/06, ankush grover [EMAIL PROTECTED] wrote:
 
  rsync -pzv -e ssh -l demo --port=5 --progress [EMAIL PROTECTED]::mail
  /home/demo/ demo.swx

 rsync -avzP -essh --port=5 [EMAIL PROTECTED]:/path/to/directory 
 /local/path

 No / at end of path will copy the entire tree below /path/to/host
 and create a directory host under /local/path

 No point of using things like -p as these are defaul behavious in any
 case. I would run this additionally with -n option the first time as
 it does not do anything but allows you to see what rsync is going to
 do.

 HTH

 --
 Sudev Barar
 Learning Linux

 Hey Mr.Sudev ,

thanks for your guidance rsync is working fine.

Thanks  Regards

Ankush Grover
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] LinuxAsia 2006: Hurry! Get your Technology One-Day Pass for Rs 149 ONLY!

2006-01-23 Thread LinuxAsia Tux
For a LIMITED TIME ONLY, register with a 'Technology
One-Day Pass' for Rs 149. This offer only lasts for
the next 200 registrants. So don't miss out on it.
RESERVE YOUR SEAT TODAY at LinuxAsia 2006!

REGISTER at http://www.linuxasia.net/register/attendee

**
LinuxAsia Conference  Expo 2006
February 8-10, 2006 | New Delhi, India
http://www.linuxasia.net

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

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] LinuxAsia 2006: Hurry! Get your Technology One-Day Pass for Rs 149 ONLY!

2006-01-23 Thread Raj Shekhar
No [commercial] tag ?
And a throw away yahoo.co.in address to boot ?

in infinite wisdom LinuxAsia Tux spoke thus  On 01/24/2006 03:35 AM:
 For a LIMITED TIME ONLY, register with a 'Technology
[snip]
-- 
  _.-,   raj shekhar
 .--'  '-._   http://rajshekhar.net
  _/`-  _  '.   http://rajshekhar.net/blog
''._`.. \
   ` \;  WE APOLOGIZE FOR THE INCONVENIENCE
 ;_\-- God's Last Message to his Creation

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/