Re: cd writer recommendation?

1999-08-17 Thread Manfred Antar
At 07:42 PM 08/17/1999 -0400, Kevin S. Brackett wrote: Oh, well then, :) I'm glad I said something before I actually bought one (I saw the atapi RW drives were rather cheap now (~US$125)) Computergeeks has a Phillips Model: CDD-3600 2x2x6 SCSI CD-RW Kit for $139

Current Kernel build broken

1999-08-21 Thread Manfred Antar
With current source tree as of 9 am pacific, I can no longer build a kernel : cc -c -O2 -Os -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../..

Re: another newpcm casualty

1999-09-05 Thread Manfred Antar
I'm having a similar problem with the newpcm stuff. I have a Intel PR440FX motherboard with builtin sound (Crystal Sound System) It worked fine until the recent changes in pnp. I can get it to work with the Voxware drivers no problem. Here is the relevant part of my kernel config : controller

Re: another newpcm casualty

1999-09-05 Thread Manfred Antar
At 07:45 AM 09/06/99 +0200, Ollivier Robert wrote: According to Manfred Antar: I have a Intel PR440FX motherboard with builtin sound (Crystal Sound System) It worked fine until the recent changes in pnp. I have the same m/b with the same audio chip and controller pnp0 device

Re: another newpcm casualty

1999-09-06 Thread Manfred Antar
At 08:56 AM 09/06/99 +0100, Doug Rabson wrote: On Sun, 5 Sep 1999, Manfred Antar wrote: I'm having a similar problem with the newpcm stuff. I have a Intel PR440FX motherboard with builtin sound (Crystal Sound System) It worked fine until the recent changes in pnp. I can get it to work

Re: PNP problems

1999-09-07 Thread Manfred Antar
At 01:49 PM 09/07/99 -0700, Randy Bush wrote: i am in a similar position. so i did as you say. controller pnp0# PnP support for ISA ... # pcm: Luigi's sound driver #device pcm0 at isa? port ? irq 5 drq 1 flags 0x0 device

Re: BEWARE: CAM changes broke AHC!

1999-10-01 Thread Manfred Antar
At 06:03 AM 10/02/99 +0800, Peter Wemm wrote: If you boot with a -current kernel: (da0:ahc0:0:0:0) data overrun detected in Data-In phase. Tag = 0x8 (da0:ahc0:0:0:0) Have seen Data Phase. Length = 0, NumSGs = 1 Backing out the following sys/cam/scsi change set: Something also happened on my

Re: ahc failure while updating from pre-signal-change

1999-10-02 Thread Manfred Antar
At 01:19 PM 10/02/99 +0200, Poul-Henning Kamp wrote: Ok, I've committed what I belive is a fix for the problem. It was not the locking as Bruce suggested, although his suggestion still has a point, it was si_iosize_max which was uninitialized, which confuses minphys and subsequently various

Re: proftpd problem

1999-10-22 Thread Manfred Antar
At 12:25 AM 10/23/99 +0400, Ilya Naumov wrote: Hello, recently i've got the following problem with proftpd. this daemon (pre8) worked ok until one of recent "make world"s. after that it started to deny any non-anonymous logins with the following diags: Oct 23 00:18:11 camel proftpd[76540]:

Re: gcc 2.95.2

1999-11-15 Thread Manfred Antar
At 04:10 PM 11/15/99 -0500, Forrest Aldrich wrote: Same here, no problems. _F At 03:36 PM 11/15/99 -0500, Kenneth Wayne Culver wrote: I just successfully compiled the world and the kernel (defaut optimizations on everything) with gcc 2.95.2, and so far all is well :-) I did the same and

Re: gcc 2.95.2

1999-11-16 Thread Manfred Antar
At 04:50 PM 11/16/99 +0200, Sheldon Hearn wrote: On Tue, 16 Nov 1999 06:46:12 PST, Manfred Antar wrote: Did it build for you ? Yes. Ciao, Sheldon. Ok Sheldon here are some of the Errors I get when building XFee86 with the new compiler A few of these : cc -c -O -I../.. -I

Re: gcc 2.95.2

1999-11-16 Thread Manfred Antar
At 05:14 PM 11/16/99 -0800, Manfred Antar wrote: At 04:50 PM 11/16/99 +0200, Sheldon Hearn wrote: On Tue, 16 Nov 1999 06:46:12 PST, Manfred Antar wrote: Did it build for you ? Yes. Ciao, Sheldon. Ok Sheldon here are some of the Errors I get when building XFee86 with the new compiler

Re: gcc 2.95.2

1999-11-16 Thread Manfred Antar
At 09:35 PM 11/16/99 -0500, Bill Fumerola wrote: On Tue, 16 Nov 1999, Manfred Antar wrote: -DDEFAULT_CONFIG=\"/usr/ X11R6/lib/X11/rstart/config\" -DNOPUTENV server.c server.c: In function `putenv': server.c:790: argument `s' doesn't match prototype /usr/include/stdlib.h:117:

Re: gcc 2.95.2

1999-11-16 Thread Manfred Antar
At 09:50 PM 11/16/99 -0500, Bill Fumerola wrote: On Tue, 16 Nov 1999, Manfred Antar wrote: I think this is all related to the compiler update as I did a good build Friday or Saturday before the change. If it is, then some thing wierd is going on. Maybe it's something else, there might

New vfs_conf.c panic

1999-11-29 Thread Manfred Antar
Mike I get a panic on current smp-kernel with the new version of vfs_conf.c . The system is current as of this morning If I back out to version 1.44 it boots fine. It seems to panic at the swapon part of the boot process. I get : Fatal trap 12: page fault while in kernel mode mp_lock = 0102;

Re: New vfs_conf.c panic

1999-11-29 Thread Manfred Antar
At 09:29 PM 11/29/99 +0100, Poul-Henning Kamp wrote: Manfred, Could you send the 10 lines surrounding the address 0xc014a79a from the output of "nm -n /this_kernel" ? OK This kernel was striped -g do you need a debug compiled kernel ? Here is what i get c014a1c8 T set_timecounter c014a234 t

Re: New vfs_conf.c panic

1999-11-29 Thread Manfred Antar
At 09:55 PM 11/29/99 +0100, Poul-Henning Kamp wrote: Do you have /dev/sd* in your /etc/fstab ? It should be changed to /dev/da* This is what I have # DeviceMountpoint FStype Options DumpPass# /dev/rda0s1bnoneswapsw 0 0

Re: New vfs_conf.c panic

1999-11-29 Thread Manfred Antar
At 10:23 PM 11/29/99 +0100, Poul-Henning Kamp wrote: Ahh, Ok. Bruce (a little hasty in my mind) removed a compat shim we had, please change the 'rda' to 'da' again and all should be fine. Poul-Henning Done Thanks Manfred = ||[EMAIL PROTECTED] || ||Ph. (415)

Latest fetch on current broken

2002-10-27 Thread Manfred Antar
I just did a build-install world plus new kernel with current sources as of 3pm PST Sunday the 27th fetch is broken: (src)4190}fetch -vv ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha//cdrtools-1.11a39.tar.gz --- ftp.fokus.gmd.de:21 looking up ftp.fokus.gmd.de connecting to ftp.fokus.gmd.de:21

Re: Latest fetch on current broken

2002-10-27 Thread Manfred Antar
At 10:38 PM 10/27/2002 -0500, Craig Rodrigues wrote: On Sun, Oct 27, 2002 at 10:21:02PM -0500, Craig Rodrigues wrote: On Sun, Oct 27, 2002 at 06:31:27PM -0800, Manfred Antar wrote: I noticed it when doing a portupgrade cdrtools So yes anything that uses fetch is not going to work OK, I

Re: Can't resolve hosts via dns on the command line with latest -current

2002-11-04 Thread Manfred Antar
At 08:25 PM 11/4/2002 -0800, Kelly Yancey wrote: On Tue, 5 Nov 2002, Giorgos Keramidas wrote: On 2002-11-04 18:38, Kelly Yancey [EMAIL PROTECTED] wrote: Thanks for the info. Are you sure that you only reverted the one delta? Yes. I just recompiled the kernel from -rHEAD and started logging

Re: Update to UFS2 Superblock Format

2002-11-29 Thread Manfred Antar
At 09:11 PM 11/24/2002 -0800, Kirk McKusick wrote: On Tuesday Nov 26th I plan to make an update to the UFS2 superblock. It will not affect UFS1 filesystems so should be generally transparent to most -current users. For those using UFS2 filesystems, the new kernel will update the superblock to the

Re: Update to UFS2 Superblock Format

2002-11-29 Thread Manfred Antar
At 11:11 PM 11/29/2002 -0800, Kirk McKusick wrote: You will have to ask Puol-Henning Kamp, but I do not believe that he has yet put together a bootstrap for the i386 platform that can boot from a UFS2 filesystem. As such, I believe that you are required to have a UFS1 root on the i386 at this

Re: dump(8) + UFS2

2002-11-30 Thread Manfred Antar
At 10:56 AM 11/30/2002 -0200, Daniel C. Sobral wrote: Matthias Schuendehuette wrote: Hello, it seems to me that 'dump' (8) is not able to dump UFS2 Filesystems. First it shows an extraordirarily large number of estimated tape blocks for my tiny /var-partition and after that it dumps core

Re: dump(8) + UFS2

2002-11-30 Thread Manfred Antar
At 10:56 AM 11/30/2002 -0200, Daniel C. Sobral wrote: Matthias Schuendehuette wrote: Hello, it seems to me that 'dump' (8) is not able to dump UFS2 Filesystems. First it shows an extraordirarily large number of estimated tape blocks for my tiny /var-partition and after that it dumps core

Lost console since Saturday's kernel

2002-12-01 Thread Manfred Antar
On current kernel I no longer can use the console. Machine is a SMP i386 pentium-pro. It is set up to use ttyd1 as a comconsole, I get the normal messages when the machine is booting but the login hangs. Also I have a monitor and keyboard hooked up to the machine and normally after the machine

Re: console problem

2002-12-01 Thread Manfred Antar
At 04:07 PM 12/1/2002 -0500, Chuck Robey wrote: I've been on vacation for the last week, so I haven't been watching -current like a good boy should, but I've suddenly been seeing a serious problem, and it *might* not have been reported, and seeing as code freeze is almost here, it's worth risking

Re: console problem

2002-12-01 Thread Manfred Antar
At 06:52 PM 12/1/2002 -0500, Chuck Robey wrote: On Sun, 1 Dec 2002, Manfred Antar wrote: Anyhow, it's the console, it's been locking up. I just retried it with a kernel cvsupped not 2 hours ago, and it's still here. All the vty's lock up, and once even froze the PC speaker (beeping

Re: console problem

2002-12-02 Thread Manfred Antar
At 02:59 PM 12/2/2002 +0200, Vallo Kallaste wrote: On Sun, Dec 01, 2002 at 04:07:32PM -0500, Chuck Robey [EMAIL PROTECTED] wrote: I've been on vacation for the last week, so I haven't been watching -current like a good boy should, but I've suddenly been seeing a serious problem, and it *might*

Re: mod_ssl current

2000-02-29 Thread Manfred Antar
At 12:00 PM 2/29/2000 -0800, Sean-Paul Rees wrote: I'm having a problem getting Apache setup to work with modssl; I'm running apache1.3.12+php4+mod_ssl2.6.0 [root@valiant]-~# apachectl startssl /usr/local/sbin/apachectl startssl: httpd could not be started No other info whatsoever. (helpful,

Re: mod_ssl current

2000-02-29 Thread Manfred Antar
At 07:56 PM 2/29/2000 -0800, you wrote: On Tue, 29 Feb 2000, Manfred Antar wrote: I needed to add -lRSAglue -lrsaUSA to the SSL_LIBS= line in /usr/ports/www/apache13-php3/work/apache_1.3.12/src/modules/ssl/Makefile and install the recompiled libssl.so in /usr/local/libexec/apache. Works

Re: mod_ssl current

2000-02-29 Thread Manfred Antar
At 07:56 PM 2/29/2000 -0800, Kris Kennaway wrote: On Tue, 29 Feb 2000, Manfred Antar wrote: I needed to add -lRSAglue -lrsaUSA to the SSL_LIBS= line in /usr/ports/www/apache13-php3/work/apache_1.3.12/src/modules/ssl/Makefile and install the recompiled libssl.so in /usr/local/libexec

New SMP changes

2000-03-28 Thread Manfred Antar
I just noticed something with a new kernel with a Fresh world as of 1 hour ago. I'm running 2 setiathome's one for each CPU (Pentium pro) and the machine has suddenly turned into a slug It's worse than a 286 machine I used to own. It's amazing !!! It worked with this setup before the changes

Re: All PCI DPT adapter users!

2000-04-06 Thread Manfred Antar
At 10:53 PM 4/6/2000 -0400, Matthew N. Dodd wrote: I've just updated the DPT PCI front end to be 'newbus' compliant but lack the hardware to test my changes. It should work just fine but I'd appriciate a quick 'it works!' from someone with hardware just to be sure. It hangs here :( the boot

Re: All PCI DPT adapter users!

2000-04-06 Thread Manfred Antar
At 10:53 PM 4/6/2000 -0400, Matthew N. Dodd wrote: I've just updated the DPT PCI front end to be 'newbus' compliant but lack the hardware to test my changes. It should work just fine but I'd appriciate a quick 'it works!' from someone with hardware just to be sure. It hangs here :( the boot

Re: make world left me with an unbootable system

2000-04-20 Thread Manfred Antar
At 03:55 PM 4/20/2000 -0400, Adam wrote: Last night around midnight EST I cvsupped and did make buildworld, config -r'ed my kernel, compiled it, installed the kernel and did make installworld. I rebooted expecting the system to come up fine but it failed with "Invalid partition table". This was

Re: MAKEDEV Warning ???

2000-05-13 Thread Manfred Antar
At 09:18 PM 5/13/2000 +0200, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Jeroen Ruigrok van der Werv en writes: -On [2513 21:06], Manfred Antar ([EMAIL PROTECTED]) wrote: I get this in boot mesgs and I don't know how to fix it. Device char-major=13 minor=0 opened in block mode

MAKEDEV Warning ???

2000-05-13 Thread Manfred Antar
I get this in boot mesgs and I don't know how to fix it. Device char-major=13 minor=0 opened in block mode, convert to char mode with /dev/MAKEDEV before 2000-07-01 I've run MAKEDEV all I have a simple fstab: # DeviceMountpoint FStype Options DumpPass#

Re: MAKEDEV Warning ???

2000-05-13 Thread Manfred Antar
At 09:54 PM 5/13/2000 +0200, Assar Westerlund wrote: Jeroen Ruigrok van der Werven [EMAIL PROTECTED] writes: -On [2513 21:06], Manfred Antar ([EMAIL PROTECTED]) wrote: I get this in boot mesgs and I don't know how to fix it. Device char-major=13 minor=0 opened in block mode, convert

Re: MAKEDEV Warning ???

2000-05-13 Thread Manfred Antar
At 10:28 PM 5/13/2000 +0200, Jeroen Ruigrok van der Werven wrote: -On [2513 22:08], Manfred Antar ([EMAIL PROTECTED]) wrote: Which is the correct dev /dev/da0a , /dev/rda0a , or /dev/da0s1a to use rda0a won't work. da0a works fine and I got rid of all the da0s1a,b,e,f,g ones ? The /dev

Current SMP kernel panics y/n [y]

2000-05-22 Thread Manfred Antar
A current kernel just built after a current make world comes up with this and stops booting: Programming 24 pins in IOAPIC #0 AP #1 (PHY# 12) failed! panic y/n [y] If I type n the kernel boots fine. doing mptable cause a panic though Thanks Manfred == ||

Re: Anyone else seeing jumpy mice?

2000-05-23 Thread Manfred Antar
Not to change the subject ,but mptable causes a panic on my machine running current. If I revert back to a kernel compiled on the 13th of May everything works fine. I think there were some changes made to the SMP code on the 14th or 15th also the binutils were upgraded and I'm not sure what

Re: Anyone else seeing jumpy mice?

2000-05-23 Thread Manfred Antar
At 09:00 PM 5/23/2000 +0200, Vallo Kallaste wrote: On Tue, May 23, 2000 at 11:06:38AM -0700, Manfred Antar [EMAIL PROTECTED] wrote: Not to change the subject ,but mptable causes a panic on my machine running current. If I revert back to a kernel compiled on the 13th of May everything works

Re: HEADS UP!: config changes...

2000-06-14 Thread Manfred Antar
At 01:20 AM 6/14/2000 -0700, Peter Wemm wrote: Peter Wemm wrote: # update /boot/loader.conf cd src/sys/boot; make obj depend all install Of course, it would be just my luck that there is a loader bug right now, and this command will throw you into the fire. ;-( If your loader complains about

Re: Anybody notice? Was:Re: çíàêîìñòâî

2000-06-24 Thread Manfred Antar
At 07:51 PM 6/24/2000 -0500, Joe wrote: Anybody notice that this guy is sending a trojan as an attachment? -Joe On Sun, Jun 25, 2000 at 04:29:51AM +0300, [EMAIL PROTECTED] wrote: J nikogda ne pytalas% poznakomit%sJ v internete, no resilas% poprobyvat%. Zivu v Moskve, ucus%. Mne 19

Re: make buildworld broken in telnetd

2003-09-03 Thread Manfred Antar
At 01:03 AM 09/04/2003 +0900, Shin-ichi Yoshimoto wrote: Subject: make buildworld broken in telnetd, On Wed, 3 Sep 2003 19:14:10 +0900, Shin-ichi Yoshimoto wrote: make buildworld broken in libexec/telnetd. I tried to backout share/bsd.lib.mk from rev.1.152 to rev 1.151, buildworld is ok. Is the

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

2003-09-06 Thread Manfred Antar
At 01:35 PM 09/06/2003 -0700, Aaron Smith wrote: Hi everyone. login and sshd are both failing for me after a make world on current. I have mergemaster'd, rebuilt world, ad infinitum. I've compared /etc/pam.d with the source tree version and they're the same. I instrumented openpam_dynamic, and

Current kernel Fatal Trap 12

2003-06-20 Thread Manfred Antar
For the past week i have not been able to boot with current kernel. The last kernel that works is from Sat June 14th. When I build and try and boot a current kernel I get: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x38 fault code = supervisor read, page

Re: Current kernel Fatal Trap 12

2003-06-20 Thread Manfred Antar
. This is likely a NULL pointer dereference. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories On Fri, 20 Jun 2003, Manfred Antar wrote: For the past week i have not been able to boot with current kernel. The last kernel that works

Re: Current kernel Fatal Trap 12

2003-06-21 Thread Manfred Antar
At 12:21 PM 6/20/2003 -0400, Robert Watson wrote: If you have a version of the kernel in question on disk and with debugging symbols, could you attach gdb -k to it and send us the results of: l *0xc01f6212 That will provide a bit more information about where the panic is occuring. This is

Re: Current kernel Fatal Trap 12

2003-06-21 Thread Manfred Antar
. This is likely a NULL pointer dereference. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories On Fri, 20 Jun 2003, Manfred Antar wrote: For the past week i have not been able to boot with current kernel. The last kernel that works

md.c broken in current

2001-08-27 Thread Manfred Antar
From sources this morning when trying to build a kernel: (pro2)502}make cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../..

Re: Fatal trap 12 on kernel from sometime Nov. 30.

2001-12-01 Thread Manfred Antar
At 07:12 PM 12/1/2001 -0800, Edwin Culp wrote: Andrew, Thanks. Now my problem is that I can't cvsup. Any ideas on how to update my sources? Maybe someone could email me a patch and I could take it over with a floppy. Right now I have no access to the network with the machine that has the

New mail dumps core on current

2001-12-19 Thread Manfred Antar
mail dumps core on current with latest /usr/src/usr.bin/mail updates: (root)502}mail manfred Subject: test test test EOT Segmentation fault (core dumped) (root)503} This is from a current built today, although i think the changes were made yesterday. I noticed that I did not get mail from the

