Re: exited on signal 11 (no core dump - other error)

2024-07-12 Thread Dave Cottlehuber
), jid 0, uid 565: exited on signal 11 (no core dump - bad address) <6>[1920] pid 4306 (dbus-daemon), jid 0, uid 556: exited on signal 11 (no core dump - bad address) ... A+ Dave

Re: libc/libsys split coming soon

2024-02-03 Thread Dave Cottlehuber
e zig[1], rust or go, to use directly? What’s the appropriate mechanism for such a language to know which version of FreeBSD it’s talking to, to ensure syscall table matches the languages expectations? It would be nice to hear about any experiments in (2) and how that compares to things such as capsicum. [1]: https://github.com/ziglang/zig/issues/165 A+ Dave

Re: Drm-kmod and 14-CURRENT

2022-10-16 Thread Dave Cottlehuber
d errors out. Try bumping your ports drm-510-kmod to 0b1394a6 (1 Oct). I bumped my i915 14.0-CURRENT laptop this morning and did not get Xorg starting either until rebuilding latest 5.10.113_7 drm-510-kmod before it worked again. A+ Dave

Re: FreeBSD, boot environments and /dev

2022-05-12 Thread Dave Cottlehuber
On Thu, 12 May 2022, at 07:12, Michael Schuster wrote: > On Wed, May 11, 2022 at 11:38 PM Dave Cottlehuber wrote: >> On Wed, 11 May 2022, at 14:58, Michael Schuster wrote: >> > I then created a new BE, mounted it on /mnt, removed /mnt/dev/* (only >> > regular files and

Re: Upgrade automation

2022-05-11 Thread Dave Cottlehuber
ost. Thanks for sharing the playbook snippet. A+ Dave — O for a muse of fire, that would ascend the brightest heaven of invention!

Re: FreeBSD, boot environments and /dev

2022-05-11 Thread Dave Cottlehuber
UTC # pwd_mkdb -p -d /mnt/etc /mnt/etc/master.passwd # ln -s /usr/home /mnt/home ### copy in & amend /etc/fstab /etc/rc.conf /boot/loader.conf as required # bectl activate -t vanilla # reboot try that and let us know what, if any, errors you get? A+ Dave

Re: FreeBSD, boot environments and /dev

2022-05-09 Thread Dave Cottlehuber
27;t mounted and various scripts & tools tried to pipe via /dev/{fd,zero,null,...}. If you created a hypothetical "empty" BE from scratch, unpacked src tarballs into it, it would also be empty. A+ Dave

Re: Dragonfly Mail Agent (dma) in the base system

2022-02-05 Thread Dave Cottlehuber
h the one from ports, nor do I recall seeing it recently in the last year. If I get a repeat, I'll add a PR rather than this anecdotal info. A+ Dave

Re: -CURRENT compilation time

2021-09-07 Thread Dave Cottlehuber
ontrib things that use CMake) build system without having to recreate > it, and be able to use ninja, to build. This would be a worthy FreeBSD foundation project IMHO. A+ Dave

Re: dumpdev AUTO in rc.conf does not work

2021-08-09 Thread Dave Cottlehuber
r.conf, though, switching them off makes no difference: root@a01 /u/h/dch# grep geom /boot/loader.conf kern.geom.label.disk_ident.enable="0" kern.geom.label.gptid.enable="0" A+ Dave

Re: dumpdev AUTO in rc.conf does not work

2021-08-09 Thread Dave Cottlehuber
I've not got geli or gbde encrypted swap enabled, though, happy to try that out later. A+ Dave

Re: Scrub incredibly slow with 13.0-RC3 (as well as RC1 & 2)

2021-04-02 Thread Dave Cottlehuber
. [1]: https://hackmd.io/HhYlbsDJTpCWHSwlrwrY_w A+ Dave ___ 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"

Re: [openzfs] r365058 arm64 uefi boot fails with "unknown filesystem" after launching kernel

2020-09-03 Thread Dave Cottlehuber
dule has a dependency on > cryptodev module (MODULE_DEPEND in the code). > The loader knows how to load dependencies. emaste mentioned that this dependency walking doesn't work on aarch64 yet, until after loader stage is complete. A+ Dave — O for a muse of fire, that

Re: [openzfs] r365058 arm64 uefi boot fails with "unknown filesystem" after launching kernel

2020-09-02 Thread Dave Cottlehuber
On Wed, 2 Sep 2020, at 21:01, Navdeep Parhar wrote: > Load cryptodev manually from the loader to boot and then add > cryptodev_load="YES" to your loader.conf. Hi Navdeep that was it - thanks! crisis averted. A+ Dave — O for a muse of fire, that would ascend the brightest hea

[openzfs] r365058 arm64 uefi boot fails with "unknown filesystem" after launching kernel

2020-09-02 Thread Dave Cottlehuber
0200901.193810 ​ Manual root filesystem specification: — Dave Cottlehuber +43 67 67 22 44 78 Managing Director Skunkwerks, GmbH http://skunkwerks.at/ ATU70126204 Firmenbuch 410811i ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.

Re: CTF: UEFI HTTP boot support

2020-06-17 Thread Dave Cottlehuber
ingle="YES" tmpfs_load="YES" autoboot_delay="-1" # dump net vars # exec="show boot.netif.hwaddr" # exec="show boot.netif.ip" # exec="show boot.netif.netmask" # exec="show boot.netif.gateway" # ensure we have eno

Re: boot message: sendmsg on igb0: No buffer space available

2018-10-20 Thread Dave Cottlehuber
t this occurs when dhclient is trying before the interface is available for use - is that likely in your case? A+ Dave ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send an

Routine Panic on HP Proliant G10

2018-09-11 Thread Dave Robison
pipermail/freebsd-stable/2018-September/089623.html I'm at a loss so I have gathered as much info as I can to predict questions and requests for more info. Hoping someone can point me in the right direction for further troubleshooting or at least isolation of the problem to a specific a

Re: drm / drm2 removal in 12

2018-08-25 Thread Dave Cottlehuber
my first foray into running current and I've not looked back since. Power mgmt is great, I have working suspend/resume, backlight, HDMI hot-plug output with video & sound as well. That's amazing. A+++ Dave ___ freebsd-current@freeb

Re: unloading pf causes desktop system to freeze since ~ r335651 [coredump]

2018-06-26 Thread Dave Cottlehuber
On Mon, 25 Jun 2018, at 23:08, Dave Cottlehuber wrote: > [cross-posting for advice on general debugging + network-specific thoughts] The HPET NMI watchdog patch was very timely - works a treat: https://reviews.freebsd.org/D15630 > However each time there's no crashdump, & the usu

unloading pf causes desktop system to freeze since ~ r335381

2018-06-25 Thread Dave Cottlehuber
hung? - dmesg, rc.conf, ifconfig, sysctls etc https://git.io/f4HQZ - supermicro X10SRA-F bios v2.0a settings https://git.io/f4HQb A+ Dave ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscr

Re: Call for Testing: 12.0-CURRENT amd64 memstick installer boot-testing wanted

2018-05-30 Thread Dave M.
md64 CPU Model: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz and that went well, also went into the shell with a gpart show, again all good! -- Dave M. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-curren

Re: snapshot of april 12th wont boot at all

2018-04-17 Thread Dave Cottlehuber
from there Any variants you tried Do you just get a black screen? Good hunting! Dave ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-uns

Re: make installworld broke / how to recover

2018-02-24 Thread Dave Cottlehuber
On Thu, 22 Feb 2018, at 14:41, tech-lists wrote: > On Thu, Feb 22, 2018 at 03:10:17AM -0800, Jack L. wrote: > >maybe try a clean buildworld, update /usr/src to the latest version, rm -rf > >/usr/obj, then make buildworld && make installworld && make kernel and see > >if that fixes the issue? > > I

Re: P2P core/daemon in Base?

2018-02-22 Thread Dave Cottlehuber
on the spec as I was involved in it. Also, if it's something the FreeBSD Foundation might consider jointly supporting, I would help with the paperwork & submission. A+ Dave — Dave Cottlehuber +43 67 67 22 44 78 Managing Director Skunkwerks, GmbH http://skunkwerks.at/ ATU70126

[panic][bhyve] mtx_lock_spin: recursed on non-recursive mutex vcpu lock @ /usr/src/sys/amd64/vmm/vmm.c:2246

2018-02-20 Thread Dave Cottlehuber
rting out reporting any panics that hopefully aren't due to my errors/omissions. Tips for making these reports more useful are welcomed. A+ Dave ___ 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"

[SOLVED] Re: panic: Lock PFil shared rmlock not read locked @ /usr/src/sys/net/pfil.c:116 prior to r326363

2017-12-04 Thread Dave Cottlehuber
On Mon, 4 Dec 2017, at 01:24, Ryan Stone wrote: > Please update to r326376 or later. That will likely fix you issue. > Indeed it does -- thanks! A+ Dave ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/f

panic: Lock PFil shared rmlock not read locked @ /usr/src/sys/net/pfil.c:116 prior to r326363

2017-12-03 Thread Dave Cottlehuber
/gist.github.com/dch/68dd6f8d44dd76c558908e71dc3e1f87#file-dmesg-log + other logs in same gist Suggestions how to get from X to debugger would help, as would setting up serial console over ipmi - this is a supermicro motherboard. A+ Dave ___ freebsd-current@freebsd.or

Re: latest iwm patches don't work with my 8265 chip

2017-10-11 Thread Dave Cottlehuber
oesn't get built afaict. > > Hi Pete, > I submitted your patch as r324470. > Take care! > -Ngie > ___ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current

pkg update fails with: rsa verify failed: error:04091077:rsa routines:INT_RSA_VERIFY:wrong signature length

2017-02-27 Thread Dave Cottlehuber
nable to update repository FreeBSD ``` A+ Dave ___ 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"

Re: A quick question

2016-12-24 Thread Dave Cottlehuber
On Wed, 21 Dec 2016, at 06:39, blubee blubeeme wrote: > Can I bump this issue one more time? > > On Sun, Dec 18, 2016, 18:38 Dave Cottlehuber wrote: > > > On Sun, 18 Dec 2016, at 10:07, blubee blubeeme wrote: > > > Hi > > > > > > I am on a Macbook

Re: A quick question

2016-12-18 Thread Dave Cottlehuber
ou probably only need to unpack http://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/12.0-CURRENT/*.txz ; I'm assuming this snapshot is still from the same date as your installer. If your USB stick has the txz on it, then you can extract them from there as well. Something like tar -xf d

Failure during buildworld of FreeBSD 9 on FreeBSD 12.0-CURRENT

2016-11-07 Thread Dave Dodd
Gentlefolk, I have run into a problem building a FreeBSD 9 world & kernel on a FreeBSD 12.0-CURRENT host. I have my FreeBSD 9 tree located in /usr/src-9 which was refreshed via svn yesterday. The build is being executed on a host running FreeBSD 12.0-CURRENT #3 r308389 . The steps that were fol

Re: boot fails "Can't stat /dev/da0a: No such file or directory"

2016-05-01 Thread Dave Males
ooks like the >device doesn't get created early enough. > >Graham Hi, I had the same error message with a USB storage drive, so I used kern.cam.boot_delay="1" in /boot/loader.conf with success. My /etc/fstab is /dev/da1p1 /mnt/usb1 ufs rw 2 2 Have a

Re: boot fails "Can't stat /dev/da0a: No such file or directory"

2016-05-01 Thread Dave Males
ooks like the >device doesn't get created early enough. > >Graham Hi, I had the same error message with a USB storage drive, so I used kern.cam.boot_delay="1" in /boot/loader.conf with success. My /etc/fstab is /dev/da1p1 /mnt/usb1 ufs rw 2 2 Have a

LOR in r295717M

2016-03-14 Thread Robison, Dave
irks=0x10<10_BYTE_ONLY> cd4 at umass-sim1 bus 1 scbus5 target 0 lun 0 cd4: Removable CD-ROM SCSI-3 device cd4: Serial Number 731284497BE433D913F08AD68B5E9D71 cd4: 40.000MB/s transfers cd4: Attempt to query device size failed: NOT READY, Medium not present cd4: quirks=0x10<10_BYTE_ONLY> em0: l

Re: Light humour

2013-04-29 Thread Robison, Dave
http://news.netcraft.com/archives/2013/04/01/most-reliable-hosting-company-sites-in-march-2013.html -- Dave Robison Sales Solution Architect II FIS Banking Solutions 510/621-2089 (w) 530/518-5194 (c) 510/621-2020 (f) da...@vicor.com david.robi...@fisglobal.com _ The information

Synaptics PS/2 TouchPad

2003-11-13 Thread Dave Smith
Has anybody managed to get a Synaptics touchpad working on -current with ACPI? I have a Compaq Presario 2143 and the touchpad is not detected with ACPI enabled. With ACPI disabled it appears and works perfectly. A short time ago somebody suggested adding hints.psm.0.flags="0x64000" but that did

DVD burning under 5.0

2003-11-05 Thread dave
Have you have had any success burning DVD's using FreeBSD? Any information you can share, or web sites you might point us too? We're looking for all we can find. Thanks! Cheers, Dave -- Dave Bowers Technology Director Sparkplug Interacti

Jail Hosting required

2003-11-01 Thread Dave Johnson
Hi Please can someone recommend a hosting service in the UK that can provide a Jail service for us. Please reply off list. Regards ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any ma

Re: Q) Does em0 work under HTT?

2003-10-03 Thread dave
Hyperthreading: 2 logical CPUs However, I am not sure if it is because of HTT enabled or not. It seems to be working on mine just fine: insane:/home/dave 4:05am [10] > dmesg Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 199

Re: yep, umass still broken

2003-09-27 Thread Dave Truesdell
-- Your message was: (from "Wesley Morgan") On Fri, 26 Sep 2003, Brian Fundakowski Feldman wrote: > I can get fdisk to read the MBR, but when I try mdir, I get this trace back > (of course, no crash dump because those haven't worked for me in a year): > trap 0xc > memcpy() > ohci_softintr() > us

sound lock

2003-09-06 Thread Dave
I got this when I exited XFree86 Reproduceable? Not always... acquiring duplicate lock of same type: "pcm channel" 1st pcm0:record:0 @ /usr/src/sys/dev/sound/pcm/sound.c:195 2nd pcm0:play:0 @ /usr/src/sys/dev/sound/pcm/sound.c:195 Stack backtrace: backtrace(c05a25b4,c44a2a54,c059025d,c3,2

Lock order reversal

2003-09-05 Thread Dave Rand
Has anyone seen this before? Sep 5 15:06:02 rdaver kernel: lock order reversal Sep 5 15:06:02 rdaver kernel: 1st 0xcf33ba34 filedesc structure (filedesc structure) @ kern/sys_generic.c:895 Sep 5 15:06:02 rdaver kernel: 2nd 0xc054c640 Giant (Giant) @ fs/specfs/spec_vnops.c:372 I've been getti

Re: error: ln: /usr/libexec/ld-elf.so.1: Operation not permitted

2003-08-17 Thread dave
At 01:57 PM 8/17/2003 gordon just fixed in the rev 1.22 of src/libexec/rtld-elf/Makefile, so CVSup and try it again. Cheers, Mezz it's fine now. thanks dave ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/fr

error: ln: /usr/libexec/ld-elf.so.1: Operation not permitted

2003-08-17 Thread dave
months with minimal problems. Probably something simple I just don't see. cheers, dave ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Loading 5.x onto a laptop

2003-07-26 Thread Dave Johnson
Hi Has anyone manage to load ver 5.x into the Compaq Presario 1370 notebook. I get kernel panic all the time Regards ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL P

Re: interesting problem

2003-06-06 Thread dave
ern Digital "Raptor" http://www.westerndigital.com/en/products/serialata/ EnterpriseDrives.asp#spec So far it works quite nicely with Mandrake 9.1. I have another disk I can load FreeBSD onto. How would I go about getting/adding support for this controller? Dave -Søren ___

Re: policy on GPL'd drivers?

2003-05-29 Thread dave
s are provided by the kernel proper only which only uses them to satisfy a module dependency? Interesting [hope I got that correct :)] Sounds like a neat way to create a module framework, guide for 3rd party and commercial drivers to get support from FreeBSD itself. dave ___

Re: policy on GPL'd drivers?

2003-05-29 Thread dave
I don't think anyone is talking about symbol versioning. The issue is stamping the API at a particular point in time that shows it behaves in a specified guaranteed way. The module system has all the hooks to deal with versioning. What's missing is not the mechanism but the knowledge, i.e. we don't

Re: ACPI errors and panic

2003-03-16 Thread dave
know how to go abotu fixing it rather than just trynig to disable it? Matt, It seems like the fix right now is to disable it. Put this line: hint.acpi.0.disabled="1" in /boot/device.hints dave racette To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Fetching distfiles from mirrors by default

2003-01-30 Thread Dave Cornejo
I use this in make.conf MASTER_SITE_OVERRIDE=ftp://freebsd.cisco.com/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ to get stuff off an internal mirror There are probably better ways to do it, but this has worked for me. dave c you wrote: > Hello, > > I seem remember 4.7 had an optio

Re: current SMP kernel crashes (different?)

2002-11-14 Thread Dave Cornejo
the handler itself > might be messed up. If you do a hexdump of the first argument to > ithread_remove_handler() that should give you a dump of the struct intrhand, > and you can then see if that looks valid, esp. the ithread pointer. If the > ithread pointer is valid then you can st

current SMP kernel crashes (different?)

2002-11-12 Thread Dave Cornejo
no problem. If I'm reading the code correctly this seems to be a problem in APIC mode 8254 detection. Does anyone have any idea why this is happening? Any magical hints I could use to get past this? I've tried disabling ACPI to no avail. thanks, dave c Rebooting... Console: serial p

Re: df problems ?

2002-10-27 Thread Dave Evans
> > Is there any way of obtaining a list of superblocks on a fs, apart from > > making a note of the list newfs produces? > > dumpfs(8) > There is, as I've just discovered, a -N option to newfs, which displays what it is going to do but doesn't write to the disk. One slip of the typing fingers

Re: df problems ?

2002-10-26 Thread Dave Evans
> This is all very true for 4.7, but what about earlier versions. > > I compiled fsck using 4.7 srcs, includes and hierarchy with 4.0 > libraries and tools, so that I could have an fsck I could use with my > 4.0 CDROM (the latest one I have, unfortunately) to repair any changes > made by my CURREN

Re: df problems ?

2002-10-25 Thread Dave Evans
In article <[EMAIL PROTECTED]> you write: > Alexey Zelkin wrote: > > Folks, > > > I have dual boot machine with -STABLE and -CURRENT (both have own > > boot slices and few slices are shared between them.) > > I don't know all the details, but -CURRENT recently changed the way > information is rec

pppd not working on latest current 2002-10-20

2002-10-25 Thread Dave Evans
Is anyone using pppd on CURRENT. somewhere between may and October it seems to have broken. My KERNEL is GENERIC, my sources are dated cvs -D2002-10-20, but I now get a message about needing facilities in the kernel. However, the kernel has many ppp entry points, I haven't modified GENERIC which

fxp0 timeouts

2002-07-18 Thread Dave Cornejo
I'm quite certain this was discussed recently, but I can't find it in the mailing list archives. I'm getting a few "fxp0: device timeout" on my supermicro 6010H (dual 1GHz PIII with onboard fxp). Was this resolved? thanks, dave c -- Dave Cornejo @ Dogwood Media,

Re: FreeBSD 4.5-STABLE not easily scalable to large servers ... ?

2002-04-23 Thread Dave Hayes
ne take a crack at documenting the FreeBSD kernel, and perhaps use some annotation feature to create a "living" document which (hopefully) comes close to describing the kernel architechture? If you want to track a moving target, perhaps you need to use a moving track? -- Dave Hay

Adaptec NIC and Netfinity

2002-03-27 Thread Dave Brancato
e hardware platform is on a IBM Netfinity 4000R. I have disabled any PnP options in the bios and have also disabled floppy and com ports. I am posting the output from the command "dmesg" and also the output of "vmstat -I". Please CC:[EMAIL PROTECTED] with any info. Th

early vfs_mountroot commit 20020308

2002-03-12 Thread dave adkins
2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #18: Tue Mar 12 08:18:24 CST 2002 dave@maxathome:/home/bsd-src/sys/i386/compile/DAVES Preloaded

Re: today's current: boot/loader and console

2002-01-04 Thread Dave Runkle
non-PnP devices > [snip] > isa_probe_children: probing PnP devices > [ many more errors & failures below ] What's all this - any clues here? Disables, then probes again? There's a lot of errors and failures in your dmesg below. I'm not guru enough to know them all, bu

make release broken (+ fix)

2001-10-23 Thread Dave Cornejo
0F PCI ethernet card" wiif_wi 2 network "Lucent WaveLAN/IEEE 802.11 PCMCIA card" - wxif_wx 2 network "Intel Gigabit Ethernet (82452) card" xlif_xl 2 network "3COM 3c90x / 3c90xB PCI ethernet card" --- 54

make release: kernel floppy too big

2001-09-24 Thread Dave Cornejo
I'm not wrong here, or I somehow compiled with the 'create bloated object' file options set, how do you handle things like this? Below are an ls -lR in the directory it's copying about and the last few lines of output from make release. dave c = >[dave@white]

Re: unpleasant ps output and possible related problems.

2001-09-05 Thread Dave Cornejo
ion so I'll keep plugging and if I get some time this weekend and they still are doing this, then I'll try and get more info. dave c -- Dave Cornejo @ Dogwood Media, Fremont, California (also [EMAIL PROTECTED]) "There aren't any monkeys chasing us..." - Xochi To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-09-05 Thread Dave Cornejo
you wrote: > And just for the record: PERL is right out (of space) for this purpose... as I assume emacs would be too? :-( -- Dave Cornejo @ Dogwood Media, Fremont, California (also [EMAIL PROTECTED]) "There aren't any monkeys chasing us..." - Xochi To Unsubscribe: s

unpleasant ps output and possible related problems.

2001-09-05 Thread Dave Cornejo
- but no other apparent side effects. The corrupted line shows up in many different places and users, and the exact contents vary, but there's always a "(csh)" at the end. -- Dave Cornejo @ Dogwood Media, Fremont, California (also [EMAIL PROTECTED]) "There aren'

No Subject

2001-07-22 Thread Cap&#x27;n Dave
Please add to mailing list For reasonable internet solutions within the Maryland, DC, Northern VA, PA, and DE areas visit us at http://www.marineronline.net/ . For more information call either 410-663-6776 or 800-692-9011. Visit our Site at http://www.capndave.net/ for your boating needs. To

No Subject

2001-07-22 Thread Cap&#x27;n Dave
For reasonable internet solutions within the Maryland, DC, Northern VA, PA, and DE areas visit us at http://www.marineronline.net/ . For more information call either 410-663-6776 or 800-692-9011. Visit our Site at http://www.capndave.net/ for your boating needs. To Unsubscribe: send mail to

Re: more on supermicro 6010H hang

2001-07-18 Thread Dave Cornejo
Well, damn. I've run it through a couple of reboots with a fresh current SMP kernel and it boots like a champ... Where were you a couple of weeks ago when I started trying to solve this problem? ;-) At least I learned a lot about debugging kernels... thanks for your guess! dave c &

more on supermicro 6010H hang

2001-07-16 Thread Dave Cornejo
ime this deep into the kernel - can you suggest a further plan of attack? thanks! dave c here's the dmesg output for this system if this helps any: Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the Un

Re: SCSI hangs w/SuperMicro 6010H

2001-07-11 Thread Dave Cornejo
oblem have been introduced when support was added? thanks, dave c -- Dave Cornejo @ Dogwood Media, Fremont, California (also [EMAIL PROTECTED]) "There aren't any monkeys chasing us..." - Xochi To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

old current snapshots

2001-07-09 Thread Dave Cornejo
thing from that (provided nothing is broken). thanks, dave c -- Dave Cornejo @ Dogwood Media, Fremont, California (also [EMAIL PROTECTED]) "There aren't any monkeys chasing us..." - Xochi To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: SCSI hangs w/SuperMicro 6010H

2001-06-26 Thread Dave Cornejo
atch the command completions? which routine is best to do this in? btw, thanks very much for your help! dave c -- Dave Cornejo @ Dogwood Media, Fremont, California (also [EMAIL PROTECTED]) "There aren't any monkeys chasing us..." - Xochi To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: SCSI hangs w/SuperMicro 6010H

2001-06-22 Thread Dave Cornejo
en the system hangs. I have gone back to a SMP kernel from April 15th - using a GENERIC kernel with SMP enabled it exhibits the same problem. Will work my way back to -stable and see if anything changes... dave c -- Dave Cornejo @ Dogwood Media, Fremont, California (also [EMAIL PROTECTED]) &qu

Re: SCSI hangs w/SuperMicro 6010H

2001-06-21 Thread Dave Cornejo
the trace buffer besides what appears to be normal process rescheduling (?) which is mostly idle task time... Do think there's any use to rolling my source tree back a ways and compiling a kernel? thanks, dave c -- Dave Cornejo @ Dogwood Media, Fremont, California (also [EMAIL PROTECTE

Re: SCSI hangs w/SuperMicro 6010H

2001-06-21 Thread Dave Cornejo
lly it seems. I can only get the thing past the hang maybe once in twenty+ tries. Below is the mptable output (I don't remember what version of FreeBSD I had installed when I did this, hope it doesn't matter). I'll try the KTR stuff lat

Re: SCSI hangs w/SuperMicro 6010H

2001-06-21 Thread Dave Cornejo
place to start (like a routine to start tracing), or is there anything I can do that might get more info for the people that know what is going on? thanks! dave c -- Dave Cornejo @ Dogwood Media, Fremont, California (also [EMAIL PROTECTED]) "There aren't any monkeys chasing us...

SCSI hangs w/SuperMicro 6010H

2001-06-17 Thread Dave Cornejo
Please excuse me if you've seen this in questions, but I found a relevancy to current: If I drop back to 4.3 release, this system boots every time with no hangs observed in half a dozen tries in either UP or SMP mode. Anyone else seeing similar? thanks, dave c - Forwarded message from

subscribe

2000-12-18 Thread Dave Gustafson
To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: threaded python seg faults?

2000-10-31 Thread Dave Cornejo
The patch seems to solve my problems, thank you! dave c John Polstra wrote: > It's because libc_r isn't getting initialized in time. > > Please try applying the appended patch to "src/gnu/lib/libgcc_r/Makefile" > and let us know if it fixes the problem.

threaded python seg faults?

2000-10-30 Thread Dave Cornejo
.so.4 - Is anyone else seeing this, or have any suggestion what I might be doing wrong? Further playing around get it working with WITHOUT_THREADS defined, so the problem seems to point at the threaded libc - which I've rebuilt several time in the last couple of days. thanks! dave Here's

Re: pam.conf and r(logind|shd)

2000-10-11 Thread Dave Gillham
to certain servers based on local criteria when users attempt to rsh non-interactively (in which, I believe, login(8) is not called). We don't object to PAM being removed, but we would like to see an equivalent mechanism supported. -dave > > > -- > > Ruslan Ermilov

boot failing early since SMPng

2000-09-15 Thread Adkins, Dave
ding a UP kernel too, same result. Dies in the vm86_intcall(). Build optimization is the default -O. dmesg from a Sept 6 kernel, prior to the SMPng commit is attached. dave adkins Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 199

fetch problem with fwtk

2000-07-19 Thread Dave Cornejo
PROTECTED] the latest fetch sends this: USER [EMAIL PROTECTED]@21 which fwtk apparently interprets as username "[EMAIL PROTECTED]" at IP address "0.0.0.21" What is incorrect here? Should FWTK understand this or is fetch wrong? dave -- Dave Cornejo @ Dogwood Me

Re: Help! can't 'startx' - missing libc.so

2000-06-25 Thread Dave
/stand/sysinstall go to the post install configure option then to Distribution sets and then to 3x compat libraries. It will prompt you to choose your install preference.FTP, CDROM, etc. On 26 Jun 2000, at 0:36, John Daniels wrote: > Hi: > > > >From: Adam <[EMAIL PROTECTED]> > >Try installi

Re: HEADS UP: Destabilization due to SMP development

2000-06-23 Thread Dave Glowacki
"Daniel C. Sobral" wrote: > "Jordan K. Hubbard" wrote: > > > > Everyone talks about using bitkeeper but none of the people who > > recommend it have ever actually tried to use it for anything. > > Before such recommendations will bear weight, this needs to > > change. :) > > OCVS? (Or was it OVC

Re: Problems configuring Vadem VG-469 PCMCIA controller.

2000-04-28 Thread Dave Belfer-Shevett
ntroller was the same as the others (the Vadem), just adding that ID fixed thinks up. Thanks to everyone who answered, and specially to Bill who a) wrote the driver, and b) debugged the problem with me. dave ---. Web-based problem management: www.stonekeep

Problems configuring Vadem VG-469 PCMCIA controller.

2000-04-25 Thread Dave Belfer-Shevett
port 0x3e0 iomem 0xd I've tried changing the IRQ around by altering this line in the kernel file, to no avail. Any suggestions? Please? :) ---. Web-based problem management: www.stonekeep.com Dave Belfer-Shevett >--

Re: current lockups

2000-03-07 Thread Dave Boers
again, I never had the machine lockup on the console; I was usually logged in over the network or working in X. Regards, Dave Boers. -- Dave Boers < djb @ relativity . student . utwente . nl > Don't let your schooling interfere with your education. (Mark Twain) To

Re: Error: no such 386 instruction: `state' ???

2000-03-07 Thread Dave Boers
hing to do with your version of FreeBSD, although differences in memory organization might have some influence on the symptoms. Incidentally, the machine I had problems with was also running 4.0-current. Regards, Dave Boers. -- Dave Boers < djb @ relativity . student .

Re: current lockups

2000-03-06 Thread Dave Boers
bled in my kernel (all three of them). IIRC they are needed to get either cdrdao or cdrecord to work. Seems that everything points to UDMA66 so far... Regards, Dave Boers. -- Dave Boers < djb @ relativity . student . utwente . nl > Don't let your schooling interf

Re: current lockups

2000-03-06 Thread Dave Boers
ntly, however, though the UDMA66 drive is still connected. BTW, are there any people out there that have similar hangs and are NOT using UDMA66 or the ATA driver ? > Unfortunately, the discussions occurred while the mailing list archive was > kaput (WD Drive on UDMA66? =]) so it's not

Re: current lockups

2000-03-06 Thread Dave Boers
2 Gb 7200 rpm disk which has been reported to be identical to the IBM 18.2 Gb 7200 rpm disk on more than one occasion. And by the way, my system has been running quite stable before January 2000 with the same disk on the same controller and the same mainboard. Regards, Dave Boers. -- Dave Boe

Re: current lockups

2000-03-06 Thread Dave Boers
der some heavy load from time to time (like building three large ports and make -j 12 buildworld at the same time). So far, the system is quite stable. Regards, Dave Boers. -- Dave Boers < djb @ relativity . student . utwente . nl > Don't let your schooling i

Re: Small bug in chown and chgrp ?

2000-03-06 Thread Dave Boers
of -current a few weeks ago. Well after the change of chown/chgrp from /bin and /sbin to /usr/bin and /usr/sbin. I double checked to make sure and the only versions of chown/chgrp are the ones in /usr/sbin and /usr/bin respectively. Regards, Dave Boers. -- Dave Boers <

Small bug in chown and chgrp ?

2000-03-06 Thread Dave Boers
] [-v] group file ... Where "test" is an ordinary directory. It seems that chown's behavior is inconsistent with both the usage message and the man page. The same goes for chgrp. Regards, Dave Boers. -- Dave Boers < djb @ relativity . student . utwente

Re: current lockups

2000-03-06 Thread Dave Boers
erested in investigating ? > I'll post more info if I find anything. I'm interested in the fix, of course :-) But where to start looking? I've had three lockups so far (none before january 2000) but I didn't find anything that reliably triggered it. Regards, Dave. --

Re: current.freebsd.org (FTP)

2000-02-29 Thread Dave Boers
efused logins. Regards, Dave. -- Dave Boers < djb @ relativity . student . utwente . nl > Don't let your schooling interfere with your education. (Mark Twain) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

  1   2   >