Re: system() call causes core dump

2009-10-31 Thread Kris Kennaway
Peter Steele wrote: I have an application running a number of threads. I've had recent instances where the code below is causing a core dump to occur: char fstatCmd[200]; char *fstatOut = /tmp/fstat.out; sprintf(fstatCmd, fstat | grep -v USER | wc -l %s, fstatOut); rc = system(fstatCmd); The

Re: Speeding up exit(2)?

2009-03-15 Thread Kris Kennaway
Wojciech Puchar wrote: By this stage mozilla is about 150MB with about 60MB resident, and swap is pushing 200MB. *seriously* paging, just on flipping to another tab. Now close mozilla and watch top while it's shutting down. Go and pour yourself a cuppa, there's no hurry .. just tested with

Re: Speeding up exit(2)?

2009-03-15 Thread Kris Kennaway
Wojciech Puchar wrote: just tested with opera - the same. crappy software rulez ;) Yes, clearly web browsers should be optimized for speed of exiting. of other things - too My point is that for all your high handed judgement, you have no idea what trade-offs might be in play here ;)

Re: FreeBSD 6.3/7.1 and Linux disk performance test

2009-02-08 Thread Kris Kennaway
Omer Faruk Sen wrote: as you can see there is a big difference in just simple dd test. Is there additional steps that I can follow to increase performance? Use a benchmark that matches your actual workload, and then see how things look. I would be surprised if your target workload was dd :-)

Re: is there any way to increase disk performance ?

2009-02-08 Thread Kris Kennaway
Tim Judd wrote: Yavuz wrote: I have freebsd7 (amd64 bit) and sata2 disk 7200 rpm. it's running mail server which has services like pop3,imap,smtp and webmail on this machine. When I type systat 1 -vmstat on command line, even I rarely see that disk usage hits 100%. I have no problem as

Re: swap_pager complaints but not using swap

2009-01-25 Thread Kris Kennaway
Dieter wrote: AMD64 FreeBSD 7.0 2 GiB main memory My console says: login: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, size: 4096 swap_pager:

Re: swap_pager complaints but not using swap

2009-01-24 Thread Kris Kennaway
Dieter wrote: AMD64 FreeBSD 7.0 2 GiB main memory My console says: login: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, size: 4096 swap_pager:

Re: swap_pager complaints but not using swap

2009-01-24 Thread Kris Kennaway
Tim Judd wrote: Kris Kennaway wrote: Dieter wrote: AMD64 FreeBSD 7.0 2 GiB main memory My console says: login: swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 22, size: 4096 swap_pager: indefinite wait buffer

Re: updated to 7.1 via cvs source, PAE kernel. server unstable

2009-01-18 Thread Kris Kennaway
matt donovan wrote: could be due to PAE. since PAE is known not to be very stable. Not true at all unless you know something I don't. Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: How's it going with 7.1?

2009-01-18 Thread Kris Kennaway
Len Conrad wrote: Any feedback? Can't find much in fbsd-questions. I have partner who said 7.0 tcp/ip was much slower for his VPN nets than 6.4. Is that fixed in 7.1. I've not heard that reported so it's hard to answer the question. Try it and see, or if your partner reported the problem

Re: Perl 5.10?

2008-12-26 Thread Kris Kennaway
Bruce Cran wrote: On Thu, 25 Dec 2008 18:47:21 -0700 Tim Judd taj...@gmail.com wrote: Jerry wrote: On Tue, 23 Dec 2008 04:06:46 -0800 (PST) Dr. Jennifer Nussbaum bg271...@yahoo.com wrote: Its now just over a year since Perl 5.10.0 was relased, but its still not in FreeBSD.

Re: Perl 5.10?

2008-12-26 Thread Kris Kennaway
Jerry wrote: On Fri, 26 Dec 2008 12:45:12 + Kris Kennaway k...@freebsd.org wrote: [snip] It is still true that the change from 5.6 to 5.8 was very disruptive because it broke lots of things in the ports tree. Is this the official reason that Perl-5.10 has not been released

Re: what script is whacking root's files

2008-12-03 Thread Kris Kennaway
Derek Ragona wrote: I have a freshly installed 7.0 release server. The configuration files (all dot files including .ssh etc.) in /root keep getting deleted. I assume this is from a script running from periodic and can be set NOT to delete these files. Can someone point me where I need to

Re: top incorrectly reporting process time

