Serial debug broken in recent -CURRENT?

2003-09-29 Thread Greg 'groggy' Lehey
After building a new kernel, remote serial gdb no longer works. When I issue a 'continue' command, I lose control of the system, but it doesn't continue running. Has anybody else seen this? Greg -- See complete headers for address and phone numbers. NOTE: Due to the currently active Microsoft-ba

Re: Status of SCHED_ULE?

2003-09-29 Thread Arjan van Leeuwen
On Monday 29 September 2003 07:05, Jeff Roberson wrote: > On Sun, 28 Sep 2003, Arjan van Leeuwen wrote: > > On Sunday 28 September 2003 14:38, Matt wrote: > > > Morten Rodal wrote: > > > > On Sun, Sep 28, 2003 at 01:26:24PM +0100, Matt wrote: > > > >>Morten Rodal wrote: > > > >>>On Sat, Sep 27, 200

gkrellm and libthr

2003-09-29 Thread Vladimir B. Grebenschikov
Hi Just tried run gnome-2.4 desktop with: % cat /etc/libmap.conf libc_r.so.5 libthr.so.1 libc_r.solibthr.so All seems smooth so far, but gkrellm. First it works right (creates some threads) Then system time consumed became all available CPU power (by systat -vm) When I have kill gkrellm

procfs problem

2003-09-29 Thread Jiri Mikulas
Hello i have problem with /proc i already have options PROCFS options PSEUDOFS in kernel but get these messages ~~~cut~~~ map02# strace -p 730 strace: open("/proc/...", ...): No such file or directory trouble opening proc file map02# truss -p 730 truss: cannot open /proc/730/mem:

Re: procfs problem

2003-09-29 Thread Harti Brandt
You must mount procfs. # fstab; proc/proc procfs rw 0 0 harti On Mon, 29 Sep 2003, Jiri Mikulas wrote: JM>Hello JM>i have problem with /proc JM>i already have JM> JM>options PROCFS JM>options PSEUDOFS JM> JM>in kernel JM>but ge

Re: procfs problem

2003-09-29 Thread Jason Stone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > JM>map02# strace -p 730 > JM>strace: open("/proc/...", ...): No such file or directory > JM>trouble opening proc file > You must mount procfs. > > # fstab; > proc /proc procfs rw 0 0 The bi-weekly sta

Re: procfs problem

2003-09-29 Thread Kris Kennaway
On Mon, Sep 29, 2003 at 04:40:54AM -0700, Jason Stone wrote: > > > JM>map02# strace -p 730 > > JM>strace: open("/proc/...", ...): No such file or directory > > JM>trouble opening proc file > > > You must mount procfs. > > > > # fstab; > > proc/proc procfs rw

5.2-RELEASE TODO

2003-09-29 Thread Robert Watson
This is an automated bi-weekly mailing of the FreeBSD 5.2 open issues list. The live version of this list is available at: http://www.FreeBSD.org/releases/5.2R/todo.html Automated mailing of this list will continue through the release of FreeBSD 5.2. FreeBSD 5.2 Op

ICH sound after suspend/resume

2003-09-29 Thread Kevin Oberman
Re: kern/55395 I see a patch to ich.c back on the 15th to "Correctly reset ich[3-5] sound cards on resume.", but I am still not able to properly use my sound card after a resume because the card starts clocking at the wrong rate, about 52K instead of the correct 48,000. There is nothing in the ty

Re: Status of SCHED_ULE?

2003-09-29 Thread Morten Rodal
On Mon, Sep 29, 2003 at 01:04:49AM -0400, Jeff Roberson wrote: > On Sun, 28 Sep 2003, Morten Rodal wrote: > > > On Sat, Sep 27, 2003 at 11:31:25PM -0400, Jeff Roberson wrote: > > > On Sat, 27 Sep 2003, Morten Rodal wrote: > > > > It has improved quite a bit lately, and is now also working with KSE

Re: ICH sound after suspend/resume

2003-09-29 Thread Orion Hodson
/-- "Kevin Oberman" wrote: | Re: kern/55395 | | I see a patch to ich.c back on the 15th to "Correctly reset ich[3-5] | sound cards on resume.", but I am still not able to properly use my | sound card after a resume because the card starts clocking at the wrong | rate, about 52K instead of the corr

Re: Serial debug broken in recent -CURRENT?

2003-09-29 Thread Sam Leffler
On Monday 29 September 2003 01:30 am, Greg 'groggy' Lehey wrote: > After building a new kernel, remote serial gdb no longer works. When > I issue a 'continue' command, I lose control of the system, but it > doesn't continue running. Has anybody else seen this? Yes, I noticed this late last week.

