Re: Moving jails from one computer to another

2006-10-25 Thread albi albinootje

On 10/25/06, Doug Poland [EMAIL PROTECTED] wrote:


I'm curious if anyone has comments on moving a jail environment from
one computer to another.  Not having actually tried it yet, it would
seem to be possible given:

Both computers:
   are the same arch (i386, in my case).
   are running the same kernel and userland (e.g., FreeBSD RELENG_6_1)
   have identical jail environments (e.g., sysutils/ezjail)



by coincidence i've finished moving a jail-environment from 1 disc to
a bigger disc and then to another machine today

unfortunately i had to rebuild world because the clock was wrong and
got a touch: file not found which turned out to be a FAQ after i
already restarted with time make buildworld etc. but of course
normally that shouldn't happen

in your case you already have another disc ready, and if e.g. your
jails are in /usr/jails/ then
you would replicate the relevant /etc/rc.conf content (without ezjail that is)

not sure where ezjail saves it's config-files, but that's probably
easy to replicate too
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Backing up SOHO server

2006-10-23 Thread albi albinootje

On 10/23/06, Wojciech Puchar [EMAIL PROTECTED] wrote:


 - rdiff-backup - it's actually REALLY good for incremental backups . I'm using
 it with 6GB+ encrypted drives and the saving is quite good (though calculating
 the binary difference takes a while). There's a web interface to manage it
 remotely,etc. quite nice.

if it's managed by web interface instead of something normal like
command line, it's not good, at least for me.


rdiff-backup is a command-line tool, and it's possible to use a
web-interface for it
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problems after rebuild of 5.5 stable

2006-10-23 Thread albi albinootje

On 10/23/06, Matthew Pope [EMAIL PROTECTED] wrote:


# ifconfig sis0 add 10.1.1.99
This put me back in touch with the world on this server. Now I can cvsup
to a production 'Release' version of FreeBSD, and rebuild all.
Will tag=RELENG_6_1 for cvsup be the latest 'Release' then of FreeBSD,
not stable, nor current, but Release?


i'd rather start from scratch (back up /etc /usr/local/etc and
/usr/home and anything
else you need)

my FreeBSD 6.1 mailserver-settings :

relevant part of ports-supfile :

*default host=cvsup6.nl.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix

relevant part of standard-supfile :

*default host=cvsup3.nl.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_6_1
*default delete use-rel-suffix

relevant  uname -a output :
FreeBSD 6.1-RELEASE-p10
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kppp DNS problem?

2006-10-23 Thread albi albinootje

On 10/21/06, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:


  my primary and secondary DNS servers are as follows:

  ns1.hosting.trueband.net

  ns2.hosting.trueband.net

  All well and good - BUT the kppp config untility will only allow
numbers to be entered into the utility!


try in console or terminal :

host ns1.hosting.trueband.net
and
host ns2.hosting.trueband.net

( here are my results : )
ns1.hosting.trueband.net has address 64.92.113.1
ns2.hosting.trueband.net has address 64.92.114.1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problems after rebuild of 5.5 stable

2006-10-22 Thread albi albinootje

On 10/22/06, Matthew Pope [EMAIL PROTECTED] wrote:


I have a bit of grey hair, but I've been blessed with working with
FreeBSD gurus so much that I am struggling to run my own domain and
webserver.

-- cut --

My rc.conf includes:
routed_enable=YES
router=/sbin/routed
defaultrouter=10.1.1.1

I later read in the mailing list that someone had a simliar problem and
solved it by re-running the mergemaster step.  I tried that too, and
this time I selected default answer to all the prompts about
conflicts.  I rebooted, but I still cannot even ping my gateway, as I'm
getting no route to host.


can you describe the setup, like is the domain/webserver in the LAN or
connected to a separate NIC ?

do you really need to use routed ?

are you using firewall-software on that machine or any ping-related
settings in rc.conf ?

what's the output of netstat -r ?

what about the ping-ability of your gateway before ? was it pingable ?
or does it have
ping-replies disabled ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix + clamav-milter

2006-10-22 Thread albi albinootje

On 10/22/06, Gerard Seibert [EMAIL PROTECTED] wrote:


 Any reason you're not using postfix/amavisd-new/clamav?  It works
 quite nicely.

Yes actually. Reading the Postfix forum, it seems that people are having
problems with it everyday. I just want to keep it as simple as possible,
Amavisd requires mucking around in the master.cf file and I would rather
not get involved in that if possible.


what's the problem with editing master.cf ?

and if you only want anti-virus checking, try clamsmtp (it's in the ports),
it's rather easy to set up if you quickly read the documentation

and compared to amavis config-file it's a breeze to edit the config  ;)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix + clamav-milter

2006-10-22 Thread albi albinootje

On 10/22/06, NetOpsCenter [EMAIL PROTECTED] wrote:


clamsmtp sounds like what I need.

What do you use for a spam rejector?

I have this same issue as Gerard that I want to resolv on a new mail server.  
Keep it
simple and as spam free as virus free as possible.


i like the keep-it-simple approach, i've however dealt with the long
config-file from amavis
recently and i'm happy about the results!


I have postfix running under dovecot which works fine, and I want to add  the 
anti virus and
spam rejection.


on one mailserver i'm running
postfix+dovecot+mysql+maildrop+amavisd-new+spamassassin,
one another postfix+dovecot+clamsmtp+clamav+procmail

i'm planning to move the 2nd one also to amavisd-new+spamassassin,
instead of clamsmtp+clamav+procmail+spamassassin

with postfix and amavisd-new rejecting all kind of binaries the need
for virus-scanning
is not so urgent for me, also because there's almost no
windows-partition left :]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: running windows applications and making use of existing ms windows installation

2006-10-19 Thread albi albinootje

On 10/19/06, martinko [EMAIL PROTECTED] wrote:


I've been reading for some time about VMWare, Wine, Qemu, Bochs and some
others, but I'm still not sure which one would (best) fit my needs:

I've got a dual boot and I would like to make use of existing Windows
(XP) installation, not having to create a new virtual disk/system and
install everything from scratch.

Can I use existing Windows installation with some of the existing
emulation software ??


you didn't mention whether you're using NTFS or not on the windows-partition,
if you do use NTFS then you already have a problem because you can't
write to that
partition by default (not sure how far the rw-development is on FreeBSD)

vmware server gives you the possibility to use raw partitions,
i've tried that with a linux-partition on an external disc within vmware

wine is also a possibility, but wine will by default let you start
only 1 app, YMMV

last time i tried qemu it didn't support raw partition access afair

if i were you i would use vmware-server and do a fresh install,
easiest and safest
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]