Re: dereferencing type-punned pointer will break strict-aliasingrules

2003-07-28 Thread Bruce Evans
On Mon, 28 Jul 2003, Thomas Moestl wrote: > On Mon, 2003/07/28 at 09:30:08 +0900, Jun Kuriyama wrote: > > > > Is this caused by -oS option? > > > > - in making BOOTMFS in make release > > cc -c -Os -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > > -Wmissing-prototypes -W

psmintr: discard a byte (1) [moused issues]

2003-07-28 Thread Wilkinson,Alex
:Can you add :options PSM_DEBUG=2 :to your kernel config and recompile, then do a verbose boot (boot -v) and :send me the output? Jul 29 15:00:15 hostname kernel: Copyright (c) 1992-2003 The FreeBSD Project. Jul 29 15:00:15 hostname kernel: Copyright (c) 1979, 1980

Re: Recommended kernel config for a dell 8450, 8 cpu, 8GB of ram.

2003-07-28 Thread Terry Lambert
Mark Sergeant wrote: > Just seeking some general information. I've got a couple of dell 8 cpu > boxes here running FreeBSD 5.1-RELEASE and am interested in peoples > thoughts on the best kernel configs for this type of machine. I'm > interested in the best way of making use of 8 cpu's and also seei

[current tinderbox] failure on alpha/alpha

2003-07-28 Thread Tinderbox
TB --- 2003-07-29 04:00:04 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-07-29 04:00:04 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-29 04:08:19 - building world TB --- cd /

Re: HEADSUP: USB da(4) quirks deprecated

2003-07-28 Thread Andre Guibert de Bruet
Hi, "camcontrol inquiry" requires the pass driver, so if it's not already in your kernel config you might want to add it when/if you add DA_OLD_QUIRKS. Regards, > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/> On Mon, 28 Jul

fixed another leak in USB code

