Re: netgraph network setup for jail(8) vnet jails.

2013-05-23 Thread Trond Endrestøl
On Thu, 23 May 2013 09:42-0400, Joe wrote: > Teske, Devin wrote: > > snip... > > I rendered your output by saving it in a file ("joe.dot") and then running: > > > > dot -Tsvg -o joe.svg < joe.dot > > > > I then uploaded "joe.svg" to my website: > > > > http://druidbsd.sf.net/downlo

dtrace of a Samba nbench run shows

2013-05-23 Thread Richard Sharpe
Hi folks, I have been using dtrace, and particularly procsystime, to measure Samba system call usage stuff. This is what I get: cs-cc1# ./procsystime -n smbd Tracing... Hit Ctrl-C to end... ^C Elapsed Times for processes smbd, SYSCALL TIME (ns) sysarch 1

Re: file corruption solution (soft-update or ZFS)

2013-05-23 Thread Joshua Isom
On 5/23/2013 7:14 AM, saeedeh motlagh wrote: thanks for your reply. you know i have a sensitive server and unfortunately it is located some where that power outage happens much. so i want guarantee my data and avoid data lost and file corruption in my server. Get a good reliable UPS. Test it

netgraph network for jail(8) vnet jail unable to reach internet

2013-05-23 Thread Joe
Hello list. Trying to get my script to work that creates a netgraph network for a jail(8) vnet jail. Every thing seems to work, but from inside of the started vnet jail I can not ping the public internet. The host can ping the public internet so the problem has to be in the netgraph script. The

Strange behavior of NFS/ZFS on 9.0

2013-05-23 Thread Albert Shih
Hi all, I've a server under FreeBSD 9.0 with a large ZFS pool (~ 150To) This server is use mainly for backup and NFS server, he also have 4 Gb/s interface bound with LACP. If the nfs client is close to the server (physical distance) everything is fine. When the client is far away (NFS over t

mariadb-scripts conflict with mariadb-server

2013-05-23 Thread Jim Ballantine
When trying to do a clean/new install of mariadb, I first install mariadb-server (which installs cleanly), and try to install mariadb-scripts which fails with: # make install ===> Installing for mariadb-scripts-5.3.12 ===> mariadb-scripts-5.3.12 depends on file: /usr/local/bin/perl5.16.2 - found

Thunderbird 17.0.6 build failure FreeBSD 9.1-p3 amd64

2013-05-23 Thread John
Hello list, Portaudit said thunderbird had a vulnerability so I went to upgrade it with portupgrade but it coredumps and it does this a good while into the compilation process. Can anyone advise please how to overcome this? Here is my system and output: system - FreeBSD 9.1-RELEASE-p3 #0 r250634

Re: file corruption solution (soft-update or ZFS)

2013-05-23 Thread Michael Sierchio
On Thu, May 23, 2013 at 5:33 AM, Warren Block wrote: > .. > One thing mentioned earlier is that ZFS wants lots of memory. 4G-8G > minimum, some might say as much as the server will hold. > > Not necessarily so - deduplication places great demands on memory, but that can be satisfied with dedic

Re: HP 2570p installation

2013-05-23 Thread Ludovit Koren
> On Thu, 23 May 2013 18:39:44 +0700 > erichsfreebsdl...@alogt.com(Erich Dollansky) said: > > Hi, > > it might be a good idea to tell us from where you booted. The internal > disk, an USB stick, a USB drive ... > I am sorry. It was USB memory stick. > And of course, what was on that m

Re: netgraph network setup for jail(8) vnet jails.

2013-05-23 Thread Joe
Teske, Devin wrote: snip... I rendered your output by saving it in a file ("joe.dot") and then running: dot -Tsvg -o joe.svg < joe.dot I then uploaded "joe.svg" to my website: http://druidbsd.sf.net/download/joe.svg Compare your output to any of the following: http://druidbsd.s

Re: ZFS install on a partition

2013-05-23 Thread Paul Kraus
On May 23, 2013, at 4:53 AM, Albert Shih wrote: > Have you ever try to update a ZFS Pool on 9.0 to 9.1 ? I recently upgraded my home server from 9.0 to 9.1, actually, I did exported my data zpool (raidZ2), did a clean installation of 9.1, then imported my data zpool. Everything went perfectly

Re: file corruption solution (soft-update or ZFS)

2013-05-23 Thread Warren Block
On Thu, 23 May 2013, saeedeh motlagh wrote: you know i have a sensitive server and unfortunately it is located some where that power outage happens much. so i want guarantee my data and avoid data lost and file corruption in my server. i do not have any problem in RAM and hardware. The lack

Re: file corruption solution (soft-update or ZFS)

2013-05-23 Thread Trond Endrestøl
On Thu, 23 May 2013 16:44+0430, saeedeh motlagh wrote: > thanks for your reply. > > you know i have a sensitive server and unfortunately it is located some > where that power outage happens much. so i want guarantee my data and avoid > data lost and file corruption in my server. Maybe you should

Re: file corruption solution (soft-update or ZFS)

2013-05-23 Thread saeedeh motlagh
thanks for your reply. you know i have a sensitive server and unfortunately it is located some where that power outage happens much. so i want guarantee my data and avoid data lost and file corruption in my server. i do not have any problem in RAM and hardware. i don't know which approach is mor

