Re: can't checkout src for CURRENT

2002-12-03 Thread Andrew Thompson
On Tue, 2002-12-03 at 22:18, Denis N. Peplin wrote: On Tuesday 03 December 2002 02:00, Kris Kennaway wrote: On Mon, Dec 02, 2002 at 01:59:20PM +0300, Denis N. Peplin wrote: What wrong and how to solve this problem? Looks like you may have some form of corruption going on. Check RAM,

Re: sshd problem

2002-12-10 Thread Andrew Thompson
On Wed, 2002-12-11 at 05:52, Vasyl S. Smirnov wrote: Hi again. One more strange thing I've just discovered about sshd - two example ssh sessions: 1. ssh nostromo Password: correct password Connection closed by 10.100.76.33 (and the same sig 11/fatal messages on the console) 2.

Re: Jailing a 4.7 environment on 5.0?

2002-12-11 Thread Andrew Thompson
On Thu, 2002-12-12 at 13:52, Kris Kennaway wrote: On Wed, Dec 11, 2002 at 04:19:31PM -0800, Steve Kargl wrote: Is is possible to set up a jail that contains 4.7 on a 5.0 system? Yes. But doesnt a jail share the same kernel? (I have never set one up so I dont know what I am talking about

cvsweb

2003-01-13 Thread Andrew Thompson
Hi All, Has the cvs website stopped updating itself? http://www.freebsd.org/cgi/cvsweb.cgi/www/en/releases/5.0R/ is showing ver 1.131 of todo.sgml but http://www.freebsd.org/cgi/cvsweb.cgi/www/en/releases/5.0R/todo.sgml is showing ver 1.120 I was using it to see the progress up to 5.0,

Re: cvsweb

2003-01-13 Thread Andrew Thompson
On Tue, 2003-01-14 at 06:30, Bruce A. Mah wrote: If memory serves me right, Andrew Thompson wrote: Has the cvs website stopped updating itself? http://www.freebsd.org/cgi/cvsweb.cgi/www/en/releases/5.0R/ is showing ver 1.131 of todo.sgml but http://www.freebsd.org/cgi/cvsweb.cgi

Re: ATAng and CF cards

2003-09-08 Thread Andrew Thompson
On Mon, 2003-09-08 at 21:38, Soren Schmidt wrote: It seems Soren Schmidt wrote: It seems YazzY wrote: Hi. It can be mounted when I boot the laptop and do not take the card out of the slot. If I eject it and then put it back in, I cannot mount it or dd files to it anymore...

Re: The bikeshed T-shirt

2003-09-11 Thread Andrew Thompson
Brad Knowles wrote: At 2:00 AM +0200 2003/09/12, Brad Knowles wrote: Problem solved. See http://www.cafeshops.com/cmvp.7534915. Note that these are being sold at cost (something any other CafePress member can confirm). Per PHK's request, I am taking this down. My interpretation of

Re: USB da(4) quirks deprecated

2003-09-12 Thread Andrew Thompson
Nate Lawson wrote: dmesg: umass0: SigmaTel, Inc. USBMSC Audio Player, rev 1.10/0.01, addr 3 umass0: Get Max Lun not supported (IOERROR) Enabling quirks for device da0 at umass-sim0 bus 0 target 0 lun 0 da0: SigmaTel MSCN 0001 Removable Direct Access SCSI-4 device da0: 1.000MB/s transfers da0:

Re: USB da(4) quirks deprecated

2003-09-13 Thread Andrew Thompson
Nate Lawson wrote: On Sat, 13 Sep 2003, John-Mark Gurney wrote: Andrew Thompson wrote this message on Sat, Sep 13, 2003 at 16:33 +1200: I have just got around to trying this pen-drive again and have been trying tracking down data corruptions. If I mount the drive, write a file, umount/mount

ACPI and a Toshiba Tecra 8000

2003-09-16 Thread Andrew Thompson
Hi, I have -current on my laptop as of yesterdays sources and my suspending isnt working quite right. The first time I suspend (S3) it works and comes back to life, but the second time the laptop reboots when it resumes. I have now build a new kernel with debuging/ddb and hooked up a serial

Re: ACPI and a Toshiba Tecra 8000

2003-09-16 Thread Andrew Thompson
Nate Lawson wrote: Please compile your kernel with debug symbols (config -g KERNEL) and load it into gdb to get the actual line of code that is getting that NULL deref: gdb kernel.debug l *scsuspend+0x17 That should show the offending code segment. Hopefully I have done this right :)

Re: ACPI and a Toshiba Tecra 8000