2003-07-28 Thread John-Mark Gurney
Ok, those of you coming with panics due to kmem exhaustion w/ USB, I have fixed another leak. For some reason I assumed that big blocks were being deallocated upon free, not being put back on the freelist. (Have I mentioned how much it sucks that the USB code it self has five different allocators?

HEADSUP: USB da(4) quirks deprecated

2003-07-28 Thread Nate Lawson
I have committed code to disable the USB and Firewire quirks in da(4). Since we now have code that should handle the common case of a failure after receiving 6 byte commands, most of them should no longer be necessary. However, the only way to tell if a quirk is really needed is to test the new co

Re: NATD question...

2003-07-28 Thread Hideyuki KURASHINA
>>> On Mon, 28 Jul 2003 18:54:17 -0400, "Paul A. Howes" <[EMAIL PROTECTED]> said: > I typed that wrong in the e-mail, but not in my configuration file. > > redirect_port 192.168.x.x:http > > The question still stands: Why didn't this work? Strange. It may take some minute

RE: NATD question...

2003-07-28 Thread Paul A. Howes
I typed that wrong in the e-mail, but not in my configuration file. redirect_port 192.168.x.x:http The question still stands: Why didn't this work? Thanks! -- Paul A. Howes -Original Message- From: Hideyuki KURASHINA [mailto:[EMAIL PROTECTED] Sent: Monday, July

Re: Another LOR with filedesc structure and Giant

2003-07-28 Thread Kris Kennaway
On Mon, Jul 28, 2003 at 02:53:12PM -0700, Kris Kennaway wrote: > On Mon, Jul 28, 2003 at 11:09:55AM -0400, Robert Watson wrote: > > > > On Sun, 27 Jul 2003, Kris Kennaway wrote: > > > > > After upgrading last night, one of the package machines found this: > > > > I've bumped into some similar pr

buffers remaining...

2003-07-28 Thread Andy Farkas
If you boot into single user mode (boot -s), do an fsck (a full fsck, no options), then halt(8), you will get: syncing disks, buffers remaining... 1 1 1 1 1 1 1 1 1 1 giving up on 1 buffers every time. Only happens with clean disks. 100% reproducable. I have UFS1 partitions. Been happening for

Re: Another LOR with filedesc structure and Giant

2003-07-28 Thread Kris Kennaway
On Mon, Jul 28, 2003 at 11:09:55AM -0400, Robert Watson wrote: > > On Sun, 27 Jul 2003, Kris Kennaway wrote: > > > After upgrading last night, one of the package machines found this: > > I've bumped into some similar problems -- it's a property of how we > current lock select(). We hold the fil

Re: SSH from host to jail

2003-07-28 Thread Pat Lashley
--On Monday, July 28, 2003 13:25:07 +0400 Artem 'Zazoobr' Ignatjev <[EMAIL PROTECTED]> wrote: Errr... Random shot: Have you told ssh on host not to listen on all addresses it'll find? I use 'ListenAddress' directive in /etc/ssh/sshd_config Yes, I have. And if that were the problem, I would expec

Re: SSH from host to jail

2003-07-28 Thread Pat Lashley
--On Sunday, July 27, 2003 16:28:44 -0500 Jon Disnard <[EMAIL PROTECTED]> wrote: Pat Lashley wrote: I'm trying to set up some jails in a 5.1R system. I've pretty much copied a setup that was working fine in 4.8; but on 5.1 I can't seem to SSH from the host system into one of its jails. It acts

Re: device driver memory leak in 5.1-20030726?

2003-07-28 Thread John-Mark Gurney
Gary Jennejohn wrote this message on Mon, Jul 28, 2003 at 12:58 +0200: > It appears to me that the test in usb_block_allocmem() should be > (p->tag->parent == tag || p->tag->parent == tag->parent) and NOT > p->tag == tag! That's because bus_dma_tag_create() uses the tag > passed into usb_block_allo

Re: NATD question...

2003-07-28 Thread Hideyuki KURASHINA
Hi, >>> On Mon, 28 Jul 2003 12:17:24 -0400, "Paul A. Howes" <[EMAIL PROTECTED]> said: > All, > > I am trying to redirect a port on my FreeBSD 5.1-based firewall to an > internal machine. My natd configuration contains a directive: > > redirect-port 192.168.x.x:http > > I performed

Re: dereferencing type-punned pointer will break strict-aliasingrules

2003-07-28 Thread Jake Burkholder
Apparently, On Mon, Jul 28, 2003 at 03:59:00AM +0200, Thomas Moestl said words to the effect of; > On Mon, 2003/07/28 at 09:30:08 +0900, Jun Kuriyama wrote: > > > > Is this caused by -oS option? > > > > - in making BOOTMFS in make release > > cc -c -Os -pipe -Wall -Wredundant-decls -

Re: Checking buildworld success from ssh

2003-07-28 Thread Henry Vogt
Hi, you could restart the buildworld with the -DNOCLEAN option, this would terminate much faster than usual o r show up where it fails.. Hope this helps. Regards Henry Am Montag, 28.07.03, um 15:28 Uhr (Europe/Berlin) schrieb Gregory Pavelcak: Hi all, I started a buildworld on current sour

Re: cvs commit: src/sys/cam cam_ccb.h src/sys/cam/scsi scsi_cd.csrc/sys/dev/firewire sbp.c

2003-07-28 Thread Nate Lawson
On Mon, 28 Jul 2003, Kevin Oberman wrote: > > From: Nate Lawson <[EMAIL PROTECTED]> > > This is the first step to removing many of the da(4) quirks that have > > accumulated for USB devices. This code should remove the message: > > "READ(6)/WRITE(6) not supported, increasing minimum_cmd_size to 10

Re: cvs commit: src/sys/cam cam_ccb.h src/sys/cam/scsi scsi_cd.cscsi_da.c src/sys/dev/ata atapi-cam.c src/sys/dev/usb umass.csrc/sys/dev/firewire sbp.c

2003-07-28 Thread Kevin Oberman
> Date: Sun, 27 Jul 2003 23:23:33 -0700 (PDT) > From: Nate Lawson <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > On Sun, 27 Jul 2003, Nate Lawson wrote: > > Modified files: > > sys/cam cam_ccb.h > > sys/cam/scsi scsi_da.c scsi_cd.c > > sys/dev/ata a

[current tinderbox] failure on alpha/alpha

2003-07-28 Thread Tinderbox
TB --- 2003-07-28 16:00:03 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-07-28 16:00:03 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-28 16:02:04 - building world TB --- cd /

Re: cvs commit: src/sys/cam cam_ccb.h src/sys/cam/scsi scsi_cd.c scsi_da.c src/sys/dev/ata atapi-cam.c src/sys/dev/usb umass.c src/sys/dev/firewire sbp.c

2003-07-28 Thread Nate Lawson
On Mon, 28 Jul 2003, Justin T. Gibbs wrote: > > After this code is in both stable and current, current USB quirks will be > > deprecated but can be re-enabled in a pinch with a kernel option. > > Unfortunately, I only have contact information for the more recent quirks > > that were committed and s

linksys wireless usb adapter

2003-07-28 Thread Paulo Roberto
Is there any on going work for this usb network interface? thanks Paulo __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ___ [EMAIL PROTECTED] mailing list ht

NATD question...

2003-07-28 Thread Paul A. Howes
All, I am trying to redirect a port on my FreeBSD 5.1-based firewall to an internal machine. My natd configuration contains a directive: redirect-port 192.168.x.x:http I performed a "kill -HUP" on the natd process, but it doesn't work. I can verify that the internal Web server is

Re: cvs commit: src/sys/cam cam_ccb.h src/sys/cam/scsi scsi_cd.cscsi_da.c src/sys/dev/ata atapi-cam.c src/sys/dev/usb umass.csrc/sys/dev/firewire sbp.c

2003-07-28 Thread Justin T. Gibbs
> After this code is in both stable and current, current USB quirks will be > deprecated but can be re-enabled in a pinch with a kernel option. > Unfortunately, I only have contact information for the more recent quirks > that were committed and so the only way to find devices that have other > pro

Re: savecore options

2003-07-28 Thread Chad David
On Mon, Jul 28, 2003 at 08:24:12AM -0400, David Hill wrote: > Hello - > savecore and its manpage are missing options. > > savecore is missing -z and -N from its usage list. > savecore manpage is missing -N. -z is missing, but -N is obsolete and simply results in a usage() message. Does anyone ob

Re: LOR with filedesc structure and Giant

2003-07-28 Thread Robert Watson
On Sun, 27 Jul 2003, Kris Kennaway wrote: > After upgrading last night, one of the package machines found this: I've bumped into some similar problems -- it's a property of how we current lock select(). We hold the file descriptor lock for the duration of polling each object being "selected", a

Re: Last inline offenders...

2003-07-28 Thread Doug Rabson
The code in mga_stage.c is externally maintained. Its probably not a good idea to edit that one. On Wed, 2003-07-23 at 19:55, Poul-Henning Kamp wrote: > The following patch are my suggestion (already sent to maintainers) > for inlines to remove so we can get under the 2000 limit in GCC on > i386.

Re: Checking buildworld success from ssh

2003-07-28 Thread Ruslan Ermilov
On Mon, Jul 28, 2003 at 09:28:07AM -0400, Gregory Pavelcak wrote: > Hi all, > > I started a buildworld on current sources this morning, but, > foolishly, didn't redirect the output to a file. Now I have some > free time at work and would like to ssh in and do the kernel and > mergemaster. Of cours

Re: Highly loaded machine getting slower and slower

2003-07-28 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Lukas Ertl writes: >Hi there, > >I'm having again problems with a highly loaded 5.1-current machine. The >box is a 2.4GHz Dual Xeon (HTT enabled) with 1GB RAM and acts as a news >server/feeder running diablo. It's pumping out 120+Mbit/sec over Gigabit >without a gl

Highly loaded machine getting slower and slower

2003-07-28 Thread Lukas Ertl
Hi there, I'm having again problems with a highly loaded 5.1-current machine. The box is a 2.4GHz Dual Xeon (HTT enabled) with 1GB RAM and acts as a news server/feeder running diablo. It's pumping out 120+Mbit/sec over Gigabit without a glitch, but after some time, it's getting slower and slower

Checking buildworld success from ssh

2003-07-28 Thread Gregory Pavelcak
Hi all, I started a buildworld on current sources this morning, but, foolishly, didn't redirect the output to a file. Now I have some free time at work and would like to ssh in and do the kernel and mergemaster. Of course, I don't want to do these things if buildworld failed. Is there any way I ca

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-28 Thread Daniel C. Sobral
Ahmed Al-Hindawi wrote: If your system is spending a lot of time moving data to and from swap when it is not memory-starved, or if it is stalling memory allocations that it should be able to fulfill from free RAM, that's a concern. That is exactly it. I emphaises th words " when it is not memor

savecore options

2003-07-28 Thread David Hill
Hello - savecore and its manpage are missing options. savecore is missing -z and -N from its usage list. savecore manpage is missing -N. Thanks David ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubsc

Fwd: new search tool for FreeBSD community

2003-07-28 Thread Vlad Shabanov
Dear Sir(s), Rambler (www.rambler.ru) developed new search tool working with FreeBSD project mail archives. You can try it at http://freebsd.rambler.ru/ Index contains messages from all mail archives including cvs commits, bug reports, etc. We plan to update database daily. Any comments, s

Re: broken world

2003-07-28 Thread Martin Blapp
I should sleep more ! > /usr/src/contrib/isc-dhcp/common/dispatch.c:47: error: syntax error > before string constant > /usr/src/contrib/isc-dhcp/common/dispatch.c:44:1: unterminated #ifndef > *** Error code 1 Sorry for the troubles I've caused. Martin ___

Re: broken world

2003-07-28 Thread Lukas Ertl
On Mon, 28 Jul 2003, Jan Willem Knopper wrote: > /usr/src/contrib/isc-dhcp/common/dispatch.c:47: error: syntax error > before string constant > /usr/src/contrib/isc-dhcp/common/dispatch.c:44:1: unterminated #ifndef > *** Error code 1 > > This error also occurs in isc-dhcp/includes/dhcpd.h:45 an po

broken world

2003-07-28 Thread Jan Willem Knopper
/usr/src/contrib/isc-dhcp/common/dispatch.c:47: error: syntax error before string constant /usr/src/contrib/isc-dhcp/common/dispatch.c:44:1: unterminated #ifndef *** Error code 1 This error also occurs in isc-dhcp/includes/dhcpd.h:45 an possibly in more files. The source looks like: #ifndef lint

Re: device driver memory leak in 5.1-20030726?

2003-07-28 Thread Gary Jennejohn
John-Mark Gurney writes: > > --E/DnYTRukya0zdZ1 > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Lukas Ertl wrote this message on Mon, Jul 28, 2003 at 01:11 +0200: > > Then I have no explanation. I'm running the box with a WiFi card, > > generating lots of network

panic: sleeping thread owns a mutex

2003-07-28 Thread Kris Kennaway
One of the alpha package machines just died with the following: panic: sleeping thread owns a mutex panic() at panic+0x160 propagate_priority() at propagate_priority+0x148 _mtx_lock_sleep() at _mtx_lock_sleep+0x264 _mtx_lock_flags() at _mtx_lock_flags+0x84 _vm_map_lock() at _vm_map_lock+0x40 vm_ma

[RESOLVED] Belkin F5D5020 PCMCIA Card/Notebook Network Card

2003-07-28 Thread Nick H. - Network Operations
I auctually got it working under FreeBSD 4.8. Eventually (read: after next weekend) I plan on attempting to get it working under 5.X. Unfortunately I need the laptop for an event that is happening this week. Anyways, it's working and here's the relevant file settings used: ## FOR FREEBSD 4.X #

Re: device driver memory leak in 5.1-20030726?

2003-07-28 Thread Lukas Ertl
On Sun, 27 Jul 2003, John-Mark Gurney wrote: > Lukas Ertl wrote this message on Sun, Jul 27, 2003 at 16:43 +0200: > > I have different core dumps and backtraces available, but they don't seem > > to be of much use in this case. I really suspect the USB stuff to be > > leaking. > > Ok, if you truel

Re: Belkin F5D5020 PCMCIA Card/Notebook Network Card

2003-07-28 Thread Brad Knowles
At 2:38 AM -0500 2003/07/28, Nick H. - Network Operations wrote: Does support for the Belkin F5D5020 PCMCIA Card/Notebook Network Card exist in FreeBSD 5.0-RELEASE? According to Belkin, it does, but I have been unable to find any support for this card. Any suggestions on the right place to l

Re: SSH from host to jail

2003-07-28 Thread Artem 'Zazoobr' Ignatjev
28.07.2003, 00:25, Pat Lashley wrote: > I'm trying to set up some jails in a 5.1R system. I've pretty much > copied a setup that was working fine in 4.8; but on 5.1 I can't seem > to SSH from the host system into one of its jails. It acts like the > packets just aren't getting through. > > I wou

Re: device driver memory leak in 5.1-20030726?

2003-07-28 Thread Mark Blackman
Ok, you asked for it.. Jul 28 10:13:02 maddog kernel: usbd_alloc_xfer() = 0xc1c92900 Jul 28 10:13:02 maddog kernel: usbd_bulk_transfer: start transfer 53 bytes Jul 28 10:13:02 maddog kernel: usbd_transfer: xfer=0xc1c92900, flags=0, pipe=0xc1bb5480, running=0 Jul 28 10:13:02 maddog kernel: usbd_du

Belkin F5D5020 PCMCIA Card/Notebook Network Card

2003-07-28 Thread Nick H. - Network Operations
Does support for the Belkin F5D5020 PCMCIA Card/Notebook Network Card exist in FreeBSD 5.0-RELEASE? According to Belkin, it does, but I have been unable to find any support for this card. Any suggestions on the right place to look are more than welcome. Here's the mfg's site: http://catalog.bel