vmstat -m and netstat -m dumping core when run on vmcores

2018-10-01 Thread Yuri Pankov
Hi, I've noticed the following rebooting after a panic: pid 41246 (vmstat), uid 0: exited on signal 11 (core dumped) pid 47091 (netstat), uid 0: exited on signal 11 And indeed, trying to manually run those on the resulting vmcore makes them crash: # vmstat -m -M /var/crash/vmcore.0

Re: usb rtwn not loaded properly at boot

2018-09-18 Thread Yuri Pankov
Johannes Lundberg wrote: On Tue, Sep 18, 2018 at 9:27 AM Yuri Pankov wrote: Johannes Lundberg wrote: Hi I have (with 12-ALPHA5) /boot/loader.conf rtwn_load="YES" if_urtw_usb_load="YES" rtwn(4) thinks this should be if_rtwn_usb_load="YES". Ah yes. So

Re: usb rtwn not loaded properly at boot

2018-09-18 Thread Yuri Pankov
Johannes Lundberg wrote: Hi I have (with 12-ALPHA5) /boot/loader.conf rtwn_load="YES" if_urtw_usb_load="YES" rtwn(4) thinks this should be if_rtwn_usb_load="YES". /etc/rc.conf wlans_rtwn0="wlan0" ifconfig_wlan0="WPA DHCP" but still after boot only lo0 exists and all modules are loaded.

Re: r336876 breaks sysutils/acpi_call

2018-09-12 Thread Yuri Pankov
Max Ignatenko wrote: Hi, Sorry for a late reply! First of all, thank you for taking time to investigate and even providing a fix (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230993) ! Your patch makes perfect sense to me and modifying userspace memory from kernel is indeed something I

MacBook Pro SPI-attached keyboard/touchpad

2018-09-07 Thread Yuri Pankov
Hi, I'm trying to run -current on MacBook Pro 2017, and with recent fixes to EFIRT, there's a hope. The problem is that nothing essential works, and while I can live with usb wifi adapter, getting internal keyboard/touchpad to work would be really nice. It has been extensively discussed on

Re: r336921 broke booting on MBP 2017, EFIRT related

2018-08-30 Thread Yuri Pankov
Rainer Hurling wrote: Am 29.08.18 um 16:12 schrieb Kyle Evans: On Wed, Aug 29, 2018 at 6:53 AM Yuri Pankov wrote: Yuri Pankov wrote: Konstantin Belousov wrote: On Wed, Aug 29, 2018 at 12:37:52PM +0300, Yuri Pankov wrote: Hi, I've noticed that all recent snapshots (ALPHA3, ALPHA2, ALPHA1

Re: r336921 broke booting on MBP 2017, EFIRT related

2018-08-29 Thread Yuri Pankov
Konstantin Belousov wrote: On Wed, Aug 29, 2018 at 09:12:37AM -0500, Kyle Evans wrote: I guess this patch might do it: https://people.freebsd.org/~kevans/efi-bootmap.diff Linux commit messages depict a tale in which they used to also only map RUNTIME entries, but they were effectively forced

Re: r336921 broke booting on MBP 2017, EFIRT related

2018-08-29 Thread Yuri Pankov
Yuri Pankov wrote: Konstantin Belousov wrote: On Wed, Aug 29, 2018 at 12:37:52PM +0300, Yuri Pankov wrote: Hi, I've noticed that all recent snapshots (ALPHA3, ALPHA2, ALPHA1, 20180802) fail to boot on MBP 2017: kbd0 at kbdmux0 netmap: loaded module nexus0 Fatal trap 12: page fault while

Re: r336921 broke booting on MBP 2017, EFIRT related

2018-08-29 Thread Yuri Pankov
Konstantin Belousov wrote: On Wed, Aug 29, 2018 at 12:37:52PM +0300, Yuri Pankov wrote: Hi, I've noticed that all recent snapshots (ALPHA3, ALPHA2, ALPHA1, 20180802) fail to boot on MBP 2017: kbd0 at kbdmux0 netmap: loaded module nexus0 Fatal trap 12: page fault while in kernel mode cpuid

r336921 broke booting on MBP 2017, EFIRT related

