Re: Empty structures have sizeof(1) in C++ now ?

2025-02-21 Thread Paul Floyd
imization). https://en.cppreference.com/w/cpp/language/ebo Empty base classes aren't subject to the requirement that objexts should have an unique address. A+ Paul

Re: poudriere and the user ... is it mostly a lost idea?

2025-01-17 Thread Paul Mather
me into uncharted waters, as the testing base for these non-default package builds is lower than for the default package builds. I am assuming that risk on myself by electing to build my own packages via Poudriere. Straying off the beaten path can sometimes take you to lonely places. :-) Cheers, Paul.

Re: No valid device tree blob found!

2024-10-31 Thread Paul Mather
BE boots just fine, so something is broken. I get the same thing trying to install FreeBSD/arm64 -CURRENT on a MacBook Air M2 using UTM. I'm trying to boot FreeBSD-15.0-CURRENT-arm64-aarch64-20241024-8b2e7da70855-273174-disc1.iso and it fails to do so. I have a FreeBSD/arm64 14.1-RELEASE VM that runs under UTM on the same hardware just fine. I guess I just got unlucky choosing that particular snapshot? Something is broken? Cheers, Paul.

Re: Problems with FreeBSD-15.0-CURRENT-amd64-20241003

2024-10-14 Thread Paul Floyd
t the ExeContext is not saved for each lock. Each thread has a set of held lock IDs. It might be useful to change that, depending on the memory and time overhead. I'll try to see if there is an efficient way to check that the ExeContext for pthread_mutex_lock is exit/__libc_start1. A+ Paul

Re: Problems with FreeBSD-15.0-CURRENT-amd64-20241003

2024-10-09 Thread Paul Floyd
allowed on exit another option will be to try to fiddle around with what happens during a call to exit(). That would mean something like ignoring the lock count when called from exit(). And the last resort will be to just turn this check off. A+ Paul

Re: Problems with FreeBSD-15.0-CURRENT-amd64-20241003

2024-10-09 Thread Paul Floyd
> > > I can probably check whether it's the main thread (I assume that this code > doesn't run on subsidiary threads) > No it looks like it can be any thread. A+ Paul

Re: Problems with FreeBSD-15.0-CURRENT-amd64-20241003

2024-10-09 Thread Paul Floyd
> > On Wed, 9 Oct 2024 at 09:08, Konstantin Belousov > wrote: > On Wed, Oct 09, 2024 at 06:35:08AM +, Paul Floyd wrote: > > The biggest problem is with Helgrind. All apps now generate an extra > error > > > > ==68593== Thread #1: Exiting thread still holds 1 l

Problems with FreeBSD-15.0-CURRENT-amd64-20241003

