Created
August 11, 2011 15:31
-
-
Save dnaeon/1139944 to your computer and use it in GitHub Desktop.
pkgng - progress meter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jail-test# pkg update | |
http://tsunami:8000/repo.txz 100% 44KB 43.9KB/s 43.9KB/s 00:00 | |
jail-test# pkg install -x apache | |
The following packages will be installed: | |
perl-threaded-5.10.1_3 | |
pcre-8.12 | |
gdbm-1.8.3_3 | |
db42-4.2.52_5 | |
apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.10 | |
apache-2.2.17_1 | |
Proceed with installing packages [y/N]: y | |
http://tsunami:8000//perl-threaded-5.10.1_3.txz 100% 13MB 13.2MB/s 13.2MB/s 00:00 | |
http://tsunami:8000//pcre-8.12.txz 100% 517KB 516.8KB/s 516.8KB/s 00:00 | |
http://tsunami:8000//gdbm-1.8.3_3.txz 100% 32KB 32.0KB/s 32.0KB/s 00:00 | |
http://tsunami:8000//db42-4.2.52_5.txz 100% 1478KB 1.4MB/s 1.4MB/s 00:00 | |
http://tsunami:8000//apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.10.txz 100% 725KB 724.8KB/s 724.8KB/s 00:00 | |
http://tsunami:8000//apache-2.2.17_1.txz 100% 2866KB 2.8MB/s 2.8MB/s 00:00 | |
Installing perl-threaded-5.10.1_3...Removing stale symlinks from /usr/bin... | |
Removing /usr/bin/perl | |
rm: /usr/bin/perl: Read-only file system | |
Removing /usr/bin/perl5 | |
rm: /usr/bin/perl5: Read-only file system | |
Done. | |
Creating various symlinks in /usr/bin... | |
Backing up /usr/bin/perl as /usr/bin/perl.freebsd | |
mv: rename /usr/bin/perl to /usr/bin/perl.freebsd: Read-only file system | |
*** /usr/bin/perl is still there, which should not happen | |
Backing up /usr/bin/perl5 as /usr/bin/perl5.freebsd | |
mv: rename /usr/bin/perl5 to /usr/bin/perl5.freebsd: Read-only file system | |
*** /usr/bin/perl5 is still there, which should not happen | |
Done. | |
Cleaning up /etc/make.conf... Done. | |
Spamming /etc/make.conf... Done. | |
done | |
Installing pcre-8.12... done | |
Installing gdbm-1.8.3_3... done | |
Installing db42-4.2.52_5... done | |
Installing apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.10... done | |
Installing apache-2.2.17_1... done | |
To run apache www server from startup, add apache22_enable="YES" | |
in your /etc/rc.conf. Extra options can be found in startup script. | |
Your hostname must be resolvable using at least 1 mechanism in | |
/etc/nsswitch typically DNS or /etc/hosts or apache might | |
have issues starting depending on the modules you are using. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment