Re: svn error during 'make buildkernel'?

2013-08-04 Thread Benjamin Kaduk
On Sun, 4 Aug 2013, Glen Barber wrote: On Sun, Aug 04, 2013 at 06:18:58PM -0700, Steve Kargl wrote: You are the first and only one to complain after this change was in effect for 2 months. Perhaps, I'm the first and only one to complain because others already recognize that you will turn a

Re: GCC withdraw

2013-08-31 Thread Benjamin Kaduk
Sorry for adding to the long thread. On Sat, 31 Aug 2013, David Chisnall wrote: However, we want to be able to make it unsupported at some point in the 10.x series when there is a polished alternative for every supported architecture (either when they've moved to clang or when the XCC stuff

Re: HEADS UP: OpenSSH with DNSSEC support in 10

2013-09-11 Thread Benjamin Kaduk
On Wed, 11 Sep 2013, Ian Lepore wrote: On Wed, 2013-09-11 at 17:00 +0200, Dag-Erling Smørgrav wrote: OpenSSH in FreeBSD 10 is now built with DNSSEC support, unless you disable LDNS in src.conf. If DNSSEC is enabled, the default setting for VerifyHostKeyDNS is yes. This means that OpenSSH

Re: rcs

2013-10-09 Thread Benjamin Kaduk
Going off on a slight tangent... On Tue, 8 Oct 2013, Lyndon Nerenberg wrote: For this to work in a disconnected environment, you need a ports tree with a fully populated distfiles/ directory. The hack we came up with was to put a FreeBSD host on the external network, on which we ran a

Re: Clang buildworld failure due to multiple definitions of __isnanf

2011-06-27 Thread Benjamin Kaduk
On Mon, 27 Jun 2011, Eric McCorkle wrote: make.conf: CPUTYPE?=core2 .if !defined(CC) || ${CC} == cc CC=clang CFLAGS=-Qunused-arguments .endif .if !defined(CXX) || ${CXX} == c++ CXX=clang++ .endif NO_WERROR= WERROR= NO_FSCHG= PERL_VERSION=5.12.3 Just noticed, the CFLAGS would disable

Re: Clang buildworld failure due to multiple definitions of __isnanf

2011-06-27 Thread Benjamin Kaduk
On Tue, 28 Jun 2011, Benjamin Kaduk wrote: On Mon, 27 Jun 2011, Eric McCorkle wrote: make.conf: CPUTYPE?=core2 .if !defined(CC) || ${CC} == cc CC=clang CFLAGS=-Qunused-arguments .endif .if !defined(CXX) || ${CXX} == c++ CXX=clang++ .endif NO_WERROR= WERROR= NO_FSCHG= PERL_VERSION=5.12.3 Just

Re: Three LOR with latest -current

2011-08-17 Thread Benjamin Kaduk
Hello John, These seem to be well-known, per http://ipv4.sources.zabbadoz.net/freebsd/lor.html On Tue, 16 Aug 2011, John wrote: Hi folks, I'm seeing 3 lock order reversals with an up-to-date -current system. Stock system, GENERIC kernel. Let me know if this isn't enough information. Just

Re: fsid change of ZFS?

2011-08-20 Thread Benjamin Kaduk
On Sat, 20 Aug 2011, Rick Macklem wrote: Yes, using vfs_getnewfsid() does not solve the issue. I noticed that Solaris looked up a fixed array vfssw[] exactly for the purpose. I think a table like it is a good solution for fixing fsid for each file system. -- Hiroki If anyone thinks using a

Re: fsid change of ZFS?

2011-08-21 Thread Benjamin Kaduk
On Sun, 21 Aug 2011, Rick Macklem wrote: Benjamin Kaduk wrote: On Sat, 20 Aug 2011, Rick Macklem wrote: If anyone thinks using a fixed table to assign vfc_typenum for known file system types is a bad idea, please let us know. Fixed table sounds like a good plan. Is there a reason

Re: fsid change of ZFS?

2011-08-24 Thread Benjamin Kaduk
On Thu, 25 Aug 2011, Hiroki Sato wrote: My opinion is using a hash function which occurs no collision in the well-known names is sufficient for our purpose because the number of file systems on a running system is small anyway and not changed frequently in most cases. I am not sure which

Re: fsid change of ZFS?

2011-08-24 Thread Benjamin Kaduk
On Wed, 24 Aug 2011, Rick Macklem wrote: afs The current OpenAFS codebase uses the all-caps AFS. Judging by the omitted text, perhaps this should change. (We also don't use VFS_SET to set it, which I filed a bug about.) and here is my current rendition of the patch. (I took Gleb's

Re: fsid change of ZFS?

2011-08-25 Thread Benjamin Kaduk
On Thu, 25 Aug 2011, Rick Macklem wrote: Benjamin Kaduk wrote: If we're confident that we won't ever fully fill the hash table, I would think that this should wrap around back to zero (or one?) instead of overflowing. Here's my updated patch (it will wrap to 1 the first time and then exceed

Re: WITHOUT_GCC flag disables installation of /usr/bin/cpp too -- is it Ok?

2011-09-09 Thread Benjamin Kaduk
On Wed, 7 Sep 2011, Lev Serebryakov wrote: Hello, Dimitry. You wrote 7 сентября 2011 г., 21:17:20: I think, that /usr/bin/cpp is valuable by itself, as it is handy generic preprocessor tool, useful for preparing complex ipfw scripts, for example. All others are bundled together, for sure. I

more thoughts on the (9.0beta2) installer

2011-09-15 Thread Benjamin Kaduk
Dear all, I set up a scratch box earlier this week (to check that openafs still works on beta2, and soon, HEAD), and took advantage of the opportunity to play around with the installer a bit. First off, let me thank Nathan for putting in a huge pile of work to get things to where they are

Re: Thinkpad CD-ROM hotplug with ATA_CAM

2011-09-16 Thread Benjamin Kaduk
On Fri, 16 Sep 2011, Kevin Oberman wrote: I fear that BIOS may have some issue. I have a T43 and found that, if I booted with the DVD installed, atacontrol (this was prior to ATA-CAM) would allow me to detach, but if I then inserted a hard drive and tried to attach it, the system would lock

Re: How does one install kernel sources and base

2011-09-19 Thread Benjamin Kaduk
On Tue, 20 Sep 2011, Michal Varga wrote: On Mon, 2011-09-19 at 19:22 -0500, Antonio Olivares wrote: Michal, Thank you very much for your detailed instruction. I was able to get all of the sources and built nvidia driver successfully :) However, when I run kldload nvidia, I get a mismatch

Re: Experiences with FreeBSD 9.0-BETA2

2011-09-26 Thread Benjamin Kaduk
On Mon, 26 Sep 2011, John Baldwin wrote: On Sunday, September 25, 2011 8:52:37 pm Brett Glass wrote: First thing I noticed, when running the new FreeBSD installer from a memory stick image, is that disk partitioning was odd. It abandoned standard UNIX parlance, calling what are traditionally

Re: Experiences with FreeBSD 9.0-BETA2

2011-09-26 Thread Benjamin Kaduk
On Mon, 26 Sep 2011, Adrian Chadd wrote: I agree, the lack of a virtual/emergency terminal seems a bit silly. I'm not sure about the cons25 versus xterm stuff - you're not the first person to report this. Guys/girls/other (Hi SF!) - why is this? :) It shouldn't be that hard to submit a patch