2024-10-08 Thread Paul Floyd
with pthread tracing turned on but that just gave me one more problem - a crash due to the tracing fprintf (https://bugs.kde.org/show_bug.cgi?id=494327). A+ Paul

Re: Strange network/socket anomalies since about a month

2024-04-22 Thread Paul Mather
it worked reliably for me. Then, starting a few weeks ago, it has reverted to the behaviour you describe above. It is not as bad right now as it got when I quit using it. Now, sometimes it will fail, but it will succeed when re-running a "poudriere bulk" run. I'd love it to go back to when it was working 100% of the time. Cheers, Paul.

Re: CVE-2024-3094: malicious code in xz 5.6.0 and xz 5.6.1

2024-04-03 Thread Paul Floyd
ibelf.so.2. See https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27 A+ Paul

Re: libc/libsys split coming soon

2024-02-23 Thread Paul Floyd
few new testcase failures. Some are libsys related and fairly unimportant. There are also a few more serious issues that I'm still investigating, not necessarily anything to do with libsys. A+ Paul

Re: libc/libsys split coming soon

2024-02-05 Thread Paul Floyd
ht cause me problems if libc isn't linked. >> >> Could you do a quick test with an exe linked to libsys but not libc running >> under Valgrind memcheck, please? > > Could you suggest a more concrete example? I don’t think that it really matters. Just an empty main(). The important thing would be linking to libsys and not libc. A+ Paul

Re: libc/libsys split coming soon

2024-02-03 Thread Paul Floyd
thout requiring libc. I see that pagesize is on the list of functions that are moving. There are a couple of other functions that might cause me problems if libc isn't linked. Could you do a quick test with an exe linked to libsys but not libc running under Valgrind memcheck, please? A+ Paul

Re: byteswap.h not found on 12 and 13

2023-03-24 Thread Floyd, Paul
A modern and standard solution is std::byteswap. https://en.cppreference.com/w/cpp/numeric/byteswap According to this https://en.cppreference.com/w/cpp/compiler_support#C.2B.2B23_library_features you will need llvm 14 for that. A+ Paul

Re: NanoBSD: CURRENT unable to compile 13-STABLE : error: a function definition without a prototype is deprecated ... in C

2023-02-27 Thread Paul Mather
H_SYSTEM_COMPILER=yes WITHOUT_CROSS_COMPILER=yes When I commented these out in the jail-src.conf Poudriere file the jail built correctly. I figure the system built fine because its system compiler is LLVM 14.x. The Poudriere system compiler is LLVM 15.x, which has the breaking change wrt. old-style prototypes. Cheers, Paul.

Re: NanoBSD: CURRENT unable to compile 13-STABLE : error: a function definition without a prototype is deprecated ... in C

2023-02-27 Thread Paul Floyd
at it works". This was "fixed" by ANSI C going on for 35 years ago. Ancient code like this is probably safe enough - the finger crossing seems to have worked for a long time. It's no wonder people are clamouring to only use safe languages like Rust for new projects. A+ Paul

Re: 14.0-CURRENT panic on boot, i386 VirtualBox client

2023-01-04 Thread Paul Floyd
On 04-01-23 11:24, Konstantin Belousov wrote: On Tue, Jan 03, 2023 at 11:38:55AM +0100, Floyd, Paul wrote: On 30/12/2022 01:54, Konstantin Belousov wrote: The backtrace is needed to make a further analysis. Any suggestions for getting a backtrace? I get the panic booting either the

Re: 14.0-CURRENT panic on boot, i386 VirtualBox client

2023-01-03 Thread Floyd, Paul
On 30/12/2022 01:54, Konstantin Belousov wrote: The backtrace is needed to make a further analysis. Any suggestions for getting a backtrace? I get the panic booting either the installer ISO or the VM image, both in VirtualBox. A+ Paul

Re: 14.0-CURRENT panic on boot, i386 VirtualBox client

2022-12-29 Thread Paul Floyd
ee8 not in kstack VA 0x2420000 4 A+ Paul

Re: 14.0-CURRENT panic on boot, i386 VirtualBox client

2022-12-28 Thread Paul Floyd
On 28-12-22 18:05, Graham Perrin wrote: If the guest has more than CPU, try reducing to one. A step further: try booting the guest in safe mode. Neither of those changed anything (I was using 2 CPUs) A+ Paul

14.0-CURRENT panic on boot, i386 VirtualBox client

2022-12-28 Thread Paul Floyd
to see the last message before the panic as it scrolls past too quickly. Any suggestions for a working either how to get more info or what vbox settings to use? A+ Paul

Re: SAMBA 416-4.16.6 ad GNOME together is impossible :(

2022-11-06 Thread Paul Mather
ght have to wait for Samba to switch to 4.16 in /usr/ports/Mk/bsd.default-versions.mk before GNOME/Samba ports shake out the way you like. Cheers, Paul.

Re: Good practices with bectl

2022-09-20 Thread Paul Mather
and so forth, and even mark the new boot environment as the one to be active on reboot. All you need to do is reboot. I've been using it for source upgrades for a while now without problems. The best thing, for me, is it cuts out all that time doing "make installworld" and etcupdate in single user mode, thus minimising downtime. Cheers, Paul.

Re: Cross-compile worked, cross-install not so much ...

2022-04-25 Thread Paul Mather
01.html This worked well for me, at least until I stopped running FreeBSD on my ARM systems. I don't know whether it still works. Cheers, Paul.

Re: advice sought: workflow with -CURRENT and amd GPU [Re: -CURRENT hangs since at least 2022-04-04]

2022-04-19 Thread Paul Mather
meone show me what I'm missing in either of mine (in private, if > you prefer)? I don't know whether you're missing anything, but I wanted to mention I recently found a tool useful in helping my own BE-based source upgrades: /usr/src/tools/build/beinstall.sh I've found it helps with the build/upgrade steps. See man beinstall(8) for details. Cheers, Paul.

Re: /etc/rc: ERROR: /etc/rc: no interface specified

2021-02-24 Thread Paul Mather
On Feb 24, 2021, at 11:18 AM, Jung-uk Kim wrote: > On 21. 2. 24., Paul Mather wrote: >> I have two systems on which I run -CURRENT. I updated them yesterday to the >> following: FreeBSD 14.0-CURRENT #1 main-n245033-6ab923cbca87: Tue Feb 23 >> 21:29:31 EST 2021. Both

/etc/rc: ERROR: /etc/rc: no interface specified

2021-02-24 Thread Paul Mather
ebruary 2021) worked fine. Cheers, Paul. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: HEADS UP: FreeBSD src repo transitioning to git this weekend

2020-12-22 Thread Paul Mather
s (otherwise it would be a huge POLA violation). I track NetBSD src via Git, even though that project currently officially uses CVS. Cheers, Paul. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: drm / drm2 removal in 12

2018-08-25 Thread Paul McNary
I think you can pay XinuOS to support FreeBSD in a LTS situation. It is just like linux where you have to pay Red Hat, Suse, etc. They break things even with point releases. Suse majorly screwed with video drivers back in the 9.x series. Totally broke major release. Their answer then was pay us or

Re: BBB (cpsw(4)) seems to be broken in the latest 11-current

2016-06-21 Thread Paul Mather
> FreeBSD beaglebone 11.0-ALPHA4 FreeBSD 11.0-ALPHA4 #0 r302028M: Mon Jun 20 > 18:19:55 EDT 2016 > kwhite@freebsd11:/usr/obj/arm.armv6/usr/src/sys/BEAGLEBONE-LOCAL arm armv6 > > ...keith The patch also fixes the problem for

Re: BBB (cpsw(4)) seems to be broken in the latest 11-current

2016-06-20 Thread Paul Mather
Wed Jun 15 14:23:28 EDT 2016 That's just two days apart. Maybe that might help track down the potential revision that caused the problem. I've not been able to buildworld via NFS since the problem began, so I've reverted back to the r301779 kernel for now. Cheer

Re: [CFT] packaging the base system with pkg(8)

2016-04-20 Thread Paul Mather
___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: [CFT] packaging the base system with pkg(8)

2016-04-20 Thread Paul Mather
to zoom in or out from a given symptom (i.e., binary or library that might have changed). I don't believe this is possible in the current FreeBSD setup. This is a huge gain in functionality. Cheers, Paul. ___ freebsd-current@freebsd.org mail

Re: [CFT] packaging the base system with pkg(8)

2016-04-20 Thread Paul Mather
components affected. Arguably, a packaged base will make it easier to help people, because it makes more explicit the dependencies of different parts of the system. It's been my experience that the interactions and impact of the various /etc/src.conf settings are not entirely well kn

RE: Kernel trap when booting inside VirtualBox

2016-04-15 Thread Paul Wootton
On Wed, Apr 12, 2016 at 11:01PM, Paul Wootton wrote: >On Tue, Apr 12, 2016 at 02:02PM, Paul Wootton wrote: > >With the help of Konstantin, I have got a proper disassembly. > >I have recompiled a few times so my new panic is >instruction pointer = 0x20:0x80fed

RE: Kernel trap when booting inside VirtualBox

2016-04-12 Thread Paul Wootton
On Tue, Apr 12, 2016 at 02:02PM, Paul Wootton wrote: >On Tue, Apr 12, 2016 at 08:56AM, Konstantin Belousov wrote: >>Anyway, please do 'kgdb kernel.debug' for your HEAD kernel, and >>send me the disassemble of the native_lapic_setup function. > >"

RE: Kernel trap when booting inside VirtualBox

2016-04-12 Thread Paul Wootton
add %al,(%rax) I downloaded an ISO of r294499 and that booted correctly inside VBox. I SVNed down to r294499, compiled and that did not boot. Did a disassembley and it's the same as above. I downloaded an ISO of r297692 and that booted correctly. So it's got to be either my kernel conf or

tzsetup - UTC user question

2015-02-03 Thread Paul Koch
e so they can correctly answer the question. Why was the default changed from "No" to "Yes" ? Paul. -- Paul Koch | Founder, CEO AKIPS Network Monitor http://www.akips.com Brisbane, Australia ___ freebsd-current@freebsd.org mailin

Re: $DISPLAY not set

2014-12-01 Thread Paul Cartwright
11/xorg.conf, I did do the X -configure. > Usually unnecessary, and not a great idea unless it is necessary. > > ok, I'll check out the freebsd pages, and I'll let you know. thanks! -- Paul Cartwright Registered Linux User #367800 and new counter #561587 __

$DISPLAY not set

2014-12-01 Thread Paul Cartwright
as using this guide to set everything up: https://cooltrainer.org/a-freebsd-desktop-howto/#with-radeon-intel-or-otherwise am I missing something? I do have an /etc/X11/xorg.conf, I did do the X -configure. -- Paul Cartwright Registered Linux User #367800 and new co

Re: Future of pf / firewall in FreeBSD ? - does it have one ?

2014-08-01 Thread Paul Kraus
atter if it is best for FreeBSD for it to continue. Without someone to take ownership of it, then even if it continues it will not be top quality, and having something in FreeBSD that is not top quality would be a mistake (IMHO). -- Paul Kraus p...@kraus-haus.org _

Re: [PATCH RFC] Disable save-entropy in jails

2013-12-24 Thread Paul Hoffman
On Dec 24, 2013, at 2:53 PM, Xin Li wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 12/24/13 14:36, Paul Hoffman wrote: >> On Dec 24, 2013, at 12:44 PM, Xin Li wrote: >> >>> I think we shouldn't save entropy inside jails, as the data is

Re: [PATCH RFC] Disable save-entropy in jails

2013-12-24 Thread Paul Hoffman
might be used by some userland program (running as root, of course) that knows about the directory and wants some fresh entropy for its own use. Is there a problem with saving the directory in jails? It certainly isn't taking up much spa

Kernel build fail for generic on r256122 (if_cxgbe)

2013-10-07 Thread Paul Webster
Details on pastebin: http://pastebin.com/raw.php?i=dNzL3yXR ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: 9.1 -> current migration problem

2013-05-12 Thread Paul Dokas
27;ve commented this out and am rebuilding again. Thanks again! Paul On 05/12/13 09:35, Dan Mack wrote: > > It's sound familiar; in /usr/src/UPDATING there is mention of this '-l' > issue. Search for 'install' in UPDATING and I think there is a > work-aroun

9.1 -> current migration problem

2013-05-12 Thread Paul Dokas
makewhatis or mklocale. It seems that something is trying to use the '-l' option to install, which is only present in FreeBSD 10. Any ideas how to get around this issue? Thanks, Paul # cd /usr/src # make buildworld . . . ===> bin/cat (obj,depend,all,install) /usr/obj/usr/src/tm

Re: Tell me how to increase the virtual disk with ZFS?

2013-05-11 Thread Paul Kraus
On May 11, 2013, at 11:13 AM, Alexander Yerenkow wrote: 2013/5/11 Paul Kraus On May 11, 2013, at 10:03 AM, Alexander Yerenkow wrote: > > > There's no mature (or flexible, or "can do what I want" ) way to > > increase/decrease disk sizes in FreeBSD for now {ZFS,U

Re: Tell me how to increase the virtual disk with ZFS?

2013-05-11 Thread Paul Kraus
ent disk and copy back. Is this a statement or a question ? If a statement, then it is factually FALSE. If it is supposed to be a question, it does not ask anything. -- Paul Kraus Deputy Technical Director, LoneStarCon 3 Sound Coordinator, Sche

Re: Light humour

2013-05-03 Thread Paul Webster
ah my miss interpretation sorry :) On 03/05/2013, Eitan Adler wrote: > On 3 May 2013 08:31, Paul Webster wrote: >> it was not really meant to be trolling I am sorry if you see it that >> way; I just thought it was as my original posts state quite funny, >> never thought it

