Re: maxphys = 0??

1999-10-09 Thread Poul-Henning Kamp

In message [EMAIL PROTECTED], "Bria
n F. Feldman" writes:
On Tue, 5 Oct 1999, Daniel C. Sobral wrote:

 Poul-Henning Kamp wrote:
  
  You need to move your sources further forward.
 
 Alas, it didn't help. What versions of what files I should have? The
 warnings are still appearing, at fsck time.

The lastest.

--
Poul-Henning Kamp FreeBSD coreteam member
[EMAIL PROTECTED]   "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-09 Thread Jason DiCioccio


Yes yes.. Long subject, but anyhow.. The problem I am having is that 4.0
insists on detecting my ethernet card PnP at installation even though Id
ont want it to.. When it does, it freezes up, and its much easier for me
just to input the settings manually info the visual config.. I need to
disable on install disk, or get a 4.0 floppy that doesn't freeze on
'unknown0', of course, not having it detected at all would be preferable
:)..

Thanks in advance,
Jason DiCioccio




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: maxphys = 0??

1999-10-09 Thread Daniel C. Sobral

Poul-Henning Kamp wrote:
 
 In message [EMAIL PROTECTED], "Bria
 n F. Feldman" writes:
 On Tue, 5 Oct 1999, Daniel C. Sobral wrote:
 
  Poul-Henning Kamp wrote:
  
   You need to move your sources further forward.
 
  Alas, it didn't help. What versions of what files I should have? The
  warnings are still appearing, at fsck time.
 
 The lastest.

Well, I tried with the latest after you said the above. I'll try
with a later latest again. But, really...

--
Daniel C. Sobral(8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]

"I always feel generous when I'm in the inner circle of a
conspiracy to subvert the world order and, with a small group of
allies, just defeated an alien invasion. Maybe I should value myself
a little more?"


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: maxphys = 0??

1999-10-09 Thread Poul-Henning Kamp

In message [EMAIL PROTECTED], "Daniel C. Sobral" writes:
Poul-Henning Kamp wrote:
 
 In message [EMAIL PROTECTED], "Bria
 n F. Feldman" writes:
 On Tue, 5 Oct 1999, Daniel C. Sobral wrote:
 
  Poul-Henning Kamp wrote:
  
   You need to move your sources further forward.
 
  Alas, it didn't help. What versions of what files I should have? The
  warnings are still appearing, at fsck time.
 
 The lastest.

Well, I tried with the latest after you said the above. I'll try
with a later latest again. But, really...

Well, there are two options, either your sources are not up to date,
or your config is very special in some way...

--
Poul-Henning Kamp FreeBSD coreteam member
[EMAIL PROTECTED]   "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: installworld broken from R/O /usr/obj

1999-10-09 Thread Bruce Evans

 W`hile installworld is being discussed, I wanted to get this out there:
 
 Since rev 1.13 of usr.bin/make/arch.c, I've been seing a problem with
 ELF archive libraries being rebuilt unnecessarily.  I believe that
 this problem can be traced to the RANLIBMAG string being set to "/".

There's a PR about this now.  The smaller fix in the PR seems to work.

Rev.1.13 of arch.c also weakened aout support.  RANLIBMAG is configured
at compile time, so only one of elf and aout is supported by a given
`make' binary.  It's not clear that this is good enough for `make
upgrade' where the same tools are expected to support both aout and
elf.

 The reason I care about this is that its causing perl's libsdbm.a to
 get rebuilt during an installworld.  This is causing installworlds to
 fail for me from R/O /usr/obj partitions.

There must be a bug in the perl makefiles for `install' to depend on
anything.  The bug in libgcc_r/Makefile that caused libraries to be
rebuilt didn't affect your installworld, since the libgcc_r Makefile
has correct dependencies for `install'.

Bruce



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: maxphys = 0??

1999-10-09 Thread Brian F. Feldman

On Sat, 9 Oct 1999, Poul-Henning Kamp wrote:

 Well, there are two options, either your sources are not up to date,
 or your config is very special in some way...

I am absolutely certain that my sources are up-to-date.  I'll attach my
kernel config in case you can find something special there.

 
 --
 Poul-Henning Kamp FreeBSD coreteam member
 [EMAIL PROTECTED]   "Real hackers run -current on their laptop."
 FreeBSD -- It will take a long time before progress goes too far!
 

-- 
 Brian Fundakowski Feldman   \  FreeBSD: The Power to Serve!  /
 [EMAIL PROTECTED]`--'