Re: ICH sound after suspend/resume

2003-09-29 Thread Kevin Oberman
> From: Orion Hodson <[EMAIL PROTECTED]> > Date: Mon, 29 Sep 2003 08:29:38 -0700 > Sender: [EMAIL PROTECTED] > > /-- "Kevin Oberman" wrote: > | Re: kern/55395 > | > | I see a patch to ich.c back on the 15th to "Correctly reset ich[3-5] > | sound cards on resume.", but I am still not able to prope

Re: yep, umass still broken

2003-09-29 Thread Doug White
What motherboards are you using with the OHCI controller? John-Mark Gurney (jmg@) and I kicked this around at bsdcon but couldn't reproduce it. If its a common board or chipset we can probably get it and work on the issue. The zeroed block showed up in 8KB boundaries in the instance we saw, whic

Re: your mail

2003-09-29 Thread Doug White
Please use subject lines. Thanks. On Mon, 29 Sep 2003, Tomi Vainio - Sun Finland wrote: > Dag-Erling Smørgrav writes: > > > > An NMI almost certainly indicates a hardware failure. > > > Lucas James writes: > > > > It could be a power supply on the way out. I had an old dual P-166 that > >

Re: your mail

2003-09-29 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Doug White writes: >Well this might be the source of problems. I've expressed caution at >doing this sorrt of thing before since getting the grounds equallized can >be tricky. If the ground levels become unequalized, or worse you get some >sort of ground loop goin

Re: Status of SCHED_ULE?

2003-09-29 Thread Peter Kadau
Hi ! > I use the /dev/sysmouse and moused, not quite sure > why but that's how I've always used my mouse (PS2 or USB) with > FreeBSD. Could this have something to do with the mouse feeling > sloppy? Hmmm, I never used moused and always /dev/psm0 in X. Still experience the same thing. Cheers Pe

Re: TEST PLEASE: if_tun patch

2003-09-29 Thread Brooks Davis
On Mon, Sep 29, 2003 at 07:29:08AM +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Brooks Davis writes: > > > >> | Properly dismantle and remove the interface and destroy the dev_t=20 > >> | at last close of the device. > > > >I'm not convinced this is the right direction to mov

if_em and ibm thinkpad T40

2003-09-29 Thread Gordon Tetlow
I have an IBM T40 that has an onboard Intel GigE card. When the em driver tries to probe it, I get "The EEPROM Checksum Is Not Valid". Adding a printf, I discover the checksum is 0x08b8 (not the 0xBABA that is documented in the headers). Anyone else seen any problems with this? I'd really rather no

Re: 5.2-RELEASE TODO

2003-09-29 Thread Daniel Eischen
On Mon, 29 Sep 2003, Robert Watson wrote: > |-+---+-+| > | | | | Userland bits | > | | | | implemented, | > | KSE support for

Re: 5.2-RELEASE TODO

2003-09-29 Thread Wilko Bulte
On Mon, Sep 29, 2003 at 02:05:16PM -0400, Daniel Eischen wrote: > On Mon, 29 Sep 2003, Robert Watson wrote: > > > |-+---+-+| > > | | | | Userland bits | > > | |

Re: 5.2-RELEASE TODO

2003-09-29 Thread Daniel Eischen
On Mon, 29 Sep 2003, Wilko Bulte wrote: > On Mon, Sep 29, 2003 at 02:05:16PM -0400, Daniel Eischen wrote: > > On Mon, 29 Sep 2003, Robert Watson wrote: > > > > > |-+---+-+| > > > | | |

SiL3112 SATA (RAID) Controller drives aren't working at all.

2003-09-29 Thread Gabriel Ambuehl
The drivers in 28.9.JPSNAP of current will allow you to install FreeBSD on a SATA disk connected to a Silicon Image 3112 SATA RAID controller but not much more. Shortly after booting, the system will start getting UDMA timeouts and basically just freezes. Furthermore, the disks connected to the con

Re: Bluetooth patch

2003-09-29 Thread John Hay
Hi Maksim, > I have prepared Bluetooth mega patch for FreeBSD source tree. This patch > updates FreeBSD sources to the most recent snapshot. The patch is quite > extensive - it adds two new libraries (libbluetooth and libsdp) as well > as puts some files into /etc/bluetooth and modifies quite a fe

ATAng regression in current

