This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

Logfile for package installations

skybandit

Vu+ Newbie
Is there any way to get BlackHole to create a logfile when installing packages?

I'd like to figure out why a package doesn't install when it appears to install correctly...
 
Is there any way to get BlackHole to create a logfile when installing packages?

I'd like to figure out why a package doesn't install when it appears to install correctly...

You should try to install that package via telnet session on your box
 
How do I do this?

I assume that I copy the *.tgz file to /tmp and run gzip, but where should the archive be extracted to, and are there any specific options I need to use?

The installation is package-ependant.
You can use the following command to uncompress the pacakge and see what it contains:
Code:
cd /tmp
tar xvzf file.tgz

Next, install by hand the files.
 
Back
Top