2003-09-16 Thread Andrew Thompson
Nate Lawson wrote: On Wed, 17 Sep 2003, Andrew Thompson wrote: (gdb) l *scsuspend+0x17 0xc03d7b17 is in scsuspend (/usr/src/sys/isa/syscons_isa.c:111). 106 int retry = 10; 107 static int dummy; 108 sc_softc_t *sc; 109 110 sc

Re: ACPI and a Toshiba Tecra 8000

2003-09-21 Thread Andrew Thompson
Nate Lawson wrote: On Wed, 17 Sep 2003, Andrew Thompson wrote: It has helped and the laptop is able to suspend with the serial cable attached (further than before). It now panics on the first resume with the following (gdb output at bottom). I think the serial cable is masking the problem

Re: ACPI and a Toshiba Tecra 8000

2003-09-22 Thread Andrew Thompson
Andrew Thompson wrote: Nate Lawson wrote: On Wed, 17 Sep 2003, Andrew Thompson wrote: It has helped and the laptop is able to suspend with the serial cable attached (further than before). It now panics on the first resume with the following (gdb output at bottom). You should do a quick grep

devd

2003-09-23 Thread Andrew Thompson
Hi, I am wondering what the state of devd is, should I be using it instead of pccardd? At the moment I have neither running, but want to 'up' my wi card on insert. thanks, Andy ___ [EMAIL PROTECTED] mailing list

netstat

2003-07-01 Thread Andrew Thompson
Hi, Is there any reason that the interface name in netstat is truncated at 5 chars? I have a box with ~100 vlans so the interface name gets chopped after vlan9. Here is a patch to increase it to 7 chars. Any probs? thanks, Andy --- usr.bin/netstat/if.c.orig Tue Jul 1 22:37:14 2003 +++

Re: Experiences with ath(4)

