Re: Optimising NFS for system files

2008-12-31 Thread Bernard Dugas
% nice, 9.0% system, 0.0% interrupt, 90.2% idle Mem: 19M Active, 720M Inact, 136M Wired, 240K Cache, 110M Buf, 98M Free Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Optimising NFS for system files

2008-12-31 Thread Bernard Dugas
. But : - tar is directed to /dev/null so that should avoid any physical writing ; - there is still memory FREE on both server and client while taring ; - the effect of tar is the same on server and client, so the induced error should be the same time on both. Thanks a lot, Best regards, -- Bernard DUGAS

Re: Optimising NFS for system files

2008-12-31 Thread Bernard Dugas
a sidenote, you are probably getting a version of time integrated to your shell. The -h option works fine in /usr/bin/time, so run like this: client6# /usr/bin/time -h tar -cf - /usr /dev/null Very true, this is it :-) Thanks a lot for your help ! Best regards, -- Bernard DUGAS Mobile +33 615

Re: Optimising NFS for system files

2008-12-31 Thread Bernard Dugas
. Is it the FreeNAS you describe in your testing or a new one ? We plan to use it run development-virtual-machines on. This is also my target :-) I will have some high density servers (6 independent servers in 1U) and trying to master the freebsd diskless process before... Best regards, -- Bernard DUGAS

Re: Optimising pxeboot disk size

2008-12-30 Thread Bernard Dugas
can see some echo in /etc/rc without any , and their result seems to go to /var/messages. I wish to learn to do clean scripting :-) Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions@freebsd.org mailing list http

Re: Optimising NFS for system files

2008-12-30 Thread Bernard Dugas
something more efficient than NFS ? Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: Optimising NFS for system files

2008-12-30 Thread Bernard Dugas
This is a Gbps network with only 1 switch between nfs server and client, with less than 0.2ms ping. So bandwidth should not be a problem, seems that NFSV3 is the limitation... Trying to change mtu, but don't look easy, where can i find the possible range for ports ? Best regards, -- Bernard

Re: Optimising NFS for system files

2008-12-30 Thread Bernard Dugas
value with : Dec 30 18:10:38 client1 kernel: em0: Intel(R) PRO/1000 Network Connection 6.9.6 port 0xfe00-0xfe1f mem 0xf dfc-0xfdfd,0xfdffe000-0xfdffefff irq 20 at device 25.0 on pci0 Now i understand better MTU can be a pain ;-) Best regards, -- Bernard DUGAS Mobile +33 615 333 770

Re: Optimising NFS for system files

2008-12-30 Thread Bernard Dugas
to look at right places... ? How may i divide the problem ? Or is my simple test wrong ? I use a tar directed to /dev/null to avoid any writing. Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions@freebsd.org mailing list

Re: Optimising NFS for system files

2008-12-30 Thread Bernard Dugas
that only testing can give the limit, this is not documented. Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Optimising NFS for system files

2008-12-30 Thread Bernard Dugas
is slowing the process that should not... But what ? How to diagnose NFS ? Where should i look in a logical diagnosis process ? Best regards -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Optimising pxeboot disk size

2008-12-29 Thread Bernard Dugas
by dhcp, but found a way to find the ip address. The only problem i have is that the echo done and other standard outputs are not visible in /var/log/messages. How can i keep them either in dmesg or /var/log/messages ? Best regards, -- Bernard DUGAS Mobile +33 615 333 770

Optimising NFS for system files

2008-12-29 Thread Bernard Dugas
Hi, I'm working on a project to have many diskless clients PXEbooting on 1 nfs server. With some help :-) i could manage to share almost all system files (/, /usr,..) through NFS. i can see a reading speed difference 4 time slower on client than on server (time tar -cf - /usr /dev/null).

Re: Extracting changed files list from snapshot

2008-12-18 Thread Bernard Dugas
contains the start of the list, the size and a lock. The sn_blklist pointer, I will have to look up. I think i'm gonna have fun with this for a bit ;) This is christmas gift. But for who :-? Thanks a lot ! -- Bernard DUGAS Mobile +33 615 333 770

Re: Extracting changed files list from snapshot

2008-12-17 Thread Bernard Dugas
Mel wrote: On Tuesday 16 December 2008 15:18:19 Bernard Dugas wrote: I want to extract the list of files changed between 2 snapshots, to be able to do efficient backups. Just use dump(8)? Yes in first step, may be. But for fast replication of changes ? Imagine i have a 1TB drive with 1

Any doc reference on /entropy file ?

2008-12-16 Thread Bernard Dugas
Hi, When i look at / in a standard installation like : FreeBSD XXX 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 There is only 1 file, named entropy : -rw--- 1 root wheel 4096 Dec 11 17:36 entropy I

Re: Any doc reference on /entropy file ?

2008-12-16 Thread Bernard Dugas
, how can i tell the ramdom generator to put this /entropy file somewhere in /var, where i think it should be ? Or is there any tricky hidden problem ? Thanks a lot, Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions

Re: Optimising pxeboot disk size