2008-11-28 Thread Kris Kennaway
Ott Köstner wrote: Kris Kennaway wrote: Ott Köstner wrote: Kris Kennaway wrote: Ott Köstner wrote: Jeremy Chadwick wrote: On Sun, Nov 16, 2008 at 04:34:01PM +0200, Ott Köstner wrote: On several FreeBSD machines I have the following problem: What FreeBSD version? (It matters

Re: top incorrectly reporting process time

2008-11-28 Thread Kris Kennaway
Ott Köstner wrote: Here is the problem. top returns only 9:42 -- the time of the first thread. ps returns the sum of the thread times, which is correct. OK, I thought you were claiming the numbers were completely unrelated. Yeah, top and ps are just reporting different things (runtime of one

Re: GIANT_LOCK in release7.0

2008-11-27 Thread Kris Kennaway
Alexander K. Beros wrote: I have not been able to find any discussion of the following issue. Ever since I upgraded to release 7.0, whenever I print to my network printer (I am using Samba) I get the following output to ttyv0: lpt0: [GIANT-LOCKED] lpt0: [ITHREAD] lpt0: [GIANT-LOCKED] lpt0:

Re: top incorrectly reporting process time

2008-11-27 Thread Kris Kennaway
Ott Köstner wrote: Jeremy Chadwick wrote: On Sun, Nov 16, 2008 at 04:34:01PM +0200, Ott Köstner wrote: On several FreeBSD machines I have the following problem: What FreeBSD version? (It matters) 7.1-PRERELEASE FreeBSD But I can experience it also on a 7.0 machine. Seems that

Re: Kernel crash before dumpon

2008-11-27 Thread Kris Kennaway
Frank Solensky wrote: I'm trying to get a dump off a machine with a 7.1-beta2 kernel that's been crashing during the boot process, following the instructions on http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html#KERNELDEBUG-OBTAIN I've recompiled the kernel with -g but no

Re: top incorrectly reporting process time

2008-11-27 Thread Kris Kennaway
Ott Köstner wrote: Kris Kennaway wrote: Ott Köstner wrote: Jeremy Chadwick wrote: On Sun, Nov 16, 2008 at 04:34:01PM +0200, Ott Köstner wrote: On several FreeBSD machines I have the following problem: What FreeBSD version? (It matters) 7.1-PRERELEASE FreeBSD But I can

Re: large binary, why not strip ?

2008-11-17 Thread Kris Kennaway
On Sun, Nov 16, 2008 at 12:56:31PM +0100, Wojciech Puchar wrote: most of the programs installed from ports have large binary size on disk stripping em all reduces their size dramatically I cannot see the reason for not stripping them by default ? me too do I miss anything ? no.

Re: large binary, why not strip ?

2008-11-17 Thread Kris Kennaway
On Mon, Nov 17, 2008 at 06:40:34PM +, Masoom Shaikh wrote: On Mon, Nov 17, 2008 at 5:21 PM, Kris Kennaway [EMAIL PROTECTED] wrote: On Sun, Nov 16, 2008 at 12:56:31PM +0100, Wojciech Puchar wrote: most of the programs installed from ports have large binary size on disk

Re: Sluggish scheduling during a long disk copy

2008-11-09 Thread Kris Kennaway
matt donovan wrote: On Sun, Nov 9, 2008 at 3:32 PM, Dan [EMAIL PROTECTED]wrote: Odhiambo Washington([EMAIL PROTECTED])@2008.11.09 23:25:19 +0300: On Sun, Nov 9, 2008 at 11:21 PM, Dan [EMAIL PROTECTED]wrote: Hello. I am copying one 150G disk to a 3ware mirror, and the machine becomes

Re: Sluggish scheduling during a long disk copy

2008-11-09 Thread Kris Kennaway
Dan wrote: Kris Kennaway([EMAIL PROTECTED])@2008.11.09 12:57:16 -0800: could be an issue with ntfs-3g driver Sounds like it to me. ntfs-3g uses FUSE, which is a userland filesystem framework. By design it will have poor I/O performance since every I/O transfer will require multiple trips

Re: ports missing their packages.

2008-11-09 Thread Kris Kennaway
[EMAIL PROTECTED] wrote: andrew clarke mail_ozzmosis.com said (on 2008/10/29): You need to understand that the FreeBSD project by its nature is primarily source-code driven. Making packages available (of any port) is of very low priority in comparison to the rest of the system (testing,

Re: System lockup when out of space in /usr

2008-10-15 Thread Kris Kennaway
Norberto Meijome wrote: Hi, FreeBSD ayiin.octantis.com.au 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #94: Wed Oct 15 09:46:16 EST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/AYIIN i386 I've noticed when /usr becomes full (due to a large port build or other reasons) that my computer becomes

Re: libncurses.so.6 Not Found - How to Get 32 bit Version?

2008-10-11 Thread Kris Kennaway
Drew Tomlinson wrote: First, I must say I love the ports system!!! It keeps me from suffering as I am now. :) Anyway, I'm attempting to install a web log analysis software from Google named Urchin. The installation docs say it's supported on FBSD 6.2+. As I am dedicating a machine to

Re: libncurses.so.6 Not Found - How to Get 32 bit Version?

2008-10-11 Thread Kris Kennaway
Boris Samorodov wrote: You can copy this file from 6-i386 as Kris has already said. And it may be a good idea to file a PR about it since this is definitely the port's bug (CCing to the port's maintainer). I don't think it's a port bug, but it would be useful to have an official way to

Re: libncurses.so.6 Not Found - How to Get 32 bit Version?

2008-10-11 Thread Kris Kennaway
Boris Samorodov wrote: Kris Kennaway [EMAIL PROTECTED] writes: Boris Samorodov wrote: You can copy this file from 6-i386 as Kris has already said. And it may be a good idea to file a PR about it since this is definitely the port's bug (CCing to the port's maintainer). I don't think it's

