How to log Installation-Activity ??

 
Thread Tools Search this Thread
Operating Systems Linux SuSE How to log Installation-Activity ??
# 1  
Old 06-28-2010
How to log Installation-Activity ??

Hi @ All,

short question:
i want to log my cpan Installation in a text-File.
My first try was
Code:
cpan -i module | tee /home/install.txt

but this donīt logs my inputs, eg. what i typed in when cpan asks where are my progs or which mirror i want.
Can somebody help me with this?
Regards,



Solved - ... i did it with "script"
Thanks.

Last edited by jackcracker; 06-28-2010 at 08:03 AM.. Reason: Solved
# 2  
Old 06-28-2010
Turn on logging in your terminal client (Putty?) maybe.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Red Hat

Network activity log

I am having Red Hat Linux 5.9 installed in my server. There are 2 physical ethernet port in the server and these 2 ports are bonded to 1 bond0 port through linux bonding utility. For some days I am experiencing some fluctuation in server port. I want to analyze the same.How to do that? It may... (4 Replies)
Discussion started by: Anjan Ganguly
4 Replies

2. Solaris

How to tail an installation log?

Hi Guys, when installing an application, I believe there is a log file which is create to log the progress of the installation. What I will like to know is, how do you tail the start log file to see the installation as it is progressing. I will really appreciate your help. Thanks (1 Reply)
Discussion started by: cjashu
1 Replies

3. UNIX for Dummies Questions & Answers

How to trace root's activity log

What is the command to check the activity of all users with root access on a Unix platform? Right now, there is like about 20 users with root and someone accidentally made some changes to the crontab and I need to trace which user did it. (5 Replies)
Discussion started by: hedkandi
5 Replies

4. Solaris

Making a Log of user activity in Solaris 10

My first post. I need a simple way to log user activity to a unique file for each user and also if any user su's to root, I would like to capture that activity and have it in the unique file for that user. (1 Reply)
Discussion started by: powerrack
1 Replies

5. AIX

how to log DNS activity?

I have DNS server with AIX 5.2 and need help in logging DNS activity to a file, in other words, I want to log the information of all the machines that resolves via DNS server along with their timestamp (like what time it resolved). Any help is very much appreciated. Thanks (3 Replies)
Discussion started by: mbak
3 Replies

6. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

7. Shell Programming and Scripting

to log a installation

hi i am using borne shell script to install. In the script i get from the user some input and then to do pkgadd and some sqlplus commands. I want to capture all the information to the logfile. if i use , tee command i dont get the user entered input. can u let me know ,how to... (3 Replies)
Discussion started by: barun007
3 Replies
Login or Register to Ask a Question