Re: cvs/network problems ?

2002-08-25 Thread Hellmuth Michaelis
>From the keyboard of Hellmuth Michaelis: > For some days i'm not able to cvs checkout from a stable to a current > machine anymore. The stable machine runs a stable as of today, the current > a currect as of yesterday or the day before. Just to followup to myself: the current machine shows recei

Re: current buildworld failure on Alpha?

2002-08-25 Thread Wilko Bulte
On Wed, Aug 21, 2002 at 11:38:00AM +, Christian Weisgerber wrote: > Wilko Bulte <[EMAIL PROTECTED]> wrote: > > > ds10#make > > Segmentation fault (core dumped) > > "/usr/src/Makefile.inc1", line 140: warning: "make -f /dev/null -m > > /usr/src/share/mk CPUTYPE=ev56 -V CPUTYPE" returned non-z

Question about device.hints man page

2002-08-25 Thread Craig Rodrigues
Hi, Running: 5.0-CURRENT-20020818-JPSNAP I am reading the man page for device.hints, and I think I see an inconsistency: = A device hint line looks like: hint.driver.unit.keyword="value" where driv

Problem with pkg_add and tbz files

2002-08-25 Thread Craig Rodrigues
Hi, Running: FreeBSD 5.0-CURRENT-20020818-JPSNAP If I do: pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-current/All/lynx-ssl-2.8.4.1b_1.tbz I get the following error: pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-current/All/lynx-ssl-2.8.4.1b_1.tbz Fetch

Re: Problem with pkg_add and tbz files

2002-08-25 Thread David O'Brien
On Sun, Aug 25, 2002 at 11:34:01AM -0400, Craig Rodrigues wrote: > If I do: > pkg_add >ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-current/All/lynx-ssl-2.8.4.1b_1.tbz Please give the output of ``ident /usr/sbin/pkg_add''. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubsc

Re: Problem with pkg_add and tbz files

2002-08-25 Thread Craig Rodrigues
On Sun, Aug 25, 2002 at 08:40:32AM -0700, David O'Brien wrote: > On Sun, Aug 25, 2002 at 11:34:01AM -0400, Craig Rodrigues wrote: > > Please give the output of ``ident /usr/sbin/pkg_add''. /usr/sbin/pkg_add: $FreeBSD: src/lib/csu/i386-elf/crti.S,v 1.6 2002/05/15 04:19:49 obrien Exp $

Re: Question about device.hints man page

2002-08-25 Thread Craig Rodrigues
On Sun, Aug 25, 2002 at 05:49:38PM +0200, Jan Stocker wrote: > > > The following example disables the ACPI driver > > > >hint.acpi.0.disable="1" > > My man page doest have this example (but is is some days older), but a > look to > > Twoflower# grep "disable" /sys/i386/conf/G

buildworld fails - make/arch.c

2002-08-25 Thread warlock108
Hello current! I am trying to upgrade to 5.0 from 4.4, but I am getting the message cc -O -pipe -I/usr/src/usr.bin/make -DMAKE_VERSION=\"5200205240\" -DDEFSHELL=1 -c /usr/src/usr.bin/make/arch.c /usr/src/usr.bin/make/arch.c:42: syntax error before string constant /usr/src/usr.bin/make/arch.

Re: buildworld fails - make/arch.c

2002-08-25 Thread Giorgos Keramidas
On 2002-08-25 22:09 +, [EMAIL PROTECTED] wrote: > Hello current! > > I am trying to upgrade to 5.0 from 4.4, but I am getting the messag I'm not sure if you can build current from an older release. Try upgrading to RELENG_4 first and then to HEAD. -- FreeBSD: The Power to Serve <> http://ww

Re: 3COM 3c509 "eeprom failed to come ready"

2002-08-25 Thread Craig Rodrigues
On Sat, Aug 24, 2002 at 10:30:15PM -0400, Craig Rodrigues wrote: > On Sat, Aug 24, 2002 at 06:16:48PM -0800, Beech Rintoul wrote: > > On Saturday 24 August 2002 05:33 pm, Craig Rodrigues wrote: > > > On Sat, Aug 24, 2002 at 05:00:25PM -0800, Beech Rintoul wrote: > > > > > ep0: eeprom failed to com

pkg_version and no origin found == SEGFAULT

2002-08-25 Thread David W. Chapman Jr.
It seems when pkg_version hits an installed port that has no origin found it segfaults. I have found other people to verify that it segfaults for them too. DWhite seems to think that it may be pointer corruption in libc, specifically snprintf, fopen, strlcpy or strncpy Here is the backtrace

Re: Question about device.hints man page

2002-08-25 Thread Mike Barcroft
Craig Rodrigues <[EMAIL PROTECTED]> writes: > device.hints.5: > $FreeBSD: src/share/man/man5/device.hints.5,v 1.3 2002/08/09 06:07:33 obrien >Exp $ > > > I would like to submit the following trivial patch: > > > --- device.hints.5.orig Sun Aug 25 12:52:02 2002 > +++ device.hints.5

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mark Santcroos
Hi Mitsuru, I applied the patches, and I still have the same results on my laptop. I have a Dell Latitude C640 and my screen won't come back after a suspend. The machine works fine besides that. Do you have any idea/advice how this can be debugged? Thanks Mark On Thu, Aug 22, 2002 at 11:51:

Re: pkg_version and no origin found == SEGFAULT

2002-08-25 Thread Alexander Kabaev
> It seems when pkg_version hits an installed port that has no origin > found it segfaults. I have found other people to verify that it > segfaults for them too. DWhite seems to think that it may be pointer > corruption in libc, specifically snprintf, fopen, strlcpy or strncpy Have you check

Re: pkg_version and no origin found == SEGFAULT

2002-08-25 Thread David W. Chapman Jr.
> Have you checked your /var/db/pkg//+CONTENTS files? For some > reason some ports on my relatively stale -CURRENT box had these files > truncated to zero length, and this caused some package tools (namely > pkg_version) to crash. The procedure to read plist simply returns with > all plist struct

[PATCH]: resource manager (subr_rman.c) has a serious bug

2002-08-25 Thread Mitsuru IWASAKI
[resent a few times, sorry if you receive the same messages] Hi, I've found that there is a serious bug in sys/kern/subr_rman.c about finding an acceptable region. I'm sure it's a obvious bug and going to commit it soon, but this is my first commit to resource manager code, so please review my p

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mitsuru IWASAKI
> I applied the patches, and I still have the same results on my laptop. > > I have a Dell Latitude C640 and my screen won't come back after a suspend. > The machine works fine besides that. OK, I think this is not related with ACPI CA code update. Our device driver (maybe syscons?) or X server

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mark Santcroos
On Mon, Aug 26, 2002 at 02:37:36AM +0900, Mitsuru IWASAKI wrote: > > I applied the patches, and I still have the same results on my laptop. > > > > I have a Dell Latitude C640 and my screen won't come back after a suspend. > > The machine works fine besides that. > > OK, I think this is not rela

Re: Problem with pkg_add and tbz files