Re: ULE

2008-10-11 Thread Kris Kennaway
Desmond Chapman wrote: Anyone with experience using and setting this up, please contact me. I need to learn how to work with and on it. Replace options SCHED_4BSD with options SCHED_ULE in your kernel config file, compile/install kernel in the usual way, reboot. End of story. Kris

Re: 7.1-PRELEASE sporadically panicking with fatal trap 12

2008-09-27 Thread Kris Kennaway
John L. Templer wrote: I'm running 7.1-PRERELEASE, with /usr/src and /usr/ports last csup-ed just a few days ago. After being up for about a day or so the system will panic because of a page fault. I'm not completely sure, but it seems that the system is more stable when gdm and gnome are

Re: Why not GNU cmp?

2008-09-25 Thread Kris Kennaway
Unga wrote: In my past experience, the GNU ncurses and Flex (http://flex.sourceforge.net/) are simple not compatible with FreeBSD even though Flex is licensed under BSD. I wanted to know whether the GNU cmp is also the same fate other than the license because all these GNU tools comes in one

Re: using /dev/random

2008-09-25 Thread Kris Kennaway
RW wrote: On Tue, 23 Sep 2008 11:52:07 -0400 Lowell Gilbert [EMAIL PROTECTED] wrote: Robert Huff [EMAIL PROTECTED] writes: What is the canonical way to get data from /dev/random? Specifically: having opened the file, how do I read the stream? I'm currently using union { float

Re: pc with 4G memory

2008-09-24 Thread Kris Kennaway
Ivan Voras wrote: 2008/9/18 Ivan Voras [EMAIL PROTECTED]: 2008/9/18 Kris Kennaway [EMAIL PROTECTED]: # Don't build modules with this kernel config, since they are not built with # the correct options headers. makeoptions NO_MODULES=yes wrong? Not as such, but if you use buildkernel

Re: Upgrading to 64 bit from a 32 bit installation on FBSD 7

2008-09-18 Thread Kris Kennaway
Andrew Berry wrote: Hi, I've got a server which will be upgraded to my castoff parts which support amd64. This machine has been running Freebsd since the 5.0 RC's, starting on a P2 233Mhz, upgraded incrementally for a few years - a real testament to the stability of a FreeBSD install! What

Re: pc with 4G memory

2008-09-18 Thread Kris Kennaway
Ivan Voras wrote: * Use a PAE kernel, which works fairly well, but doesn't support kernel modules (if you are not familiar with kernel modules then you probably don't need them so ignore this). There's a pre-packaged kernel configuration named PAE for this. PAE has supported kernel modules for

Re: Upgrading to 64 bit from a 32 bit installation on FBSD 7

2008-09-18 Thread Kris Kennaway
Andrew Berry wrote: On 18-Sep-08, at 2:37 AM, Kris Kennaway wrote: Andrew Berry wrote: Can I simply rebuild the world (or use freebsd-update), and portupgrade everything to rebuild for amd64? Or, will things break as libraries are upgraded which still have 32-bit dependancies on the system

Re: pc with 4G memory

2008-09-18 Thread Kris Kennaway
Ivan Voras wrote: 2008/9/18 Kris Kennaway [EMAIL PROTECTED]: Ivan Voras wrote: * Use a PAE kernel, which works fairly well, but doesn't support kernel modules (if you are not familiar with kernel modules then you probably don't need them so ignore this). There's a pre-packaged kernel

Re: g_ufs_done() WHAT does it mean?

2008-09-17 Thread Kris Kennaway
Bob Falanga wrote: I have installed freeBSD on a SATA 320 gig hard drive. After running for a few minutes I get several of the following error messages: g_ufs_done():ad4s1d[WRITE(offset=385482752, length=16384)]error=6. After two pages like that the computer stops and requires a hard boot to

Re: File Descriptor Leak in Freebsd 4.9 - any known issue?