2003-09-29 Thread Kevin Oberman
I had not tried ACPI for about 3 weeks due to my travel schedule. I saw a number of updates and thought I'd give it a spin. System: IBM T30 running CURRENT as of last Friday (9/26) System has a master on ata0 and no devices at all on ata1. System will no longer recover from suspend. (This is prob

Odd ACPI behavior

2003-09-29 Thread Kevin Oberman
I recently noticed that, when I boot with ACPI on my IBM T30, I get errors trying to probe the BIOS disabled sio1. This does not happen under apm and happens twice(?) when booting with ACPI and happens even though I have the line 'hint.sio.1.disabled="1"' in /boot/device.hints. >From my dmesg: sio0

Re: SiL3112 SATA (RAID) Controller drives aren't working at all.

2003-09-29 Thread Soren Schmidt
It seems Gabriel Ambuehl wrote: > The drivers in 28.9.JPSNAP of current will allow you to install > FreeBSD on a SATA disk connected to a Silicon Image 3112 SATA RAID > controller but not much more. Shortly after booting, the system will > start getting UDMA timeouts and basically just freezes. Fur

Re: 5.2-RELEASE TODO

2003-09-29 Thread Marcel Moolenaar
On Mon, Sep 29, 2003 at 08:07:32PM +0200, Wilko Bulte wrote: > > > > You should probably remove Marcel from this item. This task needs > > another volunteer. > > Recently Marcel noted to me he was planning to engage on this one. I have > offered him help for testing. The deal is this (if you fi

Re: 5.2-RELEASE TODO

2003-09-29 Thread Wilko Bulte
On Mon, Sep 29, 2003 at 12:19:30PM -0700, Marcel Moolenaar wrote: > On Mon, Sep 29, 2003 at 08:07:32PM +0200, Wilko Bulte wrote: > > > > > > You should probably remove Marcel from this item. This task needs > > > another volunteer. > > > > Recently Marcel noted to me he was planning to engage on

Re: SiL3112 SATA (RAID) Controller drives aren't working at all.

2003-09-29 Thread Will Andrews
On Mon, Sep 29, 2003 at 09:13:48PM +0200, Soren Schmidt wrote: > First off, there is ONLY support for Promise and HPT "soft RAID" > in the ATA driver, other vendors products are *not* supported (yet). > > Second, there seem to be a problem with some sil3112 setups where > timeouts and what not rui

Re: ICH sound after suspend/resume

2003-09-29 Thread Nate Lawson
On Mon, 29 Sep 2003, Kevin Oberman wrote: > Re: kern/55395 > > I see a patch to ich.c back on the 15th to "Correctly reset ich[3-5] > sound cards on resume.", but I am still not able to properly use my > sound card after a resume because the card starts clocking at the wrong > rate, about 52K inste

Re: Bluetooth patch

2003-09-29 Thread Maksim Yevmenkin
Hi John, > > I have prepared Bluetooth mega patch for FreeBSD source tree. This patch > > updates FreeBSD sources to the most recent snapshot. [...] > > The patch could be downloaded from > > > > http://www.geocities.com/m_evmenkin/patch/bluetooth20030914.diff.gz > > I had a look at the patch

Re: 5.2-RELEASE TODO

2003-09-29 Thread Dan Nelson
In the last episode (Sep 29), Wilko Bulte said: > On Mon, Sep 29, 2003 at 12:19:30PM -0700, Marcel Moolenaar wrote: > > I also mentioned recently (in the last couple of days) that we > > should worry more about sparc64 than alpha. Simply because I think > > alpha is on it's way down and should alre

RE: Odd ACPI behavior

2003-09-29 Thread John Baldwin
On 29-Sep-2003 Kevin Oberman wrote: > I recently noticed that, when I boot with ACPI on my IBM T30, I get > errors trying to probe the BIOS disabled sio1. This does not happen > under apm and happens twice(?) when booting with ACPI and happens even > though I have the line 'hint.sio.1.disabled="1"

Re: 5.2-RELEASE TODO

2003-09-29 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Dan Nelson writes: >> In my book sparc64 is also with one foot in the grave. As is Sun >> itself. > >Fujitsu makes sparc-compatible CPUs, too, so it'll be harder to kill >the entire architecture like HP did with the Alpha. Having at least on architecture with the o

Fatal trap 12: ... while installing emulators/linux_base

2003-09-29 Thread Vaidas Damosevicius
Hello, I've tried to install emulators/linux_base on my FreeBSD 5.1-CURRENT (todays world) and got the following: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x3 fault code = supervisor read, page not present instuc

Re: Odd ACPI behavior

2003-09-29 Thread Kevin Oberman
> Date: Mon, 29 Sep 2003 16:04:25 -0400 (EDT) > From: John Baldwin <[EMAIL PROTECTED]> > > > On 29-Sep-2003 Kevin Oberman wrote: > > I recently noticed that, when I boot with ACPI on my IBM T30, I get > > errors trying to probe the BIOS disabled sio1. This does not happen > > under apm and happen

Re: [acpi-jp 2704] Re: Odd ACPI behavior

2003-09-29 Thread Nate Lawson
On Mon, 29 Sep 2003, Kevin Oberman wrote: > > Date: Mon, 29 Sep 2003 16:04:25 -0400 (EDT) > > From: John Baldwin <[EMAIL PROTECTED]> > > > > On 29-Sep-2003 Kevin Oberman wrote: > > > I recently noticed that, when I boot with ACPI on my IBM T30, I get > > > errors trying to probe the BIOS disabled s

Re: [acpi-jp 2704] Re: Odd ACPI behavior

2003-09-29 Thread Kevin Oberman
> Date: Mon, 29 Sep 2003 13:33:06 -0700 (PDT) > From: Nate Lawson <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > On Mon, 29 Sep 2003, Kevin Oberman wrote: > > > Date: Mon, 29 Sep 2003 16:04:25 -0400 (EDT) > > > From: John Baldwin <[EMAIL PROTECTED]> > > > > > > On 29-Sep-2003 Kevin Oberman wr

Re: Bluetooth patch

2003-09-29 Thread John Hay
> > > > I have prepared Bluetooth mega patch for FreeBSD source tree. This patch > > > updates FreeBSD sources to the most recent snapshot. > > [...] > > > > The patch could be downloaded from > > > > > > http://www.geocities.com/m_evmenkin/patch/bluetooth20030914.diff.gz > > > > I had a look

Re: SiL3112 SATA (RAID) Controller drives aren't working at all.

2003-09-29 Thread David Leimbach
Hey Will and Soren! :) On Sep 29, 2003, at 2:38 PM, Will Andrews wrote: On Mon, Sep 29, 2003 at 09:13:48PM +0200, Soren Schmidt wrote: First off, there is ONLY support for Promise and HPT "soft RAID" in the ATA driver, other vendors products are *not* supported (yet). Second, there seem to be a pro

