Important Notification

2021-04-29 Thread freebsd . org- Email Administrator


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Email Security Notification

2021-04-28 Thread Email Administrator


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


unsubscribe me please

2015-10-30 Thread Administrator
Unsubscribe me please

-Original Message-
From: owner-freebsd-curr...@freebsd.org 
[mailto:owner-freebsd-curr...@freebsd.org] On Behalf Of 
freebsd-current-requ...@freebsd.org
Sent: 30 October 2015 12:00
To: freebsd-current@freebsd.org
Subject: freebsd-current Digest, Vol 627, Issue 5

Send freebsd-current mailing list submissions to
freebsd-current@freebsd.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.freebsd.org/mailman/listinfo/freebsd-current
or, via email, send a message with subject or body 'help' to
freebsd-current-requ...@freebsd.org

You can reach the person managing the list at
freebsd-current-ow...@freebsd.org

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of freebsd-current digest..."
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Linksys Wireless USB adapter

2003-06-17 Thread administrator
Anyone know if Linksys wireless usb adapter works under Freebsd 5.1? I see
a msg saying it recognizes the adapter but it uses ugen0, how do you get
an ip or have it work?

Alex
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FTP and command-line multiple downloads

2003-02-14 Thread SNAPSHOTs Service Administrator

(put my 'snapshots.jp.FreeBSD.org admin' hat on)

kris Since upgrading bento to running 5.0, it appears that I can no longer
kris download multiple files from a FTP server by specifying a glob pattern
kris on the command-line:

Client says (from the server side logfile):

Feb 15 08:28:31 u ftpd[85430]: command: SIZE base.??
Feb 15 08:28:31 u ftpd[85430]: --- 550
Feb 15 08:28:31 u ftpd[85430]: base.??: not a plain file.
Feb 15 08:28:31 u ftpd[85430]: command: EPSV
Feb 15 08:28:31 u ftpd[85430]: --- 229
Feb 15 08:28:31 u ftpd[85430]: Entering Extended Passive Mode (|||1679|)
Feb 15 08:28:32 u ftpd[85430]: command: RETR base.??
Feb 15 08:28:32 u ftpd[85430]: --- 550
Feb 15 08:28:32 u ftpd[85430]: base.??: No such file or directory.

kris This used to work under 4.x..

Also client says:

Feb 15 08:42:35 u ftpd[85572]: command: TYPE A
Feb 15 08:42:35 u ftpd[85572]: --- 200
Feb 15 08:42:35 u ftpd[85572]: Type set to A.
Feb 15 08:42:35 u ftpd[85572]: command: EPSV
Feb 15 08:42:35 u ftpd[85572]: --- 229
Feb 15 08:42:35 u ftpd[85572]: Entering Extended Passive Mode (|||1697|)
Feb 15 08:42:35 u ftpd[85572]: command: NLST base.??
Feb 15 08:42:36 u ftpd[85572]: --- 150
Feb 15 08:42:36 u ftpd[85572]: Opening ASCII mode data connection for 'file list'.
Feb 15 08:42:36 u ftpd[85572]: --- 226
Feb 15 08:42:36 u ftpd[85572]: Transfer complete.
Feb 15 08:42:36 u ftpd[85572]: command: TYPE I
Feb 15 08:42:36 u ftpd[85572]: --- 200
Feb 15 08:42:36 u ftpd[85572]: Type set to I.
Feb 15 08:42:36 u ftpd[85572]: command: SIZE base.aa
Feb 15 08:42:36 u ftpd[85572]: --- 213
Feb 15 08:42:36 u ftpd[85572]: 240640
Feb 15 08:42:36 u ftpd[85572]: command: EPSV
Feb 15 08:42:36 u ftpd[85572]: --- 229
Feb 15 08:42:36 u ftpd[85572]: Entering Extended Passive Mode (|||1698|)
Feb 15 08:42:36 u ftpd[85572]: command: RETR base.aa
Feb 15 08:42:36 u ftpd[85572]: --- 150
Feb 15 08:42:36 u ftpd[85572]: Opening BINARY mode data connection for
'base.aa' (240640 bytes).

4.x client issues 'NLST' but 5.x client not; that's the problem.  I'm
also sure that nothing has changed on my side (actually I'm sleeping
at that time :-).

-- -
Makoto `MAR' Matsushita

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



make world fails errors in libedit?

2000-09-18 Thread Administrator

Updated around 3 am (CET) and tryed to build the world but if fails
miserably on libedit.



Script started on Mon Sep 18 06:18:48 2000
(root@worldclass:/usr/src) make world

--

 elf make world started on Mon Sep 18 06:18:52 GMT 2000

--



--

 Rebuilding the temporary build tree

--

rm -rf /usr/obj/usr/src/i386



=== libedit

cc -O2 -pipe -I. -I/usr/src/lib/libedit   -I/usr/obj/usr/src/i386/usr/include -c 
editline.c -o editline.o

In file included from /usr/src/lib/libedit/chared.h:130,

 from /usr/src/lib/libedit/el.h:97,

 from /usr/src/lib/libedit/chared.c:47,

 from editline.c:4:

common.h:2: warning: garbage at end of `#ifndef' argument

common.h:3: warning: missing white space after `#define _h_'

In file included from /usr/src/lib/libedit/chared.h:131,

 from /usr/src/lib/libedit/el.h:97,

 from /usr/src/lib/libedit/chared.c:47,

 from editline.c:4:

vi.h:2: warning: garbage at end of `#ifndef' argument

In file included from /usr/src/lib/libedit/chared.h:132,

 from /usr/src/lib/libedit/el.h:97,

 from /usr/src/lib/libedit/chared.c:47,

 from editline.c:4:

emacs.h:2: warning: garbage at end of `#ifndef' argument

In file included from editline.c:8:

fcns.c:32: `vi_add' undeclared here (not in a function)

fcns.c:32: initializer element is not constant