2008-09-12 Thread Kris Kennaway
punit gupta wrote: Hi, Has there been any known issue regarding socket-descriptor leak in Freebsd4.9? I doubt anyone will remember since 4.9 was so long ago. Kris ___ freebsd-questions@freebsd.org mailing list

Re: MD5 errors

2008-09-07 Thread Kris Kennaway
[EMAIL PROTECTED] wrote: i was downloading 7.0-RELEASE, and found the following MD5 errors: doc/ ERROR: MD5 (doc.cc) = a83976995e055dbe67030397902c5ab9 MD5SUM MD5 (doc.cc) = 662363b086db1164eb922024428df2df ERROR: MD5 (install.sh) = 0ddd67ac6a0ca00e0131f63bcde9b145 MD5SUM MD5 (install.sh) =

Re: Google Chrome

2008-09-05 Thread Kris Kennaway
jef moskot wrote: On Thu, 4 Sep 2008, Ted Mittelstaedt wrote: I must have missed something, how would running the Chrome browser collect our valuable data? What other purpose would Google have for creating this software? Everything Google does is attempt to collect more data, whether it's

Re: Crypt.h

2008-08-30 Thread Kris Kennaway
Patrick Kariuki wrote: Any ideas how I can get crypt.h from any of Freebsd 7 ports? Can you explain what you are trying to do? Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Obscure df -h output

2008-08-29 Thread Kris Kennaway
Marc Coyles wrote: Yes, they did something bizarre. Ask them why :) Kris ___ Mornin' Kris / list... Asked them why and they shrugged and said we didn't... So... I unmounted all the nullfs mounts that it'd allow me to unmount (tmp, dev, proc and

Re: General Mysql Performance Question

2008-08-29 Thread Kris Kennaway
Paul A. Procacci wrote: My question is in reference to the 1st and 2nd graphs on this page. While testing the performance of the databases given in this graph, the one thing that sticks out is that when Mysql uses the myisam engine with the ULE schedular, performance drops quite considerably

Re: Obscure df -h output