Re: Light humour

2013-05-03 Thread Paul Webster
t; 2013/4/28 Paul Webster : >>> Just got this link on IRC, (freenode/##freebsd) was so funny I thought >>> I would see if I could get any of you guys to spit out you're coffee >>> :) >>> >>> http://antibsd.wordpress.com/ >> >> Do not post

Light humour

2013-04-27 Thread Paul Webster
Just got this link on IRC, (freenode/##freebsd) was so funny I thought I would see if I could get any of you guys to spit out you're coffee :) http://antibsd.wordpress.com/ ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: announcing mdoc.su, short manual page URLs

2013-02-20 Thread Paul Schenkeveld
stion: is the os version accessible comewhere, i.e. can I ask for a manpage from a specific version of FreeBSD? I have to disagree with Darren Pilgrim however, this is not "slight abuse" of rewrite rules but putting rewrite rules to "better use" :-) Kind regards, Pau

Re: Expanding ZFS RAIDZ on the fly?

2013-01-11 Thread Paul Schenkeveld
u wanted to add just a 4th drive because you've only one bay left you should consider leaving that one unoccupied so you can easily grow to bigger disks now or in the future. HTH Paul Schenkeveld ___ freebsd-current@freebsd.org mailing list http://li

Re: looking for help from ppp users

2012-12-15 Thread Paul Webster
Hey there gary, this works for talktalk/UK ADSL modem in PPPoE mode, or did beore my house move ill double cobnfirm in 6 days when my new line is active. #talktalk: set reconnect 999 1 set device PPPoE:xl0 # replace xl1 with your Ethernet device set authname my-house-p

Request for merge into 9.x

2012-12-12 Thread Paul Webster
kernel module in 9.0/9.1 -RELEASE I would happily report how well it works -- paul ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-uns

Re: Upgrading FreeBSD to use the NEW pf syntax.

2012-11-24 Thread Paul Webster
I only really need one question answered in honesty; I personally think that by forking our own version of PF we have essentially made something totally different to what everyone wants to use. Which is fine, but because of that development of new features have dropped behind. If we had k

Upgrading FreeBSD to use the NEW pf syntax. (Copied from freebsd-pf)

2012-11-19 Thread Paul Webster
dback from you guys as to be honest there seems to be quite a few users who actually DO want the new style format and functionality that comes with. I Attached the log of the conversation just for reference. -- Thank you for your time -- Paul G Webster 'daemon' Using Opera's revolut

Re: ZFS RaidZ-2 problems

2012-11-05 Thread Paul Wootton
Regards Steve - Original Message - From: "Paul Wootton" To: "freeBSD-CURRENT Mailing List" Sent: Monday, November 05, 2012 10:25 AM Subject: ZFS RaidZ-2 problems state: FAULTED status: One or more devices could not be opened. There are insufficient r

ZFS RaidZ-2 problems

2012-11-05 Thread Paul Wootton
I've already posted this to freebsd-fs@ but still have no idea as to why the below has happened. On 10/30/12 09:08, Paul Wootton wrote: Hi, I have had lots of bad luck with SATA drives and have had them fail on me far too often. Started with a 3 drive RAIDZ and lost 2 drives at the

Re: Clang as default compiler November 4th

2012-09-11 Thread Paul Schmehl
7;d never even heard of clang until recently. I'm not a programmer. If I can't get my ports to compile with clang without a knowledge of programming, I'll abandon them. I'm too old and too tired to try learning a brand new system. I doubt I'm alone. -- Paul Schmehl

Re: Soekris net4801 sees no disk devices with -CURRENT

2012-08-14 Thread Paul Schenkeveld
On Mon, Aug 13, 2012 at 11:30:06PM +0200, Pierre DAVID wrote: > On Sun, Aug 12, 2012 at 05:49:24PM +0200, Paul Schenkeveld wrote: > > Hi, > > > > I am trying to build a NanoBSD image for Soekris net4801 with a recent > > -CURRENT. The kernel boots fine but when it

Soekris net4801 sees no disk devices with -CURRENT

2012-08-12 Thread Paul Schenkeveld
. Any ideas? With kind regards, Paul Schenkeveld [boot -v log] Copyright (c) 1992-2012 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of

make package fails in chroot: tar: getvfsbyname failed: No such file or directory

2012-08-12 Thread Paul Schenkeveld
usr/ports are NFS mounted from a fileserver and I have devfs mounted on /dev. Thanks for any help! With kind regards, Paul Schenkeveld ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: Does anyone try kib's Sandy Bridge PCID patch (pcid.2.patch)?

2012-02-01 Thread Paul Ambrose
在 2012年1月31日 下午11:28,Konstantin Belousov 写道: > On Tue, Jan 31, 2012 at 09:23:50AM +0800, Paul Ambrose wrote: >> ?? 2012??1??31?? 12:43??Kostik Belousov ?? >> > On Mon, Jan 30, 2012 at 07:08:13PM +0800, Paul Ambrose wrote: >> >> ?? 2012??1??

Re: Does anyone try kib's Sandy Bridge PCID patch (pcid.2.patch)?

2012-01-30 Thread Paul Ambrose
在 2012年1月31日 上午12:43,Kostik Belousov 写道: > On Mon, Jan 30, 2012 at 07:08:13PM +0800, Paul Ambrose wrote: >> ?? 2012??1??30?? 2:36??Kostik Belousov ?? >> > On Mon, Jan 30, 2012 at 10:15:51AM +0800, Paul Ambrose wrote: >> >> I have two boxes, one is AMD

Re: Does anyone try kib's Sandy Bridge PCID patch (pcid.2.patch)?

2012-01-30 Thread Paul Ambrose
在 2012年1月30日 下午2:36,Kostik Belousov 写道: > On Mon, Jan 30, 2012 at 10:15:51AM +0800, Paul Ambrose wrote: >> I have two boxes, one is AMD Athlon 610e 2.4G with FreeBSD-current >> patched with pcid.2.patch? It works well without other issue and it >> seem the pcid patch >

Does anyone try kib's Sandy Bridge PCID patch (pcid.2.patch)?

2012-01-29 Thread Paul Ambrose
I have two boxes, one is AMD Athlon 610e 2.4G with FreeBSD-current patched with pcid.2.patch? It works well without other issue and it seem the pcid patch does not affect other part of the kernel. The other one is Sandy Bridge i5-2300 with FreeBSD 9 release patched with pcid.1.patch( the pcid.2.pa

Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2011-12-24 Thread Paul Pathiakis
like "Can't we all just get along" but we are just so polar in our beliefs, I don't see it happening.  Just drop it.  If you have something constructive to say, spin off this thread and let the primary thread just die.  (It should have a week ago.)  Solve the benchmarking

Re: WITHOUT_PROFILE=yes by default

2011-11-29 Thread Paul Ambrose
I think dtrace for freebsd userland is close to complete( after r227290, at least no more kernel panic). but is not suitable for a daily use now. 在 2011年11月30日 上午5:42,Sevan / Venture37 写道: > I assume every who responded so far doesn't use dtrace? > > > Sevan > __

Re: [PATCH] Intel Sandy Bridge support for hwpmc

2011-11-24 Thread Paul Ambrose
f8072eab7 in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:387 #17 0x000800882bbc in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) 在 2011年11月18日 上午2:52,Davide Italiano 写道: > On Tue, Nov 15, 2011 at 3:44 AM, Paul Ambrose wrote: >> hi, I apply your

Re: Reprobing of devices after module load?

2011-11-21 Thread Paul B. Mahol
On 11/21/11, John Baldwin wrote: > On Friday, November 18, 2011 11:48:20 am Paul B. Mahol wrote: >> Hi, >> >> Is there nice way in FreeBSD to force reprobe of devices for specific >> driver like it is done when kernel module is loaded (via >> DRIVER_MODULE(...) s

Reprobing of devices after module load?

2011-11-18 Thread Paul B. Mahol
Hi, Is there nice way in FreeBSD to force reprobe of devices for specific driver like it is done when kernel module is loaded (via DRIVER_MODULE(...) stuff)? ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-c

Re: [PATCH] Intel Sandy Bridge support for hwpmc

2011-11-14 Thread Paul Ambrose
hi, I apply your patch on this [root@capoor-daemon /usr/src]# git show commit 4ec1d958bad5e78bcd3cc61a0da6b5a1302f8ec2 Author: kensmith Date: Mon Nov 14 00:45:25 2011 + The releng/9.0 release branch has been created so convert stable/9 over to our standard "Politically Correct" name

Re: [PATCH] Fix types of arguments to dtrace syscall return probes

2011-11-10 Thread Paul Ambrose
If there is anything I can do for kern/160307 or other Dtrace issue , please let me know 2011/11/8 Ryan Stone : > On Mon, Nov 7, 2011 at 9:16 AM, Paul Ambrose wrote: >> diff --git a/sys/kern/kern_ctf.c b/sys/kern/kern_ctf.c >> index bdff96e..2737860 100644 >> --- a/sys/ker

Re: [PATCH] Fix types of arguments to dtrace syscall return probes

2011-11-07 Thread Paul Ambrose
Thank you for your work. I will give it a try in stable/9. I have another two PR: kern/160307 and bin/160275 that maybe you can help; the reason of bin/160275 is complicated, but the fix for kernel crash caused by module without ctf section(for example, nvidia.ko) missed somthing (my mistake) i

Re: config(8) does not add post-processing for source file with compile-with command in sys/conf/files

2011-10-21 Thread Paul Ambrose
There are many other compile-with not started with ${NORMAL_C}, your patch adds ${NORMAL_CTFCONVERT} to them too, which could not be suitable for this. 2011/10/19 Ryan Stone : > I have run into the same issue recently.  I have been testing the > following patch(on 8.2-RELEASE) and it seems to ha

config(8) does not add post-processing for source file with compile-with command in sys/conf/files

2011-10-18 Thread Paul Ambrose
when I digged the a PR(bin/160275), I found in_proto.c and if_ethersubr.c ( see sys/conf/files ) does not get ${NORMAL_CTFCONVERT} post-processing in Makefile (/usr/obj/usr/src/sys/MYKERNEL/Makefile) generated by config(8), so the objs does not contain ctf section In /usr/src/usr.sbin/config/mkmak

Re: Strange ZFS filesystem corruption

2011-10-11 Thread Paul Mather
On Oct 4, 2011, at 12:09 PM, Olivier Smedts wrote: > 2011/10/3 Paul Mather : >> I know ZFS does not have a fsck utility ("because it doesn't need one":), >> but does anyone know of any way of fixing this corruption short of >> destroying the pool, creating

Re: Is there a step by step howto for dtrace on 9.0 ?

2011-10-09 Thread Paul Ambrose
the wiki DTrace (http://wiki.freebsd.org/DTrace) is available and enough for being a HOWTO. 2011/10/9 Adrian Chadd > > Hi, > > the subject says it all - does anyone have a step by step howto for > doing userland and kernel dtrace on 9.0? > > Thanks, > > > Adrian >

Re: Strange ZFS filesystem corruption

2011-10-05 Thread Paul Mather
o such file or directory total 3 drwxrws--- 4 500 501 4 Oct 3 11:53 07DLAAdmin tape# Plus, the "rm -rf" I tried (that failed) ought not to fall foul of such weird whitespace problems. Cheers, Paul. ___ freebsd-current@freebsd.org ma

Re: Strange ZFS filesystem corruption

2011-10-04 Thread Paul Mather
On Oct 3, 2011, at 6:19 PM, Artem Belevich wrote: > On Mon, Oct 3, 2011 at 11:21 AM, Paul Mather wrote: >> = >> >> The pool itself reports no errors. I performed a scrub on the pool yet this >> bizarre filesystem corruption persists: >> >> =

Strange ZFS filesystem corruption

2011-10-03 Thread Paul Mather
pool, creating a new one, and restoring from backup? Is there some way of exporting and re-importing the pool that has the side-effect of doing some kind of fsck-like repairing of subtle corruption like this? Cheers, Paul. ___ freebsd-current@freebsd

Re: [PATCH] dtrace crashes when trying to trace fbt probes

2011-09-29 Thread Paul Ambrose
YPE; +printf("%s(%d): module %s CTF format version is %d\n", __func__, __LINE__, +lf->pathname, ctf_hdr[2]); goto out; +} /* Check if the data is compressed. */ if ((ctf_hdr[3] & 0x1) != 0) {

Re: [PATCH] dtrace crashes when trying to trace fbt probes

2011-09-29 Thread Paul Ambrose
format\n", __func__, __LINE__, +lf->pathname); goto out; +} /* Check if version 2. */ -if (ctf_hdr[2] != 2) +if (ctf_hdr[2] != 2) { +error = EFTYPE; +printf("%s(%d): module %s CTF format version is %d\n", __func__, __LINE__, +

[PATCH] dtrace crashes when trying to trace fbt probes

2011-09-26 Thread Paul Ambrose
Hi, Ryan, I came across the similar problem on 8-stable when I run # dtrace -lv the panic message says: page fault just happened at fbt.c if (*lc.ctfoffp == NULL) { // page fault /* * Initialise the

Re: http://www.freebsd.org/marketing/os-comparison.html

2011-08-31 Thread Paul Ambrose
is a good place to start. > > -- > Craig Rodrigues > rodr...@crodrigues.org > > > On Tue, Aug 30, 2011 at 9:21 PM, Paul Ambrose > wrote: > > BTW, I am a Chinese and live in Chengdu, China, I can't have access to > > dtrace.what-creek.com because of GFW, so

Re: http://www.freebsd.org/marketing/os-comparison.html

2011-08-30 Thread Paul Ambrose
I can help, I just changed my job and get more spare time. Currently I can help write doc and test. There is much documentation about DTrace ( thanks Sun), but none of these describes the technical details of FreeBSD DTrace implementation, so I think we can start with this. 1 write doc about what

Re: http://www.freebsd.org/marketing/os-comparison.html

2011-08-30 Thread Paul Ambrose
I do not believe the current status of DTrace is appropriate for promoting 1. DTrace is an experimental function or Semi-finished products. The kernel dtrace support is ok, but the userland support is far from completion(at least the pid provider has many bugs) 2 the FreeBSD implementation is

Re: Request for review/testing: switching the default installer

2011-03-03 Thread Paul Schenkeveld
s between src parts, /usr/src will consume only a modest bit of space in base but documents wat ont would be able to do is sbase/ssys were installed. Regards, Paul Schenkeveld ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: cardbus and kldunload issue

2011-02-26 Thread Paul B. Mahol
On Sat, Feb 26, 2011 at 4:25 PM, Bernhard Schmidt wrote: > Hi, > > while working on a wireless driver for a Cardbus card I stumbled over > an issue which bugs me quite a bit. > > The device: > > % none3@pci0:22:0:0:      class=0x028000 card=0x107f1043 chip=0x02011814 > rev=0x01 hdr=0x00 > > Loadi

Re: [CFR] a small change of ifconfig(8)

2010-11-28 Thread Paul B Mahol
On 11/25/10, Weongyo Jeong wrote: > Hello all, > > I'm sending this email to check whether my approach is reasonable that I > added 2 line into ifconfig(8) to skip IFT_USB interfaces as follows: > > + if (sdl != NULL && sdl->sdl_type == IFT_USB) > + continue; > > An

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-11-22 Thread Paul B Mahol
On 11/22/10, Paul B Mahol wrote: > On 11/22/10, Alberto Villa wrote: >> On Wednesday 17 November 2010 10:57:34 Paul B Mahol wrote: >>> Please use ndis5 branch. master branch is in heavy development. >>> CURRENT branch just blindly (and badly) track code on F

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-11-22 Thread Paul B Mahol
On 11/22/10, Alberto Villa wrote: > On Wednesday 17 November 2010 10:57:34 Paul B Mahol wrote: >> Please use ndis5 branch. master branch is in heavy development. >> CURRENT branch just blindly (and badly) track code on FreeBSD > CURRENT. > > ok. unfortunately in this test

Re: tmpfs out of space (ZFS related?)

2010-11-21 Thread Paul B Mahol
On Sun, Nov 21, 2010 at 10:42 PM, Ivan Voras wrote: > On 11/21/10 23:19, Eir Nym wrote: >> >> On 22 November 2010 01:00, Eir Nym  wrote: >>> >>> On 22 November 2010 00:47, Bruce Cran  wrote: On Mon, 22 Nov 2010 00:43:03 +0300 Eir Nym  wrote: > Which type of MFS do you use?

Re: net.link.log_link_state_change broken?

2010-11-21 Thread Paul B Mahol
On 11/21/10, Paul B Mahol wrote: > On 11/19/10, Paul B Mahol wrote: >> On 11/18/10, Bjoern A. Zeeb wrote: >>> On Tue, 2 Nov 2010, Paul B Mahol wrote: >>> >>> Hi, >>> >>>> It appears we do not log such events anymore (at least with wlan &

Re: net.link.log_link_state_change broken?

2010-11-21 Thread Paul B Mahol
On 11/19/10, Paul B Mahol wrote: > On 11/18/10, Bjoern A. Zeeb wrote: >> On Tue, 2 Nov 2010, Paul B Mahol wrote: >> >> Hi, >> >>> It appears we do not log such events anymore (at least with wlan >>> devices) in console. >>> >>> I

Re: panic: loading if_bfe after boot

2010-11-18 Thread Paul B Mahol
On Fri, Nov 19, 2010 at 1:29 AM, Pyun YongHyeon wrote: > On Sat, Oct 30, 2010 at 09:19:06PM -0700, Pyun YongHyeon wrote: >> On Sat, Oct 30, 2010 at 5:40 PM, Paul B Mahol wrote: >> > Hi, >> > >> > Loading if_bfe module after boot hangs machine, i

Re: net.link.log_link_state_change broken?

2010-11-18 Thread Paul B Mahol
On 11/18/10, Bjoern A. Zeeb wrote: > On Tue, 2 Nov 2010, Paul B Mahol wrote: > > Hi, > >> It appears we do not log such events anymore (at least with wlan >> devices) in console. >> >> I set this sysctl to 0 via sysctl.conf, if I set it to 1, nothing will &

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-11-17 Thread Paul B Mahol
On 11/17/10, Alberto Villa wrote: > On Mon, Nov 15, 2010 at 2:41 PM, Paul B Mahol wrote: >> Feel free to test code at: >> >> gitorious.org/NDISulator >> github.com/richardpl/NDISulator >> >> The code is developed on CURRENT. But with small changes it can b

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-11-15 Thread Paul B Mahol
On 11/15/10, Alberto Villa wrote: > On Wed, Oct 27, 2010 at 3:36 PM, Paul B Mahol wrote: >> Currently amd64 is broken with some/most drivers. Drivers appears to >> use fpu registers. >> I dunno how it ever worked, probably original developer(s) never >> encoun

  1   2   3   4   5   6   >