Re: Strange network/socket anomalies since about a month

2024-04-22 Thread Paul Mather
g 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-04 Thread Paul Floyd
. See https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27 A+ Paul

Re: libc/libsys split coming soon

2024-02-23 Thread Paul Floyd
a 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
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
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
OMPILER=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
hope that 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

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

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
not in kstack VA 0x242 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
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
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
u 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
. 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
e 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

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

2016-06-21 Thread Paul Mather
blem for me. Thanks! > > 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
#0 r301876: 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. Cheers, Paul. __

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
ly painless 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

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

2016-04-20 Thread Paul Mather
e able to help people fix their problems, but they'll just use different information to pinpoint the precise components affected. Arguably, a packaged base will make it easier to help people, because it makes more explicit the dependencies of different parts o

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. > >" >Dump o

RE: Kernel trap when booting inside VirtualBox

2016-04-12 Thread Paul Wootton
_lapic_setup+1378>: add%al,(%rax) 0x80fd1884 <native_lapic_setup+1380>: add%al,(%rax) 0x80fd1886 <native_lapic_setup+1382>: add%al,(%rax) End of assembler dump " Every line is the same instruction, add %al,(%rax) I downloaded an ISO of r294

tzsetup - UTC user question

2015-02-03 Thread Paul Koch
No to Yes ? Paul. -- Paul Koch | Founder, CEO AKIPS Network Monitor http://www.akips.com Brisbane, Australia ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

$DISPLAY not set

2014-12-01 Thread Paul Cartwright
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 counter #561587

Re: $DISPLAY not set

2014-12-01 Thread Paul Cartwright
. 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 ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

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

2014-08-01 Thread Paul Kraus
. 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 ___ freebsd-current@freebsd.org mailing

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

2013-12-24 Thread Paul Hoffman
, it 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 space. --Paul Hoffman

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

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/tmp/usr/src/bin

Re: 9.1 - current migration problem

2013-05-12 Thread Paul Dokas
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-around. Dan On Sun, 12 May 2013, Paul Dokas wrote

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

2013-05-11 Thread Paul Kraus
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, Schenectady Light Opera Company

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 yeren...@gmail.com wrote: 2013/5/11 Paul Kraus p...@kraus-haus.org On May 11, 2013, at 10:03 AM, Alexander Yerenkow yeren...@gmail.com wrote: There's no mature (or flexible, or can do what I want ) way to increase/decrease disk sizes

Re: Light humour

2013-05-03 Thread Paul Webster
demelier.da...@gmail.com wrote: 2013/4/28 Paul Webster paul.g.webs...@googlemail.com: 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 any comment

Re: Light humour

2013-05-03 Thread Paul Webster
ah my miss interpretation sorry :) On 03/05/2013, Eitan Adler li...@eitanadler.com wrote: On 3 May 2013 08:31, Paul Webster paul.g.webs...@googlemail.com 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

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

Re: announcing mdoc.su, short manual page URLs

2013-02-20 Thread Paul Schenkeveld
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, Paul Schenkeveld ___ freebsd-current@freebsd.org mailing list

Re: Expanding ZFS RAIDZ on the fly?

2013-01-11 Thread Paul Schenkeveld
unoccupied so you can easily grow to bigger disks now or in the future. HTH 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

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

Request for merge into 9.x

2012-12-12 Thread Paul Webster
the 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-unsubscr

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

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

2012-11-19 Thread Paul Webster
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 revolutionary email client: http

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 same

Re: ZFS RaidZ-2 problems

2012-11-05 Thread Paul Wootton
Regards Steve - Original Message - From: Paul Wootton paul-free...@fletchermoorland.co.uk To: freeBSD-CURRENT Mailing List freebsd-current@freebsd.org Sent: Monday, November 05, 2012 10:25 AM Subject: ZFS RaidZ-2 problems state: FAULTED status: One or more devices could not be opened

Re: Clang as default compiler November 4th

2012-09-11 Thread Paul Schmehl
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, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own

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 comes to mounting the root filesystem

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

2012-08-12 Thread Paul Schenkeveld
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, send any mail

Soekris net4801 sees no disk devices with -CURRENT

