Hello,
Just wanted to introduce myself because I'm going to be around here fairly frequently. My name is Russ - er, @dinsdale - and I am a Windows developer that has just started delving into FreeBSD. I've really been pleased by the great documentation and I think I'm drunk with the power of Unix! I've re-purposed my mothers old Athlon X2 computer, stole some memory from a computer scrap pile from work (2GB DDR2 5300, sweeeet!) and seem to have a pretty decent little computer here. I've set up Samba 4 as a PDC for my laptop (why, because I can and I don't have to pay! ahhhahahahah!) and created a jail to run serviio because it's got a Windows phone app for my Lumia 800.
All that seems to be going well but I have run into a problem connecting to the jail when I start it in rc.conf. My network adapter doesn't have an IP address (although if I run
Anyway, thanks in advance to any suggestions.
Russ
Just wanted to introduce myself because I'm going to be around here fairly frequently. My name is Russ - er, @dinsdale - and I am a Windows developer that has just started delving into FreeBSD. I've really been pleased by the great documentation and I think I'm drunk with the power of Unix! I've re-purposed my mothers old Athlon X2 computer, stole some memory from a computer scrap pile from work (2GB DDR2 5300, sweeeet!) and seem to have a pretty decent little computer here. I've set up Samba 4 as a PDC for my laptop (why, because I can and I don't have to pay! ahhhahahahah!) and created a jail to run serviio because it's got a Windows phone app for my Lumia 800.
All that seems to be going well but I have run into a problem connecting to the jail when I start it in rc.conf. My network adapter doesn't have an IP address (although if I run
jls
from the host it shows it with an IP)? If I kill that jail and re-create it, I get my network connection working again. I have to then restart sshd
manually in order to get that working. I assume there is something basic I'm missing in rc.conf?
Code:
root@serviio:/# cat /etc/rc.conf
sshd_enable="YES"
serviio_enable="YES"
serviio_args=-Dserviio.remoteHost=172.23.153.50
hald_enable="YES"
dbus_enable="YES"
php_fpm_enable="YES"
nginx_enable="YES"
Anyway, thanks in advance to any suggestions.
Russ
Last edited by a moderator: