If you do the command df, you will see
what amount of free space you have left on your filesystems including
the / (root) filesystem.
Sounds like there isn't any freespace on the root (/) filesystem.
You might look for core files or other files under the root filesystem
that you no longer need. Where those files might be are dependent upon
how your
filesystems are setup. If /var/tmp and /tmp is in the same filesystem as
/, then
there may be things there that are a good candidates for rm. Also, check
in /var/log for
old logs that are no longer needed.
To look for core files, as root enter:
find / -name core
you may probably delete any that you find except for:
/usr/src/linux-2.2.5/net/core
/proc/sys/net/core
If core files are a problem - taking up space, you
can change /etc/profile where it says
ulimit -c 100000
to
ulimit -c 0
this will prevent core (aka core dump) files from being created.
73,
Peter [EMAIL PROTECTED] kb1cvh@ka1tuz.#ema.us.noam (packet)
Jeff Johnson wrote:
>
> On Sat, Sep 11, 1999 at 05:39:29PM -0700, V. Leveque wrote:
> > I'm trying to install ax25 utilities on my redhat 6.0 system (I've gotten
> > the kernel to re-make, etc.)
> >
> > I tried the tar.gz files and was unable to get them to make properly.
> >
> > I downloaded the rpm with the following result:
> >
> > [root@lucky src]# rpm -i ax25-utils-2_1_42a-3_i386.rpm
> > error: installing package ax25-utils-2.1.42a-3 needs 1k on the / filesystem
> >
> >
> > Any ideas? I'm installing from /usr/src.
> >
>
> You're installing binaries (not from /usr/src!) in that rpm. I suspect that
> you truly need 1k on /.
>
> FWIW, you can disable disk space checks in rpm with "--ignoresize".
>
> 73 de Jeff
>
> --
> Jeff Johnson ARS N3NPQ
> [EMAIL PROTECTED] ([EMAIL PROTECTED])
> Chapel Hill, NC