Re: Experiences with FreeBSD 9.0-BETA2

2011-09-26 Thread Benjamin Kaduk
On Mon, 26 Sep 2011, Arnaud Lacombe wrote: Hi, On Mon, Sep 26, 2011 at 2:03 PM, Benjamin Kaduk ka...@mit.edu wrote: The question of how to layout and split filesystems was discussed at the filesystems working group of the devsummit at BSDCan this may. (http://wiki.freebsd.org/201105DevSummit

Re: Experiences with FreeBSD 9.0-BETA2

2011-09-26 Thread Benjamin Kaduk
On Mon, 26 Sep 2011, Brett Glass wrote: At 12:03 PM 9/26/2011, Benjamin Kaduk wrote: On Mon, 26 Sep 2011, John Baldwin wrote: I can't speak to the one-big-fs bit (there was another thread long ago about that). However, as to the partitioning bit, bsdinstall is defaulting to using

Re: Experiences with FreeBSD 9.0-BETA2

2011-09-26 Thread Benjamin Kaduk
On Mon, 26 Sep 2011, Doug Barton wrote: On 09/26/2011 15:38, Benjamin Kaduk wrote: This perception that ZFS is most of the future probably contributed to the lack of strong opinions regarding the default UFS partition scheme. Can we please stop saying that there were no contrary opinions

Re: Experiences with FreeBSD 9.0-BETA2

2011-09-26 Thread Benjamin Kaduk
On Mon, 26 Sep 2011, Arnaud Lacombe wrote: Hi, On Mon, Sep 26, 2011 at 4:34 PM, Brett Glass br...@lariat.net wrote: My personal preference would be to place portions of the directory tree which contain critical configuration information and are not written in normal use -- e.g. /etc and

Re: Experiences with FreeBSD 9.0-BETA2

2011-09-26 Thread Benjamin Kaduk
On Mon, 26 Sep 2011, Arnaud Lacombe wrote: Hi, The storage world is not limited to spinning hardware. Take a 512MB CF, put it in a soekris box, and you got an embedded system capable of doing a whole bunch of stuff. Now, FreeBSD may no longer want to target such niche usage. Sure we do!

Re: Experiences with FreeBSD 9.0-BETA2

2011-09-26 Thread Benjamin Kaduk
I just filed a bunch of PRs to make sure these comments don't get (too) lost: 16104{6,7,8,9} and 161050. -Ben Kaduk ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: x220 notes

2011-10-04 Thread Benjamin Kaduk
On Mon, 3 Oct 2011, matt wrote: Ultimately, I think if we can set backlight, we can fix the screen after resume...I think it's just the backlight is low/off on resume... Can you use a very strong fronglight to see if this is actually the case? (Illumination angle may be important as well.)

Re: Problem with r226035 - in head/usr.bin/grep: . regex?

2011-10-05 Thread Benjamin Kaduk
On Wed, 5 Oct 2011, Michael Butler wrote: On 10/05/11 10:48, I wrote: Does this look right? ! ts = ((long)u - v 0) ? 0 : (u - v); \ Doh! It should probably be .. ts = ((long)(u - v) 0) ? 0 : (u - v); This is definitely incorrect. Consider the case where u = (int)INT_MAX, v =

Re: x11/nvidia-driver / Compilation has failed

2011-10-05 Thread Benjamin Kaduk
On Wed, 5 Oct 2011, Ali Mashtizadeh wrote: I ran buildworld and installworld again, but the module still won't load. Also, if I enable linux compatibility the original bug from this email chain is still present. Kernel, too? -Ben Kaduk ___

aliasing (or renaming) kern.geom.debugflags

2011-10-07 Thread Benjamin Kaduk
Dear all, I feel like this has come up before, but a quick search didn't reveal anything terribly recent, at least. The new installation chapter of the handbook for 9.0 (that Warren and Glen and Garrett and Gavin and more people I am probably missing have sunk huge amounts of time into) has

Re: aliasing (or renaming) kern.geom.debugflags

2011-10-07 Thread Benjamin Kaduk
On Fri, 7 Oct 2011, Garrett Cooper wrote: On Fri, Oct 7, 2011 at 10:42 AM, Benjamin Kaduk ka...@mit.edu wrote: Dear all, I feel like this has come up before, but a quick search didn't reveal anything terribly recent, at least. The new installation chapter of the handbook for 9.0 (that Warren

Re: aliasing (or renaming) kern.geom.debugflags

2011-10-07 Thread Benjamin Kaduk
On Fri, 7 Oct 2011, Warren Block wrote: On Fri, 7 Oct 2011, Arnaud Lacombe wrote: Hi, On Fri, Oct 7, 2011 at 2:13 PM, Warren Block wbl...@wonkity.com wrote: On Fri, 7 Oct 2011, Poul-Henning Kamp wrote: In message alpine.gso.1.10.1110071341430@multics.mit.edu, Benjamin Kaduk writes

Re: 9.0-BETA 3 lock order reversal

2011-10-08 Thread Benjamin Kaduk
On Sat, 8 Oct 2011, Roar Pettersen wrote: Hello ! Just did a new build of world kernel, and the error message have changed a bit : lock order reversal: 1st 0xddf0c4cc bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:2658 2nd 0xc4996200 dirhash (dirhash) @

Re: bsdtar --gname switch

2011-10-17 Thread Benjamin Kaduk
On Mon, 17 Oct 2011, Romain Garbage wrote: Hi, Following previous advice from questions@, I filed a PR for this (bin/161749) and I'm forwarding the previous mail to this list: According to bsdtar(1) manpage, tar has a --gname switch that permits to set an arbitrary groupname in the tar

Re: FreeBSD 9.0 RC1 USB Mouse and Keyboard

2011-10-24 Thread Benjamin Kaduk
On Sun, 23 Oct 2011, Mehmet Erol Sanliturk wrote: I have installed FreeBSD 9.0 RC1 . During installation and boots , and ( as root ) console mode , both USB keyboard and mouse are working . When a graphical desktop ( Fluxbox , Gnome , or KDE ) is started , both of them are becoming frozen .

Re: aliasing (or renaming) kern.geom.debugflags

2011-10-24 Thread Benjamin Kaduk
On Mon, 24 Oct 2011, Andrey V. Elsukov wrote: On 24.10.2011 1:54, Arnaud Lacombe wrote: NOTE Protection mechanisms in the geom(4) subsystem might prevent boot0cfg from being able to update the MBR on a mounted disk. Instructions for temporarily disabling these protection mechanisms can be

Re: make installworld fails on releng9

2011-10-28 Thread Benjamin Kaduk
On Thu, 27 Oct 2011, Chuck Burns wrote: I had some issues while running make installworld after I sync'd to the latest releng9, on my RC1 install. Now, it appears to failed, while trying to create some links, chfn chsh ypchpass ypchfn ypchsh. These are supposed to be hardlinked to

Re: panic at vm_page_wire with FreeBSD 9.0 Beta 3

2011-11-02 Thread Benjamin Kaduk
On Tue, 1 Nov 2011, Penta Upa wrote: Yes that seems to be the problem. It will is for out of tree modules. http://www.freebsd.org/cgi/query-pr.cgi?pr=161887 . I have to verify if moving the module to /usr/src/ tree fixes the problem. Thanks, Penta On Tue, Nov 1, 2011 at 2:04 AM, K. Macy

Re: make installworld fails on releng9

2011-11-03 Thread Benjamin Kaduk
On Sat, 29 Oct 2011, Chuck Burns wrote: On Saturday, October 29, 2011 1:13:58 AM Benjamin Kaduk wrote: Are you running installworld in single-user mode? What is the value of kern.securelevel? -Ben Kaduk Yes, I was running in single-user mode, and kern.securelevel was never modified

Re: VM images for FreeBSD

2011-11-03 Thread Benjamin Kaduk
On Wed, 19 Oct 2011, Alexander Yerenkow wrote: Hello all! I'm working currently on creating images with a set pre-installed packages. I looked at project pkgng (candidate for replacing current pkg_* subsystem), and also I have some thought about current packages/ports system. 1. pkg_add can

Re: Use of newest version number such as 10.0 instead of current

2011-11-11 Thread Benjamin Kaduk
On Fri, 11 Nov 2011, Mehmet Erol Sanliturk wrote: Dear all , Instead of using Current and then renaming everything for a new version number , is it not possible to use the newest version number in place of Current when it is branched . Such a change will prevent unnecessary renaming problems

Re: Can't install FreeBSD-amd64-9.0-RC2: /mnt: out of inodes

2011-11-17 Thread Benjamin Kaduk
On Thu, 17 Nov 2011, Olivier Cochard-Labbé wrote: Hi all, I tried to install FreeBSD-9.0-RC2-amd64-dvd1.iso (SHA256 verified) on a VM and meet a reproducible problem: The VM has 128Mo RAM and a 4Go hard drive. During install process I choose these distribution sets: ports and src only. And

Re: infiniband anyone?

2011-11-27 Thread Benjamin Kaduk
On Sat, 26 Nov 2011, V. T. Mueller, Continum wrote: Hello, There were rumours that OFED infiniband support made its way into 9.0 . A vanilla 9.0-RC2 install, however does not indicate detection of IB hardware. It's in the todo-list, but svn hasn't been touched since spring. Does anyone know

Re: Problem compiling libs after pass to current

2011-11-27 Thread Benjamin Kaduk
On Sun, 27 Nov 2011, ZaRiuS KRiNG wrote: Hi! is my first post here and have a little problem try to google some and don't find any of value. A week ago compile the src of current, and after that in any new port i install, if compile before any lib, don't work, i need to install pkg from

Re: 9.0-RC2 - bsdinstall - new user group

2011-11-27 Thread Benjamin Kaduk
On Mon, 21 Nov 2011, Peter wrote: Doing a fresh install of 9.0RC2 [amd64]. Add User Accounts - Yes [stuff between '*' is my input/answers] Username: *peter* Full name: *P* UID: [default] Login group [peter]: *admin* Group admin does not exist! Login group [peter]: *ENTER* Login group is

panic td-td_lock == NULL in scheduler(), csup'd 2011-02-19

2012-06-12 Thread Benjamin Kaduk
Hi all, I know, I should update the machine, but I figured I would throw this out for the archives anyway. I saw the panic a few minutes after starting X, but I'm pretty sure I was not actually swapping. In ddb (blind), I ran 'call doadump; show alllocks; show lockedvnods; call doadump;

Re: panic td-td_lock == NULL in scheduler(), csup'd 2011-02-19

2012-06-13 Thread Benjamin Kaduk
On Wed, 13 Jun 2012, John Baldwin wrote: On Wednesday, June 13, 2012 7:11:10 am Svatopluk Kraus wrote: Hi, it looks similar to http://lists.freebsd.org/pipermail/freebsd-current/2011-March/023829.html Hmm, the code in question has a PRS_NEW check though. Benjamin, can you go to the

Re: panic td-td_lock == NULL in scheduler(), csup'd 2011-02-19

2012-06-13 Thread Benjamin Kaduk
On Wed, 13 Jun 2012, John Baldwin wrote: Oh, does your subject line mean you are still running a kernel from that date? I read it as meaning that you had just updated and gotten a crash in top-of-tree and your previously-fine kernel was from the date in the subject. Yes, the subject means

Re: Removing an SDHC card causes a kernel panic on -current

2012-06-26 Thread Benjamin Kaduk
On Tue, 26 Jun 2012, Michael Butler wrote: As follows, in g_disk_providergone, a NULL pointer reference?: g_disk_providergone() is new in r237518 (by ken); ken cc'd. -Ben Kaduk imb@toshi:/home/imb sudo less /var/crash/core.txt.4 toshi.auburn.protected-networks.net dumped core - see

Re: make: don't know how to make add-plist-buildinfo. Stop

2012-09-07 Thread Benjamin Kaduk
On Fri, 7 Sep 2012, Eitan Adler wrote: On 7 September 2012 04:35, O. Hartmann ohart...@zedat.fu-berlin.de wrote: On all portupgrades, port installations I receive this error since today on FreeBSD 10.0-CURRENT amd64 r240150M: make: don't know how to make add-plist-buildinfo. Stop Did you

Re: squealing/whistling audio

2012-09-19 Thread Benjamin Kaduk
On Tue, 18 Sep 2012, Doug Barton wrote: Sometime in the last couple of months an old problem has resurfaced on HEAD, a sort of squealing/whistling sound in the audio, even without anything playing. The sound is similar to the wind whistling through something. Before I blindly go off on a

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Benjamin Kaduk
On Wed, 7 Nov 2012, Larry Rosenman wrote: Vic Abell (the lsof author) asked me the following: In adjusting for clang I have come up with an unanswered question. Where is the VOP_UNLOCK() macro defined? I've done a full search of all the files in /usr/src/sys and can't find its definition, but

Re: strange buildworld failure

2012-11-23 Thread Benjamin Kaduk
On Fri, 23 Nov 2012, Nikos Vassiliadis wrote: On 11/23/2012 1:34 PM, Sergey Kandaurov wrote: Also, my src.conf had WITHOUT_CLANG but I deleted it and then I also deleted /usr/obj when it failed for the first time. But that didn't work. I am building with -j3. Does it always fail there at

Re: strange buildworld failure

2012-11-24 Thread Benjamin Kaduk
On Sat, 24 Nov 2012, Nikos Vassiliadis wrote: On 11/24/2012 1:45 PM, Dimitry Andric wrote: On 2012-11-24 03:38, Benjamin Kaduk wrote: Hmm, buildworld is supposed to be parallel-make-safe. Perhaps a full log of the failing buildworld (e.g., with script(1)) could be posted for analysis? Well

Re: strange buildworld failure

2012-11-24 Thread Benjamin Kaduk
On Sat, 24 Nov 2012, Garrett Cooper wrote: On Nov 24, 2012, at 11:48 AM, Benjamin Kaduk ka...@mit.edu wrote: On Sat, 24 Nov 2012, Nikos Vassiliadis wrote: By the way, I tried to add some debugging info with the help of make -d A or -d g2 but the amount of logging was excessive(the build

Re: Is cross-world building broken?

2012-11-28 Thread Benjamin Kaduk
On Tue, 27 Nov 2012, Adrian Chadd wrote: .. so, Nathan Whitehorn discovered that DESTDIR should be specified in environment, not on the command line. Um, we have lots of things that document passing DESTDIR on the command line. Like, src/UPDATING. Something seems wrong, here... -Ben

Re: r244604 breaks build WITHOUT_KERBEROS + WITH_GSSAPI for gssd.c

2012-12-30 Thread Benjamin Kaduk
On Sun, 30 Dec 2012, Rick Macklem wrote: Hi, Maybe someone familiar with the build environment can help with this. Someone reported via email that gssd.c no longer builds for the combination of WITHOUT_KERBEROS and WITH_GSSAPI. Now, the gssd is completely useless without kerberos, but I need

Re: svn commit: r244604 - head/usr.sbin/gssd

2012-12-31 Thread Benjamin Kaduk
On Mon, 31 Dec 2012, Garrett Cooper wrote: On Mon, Dec 31, 2012 at 3:55 AM, Rick Macklem rmack...@uoguelph.ca wrote: ... WITHOUT_KERBEROS is used other places, like telnetd. Were you aware of that? (I just thought it would keep it consistent, but if you think it is better to use a different

auditdistd (again)

2013-01-02 Thread Benjamin Kaduk
My recent upgrading experience led to the installkernel portion of 'make kernel' failing on the lack of an auditdistd user, for which 'mergemaster -p' was ample workaround. However, the instructions for to rebuild everything in UPDATING still have 'mergemaster -p' before installworld and

Re: problem after installkernel going from 9.0 to CURRENT

2013-01-02 Thread Benjamin Kaduk
On Wed, 2 Jan 2013, Robert Huff wrote: (While this may not be a strictly CURRENT issue, I asked on questions@, but have not found a solution.) Situation: One of my boxes failed, and for various reasons it became easier to just scrub and rebuild it. Like its predecessor it will run

Re: FreeBSD 10.0-CURRENT/AMD64 (CLANG): lang/gcc46 fails to build

2011-12-10 Thread Benjamin Kaduk
[-questions to bcc] On Sat, 10 Dec 2011, O. Hartmann wrote: On 12/07/11 07:11, Steve Kargl wrote: On Wed, Dec 07, 2011 at 05:56:31AM +0100, O. Hartmann wrote: config.status: creating ada/Makefile config.status: creating auto-host.h config.status: executing default commands gmake[2]: Leaving

Re: How to update /usr/src/ using SVN and make update?

2011-12-10 Thread Benjamin Kaduk
On Sat, 10 Dec 2011, O. Hartmann wrote: On 12/10/11 14:51, Chuck Burns wrote: On Saturday, December 10, 2011 7:35:27 AM Chuck Burns wrote: Here is quick, hackish patch to allow your make update to work, it appears that the Makefile.inc1 does not include the full path to svn, while it does

Re: clang (__builtin_ffs) vs /usr/include/string.h

2011-12-20 Thread Benjamin Kaduk
Hi Larry, On Tue, 20 Dec 2011, Larry Rosenman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is anyone going to fix the following in the clang or FreeBSD system? I haven't seen any mention of __builtin_ffs on any freebsd lists since your thread in october, system headers with clang?.

Re: [patch] Cleaning up amd64 kernel optimization options

2011-12-22 Thread Benjamin Kaduk
On Thu, 22 Dec 2011, Alexander Best wrote: On Thu Dec 22 11, Dimitry Andric wrote: Hi, I would like to ask some feedback on the attached patch, which cleans up the kernel optimization options for amd64. This was touched upon earlier by Alexander Best in freebsd-toolchain, here: i've been

Re: WTF mergemaster VCS Id checking?

2012-01-16 Thread Benjamin Kaduk
On Mon, 16 Jan 2012, deeptec...@gmail.com wrote: Every time I run mergemaster, I have to manually confirm all of the What is your timescale for every time? One year? Five years? local changes I have done to /etc (ie., state how to merge the temporary and existing files), even files have

Re: rtld or lang/gcc cannot find libgcc_s.so.1

2012-02-21 Thread Benjamin Kaduk
On Tue, 21 Feb 2012, Steve Kargl wrote: On Tue, Feb 21, 2012 at 05:00:53PM -0500, Diane Bruce wrote: On Tue, Feb 21, 2012 at 10:37:15PM +0100, Dimitry Andric wrote: On 2012-02-21 20:42, Steve Kargl wrote: ... Yes, /lib comes before /usr/local/lib/gcc46. I suppose that this is a heads up for

Re: Using TMPFS for /tmp and /var/run?

2012-03-30 Thread Benjamin Kaduk
On Fri, 30 Mar 2012, Adrian Chadd wrote: On 30 March 2012 17:57, deeptec...@gmail.com wrote: C. P. Ghost wrote: Not clearing /tmp on reboot has been the norm for way too long and it is too late to change now. We either evolve or be in a stalemate forever. No, you do it in a sensible,

Re: r245901: make buildworld fails: === kerberos5/lib/libheimipcs (install)

2013-01-25 Thread Benjamin Kaduk
On Fri, 25 Jan 2013, O. Hartmann wrote: Just want to note that make buildworld fails on r245901 with the following unhealthy end: === kerberos5/lib/libheimbase (install) sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libheimbase.a /usr/obj/usr/src/lib32/usr/lib32 sh

Re: Possible bug in NFSv4 with krb5p security?

2013-02-15 Thread Benjamin Kaduk
On Sat, 16 Feb 2013, Elias Mårtenson wrote: Thank you. I did exactly that and I found out some more. The problem occurss in file gss.c, in the function gssd_pname_to_uid_1_svc(). This function is responsible for taking a principal and returning the Unix user ID that this principal corresponds

Re: Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Benjamin Kaduk
On Sat, 16 Mar 2013, Elias Mårtenson wrote: Is there a problem with the GSSAPI implementation in FreeBSD? There might be; I can't remember if I had trouble with it in my current application even before I started using the gss_pseudo_random feature which it does not support (which caused me

Re: Strange error when compiling minimal GSSAPI application

2013-03-16 Thread Benjamin Kaduk
On Sat, 16 Mar 2013, Rick Macklem wrote: Elias Martenson wrote: Is there a problem with the GSSAPI implementation in FreeBSD? I'm trying to compile a minimal application that does nothing more than including the file gssapi/gssapi_krb5.h: If you add: #include time.h it compiles. time.h in

Re: Should lock order reversals be reported?

2013-06-17 Thread Benjamin Kaduk
On Mon, 17 Jun 2013, Damien Fleuriot wrote: +1 to the question, reported 2 a while ago, one for PF and one for FS. Gleb quickly fixed the PF one, never had a reply from anyone on FS though. I still have it with -CURRENT from last week, can report again. Those FS LORs (from 10-CURRENT

Re: Kernel crash during heavy disk access

2013-07-09 Thread Benjamin Kaduk
On Tue, 9 Jul 2013, Adrian Chadd wrote: On 9 July 2013 09:24, Eric Camachat eric.camac...@gmail.com wrote: On Mon, 2013-07-08 at 23:05 -0700, Adrian Chadd wrote: Hi, Try doing a full, non-journal fsck. -adrian Thank you, it fixed the problem! Does it mean journal didn't work? Yup :(

Re: ssh-keygen -Z

2014-02-16 Thread Benjamin Kaduk
On Sun, 16 Feb 2014, Ruslan Makhmatkhanov wrote: Hello, there is -Z parameter in ssh-keygen --help output, but no mention of it in ssh-keygen's man-page. Any clue what values this parameter accept? It is the new-format ciphername, which can be used for RSA keys if the new format file is

Re: LOR r262009

2014-02-17 Thread Benjamin Kaduk
On Mon, 17 Feb 2014, Dennis Glatting wrote: Decided to try clang 3.4 under CURRENT and got a LOR under ESXi: Feb 17 14:13:10 Head kernel: lock order reversal: Feb 17 14:13:10 Head kernel: 1st 0xfe00f6868548 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:3081 Feb 17 14:13:10 Head kernel:

Re: Import of DragonFly Mail Agent

2014-02-24 Thread Benjamin Kaduk
On Mon, 24 Feb 2014, Lyndon Nerenberg wrote: What would really help is if the ports fetch-recursive-list target could extend to reliably include the distfiles for the runtime dependencies as well. But I'm not even sure that's possible. We tried a few different things, but in the end we

Re: firebox build fails post clang-3.4 merge

2014-02-26 Thread Benjamin Kaduk
On Wed, 26 Feb 2014, Don Lewis wrote: On 26 Feb, Michael Butler wrote: On 02/18/14 12:10, Michael Butler wrote: Is anyone else seeing firefox failing to install after the clang-3.4 merge? As in xpcshell dumping core .. An update .. Recompiling with GCC48 on -current yields the same result.

Re: Boot fails @r264070

2014-04-03 Thread Benjamin Kaduk
On Thu, 3 Apr 2014, David Wolfskill wrote: And on my laptop, I had no problems (using AHCI). The build machine, though, starts OK, then comes to an inglorious end: Trying to mount root from ufs:/dev/aacd0s4a [rw]... mountroot: waiting for device /dev/aacd0s4a ... Mounting from

Re: Boot fails @r264070

2014-04-03 Thread Benjamin Kaduk
On Thu, 3 Apr 2014, David Wolfskill wrote: -em0: Intel(R) PRO/1000 Legacy Network Connection 1.0.6 port 0x2000-0x203f mem 0xd820-0xd821 irq 54 at device 2.0 on pci3 -em0: Ethernet address: 00:30:48:2d:32:6a -em1: Intel(R) PRO/1000 Legacy Network Connection 1.0.6 port 0x2040-0x207f mem

cannot build 9.2 from an 11-current host

2014-04-03 Thread Benjamin Kaduk
Hi all, I've got a build machine that does package builds of net/openafs for upstream OpenAFS, and is supposed to build packages for all supported FreeBSD versions (and a few unsupported ones, too). I've recently updated to r264039M (the 'M' is reverting PCI ARI bits as discussed in a

Re: cannot build 9.2 from an 11-current host

2014-04-03 Thread Benjamin Kaduk
On Thu, 3 Apr 2014, Ryan Stone wrote: On Thu, Apr 3, 2014 at 9:09 PM, Benjamin Kaduk ka...@mit.edu wrote: Hi all, I've got a build machine that does package builds of net/openafs for upstream OpenAFS, and is supposed to build packages for all supported FreeBSD versions (and a few unsupported

Re: UFS lock order reversal stack trace with r264677 on i386

2014-04-21 Thread Benjamin Kaduk
On Sat, 19 Apr 2014, R. Tyler Croy wrote: I've noticed this as of late on my i386 -CURRENT Thinkpad T43 when I perform some file operations, but an exact reproduction case I've not yet stumbled upon: Apr 20 01:29:32 lemon kernel: lock order reversal: Apr 20 01:29:32 lemon kernel: 1st

Re: buildworld fails (missing /usr/share/mk/src.opts.mk)

2014-05-06 Thread Benjamin Kaduk
On Tue, 6 May 2014, Stefan Esser wrote: 2) tinderbox still complained about the test for MK_SHARED_TOOLCHAIN in bmake/Makefile.inc (I deleted the mails and thus cannot easily quote the exact error message). I tried to fix this by

Re: Panic String: ffs_alloccg: map corrupted [/dev/gpt/tmp]

2014-06-11 Thread Benjamin Kaduk
It is rather difficult to determine what sort of response you are expecting to this message, as it seems to cover several different (but maybe related) topics, and include some exposition and supposition that do not include clear questions. On Wed, 11 Jun 2014, O. Hartmann wrote: Running

Re: Boot loader too large

2014-07-11 Thread Benjamin Kaduk
On Fri, Jul 4, 2014 at 7:07 AM, Alie Tan a...@afflemedialab.com wrote: On Fri, Jul 4, 2014 at 5:57 PM, Alie Tan a...@afflemedialab.com wrote: Hi, I am getting Boot loader too large message while using FreeBSD-11.0-CURRENT-i386-20140701-r268111-disc1.iso Is there any way to solve

Re: bsd.sys.mk [-Wno-uninitialized]

2014-07-15 Thread Benjamin Kaduk
[-stable to bcc; keeping -current] On Tue, 15 Jul 2014, Hans Petter Selasky wrote: On 07/05/14 15:10, David Chisnall wrote: On 5 Jul 2014, at 14:07, Dimitry Andric d...@freebsd.org wrote: Interestingly, -Wno-uninitialized has been in bsd.sys.mk since r76861, and the accompanying comment

clang assertion failure+coredump in clang 3.4.1

2014-07-21 Thread Benjamin Kaduk
Building some out-of-tree software with a rather long set of compiler flags, I can reliably get our clang to crash. The system is current as of r267362 (June 11), with clang reporting itself as FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target:

Re: clang assertion failure+coredump in clang 3.4.1

2014-07-22 Thread Benjamin Kaduk
Hi Dimitry, On Tue, 22 Jul 2014, Dimitry Andric wrote: On 22 Jul 2014, at 00:34, Benjamin Kaduk ka...@mit.edu wrote: Building some out-of-tree software with a rather long set of compiler flags, I can reliably get our clang to crash. The system is current as of r267362 (June 11), with clang

Re: Several minor annoyances on Current

2014-07-25 Thread Benjamin Kaduk
On Fri, 25 Jul 2014, Beeblebrox wrote: Hello. Several questions for 11-Current: * I keep getting appname.core (gedit.core, midori.core, etc) files being created either in /home/myuser or in the folder I run the command in on terminal emulator (for example if I'm in ~/mydocs on terminal and run

Re: DEADLKRES crash

2014-08-18 Thread Benjamin Kaduk
On Mon, 18 Aug 2014, Larry Rosenman wrote: I got the following: borg.lerctr.org dumped core - see /var/crash/vmcore.8 Mon Aug 18 07:30:42 CDT 2014 FreeBSD borg.lerctr.org 11.0-CURRENT FreeBSD 11.0-CURRENT #63 r269784M: Sun Aug 10 12:33:07 CDT 2014

Re: make installworld fails

2010-11-16 Thread Benjamin Kaduk
On Tue, 16 Nov 2010, AN wrote: Trying to installworld on 9-current AMD64, and it fails with: install -o root -g wheel -m 444 /usr/src/share/info/../../contrib/tzdata//zone.tab /usr/share/zoneinfo/ Updating /etc/localtime tzsetup: illegal option -- r usage:tzsetup [-ns] ***Error code 1 Stop

Re: make installworld fails

2010-11-16 Thread Benjamin Kaduk
On Tue, 16 Nov 2010, AN wrote: On Tue, 16 Nov 2010, Benjamin Kaduk wrote: On Tue, 16 Nov 2010, AN wrote: Trying to installworld on 9-current AMD64, and it fails with: install -o root -g wheel -m 444 /usr/src/share/info/../../contrib/tzdata//zone.tab /usr/share/zoneinfo/ Updating /etc

Re: make installworld fails

2010-11-16 Thread Benjamin Kaduk
On Tue, 16 Nov 2010, Garrett Cooper wrote: There might be a handful of other apps that don't work when upgrading from major version to major version (config; the way to work around this I thought we only supported major version upgrades by first upgrading from RELENG_X_Y to RELENG_X and

tale of a disappearing mouse

2011-02-10 Thread Benjamin Kaduk
Dear all, I've been experiencing this issue for quite some time, but never really managed to collect all the data that seemed useful in one place for the same kernel. I think I now have enough to ask for help. Sometimes, when I boot my laptop (Lenovo T400), my pointing device will just ...

Re: Wow... (-- blown away at performance)

2011-03-31 Thread Benjamin Kaduk
On Thu, 31 Mar 2011, Jung-uk Kim wrote: On Thursday 31 March 2011 02:27 pm, Alexander Best wrote: i just noticed the WWW links in pkg-descr of boths nspluginwrapper and nspluginwrapper-devel are broken. i believe [1] is the current location. cheers. alex [1]

Re: Switch from legacy ata(4) to CAM-based ATA

2011-04-20 Thread Benjamin Kaduk
On Wed, 20 Apr 2011, Arnaud Lacombe wrote: Hi, On Wed, Apr 20, 2011 at 9:17 PM, Warren Block wbl...@wonkity.com wrote: On Wed, 20 Apr 2011, Arnaud Lacombe wrote: On Wed, Apr 20, 2011 at 6:38 PM, Garrett Cooper yaneg...@gmail.com wrote: On Wed, Apr 20, 2011 at 3:35 PM, Doug Barton

nspluginwrapper (was: Re: Wow... (-- blown away at performance))

2011-04-23 Thread Benjamin Kaduk
On Thu, 31 Mar 2011, Benjamin Kaduk wrote: On Thu, 31 Mar 2011, Jung-uk Kim wrote: On Thursday 31 March 2011 02:27 pm, Alexander Best wrote: i just noticed the WWW links in pkg-descr of boths nspluginwrapper and nspluginwrapper-devel are broken. i believe [1] is the current location

Re: a panic on uart_z8530_class?

2010-05-08 Thread Benjamin Kaduk
On Sat, 8 May 2010, Weongyo Jeong wrote: Hello, Anyone encountered this panic on recent CURRENT kernel? db bt Tracing pid 1795 tid 100096 td 0xff0003d8b390 uart_z8530_class() at 0 ifc_simple_create() at ifc_simple_create+0x89 if_clone_createif() at if_clone_createif+0x64 ifioctl() at

Re: a panic on uart_z8530_class?

2010-05-09 Thread Benjamin Kaduk
On Sun, 9 May 2010, Yuri Pankov wrote: On Sat, May 08, 2010 at 09:59:23PM -0500, Brandon Gooch wrote: Since at early April, I've been trying to figure out why my laptop locks up overnight (something about the CPUs going into C3). I can nearly always get it to coredump, but the vmcore files I

kgdb unuseable with cores on current (for some people)

2010-05-13 Thread Benjamin Kaduk
Hi all, As was revealed in a recent thread here [1], several people have been unable to use kgdb on coredumps for the past few months (but possibly not everyone). I am one of those affected, and have narrowed the breakage with a binary search to between SVN revisions 202883 and 202954 (that

Re: kgdb unuseable with cores on current (for some people)

2010-05-14 Thread Benjamin Kaduk
On Fri, 14 May 2010, Kostik Belousov wrote: On Fri, May 14, 2010 at 12:55:35AM -0400, Benjamin Kaduk wrote: Hi all, As was revealed in a recent thread here [1], several people have been unable to use kgdb on coredumps for the past few months (but possibly not everyone). I am one of those

Re: kgdb unuseable with cores on current (for some people)

2010-05-14 Thread Benjamin Kaduk
On Fri, 14 May 2010, Alan Cox wrote: On 5/14/2010 1:44 AM, Benjamin Kaduk wrote: On Fri, 14 May 2010, Kostik Belousov wrote: Try reverting r202897 on fresh HEAD. I very much doubt that r202933 can be responsible. Indeed, 202933 was cleared of blame in the latest bisection. I'm currently

  1   2   3   >