2002-08-25 Thread Craig Rodrigues
On Sun, Aug 25, 2002 at 11:34:01AM -0400, Craig Rodrigues wrote: > Hi, > > Running: > FreeBSD 5.0-CURRENT-20020818-JPSNAP > > If I do: > > pkg_add >ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-current/All/lynx-ssl-2.8.4.1b_1.tbz > > I get the following error: > > pkg_add >ftp://

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mitsuru IWASAKI
> > > I have a Dell Latitude C640 and my screen won't come back after a suspend. > > > The machine works fine besides that. > > > > OK, I think this is not related with ACPI CA code update. > > If that was not clear, it also didn't work before. understood. I meant that ACPI CA code changes won

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Hajimu UMEMOTO
Hi, >>> Mon, 26 Aug 2002 02:37:36 +0900 (JST), >>> Mitsuru IWASAKI <[EMAIL PROTECTED]> said: iwasaki> If you have this problem w/ X running, and don't have w/o X, iwasaki> please try attached patches. iwasaki> Index: isa/syscons_isa.c iwasaki> ===

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mitsuru IWASAKI
> iwasaki> Index: isa/syscons_isa.c > iwasaki> === > iwasaki> RCS file: /home/ncvs/src/sys/isa/syscons_isa.c,v > iwasaki> retrieving revision 1.17 > iwasaki> diff -u -r1.17 syscons_isa.c > iwasaki> --- isa/syscons_isa.c30 Jun

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Yann Berthier
On Mon, 26 Aug 2002, Mitsuru IWASAKI wrote: > > > > I have a Dell Latitude C640 and my screen won't come back after a suspend. > > > > The machine works fine besides that. > > > > > > OK, I think this is not related with ACPI CA code update. > > > > If that was not clear, it also didn't work be

Hello from Kabul

2002-08-25 Thread junis
HI !!! I am Junis from Kabul. With help from friend Jon Katz I have made first release of my new operating system - JUNIX. Plays well MP3 and has good support for iPod system. Also special file sytem to store DivX of baywatch and survivor television show. I very much like america culture. JUNIX i

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mark Santcroos
On Mon, Aug 26, 2002 at 03:01:48AM +0900, Mitsuru IWASAKI wrote: > How about this one? > http://people.freebsd.org/~iwasaki/acpi/vga_pci-20020228.tar.gz > > This simply set PCI_POWERSTATE_D0 for VGA device on wakeup. This didn't work unfortunately. The problem is actually a bit weird. When I su

Re: Problem with pkg_add and tbz files

2002-08-25 Thread David O'Brien
On Sun, Aug 25, 2002 at 12:15:50PM -0400, Craig Rodrigues wrote: > On Sun, Aug 25, 2002 at 08:40:32AM -0700, David O'Brien wrote: > > On Sun, Aug 25, 2002 at 11:34:01AM -0400, Craig Rodrigues wrote: > > Please give the output of ``ident /usr/sbin/pkg_add''. > > /usr/sbin/pkg_add: > $FreeBSD:

Re: Question about device.hints man page

2002-08-25 Thread David O'Brien
On Sun, Aug 25, 2002 at 12:43:44PM -0400, Mike Barcroft wrote: > Craig Rodrigues <[EMAIL PROTECTED]> writes: > > device.hints.5: > > $FreeBSD: src/share/man/man5/device.hints.5,v 1.3 2002/08/09 06:07:33 obrien >Exp $ > > I would like to submit the following trivial patch: > > > > > > --- d

Re: Question about device.hints man page

2002-08-25 Thread David O'Brien
On Sun, Aug 25, 2002 at 12:54:01PM -0400, Craig Rodrigues wrote: > On Sun, Aug 25, 2002 at 05:49:38PM +0200, Jan Stocker wrote: > > > > > The following example disables the ACPI driver > > >hint.acpi.0.disable="1" > > > > My man page doest have this example (but is is some days

panic + scsi

2002-08-25 Thread Lamont Granquist
i actually got a crash dump last night, panic + bt below... also, scsi hasn't been working for me for at least a week or two now... i'm using this: pci0: at device 7.3 (no driver attached) ahc_pci0: port 0xd400-0xd4ff mem 0xed8 0-0xed800fff irq 10 at device 9.0 on pci0 aic7899: Ultra160 W

Re: Question about device.hints man page

2002-08-25 Thread Mike Barcroft
David O'Brien <[EMAIL PROTECTED]> writes: > On Sun, Aug 25, 2002 at 12:43:44PM -0400, Mike Barcroft wrote: > > Craig Rodrigues <[EMAIL PROTECTED]> writes: > > > device.hints.5: > > > $FreeBSD: src/share/man/man5/device.hints.5,v 1.3 2002/08/09 06:07:33 >obrien Exp $ > > > I would like to sub

Re: 3COM 3c509 "eeprom failed to come ready"

2002-08-25 Thread Nate Lawson
On Sun, 25 Aug 2002, Craig Rodrigues wrote: > I think I solved the problem. I did not need to recompile the kernel, > and I did not have to reconfigure my NIC with the 3Com DOS utilities. > > I read the following post from 1999 by Poul-Henning Kamp: > > >http://docs.freebsd.org/cgi/getmsg.cgi?

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Frode Nordahl
Hello, I applied the patch, and nothing changed, so it works :) What tools do you use to check battery state? Any links on userland tools for monitoring / controling the ACPI (other than acpiconf) ? On my laptop, power switch, lid switch and stuff like that show up under boot-up, but they d

