Re: "panic: page fault" in iwn signal handler(?) at r367127

2020-10-30 Thread Aaron H Farias Martinez
On Fri, 2020-10-30 at 05:37 -0700, David Wolfskill wrote: > I've copied the dump and core.txt files to > http://www.catwhisker.org/~david/FreeBSD/head/r367127/ > > Here's a copy/paste of the stack trace (from the core.txt.3 file): > p 12: page fault while in kernel mode > cpuid = 4; apic id = 04

Re: "panic: page fault" in iwn signal handler(?) at r367127

2020-10-30 Thread Aaron H Farias Martinez
On Fri, 2020-10-30 at 05:37 -0700, David Wolfskill wrote: > I've copied the dump and core.txt files to > http://www.catwhisker.org/~david/FreeBSD/head/r367127/ > > Here's a copy/paste of the stack trace (from the core.txt.3 file): > p 12: page fault while in kernel mode > cpuid = 4; apic id = 04

Compiling issues

2019-06-18 Thread Aaron Farias
Hello good evening can someone help me out with this issue [  7%] Building CXX object src/CMakeFiles/services.dir/access.o In file included from /home/Dark/Downloads/anope-2.0.6/src/access.cpp:12: In file included from /home/Dark/Downloads/anope-2.0.6/include/service.h:15: In file included from

Re: couple of nvidia-driver issues

2017-12-07 Thread Aaron Plattner
s such issues? > > Yes, this is a problem now: since Christian Zander had left nVidia, he > could not tell me who'd be their next liaison to talk to from FreeBSD > community. :-( Oh, I didn't know about Christian's departure. So, we are not in a very good

Re: OpenSSH HPN

2015-11-24 Thread Aaron Zauner
* than upstream OpenSSH with AES in CTR mode. GCM being, of course, the fastest mode on AESNI plattforms. The NULL mode is a security concern as some have noted, I can only imagine that the window-scaling patch is of such importance? Thanks, Aaron signature.asc Description: Digital signature

HOME= for root during boot?

2003-11-27 Thread Aaron Wohl
During boot (stuff run from rc.local) the enviornment has HOME=/ After boot root logins have HOME=/root. Seems like a bug to me... left over from the days when HOME for root was /. In my case I was trying to run some mysql commands which did not work because there was no /.my.cnf. After boot

-current not building as of a few min ago - lib/libfetch/common.c