Re: make release broken

2002-01-11 Thread Manfred Antar
At 07:51 AM 1/12/2002 +0200, John Hay wrote: Hi, Make release of -current has been broken here for the past few days. I had a look on the Japanese snapshot site and theirs break with the same error. Do anybody have an idea about what is going wrong?

Re: Pam problems today

2002-01-31 Thread Manfred Antar
At 09:49 PM 1/31/2002 -0600, David W. Chapman Jr. wrote: I cvsuped a few hours ago, did the normal buildworld and installworld, new kernel and mergemaster, but when I rebooted I could not login, I had to comment a few lines in /etc/pam.d/login #accountrequired

Re: FreeBSD/i386 make release breakage

2002-02-24 Thread Manfred Antar
At 01:27 PM 2/25/2002 +0900, Makoto Matsushita wrote: Current 5-current fails 'make release' when processing release.4 target (making a crunch binary). Here's sample session: === doc rm -f cpio.info cpio.info.gz rm -f .depend /usr/obj/usr/src/gnu/usr.bin/cpio/GPATH

Re: ahc lockups in -current

2000-07-23 Thread Manfred Antar
At 06:07 PM 7/23/2000 -0500, Mike Meyer wrote: It seems that the last changes to the ahc drivers (committed on the 18th) are causing my system to lock up. I'd check the aic7890 specific changes first, but that's just me. The problem is that when I start doing I/O to two drives, the system hangs.

