pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Can't install sysutils/lsof



Thanks for the replies.  The  pkg_add  command worked.  For reference:

# pwd
/var/db/pkgin/cache
# ls -l osabi*
-rw-r--r--  1 root  wheel  2952 Nov 21 02:50 osabi-NetBSD-7.0.tgz
# pkg_add -I osabi-NetBSD-7.0.tgz
pkg_add: Warning: package `osabi-NetBSD-7.0' was built for a platform:
pkg_add: NetBSD/x86_64 7.0 (pkg) vs. NetBSD/x86_64 7.1 (this host)
# pkgin list | grep osabi
osabi-NetBSD-7.0     Operating System version dummy-package
# pkgin install lsof
pkg_summary.bz2                     100% 2722KB 143.3KB/s  98.3KB/s   00:19
calculating dependencies... done.

nothing to upgrade.
1 packages to be installed (0B to download, 308K to install):

lsof-4.89

proceed ? [Y/n] y
downloading packages...
installing packages...
installing lsof-4.89...
lsof-4.89: setting permissions on /usr/pkg/sbin/lsof (o=root, g=kmem, m=2755)
pkg_install warnings: 1, errors: 0
pkg_install error log can be found in /var/db/pkgin/pkg_install-err.log
reading local summary...
processing local summary...
marking lsof-4.89 as non auto-removable
# pkgin list | grep lsof
lsof-4.89            Lists information about open files
# rehash
# which lsof
/usr/pkg/sbin/lsof
#


Home | Main Index | Thread Index | Old Index