FreeBSD installation and USB follow-up

2000-03-01 Thread John Daniels
Hi: Thanks for your reply. I know that FreeBSD developers are busy people and give up precious time for FreeBSD development. I respect that a great deal, and appreciate the developers taking the time to help. I also understand that the time constraints require that users spend some time look

Re: current.freebsd.org (FTP)

2000-03-01 Thread Guido van Rooij
On Tue, Feb 29, 2000 at 12:58:26PM -0800, Jordan K. Hubbard wrote: > I'm still here for another hour, dammit. :-) > > I'm also going to be reachable for most of that week since Holland > does have Internet connections now, you know. They got it along with > electric lighting and running water at

Re: Two queries [ KDE / XFree86 ]

2000-03-01 Thread Thomas Graichen
Donn Miller <[EMAIL PROTECTED]> wrote: > Thomas Graichen wrote: >> >> one other thing: does anyone have the XFree86 pre 4.0 snapshot running >> with moused and SysMouse ? - it works fine for me without moused and the >> moues directly under X - but with moused and "SysMouse" "/dev/sysmouse" >> not

Re: Two queries [ KDE / XFree86 ]

2000-03-01 Thread Thomas Graichen
Cliff Rowley <[EMAIL PROTECTED]> wrote: > Greetings, I'm just wondering if anyone has encountered the following, and > what solutions you may have come up with / ideas you may have. > This may not be a FreeBSD problem, since I am using the latest XFree86 > pre-4.0 snapshot. > First: > Almost ev

Re: things I noticed w/ 4.0

2000-03-01 Thread Daniel C. Sobral
Joseph Jacobson wrote: > > Kernel option VESA fails (see dmesg below). Is this a problem with my > graphics card? Are you, by any chance, both compiling in VESA _and_ loading it with loader? > Kernel option PNPBIOS causes the mouse to stop working. A pointer is > visible at boot (w/ moused) u

Re: extern variables in shared libraries broken (ld.so or mmap bug)

2000-03-01 Thread Martin Cracauer
In <[EMAIL PROTECTED]>, Bruce Evans wrote: > On Fri, 25 Feb 2000, Martin Cracauer wrote: > > It is possible that we indroduced the bug by our profiling changes? > > The line in i386.c that generates the code in question is from > > revision 1.5, which is the profiling delta from the original gcc.

RE: linux-acrobat-4.05 only works with linux-netscape!

2000-03-01 Thread Daniel O'Connor
On 01-Mar-00 F. Heinrichmeyer wrote: > I had until now no success in using the new linux-acrobat-4.05 from bash > or from my windowmanager menu. But it works fine when called from > linux-netscape! Perhaps this happens because the 'acroread4' program is a shell script with bash'ism's.. It fails

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Cliff Rowley
> In any case, one major offender is imlib. Since I've recently gone > Gnome, I've had to turn off imlib's "MIT-SHM shared memory" option > or things would go bad after a few minutes or hours of use. That explains the errors when running xchat, but that doesnt explain Netscape ;) The annoying t

Re: linux-acrobat-4.05 only works with linux-netscape!

2000-03-01 Thread F. Heinrichmeyer
It also helps to take all the plugins away! -- Fritz Heinrichmeyer mailto:[EMAIL PROTECTED] FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curren

Re: FreeBSD installation and USB follow-up

2000-03-01 Thread Nick Hibma
> that the time constraints require that users spend some time looking into > problems on their own. It's good to see that you are willing to help. :-) The output below is excellent, and should cover most hardware related questions. > One other clue: the floppy drive light remains on while the

Re: pthread_{suspend,resume}_np broken?

2000-03-01 Thread Daniel Eischen
On Tue, 29 Feb 2000, John Polstra wrote: > In article <[EMAIL PROTECTED]>, > Daniel Eischen <[EMAIL PROTECTED]> wrote: > > On Tue, 29 Feb 2000, John Polstra wrote: > > > > > Shouldn't the test against PS_SUSPENDED be "==" instead of "!="? > > > > Yes, it should be "==" instead of "!=". > > >

Re: Two queries [ KDE / XFree86 ]