2008-08-28 Thread Kris Kennaway
Marc Coyles wrote: One of my servers appears to be having a slightly dippy moment... Running FREEBSD 5.3-RELEASE-p5 i386 (I don't have the bottle to attempt freebsd-update to 7.0-REL, altho I really should... Still a relative newb tho, and not confident on a box I can only access by remote)

Re: Obscure df -h output

2008-08-28 Thread Kris Kennaway
Marc Coyles wrote: Looks like they did some strange things trying to get it back. Those look like nullfs mounts with the same source and destination, which makes no sense. What does mount -v show you? Hi Kris... [EMAIL PROTECTED] ~]$ mount -v /dev/ad0s1a on / (ufs, local, writes: sync

Re: How to disable cc1plus: warnings being treated as errors

2008-08-28 Thread Kris Kennaway
Anton Shterenlikht wrote: I'm trying to build a port and get stopped on a warning because cc1plus: warnings being treated as errors Even though it is probably there for a reason, I'd like to try to continue with the build. But I cannot see what c++ switch prevents warnings from being

Re: How to disable cc1plus: warnings being treated as errors

2008-08-28 Thread Kris Kennaway
Anton Shterenlikht wrote: On Thu, Aug 28, 2008 at 02:51:57PM +0200, Kris Kennaway wrote: Anton Shterenlikht wrote: I'm trying to build a port and get stopped on a warning because cc1plus: warnings being treated as errors Even though it is probably there for a reason, I'd like to try

Re: I can't make world without the games group?

2008-08-26 Thread Kris Kennaway
Redd Vinylene wrote: On Sat, Aug 23, 2008 at 10:14 AM, Giorgos Keramidas [EMAIL PROTECTED] wrote: On Fri, 1 Aug 2008 17:31:22 +0200, Redd Vinylene [EMAIL PROTECTED] wrote: Why can't I make world without the games group? I run a serious server, not a kindergarten ;) I don't want the games

Re: FreeBSD 5.4 chroot

2008-08-25 Thread Kris Kennaway
Mihai Donțu wrote: Hi, I've just installed a FreeBSD 6.0-RELEASE and I need a FreeBSD 5.4-RELEASE chroot to build something in it (hw shortage). All nice and dandy, until I hit a /dev problem: # svn up svn: PROPFIND request failed on '/svn/project' svn: PROPFIND of '/svn/project': SSL

Re: Weird GEOM errors

2008-08-24 Thread Kris Kennaway
hunter morgan wrote: Hi. ive had a freebsd7 box running zfs on 5 500gb hard drives for months upon months now with mostly good stability but every couple of minutes in my logs i get errors such as: kernel: GEOM: ad2: corrupt or invalid GPT detected. kernel: GEOM: ad2: GPT rejected -- may not be

Re: Kernel Panic help.

2008-08-22 Thread Kris Kennaway
Eric Crist wrote: Hey folks, First, please 'reply-all' as I'm not on the list. I've got a backup server that, every night, offloads things to a secondary, USB attached hard disk. We've got two of these disks, which we rotate so as to have a fairly recent off-site version, in the event of a

Re: Again: fsck_ffs memory requirements

2008-08-21 Thread Kris Kennaway
Polytropon wrote: Hi again! I had problems running fsck_ffs of FreeBSD 5. In my particular problem, version 5 seemed to help me more than version 7, which stopped with this: fsck_ffs: bad inode number 306176 to nextinode Version 5 didn't seem to have this problem, but it did complain:

Re: FreeBSD-7.x vs pgp-6.5.8_1

2008-08-20 Thread Kris Kennaway
Stacey Roberts wrote: Hello, Forgive me if this has already been covered., I'm preparing a replacement workstation where I currently have pgp-6.5.8_1 installed and in use, to a new machine. I see however, that pgp-6.5.8_1 is marked as Also broken with gcc4.2. as per the port's Makefile -

Re: PAE or 64bit?

2008-08-20 Thread Kris Kennaway
B. Cook wrote: hey all, Looking for opinions.. We are going to be getting a server for drupal, running lighttpd and php, as well as exim and SA with clamav, courier or dovecot, mysql 51.. etc. Right now this setup does about 200G per month (we have two boxes) and were looking at getting

Re: 7-STABLE lock order reversal

2008-08-19 Thread Kris Kennaway
Per olof Ljungmark wrote: 7.0-STABLE #0: Tue Aug 19 20:39:48 CEST 2008 After system update from June 12 sources to Aug 12 I have seen frequent lockups during network operations. Compiled debugging kernel and got the below during boot. Should I open a PR? Suggestions welcome. Thanks. Yes or

Re: dump locks again

2008-08-08 Thread Kris Kennaway
Andrea Venturoli wrote: Hello. I googled around for this but found only very old threads (from 2005 or so). I'm taking dumps of a new box I build, which runs 7.0/amd64 on 8 cores with harware RAID-5 (ciss driver). This is an example of the command I issue: dump -0 -a -f usr.dump -L -h 0

Re: dump locks again

2008-08-08 Thread Kris Kennaway
Andrea Venturoli wrote: Kris Kennaway ha scritto: This was fixed in 7.0-STABLE. Kris Thanks Kris. Since this is a critical production box, I'm a bit scared to track Stable. Do you know when this will be merged into a release (7.1 I suppose)? I don't know if it is planned to merge the fix

Re: 64-bit Linux Binary Compatibility (for Matlab)

2008-08-07 Thread Kris Kennaway
Maxim Khitrov wrote: Hello all, Simple question - am I able to run 64-bit linux binaries using the ABI emulation under FreeBSD 7.0 amd64? In the NOTES for amd64 kernel configuration the COMPAT_LINUX option is commented out, but I don't understand the explanation at the top of the section: Not

Re: 64-bit Linux Binary Compatibility (for Matlab)

2008-08-07 Thread Kris Kennaway
Maxim Khitrov wrote: On Thu, Aug 7, 2008 at 10:52 AM, Sean Cavanaugh [EMAIL PROTECTED] wrote: Date: Thu, 7 Aug 2008 09:47:45 -0400 From: [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Subject: 64-bit Linux Binary Compatibility (for Matlab) Apparently Matlab tries to allocate a continuous

Re: 64-bit Linux Binary Compatibility (for Matlab)

2008-08-07 Thread Kris Kennaway
Mark Tinguely wrote: Date: Thu, 7 Aug 2008 09:47:45 -0400 From: [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Apparently Matlab tries to allocate a continuous chunk of memory, and we needed to upgrade to 64-bit hardware to give it access to more than 1GB of memory, which is about the most

Re: Linking amd64 binary with a 32-bit linux library

2008-08-07 Thread Kris Kennaway
Maxim Khitrov wrote: I take it that this happens because libmat.so is a linux binary, but is there any way to do what I'm after? You can't mix and match Linux and FreeBSD code in the same binary. You will have to make a completely Linux binary, either by compiling on a Linux system, or by

Re: Linking amd64 binary with a 32-bit linux library

2008-08-07 Thread Kris Kennaway
Maxim Khitrov wrote: On Thu, Aug 7, 2008 at 2:03 PM, Kris Kennaway [EMAIL PROTECTED] wrote: Maxim Khitrov wrote: I take it that this happens because libmat.so is a linux binary, but is there any way to do what I'm after? You can't mix and match Linux and FreeBSD code in the same binary. You

Re: Mixing 64 and 32-bit code

2008-08-07 Thread Kris Kennaway
Andrea Venturoli wrote: Kris Kennaway ha scritto: You can't mix and match Linux and FreeBSD code in the same binary. Sorry for stepping in, but I have a similar question I asked in the past and didn't get any answer: is it possible to mix and match 32-bit and 64-bit FreeBSD code? I have

Re: All files on NFS4 mount are owned by 4294967294:4294967294

2008-08-06 Thread Kris Kennaway
mikeco wrote: I have mounted an NFS4 filesystem shared by a Solaris 10 cluster environment and am able to browse all of the files, but I cannot touch anything on the filesystem because of all of the user and group permissions being off. Here's my fstab entry: cnfs:/export /nfsnfs4

Re: All files on NFS4 mount are owned by 4294967294:4294967294

2008-08-06 Thread Kris Kennaway
the share properly. I'll also take a look at fs. -Mike Kris Kennaway-3 wrote: mikeco wrote: I have mounted an NFS4 filesystem shared by a Solaris 10 cluster environment and am able to browse all of the files, but I cannot touch anything on the filesystem because of all of the user and group

Re: All files on NFS4 mount are owned by 4294967294:4294967294

2008-08-06 Thread Kris Kennaway
. Kris Kris Kennaway-3 wrote: You could try TCP mounts in case they are less broken on the server side. They are recommended anyway. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: When gcc43 is expected to be in base?

2008-08-04 Thread Kris Kennaway
Christer Solskogen wrote: Kris Kennaway wrote: Jakub Lach wrote: I'm eager to have core2 march, but don't want to mess system forcing gcc43 as base. I don't think it is planned to update to gcc 4.3 since it is covered by the GPLv3. Isn't possible to add GPLv3 code in the base system

Re: When gcc43 is expected to be in base?

2008-08-04 Thread Kris Kennaway
Gerard wrote: On Mon, 04 Aug 2008 21:46:35 +0200 Kris Kennaway [EMAIL PROTECTED] wrote: Isn't possible to add GPLv3 code in the base system? (By possible I mean the license part, not the technical part;) There is a strong preference not to do this. Doing a totally unscientific

Re: When gcc43 is expected to be in base?

2008-07-30 Thread Kris Kennaway
Jakub Lach wrote: I'm eager to have core2 march, but don't want to mess system forcing gcc43 as base. I don't think it is planned to update to gcc 4.3 since it is covered by the GPLv3. Kris ___ freebsd-questions@freebsd.org mailing list

Re: When gcc43 is expected to be in base?

2008-07-30 Thread Kris Kennaway
Jakub Lach wrote: Kris Kennaway-3 wrote: Jakub Lach wrote: I'm eager to have core2 march, but don't want to mess system forcing gcc43 as base. I don't think it is planned to update to gcc 4.3 since it is covered by the GPLv3. Thanks for fast answer, is there any chance that licensing

Re: C++ compiler

2008-07-30 Thread Kris Kennaway
Chris Hill wrote: On Wed, 30 Jul 2008, [EMAIL PROTECTED] wrote: What is the URL where I can get gcc42 and is it easy to get or do I have to do devious things to eventually find it? # cd /usr/ports/lang/gcc42 # make install clean Or install FreeBSD 7.0 and do nothing else. # g++ -v

Re: 6.3+tmpfs

2008-07-29 Thread Kris Kennaway
Alexandre Biancalana wrote: Hi List, Is tmpfs stable on FreeBSD 6.3 ? I want to use it for temporary clamav+ripmime files to speedup a mail filter server. It's not stable on 7.0 or 8.0 either, so no :) Kris ___ freebsd-questions@freebsd.org

Re: local mirrors of ports and packages?

2008-07-29 Thread Kris Kennaway
Coert Waagmeester wrote: Hi all! I am quite new to FreeBSD. I am quite a boffin on Linux though. What I would like to know is, how can I make local mirrors of ports and packages? I live in South-Africa, and bandwidth is painfully slow and expensive. How many data would it be in total?

Re: 6.3+tmpfs

2008-07-29 Thread Kris Kennaway
Alexandre Biancalana wrote: On 7/29/08, Kris Kennaway [EMAIL PROTECTED] wrote: Alexandre Biancalana wrote: Hi List, Is tmpfs stable on FreeBSD 6.3 ? I want to use it for temporary clamav+ripmime files to speedup a mail filter server. It's not stable on 7.0 or 8.0 either, so no :) Any

Re: 'stray irq7's cause hang?

2008-07-28 Thread Kris Kennaway
Steve Franks wrote: I've got a new system that hangs after about 2 hours - no ctrl-alt-esc, not ctrl-alt-Fn, no ctrl-alt-delete. I tried hints.0.apic.disabled=YES (that's apic, not acpi) (or whatever the correct syntax from the handbook is), but I still get the hang, and the stray irq 7's. As

Re: malloc options

2008-07-27 Thread Kris Kennaway
Doug Hardie wrote: On Jul 26, 2008, at 19:03, Giorgos Keramidas wrote: While that's understandable, the current malloc() has undergone quite extensive testing by Jason Evans and a lot of people who use it in FreeBSD 7.X or later. Its ability to expose bugs in this way was deemed important

Re: malloc options

2008-07-26 Thread Kris Kennaway
Doug Hardie wrote: I have a program that has run correctly since FreeBSD 3.7. However, when upgrading the server to 7.0 I am encountering issues where values just seem to arbirtrarily change. These values are all located in memory allocated by malloc. Malloc was significantly changed with

Re: FreeBSD and ECC memory?

2008-07-25 Thread Kris Kennaway
Nejc Škoberne wrote: 4. If there is non-ECC memory installed, how does FreeBSD recognizes (corrects?) memory errors? By crashing or corrupting data, of course. Not doing this is what ECC is for :) Kris ___ freebsd-questions@freebsd.org

Re: libbz2.so.3 ?

2008-07-24 Thread Kris Kennaway
Len Conrad wrote: FreeBSD 6.3-R amavis, spammassassin, clamav installed via ports clamav is logging : Jul 23 16:08:32 mx2 amavis[2626]: (02626-01-2) (!!)run_av (ClamAV-clamscan) FAILED - unexpected exit 1, output=/libexec/ld-elf.so.1: Shared object libbz2.so.3 not found, required by

Re: calcru went backwards on 7 stable

2008-07-24 Thread Kris Kennaway
Michael Powell wrote: Dimitar Vasilev wrote: Hi, I'm having calcru went backwards issues on a machine with the following config: MB: MSI K8D Master-F 2xOpteron 242 2.2Ghz BIOS - от 2005-та 7-stable areca 1120 8 disks HDD temperature 28-29 for 1st five, 38-39 for the last 3. bios is as of

Re: calcru went backwards on 7 stable

2008-07-24 Thread Kris Kennaway
Dimitar Vasilev wrote: The calcru went backwards message can have two causes: 1) Your time counter really went backwards and is too broken to use. 2) Something caused clock interrupts to be delayed for extremely long periods of time. This happens if you break to DDB for example. It can also

