Re: Network unavailable when booting directly to FreeBSD.

2012-06-23 Thread YongHyeon PYUN
On Thu, Jun 21, 2012 at 02:05:33PM -0500, Pedro Giffuni wrote: Hello; I noticed a regression from 9.0 and I cannot boot directly FreeBSD and access the network. Unfortunately I cannot recall the exact commit where this started happening. uname -a FreeBSD pcbsd-8555 9.0-STABLE FreeBSD

Re: fsck_ufs running too often

2012-06-23 Thread Alexander Yerenkow
Next time you'll see fsck, you should t least run ps axd (to see it's parent and to try guess what was that). -- Regards, Alexander Yerenkow ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To

Re: fsck_ufs running too often

2012-06-23 Thread Sean
On 23/06/2012, at 7:47 AM, Leonardo M. Ramé wrote: Hi, since a few of days ago, I noticed my home server turns very slow more than once a day, so every time I run top to see what's processes are running, I can see fsck_ufs at the very top, and the hard drive working like mad. I've

Re: KMS on Sandy bridge error device_attach

2012-06-23 Thread Konstantin Belousov
On Sat, Jun 23, 2012 at 09:25:40AM +0200, Thomas Zander wrote: On Fri, Jun 22, 2012 at 8:38 PM, Konstantin Belousov kostik...@gmail.com wrote: Thank you for your quick response. Output is attached. This is probably one of the relatively rarely sold CPUs, so I might have an edge case

Re: Xorg in swwrt

2012-06-23 Thread Peter Jeremy
On 2011-Feb-06 15:19:12 +1030, Daniel O'Connor dar...@dons.net.au wrote: I updated ports (portmaster -a basically) on this 8.2-PRE box and now I find X takes a long, long time to start up and uses lots of CPU. It shows the wchan as swwrt. FWIW, I've run into this a couple of times recently when

Re: KMS on Sandy bridge error device_attach

2012-06-23 Thread Thomas Zander
On Sat, Jun 23, 2012 at 10:59 AM, Konstantin Belousov kostik...@gmail.com wrote: Ok, but you did not tried to load i915kms, at least the dmesg you posted lacks an indication. Actually, it did. i915kms was in loader.conf. dmesg, line 37f: Preloaded elf obj module /boot/kernel/i915kms.ko at

Re: KMS on Sandy bridge error device_attach

2012-06-23 Thread Konstantin Belousov
On Sat, Jun 23, 2012 at 01:38:35PM +0200, Thomas Zander wrote: On Sat, Jun 23, 2012 at 10:59 AM, Konstantin Belousov kostik...@gmail.com wrote: Ok, but you did not tried to load i915kms, at least the dmesg you posted lacks an indication. Actually, it did. i915kms was in loader.conf.

Re: KMS on Sandy bridge error device_attach

2012-06-23 Thread Thomas Zander
On Sat, Jun 23, 2012 at 2:08 PM, Konstantin Belousov kostik...@gmail.com wrote: Hmm, I probably see an issue. Please try the patch below. diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index a181ad7..c0f592c 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@

Re: [CFT] Need Testers for: sysutils/bsdconfig

2012-06-23 Thread Devin Teske
On Jun 22, 2012, at 3:44 PM, Devin Teske wrote: On Jun 22, 2012, at 3:32 PM, Devin Teske wrote: On Jun 22, 2012, at 5:27 AM, Clayton Milos wrote: When selecting user account expiry the calendar starts at 1 January 1970. I understand that this is when Unix time started but it would

Re: STABLE/9 SMP ACPI suspend/resume - video mode not being restored

2012-06-23 Thread Mitsuru IWASAKI
://people.freebsd.org/~iwasaki/acpi/drm-radeon_suspend-20120623.diff Thanks Hi, No, I didn't have vesa loaded. I'll load that now and try tomorrow after a reboot. Yes, I tried switching VTYs, each VTY had the same issue. I guess the driver isn't doing a VGA mode change when I switch VTYs

Re: [CFT] Need Testers for: sysutils/bsdconfig

2012-06-23 Thread Devin Teske
On Jun 22, 2012, at 5:27 AM, Clayton Milos wrote: 5. Same for vlan16. For vlan9 is shows right 'IEEE 802.1Q VLAN network interface'. It should work same way for vlan1-vlan4095 interfaces at least. I'd like to know if the sysctl MIB's for describing network interfaces is reliable. Maybe

Re: Network unavailable when booting directly to FreeBSD.

2012-06-23 Thread Pedro Giffuni
Hello; --- Sab 23/6/12, YongHyeon PYUN pyu...@gmail.com ha scritto: ... amd64 From my dmesg __ ... pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0 pcib0: Length mismatch for 4 range: 81 vs 7f pci0: ACPI PCI bus on pcib0 pci0: memory, RAM at device 0.0 (no driver

Re: fsck_ufs running too often

2012-06-23 Thread Greg Byshenk
On Sat, Jun 23, 2012 at 06:23:58PM +1000, Sean wrote: On 23/06/2012, at 7:47 AM, Leonardo M. Ram? wrote: Hi, since a few of days ago, I noticed my home server turns very slow more than once a day, so every time I run top to see what's processes are running, I can see fsck_ufs at the very

Re: fsck_ufs running too often

2012-06-23 Thread Jason Hellenthal
On Sat, Jun 23, 2012 at 06:36:24PM -0700, Greg Byshenk wrote: On Sat, Jun 23, 2012 at 06:23:58PM +1000, Sean wrote: On 23/06/2012, at 7:47 AM, Leonardo M. Ram? wrote: Hi, since a few of days ago, I noticed my home server turns very slow more than once a day, so every time I run top

Re: fsck_ufs running too often

2012-06-23 Thread Adam Vande More
On Sat, Jun 23, 2012 at 9:54 PM, Jason Hellenthal jhellent...@dataix.netwrote: At one point it was proven that background fsck was not benefitial. Where can we find this proof? -- Adam Vande More ___ freebsd-stable@freebsd.org mailing list

Re: Xorg in swwrt

2012-06-23 Thread Daniel O'Connor
On 23/06/2012, at 19:02, Peter Jeremy wrote: On 2011-Feb-06 15:19:12 +1030, Daniel O'Connor dar...@dons.net.au wrote: I updated ports (portmaster -a basically) on this 8.2-PRE box and now I find X takes a long, long time to start up and uses lots of CPU. It shows the wchan as swwrt. FWIW,