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 /ho

Re: couple of nvidia-driver issues

2017-12-07 Thread Aaron Plattner
's the best place or who are the best people with whom to >> discuss 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. :

Re: OpenSSH HPN

2015-11-24 Thread Aaron Zauner
ly *slower* 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 tes

-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: initialize

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 the

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 http://lists.freebsd.org/mailman/listinfo/freebsd-

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
nation? It seems like once pst_timeout is called, the machine 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 retrievin

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

2003-09-06 Thread Aaron Smith
ase stripping was an issue I figured I'd try unstripped binaries 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: 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 again

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: Question related to FreeBSD Serial Console...

2003-09-01 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: BOOT_CO

Panicstring: command not in queue - with heavy scsi io

2003-08-26 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 /usr/src/sys/kern/kern_shutdown.c:240

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

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 rest

Re: vinum lock panic at startup -current

2003-08-14 Thread Aaron Wohl
Kamp" <[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/sy

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-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 r

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 "[EMAI

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 wi

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

ports/www/mod_php4 vs ports/lang/php-cli

2003-07-07 Thread Aaron Wohl
The two different ports of php4 seem to be conspireing to keep my users from having the PEAR php libraries. - ports/www/mod_php4 sets --disable-cli, disabling the command line interface implicitly disable PEAR which my users need - ports/devel/pear - wont install because it needs the command line

-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. ___ [EMAI

-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. ___ [EMAIL

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] using

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 messag

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).

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

2003-02-12 Thread Aaron D. Gifford
h is not a good temporary solution 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 solutio

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
ision 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
ome light on why it's a bad idea and offer any suggestions to me? (I like to make 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

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 speci

Re: HELP: vinum and newfs on 5.0-RC1

2002-12-11 Thread Aaron D. Gifford
disklabel with this newly named volume. So... Is there some place in the vinum manual that I missed 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

HELP: vinum and newfs on 5.0-RC1

2002-12-09 Thread Aaron D. Gifford
call showed that all my changes had been silently 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 s

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. This

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 t

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 24

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 free

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

Re: spam

2001-12-22 Thread aaron
s the message as not being spam. So if a submitter feels left out 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 ne

Re: spam

2001-12-22 Thread aaron
y people wont like the idea presented above. But it is the only 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, Engine

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 _dre

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

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? Also

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

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 128.

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

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

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

2001-07-04 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

Found problem with pcm

2000-03-21 Thread Aaron Hughes
pcm0: port 0xef00-0xef3f irq 7 at device 16.0 on pci0 When running esd, works for 10-15 minutes, and then system complely freezes, no errors, no core. I can reproduce this if more info is needed. - Aaron Hughes - [EMAIL PROTECTED] - For public PGP key: finger [EMAIL PROTECTED] - Key

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 MAKE

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: port 0xef00-0xef3f irq 7 at device 16.0 on pci0 Thanks, Aaron - Aaron Hughes - [EMAIL

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 buildin

Re: Upgrade to current from 3.3-RELEASE

2000-02-29 Thread Aaron Hughes
failed so I fell back to GENERIC which also 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

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 th

Upgrade to current from 3.3-RELEASE

2000-02-29 Thread Aaron Hughes
Try `install-info --help' for a complete 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 insta

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): SC

4.0 fails to boot - sym troubles

2000-02-09 Thread Aaron Gifford
a 40MB/s UltraWide drive connected via a second separate cable (the card has multiple connectors to permit separation of the LVD and non-LVD drives), each terminated as each is the "end" of the SCSI bus with the controller in the middle. Thanks in advance for any/all tips, pointers, answers,

Trying to get CURRENT

2000-02-07 Thread Aaron D. Gifford
21143 chips just fine. I'm stumped why 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
lit to 3.1 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-curre