Re: Auto-saving distfiles on freebsd

2008-07-23 Thread Kris Kennaway
cpghost wrote: On Tue, Jul 22, 2008 at 11:47:04PM -0700, Ted Mittelstaedt wrote: Another problem with ports is that all of them like pulling the original source from the author's site. I've had a few where the author released the code under GPL then a few years later lost interest, stopped

Re: Auto-saving distfiles on freebsd

2008-07-23 Thread Kris Kennaway
Matthew Seaman wrote: cpghost wrote: Why not add this to pointyhat scripts? Just upload a copy of every *new* distfile ever encountered from the author's page to freebsd (unless there are legal constraints not to do so, of course)? Some might say that this already happens. Well, it's on

Re: Auto-saving distfiles on freebsd

2008-07-23 Thread Kris Kennaway
James Tanis wrote: cpghost [EMAIL PROTECTED] wrote: The ports would still go to the primary sites (to conserve bandwidth), but should the original distfile disappear, it would be still available on freebsd. I think his problem comes from the fact that some ports don't do this, not that it

Re: Auto-saving distfiles on freebsd

2008-07-23 Thread Kris Kennaway
cpghost wrote: On Wed, 23 Jul 2008 16:51:10 +0200 Kris Kennaway [EMAIL PROTECTED] wrote: cpghost wrote: On Tue, Jul 22, 2008 at 11:47:04PM -0700, Ted Mittelstaedt wrote: Another problem with ports is that all of them like pulling the original source from the author's site. I've had a few

