mplayer + bktr

2005-11-13 Thread Daniel O'Connor
Hi, I'm trying to use mplayer to watch TV and while it does work it has a few problems. The first is that when you force it to capture audio (so mute and volume control work, or you can use mencoder) it does about 0.25 fps :( It doesn't appear to be using heaps of CPU or anything so I am not

can someone please let me know what this crash means?

2005-11-13 Thread Jason
Just had my server drop into debugger this morning after running for 78 days.. and heres what the trace said.. OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n Compiled on Dec 4 2004, 19:14:15. Press CTRL-A Z for help on special keys

Re: mplayer + bktr

2005-11-13 Thread Miguel Mendez
Hi there, The first is that when you force it to capture audio (so mute and volume control work, or you can use mencoder) it does about 0.25 fps :( It doesn't appear to be using heaps of CPU or anything so I am not sure what the problem is. I haven't tried this yet but can give it a go.

Re: can someone please let me know what this crash means?

2005-11-13 Thread Robert Watson
On Sun, 13 Nov 2005, Jason wrote: Just had my server drop into debugger this morning after running for 78 days.. and heres what the trace said.. OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n Compiled on Dec 4 2004, 19:14:15. Press CTRL-A Z for help on special keys If

Re: can someone please let me know what this crash means?

2005-11-13 Thread Jason
If you have a scroll-back it would be helpful to see the output immediately above this -- specifically, the panic message. I did not have the terminal connected at the time of the panic so unfortunately, I dont have it.. Also, is the date of the kernel (aug 26) approximately synchronized

Re: Install freeze while or immediately after finish copying the ports-collection

2005-11-13 Thread Timm Florian Gloger
* On 11/12/2005 9:55 PM Roland Smith wrote: Have you verified the checksum of the ISO image after you downloaded it? What happens if you don't install ports? (you can always do it later). Yep. Checksums are ok. If i just install a minimal system as Brandon suggested, the installation

Re: Install freeze while or immediately after finish copying the ports-collection

2005-11-13 Thread Roland Smith
On Sun, Nov 13, 2005 at 05:22:34PM +0100, Timm Florian Gloger wrote: If i just install a minimal system as Brandon suggested, the installation process works properly (except that disk geometry allegedly wrong, but the system-guessed values are correct for LBA mode). Well, that's something.

Performance problem since updating from 6.0-RELEASE to 6.0-STABLE last friday

2005-11-13 Thread Pierre-Luc Drouin
Last friday I did a cvsup src/buildworld/buildkernel/installkernel/installworld/mergemaster on my laptop from 6.0-RELEASE to 6.0-STABLE and since the performance of my laptop (Dell Precision M70 with a Pentium M 2GHz) is not good. It behaves like if the bus was saturated. I noticed that sound

Performance problem since updating from 6.0-RELEASE to 6.0-STABLE last friday

2005-11-13 Thread Pierre-Luc Drouin
I wanted also to add that my mouse pointer hangs on X since the upgrade. So the computer behaves as if it was under heavy load even if the CPU usage is almost 0% Pierre-Luc Drouin wrote: Last friday I did a cvsup src/buildworld/buildkernel/installkernel/installworld/mergemaster on my laptop

Re: mplayer + bktr

2005-11-13 Thread Daniel O'Connor
On Mon, 14 Nov 2005 01:00, Miguel Mendez wrote: The first is that when you force it to capture audio (so mute and volume control work, or you can use mencoder) it does about 0.25 fps :( It doesn't appear to be using heaps of CPU or anything so I am not sure what the problem is. I haven't

Re: can someone please let me know what this crash means?

2005-11-13 Thread Robert Watson
On Sun, 13 Nov 2005, Jason wrote: If not, could you tell me the revisions of netinet/{tcp*,in_pcb}.c? [EMAIL PROTECTED] netinet $ pwd /usr/src/sys/netinet [EMAIL PROTECTED] netinet $ grep FreeBSD tcp*.c tcp_debug.c: * $FreeBSD: src/sys/netinet/tcp_debug.c,v 1.25.2.1 2005/01/31 23:26:36 imp

Re: Performance problem since updating from 6.0-RELEASE to 6.0-STABLE last friday

2005-11-13 Thread Oliver Brandmueller
Hi. On Sun, Nov 13, 2005 at 12:40:53PM -0500, Pierre-Luc Drouin wrote: I wanted also to add that my mouse pointer hangs on X since the upgrade. So the computer behaves as if it was under heavy load even if the CPU usage is almost 0% cpufreq/powerd? Did you check, your laptop runs at

Second SATA drive not detected on 6.0-Release and 6.0-Stable.

2005-11-13 Thread Richard Lee
I have two SATA drives (ad4 and ad6 with static id), but the second one is simply not detected in 6.0. == Before, I was running RELENG_5.4 and was getting: Nov 5 13:57:51 minawa kernel: atapci0: SiS 964 UDMA133 controller

Re: Reduced hard disk perfomance on 5.4 with SMP

2005-11-13 Thread Tarasov Alexey
Kris Kennaway wrote: VFS was Giant-locked on 5.4, and there is contention between multiple processes (e.g. tar and bufdaemon). Try 6.0 instead. I've updated server to RELENG_6_0. Results of hard disk test: /usr/local/bin/bonnie File './Bonnie.37454', size: 104857600 Writing with

Re: can someone please let me know what this crash means?

2005-11-13 Thread Jason
Do you use IPv6 on this box, and in particular, TCP over IPv6? Do you use tcpdrop(8) to kill TCP connections? no ipv6 at all.. and no, I havent used tcpdrop that I know of.. There appears to be one bug fix since the revision you're using relating to tcpdrop(8) on TCP connections in the

Re: can someone please let me know what this crash means?

2005-11-13 Thread Robert Watson
On Sun, 13 Nov 2005, Jason wrote: There have also been a number of fixes relating to raw sockets which may also apply to ipdivert related configurations, but I'm not sure they could lead to this particular panic easily. This strikes me a a pcb/tcp race of some sort. I am running ipfw on

Re: can someone please let me know what this crash means?

2005-11-13 Thread Robert Watson
On Sun, 13 Nov 2005, Jason wrote: I am running ipfw on this box and do have $fwcmd add divert natd all from any to any via fxp0 hmm, I guess its time to upgrade to 6.0? The attached untested patch will most likely prevent the bug from recurring by eliminating parallelism between the

Re: Performance problem since updating from 6.0-RELEASE to 6.0-STABLE last friday

2005-11-13 Thread Pierre-Luc Drouin
Oliver Brandmueller wrote: Hi. On Sun, Nov 13, 2005 at 12:40:53PM -0500, Pierre-Luc Drouin wrote: I wanted also to add that my mouse pointer hangs on X since the upgrade. So the computer behaves as if it was under heavy load even if the CPU usage is almost 0% cpufreq/powerd? Did

Re: Performance problem since updating from 6.0-RELEASE to 6.0-STABLE last friday

2005-11-13 Thread Kris Kennaway
On Sun, Nov 13, 2005 at 02:35:23PM -0500, Pierre-Luc Drouin wrote: Oliver Brandmueller wrote: Hi. On Sun, Nov 13, 2005 at 12:40:53PM -0500, Pierre-Luc Drouin wrote: I wanted also to add that my mouse pointer hangs on X since the upgrade. So the computer behaves as if it was under

Re: mplayer + bktr

2005-11-13 Thread Miguel Mendez
Hi there, On 11/13/05, Daniel O'Connor [EMAIL PROTECTED] wrote: On Mon, 14 Nov 2005 01:00, Miguel Mendez wrote: The first is that when you force it to capture audio (so mute and volume control work, or you can use mencoder) it does about 0.25 fps :( It doesn't appear to be using heaps

Re: Install freeze while or immediately after finish copying the ports-collection

2005-11-13 Thread Timm Florian Gloger
Thanks for all your help. After installing the bootloader correctly, 6.0 boots well and fast. Also network is runnig now. Seems sysinstall did not bring it up after configuring, so i didi this manualy on the holo shell. I noticed a mistake i made during the diagnostic of the freezes. They

6.0 freezes shortly after logging in.

2005-11-13 Thread Timm Florian Gloger
Hi list, I get some strange freezes with my fresh 6.0 installation. After booting for a several times now i got 2 more freezes in not coherent periods of time after logging in. It is a complete freeze as far as i can explore, neither any keyboard nor mouse input is noticed and keyboard hangs

Re: 6.0 freezes shortly after logging in.

2005-11-13 Thread Roland Smith
On Sun, Nov 13, 2005 at 10:50:29PM +0100, Timm Florian Gloger wrote: After booting for a several times now i got 2 more freezes in not coherent periods of time after logging in. If it's freezing unpredictably, I'd suspect hardware trouble. Bad RAM (try memtest86) or a powersupply that can't

Re: 6.0 freezes shortly after logging in.

2005-11-13 Thread Timm Florian Gloger
* On 11/13/2005 10:54 PM Roland Smith wrote: On Sun, Nov 13, 2005 at 10:50:29PM +0100, Timm Florian Gloger wrote: After booting for a several times now i got 2 more freezes in not coherent periods of time after logging in. If it's freezing unpredictably, I'd suspect hardware trouble. Bad

Re: 6.0 on VMWare 5.0: `calcru: negative runtime of -12728437 usec for pid 28 (irq17: lnc0)'

2005-11-13 Thread Doug White
Adjusted cc: to remove private list. On Wed, 9 Nov 2005, Lev Serebryakov wrote: Hello freebsd-stable, FreeBSD 6.0 on VMWare 5.0 prints such messages every 3-4 minute. Also, messages like calcru: runtime went backwards from 40644816 to 40005944 usec for pid 3 (g_up) is shown

Re: 6.0 freezes shortly after logging in.

2005-11-13 Thread Roland Smith
On Sun, Nov 13, 2005 at 11:11:49PM +0100, Timm Florian Gloger wrote: is there any other chance to get some information of the time shortly before the freeze out of the system other than the standard logfies? Syslog is programmed to fsync(2) after writing messages from the kernel, unless you

RE: Adaptec SATA 1210SA+ Freebsd 6.0

2005-11-13 Thread Doug White
On Thu, 10 Nov 2005, Filip Wuytack wrote: Hi, I also tried to create the label via the command line (following the handbook). web2# dd if=/dev/zero of=/dev/ar0 count=2 2+0 records in 2+0 records out 1024 bytes transferred in 0.000757 secs (1352746 bytes/sec) web2# disklabel /dev/ar0 |

Re: Consistent 6.0-STABLE Hang

2005-11-13 Thread Doug White
On Thu, 10 Nov 2005, Cy Schubert wrote: Running the Citrix ICA wfcmgr (from ports) to change settings, e.g. password, for connection to a Windows terminal server hangs FreeBSD 6.0 (as of Nov 4) quite consistently. I've tried this on one of my 6.0 systems at home and a 6.0 system here at work.

Re: Crashing after umounting unavailable filesystems

2005-11-13 Thread Doug White
On Thu, 10 Nov 2005, William Denton wrote: On 10 November 2005, Michael C. Shultz wrote: Opps, I crashed the machine. When I moved it, I unplugged the USB DVD-RW and I had mounted one of the dist discs on there. When I did a umount it paniced. My bad. That happened to me the other day

Re: Hyperthreading issues.

2005-11-13 Thread Doug White
On Fri, 11 Nov 2005, kama wrote: Just upgraded from 5.4 to 6.0 and hyperthreading stoped working. Everything looks ok, but it doesn't use two of the logical CPU's. This is disabled by default due to a information-leak vulnerability across the hyperthreaded cores. The details from the release

Re: 6.0 freezes shortly after logging in.

2005-11-13 Thread Doug White
On Sun, 13 Nov 2005, Timm Florian Gloger wrote: Hi list, I get some strange freezes with my fresh 6.0 installation. After booting for a several times now i got 2 more freezes in not coherent periods of time after logging in. It is a complete freeze as far as i can explore, neither any

Re: Performance problem since updating from 6.0-RELEASE to 6.0-STABLE last friday

2005-11-13 Thread Pierre-Luc Drouin
Kris Kennaway wrote: On Sun, Nov 13, 2005 at 02:35:23PM -0500, Pierre-Luc Drouin wrote: Oliver Brandmueller wrote: Hi. On Sun, Nov 13, 2005 at 12:40:53PM -0500, Pierre-Luc Drouin wrote: I wanted also to add that my mouse pointer hangs on X since the upgrade. So the

Re: mplayer + bktr

2005-11-13 Thread Daniel O'Connor
On Mon, 14 Nov 2005 07:13, Miguel Mendez wrote: If you add immediatemode=0 to the tv args it will do it. I've just tried that and the speed drops to something like 5-6 fps. Interesting problem. Yeah, I suspect there is something wrong with the audio sampling, but I haven't looked at it

Re: mplayer + bktr

2005-11-13 Thread Danny Pansters
On Monday 14 November 2005 01:02, Daniel O'Connor wrote: On Mon, 14 Nov 2005 07:13, Miguel Mendez wrote: If you add immediatemode=0 to the tv args it will do it. I've just tried that and the speed drops to something like 5-6 fps. Interesting problem. Yeah, I suspect there is something

DHCP client error: domain_not_set.invalid

2005-11-13 Thread Mark Space
Hi all, I just set up the latest 6.0 release, and I'm getting errors with the DHCP client. Trying to pull a network address during start up, I get: Bogus domain search list 15: domain_not_set.invalid This repeats several times before giving up. Google tells me that this problem was report

a few problems with 6.0-RELEASE on IBM T41p

2005-11-13 Thread Petr Holub
slightly above 2100 fps) 3) psm0: unable to allocate IRQ when both psm and acpi_ibm are present in the kernel; this is also described also in one of my recent posts: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=607372+0+archive/2005/freebsd-stabl e/20051113.freebsd-stable 4) ipw (with internal 2100B

Re: a few problems with 6.0-RELEASE on IBM T41p

2005-11-13 Thread Kris Kennaway
On Mon, Nov 14, 2005 at 05:39:52AM +0100, Petr Holub wrote: Hi, since I've upgraded from 6.0-BETA4 to 6.0-RELEASE (using binary upgrade on contrary to 6.0-BETA4, which was binary from BETA2, which was clean install ;-) ), I'm experiencing multiple problems which were not present on BETA4:

RE: a few problems with 6.0-RELEASE on IBM T41p

2005-11-13 Thread Petr Holub
Did you remember to rebuild any modules you are using when you upgraded? cd /sys/i386/conf/ config KLOBOUCEK cd ../compile/KLOBOUCEK make cleandepend; make depend make make install as usual. I assume that's sufficient. The only thing I'm not sure of now is the linux emulation... Thanks,

RE: a few problems with 6.0-RELEASE on IBM T41p

2005-11-13 Thread Petr Holub
2) I get rather regular freezes in X when running GL with drm acceleration; I've rebuilt both xorg-server-snap and dri-devel from sources but it freezes still after couple of seconds of glxgears (while it worked fine on BETA4 achieving slightly above 2100 fps) Did you remember

5.4, linux-pango and libfontconfig

2005-11-13 Thread Bruce Burden
Hi gang, Okay, several weeks ago, I told portupgrade to upgrade everything. Then flashplugin stopped working, because it could not find libfontconfig.so.1. On thing leads to another, and I am trying to get things working again. The problem is that linux apps are not

Re: a few problems with 6.0-RELEASE on IBM T41p

2005-11-13 Thread Kris Kennaway
On Mon, Nov 14, 2005 at 06:02:35AM +0100, Petr Holub wrote: Did you remember to rebuild any modules you are using when you upgraded? cd /sys/i386/conf/ config KLOBOUCEK cd ../compile/KLOBOUCEK make cleandepend; make depend make make install as usual. I assume that's sufficient. Not