2000-03-01 Thread Cliff Rowley
> options SHMMAXPGS=4096 > options SHMALL=16384 > options SHMSEG=16 > options SEMMNI=32 > options SEMMNS=128 Tried those, same error :( _XF86BigfontQueryFont: could not attach shm segment Cliff Rowley - while (!asleep) { code(); } To Unsubscribe: send

Re: mod_ssl & current

2000-03-01 Thread Jim Bloom
I am seeing the same thing with a world built yesterday afternoon. I don't know if this is an issue with multiple dlopen'ed libraries or what. Here is what I believe the port is doing. During the build process, the main apache server is built. The ssl layer is created as an add-in module (.so)

Re: ntpd hanging machine

2000-03-01 Thread Peter Dufault
> On Mon, 28 Feb 2000, Matthew Frost wrote: > > > I'm experiencing some problems with ntpd. It would appear that a few > > (10-15) minutes after I start it, the machine crashes completely... > > > > Feb 28 14:10:02 egrorian ntpd[153]: ntpd 4.0.99b Mon Feb 28 12:12:17 GMT 2000 (1) > > Feb 28 14:

Re: Two queries [ KDE / XFree86 ]

2000-03-01 Thread Donn Miller
On 1 Mar 2000, Thomas Graichen wrote: > > Basically, does your mouse work under syscons? That's the main thing. > > yes - "Auto" did it - looks like "SysMouse" as config entry in the > XF86Config is broken - anyone here from the XFree86 devel people > to take a look at this ? $ grep -5 -in sys

Re: Two queries [ KDE / XFree86 ]

2000-03-01 Thread Donn Miller
On 1 Mar 2000, Thomas Graichen wrote: > > "XFree86-BigFont extension: shmat() failed, size = 4096, errno = 24" > > with those options the error is gone for me - i think the relevant > one is the SHMALL (the others are for postgres) - i found this out > by simply reading the piece of source of XF

Re: Two queries [ KDE / XFree86 ]

2000-03-01 Thread Donn Miller
On Wed, 1 Mar 2000, Cliff Rowley wrote: > > options SHMMAXPGS=4096 > > options SHMALL=16384 > > options SHMSEG=16 > > options SEMMNI=32 > > options SEMMNS=128 > > Tried those, same error :( > > _XF86BigfontQueryFont: could not attach shm segment Try incr

Re: Two queries [ KDE / XFree86 ]

2000-03-01 Thread Cliff Rowley
> Try increasing SHMSEG to 128. Appears to be working fine with SHMAXPGS=4097 and SHMSEG=128 - fingers crossed ;) Thanks for your help everyone... Cliff Rowley - while (!asleep) { code(); } To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the

Re: buildworld fails at ncurses

2000-03-01 Thread Roland Jesse
Kris Kennaway <[EMAIL PROTECTED]> writes: > You don;t have the ncurses port installed? No, I do not. It does not build. I will try doing an update (using sysinstall) to one of the latest -current snapshots and do the buildworld again from there. Roland To Unsubscribe: send mail to [

cd9660 - device not configured

2000-03-01 Thread Christoph Kukulies
-current of Feb, 26th. Innocently I wanted to mount -t cd9660 /dev/acd1c /dist to grab some newer XF86 from the CD when cd9660: device not configured was thrown at me. -- Chris Christoph P. U. Kukulies [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Printer fiascos.

2000-03-01 Thread David Gilbert
> "Nicolas" == Nicolas Souchu <[EMAIL PROTECTED]> writes: Nicolas> On Sun, Jan 30, 2000 at 02:42:39PM -0500, Brian Dean wrote: >> >> >> For what its worth, I am able to reproduce this problem on my >> system. Nicolas> Would you mind trying this patch before I send it to Jordan? I certainl

Re: pthread_{suspend,resume}_np broken?

2000-03-01 Thread Daniel M. Eischen
Daniel Eischen wrote: > > On Tue, 29 Feb 2000, John Polstra wrote: > > > In article <[EMAIL PROTECTED]>, > > Daniel Eischen <[EMAIL PROTECTED]> wrote: > > > On Tue, 29 Feb 2000, John Polstra wrote: > > > > > > > Shouldn't the test against PS_SUSPENDED be "==" instead of "!="? > > > > > > Yes, i

Re: cd9660 - device not configured

2000-03-01 Thread Soren Schmidt
It seems Christoph Kukulies wrote: > > -current of Feb, 26th. > > Innocently I wanted to > > mount -t cd9660 /dev/acd1c /dist > > to grab some newer XF86 from the CD when > > cd9660: device not configured > > was thrown at me. And you have an acd1 device ?? check you /dev for up to date

Re: cd9660 - device not configured

2000-03-01 Thread Andrey Sverdlichenko
On Wed, 1 Mar 2000, Christoph Kukulies wrote: > mount -t cd9660 /dev/acd1c /dist > > to grab some newer XF86 from the CD when > > cd9660: device not configured > > was thrown at me. Check device major number. It should be like this blaze:netcenter$ ls -l /dev/*acd* crw-r- 1 root oper

Little patch to make pam_ssh work ...

2000-03-01 Thread Erwan Arzur
Attached is a little patch that make /usr/src/lib/libpam/modules/pam_ssh work as expected (else it bombs directly with unresolved symbols). -- UNIX *IS* user friendly. It's just selective about who its friends are. --unknown Index: M

Re: Two queries [ KDE / XFree86 ]

2000-03-01 Thread Alexander Leidinger
On 1 Mar, Donn Miller wrote: > It looks like SHMMAXPGS has to be a power of two + 1. (The original No. > config file says > > options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" > options SHMMAXPGS=1025 Thats from LINT. > So, it looks like SHMMAXPGS has to be a power of two + 1. Tha

plist/glist query & proposal

2000-03-01 Thread Lauri Laupmaa
Hi How does one query glist (grown defect list) from scsi device ? Wouldn't it be nice if weekly/monthly scripts saved/compared glist with previous versions, so admins can be alerted when devices start dying. L. _ Lauri Laupmaa +3725013369 To Unsubscribe: send mail to [EMAIL PRO

Re: cd9660 - device not configured

2000-03-01 Thread Christoph Kukulies
On Wed, Mar 01, 2000 at 03:40:38PM +0100, Soren Schmidt wrote: > It seems Christoph Kukulies wrote: > > > > -current of Feb, 26th. > > > > Innocently I wanted to > > > > mount -t cd9660 /dev/acd1c /dist > > > > to grab some newer XF86 from the CD when > > > > cd9660: device not configured

[PATCH] OpenSSH: login.access and more auth_*

2000-03-01 Thread Andrey A. Chernov
Hi. This patch implements login.access(5) mechanism in OpenSSH, add more auth_*() LOGIN_CAP functions for login(1) compatibility and use += to preserve CFLAGS from make.conf Please review and commit. --- secure/usr.sbin/sshd/Makefile.old Mon Feb 28 22:27:31 2000 +++ secure/usr.sbin/sshd/Makef

Re: cd9660 - device not configured

2000-03-01 Thread Christoph Kukulies
On Wed, Mar 01, 2000 at 03:40:38PM +0100, Soren Schmidt wrote: > It seems Christoph Kukulies wrote: > > > > -current of Feb, 26th. > > > > Innocently I wanted to > > > > mount -t cd9660 /dev/acd1c /dist > > > > to grab some newer XF86 from the CD when > > > > cd9660: device not configured

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Alfred Perlstein
* Cliff Rowley <[EMAIL PROTECTED]> [000301 03:54] wrote: > > In any case, one major offender is imlib. Since I've recently gone > > Gnome, I've had to turn off imlib's "MIT-SHM shared memory" option > > or things would go bad after a few minutes or hours of use. > > That explains the errors when

Re: things I noticed w/ 4.0

2000-03-01 Thread Kenneth Wayne Culver
> > > > Kernel option VESA fails (see dmesg below). Is this a problem with my > > graphics card? > > Are you, by any chance, both compiling in VESA _and_ loading it with > loader? > > > Kernel option PNPBIOS causes the mouse to stop working. A pointer is > > visible at boot (w/ moused) until

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Christopher Masto
On Tue, Feb 29, 2000 at 03:57:19PM -0600, Ade Lovett wrote: > On Tue, Feb 29, 2000 at 01:41:43PM -0500, Christopher Masto wrote: > > > > In any case, one major offender is imlib. Since I've recently gone > > Gnome, I've had to turn off imlib's "MIT-SHM shared memory" option > > or things would g

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Adam
On Wed, 1 Mar 2000, Alfred Perlstein wrote: >I used to have a shell script to do this, but i don't know where it >went. > >-- >-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] I do! (line is wrapped) #!/bin/sh ipcs | sed "s/[ ][ ]*/ /g" | cut -f 2 -d" " | sed "s/[^0-9]//g

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Alfred Perlstein
* Adam <[EMAIL PROTECTED]> [000301 09:24] wrote: > > > On Wed, 1 Mar 2000, Alfred Perlstein wrote: > > >I used to have a shell script to do this, but i don't know where it > >went. > > > >-- > >-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] > > I do! (line is wrapped) > > #!/bin/s

ES1370 - no sound completely :(

2000-03-01 Thread Hostas Red
Hi! I have a Ensoniq AudioPCI 64 card, and can't get a bit of sound from it since i've installed it on my FreeBSD box. dmesg: ... pcm0: port 0xd000-0xd03f irq 12 at device 12.0 on pci0 ... cat /dev/sndstat FreeBSD Audio Driver (newpcm) Feb 22 2000 17:10:37 Installed devices: pcm0: at io

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Adam
On Wed, 1 Mar 2000, Alfred Perlstein wrote: >* Adam <[EMAIL PROTECTED]> [000301 09:24] wrote: >> >> >> On Wed, 1 Mar 2000, Alfred Perlstein wrote: >> >> >I used to have a shell script to do this, but i don't know where it >> >went. >> > >> >-- >> >-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Christopher Masto
On Wed, Mar 01, 2000 at 11:54:35AM -0500, Adam wrote: > #!/bin/sh > ipcs | sed "s/[ ][ ]*/ /g" | cut -f 2 -d" " | sed > "s/[^0-9]//g" | xargs -t -n 1 ipcrm -m Always with the sed. ipcrm `ipcs -m | awk '$1 == "m" { print "-m " $2 }'` anyone? -- Christopher Masto Senior Networ

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Anton Berezin
On Tue, Feb 29, 2000 at 01:41:43PM -0500, Christopher Masto wrote: > Personally, I have this extreme distaste for sysv shared memory. It > is a very scarce resource that is not freed automatically, and seems > to go completely against the unix model. Reminds me of having to free > memory on the

Re: Installation floppies and USB

2000-03-01 Thread John Daniels
Phoenix wrote: >If it is the same kind of acer as I have you may be in luck, >hidden away on the back panel hidden behind a sticker and a >metal knockout there are 2 ps/2 style connectors. Pull the >top off of your box and see if you have them (near the parrellel >port) I have been running -curren

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Christopher Masto
On Wed, Mar 01, 2000 at 06:20:28PM +0100, Anton Berezin wrote: > I would say that the programs you've mentioned are badly written then. > > It takes no more than > > XSync(disp,False); > shmctl( shmid, IPC_RMID, 0); It takes no more than a well-designed operating system service

Re: ES1370 - no sound completely :(

2000-03-01 Thread R Joseph Wright
On Wed, 1 Mar 2000, Hostas Red wrote: > Hi! > > I have a Ensoniq AudioPCI 64 card, and can't get a bit of sound from it > since i've installed it on my FreeBSD box. > > dmesg: > ... > pcm0: port 0xd000-0xd03f irq 12 at device 12.0 on pci0 > ... > > > cat /dev/sndstat > > FreeBSD Audio D

boot problem with Mylex DAC960

2000-03-01 Thread User URANIA
I've got a server, tyan 1832DL with 2 CPU onborad, Mylex DAC960 and 3*9G IBM SCSI Disk. I build a RAID-0 Disk by Mylex dos utility, I like to install FreeBSD 4.0-current, but I cannot boot FreeBSD by floppy image 4.0-2214-CURRENT. If I remove Mylex DAC960, floopy image can boot FreeB

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Clive Lin
On Wed, Mar 01, 2000 at 07:58:34AM -0800, Alfred Perlstein wrote: > > It'd be nice if we had a utility that could clean out and reclaim the > > shared memory in 1 swoop. Then we'd be able to shut down XFree86 (and > > obviously any other apps using shared memory), and get on with life :) > > > >

Re: ntpd hanging machine

2000-03-01 Thread Ollivier Robert
According to Wes Morgan: > merge. Until that point I was using the stock ntp4 from udel with no > problems. But I tried the one shipping with 4.0 and it locks up completely > (looks like a hardware lockup). The ntp4 from udel works completely > though. Odd :) Yes, that's odd. I've never seen that

Re: ES1370 - no sound completely :(

2000-03-01 Thread Hostas Red
Hi! On Wed, 1 Mar 2000, R Joseph Wright wrote: > > I have a Ensoniq AudioPCI 64 card, and can't get a bit of sound from it > > since i've installed it on my FreeBSD box. > > > > dmesg: > > ... > > pcm0: port 0xd000-0xd03f irq 12 at device 12.0 on pci0 > > ... > > > > > > cat /dev/sndstat

Re: buildworld fails at ncurses

2000-03-01 Thread Roland Jesse
I wrote: > I will try doing an update (using sysinstall) to one of the latest > -current snapshots and do the buildworld again from there. Ok, I did just that and it still fails at /usr/src/contrib/ncurses/ncurses/tinfo/comp_hash.c: cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/

Re: ES1370 - no sound completely :(

2000-03-01 Thread Hostas Red
Hi! On Wed, 1 Mar 2000, Sean O'Connell wrote: > > Of coz, not once :) Also I've tried DEVFS' devices (cat a.au /devs/audio0 > > or something :). > > > > It doesn't helps :( > > Does it play cd audio? I have seen some cases where the mixer > part worked ok (music cd's), but lots of silence fro

Re: things I noticed w/ 4.0

2000-03-01 Thread Mike Smith
> > Weird. Are you sure your BIOS is set to PnP OS = No? > > heh, when I set this option to "no" in my bios... -CURRENT won't even > finish probing the hardware... it just hangs in the boot-probe messages. You know, if you included some more details this might even be a useful bug report. --

Re: boot problem with Mylex DAC960

2000-03-01 Thread Mike Smith
> > I've got a server, tyan 1832DL with 2 CPU onborad, Mylex DAC960 > and 3*9G IBM SCSI Disk. I build a RAID-0 Disk by Mylex dos utility, > I like to install FreeBSD 4.0-current, but I cannot boot FreeBSD by > floppy image 4.0-2214-CURRENT. You need to use a 4.0 snapshot from 2220 or

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread John Polstra
In article <[EMAIL PROTECTED]>, Christopher Masto <[EMAIL PROTECTED]> wrote: > On Wed, Mar 01, 2000 at 06:20:28PM +0100, Anton Berezin wrote: > > I would say that the programs you've mentioned are badly written then. > > > > It takes no more than > > > > XSync(disp,False); > > s

GRE Support in 4.X ???

2000-03-01 Thread Alejandro Ramirez
Hi all, I Just like to ask if there will be support for GRE in 4.X releases (without tunnels implementations), because its needed by wccp protocol managed by Squid & Cisco routers, to create Cache Engines, there are some patches & files that works in the squid home page, Im using them right n

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Garrett Wollman
< said: > It takes no more than a well-designed operating system service to > ensure that badly written programs don't fail to release resources > when they crash. Unfortunately, the System V shared-memory API is brain-damaged and does not permit this. -GAWollman -- Garrett A. Wollman | O Si

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Christopher Masto
On Wed, Mar 01, 2000 at 11:28:13AM -0800, John Polstra wrote: > > It takes no more than a well-designed operating system service to > > ensure that badly written programs don't fail to release resources > > when they crash. > > We didn't design that particular service. That's why it's called > S

Process cleanup (was Shared memory ...)

2000-03-01 Thread Lyndon Nerenberg
> "John" == John Polstra <[EMAIL PROTECTED]> writes: John> Applications need to clean up after themselves. The OS has John> no way of knowing whether an application wants its shared John> memory segments to survive after it terminates. Tricky when the program crashes. Remember t

Re: Installation floppies and USB

2000-03-01 Thread John Daniels
Phoenix wrote: >If it is the same kind of acer as I have you may be in luck, hidden >away on the back panel hidden behind a sticker and a metal knockout there >are 2 ps/2 style connectors. Pull the top off of your box and see if you >have them (near the parrellel port) I have been running -

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Brooks Davis
On Wed, Mar 01, 2000 at 02:57:38PM -0500, Christopher Masto wrote: > > Also, it's persistent for legitimate design reasons, just like files > > are. Applications need to clean up after themselves. > > You can have many more than 32 files. Files are (usually) > well-organized and have names, so

Re: Instrallation floppies and USB

2000-03-01 Thread John Daniels
Hi: I looked in BIOS setup to see if there were any settings that I could try changing to make the boot floopies work. The only ones that I found that seemed to apply were (defaults in brackets): Configuration Table[Disabled] PCI IRQ setting[Auto] PCI IRQ sh

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Christopher Masto writes: >SysV shared memory is limited, unnamed, unorganized, and uses up a >very scarce resource. You know, you should go back in the archives to when sysV IPC was released, and you will be able to find some *really* nasty but technically compet

Re: plist/glist query & proposal

2000-03-01 Thread Warner Losh
In message <38BD4CD9.22420.5550BD1@localhost> "Lauri Laupmaa" writes: : How does one query glist (grown defect list) from scsi device ? I use camcontrol defects -P or -G to get them. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the mes

typo in sbin/Makefile

2000-03-01 Thread Victor Salaman
This message was sent from Geocrawler.com by "Victor Salaman" <[EMAIL PROTECTED]> Be sure to reply to that address. While doing a make release I just noticed that /sbin/Makefile has DISTRIBUTION=des and fails. Is this supposed to be like this? (I'm new to making a release, but it seems odd) G

Re: plist/glist query & proposal

2000-03-01 Thread Kenneth D. Merry
On Wed, Mar 01, 2000 at 17:01:13 +0200, Lauri Laupmaa wrote: > Hi > > How does one query glist (grown defect list) from scsi device ? Like this: # camcontrol defects da0 -f phys -G Got 8 defects: 4818:4:54 1338:0:138 1250:1:46 2661:5:117 1696:5:5 1760:5:58 688:9:133 1130:9:166 > Wouldn't it be

Re: make world problems at vm/vnode_pager.h -> vm/vnode_pager.ph

2000-03-01 Thread Andrew Gallatin
Mike Tancsa [[EMAIL PROTECTED]] wrote: <..> > vm/vnode_pager.h -> vm/vnode_pager.ph > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. > *** Error code 1 <..> I recently saw this on some alphas. This is happening as part of installworld. My guess is that something about the

Re: make world problems at vm/vnode_pager.h -> vm/vnode_pager.ph

2000-03-01 Thread Mike Tancsa
At 03:48 PM 3/1/00 -0500, Andrew Gallatin wrote: >I recently saw this on some alphas. This is happening as part of >installworld. > >My guess is that something about the installed perl or h2ph is just >broken. I closed my eyes, crossed my fingers & did 'make -i >installworld'.After install

Re: Shared memory - Was: 2 Queries

2000-03-01 Thread Christopher Masto
On Wed, Mar 01, 2000 at 09:30:08PM +0100, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Christopher Masto writes: > > >SysV shared memory is limited, unnamed, unorganized, and uses up a > >very scarce resource. > > You know, you should go back in the archives to when sysV IPC was >

Re: typo in sbin/Makefile

2000-03-01 Thread Kris Kennaway
On Wed, 1 Mar 2000, Victor Salaman wrote: > This message was sent from Geocrawler.com by "Victor Salaman" <[EMAIL PROTECTED]> > Be sure to reply to that address. > > While doing a make release I just noticed > that /sbin/Makefile has DISTRIBUTION=des and > fails. Is this supposed to be like th

Re: Process cleanup (was Shared memory ...)

2000-03-01 Thread Peter Jeremy
On 2000-Mar-02 07:10:39 +1100, Lyndon Nerenberg <[EMAIL PROTECTED]> wrote: >I'm too lazy to look right this second ;-) ... do atexit() functions get >run when a process takes (say) a segmentation fault? Nope. If there's no userland signal handler, the process will never return to userland after

Re: boot problem with Mylex DAC960

2000-03-01 Thread Guido van Rooij
On Wed, Mar 01, 2000 at 11:26:35AM -0800, Mike Smith wrote: > > > > I've got a server, tyan 1832DL with 2 CPU onborad, Mylex DAC960 > > and 3*9G IBM SCSI Disk. I build a RAID-0 Disk by Mylex dos utility, > > I like to install FreeBSD 4.0-current, but I cannot boot FreeBSD by > > floppy image

panic: free: multiple frees

2000-03-01 Thread Benjamin Greenwald
Hiya, At the bottom of this message is the dmesg output from my 4.0-CURRENT box with a kernel compiled February 27th. The kernel as of a cvsup this afternoon now dies and prints the following message immediately after initializing the keyboard: atkbdc0: at port 0x60-0x6f on isa0 atkbd0: i

Re: panic: free: multiple frees

2000-03-01 Thread Bruce Evans
On Wed, 1 Mar 2000, Benjamin Greenwald wrote: > Hiya, > > At the bottom of this message is the dmesg output from my 4.0-CURRENT box > with a kernel compiled February 27th. The kernel as of a cvsup this > afternoon now dies and prints the following message immediately after > initializing the

Re: panic: free: multiple frees

2000-03-01 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Bruce Eva ns writes: >On Wed, 1 Mar 2000, Benjamin Greenwald wrote: > >> Hiya, >> >> At the bottom of this message is the dmesg output from my 4.0-CURRENT box >> with a kernel compiled February 27th. The kernel as of a cvsup this >> afternoon now dies and prints

Re: mod_ssl & current

2000-03-01 Thread Jim Bloom
We have found a fix that will change the building of librsaUSA to fix the problem. The fix will get committed after the release engineer approve the commit. The port will not need to be changed in the long run. Jim Bloom [EMAIL PROTECTED] Jim Bloom wrote: > > You definitely don't need -lRSAgl

IPv6 diagnostic VMWARE 2 beta

2000-03-01 Thread Mark Knight
World of 2228 under VMWARE 2.0-468 under NT4. Is this one for VMWARE? lnc0 = bridged adapter (network cable disconnected) lnc1 = host adapter The following kernel diagnostics are presented during boot. lnc0: starting DAD for fe80:0001::0250:56ff:fe98:95ec lnc1: starting DAD for fe80:0002::

Re: panic: free: multiple frees

2000-03-01 Thread Doug Rabson
On Thu, 2 Mar 2000, Bruce Evans wrote: > On Wed, 1 Mar 2000, Benjamin Greenwald wrote: > > > Hiya, > > > > At the bottom of this message is the dmesg output from my 4.0-CURRENT box > > with a kernel compiled February 27th. The kernel as of a cvsup this > > afternoon now dies and prints the f

Re: boot problem with Mylex DAC960

2000-03-01 Thread Mike Smith
> On Wed, Mar 01, 2000 at 11:26:35AM -0800, Mike Smith wrote: > > > > > > I've got a server, tyan 1832DL with 2 CPU onborad, Mylex DAC960 > > > and 3*9G IBM SCSI Disk. I build a RAID-0 Disk by Mylex dos utility, > > > I like to install FreeBSD 4.0-current, but I cannot boot FreeBSD by > > > f

Re: panic: free: multiple frees

2000-03-01 Thread Bruce Evans
On Wed, 1 Mar 2000, Doug Rabson wrote: > I think it was a problem with psm.c which Peter has committed a fix for > already. It bogusly freed the softc (sio.c does too but I doubt if it > would happen in normal usage). The free in sioclose() happens in normal usage after a pccard goes away. Mana

Re: pthread_{suspend,resume}_np broken?

2000-03-01 Thread Jason Evans
On Wed, Mar 01, 2000 at 09:30:43AM -0500, Daniel M. Eischen wrote: > I haven't run any other regression tests. I'll do that when I get > some more time. Jason, can you also take a look at these changes and > run some tests on them? I just moved a couple of days ago and all my test boxes are sti

Re: IPv6 diagnostic VMWARE 2 beta

2000-03-01 Thread Yoshinobu Inoue
> World of 2228 under VMWARE 2.0-468 under NT4. > > Is this one for VMWARE? > > lnc0 = bridged adapter (network cable disconnected) > lnc1 = host adapter > > The following kernel diagnostics are presented during boot. > > lnc0: starting DAD for fe80:0001::0250:56ff:fe98:95ec > lnc1: starti

Re: lo0 tcp connections in TIME_WAIT/LAST_ACK/FIN_WAIT?

2000-03-01 Thread Yoshinobu Inoue
> After upgrading from 3.4 to RC2, i'm noticing something that I never saw > before: > > Active Internet connections (including servers) > Proto Recv-Q Send-Q Local Address Foreign Address(state) > tcp0 0 127.0.0.1.4954 127.0.0.1.4242 SYN_SENT > tcp

make release - usr.bin/ssh error

2000-03-01 Thread John W. DeBoskey
Hi, I'm running a make release with sources current as of 7pm EST. I'm in the process of trying to figure out the following failure. ===> usr.sbin/ktutil install -c -s -o root -g wheel -m 555 ktutil /usr/sbin install -c -o root -g wheel -m 444 ktutil.8.gz /usr/share/man/man8 cd /pub/FreeBS

HEADS UP! IPC security (Re: cvs commit: src/sys/kern sysv_ipc.c(fwd))

2000-03-01 Thread Kris Kennaway
4.0 had a security bug which would let any user EXCEPT root delete a SYSV semaphore (the sense of a test was reversed). No other releases were affected - rebuild your kernels if this is an issue. Good catch, Brian! For "revision 1.8" in the below read "revision 1.9" (Jan 30, 1999). -- Fo

Re: HEADS UP! IPC security (Re: cvs commit: src/sys/kern sysv_ipc.c(fwd))

2000-03-01 Thread Bruce Evans
> -- Forwarded message -- > Date: Wed, 1 Mar 2000 21:03:22 -0500 (EST) > From: Brian Dean <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: cvs commit: src/sys/kern sysv_ipc.c > > [SNIP - KK] > > The bug is very easily tested/verified: just create

/dev/random limited to irq < 16

2000-03-01 Thread Stephen McKay
I found out much to my surprise that our SMP box is not collecting ANY entropy for /dev/random. All the interesting IRQs are over 16, and nobody uses the console. >From sys/i386/i386/mem.c 1.79: /* * XXX the data is 16-bit due to a historical botch, so we use * magic 1

d: /kernel: malformed input file (not rel or archive) ??

2000-03-01 Thread Johan Kruger
If i try to load the example in /usr/src/share/exaples/lkm/misc/module/misc_mod.o i get the following. Pleeaaas help ? borg# modload ./misc_mod.o ld: /kernel: malformed input file (not rel or archive) modload: /usr/bin/ld: return code 1 -- Johan Kruger ( B.Ing Electronic Engineering ) Deve

Re: d: /kernel: malformed input file (not rel or archive) ??

2000-03-01 Thread Maxim Sobolev
Johan Kruger wrote: > If i try to load the example in > /usr/src/share/exaples/lkm/misc/module/misc_mod.o i get the following. > Pleeaaas help ? > > borg# modload ./misc_mod.o > ld: /kernel: malformed input file (not rel or archive) > modload: /usr/bin/ld: return code 1 What FreeBSD release

Re: d: /kernel: malformed input file (not rel or archive) ??

2000-03-01 Thread Kris Kennaway
On Wed, 1 Mar 2000, Johan Kruger wrote: > If i try to load the example in > /usr/src/share/exaples/lkm/misc/module/misc_mod.o i get the following. > Pleeaaas help ? LKMs are deprecated in favour of KLDs. Do you have options LKM in your kernel if you really wnt to play with the old technology