Re: libbz2.so.3 ?

2008-07-23 Thread Kris Kennaway
Len Conrad wrote: FreeBSD 6.3-R amavis, spammassassin, clamav installed via ports clamav is logging : Jul 23 16:08:32 mx2 amavis[2626]: (02626-01-2) (!!)run_av (ClamAV-clamscan) FAILED - unexpected exit 1, output=/libexec/ld-elf.so.1: Shared object libbz2.so.3 not found, required by

Re: Installing jdk on 7-Release: Has known vulnerabilities from 2005?

2008-07-23 Thread Kris Kennaway
Torgeir Hoffmann wrote: Hi, when I try to install linux-sun-jdk16 from ports I get: === linux-sun-jdk-1.6.0.07 has known vulnerabilities: = jdk -- jar directory traversal vulnerability. Reference: http://www.FreeBSD.org/ports/portaudit/18e5428f-ae7c-11d9-837d-000e0c2e438a.html = Please

Re: Installing jdk on 7-Release: Has known vulnerabilities from 2005?

2008-07-23 Thread Kris Kennaway
Torgeir Hoffmann wrote: Hi again! when I try to install linux-sun-jdk16 from ports I get: === linux-sun-jdk-1.6.0.07 has known vulnerabilities: = jdk -- jar directory traversal vulnerability. Reference: http://www.FreeBSD.org/ports/portaudit/18e5428f-ae7c-11d9-837d-000e0c2e438a.html =