Re: Dirty buffers on reboot..

2000-09-09 Thread Manfred Antar
At 11:59 AM 9/9/2000 -0400, Robert Watson wrote: On Fri, 8 Sep 2000, John Baldwin wrote: Ok, an update on the dirty buffers on reboot: If you use the reboot command, you will get dirty buffers. If you use 'shutdown -r now' instead, you won't get dirty buffers. Thus, as a workaround for

New Fatal trap in Current SMP (random.dev changes ??)

2000-09-10 Thread Manfred Antar
From a new kernel compiled from sources current 7:30 pm 9/10/00 pacific time Although the first occurrence happened this morning after compiling a kernel after the random dev changes. The system boots and mounts disks. When it gets to this point: Additional routing options: TCP extensions=NO TCP

Re: New Fatal trap in Current SMP (random.dev changes ??)

2000-09-10 Thread Manfred Antar
At 08:16 PM 9/10/2000 -0700, John Baldwin wrote: Manfred Antar wrote: From a new kernel compiled from sources current 7:30 pm 9/10/00 pacific time Although the first occurrence happened this morning after compiling a kernel after the random dev changes. The system boots and mounts disks

Current periodic change

2000-09-20 Thread Manfred Antar
periodic is broken in current # /usr/sbin/periodic daily /usr/sbin/periodic: 43: Syntax error: ")" unexpected (expecting ";;") == || [EMAIL PROTECTED] || || Ph. (415) 681-6235 || == To Unsubscribe: send

kernel trap 12 with interrupts disabled

