upgrade 7.2 to 8.0 problems

2010-01-03 Thread Aristedes Maniatis
# AMD64, Supermicro hardware. ZFS filesystem (booting to UFS, then rest of the file system /usr /var /tmp on ZFS). I used "freebsd-update upgrade -r 8.0-RELEASE" and all went well for the usual first install of the kernel with "freebsd-update install". After rebooting into single user mode, I

Re: locale-related build problems

2010-01-03 Thread Dimitry Andric
On 2010-01-03 15:03, Jilles Tjoelker wrote: This should be fixed by adding LC_ALL=C somewhere in the build process, possibly only for these awk commands. Here is a quite minimal diff to do so, at least for the buildkernel part. In any case, it looks like awk is used quite a lot in other places

FreeBSD Tools for ProLiant -- Status on FreeBSD 8

2010-01-03 Thread Marco Steinbach
Hello. We have some ProLiants in use, and plan to migrate them to 8.x. One of my concerns is, if and when the ProLiant tools get an update to work with releases after 6. I saw this question pop up in the archives of freebsd-proliant, but directing it to a broader audience might help the cas

Re: UTF-8 problem in 8.0

2010-01-03 Thread Derek Kulinski
Hello Sean, Sunday, January 3, 2010, 9:03:01 AM, you wrote: > The last commit that I recall (r192561) fixed dashes in front of options > (.Fl macro) but not dashes present within a man page. Personally, I > just create an alias for man to call 'LANG=C man' to protect against > examples with no

Re: something fails with svn

2010-01-03 Thread Kevin Oberman
> Date: Sun, 3 Jan 2010 15:04:30 -0500 > From: "Jonathan Noack" > Sender: owner-freebsd-sta...@freebsd.org > > On Tue, December 29, 2009 23:33, jhell wrote: > > On Tue, 29 Dec 2009 17:18, oliver.pntr@ wrote: > >> Hi list! > >> > >> Something fails, when updated the FreeBSD's svn repo to git. Sinc

Re: something fails with svn

2010-01-03 Thread Jonathan Noack
On Tue, December 29, 2009 23:33, jhell wrote: > On Tue, 29 Dec 2009 17:18, oliver.pntr@ wrote: >> Hi list! >> >> Something fails, when updated the FreeBSD's svn repo to git. Since >> yesterday I get this warning: >> $ git svn rebase >> >> ... >>M sys/boot/pc98/kgzldr/crt.s >> Couldn't

Re: ZFS performance degradation over time

2010-01-03 Thread Richard Todd
Garrett Moore writes: > I'm having problems with ZFS performance. When my system comes up, > read/write speeds are excellent (testing with dd if=/dev/zero > of=/tank/bigfile and dd if=/tank/bigfile of=/dev/null); I get at least > 100MB/s on both reads and writes, and I'm happy with that. > > The

Re: kernel build failed

2010-01-03 Thread Max Khon
Hello! On Sun, Jan 3, 2010 at 3:28 AM, Doug Barton wrote: > > cd /usr/src > > > > make cleandir && make cleandir && rm -rf /usr/obj > > > > make buildkernel > > FreeBSD is not like Linux in the sense that you don't just want to > update the kernel independently of the rest of the base system. Y

ZFS performance degradation over time

2010-01-03 Thread Garrett Moore
Hello all, I posted a thread about ZFS performance issues in the General section of the forums and there were other people having the same issue, so I thought that it might be helpful to send the details to the mailing list as well. The thread can be found at: http://forums.freebsd.org/showthread.

Re: UTF-8 problem in 8.0

2010-01-03 Thread Sean C. Farley
On Sun, 3 Jan 2010, Ulrich Spörlein wrote: On Fri, 01.01.2010 at 15:47:36 -0800, Derek Kulinski wrote: Hello, After installing FreeBSD 8.0 I noticed that some characters aren't displayed correctly (it worked fine for 7.2). Mainly the dash character is most noticeable (though it's possible

kernel build failed

