Re: Monting nfs at boot

2011-01-27 Thread Sven-Åke Svensson

2011-01-26 17:12, Warren Block skrev:

On Wed, 26 Jan 2011, Polytropon wrote:


On Wed, 26 Jan 2011 10:31:10 +0100, Sven-Åke Svensson s...@mbg.se wrote:

When booting amd64 it looks like it try to mount the nfs directories
before the network is up. On the screen I can see that it try to mount
and then there is a line telling that the network interface is up. There
it locks up for some minutes before it continue and mounting.
[...]
Maybe there are some easy configuration fix, but I can't find it.


Check out the -l option of mount, and the corresponding
keyword late in /etc/fstab. See man mount for details.
Also see /etc/rc.d/mountlate to learn how it works (and
if it fits your requirements).


Using SYNCDHCP instead of just DHCP in /etc/rc.conf ifconfig lines may
also help.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Hi


That solved it. When I changed from a fixed ip-address to SYNCDHCP it 
started up as it should. I don't really understand why it don't work 
with a fixed address. But it does not matter as long as I don't have to 
wait five minutes for a startup.


Thank you for your help.


Sven

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Monting nfs at boot

2011-01-26 Thread Sven-Åke Svensson

Hi


I have some workstations where I mount working directories at boot. The 
directories that should be mounting are in /etc/fstab. All workstations 
are FreeBSD 8.1 and there are both i386 and amd64. On the i386 machines 
it works very well. But on the amd64 something happends.


When booting amd64 it looks like it try to mount the nfs directories 
before the network is up. On the screen I can see that it try to mount 
and then there is a line telling that the network interface is up. There 
it locks up for some minutes before it continue and mounting.
When the system is up it all works well but it's annoying to wait nearly 
five minutes for an workstation to came up.
These amd64 machines are from different vendors and have different 
network devices.


Maybe there are some easy configuration fix, but I can't find it.


Best regards

Sven

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: best way to rebuild all perl ports

2011-01-05 Thread Sven-Åke Svensson

2011-01-05 02:42, ja...@gnix.co.uk skrev:

Do you have PERL_VERSION= set correctly in /etc/make.conf?


This was set automatically when i first installed perl5.12. This line was later 
over-written when perl5.10 was installed. Since i used portupgrade to change 
back to perl5.12 this line has been set correctly. Susbsequent ports i've 
installed that require perl have been built against 5.12.

jamie

Hi

Check so you not have perl-threaded. If you have you must type
portupgrade -fr perl-treaded. Othervise it just do nothing.


Sven



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ZFS over nfs

2010-12-15 Thread Sven-Åke Svensson
Ok, thank you. If I understand what you say there could be an 
administrative mess but no real problem with the file system.



Regards

Sven-Åke


2010-12-10 16:09, krad skrev:



On 10 December 2010 13:57, Sven-Åke Svensson s...@mbg.se
mailto:s...@mbg.se wrote:

Hi


I have a file server with an zfs system. I have set up nfs shares
using zfs nfsshare as it says in the documentation. Then the
system use the file /etc/zfs/exports.

But I find out that I also can share this directories using the
standard /etc/exports. This way I have all administration of shares
in the same place. But are there any disadvantages doing it this
way? Anybody know?

System is Freebsd 8.1.


Best regards

Sven-Åke Svensson

___
freebsd-questions@freebsd.org mailto:freebsd-questions@freebsd.org
mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org
mailto:freebsd-questions-unsubscr...@freebsd.org



if you put it in exports zfs cant manage it, therefore the zfs
filesystem set command becomes redundent and inoperative, so it doesnt
fit in with zfs standard way of doing things. Not really an issue but
possibly a little confusing.

I know its not necessary the case for bsd yet, but on solaris if you
have made the jump to zfs, you have most likely gone for a pure zfs
installation, therefore it all hangs together nicely.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ZFS over nfs

2010-12-10 Thread Sven-Åke Svensson

Hi


I have a file server with an zfs system. I have set up nfs shares using 
zfs nfsshare as it says in the documentation. Then the system use 
the file /etc/zfs/exports.


But I find out that I also can share this directories using the standard 
/etc/exports. This way I have all administration of shares in the same 
place. But are there any disadvantages doing it this way? Anybody know?


System is Freebsd 8.1.


Best regards

Sven-Åke Svensson

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org