2008-12-16 Thread Bernard Dugas
SUPPORTED (READ: IT DOESN'T WORK)AND USING IT MAY, IN FACT, DESTROY DATA ON YOUR SYSTEM. USE AT YOUR OWN RISK. BEWARE OF DOG. SLIPPERY WHEN WET. Sad not to be a coder... Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions

Optimising pxeboot disk size

2008-12-16 Thread Bernard Dugas
Hi, I'm working on a project to have many diskless clients PXEbooting on 1 nfs server. This works now, but i would like to have a more efficient use of disk space on NFS server. Lot of root directories can be shared and mounted in fstab, after booting process : /usr, /home... In current

Extracting changed files list from snapshot

2008-12-16 Thread Bernard Dugas
Hi, I want to extract the list of files changed between 2 snapshots, to be able to do efficient backups. Any idea where to find a document about snapshots internal structure ? Or if you know any port that already do this :-? Thanks a lot, Best regards, -- Bernard DUGAS Mobile +33 615 333

Re: Optimising pxeboot disk size

2008-12-16 Thread Bernard Dugas
in object languages... Dreams are allowed :-) Thanks a lot, Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Any doc reference on /entropy file ?

2008-12-16 Thread Bernard Dugas
, so after /var is mounted. As this is for diskless station, it would be fun to change the entropy file through the nfs server RANDOM, even better thant at each boot :-) Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions

Re: Optimising pxeboot disk size

2008-12-16 Thread Bernard Dugas
: being able to go from common shared configuration to specific private configuration. unionfs looks very close to my dream, but it is currently not available for production :-( Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd

Copying system/ports configuration?

2008-12-16 Thread Bernard Dugas
author to add an -export option readable to built new ports on another computer. May be an -export-packages option would be nice also ? Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions@freebsd.org mailing list http

Re: Any doc reference on /entropy file ?

2008-12-16 Thread Bernard Dugas
/default/rc.conf detailled file is not searchable in the man page, nor the default /entropy file. Best regards, -- Bernard DUGAS Mobile +33 615 333 770 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Extracting changed files list from snapshot

2008-12-16 Thread Bernard Dugas
Lowell Gilbert wrote: Bernard Dugas bern...@dugas-family.org writes: I want to extract the list of files changed between 2 snapshots, to be able to do efficient backups. Any idea where to find a document about snapshots internal structure ? Or if you know any port that already do

Re: Extracting changed files list from snapshot

2008-12-16 Thread Bernard Dugas
Lowell Gilbert wrote: Bernard Dugas bern...@dugas-family.org writes: I want to extract the list of files changed between 2 snapshots, to be able to do efficient backups. Any idea where to find a document about snapshots internal structure ? Or if you know any port that already do

Re: Optimising pxeboot disk size

2008-12-16 Thread Bernard Dugas
Paul B. Mahol wrote: Well, I tested unionfs on CURRENT and it did not crashed on me. Feel free to test it on 7 STABLE and report results to developers. Thanks for the feed-back, i will no more be afraid to test :-) I will tell you later, Best regards, -- Bernard DUGAS Mobile +33 615 333 770

Re: Any 4.10 installation on asus pundit ?

2004-06-20 Thread Bernard Dugas
Hi, Robert Downes a écrit : Bernard Dugas wrote: Thanks very much, Robert, it was the udma option : but this is quite inefficient if I can't use UDMA with FreeBSD ? FreeBSD will drop down to PIO mode, probably mode 4. According to Scott Mueller's book, PIO mode 4 offers up to 16.67 MB/sec

Re: Any 4.10 installation on asus pundit ?

2004-06-20 Thread Bernard Dugas
, -- __ Bernard DUGAS | | | Technoparc Pays de Gex mailto:[EMAIL PROTECTED] | | 30 Rue Auguste Piccard Tel.: +33 615 333 770 | | FR 01630 St Genis Pouilly Fax : +33 450

Re: Any 4.10 installation on asus pundit ?

2004-06-20 Thread Bernard Dugas
-pr.cgi?pr=68149 Thanks a lot, -- __ Bernard DUGAS | | | Technoparc Pays de Gex mailto:[EMAIL PROTECTED] | | 30 Rue Auguste Piccard Tel.: +33 615 333 770 | | FR 01630

Re: Any 4.10 installation on asus pundit ?

2004-06-19 Thread Bernard Dugas
: but this is quite inefficient if I can't use UDMA with FreeBSD ? Best regards, -- __ Bernard DUGAS | | | Technoparc Pays de Gex mailto:[EMAIL PROTECTED] | | 30 Rue Auguste Piccard

Any 4.10 installation on asus pundit ?

2004-06-15 Thread Bernard Dugas
.html but there is no answer on the list. I should have look at that before, but I was confident in freeBSD ;-) Thanks a lot, -- __ Bernard DUGAS | | | Technoparc Pays de Gex mailto:[EMAIL

Re: how to talk to the serial and parallel ports through a C

2003-06-11 Thread Bernard Dugas
regard, Bernard Dugas -- Message: 32 Date: Mon, 09 Jun 2003 09:44:28 -0700 From: Dan Malaby [EMAIL PROTECTED] Subject: how to talk to the serial and parallel ports through a C program To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text