Re: Bootstrapping issues with groff(1)

2000-12-12 Thread Ruslan Ermilov
On Mon, Dec 11, 2000 at 09:07:53AM -0800, Marcel Moolenaar wrote: Ruslan Ermilov wrote: On Sat, Dec 09, 2000 at 12:29:54PM -0800, Marcel Moolenaar wrote: Ruslan Ermilov wrote: On Fri, Dec 08, 2000 at 06:22:09PM -0800, Marcel Moolenaar wrote: Ruslan Ermilov wrote:

Re: Bootstrapping issues with groff(1)

2000-12-12 Thread Ruslan Ermilov
On Mon, Dec 11, 2000 at 09:12:17AM -0800, Marcel Moolenaar wrote: Ruslan Ermilov wrote: It appers that running mtree(1) with -U under non-root account works OK, i.e. it creates all missing directories, and exits with status of zero. I believe it also emits warnings, right? What if

console freeze

2000-12-12 Thread Nicolas Souchu
Hi there, I did browse the lists but found nothing about my problem. Compiling GENERIC of 5.0 works correctly but once I remove most of uneeded hardware, the console/kbd freeze. I join the MACHINE file and the output. I even tried to change the graphic card to a PCI S3, same. I can get the

PCI-PCI Bridge Problems

2000-12-12 Thread Greg Skafte
I cvsuped current ~2000/12/11 @ ~ 22:00, the previous version was from around 2000/12/07. Before the update my Dual intel nic was happy post update the nic isn't even probed. attached is a pciconf -v -l from before and after as well as a a boot -v from after. If you need more info

link_elf: symbol undefined when loading module

2000-12-12 Thread Nicolas Souchu
Hi there, Don't know how to deal with the following error: link_elf: symbol PPBUS_IO undefined when loading the vpo module. PPBUS_IO is defined in ppbus_if.h as a static __inline fonction and does not appear as an undefined symbol in vpo.kld... Any clue? How should I investigate the pb?

Re: [jhb@FreeBSD.org: RE: Panic in -current]

2000-12-12 Thread Andrea Campi
I would like to see full dump of 'vidcontrol -i adapter', 'vidcontrol -i mode' and dmesg after the vesa module is loaded (you get very verbose output from the vesa module init code if you boot the kernel with 'boot -v'). I think this is what you asked for, otherwise please let me know. Bye,

buildkernel target breaks on pcivar.h

2000-12-12 Thread Sheldon Hearn
Hi folks, Anyone else seeing this for the last two days in the buildkernel target? [...] linking kernel.debug textdata bss dec hex filename 1250813 122716 112824 1486353 16ae11 kernel.debug objcopy --strip-debug kernel.debug kernel cd /usr/src/sys/modules ; env

Re: buildkernel target breaks on pcivar.h

2000-12-12 Thread Alfred Perlstein
* Sheldon Hearn [EMAIL PROTECTED] [001212 03:32] wrote: Hi folks, Anyone else seeing this for the last two days in the buildkernel target? I see annoying breakage when compiling with -j, are you using it? -- -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] "I have the heart of a

Re: buildkernel target breaks on pcivar.h

2000-12-12 Thread Sheldon Hearn
On Tue, 12 Dec 2000 03:48:58 PST, Alfred Perlstein wrote: Anyone else seeing this for the last two days in the buildkernel target? I see annoying breakage when compiling with -j, are you using it? No sir. Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: HPT370 RAID - booting

2000-12-12 Thread Soren Schmidt
It seems [Ivan Debn_r] wrote: [Charset iso-8859-2 unsupported, filtering to ASCII...] I'm just looking at the disk partitions, and the first 63 sectors are by default marked as unused. So is it really nescessary to have the ofset in the ar driver for HPT? This has been changed in both

Re: PCI-PCI Bridge Problems

2000-12-12 Thread Mike Smith
I cvsuped current ~2000/12/11 @ ~ 22:00, the previous version was from around 2000/12/07. Before the update my Dual intel nic was happy post update the nic isn't even probed. Hrm. That's odd; I have one of those here (with a Compaq label on it) as part of my test set. In fact, I

Re: PCI-PCI Bridge Problems

2000-12-12 Thread Mike Smith
I cvsuped current ~2000/12/11 @ ~ 22:00, the previous version was from around 2000/12/07. Before the update my Dual intel nic was happy post update the nic isn't even probed. attached is a pciconf -v -l from before and after as well as a a boot -v from after. If you need more

Re: USB modem?

2000-12-12 Thread Mark Huizer
Is it a case of being in the usbdevs list _and_ supporting those specs? Or just following the specs? I believe that being listed in usbdevs isn't a requirement, but I'm not positive. I also haven't had any look getting the thing to work dynamically loading the various modules involved.

/usr/local vs. /usr/pkg

2000-12-12 Thread Mike Meyer
Andreas Klemm [EMAIL PROTECTED] types: On Mon, Dec 11, 2000 at 12:37:54AM -0500, David Gilbert wrote: ... but /usr/pkg supplanting /usr/local is one of the things that I like about NetBSD. /usr/pkg sounds a little bit odd ... ( at least for my ears). Why not choose what Solaris uses

Re: USB modem?

2000-12-12 Thread Nick Hibma
Whether a device is recognized by a driver depends on one thing only: the probe routine in the driver. It either has to conform to the specs and this device obviously doesn't, or it has to be supported by the driver and therefore the IDs of the device need to be known. The entries in usbdevs*

Re: PCI-PCI Bridge Problems

2000-12-12 Thread Michael Harnois
On Tue, 12 Dec 2000 05:02:59 -0800, Mike Smith [EMAIL PROTECTED] said: I'll keep working on this one; things will go a lot faster if I can get my hands on a system that misbehaves in a corresponding fashion. You're welcome to come to Iowa and use mine. I'll even put you up. --

Re: Confusing error messages from shell image activation

2000-12-12 Thread Richard J Kuhns
David O'Brien writes: On Mon, Dec 11, 2000 at 02:35:43PM -0500, Richard J Kuhns wrote: /usr/libexec/ld-elf.so.1: Shared object "libstdc++.so.2" not found /prog/applix/axdata/axmain: Operation timed out Blah. :-( Applixware depends on the compat3x distribution it seems. Can you

Re: Giant pb in very recent current?

2000-12-12 Thread Andrea Campi
On Tue, Dec 12, 2000 at 03:39:31PM +0100, Ollivier Robert wrote: I just upgraded my laptop to yesterday's CURRENT and after a few minutes (without noticable activity), I get a panic: WARNING: / was not properly dismounted panic: mutex Giant owned at ../../kern/kern_intr.c:238 panic: from

Re: Giant pb in very recent current?

2000-12-12 Thread Ollivier Robert
According to Andrea Campi: You are using logo_saver, are you? Then it's a known issue, I reported it and am still trying to pinpoint where the problem is. In the meantime, you can either use a different screensaver, or use vidcontrol -t off. Good catch. I'll remove it (I'm always within X

Re: Confusing error messages from shell image activation

2000-12-12 Thread David O'Brien
On Tue, Dec 12, 2000 at 10:21:49AM -0500, Richard J Kuhns wrote: 2. Applixware v5.0 can be installed anywhere you like as long as you use the package, but you have to manually edit a shell script. Eg, It is probably too late to fix this, but the script should use this: if ! PREFIX=$(expr

HEADS UP: linprocfs temporarily off the air

2000-12-12 Thread Dag-Erling Smorgrav
Linprocfs has been disconnected from the build, and will remain so for a few days until I have time to fix and test it against Kirk's struct proc changes. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the

RE: console freeze

2000-12-12 Thread John Baldwin
On 12-Dec-00 Nicolas Souchu wrote: Hi there, I did browse the lists but found nothing about my problem. Compiling GENERIC of 5.0 works correctly but once I remove most of uneeded hardware, the console/kbd freeze. I join the MACHINE file and the output. I even tried to change the

Re: Bootstrapping issues with groff(1)

2000-12-12 Thread Marcel Moolenaar
Ruslan Ermilov wrote: Let me rephrase the question: Did you modify the manpages to get it to work with the new groff(1) or is the new groff(1) backward compatible with the old groff(1)? The new groff(1) is not always backwards compatible. Ok, thanks. That's all I wanted to hear. OK,

A Christmas present from The DJ Agency KlubDJ

2000-12-12 Thread KlubDJ
Hi, KlubDJ still have DJ's available across the country for the festive season! We even have a few slots left for the much requested Producers, Remixes and DJ's, LUMINA... Please contact us for more details preferably by email for initial enquiries [EMAIL PROTECTED] Happy Christmas and

Re: buildkernel target breaks on pcivar.h

2000-12-12 Thread Warner Losh
In message [EMAIL PROTECTED] Sheldon Hearn writes: : Anyone else seeing this for the last two days in the buildkernel target? : : I see annoying breakage when compiling with -j, are you using it? : : No sir. Mike did move this file recently... Maybe we need some hacks for it. Warner To

Re: buildkernel target breaks on pcivar.h

2000-12-12 Thread Warner Losh
Warner Losh writes: : In message [EMAIL PROTECTED] Sheldon Hearn writes: : : Anyone else seeing this for the last two days in the buildkernel target? : : : : I see annoying breakage when compiling with -j, are you using it? : : : : No sir. : : Mike did move this file recently...

kororin

2000-12-12 Thread ayumi hamasaki
‚â‚Á‚ف` ’´•Ï‘ÔƒTƒCƒg‚݂‚¯‚Á‚¿‚á‚Á‚½‚ŸB http://216.101.214.74/1/ –³—¿‰æ‘œA‚ ‚é‚æ‚ñB ‚¶‚áA‚Ü‚½‚ˁ`B ‚¿‚ã‚ñ‚¿‚ã‚ñ‚¿‚á‚ñ‚æ‚è To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

PAM issues with login.

2000-12-12 Thread Glen Gross
I previously posted this to stable, but received no response. Has anyone seen this? After my latest make world, I find I am now experiencing some PAM error when I log in: Dec 8 10:22:33 bsd login: auth_pam: Module is unknown Dec 8 16:14:17 bsd login: unable to

Re: Bootstrapping issues with groff(1)

2000-12-12 Thread David O'Brien
On Tue, Dec 12, 2000 at 10:23:44AM +0200, Ruslan Ermilov wrote: OK, I will augment the USRDIRS then, add the groff to bootstrap-tools, and leave the better (if one exists) implementation to someone else. Why does groff need to be a bootstrap-tool? Its not like we need to build manpages that

Re: Applix problems (Was: /usr/local abuse)

2000-12-12 Thread David O'Brien
On Mon, Dec 11, 2000 at 05:45:07PM -0600, Mike Meyer wrote: Others have noted that the script it installs in $(PREFIX)/bin/applix has /usr/local wired into it, though. Yes, I will bring that up tomarrow with the BSDi developer putting together the next revision of it. Maybe I should have

Re: PAM issues with login.

2000-12-12 Thread Szilveszter Adam
On Tue, Dec 12, 2000 at 11:56:03AM -0800, Glen Gross wrote: I previously posted this to stable, but received no response. Has anyone seen this? After my latest make world, I find I am now experiencing some PAM error when I log in: Dec 8 10:22:33 bsd login: auth_pam: Module is unknown

Re: PAM issues with login.

2000-12-12 Thread Chris Faulhaber
On Tue, Dec 12, 2000 at 11:56:03AM -0800, Glen Gross wrote: I previously posted this to stable, but received no response. Has anyone seen this? After my latest make world, I find I am now experiencing some PAM error when I log in: Dec 8 10:22:33 bsd login: auth_pam: Module is unknown

Re: Bootstrapping issues with groff(1)

2000-12-12 Thread Marcel Moolenaar
David O'Brien wrote: On Tue, Dec 12, 2000 at 10:23:44AM +0200, Ruslan Ermilov wrote: OK, I will augment the USRDIRS then, add the groff to bootstrap-tools, and leave the better (if one exists) implementation to someone else. Why does groff need to be a bootstrap-tool? Its not like we

Bug Fix for SYSV semaphores.

2000-12-12 Thread Jeff Roberson
Title: Bug Fix for SYSV semaphores. I noticed that sysv semaphores initialize the otime member of the semid_ds structure to 0, but they never update it afterwards. This field is supposed to be the last operation time. ie the last time a semctl was done. In UNIX Network Programming, Stevens

Re: Bug Fix for SYSV semaphores.

2000-12-12 Thread Peter Jeremy
On 2000-Dec-12 14:45:37 -0800, Jeff Roberson [EMAIL PROTECTED] wrote: I noticed that sysv semaphores initialize the otime member of the semid_ds structure to 0, but they never update it afterwards. This field is supposed to be the last operation time. ie the last time a semctl was done. See

RE: PAM issues with login.

2000-12-12 Thread Glen Gross
I am running the linux emulator, if that's what you mean. But the system is FreeBSD. Script started on Tue Dec 12 15:58:32 2000 101 gross@bsd:/usr/home/gross%uname -a FreeBSD bsd.xinetd.com 4.1-RC2 FreeBSD 4.1-RC2 #5: Thu Dec 7 16:27:45 PST 2000 [EMAIL

World almost fixed..

2000-12-12 Thread John Baldwin
World should now be fixed after the kinfo_proc change, except for one needed patch for ipfilter that can be found at http://www.FreeBSD.org/~jhb/patches/ipfilter.patch. Since it's contrib'd code, I dno't want to commit and bring the file of the vendor branch and incur all the wrath that comes

Re: PAM issues with login.

2000-12-12 Thread Edwin Culp
I got a similar error yesterday with current, linux-communicator and a new kde2. I had to execute linux netscape from a text screen with -display. I would get the libc.so.6 error from kde. It was really strange but updating pam.conf, fixed it for me. ed Glen Gross wrote: I am running the

newpcm/kobj

2000-12-12 Thread Cameron Grant
in the near future, i intend to commit my kobjified newpcm. this gives us several benefits, including: * easier extensibility- new optional methods can be added to ac97/mixer/channel classes without having to fixup every driver. * forward compatibility for drivers, provided no new mandatory

Re: Bootstrapping issues with groff(1)

2000-12-12 Thread Daniel C. Sobral
Marcel Moolenaar wrote: Why does groff need to be a bootstrap-tool? Its not like we need to build manpages that early in the build. There's no other place. Only bootstrap tools, cross tools and build tools are build in such a way that they can run on the build machine. You can't build

Re: Bootstrapping issues with groff(1)

2000-12-12 Thread Marcel Moolenaar
"Daniel C. Sobral" wrote: There's no other place. Only bootstrap tools, cross tools and build tools are build in such a way that they can run on the build machine. You can't build it later than cross-tools. It's not a cross tool itself and definitely not a build tool. It must be a