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 received

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-zero status

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

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

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

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/GENERIC.hints

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

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

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 come ready

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.5Sun Aug

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

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 checked

Re: pkg_version and no origin found == SEGFAULT

2002-08-25 Thread David W. Chapman Jr.
Have you checked your /var/db/pkg/port_name/+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

[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

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 related with

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't solve

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 2001

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 before.

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

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

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 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 submit the

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:

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

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

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 submit the

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

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