Still learning the ropes when it comes to FreeBSD (all *nix OSs actually) so forgive any basic mistakes I might have made.
I got crashplan running under compat/linux/ and it is backing up things nicely, but when I run top I notice 20+ Java processes running. Is this normal behaviour or have I done something wrong?
For the record this is my rc.conf:
and this is my fstab:
I got crashplan running under compat/linux/ and it is backing up things nicely, but when I run top I notice 20+ Java processes running. Is this normal behaviour or have I done something wrong?
For the record this is my rc.conf:
Code:
hostname="MCP"
# ifconfig_re0="DHCP"
ifconfig_re0="inet 10.0.0.200 netmask 255.255.255.0"
ifconfig_re0_alias0="inet 10.0.0.201 netmask 255.255.255.0"
defaultrouter="10.0.0.1"
sshd_enable="YES"
ntpd_enable="YES"
samba_enable="YES"
Powerd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="no"
ezjail_enable="YES"
linux_enable="YES"
crashplan_enable="YES"
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/ada0p2 / ufs rw 1 1
/dev/ada0p3 none swap sw 0 0
/dev/ada1p1 /home/public ufs rw 1 2
/dev/ada2p1 /home/dan/TimeMachine ufs rw 0 3
/home/dan/media /usr/jails/MCP-JAIL/home/dan/media nullfs ro 0 0
# Needed for linux emulation
linproc /compat/linux/proc linprocfs rw 0 0
/etc /compat/linux/freebsdroot/etc nullfs ro 0 0
/usr /compat/linux/freebsdroot/usr nullfs ro 0 0
/home/dan /compat/linux/freebsdroot/home/dan nullfs ro 0 0
/home/public /compat/linux/freebsdroot/home/public nullfs ro 0 0