Re: sleeping without queue ?

2008-07-22 Thread Kris Kennaway
Mikhail Teterin wrote: Hello! My attempt to build openoffice.org-3 seems to be hanging. Pressing Ctrl-T produces: load: 0.11 cmd: tcsh 79759 [sleeping without queue] 0.00u 0.00s 0% 0k (tcsh is used by OOo's build-script). What is this sleeping without queue state, and why is process in

Re: sleeping without queue ?

2008-07-22 Thread Kris Kennaway
Jeremy Chadwick wrote: On Tue, Jul 22, 2008 at 12:13:25PM -0400, Mikhail Teterin wrote: Kris Kennaway ???(??): Mikhail Teterin wrote: Hello! My attempt to build openoffice.org-3 seems to be hanging. Pressing Ctrl-T produces: load: 0.11 cmd: tcsh 79759 [sleeping without queue

Re: sleeping without queue ?

2008-07-22 Thread Kris Kennaway
Mikhail Teterin wrote: Kris Kennaway написав(ла): Well, I mean kernel backtrace. Can I obtain that remotely and without restarting/panicking the box? Thanks, -mi kgdb on /dev/mem or procstat Kris ___ freebsd-questions@freebsd.org mailing

Re: What price at the license of FreeBSD 7?

2008-07-22 Thread Kris Kennaway
Bob Johnson wrote: On 7/21/08, Chad Perrin [EMAIL PROTECTED] wrote: That wouldn't solve the problem of the US dollar being a fiat currency. Basically, under a fiat currency, trying to financially plan for the future is a matter of gambling the economy won't blow up in your face in the interim

Re: What price at the license of FreeBSD 7?

2008-07-19 Thread Kris Kennaway
[EMAIL PROTECTED] wrote: What price at the license of FreeBSD 7? it's important for me. I must know. It is available for the low low price of $0 or the equivalent in your local currency. Yes really :) Kris ___ freebsd-questions@freebsd.org

Re: panic

2008-07-19 Thread Kris Kennaway
Michael Grant wrote: On Tue, Jul 15, 2008 at 10:44 PM, Kris Kennaway [EMAIL PROTECTED] wrote: Michael Grant wrote: I have been having panics on one of my machines, roughly every week or so. I was running 6.3 pre-release and then I updated to 6.3 p2 and I still have the panic, here's

Re: FTP build of FreeBSD release 7 amd64 hangs

2008-07-18 Thread Kris Kennaway
Desmond Chapman wrote: It stops in docs and refuses to build. I'm behind a router. This error has occured six times in the past twelve hours. Any idea of what may be causing it? No, sorry. Could be anything. Kris ___ freebsd-questions@freebsd.org

Re: To Kris Kennaway and others::FreeBSD hangs on install; kernel crashes, machine freezes

2008-07-18 Thread Kris Kennaway
Desmond Chapman wrote: lock order reversal (sleepable after nonsleepable) 1st 0xfffe62dce040 bufwait (bufwait) @ /usr/src/sys/kern/ufs trap 0, rip = 0, rsp = 0xfffe4000dd30, rbp = 0 --- (About this time the machine hangs and is unresponsive) Stacj trace goes through the file systems

Re: options WITNESS and locks

2008-07-15 Thread Kris Kennaway
Yony Yossef wrote: Something is still unclear. All my locks are MTX_DEF type, which means sleepable, including the one specified in the crash report (MTNIC state semaphore). This crash happens when I try to call bus_resource_alloc_any for a SYS_REQ which is trying to obtain the second lock (ACPI

Re: Panic: spin lock held too long when booting

2008-07-15 Thread Kris Kennaway
Mike Clarke wrote: I'm getting frequent panics due to spin lock held too long when booting my recently built 6.3 system with an Athlon 4850e dual core processor on a Foxconn 6150M2MA motherboard (GeForce 6150 and nForce 430 chipsets). FreeBSD curlew.lan 6.3-STABLE FreeBSD 6.3-STABLE #2: Sat

Re: options WITNESS and locks

2008-07-15 Thread Kris Kennaway
Yony Yossef wrote: Something is still unclear. All my locks are MTX_DEF type, which means sleepable, including the one specified in the crash report (MTNIC state semaphore). This crash happens when I try to call bus_resource_alloc_any for

  1   2   3   4   5   6   7   8   9   10   >