Re: SiL3112 SATA (RAID) Controller drives aren't working at all.

2003-09-29 Thread Will Andrews
On Mon, Sep 29, 2003 at 04:05:11PM -0500, David Leimbach wrote: > I'd have to reboot and see how recent my FreeBSD stuff is... I have been > rather distracted by the job which pays me salary :). If you can do that, I'll check out a copy of the kernel from that day and try to narrow down when the S

Problems with geom_bde

2003-09-29 Thread Thorsten Greiner
Hi, inspired by the recent posting of the gbde tutorial I went out and set up an encrypted partition using geom_bde on my laptop. When trying to umount this partition the umount fails with: # umount /crypto umount: unmount of /crypto failed: Resource temporarily unavailable and the follo

Re: Status of SCHED_ULE?

2003-09-29 Thread Aggelos Economopoulos
On Monday 29 September 2003 08:05, Jeff Roberson wrote: > On Sun, 28 Sep 2003, Arjan van Leeuwen wrote: [...] > > It happens when compiling stuff, when loading complicated pages in > > Mozilla Firebird, and when logging out of GNOME 2.4 (the 'background > > fade' animation brings my Athlon XP 2000+

Re: Status of SCHED_ULE?

2003-09-29 Thread Jeff Roberson
On Tue, 30 Sep 2003, Aggelos Economopoulos wrote: > On Monday 29 September 2003 08:05, Jeff Roberson wrote: > > On Sun, 28 Sep 2003, Arjan van Leeuwen wrote: > [...] > > > It happens when compiling stuff, when loading complicated pages in > > > Mozilla Firebird, and when logging out of GNOME 2.4 (

Re: procfs problem

2003-09-29 Thread Jason Stone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > > JM>map02# strace -p 730 > > > JM>strace: open("/proc/...", ...): No such file or directory > > > JM>trouble opening proc file > > > > > You must mount procfs. > > > > > > # fstab; > > > proc /proc procfs rw

Re: SiL3112 SATA (RAID) Controller drives aren't working at all.

2003-09-29 Thread David Leimbach
On Sep 29, 2003, at 4:07 PM, Will Andrews wrote: On Mon, Sep 29, 2003 at 04:05:11PM -0500, David Leimbach wrote: I'd have to reboot and see how recent my FreeBSD stuff is... I have been rather distracted by the job which pays me salary :). If you can do that, I'll check out a copy of the kernel f

Re: SiL3112 SATA (RAID) Controller drives aren't working at all.

2003-09-29 Thread Will Andrews
On Mon, Sep 29, 2003 at 05:42:24PM -0500, David Leimbach wrote: > Ok... I built mine on Thu Sep 18 22:42:16 CDT 2003. > I think that's post ATAng commit. WTF?!?! My problem is for Sep 18 kernel and later. I'll have to try Sep 15 or something just to see... Regards, -- wca

Re: Status of SCHED_ULE?

2003-09-29 Thread Aggelos Economopoulos
On Tuesday 30 September 2003 01:12, Jeff Roberson wrote: > On Tue, 30 Sep 2003, Aggelos Economopoulos wrote: > > On Monday 29 September 2003 08:05, Jeff Roberson wrote: > > > On Sun, 28 Sep 2003, Arjan van Leeuwen wrote: > > > > [...] > > > > > > It happens when compiling stuff, when loading compli

Re: [acpi-jp 2706] Re: Odd ACPI behavior

2003-09-29 Thread Nate Lawson
On Mon, 29 Sep 2003, Kevin Oberman wrote: > > Date: Mon, 29 Sep 2003 13:33:06 -0700 (PDT) > > From: Nate Lawson <[EMAIL PROTECTED]> > > ACPI attaches the bus twice. See sys/dev/acpica/acpi.c: > > > > /* > > * Scan all of the child devices we have created and let them probe/attach. > >

Re: procfs problem

2003-09-29 Thread Kris Kennaway
On Mon, Sep 29, 2003 at 03:40:49PM -0700, Jason Stone wrote: > Oh - I didn't think that truss was either, which lead me to believe that > someone had gone through ports and fixed a bunch of them. > whereis truss truss: /usr/bin/truss /usr/share/man/man1/truss.1.gz /usr/src/usr.bin/truss > Is som

Re: Bluetooth patch

2003-09-29 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> John Hay <[EMAIL PROTECTED]> writes: : > Julian and Ruslan are busy at the moment. M. Warner Losh has sent e-mail : > to core@ and asked for commit bit for me. in the mean time i'd like to : > commit this and resolve all issues in time for 5.2-RELEASE. :

Re: Status of SCHED_ULE?

2003-09-29 Thread Munish Chopra
On 2003-09-30 02:07 +0300, Aggelos Economopoulos wrote: > On Tuesday 30 September 2003 01:12, Jeff Roberson wrote: > > On Tue, 30 Sep 2003, Aggelos Economopoulos wrote: > > > On Monday 29 September 2003 08:05, Jeff Roberson wrote: > > > > On Sun, 28 Sep 2003, Arjan van Leeuwen wrote: > > > > > > [.

SCHED_ULE

2003-09-29 Thread Jeff Roberson
There seems to have been some regression in the interactivity of SCHED_ULE since I was last measuring it. I'll send a follow up mail when I have found and fixed the issue. Thanks, Jeff ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: Bluetooth patch

2003-09-29 Thread John Hay
On Mon, Sep 29, 2003 at 05:49:08PM -0600, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > John Hay <[EMAIL PROTECTED]> writes: > : > Julian and Ruslan are busy at the moment. M. Warner Losh has sent e-mail > : > to core@ and asked for commit bit for me. in the mean time i'd li

SiI 3112A doesn't probe, take two: found the commit that broke it

2003-09-29 Thread Will Andrews
Hi, http://lists.freebsd.org/pipermail/cvs-src/2003-September/009918.html src/sys/dev/ata/ata-all.c, rev 1.188 src/sys/dev/ata/ata-lowlevel.c, rev 1.8 After an exhaustive binary search, I've found this is the commit that broke probing for my SATA disk. Merely reverting the change on the latest

Re: Serial debug broken in recent -CURRENT?

2003-09-29 Thread Bruce Evans
On Mon, 29 Sep 2003, Greg 'groggy' Lehey wrote: > After building a new kernel, remote serial gdb no longer works. When > I issue a 'continue' command, I lose control of the system, but it > doesn't continue running. Has anybody else seen this? It works as well as it did a few months ago here.

Re: more panics from current (partII)

2003-09-29 Thread Tomi Vainio - Sun Finland
Once again our vinum build failed. This time it could do over 90% of 14 hours of work and we didn't got a panic just a "hang". Only we could do while system was printing ata error messages was to press reset button. Difference to earlier situation is that we put back old 3c905 xl-card and remove