2000-10-18 Thread Manfred Antar
With current kernel I'm getting alot of : kernel trap 12 with interrupts disabled kernel trap 12 with interrupts disabled kernel trap 12 with interrupts disabled kernel trap 12 with interrupts disabled kernel trap 12 with interrupts disabled Kernel from yesterday did not do this. Everything

RE: sys/i386/i386/machdep.c:cpu_idle() changes causes this Was:

2000-10-20 Thread Manfred Antar
At 01:21 PM 10/20/2000 -0700, John Baldwin wrote: On 20-Oct-00 Valentin Chopov wrote: I found that if I remove #ifndef SMP /#endif in: Errr, this doesn't really make sense, and if anything is probably hiding the problem. Also, this change will potentially increase interrupt latency even

Current Kernel build broken

2000-10-29 Thread Manfred Antar
From latest sources: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica/Subsystem/Include -D_KERNEL -include

Current kernel build failure -- cam_periph.c

2000-12-06 Thread Manfred Antar
I've been trying to build a current kernel from current sources for a day now and I keep getting this: cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g

RE: Current kernel build failure -- cam_periph.c

2000-12-06 Thread Manfred Antar
At 05:49 PM 12/6/2000 -0800, you wrote: On 07-Dec-00 Manfred Antar wrote: I've been trying to build a current kernel from current sources for a day now and I keep getting this: I'm looking at this. My initial guess is maybe a gcc bug, as mtx_exit() compiles in dozens of other places just

RE: Current kernel build failure -- cam_periph.c

2000-12-06 Thread Manfred Antar
At 06:28 PM 12/6/2000 -0800, John Baldwin wrote: On 07-Dec-00 John Baldwin wrote: On 07-Dec-00 Manfred Antar wrote: I've been trying to build a current kernel from current sources for a day now and I keep getting this: I'm looking at this. My initial guess is maybe a gcc bug

New PCM changes cause panic

2000-12-22 Thread Manfred Antar
New changes to the sound system PCM cause a panic on current kernel when using the rsynth port. Fatal trap 18: integer divide fault while in kernel mode cpuid = 1; lapic.id = 0c00 instruction pointer = 0x8:0xc01714d1 stack pointer = 0x10:0xcb06fd90 frame pointer =

Fatal trap while printing under SMP

2001-01-02 Thread Manfred Antar
When trying to print using a current SMP kernel, I get the following: Fatal trap 12: page fault while in kernel mode cpuid = 1; lapic.id = 0c00 fault virtual address = 0xe1810412 fault code = supervisor write, page not present instruction pointer = 0x8:0xcb0a7977 stack

Re: Continuing Fatal Trap 12

2001-01-04 Thread Manfred Antar
Jake I applied the patch: #define LPT_DEBUG --- lpt.c Thu Dec 7 17:33:12 2000 +++ lpt.c.hack Thu Jan 4 00:46:41 2001 @@ -394,6 +394,7 @@ /* retrieve the ppbus irq */ BUS_READ_IVAR(ppbus, dev, PPBUS_IVAR_IRQ, irq); +#if 0 if (irq 0) { /* declare our interrupt handler */

libc_r broken

2001-01-29 Thread Manfred Antar
libc_r won't compile since changes made last night. (libc_r)504}make cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include -DPTHREAD_KERNEL -D_THREAD_SAFE -I/usr/src/lib/libc_r/uthread -I/usr/src/lib/libc_r/../../include -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -c

Re: libc_r broken

2001-01-29 Thread Manfred Antar
At 02:02 PM 1/29/2001 -0500, Daniel Eischen wrote: On Mon, 29 Jan 2001, Manfred Antar wrote: libc_r won't compile since changes made last night. (libc_r)504}make cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include -DPTHREAD_KERNEL -D_THREAD_SAFE -I/usr/src/lib/libc_r

Current kernel panic

2002-06-22 Thread Manfred Antar
I get this with a current kernel compiled just a few minute ago (SMP) Can't get to debugger as keystyrokes don't work Kernel from the 19th before UFS2 works fine. Additional routing options:. Mounting NFS file systems:. Fatal trap 12: page fault while in kernel mode cpuid = 1; lapic.id =

Re: I think KSE-MIII import complete

2002-06-29 Thread Manfred Antar
At 05:10 PM 6/29/2002 -0700, Julian Elischer wrote: So far I have heard no complaints (that are proven) and My buildworlds have been going as well as thay can taking into account breakages from other places (hopefully one will actually finish soon) So I am going to dare to step away from the

dump broken on current since UFS2