Re: file corruption solution (soft-update or ZFS)

2013-05-23 Thread Warren Block
On Thu, 23 May 2013, saeedeh motlagh wrote: hello every body i have a question about fixing file corruption in freebsd. now i have freebsd8.2 and some times file corruption happened on it. this issue has a heavy cost for me and i want to avoid it or fixit it completely. so my question is: is

Re: setup journaling for root partition

2013-05-23 Thread Warren Block
On Thu, 23 May 2013, Torsten Hantzsche wrote: On Thu, 23 May 2013, s m wrote: thanks, i do as you said, but after loading gjournal, dd says "operation not permitted". gjournal clear says "operation not permitted" too and therefore "gjournal label" is not done and say previous error (gjournal

make release fails

2013-05-23 Thread Jack Mc Lauren
Hi I'm trying to make my own release ... # cd /usr/src # make buildkernel KERNCONF=MYKERN # make -j4 buildworld # cd release/ # make release NODOC=YES NOPORTS=YES NOSRC=YES and that's the error while making release: find //usr/obj/usr/src/release/dist/doc -empty -delete find: -delete: //usr/obj

Re: setup journaling for root partition

2013-05-23 Thread s m
thanks Torsten but it can't help me:(( and RW, yes i can boot to single user mode, but i can't do anything there!!! i mean when i run command "gjournal label -f ad3s1a ad3s1g" some errors returned and all my partition disappear!! what do you do if you want to set a journal partition for your

Re: HP 2570p installation

2013-05-23 Thread Erich Dollansky
Hi, it might be a good idea to tell us from where you booted. The internal disk, an USB stick, a USB drive ... And of course, what was on that media. Erich On Thu, 23 May 2013 13:02:37 +0200 (CEST) Ludovit Koren wrote: > > Hi, > > I bought HP Elitebook 2570p(B6Q08EA). I checked everything,

Re: setup journaling for root partition

2013-05-23 Thread RW
On Thu, 23 May 2013 09:57:50 +0430 s m wrote: > my problem is, i can not run gjournal command for root partition in > fixit mode nor single user mode. Just to check, you did boot into single user mode rather than shut-down into single user mode? ___ f

HP 2570p installation

2013-05-23 Thread Ludovit Koren
Hi, I bought HP Elitebook 2570p(B6Q08EA). I checked everything, if it is compatible, before I bought it. Unfortunately, I cannot install 9.1 RELEASE, nor 10.0 CURRENT. I get the following: BTX loader 1.00 BTX version is 1.02 Consoles: internal video/keyboard BIOS drive C: is disk0 BIOS drive D:

Re: setup journaling for root partition

2013-05-23 Thread Torsten Hantzsche
On Thu, 23 May 2013, s m wrote: thanks, i do as you said, but after loading gjournal, dd says "operation not permitted". gjournal clear says "operation not permitted" too and therefore "gjournal label" is not done and say previous error (gjournal cannot clear metadata on ad3s1a: operation not

Re: Fresh installation 9.1

2013-05-23 Thread Trond Endrestøl
On Thu, 23 May 2013 14:26+0530, hrkesh sahu wrote: > Hi Trond, > Thanks a lot for your help and Ipv6 routing is working with FreeBSD OS. > we want to go for Ipv6 certification for our IPv6 stack. > And Ipv6 stack we want to use FreeBSD as one vendor router. > > Now It will be easy for IPv6 intero

file corruption solution (soft-update or ZFS)

2013-05-23 Thread saeedeh motlagh
hello every body i have a question about fixing file corruption in freebsd. now i have freebsd8.2 and some times file corruption happened on it. this issue has a heavy cost for me and i want to avoid it or fixit it completely. so my question is: is it better to upgrade my freebsd to 9.1 and use

Re: Keeping my system up to date with CTM or subversion?

2013-05-23 Thread Mike Clarke
On Wednesday 22 May 2013 21:23:39 Ed Flecko wrote: > When security vulnerabilities are discovered and patches released by FBSD, > the patch will tell you what steps you need to take to apply the patch and > stay up to date, won't it? Yes, if you subscribe to the FreeBSD Security Notifications mai

Re: ZFS install on a partition

2013-05-23 Thread Albert Shih
Le 18/05/2013 ? 09:02:15-0400, Paul Kraus a écrit > On May 18, 2013, at 3:21 AM, Ivailo Tanusheff > wrote: > > > If you use HBA/JBOD then you will rely on the software RAID of the > > ZFS system. Yes, this RAID is good, but unless you use SSD disks to > > boost performance and a lot of RAM the h

Re: Fresh installation 9.1

2013-05-23 Thread hrkesh sahu
Hi Trond, Thanks a lot for your help and Ipv6 routing is working with FreeBSD OS. we want to go for Ipv6 certification for our IPv6 stack. And Ipv6 stack we want to use FreeBSD as one vendor router. Now It will be easy for IPv6 interoperability test with freeBSD. for Ipv6 interoperability test We

Re: ZFS install on a partition

2013-05-23 Thread Albert Shih
Le 17/05/2013 ? 20:03:30-0400, Paul Kraus a écrit > > ZFS is stable, it is NOT as tuned as UFS just due to age. UFS in all of it's > various incarnations has been tuned far more than any filesystem has any > right to be. I spent many years managing Solaris system and I was truly > amazed at ho