2012-08-12 Thread Paul Schenkeveld
and would really like to use the new carp(4) stuff in -CURRENT. 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

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 kostik...@gmail.com 写道: On Tue, Jan 31, 2012 at 09:23:50AM +0800, Paul Ambrose wrote: ?? 2012??1??31?? 12:43??Kostik Belousov kostik...@gmail.com ?? On Mon, Jan 30, 2012 at 07:08:13PM +0800, Paul Ambrose wrote: ?? 2012??1??30?? 2:36

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 kostik...@gmail.com 写道: 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 not affect

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 kostik...@gmail.com 写道: On Mon, Jan 30, 2012 at 07:08:13PM +0800, Paul Ambrose wrote: ?? 2012??1??30?? 2:36??Kostik Belousov kostik...@gmail.com ?? On Mon, Jan 30, 2012 at 10:15:51AM +0800, Paul Ambrose wrote: I have two boxes, one is AMD Athlon

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

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

2011-12-24 Thread Paul Pathiakis
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 issue, solve the scheduler issue, just focus. Paul P. CTO/Owner

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 ventur...@gmail.com 写道: 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
stack?) (kgdb) 在 2011年11月18日 上午2:52,Davide Italiano davide.itali...@gmail.com 写道: On Tue, Nov 15, 2011 at 3:44 AM, Paul Ambrose ambrose...@gmail.com wrote: hi, I apply your patch on this [root@capoor-daemon /usr/src]# git show commit 4ec1d958bad5e78bcd3cc61a0da6b5a1302f8ec2 Author: kensmith

Re: Reprobing of devices after module load?

2011-11-21 Thread Paul B. Mahol
On 11/21/11, John Baldwin j...@freebsd.org 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(...) stuff)? Note that those

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

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 kensm...@freebsd.org 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

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 ryst...@gmail.com: On Mon, Nov 7, 2011 at 9:16 AM, Paul Ambrose ambrose...@gmail.com wrote: diff --git a/sys/kern/kern_ctf.c b/sys/kern/kern_ctf.c index bdff96e..2737860 100644

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)

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 ryst...@gmail.com: I have run into the same issue recently.  I have been testing the following patch(on 8.2-RELEASE)

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

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 p...@gromit.dlib.vt.edu: 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 a new one, and restoring

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 adr...@freebsd.org 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
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 mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

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 p...@gromit.dlib.vt.edu wrote: = The pool itself reports no errors. I performed a scrub on the pool yet this bizarre filesystem corruption persists: = tape# zpool status backups

Strange ZFS filesystem corruption

2011-10-03 Thread Paul Mather
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.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

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