2002-07-02 Thread Manfred Antar
I haven't been able to use dump since the recent UFS2 changes. the command i use is dump 0fua /dev/nsa0 /dev/da0s1e I get lots of this : DUMP: read error from /dev/da0s1e: Invalid argument: [sector -1555955710]: count=-1 DUMP: read error from /dev/da0s1e: Invalid argument: [sector -1555955709]:

Re: mysql-3.23.51 with Current for the last few weeks.

2002-08-02 Thread Manfred Antar
At 08:54 AM 8/2/2002 -0700, Edwin Culp wrote: This doesn't make much sense and is probably not related but I've had the problem for about a month and thought it was going to go away but it hasn't. I really don't know where to start looking. Just after the KSE changes at the beginning of July I

Re: Error in libc/locale/Makefile.inc and page fault in kernel mode.

2002-08-19 Thread Manfred Antar
At 05:34 PM 8/19/2002 -0800, walt wrote: When I do a 'make obj' in /usr/src I get this fatal error: /usr/src/lib/libc/locale/Makefile.inc: line 14 followed by a long error message. Note that this error did not appear until after I did a rm -rf /usr/obj and then a make obj. The reason I did the

Re: compiling kdelibs3 fails with -current's gcc 3.2

2002-09-02 Thread Manfred Antar
At 12:29 AM 9/3/2002 +0200, Michael Reifenberger wrote: Hi, with -current I get during compiling kdelibs3 (and after successfully compiling qt3 and arts): ... c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I/usr/X11R6/include

Re: HEADS UP: i386 a.out binary users!

2002-09-07 Thread Manfred Antar
At 12:23 AM 9/7/2002 -0700, Terry Lambert wrote: Peter Wemm wrote: You will need to either add: options COMPAT_AOUT to your kernel config when you next rebuild, or do a 'kldload aout' when you want to run an old a.out binary. Is this going to be turned on be default in the rc scripts, until

Re: HEADS UP: i386 a.out binary users!

2002-09-07 Thread Manfred Antar
At 07:27 PM 9/7/2002 -0700, Peter Wemm wrote: Manfred Antar wrote: At 12:23 AM 9/7/2002 -0700, Terry Lambert wrote: Peter Wemm wrote: You will need to either add: options COMPAT_AOUT to your kernel config when you next rebuild, or do a 'kldload aout' when you want to run an old a.out

Current SMP Kernel panics

2001-02-09 Thread Manfred Antar
A current kernel built 10 mins ago form fresh cvsup panics: APIC_IO: routing 8254 via 8259 and IOAPIC #0 intpin 0 IPsec: Initialized Security Association Processing. panic: mutex sched lock not owned at ../../kern/kern_synch.c:175 cpuid = 0; lapic.id = syncing disks... done Uptime: 0s

Re: HEADS UP: installworld gotchas

2001-02-12 Thread Manfred Antar
At 11:47 AM 2/12/2001 -0500, Garrett Wollman wrote: On Sun, 11 Feb 2001 16:51:29 -0800, Kris Kennaway [EMAIL PROTECTED] said: The major number has already been bumped, I thought. If this is true then we've only broken compatibility with older versions of -current after the version number was

Re: got stuck in the current __sF foo...

2001-02-17 Thread Manfred Antar
At 03:36 PM 2/17/2001 -0800, Matthew Jacob wrote: One system got stuck in the current __sF bork... I'm not stuck with: cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall

Re: got stuck in the current __sF foo...

2001-02-17 Thread Manfred Antar
At 08:17 PM 2/17/2001 -0400, The Hermit Hacker wrote: I just got hurt by this, in a sense ... buildworld and installworld all worked great, but as soon as I tried to a 'startx', it told me that libm.so.2 had an unresolved symbol __sF ... I just rebuilt my X, figure just the result of the bump in

Re: got stuck in the current __sF foo...

2001-02-17 Thread Manfred Antar
At 07:00 PM 2/17/2001 -0700, Warner Losh wrote: What version of src/lib/libc/stdio/findfp.c do you have? I'm using 1.15 here w/o any problems: static const char rcsid[] = "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15 2001/02/16 21:09:49 imp Exp $"; Warner To Unsubscribe: send mail to [EMAIL

Re: got stuck in the current __sF foo...

2001-02-17 Thread Manfred Antar
At 11:03 PM 2/17/2001 -0400, The Hermit Hacker wrote: On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : On Sat, 17 Feb 2001, Warner Losh wrote: : : In message [EMAIL PROTECTED] The Hermit Hacker writes: : : static const char rcsid[] = : :

What ??

2001-02-23 Thread Manfred Antar
Dmesg: ---=== Happy Birthday Peter!!! ===--- :) Happy Birthday Manfred == || [EMAIL PROTECTED] || || Ph. (415) 681-6235 || == To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Current SMP kernel won't build