2003-10-23 Thread Aaron Wohl
... cc -O -pipe -mcpu=pentiumpro -I. -DINET6 -DWITH_SSL -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/lib/libfetch/common.c /usr/src/lib/libfetch/common.c:58: error: `EAINONAME' undeclared here (not in a function) /usr/src/lib/libfetch/common.c:58: error:

file system (UFS2) consistancy after -current crash?

2003-10-03 Thread Aaron Wohl
After crashes recently ive been geting softupdate inconsistancies. Directories in which a file has recently been renamed have neither the old file nor the new file. fsck -y recovers the inode and drops it in lost in found. I was under the impression that atomic rename() synced all the way to

boot -s change in -current?

2003-09-26 Thread Aaron Wohl
I just cvsuped -current/build/install. Now boot -s doesnt work, it ignores the -s. Do I need to do something to enable -s nowadays? Or how to get into standalone now? ___ [EMAIL PROTECTED] mailing list

panic ipfw with smp -current (as of this morning)

2003-09-17 Thread Aaron Wohl
I get these in less than 20min. config is pretty close to GENERIC except turned on SMP and APIC_IO. Turned off INET6. Any advice? recursed on non-recursive lock (sleep mutex) IPFW static rules @ /usr/src /sys/netinet/ip_fw2.c:1492 first acquired

pst driver: timeout explosion? (patch is attached)

2003-09-07 Thread Aaron Smith
is doomed... I'm recompiling my kernel now to test the fix under load. --Aaron Index: /sys/dev/pst/pst-raid.c === RCS file: /usr/cvs/src/sys/dev/pst/pst-raid.c,v retrieving revision 1.11 diff -u -r1.11 pst-raid.c --- /sys/dev/pst/pst

can't log in! openpam_load_module failures on strcpy, cgetclose

2003-09-06 Thread Aaron Smith
and rebuilt them. No luck. Can anyone help me out? Thanks, --Aaron ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Question related to FreeBSD Serial Console...

2003-09-02 Thread Aaron Wohl
My notes on getting a serial console at 115200 -must be com1 -com1 must be at port 0x3F8 irq 4 -in bios set the port and irq as above -in bios set serial redirection to com1 -in bios set baud rate 115200 -in bios set RTS/CTS flow control -edit (or create) /etc/make.conf to add these lines:

Re: Question related to FreeBSD Serial Console...

2003-09-02 Thread Aaron Wohl
If you do try a USB keyboard be sure and test reboot -d (make a kernel core). On the intel servers I have reboot -d (or any panic) causes the kernel to lockup forever. In the routine where it writes out kernel dumps it pools for a control-c hit on the console that routine (poll for a char) turns

Re: swapon vs savecore dilemma

2003-09-02 Thread Aaron Wohl
I usualy have a number of swap partitions since the max size of a swap partition is kind of limited. I was thinking of changing it to do swapon twice. The first time early in the boot would skip mounting any swap areas that had kernel core dumps. Then after the savecore it could do swapon

Panicstring: command not in queue - with heavy scsi io

2003-08-27 Thread Aaron Wohl
With -current built as of a few hours ago, I get Panicstring: command not in queue with heavy scsi io. I tried building in INVARIANT* off and that didnt help. Any hints of a workaround? or an earlyer date and time to cvsyp to to not get it? #0 doadump () at

repeatable ufs2 softupdate panic ffs_alloccg: map corrupted

2003-08-18 Thread Aaron Wohl
I got a couple of kernel crashes this morning when amanda tried to allocate disk space. I guessed which structure this was writing to, unounted it and did a fsck -f -y on it. Remounted it and all is happy now. It corrected three block counts that where off. This was in 5.1 -current less than a

vinum lock panic at startup -current

2003-08-14 Thread Aaron Wohl
I just cvsuped -current this afternoon to get about 1 weeks updates. After that the kernel panics booting starting vinum. I removed the one vinum volume (reformated as UFS2) I had for testing. And it still panics. I changed the /etc/rc.conf start_vinum=YES to NO and can start ok now. Anyone

Re: vinum lock panic at startup -current

2003-08-14 Thread Aaron Wohl
[EMAIL PROTECTED] To: Aaron Wohl [EMAIL PROTECTED] Date: Fri, 08 Aug 2003 15:24:09 +0200 Subject: Re: vinum lock panic at startup -current In message [EMAIL PROTECTED], Aaron Wohl writes: Panicstring: mutex Giant owned at /usr/src/sys/geom/geom_dev.c:198 Ok, then I think I know what

repeatable kernel -current panic running /usr/ports version of ntpd

2003-08-14 Thread Aaron Wohl
Im getting a repeatiable kernel panic running /usr/local/bin/ntpd after building and installing from /usr/ports/net/ntp. This is on 5.1 -current less than a week old. Happens on an AMD 1000 processor and intel xeon as well. Anyone else seeing this: cat /etc/ntp.conf restrict default ignore

SAN disk with freebsd?

2003-08-10 Thread Aaron Wohl
Anyone using a storage area network with freebsd (or linux)? Anything to recommend as working well or to stay way from? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: vinum lock panic at startup -current

2003-08-10 Thread Aaron Wohl
:22:06 +0200, Poul-Henning Kamp [EMAIL PROTECTED] said: In message [EMAIL PROTECTED], Aaron Wohl writes: I just cvsuped -current this afternoon to get about 1 weeks updates. After that the kernel panics booting starting vinum. I removed the one vinum volume (reformated as UFS2) I had

Negative bio_offset -current kernel panic

2003-07-19 Thread Aaron Wohl
I got a got this kernel panic: geom/geom_dev.c:(Negative bio_offset (%jd) on bio %p, Anyone seeing this also? This is on a 2 processor XEON intel motherboard / adaptec 5400S raid / AMD g2 console card. The AMI g2 console card provides via USB a keyboard virtual cdrom etc. Most of

kernel coredumps with 4GB of ram/SMP? with -current

2003-07-19 Thread Aaron Wohl
On my two test (1gb of ram and 512mb of ram) systems if I do reboot -d I get a kernel crash dump I can read ok (which is what -d is supposed to do). On my two systems with 4GB of ram when I do reboot -d it says: Dumping 3838 MB Then it sits there. It doesnt print out any progress like it does

-current amanda dump -L

2003-03-27 Thread Aaron Wohl
How can I convince the amanda backup system to use -L when running dumps so it can take advantage of using snapshots? I checked all the amanda web man pages abd FAQ system but didnt see anything on snapshoting or giving extra options to dump. ___

-current amanda dump -L

2003-03-27 Thread Aaron Wohl
How can I convince the amanda backup system to use -L when running dumps so it can take advantage of using snapshots? I checked all the amanda web man pages abd FAQ system but didnt see anything on snapshoting or giving extra options to dump. ___

pptp mpd under 5.0

2003-03-17 Thread Aaron Wohl
Im trying to run pptp under 5.0 -current. (first time with mpd so probably some config issue) I get these errors: mpd: pid 1102, version 3.13 ([EMAIL PROTECTED] 09:35 17-Mar-2003) [pptp0] can't create socket node: No such file or directory mpd: local IP address for PPTP is 10.23.0.3 [pptp0]

pkg_version -c in -current?

2003-02-17 Thread Aaron Wohl
In 4.7 I found pkg_version -c usefull to get a list of commands to update /usr/ports. I noticed -c was removed in 5.0... what replaced it? How do folks keep thier /usr/ports up to date now. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: kern/43345: Support for the SiS 651 ATA controller

2003-02-12 Thread Aaron D. Gifford
for users with SiS 651 based systems, so they can install and boot to FreeBSD without the work-arounds (BIOS or sysctl setting change)? Thanks for your good work, Soeren, and thanks again for your patch, Patrick. Aaron out. P.S. Here is Patrick's solution as a diff against a recent 5.0-CURRENT

Re: kern/43345: Support for the SiS 651 ATA controller

2003-02-12 Thread Aaron D. Gifford
Soeren Schmidt [EMAIL PROTECTED] wrote: It seems Aaron D. Gifford wrote: Then on one of the messages, I noticed a link to Patrick Bihan-Faou's problem report, read it, and tried out his patch under 5.0-CURRENT (having completed my install of 5.0-RELEASE and updated to -CURRENT). Of course

5.0-RC3 /etc/rc.d/ipfw natd start-up script bug -- was: 5.0-RC1/etc/rc.d/ipfw script and NAT

2003-01-13 Thread Aaron D. Gifford
1.74.2.31 (RELENG_4) where this very same bug was addressed and fixed in rc.network. Thanks! Aaron out. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

5.0-RC1 /etc/rc.d/ipfw script and NAT

2002-12-17 Thread Aaron D. Gifford
as few changes to my BSD box as possible to have it run how I want it to.) Thanks! Aaron out. - NATD section of /etc/rc.d/ipfw as I would like to see it - # Network Address Translation daemon # if checkyesno natd_enable; then if [ -n ${natd_interface} ]; then if echo

Re: HELP: vinum and newfs on 5.0-RC1

2002-12-11 Thread Aaron D. Gifford
that discusses volume naming requirements that had I read I could have avoided this trouble? Thanks! Aaron out. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: HELP: vinum and newfs on 5.0-RC1

2002-12-11 Thread Aaron D. Gifford
Craig Boston wrote: On Wed, 2002-12-11 at 13:45, Aaron D. Gifford wrote: Let me correct this to state that the full volume name was raid5volume and I just shortened it to save typing. This turns out to be important. Looking at newfs.c, it looks like the last letter of the special device

HELP: vinum and newfs on 5.0-RC1

2002-12-09 Thread Aaron D. Gifford
discarded and the above showd up anew. The vinum label command also appears useless, happily executing but changing nothing. Now for the questions: How does one create a new filesystem (UFS2 in particular) on a vinum volume in 5.0? Is some sort of label required? Help! Thanks! Aaron out

Re: wierd cpu usage numbers

2002-10-17 Thread Aaron Clow
I believe I have a related issue, not exactly the same, but similar... When I run vmstat, I notice that processes are always piling up and waiting for CPU time. This is odd, because my CPU is usually running about 70-80% free most times. IRQs look fine, and I have debugging off in the kernel.

Re: new to BSD

2002-08-29 Thread Aaron Clow
Vince, I think this e-mail would be better placed in the newbie's list... You'd probably get a lot more help there... To subscribe: Send mail to [EMAIL PROTECTED] and include the following line in the body of your message: subscribe freebsd-newbies also, from www.freebsd.org: Join the

Re: AMD low power hacks

2002-07-30 Thread Aaron Seelye
Just confirmed this works on the KT333 as well. Aaron On Tuesday 30 July 2002 03:00 am, Gary Jennejohn wrote: Michael Nottebrock writes: The following is an OpenPGP/MIME signed message created by Enigmail/Mozilla, following RFC 2440 and RFC 2015 --enig8A086DA17DCB77CC40984CC4

Re: My postgresql7 not working for new gcc

2002-06-06 Thread aaron g
I do beleive the OpenSSL library has moved to a new default location. I could be wrong. - aarong -- ___ Download the free Opera browser at http://www.opera.com/ Powered by Outblaze To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: compiling the kernel (LINT) with icc, open problem

2002-04-09 Thread aaron
:) Is there any ongoing effort to make the Makefiles gcc32-ready? I tried to compile the kernel with gcc32 but it failed. greetings, aaron. Hi, I'm on the way to compile the kernel with icc, ongoing status is available in http://www.leidinger.net/FreeBSD/. Feel free to review/comment

Re: spam

2001-12-22 Thread aaron
reasonable check I can think of that would exclude spam while at the same time permitting reasonable open access. Of course I am open to better ideas. greetings, aaron (Vienna) --- COSHER = Completely Open Source, Headers, Engineering, and Research To Unsubscribe: send mail to [EMAIL PROTECTED

Re: spam

2001-12-22 Thread aaron
by some moderator chances are higher his/her message will be accepted the next time by a different moderator - as long as it is not spam :) If the -current subscribers would want such a scheme I would be happy to help in any way needed. Let me know. greetings, Aaron Kaplan. --- COSHER = Completely

openbios

2001-08-28 Thread aaron
(kernel, whatever). So would this acutally be possible in fbsd? Are there any calls to bios routines or is everything coded by hand? sorry if this is a bit off-topic. I was just to curious... aaron. --- pub 1024D/6110C44D 2001-01-19 Aaron Kaplan [EMAIL PROTECTED] sig6110C44D 2001-01-19

Re: openbios

2001-08-28 Thread aaron
On Tue, 28 Aug 2001, Alfred Perlstein wrote: * aaron [EMAIL PROTECTED] [010828 15:37] wrote: Hi! I have been wondering if fbsd people would like to move into the openbios.org direction? Well, at least I for myself would _dream_ of booting my laptop and have X running in 10 seconds

No Subject

2001-07-31 Thread Aaron Angel
unsubscribe freebsd-current To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Uh Oh...Crash

2001-07-30 Thread Aaron Angel
On Sun, 29 Jul 2001, Matthew Jacob wrote: 'truss clear | tee /tmp/x'? ok, I figured out the clear issue...I didn't have entries in termcap for the QNX terminals (of course, not know that QNX used odd terminal names, ...). I'm still wondering, though, if there is such a thing as lost+found in

Uh Oh...Crash

2001-07-29 Thread Aaron Angel
Okay, had a storm here and power went out and fizzed a little, going between on and off, until it finally shut off. Now, this is the first time that I've actually had something like this happen, and have bad things happen after fbsd rebooted. First off, is there such a thing as lost+found?

gif devices in -current

2001-07-26 Thread Aaron Angel
When I compiled/installed -current, and started setting things up again, I noticed that gif devices now expect IPv6 prefix lengths of 128. Most providers use 127, and some even use 64 as prefix lengths for tunnels. I was just curious why the change was made to only support prefix lengths of

Re: gif devices in -current

2001-07-26 Thread Aaron Angel
On Fri, 27 Jul 2001 [EMAIL PROTECTED] wrote: either of the following works. the other configurations are now considered ambiguous. (the point is, if you specify prefixlen 128 you don't need to say the peer's address) # ifconfig inet6 A prefixlen X (X can be 128)

ssh rsa authentication

2001-07-22 Thread Aaron Angel
Not sure if this is actually freebsd-current ralated, but when I was last in 4.3-release, I do recall having used rsa authentication correctly, and I can't find info anywhere else. When I try to log into ssh (from anyway, even locally) using my rsa key, it opens the session, and then immediately

Re: ssh rsa authentication

2001-07-22 Thread Aaron Angel
So you have the line, sshdsession requiredpam_permit.so Yep. In pam.conf, regarding ssh I have the following lines: sshdauthrequiredpam_nologin.so sshdauthrequiredpam_unix.so try_first_pass sshdaccount requiredpam_unix.so sshd

NEW IPFW FEATURE [PATCHES]: Dynamic rule expiration lifetime fine-grained control

2001-07-05 Thread Aaron Gifford
Please read the bulk of my message in the Description: section below... Submitter-Id: current-users Originator:Aaron Gifford Organization: N/A Confidential: no Synopsis: NEW IPFW FEATURE [PATCHES]: Dynamic rule expiration lifetime fine-grained control Severity: non-criticial

pcm use /dev/dsp to where?

2000-03-13 Thread Aaron Hughes
I am using the new pcm driver which works great, however, I managed to remove the ln -s to dsp. I do not know what it was linked and 'sh MAKEDEV snd' links dsp to dsp. How can I fix this? pcm0: AudioPCI ES1371 port 0xef00-0xef3f irq 7 at device 16.0 on pci0 Thanks, Aaron - Aaron Hughes

Re: pcm use /dev/dsp to where?

2000-03-13 Thread Aaron Hughes
Thanks Steve, That did it, I figured it was something minor I had screwed up. Aaron On Mon, 13 Mar 2000, Steve Coltrin wrote: I am using the new pcm driver which works great, however, I managed to remove the ln -s to dsp. I do not know what it was linked and 'sh MAKEDEV snd' links dsp

Upgrade to current from 3.3-RELEASE

2000-02-29 Thread Aaron Hughes
lete list of options. *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 [end snip] Anyone have any thoughts on how to get this to install corrently? Thanks, Aaron - Aaron Hughes - Manag

Re: Upgrade to current from 3.3-RELEASE

2000-02-29 Thread Aaron Hughes
That solved it! Thanks, Aaron On Tue, 29 Feb 2000, Kenneth D. Merry wrote: On Tue, Feb 29, 2000 at 14:29:32 -0600, [EMAIL PROTECTED] wrote: I had the *exact* same error a minute ago.. upgrading from 3.2-RELEASE, I tried upgrading my texinfo from 3.12 to 4.0 but that didn't do anything

Re: Upgrade to current from 3.3-RELEASE

2000-02-29 Thread Aaron Hughes
failed? Did I screw up the compile becuse of the premature make installworld? Aaron On Tue, 29 Feb 2000, Chris D. Faulhaber wrote: On Tue, 29 Feb 2000, Aaron Hughes wrote: I cvsup upgraded my /src dir to 'release=cvs tag=.' which I believe to be 4.0-CURRENT. I successfully

Re: Upgrade to current from 3.3-RELEASE

2000-02-29 Thread Aaron Hughes
Nevermind... Thanks anyways, I had to reinstll the /bin dist for 3.4 and everything is working as it should. Aaron On Tue, 29 Feb 2000, Aaron Hughes wrote: Well, I have read the src/UPDATING, my appologies for not doing so earlier. Now at the building new kernel stage: [EMAIL

Re: 4.0 fails to boot - sym troubles

2000-02-10 Thread Aaron Gifford
On Thu, 10 Feb 2000, Gerard Roudier [EMAIL PROTECTED] wrote: Hello, Just quoting the offending messages: On Wed, 9 Feb 2000, Aaron Gifford wrote: sym0: SCSI parity error detected: SCR=3D1 DBC=3D7258 SBCL=3Daf (noperiph:sym0:0:-1:-1): SCSI BUS reset detected. The driver gets an SCSI

Trying to get CURRENT

2000-02-07 Thread Aaron D. Gifford
y this isn't working under FreeBSD. Any and all pointers/tips/answers/help appreciated! Aaron out. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: NIS with HPUX 10.20

1999-01-26 Thread Daniel Aaron Meyer
Are the links in /usr/lib correct? They didnt get moved to /usr/lib/aout when a make aout-to-elf was run? I believe this causes ypcat to display the maps, but ypmatch will not work. libcrypt.a - libdescrypt.a libcrypt.so.2 - libdescrypt.so.2 libcrypt_p.a - libdescrypt_p.a --Dan On

make world dying

1999-01-19 Thread Aaron D. Gifford
when I can hopefully then play with 3.1-STABLE. Are questions such as the above better addressed to -questions or -current? Thanks. Hoping to catch a cvsup when the source tree will build, Aaron out. To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-current in the body