2010-01-03 Thread E. O.
my kernel compile error -> http://www.harmanyeri.web.tr/buildkernel.log Thx Dimitry Andric.. 1 month I was dealing with this error. I wrote frebsd forums everywhere. but not. and ... are today, but thank you very much. I'm very happy. Dimitry Andric wrote of me ; Yes, your /etc/profile is fin

Re: gstat: geom_gettree = -1: No such file or directory

2010-01-03 Thread martinko
Ulrich Spörlein wrote: On Fri, 01.01.2010 at 18:47:27 +0100, martinko wrote: Hi list, gstat(8) does not work here on 8.0 (it worked happily on 6.x and 7.x) : # gstat gstat: geom_gettree = -1: No such file or directory Is this known ? What can I do ? I doubt that it is widely known, but I'v

Re: kernel build failed

2010-01-03 Thread Doug Barton
E. O. wrote: > make buildkernel -> *error* Ok, have you changed anything in the GENERIC kernel config file? Doug -- Improve the effectiveness of your Internet presence with a domain name makeover!http://SupersetSolutions.com/ Computers are useless. They can only g

Re: locale-related build problems

2010-01-03 Thread Dimitry Andric
On 2010-01-03 15:03, Jilles Tjoelker wrote: The build system appears not to cope with locales. My guess is that you're using Turkish locale, which has dotless and dotted uppercase and lowercase 'i', where the uppercase version of the dotted 'i' is an uppercase dotted 'I'. awk(1) knows about this

Re: locale-related build problems (was: kernel build failed)

2010-01-03 Thread Jilles Tjoelker
On Sat, Jan 02, 2010 at 11:01:06PM +0200, E. O. wrote: > pls help me , kernel always returns an error > make buildkernel > and error > ./pci_if.h:214: error: expected '=', ',', ';', 'asm' or '__attribute__' > before '_RELEASE_MS' > ./pci_if.h:214: error: stray '\335' in program > > ./pci_if.h:2

Re: kernel build failed

2010-01-03 Thread Dimitry Andric
On 2010-01-03 14:49, E. O. wrote: Can you please upload the file /usr/obj/usr/src/sys/GENERIC/device_if.h there too? It looks like it has been generated incorrectly, but no idea why... pls see --> http://www.harmanyeri.web.tr/device_if.h.txt All "DEVICE_" prefixes have been changed to "DEVÝC

Re: kernel build failed

2010-01-03 Thread Dimitry Andric
On 2010-01-03 14:06, E. O. wrote: cd /usr/src make cleanworld&& make cleandir make buildworld make kernel-toolchain make buildkernel *--> error* pls see error --> http://www.harmanyeri.web.tr/buildkernel.log Okay, this looks very strange: In file included from /usr/src/sys/sys/bus.h:542,

Re: kernel build failed

2010-01-03 Thread Dimitry Andric
On 2010-01-03 10:00, E. O. wrote: make buildkernel -> *error* /usr/src/sys/dev/pci/pcivar.h:429: warning: implicit declaration of function 'PCI_RELEASE_MSI' /usr/src/sys/dev/pci/pcivar.h:429: warning: nested extern declaration of 'PCI_RELEASE_MSI' /usr/src/sys/dev/pci/pcivar.h: In function 'pci

Re: UTF-8 problem in 8.0

2010-01-03 Thread Troels Kofoed Jacobsen
On Fri, Jan 01, 2010 at 03:47:36PM -0800, Derek Kulinski wrote: > Hello, > > After installing FreeBSD 8.0 I noticed that some characters aren't > displayed correctly (it worked fine for 7.2). > > Mainly the dash character is most noticeable (though it's possible > it's more of them). > > Example

kernel build failed

2010-01-03 Thread E. O.
*I have read the handbook but I'm getting constant errors.* *8.0-RELEASE amd64 GENERIC* # IMPORTANT: Change the next line to use one of the CVSup mirror sites # listed at http://www.freebsd.org/doc/handbook/mirrors.html. *default host=cvsup1.FreeBSD.org *default b