2001-02-25 Thread Manfred Antar
I haven't been able to build a SMP kernel for a day. I just did a make world and tried again, no luck I keep getting this error: linking kernel.debug cam_periph.o: In function `cam_periph_mapmem': /usr/src/sys/compile/pro2/../../cam/cam_periph.c(.text+0xa42): undefined reference to `_mtx_assert'

Re: Current SMP kernel won't build

2001-02-25 Thread Manfred Antar
At 02:28 PM 2/25/2001 -0800, you wrote: cam_periph.o: In function `cam_periph_mapmem': /usr/src/sys/compile/pro2/../../cam/cam_periph.c(.text+0xa42): undefined refe rence to `_mtx_assert' Try putting, options INVARIANT_SUPPORT in your kernel config. I think jhb recently made

RE: Using serial console to debug system hangs ...

2001-03-04 Thread Manfred Antar
At 01:48 PM 3/4/2001 -0400, The Hermit Hacker wrote: On Sun, 4 Mar 2001, John Baldwin wrote: On 04-Mar-01 The Hermit Hacker wrote: On Sat, 3 Mar 2001, John Baldwin wrote: On 04-Mar-01 The Hermit Hacker wrote: Wow, that was painful ... after 2 hrs, I got as far as: Yeah, it

Re: Using serial console to debug system hangs ...

2001-03-04 Thread Manfred Antar
At 05:49 PM 3/4/2001 -0700, Warner Losh wrote: In message [EMAIL PROTECTED] Manfred Antar writes: : Then cd /sys/boot ; make depend all install. : I forget if you then need to relabel the disk or not. : ie : : disklabel -B da0 I've noticed in the past that FreeBSD uss the com speed of the boot

Re: Touch pad problem on HP n5470 Laptop

2001-06-28 Thread Manfred Antar
At 09:31 PM 6/28/2001 -0700, Edwin Culp wrote: I can't get the mouse working on a new HP Pavilion 5470 laptop. I just installed and cvsuped, made world and get this in my dmesg. It's my guess that the second atkbd0/psm1 are the problem. Does anyone have an idea what I should do? atkbdc0:

Re: Touch pad problem on HP n5470 Laptop

2001-06-29 Thread Manfred Antar
At 08:08 AM 6/29/2001 +0200, Ollivier Robert wrote: According to Manfred Antar: this started. I don't remember ever seeing reference to psm1 I only have 1 mouse on this machine and there is only 1 in the kernel config file. Re-read messages in -current a few weeks ago, the problem

Re: Touch pad problem on HP n5470 Laptop

2001-06-29 Thread Manfred Antar
At 04:22 PM 6/29/2001 +0200, Ollivier Robert wrote: According to Manfred Antar: I did this and now I have no keyboard or mouse. You have to remove the « hints » only, not all the lines about atkbd/psm if you had them in the kernel config. file... -- Ollivier ROBERT -=- FreeBSD: The Power

netpbm broken on current crtn.o new binutils ?

2001-07-18 Thread Manfred Antar
The port netpbm builds and installs fine on current. When trying to build the docs in /usr/docs the program peps calls /usr/local/bin/pnmtopng This is from the netpbm port. (/usr/local/bin)505}./pnmtopng /usr/libexec/ld-elf.so.1: /usr/lib/crtn.o: unsupported file type (/usr/local/bin)506}

libpam build broken in current

2001-07-31 Thread Manfred Antar
libpam will not build if you don't have the stock ssh installed. I use ssh from ports. (libpam)502}make === modules === modules/pam_deny === modules/pam_ftp === modules/pam_nologin === modules/pam_opie === modules/pam_permit === modules/pam_radius === modules/pam_rootok === modules/pam_securetty

Re: devfs

2001-08-20 Thread Manfred Antar
At 11:17 AM 8/20/2001 -0400, Brandon D. Valentine wrote: On Mon, 20 Aug 2001, David W. Chapman Jr. wrote: The only problem is devfs is mounted and I can't seem to get around that. I haven't had much time lately to fool with my -CURRENT box but it seems that booting singleuser oughta help? --

Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Manfred Antar
Since the changes to libc in the last few weeks. building world fails in /bin/csh cc -O2 -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='/bin/csh' -DHAVE_ICONV -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Wno-pointer-sign -Wno-empty-body

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Manfred Antar
At 05:23 PM 11/24/2013, Glen Barber wrote: On Sun, Nov 24, 2013 at 08:19:49PM -0500, Glen Barber wrote: I think WITHOUT_DYNAMICROOT=1 has nothing to do with this. I worked around it by setting WITHOUT_NLS_CATALOGS=1 (see src.conf(5)). I'm sorry, I misread a part of your email. I'll rebuild

  1   2   3   >