fcns.c:32: (near initialization for `el_func[54]')

fcns.c:32: `vi_add_at_eol' undeclared here (not in a function)

fcns.c:32: initializer element is not constant

fcns.c:32: (near initialization for `el_func[55]')

fcns.c:33: `vi_change_case' undeclared here (not in a function)

fcns.c:33: initializer element is not constant

fcns.c:33: (near initialization for `el_func[56]')

fcns.c:33: `vi_change_meta' undeclared here (not in a function)

fcns.c:33: initializer element is not constant

fcns.c:33: (near initialization for `el_func[57]')

fcns.c:34: `vi_change_to_eol' undeclared here (not in a function)

fcns.c:34: initializer element is not constant

fcns.c:34: (near initialization for `el_func[58]')

fcns.c:34: `vi_command_mode' undeclared here (not in a function)

fcns.c:34: initializer element is not constant

fcns.c:34: (near initialization for `el_func[59]')

fcns.c:35: `vi_delete_meta' undeclared here (not in a function)

fcns.c:35: initializer element is not constant

fcns.c:35: (near initialization for `el_func[60]')

fcns.c:35: `vi_delete_prev_char' undeclared here (not in a function)

fcns.c:35: initializer element is not constant

fcns.c:35: (near initialization for `el_func[61]')

fcns.c:36: `vi_end_word' undeclared here (not in a function)

fcns.c:36: initializer element is not constant

fcns.c:36: (near initialization for `el_func[62]')

fcns.c:36: `vi_insert' undeclared here (not in a function)

fcns.c:36: initializer element is not constant

fcns.c:36: (near initialization for `el_func[63]')

fcns.c:37: `vi_insert_at_bol' undeclared here (not in a function)

fcns.c:37: initializer element is not constant

fcns.c:37: (near initialization for `el_func[64]')

fcns.c:37: `vi_kill_line_prev' undeclared here (not in a function)

fcns.c:37: initializer element is not constant

fcns.c:37: (near initialization for `el_func[65]')

fcns.c:38: `vi_list_or_eof' undeclared here (not in a function)

fcns.c:38: initializer element is not constant

fcns.c:38: (near initialization for `el_func[66]')

fcns.c:38: `vi_next_char' undeclared here (not in a function)

fcns.c:38: initializer element is not constant

fcns.c:38: (near initialization for `el_func[67]')

fcns.c:39: `vi_next_space_word' undeclared here (not in a function)

fcns.c:39: initializer element is not constant

fcns.c:39: (near initialization for `el_func[68]')

fcns.c:39: `vi_next_word' undeclared here (not in a function)

fcns.c:39: initializer element is not constant

fcns.c:39: (near initialization for `el_func[69]')

fcns.c:40: `vi_paste_next' undeclared here (not in a function)

fcns.c:40: initializer element is not constant

fcns.c:40: (near initialization for `el_func[70]')

fcns.c:40: `vi_paste_prev' undeclared here (not in a function)

fcns.c:40: initializer element is not constant

fcns.c:40: (near initialization for `el_func[71]')

fcns.c:41: `vi_prev_char' undeclared here (not in a function)

fcns.c:41: initializer element is not constant

fcns.c:41: (near initialization for `el_func[72]')

fcns.c:41: `vi_prev_space_word' undeclared here (not in a function)

fcns.c:41: initializer element is not constant

fcns.c:41: (near initialization for `el_func[73]')

fcns.c:42: `vi_prev_word' 

Re: Monitor dies and doesn't come back.

2000-08-28 Thread Systems Administrator

I did just notice something.. why would I have sc0/sc1 and
vga0/vga1? Or is that just because of the  'options SC_PIXEL_MODE'
that I have?

 
Jason DiCioccio - IBM Global Services - [EMAIL PROTECTED] - www.ibm.com
Systems Admin   - Open Domain Server  - [EMAIL PROTECTED]   - www.ods.org
FreeBSD - The Power to Serve  -   - www.freebsd.org


On Mon, 28 Aug 2000, Greg Lehey wrote:

 [dropping -questions, this is a -CURRENT problem]
 
 On Sunday, 27 August 2000 at 22:28:34 -0400, Systems Administrator wrote:
  I've been having a strange problem recently after installing a new
  harddrive.. the harddrive works fine in other OS's, but in FreeBSD,
  (seemingly after the HD install), the Monitor (CTX VL19") goes into
  powersaving and you cant get it back without doing a cold reboot.. not
  even a warm reboot will work.  I am not sure exactly what is happening
  here, perhaps something borked? I have a Western Digital Caviar 45GB drive
  running at UDMA33.
 
 Well, this isn't the monitor, of course.  Your system is probably
 dying a horrible death and not producing any video output.
 
  ad0: 9671MB WDC AC310100B [19650/16/63] at ata0-master using UDMA33
  ad1: 42934MB WDC WD450AA-00BAA0 [87233/16/63] at ata0-slave using UDMA33
  acd0: CD-RW PLEXTOR CD-R PX-W8432T at ata1-master using WDMA2
  acd1: CDROM FX001DE at ata1-slave using PIO3
  Mounting root from ufs:/dev/ad0s1a
  WARNING: / was not properly dismounted
 
 Well, it's not a good idea to put both disks on the same controller
 anyway.  What happens if you put the disks on the primaries of each
 controller, and the CD-ROMS on the secondaries?  If that doesn't help,
 does the system at least work without the 45 GB drive?  Anyway, how
 far do you get in the book process?  Can you get into single user mode
 the way you are now?
 
 Greg
 --
 When replying to this message, please copy the original recipients.
 For more information, see http://www.lemis.com/questions.html
 Finger [EMAIL PROTECTED] for PGP public key
 See complete headers for address and phone numbers
 



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



Monitor dies and doesn't come back.

2000-08-27 Thread Systems Administrator

I've been having a strange problem recently after installing a new
harddrive.. the harddrive works fine in other OS's, but in FreeBSD,
(seemingly after the HD install), the Monitor (CTX VL19") goes into
powersaving and you cant get it back without doing a cold reboot.. not
even a warm reboot will work.  I am not sure exactly what is happening
here, perhaps something borked? I have a Western Digital Caviar 45GB drive
running at UDMA33.

dmesg output follows:

FreeBSD 5.0-CURRENT #1: Sat Aug 26 00:24:22 MDT 2000
[EMAIL PROTECTED]:/usr2/src/sys/compile/FREEBSD
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 501138733 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (501.14-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x673  Stepping = 3

Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PA
T,PSE36,MMX,FXSR,XMM
real memory  = 134217728 (131072K bytes)
avail memory = 127107072 (124128K bytes)
Preloaded elf kernel "kernel" at 0xc037e000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc037e09c.
Preloaded elf module "splash_bmp.ko" at 0xc037e0ec.
Preloaded elf module "vesa.ko" at 0xc037e190.
Preloaded splash_image_data "/boot/splash.bmp" at 0xc037e22c.
Preloaded elf module "snd_emu10k1.ko" at 0xc037e27c.
Preloaded elf module "snd_pcm.ko" at 0xc037e320.
Pentium Pro MTRR support enabled
VESA: v3.0, 16384k memory, flags:0x1, mode table:0xc02f43b7 (1000117)
VESA: 3dfx Interactive, Inc.
npx0: math processor on motherboard
pcib0: Intel 82443BX (440 BX) host to PCI bridge on motherboard
pci0: PCI bus on pcib0
pci0: Intel 82443BX (440 BX) host to PCI bridge at 0.0
pcib1: Intel 82443BX (440 BX) PCI-PCI (AGP) bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
isab0: Intel 82371AB PCI to ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX4 ATA33 controller port 0xf000-0xf00f at device 7.1
on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: Intel 82371AB/EB (PIIX4) USB controller at 7.2 irq 5
pci0: Intel 82371AB Power management controller at 7.3
pcm0: Creative EMU10K1 port 0xe400-0xe41f irq 10 at device 13.0 on pci0
pci0: 3Dfx Voodoo 3 graphics accelerator at 15.0 irq 11
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,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,0x64 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
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
ed0 at port 0x240-0x25f iomem 0xd8000-0xd9fff irq 3 on isa0
ed0: address 00:e0:29:16:cb:72, type SMC8416T (16 bit)
sc1: System console on isa0
sc1: MDA 16 virtual consoles, flags=0x0
vga1: Generic ISA VGA at port 0x3b0-0x3bb iomem 0xb-0xb7fff on isa0
unknown: PNP0303 can't assign resources
unknown: PNP0f13 can't assign resources
unknown: PNP0501 can't assign resources
unknown: PNP0700 can't assign resources
IP packet filtering initialized, divert enabled, rule-based forwarding
enabled,
default to deny, logging limited to 100 packets/entry by default
IP Filter: v3.4.9 initialized.  Default = pass all, Logging = enabled
ad0: 9671MB WDC AC310100B [19650/16/63] at ata0-master using UDMA33
ad1: 42934MB WDC WD450AA-00BAA0 [87233/16/63] at ata0-slave using UDMA33
acd0: CD-RW PLEXTOR CD-R PX-W8432T at ata1-master using WDMA2
acd1: CDROM FX001DE at ata1-slave using PIO3
Mounting root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted


Any help would be appreciated. Thanks! (Sorry, no panic, so that's all I
could get)

-JD-


 
Jason DiCioccio - IBM Global Services - [EMAIL PROTECTED] - www.ibm.com
Systems Admin   - Open Domain Server  - [EMAIL PROTECTED]   - www.ods.org
FreeBSD - The Power to Serve  -   - www.freebsd.org




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



Re: NFS/Vinum problems

2000-03-31 Thread Systems Administrator

Here is my dmesg output, and btw, sorry.. the perl script was not running
on the NFS volume, just regularly on a regular 4.0 box, and it crashed the
box (yes, I had login limits set), I was just giving another example of
what seems to be some instability in 4.0 under high loads..

Here my dmesg from the raid/nfs server:

Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #1: Fri Mar 31 00:03:37 EST 2000
[EMAIL PROTECTED]:/usr/src/sys/compile/RAID
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 186006596 Hz
CPU: IDT WinChip C6 (186.01-MHz 586-class CPU)
  Origin = "CentaurHauls"  Id = 0x541  Stepping = 1
  Features=0x8000b5FPU,DE,TSC,MSR,MCE,MMX
real memory  = 50331648 (49152K bytes)
config en ed0
config po ed0 0x240
config ir ed0 5
config iom ed0 0xd8000
config f ed0 0
config q
avail memory = 45297664 (44236K bytes)
Preloaded elf kernel "kernel" at 0xc036f000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc036f09c.
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
pci0: PCI bus on pcib0
pcib1: DEC 21050 PCI-PCI bridge at device 3.0 on pci0
pci1: PCI bus on pcib1
isab0: Intel 82375EB PCI-EISA bridge at device 4.0 on pci0
eisa0: EISA bus on isab0
mainboard0: HWPc0d1 (System Board) on eisa0 slot 0
isa0: ISA bus on isab0
ahc0: Adaptec aic7855 SCSI adapter port 0xf800-0xf8ff mem
0xfedff000-0xfed
f irq 15 at device 5.0 on pci0
ahc0: Using left over BIOS settings
ahc0: aic7855 Single Channel A, SCSI Id=7, 3/255 SCBs
ahc1: Adaptec aic7855 SCSI adapter port 0xf400-0xf4ff mem
0xfedfe000-0xfedfeff
f irq 15 at device 6.0 on pci0
ahc1: Using left over BIOS settings
ahc1: aic7855 Single Channel A, SCSI Id=7, 3/255 SCBs
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,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,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
vga0: Generic ISA VGA at port 0x3b0-0x3cf iomem 0xa-0xb on isa0
sc0: System console on isa0
sc0: VGA (mono) 16 virtual consoles, flags=0x200
ed0 at port 0x240-0x25f iomem 0xd8000-0xd9fff irq 5 drq 0 on isa0
ed0: address 00:00:c0:00:dc:ba, type SMC8416T (16 bit)
Waiting 15 seconds for SCSI devices to settle
vinum: loaded
da1 at ahc1 bus 0 target 1 lun 0
da1: HP 2.13 GB 1st ### 1221 Fixed Direct Access SCSI-2 device
da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da1: 2033MB (4165272 512 byte sectors: 64H 32S/T 2033C)
da5 at ahc1 bus 0 target 5 lun 0
da5: HP 2.13 GB 1st ### 1221 Fixed Direct Access SCSI-2 device
da5: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da5: 2033MB (4165272 512 byte sectors: 64H 32S/T 2033C)
da6 at ahc1 bus 0 target 6 lun 0
da6: HP 2.13 GB 1st ### 1221 Fixed Direct Access SCSI-2 device
da6: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da6: 2033MB (4165272 512 byte sectors: 64H 32S/T 2033C)
da4 at ahc1 bus 0 target 4 lun 0
da4: HP 2.13 GB 1st ### 1221 Fixed Direct Access SCSI-2 device
da4: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da4: 2033MB (4165272 512 byte sectors: 64H 32S/T 2033C)
da3 at ahc1 bus 0 target 3 lun 0
da3: HP 2.13 GB 1st ### 1221 Fixed Direct Access SCSI-2 device
da3: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da3: 2033MB (4165272 512 byte sectors: 64H 32S/T 2033C)
da2 at ahc1 bus 0 target 2 lun 0
da2: HP 2.13 GB 1st ### 1212 Fixed Direct Access SCSI-2 device
da2: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da2: 2033MB (4165272 512 byte sectors: 64H 32S/T 2033C)
Mounting root from ufs:/dev/da0s1a
cd0 at ahc0 bus 0 target 5 lun 0
cd0: TOSHIBA CD-ROM XM-5301TA 1535 Removable CD-ROM SCSI-2 device
cd0: 4.032MB/s transfers (4.032MHz, offset 15)
cd0: Attempt to query device size failed: NOT READY, Medium not present
da0 at ahc0 bus 0 target 0 lun 0
da0: SGI SeagateST12550N 2703 Fixed Direct Access SCSI-2 device
da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled
da0: 2048MB (4195116 512 byte sectors: 64H 32S/T 2048C)
WARNING: / was not properly dismounted
vinum: reading configuration from /dev/da6s1e
vinum: updating configuration from /dev/da5s1e
vinum: updating configuration from /dev/da4s1e
vinum: updating configuration from /dev/da3s1e
vinum: updating configuration from /dev/da2s1e
vinum: updating configuration from /dev/da1s1e


I hope this helps.. and i'll setup crash dumping on raid, thanks for your
time


On Fri, 31 Mar 2000, Matthew Dillon wrote:

 ::Jason DiCioccio
 
 Another possibility -- could you post your 'dmesg' output?  One thing
 that NFS does do is severely exercise both the network and the SCSI
 device in a concurrent fashion.
 
 If you happen to be using an NCR SCSI chipset, that could be the 

Re: NFS/Vinum problems

2000-03-31 Thread Systems Administrator

One more thing, here's my kernel config file just in case you need it:

machine i386
cpu I586_CPU
ident   RAID
maxusers64

makeoptions DEBUG=-g#Build kernel with gdb(1) debug

options DDB_UNATTENDED
options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep
options NFS #Network Filesystem
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP
options SCSI_DELAY=15000#Delay (in ms) before probing SCSI
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B#Posix P1003_1B real-time
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies
options NMBCLUSTERS=10240
options VINUMDEBUG  #enable Vinum debugging hooks
device  isa
device  eisa
device  pci

# Floppy drives
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0

# SCSI Controllers
device  ahc # AHA2940 and onboard AIC7xxx devices

# SCSI peripherals
device  scbus   # SCSI bus (required)
device  da  # Direct Access (disks)
device  cd  # CD
device  pass# Passthrough device (direct SCSI access)

device  mlx # Mylex DAC960 family
# atkbdc0 controls both the keyboard and the PS/2 mouse
device  atkbdc0 at isa? port IO_KBD
device  atkbd0  at atkbdc? irq 1

device  vga0at isa?


# splash screen/screen saver
pseudo-device   splash

# syscons is the default console driver, resembling an SCO console
device  sc0 at isa?
# Floating point support - do not disable.
device  npx0at nexus? port IO_NPX irq 13

# ISA Ethernet NICs.
device  ed0 at isa? port 0x240 irq 5 iomem 0xd8000

# Pseudo devices - the number indicates how many units to allocated.
pseudo-device   loop# Network loopback
pseudo-device   ether   # Ethernet support
pseudo-device   pty # Pseudo-ttys (telnet etc)
pseudo-device   vinum   #Vinum concat/mirror/raid driver
pseudo-device   snp

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device   bpf #Berkeley packet filter


On Fri, 31 Mar 2000, Matthew Dillon wrote:

 ::Jason DiCioccio
 
 Another possibility -- could you post your 'dmesg' output?  One thing
 that NFS does do is severely exercise both the network and the SCSI
 device in a concurrent fashion.
 
 If you happen to be using an NCR SCSI chipset, that could be the cause
 of the problem (though I have never in my life seen the panic message
 you posted in relation to the NCR cards).
 
 If you can get the panic regularly then it may be worthwhile trying to
 get some more information out of it.  If you compile up a kernel with
 the DDB option and your console is not running X, then the kernel will
 drop into DDB on the console when it panics and allow you to do a
 stack 'trace'.  You may also be able to then dump the machine by typing
 'panic' manually at the ddb prompt after copying down the trace
 information.
 
   -Matt
 
 



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



NFS/Vinum problems

2000-03-30 Thread Systems Administrator


panic: lockmgr: pid -2, exclusive lock holder 5 unlocking

Syncing disks... Timedout SCB handled by another timeout
Timedout handled by another timeout

That is what I get when doing a 'du -k' on an NFS mount from a remote
machine.. THe machine I am speaking of is the actual nfs server, i'm using
freebsd's default nfsd/mountd flags as specified by rc.conf.. However,
when I do lets say, a du -k on the mounted volume, I get that panic.. If
this is a known bug or if anyone knows how to fix this, get back to me
asap..

Thanks in advance, 
Jason DiCioccio



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



Ensoniq Soundscape

2000-03-02 Thread Systems Administrator


Has anyone gotten a regular Ensoniq Soundscape (Not AudioPCI) to work with
pcm0 or anything BUT snd0? :).. I would really love to know as snd0 gives
me a lot of static feedback in 4.0 for some reason.. I figure pcm wouldn't
:)

Thanks,
-JD-



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



Make World failure

1999-08-30 Thread Systems Administrator

Make world for 4.0 is failing due to libedit libraries that were compiled
during the process.. various errors with tputs and other functions in
libedit.a, please commit a fix soon, I just reinstalled -RELEASE and wanna
get out of it.



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



Re: Make World failure

1999-08-30 Thread Systems Administrator

Thats not where it dies :)..


--
Jason DiCioccio  | [EMAIL PROTECTED]
FreeBSD - The Power to Serve | http://www.freebsd.org
 | http://www.ods.org
--

On Mon, 30 Aug 1999, Steve Kargl wrote:

 Matthew N. Dodd wrote:
  On Mon, 30 Aug 1999, Systems Administrator wrote:
   Make world for 4.0 is failing due to libedit libraries that were
   compiled during the process.. various errors with tputs and other
   functions in libedit.a, please commit a fix soon, I just reinstalled
   -RELEASE and wanna get out of it.
  
  Any chance you could cut and paste the errors?
  
 
 This is probably caused by the integration of ncurses.
 Peter Wemm warned that the tree might be broken for a
 day while he/someone chases down the loose ends.
 
 -- 
 Steve
 
 
 cc -O2 -pipe -mpentiumpro -D_GNU_SOURCE -I- -I. 
-I/usr/src/gnu/usr.bin/binutils/gdb/i386 -I/usr/src/gnu/usr.bin/binutils/gdb 
-I/usr/src/gnu/usr.bin/binutils/gdb/../libbfd/i386 
-I/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/include 
-I/usr/src/gnu/usr.bin/binutils/gdb/i386 
-I/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/binutils 
-I/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/binutils/bfd 
-I/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb 
-I/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/config -DFREEBSD_ELF 
-I/usr/src/gnu/usr.bin/binutils/gdb -I/usr/obj/usr/src/tmp/usr/include/readline 
-DNO_MMALLOC   -I/usr/obj/usr/src/tmp/usr/include  -static -o gdb init.o annotate.o 
ax-general.o ax-gdb.o bcache.o blockframe.o breakpoint.o buildsym.o c-exp.o c-lang.o 
c-typeprint.o c-valprint.o ch-exp.o ch-lang.o ch-typeprint.o ch-valprint.o coffread.o 
command.o complaints.o copying.o corefile.o corelow.o core-regset.o cp-valprint.o 
dcache.o dbxread.o demangle.o dwarfread.o dwarf2read.o elfread.o environ.o eval.o 
exec.o expprint.o f-exp.o f-lang.o f-typeprint.o f-valprint.o findvar.o fork-child.o 
gdbarch.o gdbtypes.o infcmd.o inflow.o infptrace.o infrun.o inftarg.o language.o 
jv-exp.o jv-lang.o jv-valprint.o jv-typeprint.o nlmread.o m2-lang.o m2-exp.o 
m2-typeprint.o m2-valprint.o main.o maint.o mdebugread.o mem-break.o minsyms.o 
objfiles.o parse.o printcmd.o remote.o remote-utils.o scm-exp.o scm-lang.o 
scm-valprint.o solib.o source.o stabsread.o stack.o symfile.o symmisc.o symtab.o 
target.o thread.o top.o tracepoint.o typeprint.o utils.o valarith.o valops.o 
valprint.o values.o version.o serial.o ser-unix.o ser-tcp.o callback.o freebsd-nat.o 
i386-tdep.o i387-tdep.o kvm-fbsd.o  -L../libbfd -lbfd -L../libopcodes -lopcodes 
-lreadline -lgnuregex -L../libiberty -liberty -ltermcap
 utils.o: In function `init_page_info':
 utils.o(.text+0xbd0): undefined reference to `tgetent'
 utils.o(.text+0xbf6): undefined reference to `tgetnum'
 utils.o(.text+0xc1c): undefined reference to `tgetnum'
 /usr/obj/usr/src/tmp/usr/lib/libreadline.a(terminal.o): In function 
`_rl_get_screen_size':
 terminal.o(.text+0x79): undefined reference to `tgetnum'
 terminal.o(.text+0xc9): undefined reference to `tgetnum'
 /usr/obj/usr/src/tmp/usr/lib/libreadline.a(terminal.o): In function 
`rl_resize_terminal':
 terminal.o(.text+0x1ae): undefined reference to `tgetstr'
 



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



Re: Make World failure

1999-08-30 Thread Systems Administrator

cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat
-I/usr/obj/usr/src/tm
p/usr/include  -static -o sh alias.o arith.o arith_lex.o cd.o echo.o
error.o eva
l.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o
miscbltin
.o mystring.o options.o output.o parser.o printf.o redir.o show.o trap.o
var.o b
uiltins.o init.o nodes.o syntax.o  -ll -ledit -ltermcap
/usr/obj/usr/src/tmp/usr/lib/libedit.a(editline.o): In function `el_gets':
editline.o(.text+0x5eec): undefined reference to `tgoto'
editline.o(.text+0x5ef5): undefined reference to `tputs'
editline.o(.text+0x5f2a): undefined reference to `tputs'
editline.o(.text+0x607f): undefined reference to `tgoto'
editline.o(.text+0x6088): undefined reference to `tputs'
editline.o(.text+0x618d): undefined reference to `tgoto'
editline.o(.text+0x61b4): undefined reference to `tputs'
editline.o(.text+0x61e2): undefined reference to `tputs'
editline.o(.text+0x620a): undefined reference to `tputs'
editline.o(.text+0x627e): undefined reference to `tgoto'


--
Jason DiCioccio  | [EMAIL PROTECTED]
FreeBSD - The Power to Serve | http://www.freebsd.org
 | http://www.ods.org
--

On Mon, 30 Aug 1999, Jordan K. Hubbard wrote:

  Thats not where it dies :)..
 
 Be more specific.  Just saying "it dies" does not help anyone here.
 
 - Jordan
 



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