2018-08-29 Thread Yuri Pankov
Hi, I've noticed that all recent snapshots (ALPHA3, ALPHA2, ALPHA1, 20180802) fail to boot on MBP 2017: kbd0 at kbdmux0 netmap: loaded module nexus0 Fatal trap 12: page fault while in kernel mode cpuid = 2: apic id = 02 fault virtual address = 0x74c64a50 fault code = supervisor

Re: issues with usb mouse detection on 12.0-ALPHA3

2018-08-25 Thread Yuri Pankov
Pete Wright wrote: howdy - just upgraded one of my machines to 12.0-ALPHA3 and noticed that my usb mouse is not being detected.  i made sure to do a proper mergemaster after building my kernel and world, and verified that updates to devd configs were picked up as per UPDATING. i am seeing

Re: kernel build failure

2018-08-13 Thread Yuri Pankov
Rodney W. Grimes wrote: On Sun, 12 Aug 2018 14:39-0700, Matthew Macy wrote: Sorry guys, last time I touched ZFS I tried to push to make it an option to statically link and was actually told that it wasn't something anyone else wanted. The issue comes from ZFS not being in NOTES and thus not in

Re: gcc/clang interoperability problem with a custom "samba" build in recent -current.

2018-07-21 Thread Yuri Pankov
Yuri Pankov wrote: Julian Elischer wrote: I would really like ot get some pointers as to who are our tools committers at the moment, in particular who might know about these issues. The main issue for me at the moment is the ability to compile the aesni code in Samba from clang.. Julian

Re: gcc/clang interoperability problem with a custom "samba" build in recent -current.

2018-07-21 Thread Yuri Pankov
Julian Elischer wrote: I would really like ot get some pointers as to who are our tools committers at the moment, in particular who might know about these issues. The main issue for me at the moment is the ability to compile the aesni code in Samba from clang.. Julian On 20/7/18 7:32 pm,

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-13 Thread Yuri Pankov
Yuri Pankov wrote: Yuri wrote: On 07/03/18 12:45, Yuri wrote: I updated the laptop to r335884 last night, and 'service wpa_supplicant start wlan0' doesn't succeed any more. kernel is supposed to create the network interface 'run0', but it doesn't. This is the immediate reason why

Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more

2018-07-13 Thread Yuri Pankov
Yuri wrote: On 07/03/18 12:45, Yuri wrote: I updated the laptop to r335884 last night, and 'service wpa_supplicant start wlan0' doesn't succeed any more. kernel is supposed to create the network interface 'run0', but it doesn't. This is the immediate reason why wpa_supplicant fails. The

pciconf -l doesn't show any devices on Hyper-V VM

2018-05-23 Thread Yuri Pankov
Hi, Running FreeBSD-12.0-CURRENT-amd64-20180514-r333606 snapshot as a VM on Hyper-V, `pciconf -l` (and `lspci`, expected) doesn't return any information. Hyper-V Version: 10.0.14393 [SP2] (that's Windows 2016 with Hyper-V role). dmesg.boot is attached in case it's useful. Copyright (c)

Re: inconsistent for() and while() behavior when using floating point

2018-01-15 Thread Yuri Pankov
On Mon, Jan 15, 2018 at 08:38:15PM +0300, Mehmet Erol Sanliturk: On Mon, Jan 15, 2018 at 5:38 PM, Yuri Pankov <yur...@icloud.com <mailto:yur...@icloud.com>> wrote: Hi, Looking at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217149 <https://bugs.freeb

Re: inconsistent for() and while() behavior when using floating point

2018-01-15 Thread Yuri Pankov
On Mon, Jan 15, 2018 at 02:54:59PM +, David Chisnall: On 15 Jan 2018, at 14:49, Hans Petter Selasky wrote: The "seq" utility should use two 64-bit integers to represent the 10-base decimal number instead of float/double. And then you need to step this pair of integers.

inconsistent for() and while() behavior when using floating point

2018-01-15 Thread Yuri Pankov
Hi, Looking at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217149, I noticed that it isn't a seq(1) problem per se, rather for() and while() loops behaving inconsistently while using floating point, i.e.: double i; for (i = 1; i <= 2.00; i += 0.1)

Re: buildkernel broken after r326553