2011-09-29 Thread Paul Ambrose
is compressed. */ if ((ctf_hdr[3] 0x1) != 0) { . 2011/9/26 Paul Ambrose ambrose...@gmail.com Hi, Ryan, I came across the similar problem on 8-stable when I run # dtrace -lv

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

2011-09-29 Thread Paul Ambrose
-pathname, ctf_hdr[2]); goto out; +} /* Check if the data is compressed. */ if ((ctf_hdr[3] 0x1) != 0) { 2011/9/29 Paul Ambrose ambrose...@gmail.com In 8-stable

[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
...@crodrigues.org On Tue, Aug 30, 2011 at 9:21 PM, Paul Ambrose ambrose...@gmail.com 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 maybe I miss something. I started to use FreeBSD about 2.5 year ago, and learn

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: 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: Request for review/testing: switching the default installer

2011-03-03 Thread Paul Schenkeveld
not put the toplevel Makefiles, README and perhaps COPYRIGHT and MAINTAINERS file into base? This way there are no inter-dependencies 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

Re: cardbus and kldunload issue

2011-02-26 Thread Paul B. Mahol
On Sat, Feb 26, 2011 at 4:25 PM, Bernhard Schmidt bschm...@freebsd.org 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

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

2010-11-28 Thread Paul B Mahol
On 11/25/10, Weongyo Jeong weongyo.je...@gmail.com 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) +

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-11-22 Thread Paul B Mahol
On 11/22/10, Alberto Villa avi...@freebsd.org 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 i made

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-11-22 Thread Paul B Mahol
On 11/22/10, Paul B Mahol one...@gmail.com wrote: On 11/22/10, Alberto Villa avi...@freebsd.org 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

Re: net.link.log_link_state_change broken?

2010-11-21 Thread Paul B Mahol
On 11/19/10, Paul B Mahol one...@gmail.com wrote: On 11/18/10, Bjoern A. Zeeb bzeeb-li...@lists.zabbadoz.net 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

Re: net.link.log_link_state_change broken?

2010-11-21 Thread Paul B Mahol
On 11/21/10, Paul B Mahol one...@gmail.com wrote: On 11/19/10, Paul B Mahol one...@gmail.com wrote: On 11/18/10, Bjoern A. Zeeb bzeeb-li...@lists.zabbadoz.net 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

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 ivo...@freebsd.org wrote: On 11/21/10 23:19, Eir Nym wrote: On 22 November 2010 01:00, Eir Nymeir...@gmail.com  wrote: On 22 November 2010 00:47, Bruce Cranbr...@cran.org.uk  wrote: On Mon, 22 Nov 2010 00:43:03 +0300 Eir Nymeir...@gmail.com  

Re: net.link.log_link_state_change broken?

2010-11-18 Thread Paul B Mahol
On 11/18/10, Bjoern A. Zeeb bzeeb-li...@lists.zabbadoz.net 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 change. Because 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 pyu...@gmail.com 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 one...@gmail.com wrote: Hi, Loading if_bfe module after boot hangs machine, it works/attach fine from

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-11-17 Thread Paul B Mahol
On 11/17/10, Alberto Villa avi...@freebsd.org wrote: On Mon, Nov 15, 2010 at 2:41 PM, Paul B Mahol one...@gmail.com 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 be compiled

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-11-15 Thread Paul B Mahol
On 11/15/10, Alberto Villa avi...@freebsd.org wrote: On Wed, Oct 27, 2010 at 3:36 PM, Paul B Mahol one...@gmail.com 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 encountered

Re: Ctrl-alt-delete in syscons pause/scrollback mode breaks system

2010-11-06 Thread Paul B Mahol
On 11/6/10, Bruce Cran br...@cran.org.uk wrote: Today I came back to my computer and realised I'd left ttyv0 in history/scrollback mode, with scroll-lock enabled. To see what would happen I pressed Ctrl-Alt-Delete to reboot and was surprised to see that it seemed to get partway through the

Re: panic: invalid PDPE on recend amd64

2010-11-06 Thread Paul B Mahol
On 11/6/10, Jia-Shiun Li jiash...@gmail.com wrote: Hi, I got a similar panic on amd64. Looking into the source it hit KASSERT((base (len - 1))) in pmap_demote_DMAP(). I replaced it with a printf to see what triggered the assertion and here is the output. Combined with memcontrol output

net.link.log_link_state_change broken?

2010-11-02 Thread Paul B Mahol
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 change. Because I had loging disabled for very long time I encountered this problem just now.

Re: wpa_supplicant gets points for trying, I suppose....

2010-11-01 Thread Paul B Mahol
On 11/1/10, David Wolfskill da...@catwhisker.org wrote: FreeBSD 9.0-CURRENT #31 r214621M Nov 1 15:09:40 d130 wpa_supplicant[569]: Failed to initiate AP scan. Nov 1 15:10:10 d130 last message repeated 3 times Nov 1 15:10:50 d130 last message repeated 4 times ... Nov 1 15:11:00 d130

panic: invalid PDPE on recend amd64

2010-10-30 Thread Paul B Mahol
Hi, Booting amd64 kernel panic in pmap_demote_DMAP(): invalid PDPE This is on: Copyright (c) 1992-2010 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered

Re: panic: invalid PDPE on recend amd64

2010-10-30 Thread Paul B Mahol
On 10/30/10, Andriy Gapon a...@icyb.net.ua wrote: on 30/10/2010 17:43 Paul B Mahol said the following: Hi, Booting amd64 kernel panic in pmap_demote_DMAP(): invalid PDPE This is on: Copyright (c) 1992-2010 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992

Re: panic: invalid PDPE on recend amd64

2010-10-30 Thread Paul B Mahol
On 10/30/10, Paul B Mahol one...@gmail.com wrote: On 10/30/10, Andriy Gapon a...@icyb.net.ua wrote: on 30/10/2010 17:43 Paul B Mahol said the following: Hi, Booting amd64 kernel panic in pmap_demote_DMAP(): invalid PDPE This is on: Copyright (c) 1992-2010 The FreeBSD Project. Copyright

panic: loading if_bfe after boot

2010-10-30 Thread Paul B Mahol
Hi, Loading if_bfe module after boot hangs machine, it works/attach fine from loader. Tell me if you need bt. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: Broadcom BCM4310 USB Controller (Wifi)

2010-10-29 Thread Paul B Mahol
On Fri, Oct 29, 2010 at 6:34 AM, Scot Hetzel swhet...@gmail.com wrote: On Fri, Oct 29, 2010 at 12:59 AM, Matthias Apitz g...@unixarea.de wrote: I booted the 8-CURRENT this morning, loaded the module with kldload(8) and wlan0 came up by its own (I did not realized this yesterday). I have in

  1   2   3   4   5   6   >