2003-07-05 Thread Andrew Thompson
On Sun, 2003-07-06 at 05:30, Lukas Ertl wrote: On Sat, 5 Jul 2003, Lukas Ertl wrote: *) Finally, there seems to be a problem with interaction between the AP and my ADSL router (I'm not sure if this is a FreeBSD problem, I need to test with WinXP too). My LAN looks something like this:

Re: USB da(4) quirks deprecated

2003-08-14 Thread Andrew Thompson
On Fri, 2003-08-08 at 15:41, Nate Lawson wrote: On Fri, 8 Aug 2003, Andrew Thompson wrote: On Fri, 2003-08-08 at 03:13, Nate Lawson wrote: On Fri, 8 Aug 2003, Andrew Thompson wrote: umass0: SigmaTel, Inc. USBMSC Audio Player, rev 1.10/0.01, addr 3 If I were you, I'd look first

Re: USB da(4) quirks deprecated

2003-08-14 Thread Andrew Thompson
On Fri, 2003-08-08 at 03:13, Nate Lawson wrote: On Fri, 8 Aug 2003, Andrew Thompson wrote: Hi Nate, I have just purchased a usb pendrive/mp3 player and I am having a bit of trouble. I built a fresh kernel today as I saw you have been working with the da quirks. When I insert

Re: some 5.0 oddities

2003-01-17 Thread Andrew Thompson
Andy Farkas wrote: 5/ disklabel doesn't work: team2# disklabel ad4 disklabel: ioctl DIOCGDINFO: Operation not supported by device team2# disklabel -r ad4 disklabel: bad pack magic number (label is damaged, or pack is unlabeled) I think you need to give the full device name like disklabel

variable init

2011-08-01 Thread Andrew Thompson
Hi, Looking at, http://www.freebsd.org/cgi/query-pr.cgi?pr=159345 The lock is a global variable, declared as static struct mtx lagg_list_mtx; I would expect this to be zeroed memory, is this guaranteed? Andrew ___ freebsd-current@freebsd.org

Re: svn commit: r238361 - head/sys/dev/usb

2012-07-11 Thread Andrew Thompson
On 12 July 2012 10:15, Adrian Chadd adr...@freebsd.org wrote: Again, that just touched usb. So, how'd that affect non-USB wifi cloning? I guess cloning is first match wins and usb was incorrectly matching wlan* Andrew ___ freebsd-current@freebsd.org

Re: rate-limited [kernel] debugging messages ?

2012-08-13 Thread Andrew Thompson
On 14 August 2012 08:56, Luigi Rizzo ri...@iet.unipi.it wrote: In my kernel stuff i tend to define debugging macros of the form #define ND(format, ...) do {} while (0) #define D(format, ...) do { some useful stuff } while (0) so it is convenient to comment them out

Re: sysctl-controlled key-value store ?

2012-10-06 Thread Andrew Thompson
On 7 October 2012 06:28, Luigi Rizzo ri...@iet.unipi.it wrote: Hi, in order to control some netmap feature (namely, which interfaces are attached to VALE switches), i would considering the use of a sysctl interface triggering a sysctl-proc, something of the form

Re: VirtIO in GENERIC

2012-12-16 Thread Andrew Thompson
On 17 December 2012 13:17, Bryan Venteicher bry...@freebsd.org wrote: There's been lots of requests to have VirtIO in GENERIC for i386 and amd64. Anybody have any issues or concerns with this or the patch at [1]. This also removes the kludge that was introduced in r239009. I've compiled LINT

Re: VirtIO in GENERIC

2012-12-16 Thread Andrew Thompson
On 17 December 2012 18:06, Jim Harris jimhar...@freebsd.org wrote: On Sun, Dec 16, 2012 at 6:53 PM, Andrew Thompson thom...@freebsd.orgwrote: On 17 December 2012 13:17, Bryan Venteicher bry...@freebsd.org wrote: There's been lots of requests to have VirtIO in GENERIC for i386 and amd64

sockstat jid patch

2012-05-15 Thread Andrew Thompson
Hi, Here is a quick patch to limit the sockstat output to a specific jail id, this is useful to verify which sockets a jail has open. A jid of 0 will show the host system. This will result in an extra syscall per socket when -j is set but I do not think warrants a process cache. Any

Re: [HEADSUP] pkg 1.3.0 alpha1: Breath of fresh air from Kirov

2014-03-17 Thread Andrew Thompson
On 18 March 2014 06:21, Baptiste Daroussin b...@freebsd.org wrote: Hello, I'm really pleased to announce that the release process for the new major version of pkg(8) has started with this first alpha1 release. The main feature for this release is the complete rework of the solver. pkg(8)

geom kernel proc

2011-05-09 Thread Andrew Thompson
Hi, I have a cosmetic patch that moves the geom kprocs to kthreads from PID TT STAT TIME COMMAND 2 ?? DL 2:38.03 [g_event] 3 ?? DL49:43.61 [g_up] 4 ?? DL57:10.71 [g_down] to % procstat -t 13 PIDTID COMM TDNAME CPU PRI STATE

Re: [head tinderbox] failure on powerpc/powerpc

2010-03-11 Thread Andrew Thompson
On Wed, Mar 10, 2010 at 10:48:27PM -0800, Garrett Cooper wrote: Weongyo, et all, On Wed, Mar 10, 2010 at 10:29 PM, FreeBSD Tinderbox /src/sys/modules/siba_bwn/../../dev/siba/siba_core.c:2035: error: request for member 'sd_bus' in something not a structure or union *** Error code 1

bridge dhcp

2010-06-02 Thread Andrew Thompson
Hi, r179003 | brooks | 2008-05-15 13:06:10 +1200 (Thu, 15 May 2008) | 9 lines Change the default value of synchronous_dhclient to NO. To preserve the existing behavior of etc/rc.d/netif, add code to wait up to if_up_delay seconds (30 seconds by default) for a default route to be configured if

Re: [panic] Race in IEEE802.11 layer towards device drivers

2010-07-07 Thread Andrew Thompson
On 8 July 2010 07:13, Hans Petter Selasky hsela...@c2i.net wrote: Hi, When supplying wpa_supplicant.conf with incorrect passwords, but a valid SSID, I have seen kernel panics several times when using USB based WLAN dongles. When only supplying a valid password, no panic has been seen. How

Re: [panic] Race in IEEE802.11 layer towards device drivers

2010-07-11 Thread Andrew Thompson
On 8 July 2010 07:13, Hans Petter Selasky hsela...@c2i.net wrote: Hi, When supplying wpa_supplicant.conf with incorrect passwords, but a valid SSID, I have seen kernel panics several times when using USB based WLAN dongles. When only supplying a valid password, no panic has been seen. How

Re: Official request: Please make GNU grep the default

2010-08-14 Thread Andrew Thompson
On 15 August 2010 13:55, Doug Barton do...@freebsd.org wrote: Our default grep should be significantly slower than the old grep because: I think that new grep which is times slower than the old grep is still in the acceptable range. I think that new grep which is 1000 times slower than

Re: DTrace userland project

2010-08-31 Thread Andrew Thompson
On 1 September 2010 10:21, Rui Paulo rpa...@freebsd.org wrote: Hi, The DTrace userland project is near completion and you can start using parts of it right away (only on FreeBSD HEAD right now). For more information on how to use DTrace with userland, please read:

Re: FYI: USB 3.0 support and the XHCI driver is now fully committed to FreeBSD-current

2010-10-05 Thread Andrew Thompson
On 6 October 2010 10:58, Mark Atkinson atkin...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/2010 11:39, Mark Atkinson wrote: On 10/05/2010 10:09, Mark Atkinson wrote: Root mount waiting for: usbus3 usbus0 [hang, waits forever...] Well reverting to r213377