2017-12-05 Thread Yuri Pankov
On Tue, Dec 5, 2017 at 09:24:28AM -0800, Bryan Drewery wrote: On 12/5/2017 9:10 AM, Bryan Drewery wrote: On 12/5/2017 9:03 AM, Yuri Pankov wrote: Hi, Looks like one of the commits by Bryan (r326549-r326553) has broken the kernel build for me (using -j32, but serial build did fail as well

buildkernel broken after r326553

2017-12-05 Thread Yuri Pankov
Hi, Looks like one of the commits by Bryan (r326549-r326553) has broken the kernel build for me (using -j32, but serial build did fail as well) -- checking out r326547 make it work again. I can't pinpoint the exact error in the build log, as it seems to be some make weirdness, so here's a

Re: Booting native 4K SSD disk from FreeBSD ?

2017-11-05 Thread Yuri Pankov
On Thu, 02 Nov 2017 13:08:49 +0200, Toomas Soome wrote: With r325310, the UEFI boot with CURRENT should be ok with >512B sectors. The BIOS part is still work in the process. I can confirm that I'm now able to boot my Macbook Pro with 4K SSD. On 4 Oct 2017, at 19:32, Allan Jude

Re: NFSv3 issues with latest -current

2017-10-31 Thread Yuri Pankov
On Wed, 1 Nov 2017 00:27:50 +, Rick Macklem wrote: Rodney W. Grimes wrote: [stuff snipped] I wrote: Btw, NFS often causes this because... - Typically TSO is limited to a 64K packet (including TCP/IP and MAC headers). - When NFS does reading/writing, it will do 64K + NFS, TCP/IP and MAC

Re: FreeBSD Documentation

2017-10-29 Thread Yuri Pankov
On Sun, 29 Oct 2017 22:13:16 +0800, Blubee Blubeeme wrote: How can we suggest edits for the docs? The docs still reference using sysinstall to setup a jail when it hasn't been that since at least 2011 https://www.freebsd.org/cgi/man.cgi?query=jail=8=freebsd-release-ports Start a shell in

Re: NFSv3 issues with latest -current

2017-10-29 Thread Yuri Pankov
On Sun, 29 Oct 2017 18:11:41 +0300, Yuri Pankov wrote: On Sun, 29 Oct 2017 13:13:31 +, Rick Macklem wrote: Yuri Pankov wrote: All file operations (e.g. copying the file over NFSv3 for me) seem to be stuck running the latest -current (r325100). Reverting just the kernel to r323779

Re: NFSv3 issues with latest -current

2017-10-29 Thread Yuri Pankov
On Sun, 29 Oct 2017 13:13:31 +, Rick Macklem wrote: Yuri Pankov wrote: All file operations (e.g. copying the file over NFSv3 for me) seem to be stuck running the latest -current (r325100). Reverting just the kernel to r323779 (arbitrary chosen) seems to help. I noticed the "Stale

NFSv3 issues with latest -current

2017-10-29 Thread Yuri Pankov
Hi, All file operations (e.g. copying the file over NFSv3 for me) seem to be stuck running the latest -current (r325100). Reverting just the kernel to r323779 (arbitrary chosen) seems to help. I noticed the "Stale file handle when mounting nfs" message but I don't get the "stale file

Re: Panic: @r323525: iflib

2017-09-15 Thread Yuri Pankov
Just a "me too", with a different panic after this commit: Assertion (key.to) > 0 && (key.to) <= w_max_used_index && (key.to) < witness_count failed at sys/kern/subr_witness.c:2961 db_trace_self_wrapper() vpanic() kassert_panic() witness_checkorder() __mtx_lock_flags() vmem_xalloc()

Re: Regression with ZFS on recent current

2012-10-17 Thread Yuri Pankov
On Thu, 18 Oct 2012 00:45:27 +0300, Andriy Gapon wrote: on 18/10/2012 00:05 Andriy Gapon said the following: on 17/10/2012 20:24 Guido Falsi said the following: Hi! While testing portshaker I found a regression in latest current. portshaker depends on ZFS(when enabling ZFS support)

Re: Regression with ZFS on recent current

2012-10-17 Thread Yuri Pankov
On Thu, 18 Oct 2012 08:38:07 +0400, Yuri Pankov wrote: On Thu, 18 Oct 2012 00:45:27 +0300, Andriy Gapon wrote: on 18/10/2012 00:05 Andriy Gapon said the following: on 17/10/2012 20:24 Guido Falsi said the following: Hi! While testing portshaker I found a regression in latest current

Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection

2012-09-19 Thread Yuri Pankov
On Wed, 19 Sep 2012 14:57:30 -0700, Garrett Cooper wrote: On Wed, Sep 19, 2012 at 1:46 PM, Ian Lepore free...@damnhippie.dyndns.org wrote: ... Yes, exactly. I updated the PR to request that my patch not get committed because it locks up virtualbox. I hope to find time soon to learn enough

Re: manual page | zpool-features

2012-09-18 Thread Yuri Pankov
On Tue, 18 Sep 2012 12:07:01 -0700, Garrett Cooper wrote: On Tue, Sep 18, 2012 at 11:56 AM, Fabian Keil freebsd-lis...@fabiankeil.de wrote: Darrel levi...@iglou.com wrote: OpenBSD Packet Filter seems to have broken between 9.0 and 9.1, as it did from 8.2 to 9.0. I built stable/9 and it was

Re: src.conf ignored; phantom named

2012-03-03 Thread Yuri Pankov
On Sat, 3 Mar 2012 15:43:44 +, Chris Rees wrote: On 2 March 2012 23:09, Yuri Pankovyuri.pan...@gmail.com wrote: On Fri, 2 Mar 2012 17:41:28 -0500, Rotate 13 wrote: I set WITHOUT_BIND=yes in /etc/src.conf, and built/installed world. Not only does /usr/sbin/named exist - named is actually

Re: src.conf ignored; phantom named

2012-03-02 Thread Yuri Pankov
On Fri, 2 Mar 2012 17:41:28 -0500, Rotate 13 wrote: I set WITHOUT_BIND=yes in /etc/src.conf, and built/installed world. Not only does /usr/sbin/named exist - named is actually started! Several other WITHOUT_* variables also were apparently ignored, as evidenced by stuff installed on running

Re: [HEADSUP][CFT] pkgng beta1 is out

2012-01-30 Thread Yuri Pankov
On Mon, Jan 30, 2012 at 01:39:30PM +0100, Baptiste Daroussin wrote: [...] to use pkgng: echo WITH_PKGNG=yes /etc/make.conf make -C /usr/ports/ports-mgmt/pkg install clean Some links: http://wiki.FreeBSD.org/pkgng http://github.com/pkgng/pkgng Note that on github you can find a

LOR so_snd_sx @ uipc_sockbuf.c and filedesc structure @ uipc_usrreq.c

2012-01-25 Thread Yuri Pankov
Hi, Getting this LOR every time I login via ssh after reboot, and it doesn't seem to be reported previously. Running 10.0-CURRENT r230537. lock order reversal: 1st 0xfe0160615490 so_snd_sx (so_snd_sx) @ /usr/src/sys/kern/uipc_sockbuf.c:148 2nd 0xfe0029ef1048 filedesc structure

Re: [RFT] Major snd_hda rewrite

2012-01-23 Thread Yuri Pankov
On Wed, Jan 18, 2012 at 06:02:13PM +0200, Alexander Motin wrote: On 01/12/12 15:04, Yuri Pankov wrote: On Thu, Jan 12, 2012 at 02:57:52PM +0200, Alexander Motin wrote: On 01/12/12 14:18, Yuri Pankov wrote: On Wed, Jan 11, 2012 at 09:33:17PM +0200, Alexander Motin wrote: I would like

Re: Snapshot listing speedup.

2012-01-22 Thread Yuri Pankov
On Sun, Jan 22, 2012 at 12:23:22PM +0100, Pawel Jakub Dawidek wrote: If you have many snapshots and you were complaining that listing them takes a lot of time, you may find the commit below useful. It only works if your listing is limited to snapshot names and you want to sort also by

panic: No NCF_TS

2012-01-22 Thread Yuri Pankov
Seems to be reproducible here running r230467 as the NFS client and r230135 as NFS server. NFSv4 not enabled. # mount [...] sirius:/data/distfiles on /usr/ports/distfiles (nfs) # /usr/bin/env /usr/bin/fetch -AFpr -S 4682084 -o /usr/ports/distfiles/sqlite-src-3071000.zip

Re: panic: No NCF_TS

2012-01-22 Thread Yuri Pankov
On Mon, Jan 23, 2012 at 05:05:13AM +0200, Kostik Belousov wrote: On Mon, Jan 23, 2012 at 05:36:42AM +0400, Yuri Pankov wrote: Seems to be reproducible here running r230467 as the NFS client and r230135 as NFS server. NFSv4 not enabled. # mount [...] sirius:/data/distfiles on /usr

Re: [RFT] Major snd_hda rewrite

2012-01-15 Thread Yuri Pankov
On Thu, Jan 12, 2012 at 05:04:04PM +0400, Yuri Pankov wrote: On Thu, Jan 12, 2012 at 02:57:52PM +0200, Alexander Motin wrote: On 01/12/12 14:18, Yuri Pankov wrote: On Wed, Jan 11, 2012 at 09:33:17PM +0200, Alexander Motin wrote: I would like request for testing of my work on further HDA

Re: [RFT] Major snd_hda rewrite

2012-01-15 Thread Yuri Pankov
On Mon, Jan 16, 2012 at 02:08:47AM +0200, Alexander Motin wrote: On 01/15/12 22:50, Yuri Pankov wrote: On Thu, Jan 12, 2012 at 05:04:04PM +0400, Yuri Pankov wrote: On Thu, Jan 12, 2012 at 02:57:52PM +0200, Alexander Motin wrote: On 01/12/12 14:18, Yuri Pankov wrote: On Wed, Jan 11, 2012

Re: [RFT] Major snd_hda rewrite

2012-01-12 Thread Yuri Pankov
On Wed, Jan 11, 2012 at 09:33:17PM +0200, Alexander Motin wrote: Hi. I would like request for testing of my work on further HDA sound driver improvement. [...] Patch can be found here: http://people.freebsd.org/~mav/hda.rewrite.patch Patch was generated for 10-CURRENT, but should apply

Re: [RFT] Major snd_hda rewrite

2012-01-12 Thread Yuri Pankov
On Thu, Jan 12, 2012 at 02:57:52PM +0200, Alexander Motin wrote: On 01/12/12 14:18, Yuri Pankov wrote: On Wed, Jan 11, 2012 at 09:33:17PM +0200, Alexander Motin wrote: I would like request for testing of my work on further HDA sound driver improvement. [...] Patch can be found here

Re: 8-STABLE /usr/include/utmp.h and tmpx

2011-06-03 Thread Yuri Pankov
On Fri, Jun 03, 2011 at 09:16:58PM -0400, Aryeh Friedman wrote: No will do even though I don't think I have a complete enough list of ports to make a proper report (if in fact it is a per port solution vs. fixing base) I don't see any related commits to 8-STABLE, which commit are you reffering

sendmail tries to resolve IPv6:::1 specified in submit.mc

2011-05-07 Thread Yuri Pankov
Hi, I'm getting weird problem on recent -CURRENT - sendmail is trying to resolve 'IPv6:::1' specified in /etc/mail/`hostname`.submit.mc: FEATURE(`msp', `[IPv6:::1]')dnl tcpdump: 3802+ A? ipv6:::1.xvoid.org. (36) 3802 NXDomain* 0/1/0 (100) 3803+ A? ipv6:::1.lab.xvoid.org. (40) 3803 NXDomain*

Re: sendmail tries to resolve IPv6:::1 specified in submit.mc

2011-05-07 Thread Yuri Pankov
On Sat, May 07, 2011 at 06:11:12AM -0400, Jason Hellenthal wrote: Yuri, On Sat, May 07, 2011 at 11:45:47AM +0400, Yuri Pankov wrote: Hi, I'm getting weird problem on recent -CURRENT - sendmail is trying to resolve 'IPv6:::1' specified in /etc/mail/`hostname`.submit.mc: FEATURE(`msp

Re: sendmail tries to resolve IPv6:::1 specified in submit.mc

2011-05-07 Thread Yuri Pankov
On Sat, May 07, 2011 at 02:16:37PM +0400, Yuri Pankov wrote: On Sat, May 07, 2011 at 06:11:12AM -0400, Jason Hellenthal wrote: Yuri, On Sat, May 07, 2011 at 11:45:47AM +0400, Yuri Pankov wrote: Hi, I'm getting weird problem on recent -CURRENT - sendmail is trying to resolve

Re: gpg-agent bus error (signal 10)

2011-04-03 Thread Yuri Pankov
On Sun, Apr 03, 2011 at 08:41:57PM +0200, Gour-Gadadhara Dasa wrote: Hello! I've problem with keychain which cannot launch gpg-agent. Here is the result of the attempt to launch it: [gour@atmarama gour] gpg-agent --verbose --debug guru --daemon gpg-agent[80588]: reading options from

clang'ed buildworld is failing with -O0

2011-03-23 Thread Yuri Pankov
Hi, I've recently tried to buildworld with clang using DEBUG_FLAGS=-g -O0 (as clang(1) specifies that -g is most useful with -O0). Short version: clang -O2 -pipe -I. -I/data/src/freebsd/base/head/usr.bin/xlint/lint1 -I/data/src/freebsd/base/head/usr.bin/xlint/lint1/../arch/amd64

Re: `panic: run_interrupt_driven_config_hooks: waited too long' on HP DV8

2011-03-14 Thread Yuri Pankov
On Mon, Mar 14, 2011 at 11:14:31AM +0100, Olivier Houchard wrote: On Mon, Mar 14, 2011 at 02:01:38AM +0300, Yuri Pankov wrote: Hi, I'm getting the following panic trying to boot March 5 snapshot on HP Pavilion DV8 notebook (8.2-RELEASE GENERIC kernel seems to boot on the same hardware

`panic: run_interrupt_driven_config_hooks: waited too long' on HP DV8

2011-03-13 Thread Yuri Pankov
Hi, I'm getting the following panic trying to boot March 5 snapshot on HP Pavilion DV8 notebook (8.2-RELEASE GENERIC kernel seems to boot on the same hardware just fine): run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config run_interrupt_driven_hooks: still waiting after 120

Re: `panic: run_interrupt_driven_config_hooks: waited too long' on HP DV8

2011-03-13 Thread Yuri Pankov
On Mon, Mar 14, 2011 at 02:01:38AM +0300, Yuri Pankov wrote: Hi, I'm getting the following panic trying to boot March 5 snapshot on HP Pavilion DV8 notebook (8.2-RELEASE GENERIC kernel seems to boot on the same hardware just fine): run_interrupt_driven_hooks: still waiting after 60

Re: `panic: run_interrupt_driven_config_hooks: waited too long' on HP DV8

2011-03-13 Thread Yuri Pankov
On Sun, Mar 13, 2011 at 04:41:58PM -0700, Matthew Jacob wrote: Yes they are. The full messages from the failed boot would be helpful. Looks like we have ATA in CAM now, so it's possible that the disk reset failed, etc... What are my options for saving the output from failed boot other than

Re: Request for testing/comments -- import of new dialog/libdialog

2011-01-21 Thread Yuri Pankov
Nathan Whitehorn nwhitehorn at freebsd.org writes: As part of work on a new installer, I would like to update the base system dialog and libdialog to the newer one provided by Thomas Dickey (http://invisible-island.net/dialog/, ports as devel/cdialog). This is a much nicer, fuller

Re: Request for testing/comments -- import of new dialog/libdialog

2011-01-21 Thread Yuri Pankov
On Fri, 21 Jan 2011 20:28:59 +0300, Anonymous wrote: Yuri Pankovyuri.pan...@gmail.com writes: Nathan Whitehornnwhitehornat freebsd.org writes: As part of work on a new installer, I would like to update the base system dialog and libdialog to the newer one provided by Thomas Dickey

Re: Request for testing/comments -- import of new dialog/libdialog

2011-01-21 Thread Yuri Pankov
On Fri, 21 Jan 2011 10:34:07 -0800, Garrett Cooper wrote: On Fri, Jan 21, 2011 at 9:41 AM, Yuri Pankovyuri.pan...@gmail.com wrote: On Fri, 21 Jan 2011 20:28:59 +0300, Anonymous wrote: Yuri Pankovyuri.pan...@gmail.comwrites: Nathan Whitehornnwhitehornatfreebsd.orgwrites: As

Re: Can't build PERL under 8.1 Release

2010-09-16 Thread Yuri Pankov
joe mcguckin joe at via.net writes: snip Writing Makefile for DynaLoader == Your Makefile has been rebuilt. == == Please rerun the make command. == false *** Error code 1 Check machine's date/time. Rerunning make just make it die again in the same location. Any ideas? -joe HTH,

Re: g_event spinning 100% when doing 'gpart add'

2010-09-10 Thread Yuri Pankov
Xin LI delphij at delphij.net writes: Hi, On a brand new system I'm trying to allocate new GPT partition with: gpart create -s gpt ada0 gpart add -t freebsd-zfs ada0 And gpart hangs with g_waitfor_event with g_event spinning 100% of CPU. Any thoughts? The system is FreeBSD/amd64

Re: g_event spinning 100% when doing 'gpart add'

2010-09-10 Thread Yuri Pankov
Nevermind me. That's what I thought why I was getting the same gpart behavior switching between kernels, with and without DEBUG_LOCKS. Sorry about that. Same here, gpart hangs on: 3826 gpartCALL __sysctl(0x7fffa250,0x3,0,0x7fffa268,0,0) 3826 gpartSCTL kern.geom.confxml Yuri

Re: nvidia-driver crashing kernel on head

2010-07-02 Thread Yuri Pankov
On Fri, Jul 02, 2010 at 11:46:41AM +0200, David Naylor wrote: Hi, I'm not sure this has been reported before but I am experience crashes with nvidia-driver on -current (cvsup ~day ago). If I remove all the debugging options from the kernel config then it is very usable. Here are

Re: nvidia-driver crashing kernel on head

2010-07-02 Thread Yuri Pankov
On Fri, Jul 02, 2010 at 02:57:35PM +0200, René Ladan wrote: 2010/7/2 Yuri Pankov yuri.pan...@gmail.com: On Fri, Jul 02, 2010 at 11:46:41AM +0200, David Naylor wrote: Hi, I'm not sure this has been reported before but I am experience crashes with nvidia-driver on -current (cvsup ~day ago

Re: tstVMStructRC segfault: Cannot build virtualbox-ose on 8-STABLE amd64

2010-06-30 Thread Yuri Pankov
On Wed, Jun 30, 2010 at 10:58:23PM -0300, Mario Sergio Fujikawa Ferreira wrote: snip $ script gdb.log gdb work/VirtualBox-3.2.4_OSE/out/freebsd.amd64/debug/bin/tstVMStructRC work/VirtualBox-3.2.4_OSE/tstVMStructRC.core Script started on Fri Jun 11 20:00:36 2010 GNU gdb 6.1.1 [FreeBSD]

Re: MAKEOBJDIRPREFIX and installkernel

2010-05-20 Thread Yuri Pankov
On Thu, May 20, 2010 at 09:59:25PM +0400, Boris Samorodov wrote: Hi List, here is something strange with current CURRENT: - [~]b...@izar% LANG=C svn info FreeBSD/base/head/src Path: FreeBSD/base/head/src URL: svn+ssh://svn.freebsd.org/base/head Repository Root:

Re: a panic on uart_z8530_class?

2010-05-08 Thread Yuri Pankov
On Sat, May 08, 2010 at 09:59:23PM -0500, Brandon Gooch wrote: On Sat, May 8, 2010 at 3:35 PM, ben wilber b...@desync.com wrote: On Sat, May 08, 2010 at 04:11:49PM -0400, Benjamin Kaduk wrote: [r...@test ~]# kgdb /boot/kernel/kernel /var/crash/vmcore.1 GNU gdb 6.1.1 [FreeBSD] Copyright

Recent sys/vm/ changes and nvidia-driver

2010-05-05 Thread Yuri Pankov
Hi, After recent changes to sys/vm/ by alc@, I'm getting panics as soon as I start xorg-server with nvidia-driver (both 195.22 and 195.36.15): panic: mutex page lock not owned at /home/yuri/src/FreeBSD/head/sys/vm/vm_page.c:1547 (sorry, can't get kernel to dump correctly to provide more info:

<    1   2