Re: Question about device.hints man page

2002-08-25 Thread Jan Stocker
> The following example disables the ACPI driver > >hint.acpi.0.disable="1" My man page doest have this example (but is is some days older), but a look to Twoflower# grep "disable" /sys/i386/conf/GENERIC.hints hint.apm.0.disabled="1" hint.pcic.1.disabled="1" hint.sio.2.disa

Re: Problem with pkg_add and tbz files

2002-08-25 Thread Craig Rodrigues
On Sun, Aug 25, 2002 at 12:55:07PM -0700, David O'Brien wrote: > As always, cvsup and rebuilt the piece of software in question before > reporting a problem: OK, I've cvsup'd, and rebuilt pkg_add, but I still get the same problem. If I do: ./pkg_add -r cvsupit Fetching ftp://ftp.freebsd.org/pu

Re: Question about device.hints man page

2002-08-25 Thread Bruce Evans
On Sun, 25 Aug 2002, David O'Brien wrote: > On Sun, Aug 25, 2002 at 12:43:44PM -0400, Mike Barcroft wrote: > > Craig Rodrigues <[EMAIL PROTECTED]> writes: > > > device.hints.5: > > > $FreeBSD: src/share/man/man5/device.hints.5,v 1.3 2002/08/09 06:07:33 >obrien Exp $ > > > I would like to su

Re: Problem with pkg_add and tbz files

2002-08-25 Thread David O'Brien
On Sun, Aug 25, 2002 at 07:03:30PM -0400, Craig Rodrigues wrote: > On Sun, Aug 25, 2002 at 12:55:07PM -0700, David O'Brien wrote: > > As always, cvsup and rebuilt the piece of software in question before > > reporting a problem: > > OK, I've cvsup'd, and rebuilt pkg_add, but I still get the same

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Lars Eggert
Mark Santcroos wrote: > The problem is actually a bit weird. When I suspend (close the lid or with > the key combo) the display is not turned off actually. It does go in some > form of suspend however. When I resume, the machine comes back to life > again, but the screen goes off at that moment.

USB support for new HP printers?

2002-08-25 Thread John Nielsen
Are there plans to add USB support for HP's newer printers to FreeBSD? Specificially, the OfficeJets and the LaserJet 1200? They use a new/different/broken USB interface so they're just recognized as ugen devices at the moment.. JN To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Re: 3COM 3c509 "eeprom failed to come ready"

2002-08-25 Thread Matthew N. Dodd
On Sun, 25 Aug 2002, Craig Rodrigues wrote: > ep0: <3Com 3C509-TPO EtherLink III> at port 0x300-0x30f irq 11 on isa0 > ep0: Ethernet address 00:60:08:05:3d:bd There don't appear to be any substantial differences in the 'ep' driver between -CURRENT and -STABLE. It could be that some other device

Re: 3COM 3c509 "eeprom failed to come ready"

2002-08-25 Thread Matthew N. Dodd
On Sun, 25 Aug 2002, Nate Lawson wrote: > Beat me to it. Every problem I've had in the past with a pre-PnP ISA > card was due to other device probes confusing the proper device. So I > typically disable all probes of any non-PnP ISA cards unless I have > them. Yea, the probe for the 3c507 (ie d