#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# For more information read the handbook part System Administration - 
# Configuring the FreeBSD Kernel - The Configuration File. 
# The handbook is available in /usr/share/doc/handbook or online as
# latest version from the FreeBSD World Wide Web server 
# URL:http://www.FreeBSD.ORG/
#
# An exhaustive list of options and more detailed explanations of the 
# device lines is present in the ./LINT configuration file. If you are 
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
#   $Id: GENERIC,v 1.102 1998/01/11 02:16:38 jkh Exp $

machine i386
cpu I586_CPU
ident   GREEN   
maxusers64
makeoptions DEBUG="-g"

#optionsMATH_EMULATE  #Support for x87 emulation
options INET#InterNETworking
options IPX
options NETATALK
options FFS #Berkeley Fast Filesystem
options FFS_ROOT
options CD9660  #ISO 9660 Filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options NO_F00F_HACK
options IPFIREWALL
options IPFIREWALL_FORWARD  #enable xparent proxy support
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=100
options IPDIVERT
options IPSTEALTH
#optionsIPFILTER
options DUMMYNET
options DDB
options DDB_UNATTENDED
options SOFTUPDATES
options PQ_HUGECACHE   # color for 1024k cache
options ICMP_BANDLIM  
options MSGBUF_SIZE=16384
options INVARIANTS
options INVARIANT_SUPPORT
options CLK_USE_TSC_CALIBRATION

#optionsICMP_BANDLIM_SILENT
options CPU_WT_ALLOC
options NO_MEMORY_HOLE
options MAXFILES=65536

controller  pci0at nexus?
controller  isa0at nexus?
controller  pnp0

# Luigi's snd code.
# You may also wish to enable the pnp controller with this, for pnp
# sound cards.
#
#device pcm0 at isa? port 0x220 irq 5 drq 1 #flags 0x16

controller  snd0
device sb0  at isa? port 0x220 irq 5 drq 1
device sbxvi0   at isa? drq 6 
device sbmidi0  at isa? port 0x330
device opl0 at isa? port 0x388
device  joy0at isa? port IO_GAME

#controller fdc0at isa? port IO_FD1 irq 6 drq 2
#disk   fd0 at fdc0 drive 0
#disk   fd1 at fdc0 drive 1

# for a PCI only system (most modern machines)
controller  ata0
device  atadisk0# ATA disks
device  atapicd0# ATAPI CDROM's
device  atapist0# ATAPI tapes
device  atapifd0

controller  ncr0
controller  scbus0  #base SCSI code
device  ch0 #SCSI media changers
device  da0 #SCSI direct access devices (aka disks)
device  sa0 #SCSI tapes
device  cd0 #SCSI CD-ROMs
device  pass0   #CAM passthrough driver
device pt0 at scbus?# SCSI processor type
options SCSI_DELAY=5000 # Be pessimistic about Joe SCSI device

# The keyboard controller; it controlls the keyboard and the PS/2 mouse.
controller  atkbdc0 at isa? port IO_KBD

# The AT keyboard
device  atkbd0  at atkbdc? irq 1

# PS/2 mouse
device  psm0at atkbdc? irq 12

# The video card driver.
device  vga0at isa? port ? conflicts

# The syscons console driver (sco color console compatible).
device  sc0 at isa?

device  npx0at nexus? port IO_NPX irq 13

#
# Laptop support (see LINT for more options)
#
#device apm0at nexus? conflicts # Advanced Power Management

# System Management Bus!

controller smbus0
controller alpm0
device smb0 at smbus?

device  sio0at isa? port IO_COM1 flags 0x10 irq 4
device  sio1at isa? port IO_COM2 irq 3
device  sio2at isa? disable port IO_COM3 irq 5
device  sio3at isa? disable port IO_COM4 irq 3

controller  ppbus0
device  lpt0   at ppbus?
device

Re: maxphys = 0??

1999-10-09 Thread Poul-Henning Kamp

In message [EMAIL PROTECTED], "Bria
n F. Feldman" writes:
On Sat, 9 Oct 1999, Poul-Henning Kamp wrote:

 Well, there are two options, either your sources are not up to date,
 or your config is very special in some way...

I am absolutely certain that my sources are up-to-date.  I'll attach my
kernel config in case you can find something special there.

What does your /etc/fstab look like ?  I would also like to see a
dmesg output.


--
Poul-Henning Kamp FreeBSD coreteam member
[EMAIL PROTECTED]   "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: staroffice

1999-10-09 Thread Andrzej Bialecki

On Fri, 8 Oct 1999, Randy Bush wrote:

 anyone successful installing staroffice 5.1?
 
 is http://lt.tar.com/so50.out still the best hint?

The new Sun's version works for me out of the box. The only glitch during
setup was that I had to unzip the setup.zip and ldconfig the libraries
therein.

Andrzej Bialecki

//  [EMAIL PROTECTED] WebGiro AB, Sweden (http://www.webgiro.com)
// ---
// -- FreeBSD: The Power to Serve. http://www.freebsd.org 
// --- Small  Embedded FreeBSD: http://www.freebsd.org/~picobsd/ 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-09 Thread Doug Rabson

On Sat, 9 Oct 1999, Jason DiCioccio wrote:

 
 Yes yes.. Long subject, but anyhow.. The problem I am having is that 4.0
 insists on detecting my ethernet card PnP at installation even though Id
 ont want it to.. When it does, it freezes up, and its much easier for me
 just to input the settings manually info the visual config.. I need to
 disable on install disk, or get a 4.0 floppy that doesn't freeze on
 'unknown0', of course, not having it detected at all would be preferable
 :)..

There was a problem with the pnp code which caused freezes like this which
I fixed. What date was the snap that you tried?

--
Doug Rabson Mail:  [EMAIL PROTECTED]
Nonlinear Systems Ltd.  Phone: +44 181 442 9037




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: staroffice

1999-10-09 Thread Randy Bush

 anyone successful installing staroffice 5.1?
 is http://lt.tar.com/so50.out still the best hint?

Andrzej Bialecki [EMAIL PROTECTED]:
 The new Sun's version works for me out of the box. The only glitch during
 setup was that I had to unzip the setup.zip and ldconfig the libraries
 therein.

Luke [EMAIL PROTECTED]:
 I have the latest star office on a machine that was running a -current from
 @july and then mid sept, now its got 3.3 on it and it still runs , 
 I have alot of linux stuff installed for oracle, I dont know if staroffice is
 using stuff from it though.
 this page was a little helpful but it is still was a pita to get to run.
 http://www.serv.net/~mcglk/staroffice-install.html

h.  so i 
  o add the posix options to my kernel
  o install linux_base port
  o but can not find linux_lib port
  o unzip setup.zip to someplace comfortable
  o echo `pwd`  /compat/linux/etc/ld.so.conf
  o /compat/linux/sbin/ldconfig

and whammie!

  Segmentation fault (core dumped)

  Core was generated by `ldconfig'.
  Program terminated with signal 11, Segmentation fault.
  #0  0x805c553 in ?? ()
  (gdb) where
  #0  0x805c553 in ?? ()
  #1  0x8057c0f in ?? ()
  #2  0x805514c in ?? ()
  #3  0x8052839 in ?? ()

so i delete the line resulting from "echo `pwd` ..." from the file
/compat/linux/etc/ld.so.conf

same result.  so it probably is something stoopid in the linux install.

content of /compat/linux/etc/ld.so.conf
  /usr/local/lib
  /usr/X11R6/lib
  /usr/i486-linuxaout/lib
  /usr/openwin/lib
  /usr/i486-linux-libc5/lib
  /usr/home/randy/sosetup

some of the files are not there
  # ls -ld `cat /compat/linux/etc/ld.so.conf`
  ls: /usr/i486-linux-libc5/lib: No such file or directory
  ls: /usr/i486-linuxaout/lib: No such file or directory
  ls: /usr/openwin/lib: No such file or directory
  drwxr-xr-x   5 root  wheel  1536 Sep  3 18:08 /usr/X11R6/lib/
  drwxr-xr-x   2 root  staff  1024 Oct  9 06:15 /usr/home/randy/sosetup/
  drwxr-xr-x  17 root  wheel  2048 Oct  8 21:07 /usr/local/lib/

so i delete them from /compat/linux/etc/ld.so.conf.  and get the same core.

i'm doing something pretty clueless, but coffee is not helping.

randy



Copyright (c) 1992-1999 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #0: Sat Oct  9 05:53:03 PDT 1999
[EMAIL PROTECTED]:/usr/src/sys/compile/RIP
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium II/Xeon/Celeron (300.68-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x651  Stepping = 1
  
Features=0x183fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
real memory  = 134205440 (131060K bytes)
avail memory = 126926848 (123952K bytes)
Programming 24 pins in IOAPIC #0
FreeBSD/SMP: Multiprocessor motherboard
 cpu0 (BSP): apic id:  1, version: 0x00040011, at 0xfee0
 cpu1 (AP):  apic id:  0, version: 0x00040011, at 0xfee0
 io0 (APIC): apic id:  2, version: 0x00170011, at 0xfec0
Preloaded elf kernel "kernel" at 0xc02fd000.
Pentium Pro MTRR support enabled
ccd0-5: Concatenated disk drivers
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Intel 82443BX (440 BX) host to PCI bridge on motherboard
pci0: PCI bus on pcib0
WARNING: "bktr" is usurping "bktr"'s cdevsw[]
pcib1: Intel 82443BX (440 BX) PCI-PCI (AGP) bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
vga-pci0: Matrox model 051f graphics accelerator irq 16 at device 0.0 on pci1
isab0: Intel 82371AB PCI to ISA bridge at device 4.0 on pci0
isa0: ISA bus on isab0
chip1: Intel PIIX4 IDE controller at device 4.1 on pci0
chip2: UHCI USB controller irq 19 at device 4.2 on pci0
Timecounter "PIIX"  frequency 3579545 Hz
intpm0: Intel 82371AB Power management controller at device 4.3 on pci0
intpm0: I/O mapped e800
intpm0: intr IRQ 9 enabled revision 0
smbus0: System Management Bus on intsmb0
smb0: SMBus general purpose I/O on smbus0
intpm0: PM I/O mapped e400 
ahc0: Adaptec aic7890/91 Ultra2 SCSI adapter irq 19 at device 6.0 on pci0
ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs
fxp0: Intel EtherExpress Pro 10/100B Ethernet irq 19 at device 9.0 on pci0
fxp0: Ethernet address 00:a0:c9:df:c8:4e
bktr0: BrookTree 878 irq 18 at device 10.0 on pci0
iicbb0: I2C generic bit-banging driver on bti2c0
iicbus0: Philips I2C bus on iicbb0 master-only
iicsmb0: I2C to SMB bridge on iicbus0
smbus1: System Management Bus on iicsmb0
smb1: SMBus general purpose I/O on smbus1
WARNING: "iic" is usurping "iic"'s cdevsw[]
iic0: I2C general purpose I/O on iicbus0
smbus2: System Management Bus on bti2c0
smb2: SMBus general purpose I/O on smbus2
bktr0: Hauppauge Model 6 A M 
bktr0: Detected a MSP3430G-A1 at 0x80
Hauppauge WinCast/TV, Philips NTSC tuner, msp3400c stereo.
pci0: unknown card DD^0878 (vendor=0x109e, dev=0x0878) at 10.1 irq 18
fdc0: NEC 72065B or clone at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5" drive on fdc0 drive 

Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-09 Thread Daniel C. Sobral

Jason DiCioccio wrote:
 
 Yes yes.. Long subject, but anyhow.. The problem I am having is that 4.0
 insists on detecting my ethernet card PnP at installation even though Id
 ont want it to.. When it does, it freezes up, and its much easier for me
 just to input the settings manually info the visual config.. I need to
 disable on install disk, or get a 4.0 floppy that doesn't freeze on
 'unknown0', of course, not having it detected at all would be preferable
 :)..

I don't get it... why is it that you'd prefer it not to detect your
card, even if it did not freeze?

--
Daniel C. Sobral(8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]

"I always feel generous when I'm in the inner circle of a
conspiracy to subvert the world order and, with a small group of
allies, just defeated an alien invasion. Maybe I should value myself
a little more?"



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



SB128PCI problem under -current...

1999-10-09 Thread Osokin Sergey


Hello!
I use SB128PCI under today-update -current  have a problem:
play (from /usr/ports/audio) plays wav-files incorrectly: it james some
part from the begining, then plays rest of the file and in the end plays
that jammed part...
Does anobody have similiar problems with SB 128 PCI?

Rgdz,
Osokin Sergey,
[EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-09 Thread Jason DiCioccio

I use visual_userconfig set ed0 to 0x240 and irq 7 and it detects it
 I dont need the PnP probe on ISA bus.


On Sat, 9 Oct 1999, Daniel C. Sobral wrote:

 Jason DiCioccio wrote:
  
  Yes yes.. Long subject, but anyhow.. The problem I am having is that 4.0
  insists on detecting my ethernet card PnP at installation even though Id
  ont want it to.. When it does, it freezes up, and its much easier for me
  just to input the settings manually info the visual config.. I need to
  disable on install disk, or get a 4.0 floppy that doesn't freeze on
  'unknown0', of course, not having it detected at all would be preferable
  :)..
 
 I don't get it... why is it that you'd prefer it not to detect your
 card, even if it did not freeze?
 
 --
 Daniel C. Sobral  (8-DCS)
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
   "I always feel generous when I'm in the inner circle of a
 conspiracy to subvert the world order and, with a small group of
 allies, just defeated an alien invasion. Maybe I should value myself
 a little more?"
 
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-09 Thread Jason DiCioccio

I shall try again :)


On Sat, 9 Oct 1999, Doug Rabson wrote:

 On Sat, 9 Oct 1999, Jason DiCioccio wrote:
 
  
  Yes yes.. Long subject, but anyhow.. The problem I am having is that 4.0
  insists on detecting my ethernet card PnP at installation even though Id
  ont want it to.. When it does, it freezes up, and its much easier for me
  just to input the settings manually info the visual config.. I need to
  disable on install disk, or get a 4.0 floppy that doesn't freeze on
  'unknown0', of course, not having it detected at all would be preferable
  :)..
 
 There was a problem with the pnp code which caused freezes like this which
 I fixed. What date was the snap that you tried?
 
 --
 Doug Rabson   Mail:  [EMAIL PROTECTED]
 Nonlinear Systems Ltd.Phone: +44 181 442 9037
 
 
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-09 Thread Daniel C. Sobral

Jason DiCioccio wrote:
 
 I use visual_userconfig set ed0 to 0x240 and irq 7 and it detects it
  I dont need the PnP probe on ISA bus.

Well, I don't need C, I could program in assembly language, but I
still think using C is easier.

I'm asking why do you *object* to your card being recognized by the
PnP probe instead of configured manually.

--
Daniel C. Sobral(8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]

"I always feel generous when I'm in the inner circle of a
conspiracy to subvert the world order and, with a small group of
allies, just defeated an alien invasion. Maybe I should value myself
a little more?"


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-09 Thread Jason DiCioccio

as i've said, because it freezes my machine when it detects it PnP..
And, as you can imagine, I do not want my installation freezing on me :)


On Sun, 10 Oct 1999, Daniel C. Sobral wrote:

 Jason DiCioccio wrote:
  
  I use visual_userconfig set ed0 to 0x240 and irq 7 and it detects it
   I dont need the PnP probe on ISA bus.
 
 Well, I don't need C, I could program in assembly language, but I
 still think using C is easier.
 
 I'm asking why do you *object* to your card being recognized by the
 PnP probe instead of configured manually.
 
 --
 Daniel C. Sobral  (8-DCS)
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
   "I always feel generous when I'm in the inner circle of a
 conspiracy to subvert the world order and, with a small group of
 allies, just defeated an alien invasion. Maybe I should value myself
 a little more?"
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: SB128PCI problem under -current...

1999-10-09 Thread Chris Costello

On Sat, Oct 09, 1999, Osokin Sergey wrote:
 
 Hello!
 I use SB128PCI under today-update -current  have a problem:
 play (from /usr/ports/audio) plays wav-files incorrectly: it james some
 part from the begining, then plays rest of the file and in the end plays
 that jammed part...
 Does anobody have similiar problems with SB 128 PCI?

   I run into problems with my SB 64 PCI card.  This problem is
known as ``-CURRENT''. :)

   Expect problems!  It's the development branch.  The newpcm
code is still not fully perfect (or up to the working order
oldpcm had), so you should give it time.

-- 
|Chris Costello [EMAIL PROTECTED]
|Asking whether machines can think is like asking whether
|submarines can swim.
`


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: lconfig cores [ was: staroffice ]

1999-10-09 Thread Randy Bush

# /compat/linux/sbin/ldconfig
Segmentation fault (core dumped)

could it be that i need more compat libs than 22?

randy


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: lconfig cores [ was: staroffice ]

1999-10-09 Thread Andrzej Bialecki

On Sat, 9 Oct 1999, Randy Bush wrote:

 # /compat/linux/sbin/ldconfig
 Segmentation fault (core dumped)
 
 could it be that i need more compat libs than 22?

Usually when you're missing some lib, the program wouldn't start at all.
It could be that you have some incompatible version of the libs, though...
but overall it looks to me like screwed up installation of linux_base
port. Try the standard IT solution: reinstall linux_base.

Andrzej Bialecki

//  [EMAIL PROTECTED] WebGiro AB, Sweden (http://www.webgiro.com)
// ---
// -- FreeBSD: The Power to Serve. http://www.freebsd.org 
// --- Small  Embedded FreeBSD: http://www.freebsd.org/~picobsd/ 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: {a}sync updates (was Re: make install trick)

1999-10-09 Thread Dmitrij Tejblum

"David Schwartz" wrote:
   We're talking about the special case of small root partitions, such that
 softupdates inability to make empty space available quickly can make the
 difference between a major operation's success or failure.
 
   This is almost impossible on a 1.8Gb root partition.

[sorry, cannot resist...]

real-life story
Once upon a time, a month or so ago, there were ~30G of free space on
our 130G filesystem (with softupdates). An important application that 
was going to create a ~35G file was running. It already written out 1G 
or so. My colleague called me and sayed: "I removed a 10G of files TWO 
HOURS ago and the space didn't free up yet!!! The free space isn't 
going to appear!!! What do we do now???"

Well, after I stopped the application with kill -STOP, and temporary 
killed off another I/O consuming program, the free space started to 
appear and after several minutes there were 40G of free space.
/real-life story

I think that the problem in this particular case was inability of the 
syncer to run as fast as it supposed to. It is assummed that syncer 
fsync 1/30 of all files and process the softupdates worklist every 
second. If there are several I/O bound processes running, the syncer 
will not have enough I/O bandwidth to do this job in the required speed. 
Perhaps running several syncer processes could help. (OTOH, the machine 
in question is running a quite old version of FreeBSD-CURRENT, it is 
possible things are already better. I don't see serious changes in 
softupdates code from that moment, tough. It is also possible that the 
machine is mistuned in some way, but I don't know how :-()

Dima




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: maxphys = 0??

1999-10-09 Thread Daniel C. Sobral

Poul-Henning Kamp wrote:
 
 In message [EMAIL PROTECTED], "Bria
 n F. Feldman" writes:
 On Sat, 9 Oct 1999, Poul-Henning Kamp wrote:
 
  Well, there are two options, either your sources are not up to date,
  or your config is very special in some way...

I tried again. My sources are now dated from this morning's
pnpparse.c breakage, so we can be sure of it's updatedness.

 What does your /etc/fstab look like ?  I would also like to see a
 dmesg output.

And here is fstab, dmesg and kernel configuration file.

# DeviceMountpoint  FStype  Options DumpPass#
/dev/ad0s2b noneswapsw  0   0
/dev/ad0s2a /   ufs rw  1   1
/dev/ad0s2f /usrufs rw  1   3
/dev/ad0s2e /varufs rw  2   2
/dev/ad0s1  /dosmsdos   rw  0   0
proc/proc   procfs  rw  0   0
kern/kern   kernfs  rw  0   0
/dev/acd0c  /cdrom  cd9660  ro,noauto   0   0


Copyright (c) 1992-1999 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #4: Fri Oct  8 18:11:32 JST 1999
[EMAIL PROTECTED]:/usr/src/sys/compile/DCS
Timecounter "i8254"  frequency 1193182 Hz
CPU: AMD-K6tm w/ multimedia extensions (233.86-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x570  Stepping = 0
  Features=0x8001bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX
  AMD Features=0x400b10
real memory  = 100663296 (98304K bytes)
avail memory = 94580736 (92364K bytes)
Preloaded elf kernel "kernel" at 0xc02b2000.
Preloaded elf module "splash_bmp.ko" at 0xc02b209c.
Preloaded elf module "vesa.ko" at 0xc02b2140.
Preloaded splash_image_data "/boot/chuck_nebula.bmp" at 0xc02b21dc.
VESA: v2.0, 1920k memory, flags:0x0, mode table:0xc02a0062 (122)
VESA: MagicGraph 128XD 40K SVGA BIOS
apm0: APM BIOS on motherboard
apm: found APM BIOS v1.2, connected at v1.2
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
pci0: PCI bus on pcib0
isab0: PCI to ISA bridge (vendor=1045 device=c700) at device 1.0
on pci0
isa0: ISA bus on isab0
pcic0: TI PCI-1131 PCI-CardBus Bridge at device 10.0 on pci0
pcic1: TI PCI-1131 PCI-CardBus Bridge at device 10.1 on pci0
vga-pci0: NeoMagic NM2160 laptop SVGA controller irq 11 at device
18.0 on pci0
ata-pci0: Unknown PCI IDE controller (generic mode) at device 20.0
on pci0
ata-pci0: Busmastering DMA not enabled
ata0 at 0x01f0 irq 14 on ata-pci0
ata1 at 0x0170 irq 15 on ata-pci0
pccard0: PC Card bus -- KLUDGE version on motherboard
fdc0: NEC 72065B or clone at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5" drive on fdc0 drive 0
atkbdc0: keyboard controller (i8042) at port 0x60-0x6f on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0: Generic ISA VGA at port 0x3b0-0x3df iomem 0xa-0xb on
isa0
sc0: System console on isa0
sc0: VGA 16 virtual consoles, flags=0x200
pcm0: ESS1868 rev 11 at irq 5 drq 1 flags 0x10 on isa0
pca0 at port 0x40 on isa0
pca0: PC speaker audio driver
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
pcic: pccard bridge VLSI 82C146 (5 mem  2 I/O windows)
pcic: controller irq 3
pccard: initalizing drivers:
ad0: FUJITSU MHA2021AT/8209 ATA-3 disk at ata0 as master
ad0: 2067MB (4233600 sectors), 4200 cyls, 16 heads, 63 S/T, 512 B/S
ad0: 16 secs/int, 0 depth queue, PIO
Creating DISK ad0
Creating DISK wd0
acd0: TOSHIBA CD-ROM XM-1602B/1132 CDROM drive at ata1 as master
acd0: read 3445KB/s (3445KB/s), 128KB buffer, PIO
acd0: supported read types: CD-R, CD-RW, CD-DA
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: no/blank disc inside, unlocked
changing root device to wd0s2a
WARNING: / was not properly dismounted
pccard: card inserted, slot 1
WARNING: #ad/0x30005 maxphys = 0 ??WARNING: #ad/0x30004 maxphys = 0
??
syncing disks... done
Rebooting...
Copyright (c) 1992-1999 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #0: Sun Oct 10 06:20:59 JST 1999
[EMAIL PROTECTED]:/usr/src/sys/compile/DCS
Timecounter "i8254"  frequency 1193182 Hz
CPU: AMD-K6tm w/ multimedia extensions (233.87-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x570  Stepping = 0
  Features=0x8001bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX
  AMD Features=0x400b10
real memory  = 100663296 (98304K bytes)
avail memory = 94584832 (92368K bytes)
Preloaded elf kernel "kernel" at 0xc02b2000.
Preloaded elf module "splash_bmp.ko" at 0xc02b209c.
Preloaded elf module 

Re: maxphys = 0??

1999-10-09 Thread Poul-Henning Kamp


Meanwhile the mystery has been solved.  I was a miscommunication
between sos and me.  He only committed one half of the fix for
this issue.

He has now committed the rest along with the latest version of
his ata drivers (he claims :-)

--
Poul-Henning Kamp FreeBSD coreteam member
[EMAIL PROTECTED]   "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: staroffice

1999-10-09 Thread Ollivier Robert

According to Randy Bush:
   o unzip setup.zip to someplace comfortable

Don't both with that.

use "export LD_LIBRARY_PATH=/tmp/sv001.tmp:." before running the setup binary.
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 4.0-CURRENT #74: Thu Sep  9 00:20:51 CEST 1999



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: lconfig cores [ was: staroffice ]

1999-10-09 Thread Randy Bush

 # /compat/linux/sbin/ldconfig
 Segmentation fault (core dumped)
 
 could it be that i need more compat libs than 22?
 
 I cannot swear (or attest) to this, but I recall there being
 a problem with the realtime threads and SMP... am I off-base?
 I thought that StarOffice was hosed on dual processor kernels
 (or at least the installation).  Someone posted awhile back about
 doing the install on a UP kernel and then rebooting SMP...
 
 whoops!  indeed, the host is smp.
 
 will try.

nope.  made non-smp kernel by commenting out

# To make an SMP kernel, the next two are needed
options SMP # Symmetric MultiProcessor Kernel
options APIC_IO # Symmetric (APIC) I/O
# Optionally these may need tweaked, (defaults shown):
options NCPU=2  # number of CPUs
options NBUS=4  # number of busses
options NAPIC=2 # number of IO APICs
options NINTR=24# number of INTs

rebooted that kernel

# /compat/linux/sbin/ldconfig
Segmentation fault (core dumped)

randy


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



libpanel status

1999-10-09 Thread Wes Morgan

Recently, the libncurses source tree was updated to a 5.0 prerelease
snapshot, which is great. However, one app that I develop also uses the
panels library on top of the regular ncurses lib. As it is, the panel
library is incompatible with the ncurses 5.0 library (at least, the 5.0
panel lib) and its a bit of a pain to fix symlinks every time i make 
world. And FWIW I don't use the ncurses port because (as is the case with
some ports) it installs into freakish locations and no sir I just don't
like it (plus its only 4.2).

So my question would be, how come it isnt updated?

WM

-- 
The difference between genius and stupidity is that genius has its limits.
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



breakage in libgcc?

1999-10-09 Thread Randy Bush

just cvsupped

echo '#include xm-freebsd.h'  config.h
echo '#include "i386/xm-i386.h"'  tconfig.h
echo '#include "i386/i386.h"'  tm.h
echo '#include "i386/att.h"'  tm.h
echo '#include "i386/freebsd.h"'  tm.h
echo '#include "i386/perform.h"'  tm.h
cc -c -O -pipe -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config 
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC 
-I/usr/obj/usr/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o 
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c
*** Signal 12

Stop in /usr/src/gnu/lib/libgcc.
*** Error code 1



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: breakage in libgcc?

1999-10-09 Thread Mike Smith

 just cvsupped

Your system; I just finished a world not five minutes ago.  Suspect the
usual.

 echo '#include xm-freebsd.h'  config.h
 echo '#include "i386/xm-i386.h"'  tconfig.h
 echo '#include "i386/i386.h"'  tm.h
 echo '#include "i386/att.h"'  tm.h
 echo '#include "i386/freebsd.h"'  tm.h
 echo '#include "i386/perform.h"'  tm.h
 cc -c -O -pipe -I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config 
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC 
-I/usr/obj/usr/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o 
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c
 *** Signal 12
 
 Stop in /usr/src/gnu/lib/libgcc.
 *** Error code 1
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 

-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime. \\  [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: breakage in libgcc?

1999-10-09 Thread Randy Bush

 just cvsupped
 Your system; I just finished a world not five minutes ago.  Suspect the
 usual.

ok.  doing a make clean now

randy


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: breakage in libgcc?

1999-10-09 Thread Brian F. Feldman

On Sat, 9 Oct 1999, Mike Smith wrote:

  just cvsupped
 
 Your system; I just finished a world not five minutes ago.  Suspect the
 usual.
 

Suspect that you need a newer kernel before you can build the world.

  *** Signal 12
  
  Stop in /usr/src/gnu/lib/libgcc.
  *** Error code 1
  

-- 
 Brian Fundakowski Feldman   \  FreeBSD: The Power to Serve!  /
 [EMAIL PROTECTED]`--'



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message