Burncd is failing for me.

2003-11-17 Thread Edwin Culp
I'm running current with a cvsup, make world and new
kernel as of this morning.  The test is on a Dell with
a dvd-rom
acd0: DVDROM  at ata1-master
PIO4

I have been mounting cdrom's with no problem but
I just tried burncd and get the following error.

Nov 17 13:52:35  kernel: acd0: FAILURE -
MODE_SENSE_BIG 
status=51 sensekey=ILLEGAL REQUEST
error=4
935 Nov 17 13:55:36  kernel: acd0: FAILURE -
BLANK_CMD 
status=51 sensekey=ILLEGAL REQUEST
error=4

I also noticed that I don't have a /dev/acd0c anymore
I don't know if that has anything to do with it.

Any help will be appreciated.

Thanks,

ed

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Unattended reboot was Re: signal 12's everywhere on Current with update this morning.

2003-11-16 Thread Edwin Culp

--- Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote:
> "masta" <[EMAIL PROTECTED]> writes:
> > I found that if I put /rescue in my PATH before
> all the normal stuff,
> > things tend to work (like ls).  For me I got
> caught doing the:
> > make buildworld
> > make buildkernel KERNCONF=FOO
> > make installkernel
> > mergemaster
> > make installworld
> >
> > BAM! installworld fails, and the signal 12's start
> to manifest.
> 
> Reboot and run installworld.  Your new kernel will
> run both old and
> new binaries just fine.

I tried that and it didn't work because some of the
binaries didn't get installed and caused signal 11's
???  So what I did was scp /bin/* /usr/bin/* /sbin/*
/usr/sbin/* /usr/libexec/*  Certainly not the most
efficient solution and I probably shouldn't have had
to do it but I had 4 servers stuck and only one up to
dade and working with the changes and I just wanted to
get through this and cut my losses :-) (But that is
another story.)  You might want to have a cdrom or
another machine that is up to date and readily
accessable, just in case.

Good luck,

ed

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ATA driver broken?

2002-09-28 Thread Edwin Culp

Quoting "Niels Chr. Bank-Pedersen" <[EMAIL PROTECTED]>:

 | On Sat, Sep 28, 2002 at 05:55:02PM +0100, Mark Murray wrote:
 | > Hi
 | > 
 | > I can't boot a kernel after my 22nd Sept one. The ATA disk controller
 | > does not probe at all, and no bootable disk is found by the kernel.
 | > 
 | > The machine is a Toshiba Libretto 110CT.

FWIW, I just booted my Compaq presario off today's build and kernel.
I've basically done it everyday for the last 10 days.  I may have
skipped the reboot a couple of days.

ed
 | 
 | I'm seeing the same (sortof) on my Dual PIII machine - ATA as well as
 | ISA (PCI-ISA bridge), SCSI (sym) and NIC (fxp) has dissapeared recently.
 | I was suspecting the legacy(4) commits on the 23rd to be causing this.
 | Boot messages (before/after) attached.
 | 
 | [...]
 | 
 | 
 | /Niels Chr.
 | 
 | -- 
 |  Niels Christian Bank-Pedersen, NCB1-RIPE.
 | 
 |  "Hey, are any of you guys out there actually *using* RFC 2549?"


--

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Opera 6.1 for FreeBSD!

2002-09-27 Thread Edwin Culp

Quoting Frode Nordahl <[EMAIL PROTECTED]>:

 | Hello,
 | 
 | As some of you may know, Opera has a native FreeBSD version of Opera in
 | the works!
 | 
 | http://web.opera.com/download/unix/untested/intel-freebsd/248-20020923-6.1-P1/
 | 
 | (Beware: the shared version requires qt-3.0.4, and will not work with 
 |  3.0.5)
 | 
 | It is of course compiled for FreeBSD 4.x and requires libc_r.so.4.
 | 
 | The lib/compat/libc_r.so.4 in CVS does not work after recent changes to
 | threading in CURRENT(?).  (Last buildworld September 24., kernel from
 | today)
 | 
 | Opera fails with:
 | "Fatal error 'Thread has returned from sigreturn or longjmp' at line ?
 | in file /usr/src/libc_r/uthread_kern.c (errno = ?)"
 | 
 | Any chance the compat library can be updated to make this work with
 | recent CURRENT?
 | 
 | That would _rock_ ! :)
 | 

 I agree that would be fantastic.

ed
--

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: slapd dumping core with today's current.

2002-09-19 Thread Edwin Culp

Quoting Wesley Morgan <[EMAIL PROTECTED]>:

 | Boot from a kernel from a day or two ago and you should be fine. Unless
 | you build every day, your kernel.old/kernel should be in agreement with
 | libc_r
I do build everyday and 

Thanks, 

ed

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: slapd dumping core with today's current.

2002-09-19 Thread Edwin Culp

Quoting Julian Elischer <[EMAIL PROTECTED]>:

 | threads is broken right now..
 | due to a miscommunicatin,. the kernel and the threads library have
 | a disagreement regarding something..
 | Unfortunatly the person to slap up over this is offline for  aday or
 | so..
 | please be patient for a day or so (we hope).
No problem.  

Thanks a lot,

ed

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



slapd dumping core with today's current.

2002-09-18 Thread Edwin Culp

I just realized that slapd dumps core with:

Fatal error '_pq_insert_head: prioq not protected!' at line 185 in file
/usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 22)
Abort (core dumped) 

I have recompiled openldap and db3 but it didn't help.  Any suggestions
would be appreciated.

I also get the same error with mozilla but I see that has already been
reported.

Thanks,

ed



--

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Compiling mail/courier with current/new gcc3.2 w/patch

2002-09-11 Thread Edwin Culp

Quoting Edwin Culp <[EMAIL PROTECTED]>:

 | I am using current with a patched gcc3.2.  The patched gcc was used to 
 | make world (cvsup - patch gcc - make world)  I get the following when 
 | trying to compile ports/mail/courier.
 | 
 | gmake[1]: Entering directory
 | `/usr/ports/mail/courier/work/courier-0.39.3/afx'
 | c++  -I.. -I./.. -Wall  -O -pipe -L/usr/local/lib -o testafxpipe 
 | testafxpipe.o
 | libafx.a 
 | /usr/libexec/elf/ld: testafxpipe: Not enough room for program headers
 | (allocated
 | 6, need 7)
 | /usr/libexec/elf/ld: final link failed: Bad value
 | gmake[1]: *** [testafxpipe] Error 1
 | gmake[1]: Leaving directory
 | `/usr/ports/mail/courier/work/courier-0.39.3/afx'
 | gmake: *** [all-recursive] Error 1
 | *** Error code 2
 | 
 | Stop in /usr/ports/mail/courier.
 | *** Error code 1
 | 
 | If this is just a port and not a compiler issue, please let me know and 
 | I'll fill out a pr.
 | 
 | Thanks,
 | 
 | ed
Oops, I just got it to compile on an almost identical machine, today's 
current same patched compiler, identical kernel config, etc. etc.

Now I'm really confused.

ed

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Compiling mail/courier with current/new gcc3.2 w/patch

2002-09-11 Thread Edwin Culp

I am using current with a patched gcc3.2.  The patched gcc was used to 
make world (cvsup - patch gcc - make world)  I get the following when 
trying to compile ports/mail/courier.

gmake[1]: Entering directory `/usr/ports/mail/courier/work/courier-0.39.3/afx'
c++  -I.. -I./.. -Wall  -O -pipe -L/usr/local/lib -o testafxpipe  testafxpipe.o
libafx.a 
/usr/libexec/elf/ld: testafxpipe: Not enough room for program headers (allocated
6, need 7)
/usr/libexec/elf/ld: final link failed: Bad value
gmake[1]: *** [testafxpipe] Error 1
gmake[1]: Leaving directory `/usr/ports/mail/courier/work/courier-0.39.3/afx'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/mail/courier.
*** Error code 1

If this is just a port and not a compiler issue, please let me know and 
I'll fill out a pr.

Thanks,

ed
--

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



acpi on compaq 1701CL with current.

2002-09-10 Thread Edwin Culp

I just bought an new battery and that combined with the fact that
I've seen so many recent emails about acpi that I decided to check my
laptop.  I've never really been able to take advantage of acpi with it
and may never be able to, but previously I was able to do an acpidump
and now I get:

/root # acpidump
/*
RSD PTR: Checksum=202, OEMID=PTLTD, RsdtAddress=0x0fffbea3
 */
acpidump: RSDT is corrupted

with  sysctl

/root # sysctl hw.acpi
sysctl: unknown oid 'hw.acpi'

with kldstat

/root # kldstat 
Id Refs AddressSize Name
 1   12 0xc010 349ffc   kernel
 21 0xc044a000 90b0 snd_maestro3.ko
 31 0xc0454000 3fea8acpi.ko
 41 0xc241a000 5000 linprocfs.ko
 51 0xc24d9000 14000linux.ko

I seem to have the module loaded automatically.

Is this probably a configuration issue, an acpi problem or could it be a
problem with the bios?

Thanks,

ed

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: GCC 3.2 patch

2002-09-07 Thread Edwin Culp

Quoting Alexander Kabaev <[EMAIL PROTECTED]>:

 | Hi everyone,
 | 
 | I've collected a number of patches for several problems with
 | GCC 3.2 compiler which have been brought to my attention so far.
 | While I am waiting for these patches or other suitable fixes to be
 | incorporated into FSF CVS repository, I decided to make a patch
 | file available at http://people.freebsd.org/~kan/gcc-all.diff.
 | 
 | People having problems compiling their problems with the new
 | system compiler are encouraged to give this patch a try and 
 | let me know if their problem is fixed ot not.
 | 
 | --
Alexander,

It did fix my problem.  I did a cvsup and buildworld this morning over 
yesterday afternoon's application and build.  It didn't even dawn on me
until your email. I reapplied the patch and now it is fine. Thanks.  I'll 
do more testing tomorrow but I'm sure it will solve some of my  problems
with port rebuilding.

ed

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: GCC 3.2 patch

2002-09-07 Thread Edwin Culp

Quoting Alexander Kabaev <[EMAIL PROTECTED]>:

 | Hi everyone,
 | 
 | I've collected a number of patches for several problems with
 | GCC 3.2 compiler which have been brought to my attention so far.
 | While I am waiting for these patches or other suitable fixes to be
 | incorporated into FSF CVS repository, I decided to make a patch
 | file available at http://people.freebsd.org/~kan/gcc-all.diff.
 | 
 | People having problems compiling their problems with the new
 | system compiler are encouraged to give this patch a try and 
 | let me know if their problem is fixed ot not.
 | 
 | --
 Alexander Kabaev
 | 
 | To Unsubscribe: send mail to [EMAIL PROTECTED]
 | with "unsubscribe freebsd-ports" in the body of the message


--

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Todays cvsup Current on kernel mkdep shows opt_cpu.h: No such file

2002-09-07 Thread Edwin Culp

After a successful make world, I got the following error on initiating
buildkernel.

mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I@/.
./include -I/usr/obj/usr/src/i386/usr/include  /usr/src/sys/modules/linux/../../
i386/linux/linux_dummy.c /usr/src/sys/modules/linux/../../compat/linux/linux_fil
e.c /usr/src/sys/modules/linux/../../compat/linux/linux_getcwd.c /usr/src/sys/mo
dules/linux/../../compat/linux/linux_ioctl.c /usr/src/sys/modules/linux/../../co
mpat/linux/linux_ipc.c /usr/src/sys/modules/linux/../../i386/linux/linux_machdep
.c /usr/src/sys/modules/linux/../../compat/linux/linux_mib.c /usr/src/sys/module
s/linux/../../compat/linux/linux_misc.c /usr/src/sys/modules/linux/../../compat/
linux/linux_signal.c /usr/src/sys/modules/linux/../../compat/linux/linux_socket.
c /usr/src/sys/modules/linux/../../compat/linux/linux_stats.c /usr/src/sys/modul
es/linux/../../compat/linux/linux_sysctl.c /usr/src/sys/modules/linux/../../i386
/linux/linux_sysent.c /usr/src/sys/modules/linux/../../i386/linux/linux_sysvec.c
 /usr/src/sys/modules/linux/../../compat/linux/linux_util.c /usr/src/sys/modules
/linux/../../i386/linux/linux_ptrace.c /usr/src/sys/modules/linux/../../compat/l
inux/linux_uid16.c /usr/src/sys/modules/linux/../../i386/linux/imgact_linux.c
/usr/src/sys/i386/linux/linux_sysvec.c:33:30: opt_kstack_pages.h: No such file o
r directory
/usr/src/sys/i386/linux/linux_ptrace.c:31:21: opt_cpu.h: No such file or directo
ry
mkdep: compile failed
*** Error code 1

ed
--

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Kernel compile at aic7xxx/aicasm today's current.

2002-08-31 Thread Edwin Culp

Quoting "Justin T. Gibbs" <[EMAIL PROTECTED]>:

 | > Today's current gave me the following error while building a new kernel
 | > after a successful make world.
 | > 
 | > cd /usr/src/sys/modules ;
 | > MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/PIII850N/modules
 | >  KMODDIR=/boot/kernel MACHINE=i386 make cleandir
 | > ===> 3dfx
 | > ===> accf_data
 | > ===> accf_http
 | > ===> agp
 | > ===> aha
 | > ===> aic7xxx
 | > ===> aic7xxx/aicasm
 | > make: don't know how to make cleandir. Stop
 | > *** Error code 2
 | > 
 | > Stop in /usr/src/sys/modules/aic7xxx.
 | > *** Error code 1
 | 
 | Ooops.  I never use the buildkernel target.  Try re-cvsup'ing and see
 | if the change I just checked in fixes this for you.
 
I'll do it right now.

Thanks,

ed

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Kernel compile at aic7xxx/aicasm today's current.

2002-08-31 Thread Edwin Culp

Today's current gave me the following error while building a new kernel after
a successful make world.

cd /usr/src/sys/modules ; MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/PIII850N/modules
 KMODDIR=/boot/kernel MACHINE=i386 make cleandir
===> 3dfx
===> accf_data
===> accf_http
===> agp
===> aha
===> aic7xxx
===> aic7xxx/aicasm
make: don't know how to make cleandir. Stop
*** Error code 2

Stop in /usr/src/sys/modules/aic7xxx.
*** Error code 1

Thanks,
ed
--

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: /boot/loader problem

2002-08-30 Thread Edwin Culp

Quoting "David W. Chapman Jr." <[EMAIL PROTECTED]>:

 | On Fri, Aug 30, 2002 at 11:48:52AM -0700, walt wrote:
 | > After make world/kernel yesterday I get this error from the bootloader:
 | > 
 | > BTX version =0.00 (instead of 1.01)
 | > Client format not supported.
 | > 
 | > and then it hangs.  I have to do a hard reset to reboot at that point.
 | > 
 | > I can still boot with /boot/loader.old which works fine.  I see that
 | > today's /boot/loader is 10kb smaller(166960) than loader.old(176128).
 | 
 | I can't seem to get far enough to pick my /boot/loader
David,

Good morning.  I was able to get both my machines up by giving
/boot/loader.old at the first prompt after the F? rather than the
second.

ed
 | 
 | -- 
 | David W. Chapman Jr.
 | [EMAIL PROTECTED]Raintree Network Services, Inc. 
 | [EMAIL PROTECTED]FreeBSD Committer 
 | 
 | To Unsubscribe: send mail to [EMAIL PROTECTED]
 | with "unsubscribe freebsd-current" in the body of the message


--

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



BTX Loader issue with today current

2002-08-30 Thread Edwin Culp


Trying to boot with today's current I am getting 

GTX Loader 1.0 BTX Version 0.00
Error: Client format not supported

Anyone have any ideas to be able to boot. 

Thanks,

ed

I haven't seen murphy for a while but boy did he show
up today. (I don't think I have ever rebooted both my
machines here at home simultaneously, before to keep
this from happening.)  Someday, I'll learn.


__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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

2002-08-02 Thread Edwin Culp

Quoting Manfred Antar <[EMAIL PROTECTED]>:

Manfred, 

! ! IT WORKS ! ! for the first time is several weeks:-)
   ! THANKS !

I followed your steps and added a couple of my own below just in case someone
else is having problems.

 | 
 | Ed
 | I think i did this
 | Build and install the gcc32 port
 | cd /usr/local/bin
 | ln -s gcc32 gcc
 | ln -s gcc32 cc
 | ln -c g++32 g++
 | ln -s g++32 c++
 | And make sure /usr/local/bin is ahead of /usr/bin in your PATH
 | set PATH=/usr/local/bin:$PATH
 | export PATH
# My additional steps.
cd /usr/bin
mv cc cc.org  # This solves the tracked aliase problem - don't 
  # forget to move it back.
cd /usr/ports/databases/mysql323-server
make  BUILD_STATIC=yes install


 | I did this about a month ago and forgot about the linkking
 | As gcc32 is installed but not gcc so you need to do all the links.
 | Then just go to the /usr/ports/databases/mysql323-server or client and do a 
 | make it should pick up /usr/local/bin/gcc or g++ as the compiler to use.
 | Manfred
 |

-
 http://worldinternet.org - Mergence of Business and Technology

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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

2002-08-02 Thread Edwin Culp

Quoting Manfred Antar <[EMAIL PROTECTED]>:

 | 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 upgraded mysql.  Since then I have had intermittent
 | >problems with mysql hanging far too often.  It takes 100% of the resources
 | >and has to be killed.  I get no errors in the mysql log nor in the system
 | >logs.
 | >
 | >Has anyone seen this or do you have any ideas for a solution or for trouble
 | >shooting?  I wanted to try a pkg_add -r but there doesn't seem to be a 
 | >mysql-server package.
 | >
 | >I am running today's current and I check it daily to see if it still hangs.
 | >I initially thought that it was a problem with this version of mysql but
 | I'm
 | >not really sure.
 | >
 | >Thanks,
 | >
 | >ed
 | 
 | The same thing happend to me a few weeks ago when I did an upgrade from
 | 3.23.49 ==> 3.23.51
 | I think what I ended up doing was to use the gcc3.2 from ports, and I built
 | it staticlly.
 | First i installed gcc3.2 the made sure /usr/local/bin was ahead of /usr/bin
 | in my PATH
 | then I built mysql enabling static build.
 
Manford,

It didn't work for me.  What did you put in this line in the Makefile?

CXX="${CC}" \

I have compiled it three times, once without change, once by ereasing it and
the last by changing it to CXX="${GCC}" \

I compiled it with  BUILD_STATIC=yes in all cases.
They all compiled but continued to hang.

Thanks again,

ed

-
 http://worldinternet.org - Mergence of Business and Technology

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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

2002-08-02 Thread Edwin Culp

Quoting Manfred Antar <[EMAIL PROTECTED]>:

  
 | The same thing happend to me a few weeks ago when I did an upgrade from
 | 3.23.49 ==> 3.23.51
 | I think what I ended up doing was to use the gcc3.2 from ports, and I built
 | it staticlly.
 | First i installed gcc3.2 the made sure /usr/local/bin was ahead of /usr/bin
 | in my PATH
 | then I built mysql enabling static build.
 | Manfred 
 
Thanks, I'm going to try that right now.

ed

-
 http://worldinternet.org - Mergence of Business and Technology

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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

2002-08-02 Thread Edwin Culp

Quoting Edwin Culp <[EMAIL PROTECTED]>:

Update.  I have two machines with this problem so I installed mysql-3.23.49
on one and it exhibited the same race condition so it would appear to have 
to do with the KSE of GCC compiler changes but again, I'm way out of my 
league here.

Thanks,

ed

 | 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 upgraded mysql.  Since then I have had intermittent
 | problems with mysql hanging far too often.  It takes 100% of the resources
 | and has to be killed.  I get no errors in the mysql log nor in the system
 | logs.
 | 
 | Has anyone seen this or do you have any ideas for a solution or for trouble
 | shooting?  I wanted to try a pkg_add -r but there doesn't seem to be a 
 | mysql-server package.
 | 
 | I am running today's current and I check it daily to see if it still hangs.
 | I initially thought that it was a problem with this version of mysql but I'm
 | not really sure.
 | 
 | Thanks,
 | 
 | ed
 | 
 | --
 | 
 | -
 |  http://worldinternet.org - Mergence of Business and Technology
 | 
 | To Unsubscribe: send mail to [EMAIL PROTECTED]
 | with "unsubscribe freebsd-current" in the body of the message


--

-
 http://worldinternet.org - Mergence of Business and Technology

-
 http://worldinternet.org - Mergence of Business and Technology

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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

2002-08-02 Thread Edwin Culp

Quoting Marc Recht <[EMAIL PROTECTED]>:

 | > I really don't know where to start looking.  Just after the KSE changes at
 | > the beginning of July I upgraded mysql.  Since then I have had
 | intermittent
 | > problems with mysql hanging far too often.  It takes 100% of the resources
 | > and has to be killed.  I get no errors in the mysql log nor in the system
 | > logs.
 | This isn't only a mysql problem. The (at least) linux jdk 1.4, jikes and
 | lt_rep
 | (used by librep while building) have the same problem. They're just using
 | CPU
 | time and are doing nothing... (dead-lock?)
 | 
 | Marc

Thanks, Marc.  I just tried another version of MySQL and it does the same so
I think you are right.  Thanks for the bad news, I just installed linux jdk
1.4 yesterday and haven't used it yet.  Now I know what I have to look forward
to this weekend :-)

ed

-
 http://worldinternet.org - Mergence of Business and Technology

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



mysql-3.23.51 with Current for the last few weeks.

2002-08-02 Thread Edwin Culp

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 upgraded mysql.  Since then I have had intermittent
problems with mysql hanging far too often.  It takes 100% of the resources
and has to be killed.  I get no errors in the mysql log nor in the system
logs.

Has anyone seen this or do you have any ideas for a solution or for trouble
shooting?  I wanted to try a pkg_add -r but there doesn't seem to be a 
mysql-server package.

I am running today's current and I check it daily to see if it still hangs.
I initially thought that it was a problem with this version of mysql but I'm
not really sure.

Thanks,

ed

--

-
 http://worldinternet.org - Mergence of Business and Technology

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: system crashes; reboots when printing

2002-07-27 Thread Edwin Culp

Quoting karl agee <[EMAIL PROTECTED]>:

 | 
 | Excuse my newbie ignorance, but, how to do print a file bypassing lpr
 | and apsfilter

How about

# cat file_to_print.ps > /dev/lpt0
or
# cp file_to_pring.ps /dev/lpt0

ed

-
 http://worldinternet.org - Mergence of Business and Technology

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: php4 -DWITH_APACHE2 breaks on -current

2002-07-11 Thread Edwin Culp

Simon,

Alex Dupre <[EMAIL PROTECTED]> submitted mod_php-dev with 
PR ports/39623 on July 7 that I have been using and works great
There is/was a copy of the port at:

 http://www.gufi.org/~alex/php-dev.tar.gz

Alex has done a several updates on this and I think it has never
been committed.  I have used every version with no problems.  It 
has always worked as expected with both apache2 and apache13.  It
uses a snapshot of php 4.3.0 w/PEAR.  

Hopefully it will be committed soon.

ed

Quoting Simon 'corecode' Schubert <[EMAIL PROTECTED]>:

 | hello,
 | 
 | just wanted to note that php4 breaks with -DWITH_APACHE2 on latest
 | -CURRENT:
 | 
 | [...]
 | Making all in apache2filter
 | /bin/sh /usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/libtool 
--silent
 | --mode=compile cc  -I.
 | -I/usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/sapi/apache2filter
 | -I/usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/main
 | -I/usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1
 | -I/usr/local/include/apache2
 | -I/usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/Zend
 | -I/usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/ext/xml/expat 
 | -D_REENTRANT -D_THREAD_SAFE
 | -I/usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/TSRM
 | -I/usr/local/include/pth -O -pipe -march=athlon -I/usr/local/include
 | -pthread -DZTS -prefer-pic  -c sapi_apache2.c
 | In file included from /usr/local/include/apache2/apr_portable.h:90,
 |  from /usr/local/include/apache2/http_protocol.h:64,
 |  from sapi_apache2.c:38:
 | /usr/local/include/pth/pthread.h:504:1: warning: "fork" redefined
 | In file included from
 | /usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/TSRM/TSRM.h:40,
 |  from
 | /usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/Zend/zend_alloc.h:26,
 |  from
 | /usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/Zend/zend.h:154,
 |  from
 | /usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/main/php.h:34,
 |  from sapi_apache2.c:23:
 | /usr/local/include/pth/pth.h:507:1: warning: this is the location of the
 | previous definition
 | [...]
 | In file included from /usr/local/include/apache2/apr_portable.h:90,
 |  from /usr/local/include/apache2/http_protocol.h:64,
 |  from sapi_apache2.c:38:
 | /usr/local/include/pth/pthread.h:521:1: warning: "pwrite" redefined
 | In file included from
 | /usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/TSRM/TSRM.h:40,
 |  from
 | /usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/Zend/zend_alloc.h:26,
 |  from
 | /usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/Zend/zend.h:154,
 |  from
 | /usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/main/php.h:34,
 |  from sapi_apache2.c:23:
 | /usr/local/include/pth/pth.h:526:1: warning: this is the location of the
 | previous definition
 | sapi_apache2.c: In function `php_input_filter':
 | sapi_apache2.c:287: structure has no member named `__pthread_read'
 | *** Error code 1
 | 
 | this is because pth's pthread.h re#defines several funtions to
 | __pthread_funtions but apache's bucket stuff uses a struct with a member
 | variable called ``read''. so this gets replaced and boom.
 | 
 | cheers
 |   simon
 |   
 | -- 
 | /"\   http://corecode.ath.cx/#donate
 | \ /
 |  \ ASCII Ribbon Campaign
 | / \  Against HTML Mail and News


-- 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Wired mem fun!

2002-07-04 Thread Edwin Culp

Quoting Mario Goebbels <[EMAIL PROTECTED]>:

 | 4th July 5pm CET, with world and kernel from 11am 3rd July, after a 
 | couple of hours runtime, doing mainly xchat and Mozilla, I got these stats:
 | 
 | Mem: 73M Active, 221M Inact, 210M Wired, 1128K Cache, 61M Buf, 136M Free
 | Swap: 512M Total, 512M Free
 | 
 | I started a buildworld, then I aborted somewhere in buildworld when gcc 
 | was being compiled. That were the stats then:
 | 
 | Mem: 82M Active, 284M Inact, 873M Wired, 29M Cache, 61M Buf, 17M Free
 | Swap: 512M Total, 512M Free
 | 
 | ( I aborted coz my holidays start right now. :) )
 | But the buildworld increased Wired about 663megs, I don't think this is 
 | normal, right? I will restart a buildworld over ssh when I'm home with 
 | the new vm-glue.c, so see if it raises that high again.

I was over 3000M in wired on one machine, cvsup'd to get the new vm_glue.c
and friends, recompiled the kernel, rebooted and am now doing a brand new
cvsup/make world/kernel.  Wired seems to be under control, hasn't gone over
50M, and has moved up and down something I don't think was happening before
vm_glue.c.

Thanks, Julian and everyone who helped fix this.

ed

 | 
 | Cheers
 | 
 | -mg
 | 
 | 
 | To Unsubscribe: send mail to [EMAIL PROTECTED]
 | with "unsubscribe freebsd-current" in the body of the message


-- 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: KSE status.

2002-07-04 Thread Edwin Culp

Quoting Kenneth Culver <[EMAIL PROTECTED]>:

 | > I'm running a uniproc. box at work with -CURRENT and over 4-5hrs, wired
 | > grew from 50megs (when I first time checked) to 141megs (now). Dunno if
 | > this normal, but it has kept growing.
 | 
 | OK, I don't see it happening here on my uniproc box, I havn't tried on my
 | SMP box, I guess my sources aren't new enough. ;-)
 | 
For informational purposes:

top on one of my machines with 512M memory shows:

Mem: 213M Active, 182M Inact, 3038M Wired, 19M Cache, 61M Buf, 2756K Free
Swap: 1024M Total, 68K Used, 1024M Free

There is something that I just don't understand with the 3038M Wired? 

my laptop with 256M is now showing an hour after a reboot.

 Mem: 157M Active, 36M Inact, 512M Wired, 10M Cache, 35M Buf, 11M Free
Swap: 1024M Total, 1024M Free

both with yesterday's build - kernel and world.

ed

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: awk woes

2002-06-21 Thread Edwin Culp

Quoting "Chris A. Mattingly" <[EMAIL PROTECTED]>:

 | 
 | In trying to recompile php-4.2.1 on my current -current system, to go
 | along with the new apache, I've run into some problems that haven't shown
 | up in all the other places I've had to recompile apache/php these past
 | few days which is why I'm here first instead of on the php lists
 | 

 | No other OS's seem to complain about this, so why is freebsd?
 | 
 | Has anyone been successful getting php4 compiled on -current?

I was compiling Apache/2.0.39 port with ssl and had runtime issues with
sapi in my php4.2.1.  I saw thatAlex Dupre <[EMAIL PROTECTED]> 
had submitted ports/39623: [New Ports] Development versions of PHP, 
PEAR and mod_php.  He sent me a tarball of the port since it hasn't
been committed yet.  I used it and am running happily since about
10 am this morning.  It has all the bells and whistles for php and
lets you select sapi for apache13 or apache2.

I can attach the tarball if you would like.

ed

 | 
 | TIA,
 | -Chris
 | 
 | 
 | 
 | To Unsubscribe: send mail to [EMAIL PROTECTED]
 | with "unsubscribe freebsd-current" in the body of the message


-- 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Total lockup

2002-06-12 Thread Edwin Culp

Quoting Munish Chopra <[EMAIL PROTECTED]>:

| On Wed, Jun 12, 2002 at 06:14:24PM +0200, John Angelmo wrote:
| > Hello
| > 
| > I updated world yesterday afternoon now everything bootsup just fine
| > But after I have done dhclient and my card (rl0 or wi0) got an IP an I 
| > want to check it with ifconfig I get a total lockup this appens if I try 
| > to use startx after I have aquierd an IP
| > 
| > anyone got any idea?
| > 
| > /John
| 
| This is currently being covered in another thread on this list (unless
| someone picks it up here again that is).
| 


Today's current seems to be ok.  I had the same problem yesterday, booted
a 5 day old kernel, did a cvsup, made a new world and kernel, rebooted
and haven't had any problems, yet.

ed

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Crash after world/kernel upgrade

2002-06-11 Thread Edwin Culp

Quoting Steve Ames <[EMAIL PROTECTED]>:

| On Tue, Jun 11, 2002 at 10:51:25PM +0530, Sid Carter wrote:
| > An Tue, Jun 11, 2002 at 04:58:39PM +0200, Thomas Ugland schreib :
| > > System crashed after updating today.
| > > During the start of system services, in specific
| > > at the start of sendmail the system crashes with
| > > the new kernel. :/
| > > uname -a:
| > > -
| > > FreeBSD vampire.lothlorien.no 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue
| > > Jun 11 15:41:09 CEST 2002 root@:/usr/src/sys/i386/compile/VAMPIRE 
| > > i386
| > 
| > Hi,
| > 
| > Just rebooted after a crash and am presently doing a cvsup for a
| > rebuild. I got similar error messages and this is what my
| > /var/log/messages shows.
| > 
| 
| You got way more info than I did. With this mornings -CURRENT (around 9AM
| EDT):
| 

I get blown away with network setup with a Fatal trap 12, too.  I've
cvsuped and rebuilt twice with no change.  

ed

| Jun 11 09:22:10 : Doing initial network setup:
| Jun 11 09:22:10 : host.conf
| Jun 11 09:22:10 : hostname
| Jun 11 09:22:10 : .
| Jun 11 09:22:10 : 
| Jun 11 09:22:10 : 
| Jun 11 09:22:10 : Fatal trap 12: page fault while in kernel mode
| Jun 11 09:22:10 : fault virtual address   = 0x28
| Jun 11 09:22:10 : fault code  = supervisor read, page not present
| Jun 11 09:22:10 : instruction pointer = 0x8:0xc01851c1
| Jun 11 09:22:10 : stack pointer   = 0x10:0xd7865bdc
| Jun 11 09:22:10 : frame pointer   = 0x10:0xd7865bec
| Jun 11 09:22:10 : code segment= base 0x0, limit 0xf, type 0x1b
| Jun 11 09:22:10 : = DPL 0, pres 1, def32 1, gran 1
| Jun 11 09:22:10 : processor eflags= interrupt enabled, resume, IOPL = 0
| Jun 11 09:22:10 : current process = 11 (swi1: net)
| Jun 11 09:22:10 : trap number = 12
| Jun 11 09:22:10 : panic: page fault
| Jun 11 09:22:10 : 
| Jun 11 09:22:10 : syncing disks... panic: bdwrite: buffer is not busy
| Jun 11 09:22:10 : Uptime: 3s
| Jun 11 09:22:10 : pfs_vncache_unload(): 1 entries remaining
| Jun 11 09:22:10 : Terminate ACPI
| Jun 11 09:22:10 : Automatic reboot in 15 seconds - press a key on the console
| to abort
| 
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with "unsubscribe freebsd-current" in the body of the message


-- 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Kernel Panic and Automagic Reboots

2002-06-11 Thread Edwin Culp

Quoting Sid Carter <[EMAIL PROTECTED]>:

| Hi,
| 
| Today my system rebooted twice automagically. This is what the message
| log shows.
| 
| --
| Jun 11 19:00:00 calvin kernel: /usr/src/sys/vm/uma_core.c:1327: could sleep
| with
|  "process lock" locked from /usr/src/sys/kern/kern_prot.c:511
| Jun 11 19:00:00 calvin kernel: /usr/src/sys/vm/uma_core.c:1327: could sleep
| with
|   "process lock" locked from /usr/src/sys/kern/kern_prot.c:613
| Jun 11 19:02:20 calvin kernel: Memory modified after free
| 0xd33f5900(252)
| Jun 11 19:02:20 calvin kernel: panic: Most recently used by kqueue
| Jun 11 19:02:20 calvin kernel:
| Jun 11 19:02:20 calvin kernel:
| Jun 11 19:02:20 calvin kernel: syncing disks... panic: bremfree: bp
| 0xc76431a0 n
| ot locked
| Jun 11 19:02:20 calvin kernel: Uptime: 6h1m9s
| Jun 11 19:02:20 calvin kernel: pfs_vncache_unload(): 1 entries remaining
| Jun 11 19:02:20 calvin kernel: Terminate ACPI
| Jun 11 19:02:20 calvin kernel: Automatic reboot in 15 seconds - press a
| key on t
| he console to abort
| Jun 11 19:02:20 calvin kernel: --> Press a key on the console to reboot,
| Jun 11 19:02:20 calvin kernel: --> or switch off the system now.
| Jun 11 19:02:20 calvin kernel: Rebooting...
| --
| 
| This has happened twice and more info about the compiled kernel is
| 
| --
| FreeBSD calvin 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Jun 10 13:55:43 IST
| 2002 root@calvin:/usr/obj/usr/src/sys/GENERIC  i386
| 
| Jun 11 19:02:20 calvin kernel: Timecounter "i8254"  frequency 1193182 Hz
| Jun 11 19:02:20 calvin kernel: Timecounter "TSC"  frequency 996769599 Hz
| Jun 11 19:02:20 calvin kernel: CPU: Pentium III/Pentium III Xeon/Celeron
| (996.77
| -MHz 686-class CPU)
| Jun 11 19:02:20 calvin kernel: Origin = "GenuineIntel"  Id = 0x68a
| Stepping = 1
| 0
| Jun 11 19:02:20 calvin kernel:
| Features=0x383fbff
| Jun 11 19:02:20 calvin kernel: real memory  = 267255808 (260992K bytes)
| Jun 11 19:02:20 calvin kernel: avail memory = 253108224 (247176K bytes)
| --
| 
| Has anyone else encountered this ? Something wrong with my machine ?
| 

My laptop is rebooting with todays current/kernel in ifconfig.  I just
got it up with an old kernel and am checking now.  It will run with the
new kernel if I don't try to configure the network.  I may have something
wrong though.

ed

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Pam issue w/current yesterday and today: Undefined symbol "_openpam_log"

2002-05-26 Thread Edwin Culp

I've had the following issue with pam since yesterday's build.  I thought 
that
today's build would fix it and it hasn't.  I know nothing about pam.  Could
someone give me a clue as to what I could do to solve this and be able to
ssh into the machine?  

May 26 07:27:55 FreeBSD5 sshd[50568]: looking for 'sshd' in /etc/pam.d/sshd
May 26 07:27:55 FreeBSD5 sshd[50568]: pam_nologin.so.2: 
/usr/lib/pam_nologin.so.2: Undefined symbol "_openpam_log"
May 26 07:27:55 FreeBSD5 sshd[50568]: pam_nologin.so: 
/usr/lib/pam_nologin.so: Undefined symbol "_pam_log"
May 26 07:27:55 FreeBSD5 sshd[50568]: no dynamic pam_nologin.so
May 26 07:27:55 FreeBSD5 sshd[50568]: no pam_nologin.so found
May 26 07:27:55 FreeBSD5 sshd[50568]: fatal: PAM initialisation failed[1]: 
failed to load module

Thanks for any help,

ed

P.S.  I've checked UPDATING, run mergemaster, I haven't rebooted since 
  Wednesday to not loose established ssh connections.
-- 


-
 http://insourcery.com - Mergence of Business and Technology  
  a "Griffin Plaza Partners, LLC" Company

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Argument list too long in BUILDWORLD

2002-05-13 Thread Edwin Culp

Nope, sorry.  My memory didn't server me right. 
sorry,

ed

Quoting Edwin Culp <[EMAIL PROTECTED]>:

| If my memory serves me right doesn't 
| 
| NO_WERROR=yes
| 
| in your /etc/make.conf file do that?
| 
| ed
| 
| Quoting Martin Kacerovsky <[EMAIL PROTECTED]>:
| 
| | Hi, 
| | I've got error : 
| | /bin/sh:Argument list too long,
| | while making buildworld,
| | I haven't found any solution in archives, can you help me?
| | Martin
| | 
| | 
| | To Unsubscribe: send mail to [EMAIL PROTECTED]
| | with "unsubscribe freebsd-current" in the body of the message
| | 
| 
| 
| ---
|The illiterate of the 21st century will not be
|  those who cannot read and write,
|but those who cannot learn, unlearn and relearn.
| --Alvin Toffler
| 
| -
|  http://insourcery.com - Mergence of Business and Technology  
|   a "Griffin Plaza Partners, LLC" Company
| 
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with "unsubscribe freebsd-current" in the body of the message
| 


---
   The illiterate of the 21st century will not be
 those who cannot read and write,
   but those who cannot learn, unlearn and relearn.
--Alvin Toffler

-
 http://insourcery.com - Mergence of Business and Technology  
  a "Griffin Plaza Partners, LLC" Company

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Argument list too long in BUILDWORLD

2002-05-13 Thread Edwin Culp

If my memory serves me right doesn't 

NO_WERROR=yes

in your /etc/make.conf file do that?

ed

Quoting Martin Kacerovsky <[EMAIL PROTECTED]>:

| Hi, 
| I've got error : 
| /bin/sh:Argument list too long,
| while making buildworld,
| I haven't found any solution in archives, can you help me?
|   Martin
| 
| 
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with "unsubscribe freebsd-current" in the body of the message
| 


---
   The illiterate of the 21st century will not be
 those who cannot read and write,
   but those who cannot learn, unlearn and relearn.
--Alvin Toffler

-
 http://insourcery.com - Mergence of Business and Technology  
  a "Griffin Plaza Partners, LLC" Company

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Problems with ssh connections and Pam on today's current.

2002-05-12 Thread Edwin Culp

With this morning's build I have somehow lost ssh.  I get the following
error:

May 12 10:11:03 worldinternet sshd[24224]: in openpam_load_module(): no
pam_nologin.so found 
May 12 10:11:03 worldinternet sshd[24224]: fatal: PAM initialisation failed[1]:
failed to load module
May 12 10:27:32 worldinternet sshd[24674]: in openpam_load_module(): no
pam_nologin.so found 
May 12 10:27:32 worldinternet sshd[24674]: fatal: PAM initialisation failed[1]:
failed to load module

It was so strange that I opened a port for telnet as a test and it works fine
and the same pam modules are found.

Have I done something wrong?  I'm going back to look at the changes and see
if I can catch what happened. 

Thanks for any suggestions.

ed


-
 http://insourcery.com - Mergence of Business and Technology  
  a "Griffin Plaza Partners, LLC" Company

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: dd if=/dev/acd0c of=/tmp/fbsd.raw gives dd: /dev/acd0c: Invalid argument

2002-05-06 Thread Edwin Culp

It does for me to with 2048 as the block size. I won't say what
block size I was using. 

Thanks, I wasn't even thinking block size.

ed


Quoting Maxim Konovalov <[EMAIL PROTECTED]>:

| On 11:57-0700, May 6, 2002, Edwin Culp wrote:
| 
| > Please disregard my previous email.  I had forgotten the error message.
| >
| > I can't get dd if=/dev/acd0c of=/tmp/fbsd.raw to work.
| >
| > I get: dd: /dev/acd0c: Invalid argument
| 
| dd if=/dev/acd0c of=/tmp/fbsd.raw bs=2048
| 
| works for me.
| 
| > I'm sure that I've done this before although it has been a long time.
| > It was probably before the devfs.  I don't have a current or release
| > box to test on.
| >
| > Does anyone know why or what I am doing wrong?
| >
| > Thanks,
| >
| > ed
| >
| >
| >
| > -
| >  http://insourcery.com - Mergence of Business and Technology
| >   a "Griffin Plaza Partners, LLC" Company
| >
| > To Unsubscribe: send mail to [EMAIL PROTECTED]
| > with "unsubscribe freebsd-current" in the body of the message
| >
| >
| > -
| >  http://insourcery.com - Mergence of Business and Technology
| >   a "Griffin Plaza Partners, LLC" Company
| >
| > To Unsubscribe: send mail to [EMAIL PROTECTED]
| > with "unsubscribe freebsd-current" in the body of the message
| >
| >
| 
| -- 
| Maxim Konovalov, MAcomnet, Internet Dept., system engineer
| phone: +7 (095) 796-9079, mailto:[EMAIL PROTECTED]
| 
| 


---
   The illiterate of the 21st century will not be
 those who cannot read and write,
   but those who cannot learn, unlearn and relearn.
--Alvin Toffler

-
 http://insourcery.com - Mergence of Business and Technology  
  a "Griffin Plaza Partners, LLC" Company

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



dd if=/dev/acd0c of=/tmp/fbsd.raw gives dd: /dev/acd0c: Invalid argument

2002-05-06 Thread Edwin Culp

Please disregard my previous email.  I had forgotten the error message.

I can't get dd if=/dev/acd0c of=/tmp/fbsd.raw to work. 
 
I get: dd: /dev/acd0c: Invalid argument

I'm sure that I've done this before although it has been a long time.  
It was probably before the devfs.  I don't have a current or release 
box to test on.  

Does anyone know why or what I am doing wrong?

Thanks,

ed



-
 http://insourcery.com - Mergence of Business and Technology  
  a "Griffin Plaza Partners, LLC" Company

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message


-
 http://insourcery.com - Mergence of Business and Technology  
  a "Griffin Plaza Partners, LLC" Company

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



dd if=/dev/acd0c of=/tmp/fbsd.raw doesn't work on current.

2002-05-06 Thread Edwin Culp

I can't get dd if=/dev/acd0c of=/tmp/fbsd.raw to work.  I'm sure that I've
done this before although it has been a long time.  It was probably before
the devfs.  I don't have a current or release box to test on.  

Does anyone know why or what I am doing wrong?

Thanks,

ed



-
 http://insourcery.com - Mergence of Business and Technology  
  a "Griffin Plaza Partners, LLC" Company

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



This mornings world broken in libpam modules.

2002-04-15 Thread Edwin Culp

This could already be fixed but if not, mine broke at:

/lib/libpam/modules/pam_unix/../../../../contrib/openpam/include
-I/usr/src/lib/libpam/modules/pam_unix/../../libpam -Werror -Wall -W
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized 
-c /usr/src/lib/libpam/modules/pam_unix/../../../../usr.sbin/vipw/pw_util.c -o
pw_util.So
make: don't know how to make /usr/obj/usr/src/i386/usr/lib/libypclnt.a. Stop
*** Error code 2

Stop in /usr/src/lib/libpam/modules.
*** Error code 1

Stop in /usr/src/lib/libpam.
*** Error code 1

ed


-
 http://insourcery.com - Mergence of Business and Technology  
  a "Griffin Plaza Partners, LLC" Company

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Problem booting FreeBSD a SYM53C896 SCSI controller.

2002-03-15 Thread Edwin Culp

I have installed current on a sym53c896 scsi controller but can't boot.
It has two disks with boot manager installed and I get the F1 F5 options
but neither do anything by clicking or by waiting.  I can boot from
floppy or cd and mount da0s1a, execute commands from bin and sbin but
I cannot get it to boot.  I even tried installing RELENG4 and the same
problem.  

Has anyone seen this and have a solution?

Thanks,

ed



-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



cardbux.c:186: too many arguments to function `pci_read_device'

2002-03-13 Thread Edwin Culp

Only my laptop didn't compile the kernel with this morning's cvsup.  It stops
with the following error.

cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -W
missing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -an
si  -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/
dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/../include  -D_KERNEL 
-ffreestanding -include opt_global.h -fno-common -elf  -mpreferred-stack-boundar
y=2 -Werror  /usr/src/sys/dev/cardbus/cardbus.c
/usr/src/sys/dev/cardbus/cardbus.c: In function `cardbus_attach_card':
/usr/src/sys/dev/cardbus/cardbus.c:186: too many arguments to function `pci_read
_device'
*** Error code 1

Stop in /usr/obj/usr/src/sys/PIII850N.
*** Error code 1

ed

-- 
Griffin Plaza Partners, LLC

-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Edwin Culp

I've cvsuped and built world and new kernels on 6 machines this morning.
Two are SMP PIII's, 3 PIII servers, and my laptop, with no problems.
I did the same yesterday morning.  All cvsups at 3-5 am PST.  All seperate
builds and in seperate locations.  This probably doesn't help but hopefully
you will be able to dig a bit deeper and find the solution.  It sure is
strange.  BTW, I can only speak about current boxes.

ed

Quoting "Philip M. Gollucci" <[EMAIL PROTECTED]>:

> I've verified it on an an additional 3 machines.
> 
> 5.0-CURRENT
> 4.5-STABLE
> 4.4-RELEASE
> 
> that doesn't include the original
> 4.5-RELEASE
> 
> I highly doubt its cpu or memory at this point ?
> 
> Any other great ideas ?
> 
> Thanks for the help.
> 
> 
> END
> --
> Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118
> 
> Science, Discovery, & the Universe (UMCP)
> Webmaster & Webship Teacher
> URL: http://www.sdu.umd.edu
> 
> EJPress.com
> Database/PERL Programmer & System Admin
> URL : http://www.ejournalpress.com
> 
> Resume  : http://p6m7g8.com/Work/index.html
> 
> 
> On Sun, 3 Mar 2002, Manoj K S wrote:
> 
> > I too have got the same error after a make depend.
> > but it is on FreeBSD4.4 .
> > If i am able to come out of it, i will help you too.
> >
> >
> > -Original Message-
> > From: Philip M. Gollucci [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, March 03, 2002 8:09 AM
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: 5.0-CURRENT makebuild world fails
> >
> >
> > For about the past 2 weeks or so, I've gotten the below error and I don't
> > know what to do about it.
> > This is on a FBSD4.5-RELEASE system w/ custom kernel.
> >
> >
> > --
> > >>> stage 4: building libraries
> > --
> > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386
> > OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
> > PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.6.0
> > GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin
> > GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font
> > GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac
> > DESTDIR=/usr/obj/usr/src/i386  INSTALL="sh /usr/src/tools/install.sh"
> >
> PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/u
> > sr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
> > make -f Makefile.inc1 -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries
> > cd /usr/src/lib/csu/i386-elf;  make depend;  make all;  make install
> > rm -f .depend
> > mkdep -f .depend -a-I/usr/src/lib/csu/i386-elf/../common
> > /usr/src/lib/csu/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S
> > mkdep -f .depend -a-I/usr/src/lib/csu/i386-elf/../common
> > /usr/src/lib/csu/i386-elf/crt1.c
> > cd /usr/src/lib/csu/i386-elf; make _EXTRADEPEND
> > cc -O2 -Wall -pipe -pedantic -ansi -march=pentiumpro -elf -Wall
> > -fkeep-inline-functions  -I/usr/src/lib/csu/i386-elf/../common  -c
> > /usr/src/lib/csu/i386-elf/crt1.c -o crt1.o
> > /usr/src/lib/csu/i386-elf/crt1.c: In function `_start':
> > /usr/src/lib/csu/i386-elf/crt1.c:70: warning: ANSI C forbids
> braced-groups
> > within expressions
> > cc: Internal compiler error: program cc1 got fatal signal 11
> > *** Error code 1
> >
> > Stop in /usr/src/lib/csu/i386-elf.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> >
> >
> > END
> >
> 
> > --
> > Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118
> >
> > Science, Discovery, & the Universe (UMCP)
> > Webmaster & Webship Teacher
> > URL: http://www.sdu.umd.edu
> >
> > EJPress.com
> > Database/PERL Programmer & System Admin
> > URL : http://www.ejournalpress.com
> >
> > Resume  : http://p6m7g8.com/Work/index.html
> >
> >
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 




-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Edwin Culp

I've cvsuped and built world and new kernels on 6 machines this morning.
Two are SMP PIII's, 3 PIII servers, and my laptop, with no problems.
I did the same yesterday morning.  All cvsups at 3-5 am PST.  All seperate
builds and in seperate locations.  This probably doesn't help but hopefully
you will be able to dig a bit deeper and find the solution.  It sure is
strange.  BTW, I can only speak about current boxes.

ed

Quoting "Philip M. Gollucci" <[EMAIL PROTECTED]>:

> I've verified it on an an additional 3 machines.
> 
> 5.0-CURRENT
> 4.5-STABLE
> 4.4-RELEASE
> 
> that doesn't include the original
> 4.5-RELEASE
> 
> I highly doubt its cpu or memory at this point ?
> 
> Any other great ideas ?
> 
> Thanks for the help.
> 
> 
> END
> --
> Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118
> 
> Science, Discovery, & the Universe (UMCP)
> Webmaster & Webship Teacher
> URL: http://www.sdu.umd.edu
> 
> EJPress.com
> Database/PERL Programmer & System Admin
> URL : http://www.ejournalpress.com
> 
> Resume  : http://p6m7g8.com/Work/index.html
> 
> 
> On Sun, 3 Mar 2002, Manoj K S wrote:
> 
> > I too have got the same error after a make depend.
> > but it is on FreeBSD4.4 .
> > If i am able to come out of it, i will help you too.
> >
> >
> > -Original Message-
> > From: Philip M. Gollucci [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, March 03, 2002 8:09 AM
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: 5.0-CURRENT makebuild world fails
> >
> >
> > For about the past 2 weeks or so, I've gotten the below error and I don't
> > know what to do about it.
> > This is on a FBSD4.5-RELEASE system w/ custom kernel.
> >
> >
> > --
> > >>> stage 4: building libraries
> > --
> > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386
> > OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
> > PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.6.0
> > GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin
> > GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font
> > GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac
> > DESTDIR=/usr/obj/usr/src/i386  INSTALL="sh /usr/src/tools/install.sh"
> >
> PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/u
> > sr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
> > make -f Makefile.inc1 -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries
> > cd /usr/src/lib/csu/i386-elf;  make depend;  make all;  make install
> > rm -f .depend
> > mkdep -f .depend -a-I/usr/src/lib/csu/i386-elf/../common
> > /usr/src/lib/csu/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S
> > mkdep -f .depend -a-I/usr/src/lib/csu/i386-elf/../common
> > /usr/src/lib/csu/i386-elf/crt1.c
> > cd /usr/src/lib/csu/i386-elf; make _EXTRADEPEND
> > cc -O2 -Wall -pipe -pedantic -ansi -march=pentiumpro -elf -Wall
> > -fkeep-inline-functions  -I/usr/src/lib/csu/i386-elf/../common  -c
> > /usr/src/lib/csu/i386-elf/crt1.c -o crt1.o
> > /usr/src/lib/csu/i386-elf/crt1.c: In function `_start':
> > /usr/src/lib/csu/i386-elf/crt1.c:70: warning: ANSI C forbids
> braced-groups
> > within expressions
> > cc: Internal compiler error: program cc1 got fatal signal 11
> > *** Error code 1
> >
> > Stop in /usr/src/lib/csu/i386-elf.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> >
> >
> > END
> >
> 
> > --
> > Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118
> >
> > Science, Discovery, & the Universe (UMCP)
> > Webmaster & Webship Teacher
> > URL: http://www.sdu.umd.edu
> >
> > EJPress.com
> > Database/PERL Programmer & System Admin
> > URL : http://www.ejournalpress.com
> >
> > Resume  : http://p6m7g8.com/Work/index.html
> >
> >
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 




-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: compile errors after yesterdays cvsup and makeworld.

2002-02-21 Thread Edwin Culp

Quoting David Wolfskill <[EMAIL PROTECTED]>:

> >Date: Thu, 21 Feb 2002 09:48:10 -0800
> >From: [EMAIL PROTECTED]
> 
> >I sure missed something, I'm sorry.  I still have the problem with
> >buildworld.  What should I do to fix it?  
> 
> ># /usr/bin/cc -print-search-dirs
> >install: /usr/libexec/(null)
> >programs: /usr/libexec/elf/
> >libraries: /usr/lib/
> 
> Well, you need to do something so the installed cc actually works.
> 
> What worked for me was to do the following just before starting the
> "make buildworld"":
> 
> * cd /usr/libexec/elf
> * ln -s ../cc* ../cpp* .
David,

Of course, I paniced.  Thanks for the help.  It sure seems to be working.
It sure makes me feel good to see something compiling :-)  Your help,
as always is invaluable.

Thanks,

ed
> 
> Then go through the usual "make buildworld" & friends.
> 
> After the "make installworld" is done (I actually did this after
> "mergemaster"):
> 
> * cd /usr/libexec/elf
> * rm cc* cpp*
> 
> Following the reboot, I created a "hello.c" in /tmp, typed "make", and
> was mildly gratified to see that it not only compiled without complaint,
> it even ran properly.  :-}
> 
> Cheers,
> david   (links to my resume at http://www.catwhisker.org/~david)
> -- 
> David H. Wolfskill[EMAIL PROTECTED]
> I believe it would be irresponsible (and thus, unethical) for me to advise,
> recommend, or support the use of any product that is or depends on any
> Microsoft product for any purpose other than personal amusement.
> 




-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Kernel compile error with today's cvsup.

2002-02-20 Thread Edwin Culp

David,

I see it's already fixed so I'll assume that you no longer need the 
compiler output.  I'm sorry that I didn't answer before but I just
checked my email and went to some meetings and am just getting back.

Thanks for your help,

ed

Quoting David O'Brien <[EMAIL PROTECTED]>:

> On Wed, Feb 20, 2002 at 05:53:59AM -0800, Edwin Culp wrote:
> > On my daily build, my kernels are broken as per log:
> > 
> > ===> wi
> > cd /usr/obj/usr/src/sys/PIII850N; 
> MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm 
> > make -
> > f /usr/src/sys/dev/aic7xxx/aicasm/Makefile
> > Warning: Object directory not changed from original
> /usr/obj/usr/src/sys/PIII850N
> > cc -O -pipe  -I/usr/include -I.-c aicasm_gram.c
> > cc: installation problem, cannot exec `cpp0': No such file or directory
> > cc: installation problem, cannot exec `cc1': No such file or directory
> > *** Error code 1
> 
> 
> I need to see the output of ``/usr/bin/cc -print-search-dirs'' from the
> problematic compiler.
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


-- 
To announce that there must be no criticism of the president,
or that we are to stand by the president, right or wrong, is not
only unpatriotic and servile, but is morally treasonable to
the American public.  - Theodore Roosevelt



---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Kernel compile error with today's cvsup.

2002-02-20 Thread Edwin Culp

On my daily build, my kernels are broken as per log:

===> wi
cd /usr/obj/usr/src/sys/PIII850N;  MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm 
make -
f /usr/src/sys/dev/aic7xxx/aicasm/Makefile
Warning: Object directory not changed from original /usr/obj/usr/src/sys/PIII850N
cc -O -pipe  -I/usr/include -I.-c aicasm_gram.c
cc: installation problem, cannot exec `cpp0': No such file or directory
cc: installation problem, cannot exec `cc1': No such file or directory
*** Error code 1

Thanks,

ed


---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Current/XFree86 w/gnome or kde coredumps.

2002-02-15 Thread Edwin Culp

I suspected that because I just upgraded to the latest and greatest:-) unless
4.2 comes back soon.  I've found that several other programs like mplayer are
also coredumping.  I guess my decision is now to go forward to 4.2 or back.

Thanks for confirming that I'm not the only one. :-)

ed

Quoting Glenn Gombert <[EMAIL PROTECTED]>:

>  
> I had the same problem with the version of XFree86 that is now in the ports
> collection, I installed an earlier version of XFree86-4.1.) that I had from
> last Fall last week and it appears to work fine...something that changed
> recently in XFree86 (or Current) appears to be causing the problem
> 
> 
> 
> At 07:28 PM 2/14/2002 -0800, Edwin Culp wrote:
> >I just realized that current/XFree86-4.1.0_12,1 core dumps with either
> >kde or gnome.  I seems to work fine with twm.  It dumps at the same
> >place when starting x with both.
> >
> >(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
> >Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/,
> removing from
> > list!
> >Bus error - core dumped
> >
> >Any suggestions would be appreciated.  I haven't rebooted for several days
> >so I don't know when it started.
> >
> >thanks,
> >
> >ed
> >
> >
> >---
> >
> >To Unsubscribe: send mail to [EMAIL PROTECTED]
> >with "unsubscribe freebsd-current" in the body of the message
> >
> Glenn Gombert
> [EMAIL PROTECTED]
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


Never attribute to malice that which is adequately explained by stupidity.:-) 


---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Current - Kernel compile missing opt_compat.h - cvsup this morning

2002-02-15 Thread Edwin Culp

Today's make buildkernel seems to break because of a missing opt_compat.h.

mkdep -f .depend -a   -nostdinc -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@
/dev -I@/../include -I/usr/obj/usr/src/i386/usr/include  /usr/src/sys/modules/di
gi/digi/../../../dev/digi/digi.c /usr/src/sys/modules/digi/digi/../../../dev/dig
i/digi_pci.c /usr/src/sys/modules/digi/digi/../../../dev/digi/digi_isa.c
/usr/src/sys/modules/digi/digi/../../../dev/digi/digi.c:38: opt_compat.h: No suc
h file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/sys/modules/digi/digi.
*** Error code 1

ed


---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Current/XFree86 w/gnome or kde coredumps.

2002-02-14 Thread Edwin Culp

I just realized that current/XFree86-4.1.0_12,1 core dumps with either
kde or gnome.  I seems to work fine with twm.  It dumps at the same
place when starting x with both.

(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from
 list!
Bus error - core dumped

Any suggestions would be appreciated.  I haven't rebooted for several days
so I don't know when it started.

thanks,

ed


---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Current World stops at rcp.yppasswdd

2002-02-11 Thread Edwin Culp

World is breaking for me at:

===> usr.sbin/rpc.yppasswdd
cc -nostdinc -O -pipe   -I/usr/src/usr.sbin/rpc.yppasswdd/../../usr.sbin/vipw
-I/usr/src/usr.sbin/rpc.yppasswdd/../../usr.sbin/ypserv 
-I/usr/src/usr.sbin/rpc.yppasswdd/../../libexec/ypxfr
-I/usr/src/usr.sbin/rpc.yppasswdd/../../usr.bin/chpass 
-I/usr/src/usr.sbin/rpc.yppasswdd -I.   -I/usr/obj/usr/src/i386/usr/include  -c
/usr/src/usr.sbin/rpc.yppasswdd/pw_copy.c
In file included from /usr/src/usr.sbin/rpc.yppasswdd/pw_copy.c:53:
/usr/src/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h:67: conflicting types for
`pw_mkdb'
/usr/src/usr.sbin/rpc.yppasswdd/../../usr.sbin/vipw/pw_util.h:42: previous
declaration of `pw_mkdb'
*** Error code 1

Stop in /usr/src/usr.sbin/rpc.yppasswdd.
*** Error code 1

Stop in /usr/src/usr.sbin.
*** Error code 1

Thanks,

ed



---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Current World stops at rcp.yppasswdd

2002-02-05 Thread Edwin Culp

World is breaking for me at:

===> usr.sbin/rpc.yppasswdd
cc -nostdinc -O -pipe   -I/usr/src/usr.sbin/rpc.yppasswdd/../../usr.sbin/vipw
-I/usr/src/usr.sbin/rpc.yppasswdd/../../usr.sbin/ypserv 
-I/usr/src/usr.sbin/rpc.yppasswdd/../../libexec/ypxfr
-I/usr/src/usr.sbin/rpc.yppasswdd/../../usr.bin/chpass 
-I/usr/src/usr.sbin/rpc.yppasswdd -I.   -I/usr/obj/usr/src/i386/usr/include  -c
/usr/src/usr.sbin/rpc.yppasswdd/pw_copy.c
In file included from /usr/src/usr.sbin/rpc.yppasswdd/pw_copy.c:53:
/usr/src/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h:67: conflicting types for
`pw_mkdb'
/usr/src/usr.sbin/rpc.yppasswdd/../../usr.sbin/vipw/pw_util.h:42: previous
declaration of `pw_mkdb'
*** Error code 1

Stop in /usr/src/usr.sbin/rpc.yppasswdd.
*** Error code 1

Stop in /usr/src/usr.sbin.
*** Error code 1

Thanks,

ed



---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Pam problems today

2002-02-01 Thread Edwin Culp

David,

Thanks for posting this.  I have built a new world and kernel but haven't
run mergemaster, yet.  I did see the problem just waiting in 
/usr/src/etc/rc.d so I think I'll just leave it there for the time being.

Thanks again for the advance notice.

ed

Quoting "David W. Chapman Jr." <[EMAIL PROTECTED]>:

> > Same thing happened to me yesterday after a make install world and
> mergemaster.
> > Took awhile to figure out. Building and installing libpam does not install
> pam_login_access.so
> > Manfred
> 
> I'm glad I'm not alone.
> 
> -- 
> David W. Chapman Jr.
> [EMAIL PROTECTED] Raintree Network Services, Inc. 
> [EMAIL PROTECTED] FreeBSD Committer 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: snd_maestro3 on Current laptop begining on Wednesday morning.

2002-01-27 Thread Edwin Culp

Thanks, Scott, for both the fix and the email.
I'll give it a try in the morning after my daily build.

ed

Quoting Scott Long <[EMAIL PROTECTED]>:

> Fixed.  See the commit message for the reason.  It looks like only the
> maestro and maestro3 drivers were affected by this.
> 
> Scott
> 
> On Sat, Jan 26, 2002 at 10:28:52PM +0100, Anders Andersson wrote:
> > On Fri, Jan 25, 2002 at 06:21:30AM -0800, Edwin Culp wrote:
> > > My laptop sound seems to have quit working after some changes that were 
> > > submitted, between my Tuesday morning +-4:30 am PST and wednesday
> > > 4:30 am PST.  I assumed that I had not cvsuped all the changes but
> > > today's build still doesn't work.  The module loads but no sound.
> > > 
> > > /root # cat /dev/sndstat
> > > FreeBSD Audio Driver (newpcm)
> > > Installed devices:
> > > pcm0:  at io 0x1800 irq 5 (4p/1r/0v channels
> duplex
> > > default)
> > > 
> > > and
> > > 
> > > pciconf shows:
> > > 
> > > pcm0@pci0:10:0: class=0x040100 card=0x002e0e11 chip=0x1988125d rev=0x12
> hdr=0x00
> > >vendor   = 'ESS Technology'
> > > device   = 'ES1989 Allegro-1 Audiodrive'
> > > class= multimedia
> > > subclass = audio
> > > 
> > > if I try a cat file.au>/dev/audioX.X, I get a
> > > cannot create /dev/audioX.X
> > > 
> > > I really looks like it should work but it doesn't.  I can boot with
> Tuesdays
> > > kernel and it works fine.
> > > 
> > > Is anyone else seeing this?
> > 
> > I am seeing the exact same thing, worked on -current some days ago...
> > -- 
> > Anders Andersson <[EMAIL PROTECTED]>
> > UNIX, Networking and Security consultant
> > +46 (0)705 87 53 35
> 




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



snd_maestro3 on Current laptop begining on Wednesday morning.

2002-01-25 Thread Edwin Culp

My laptop sound seems to have quit working after some changes that were 
submitted, between my Tuesday morning +-4:30 am PST and wednesday
4:30 am PST.  I assumed that I had not cvsuped all the changes but
today's build still doesn't work.  The module loads but no sound.

/root # cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0:  at io 0x1800 irq 5 (4p/1r/0v channels duplex
default)

and

pciconf shows:

pcm0@pci0:10:0: class=0x040100 card=0x002e0e11 chip=0x1988125d rev=0x12 hdr=0x00
   vendor   = 'ESS Technology'
device   = 'ES1989 Allegro-1 Audiodrive'
class= multimedia
subclass = audio

if I try a cat file.au>/dev/audioX.X, I get a
cannot create /dev/audioX.X

I really looks like it should work but it doesn't.  I can boot with Tuesdays
kernel and it works fine.

Is anyone else seeing this?

Thanks,

ed



---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: dhclient

2001-12-14 Thread Edwin Culp

Robert,

I got it working by adding a dhclient configuration file rather than using
the empty file that I have always used.  I'm not sure why but it works:-)
I'll break out ethereal a little later and see if I can figure it out.

Thanks,

ed

Quoting Robert Watson <[EMAIL PROTECTED]>:

> 
> On Thu, 13 Dec 2001, Edwin Culp wrote:
> 
> > Is anyone using dhclient successfully with Current of the last week or
> > so?  I don't use it all the time but I have been trying for the last
> > couple of days without success.
> > 
> > It accesses the server and changes the interface ip to 0.0.0.0 netmask
> > 255.255.255.255. 
> 
> My -CURRENT dhclient is working just fine on several boxes from Dec 11,
> 12, and 13.  And I guess also 14, given the time :-).  As pointed out,
> 0.0.0.0 is what dhclient will set the interface IP address to when it
> doesn't have a valid lease currently, and needs to look for one.  If it
> fails to quickly find a lease, it keeps trying, but you actually get a
> window to see this address on your interface, whereas if it runs quickly,
> you often won't.
> 
> Using a packet sniffer can be invaluable in debugging DHCP problems: 
> tcpdump udp port dhcpc or udp port dhcps is useful, but even better is
> ethereal's ability to decode the DHCP packet in detail, display options
> cleanly, etc.  You might want to try looking to make sure that you're
> getting a response, and if you are, whether it looks adequate :-).
> 
> Robert N M Watson FreeBSD Core Team, TrustedBSD Project
> [EMAIL PROTECTED]  NAI Labs, Safeport Network Services
> 
> 
> 
> 




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: dhclient

2001-12-13 Thread Edwin Culp

Thanks, David.  I'm going to have to go through the whole troubleshooting
process.  Both the server and the client, my laptop, are running current and
to make it worse I did a portupgrade -Rria on both since I used dhcp the 
last time.  At least I know that it should work:-)

Thanks, again.

ed

Quoting David Wolfskill <[EMAIL PROTECTED]>:

> >Date: Thu, 13 Dec 2001 06:15:32 -0800
> >From: Edwin Culp <[EMAIL PROTECTED]>
> 
> >Is anyone using dhclient successfully with Current of the last week or so?
> 
> Sure; hadn't noticed any problems with it.
> 
> >I don't use it all the time but I have been trying for the last couple of
> >days without success.  
> 
> >It accesses the server and changes the interface ip to 0.0.0.0 netmask
> >255.255.255.255.
> 
> Odd.  Looks like symptom of a failure to get a lease (to me, though I'm
> not an expert in DHCP).  Do you have available IP addresses to hand out?
> Are you sure the NIC is operating properly?  (E.g., can you put it in
> promiscuous mode & see traffic on the net, via tcpdump or ethereal?)
> 
> (I've been tracking both -STABLE & -CURRENT daily(*), both on my laptop
> (which is a DHCP client) and my build machine (which isn't) for several
> months now)
> 
> * OK; modulo the occasional breakage.  But that's been pretty rare --
>   even in -CURRENT, for me.
> 
> Cheers,
> david
> -- 
> David H. Wolfskill[EMAIL PROTECTED]
> I believe it would be irresponsible (and thus, unethical) for me to advise,
> recommend, or support the use of any product that is or depends on any
> Microsoft product for any purpose other than personal amusement.
> 




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: dhclient

2001-12-13 Thread Edwin Culp

Emiel,

Thanks a lot for the feedback.  I have to look further.

Hmmm...  Maybe it is my dhcp server but the problem originated with the
excite@home service change to attbi.com and their dhcp.  Neither work:-(

ed

Quoting Emiel Kollof <[EMAIL PROTECTED]>:

> * Edwin Culp ([EMAIL PROTECTED]) wrote:
> > Is anyone using dhclient successfully with Current of the last week or
> so?
> > I don't use it all the time but I have been trying for the last couple of
> > days without success.  
> > 
> > It accesses the server and changes the interface ip to 0.0.0.0 netmask
> > 255.255.255.255.
> 
> No problems here, I just made world and kernel yesterday night (or this
> morining, depends on how you put it :) after a bout of cvsupping.
> 
> FreeBSD tiamat.ipv6.hackerheaven.org 5.0-CURRENT FreeBSD 5.0-CURRENT #15: Thu
> Dec 13 04:08:33 CET 2001
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TIAMAT  i386
> 
> dhclient works and acks fine for me.
> 
> Cheers,
> Emiel
> -- 
> Are you a turtle?
> 




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



dhclient

2001-12-13 Thread Edwin Culp

Is anyone using dhclient successfully with Current of the last week or so?
I don't use it all the time but I have been trying for the last couple of
days without success.  

It accesses the server and changes the interface ip to 0.0.0.0 netmask
255.255.255.255.

Thanks,

ce



---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: dhclient busted for -current?

2001-12-12 Thread Edwin Culp

This may explain my problem with the excite@home/attbi.com change over.
According to them it is pure dhcp.  Since it has always just worked when
I needed it, I haven't really tested.

ed

Quoting Warner Losh <[EMAIL PROTECTED]>:

> In message <[EMAIL PROTECTED]> "Pierre Y.
> Dampure" writes:
> : Are you asking for specific options (my dhclient.conf is empty)? are you
> using a reservation?
> 
> I'm 100% sure it worked before the upgrade. :-(.
> 
> Warner
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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

2001-12-01 Thread Edwin Culp

Alfred,

Thanks for the suggestions.  The first thing I tried was the kernel.old 
but somehow I managed to have the same
problem.  It just dawned on me that I could build a Generic kernel on my 
laptop burn it on a cd (don't have a floppy)
and install it on the sick machine.  That is what I did and it's happily 
doing a cvsup right now that will be followed
by a make world and new kernel.

Many thanks to you, Andrew and Manfred for keeping me from drowning in a 
glass of water.

ed

Alfred Perlstein wrote:

>* Edwin Culp <[EMAIL PROTECTED]> [011201 21:25] 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 fatal trap.
>>
>
>interrupt the boot sequence, type:
>unload kernel
>boot kernel.old
>make a backup of your /boot/kernel.old
>cvsup
>rebuild kernel
>install kernel
>reboot
>if there's a problem you should be able to boot your backed up copy
>of kernel.old
>
>




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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

2001-12-01 Thread Edwin Culp

Manfred Antar wrote:

>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 fatal trap.
>>
>>Thanks,
>>
>>ed
>>
>
>Do you have a /boot/kernel.old/kernel that works ?
>Always save a working kernel !!! with current.
>If you have a good /boot/kernel.old/kernel
>Then when the machine is booting stop it at the OK prompt.
>
>OK  unload
>OK load boot/kernel.old/kernel
>OK boot
>then recvsup
>
>==
>||  [EMAIL PROTECTED]   ||
>||  Ph. (415) 681-6235  ||
>==
>

Somehow both my kernel and my kernel.old have the same problem.  I have 
the path and will build a new kernel with it.

Thanks to you all, it should be fixed in a few minutes.

ed

It just dawned on me to build a Generic kernel on my laptop, so I'm 
doing that too.

>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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

2001-12-01 Thread Edwin Culp

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 fatal trap.

Thanks,

ed

Andrew R. Reiter wrote:

>cvsup  -- this was "fixed" sometime within the last 24hours.
>
>On Sat, 1 Dec 2001, Edwin Culp wrote:
>
>:With my kernel and with a Generic kernel, I am getting a Fatal trap 12 
>:when trying to access the network.  
>:The first thing that happens on the network seems to cause the panic. 
>: The following was an error with a
>:generic kernel.  I'm typing it so there could be mistakes.
>:
>:Fatal trap 12: page fault while in kernel mode
>:fault virtual address= 0x0
>:fault code= supervisor read, page not present
>:instruction pointer  = 0x8:0xc0289ad4
>:stack pointer   = 0x10:0xdbef5b58
>:frame pointer  = 0x10:0xdbef5ba4
>:code segment  = base 0x0, limit 0xf, type 0x1b
>:= DPL 0, pres 1, def32 1, gran 1
>:processor eflags = interrupt enabled, resume, IOPL = 0
>:current process   = 11 (swi1: net)
>:kernel: type 12 trap, code=0
>:Stopped atip_output+0x118:  cmpl$0,0(%eax)
>:
>:db> Context switches not allowed in the debugger.
>:db>
>:
>:The debugger is open but I don't know what I'm looking for.  Any help 
>:will be appreciated.
>:
>:Thanks,
>:
>:ed
>:
>:
>:To Unsubscribe: send mail to [EMAIL PROTECTED]
>:with "unsubscribe freebsd-current" in the body of the message
>:
>
>--
>Andrew R. Reiter
>[EMAIL PROTECTED]
>[EMAIL PROTECTED]
>
>




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Fatal trap 12 on kernel from sometime Nov. 30.

2001-12-01 Thread Edwin Culp

With my kernel and with a Generic kernel, I am getting a Fatal trap 12 
when trying to access the network.  
The first thing that happens on the network seems to cause the panic. 
 The following was an error with a
generic kernel.  I'm typing it so there could be mistakes.

Fatal trap 12: page fault while in kernel mode
fault virtual address= 0x0
fault code= supervisor read, page not present
instruction pointer  = 0x8:0xc0289ad4
stack pointer   = 0x10:0xdbef5b58
frame pointer  = 0x10:0xdbef5ba4
code segment  = base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process   = 11 (swi1: net)
kernel: type 12 trap, code=0
Stopped atip_output+0x118:  cmpl$0,0(%eax)

db> Context switches not allowed in the debugger.
db>

The debugger is open but I don't know what I'm looking for.  Any help 
will be appreciated.

Thanks,

ed


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Today's kernel can't seem to load linux.

2001-11-19 Thread Edwin Culp

Quoting Warner Losh <[EMAIL PROTECTED]>:

| In message <[EMAIL PROTECTED]> Peter Wemm
| writes:
| : Edwin Culp wrote:
| : > I just rebooted and was put into single user with the following
| message:
| : > 
| : >  /boot/kernel/kernel: KLD linprocfs.ko: depends on linux - not
| available
| : > 
| : > I just had  to comment out my linproc entry in fstab and booted fine
| but
| : > linux emulation doesn't work.
| : > 
| : > If I try to load it manually, I get and Exec format error.
| : 
| : Do you get a console error message when you try to "kldload linux"?
| : Perhaps an undefined symbol reported?
| 
| I foudn that I had to remove all the files in my linux directory of my
| kernel compile tree to make it work.
| 
| Warner
| 


I actually didn't do anything but a new cvsup and make world.  Linux emulation
seems to work fine.  I may just remove the files for good measure:-)

Thanks,

ed


---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Today's kernel can't seem to load linux.

2001-11-18 Thread Edwin Culp

It's working now.

Thanks,

ed
Quoting Hellmuth Michaelis <[EMAIL PROTECTED]>:

| >From the keyboard of Peter Wemm:
| > Edwin Culp wrote:
| > > I just rebooted and was put into single user with the following
| message:
| > > 
| > >  /boot/kernel/kernel: KLD linprocfs.ko: depends on linux - not
| available
| > > 
| > > I just had  to comment out my linproc entry in fstab and booted fine
| but
| > > linux emulation doesn't work.
| > > 
| > > If I try to load it manually, I get and Exec format error.
| > 
| > Do you get a console error message when you try to "kldload linux"?
| > Perhaps an undefined symbol reported?
| 
| This all depended on the linux holdsocket problem which Matt fixed with a
| recent commit.
| 
| hellmuth
| -- 
| Hellmuth MichaelisTel   +49 40 55 97
| 47-70
| HCS Hanseatischer Computerservice GmbHFax   +49 40 55 97
| 47-77
| Oldesloer Strasse 97-99   Mail  hm [at] hcs.de
| D-22457 Hamburg   WWW  
| http://www.hcs.de
| 
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with "unsubscribe freebsd-current" in the body of the message
| 




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Today's kernel can't seem to load linux.

2001-11-17 Thread Edwin Culp

I just rebooted and was put into single user with the following message:

 /boot/kernel/kernel: KLD linprocfs.ko: depends on linux - not available

I just had  to comment out my linproc entry in fstab and booted fine but
linux emulation doesn't work.

If I try to load it manually, I get and Exec format error.

ed


---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Current makeworld seems broken.

2001-10-20 Thread Edwin Culp

In case no one has seen this, I'm getting

(cd /usr/src/etc;  install -c -o root -g wheel -m 444 amd.map apmd.conf auth.con
f  crontab csh.cshrc csh.login csh.logout  dhclient.conf dm.conf fbtab ftpusers 
gettytab group  hosts hosts.allow hosts.equiv hosts.lpd  inetd.conf login.access
 login.conf  motd modems netconfig networks newsyslog.conf  pam.conf phones prin
tcap profile protocols  rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall
 rc.firewall6  rc.network rc.network6 rc.pccard rc.serial rc.shutdown  rc.syscon
s rc.sysctl remote rpc security services shells sysctl.conf  syslog.conf usbd.co
nf  etc.i386/disktab  etc.i386/rc.i386  etc.i386/ttys  /usr/src/etc/../gnu/usr.b
in/man/manpath/manpath.config  /usr/src/etc/../usr.bin/mail/misc/mail.rc  /usr/s
rc/etc/../usr.bin/locate/locate/locate.rc rc.isdn netstart pccard_ether rc.suspe
nd rc.resume  opieaccess /usr/share/examples/etc;  install -c -o root -g wheel -
m 444 defaults/rc.conf  /usr/share/examples/etc/defaults;  install -c -o root -g
 wheel -m 444 defaults/pccard.conf  /usr/share/examples/etc/defaults;  install -
c -o root -g wheel -m 444 defaults/periodic.conf  /usr/share/examples/etc/defaul
ts)
make: don't know how to make copies. Stop
*** Error code 2

ed


---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: pam problems on latest -CURRENT

2001-09-12 Thread Edwin Culp

Julian,

I started getting this yesterday and am still getting it today.

 * $FreeBSD: src/sys/sys/proc.h,v 1.180 2001/09/12 08:38:05 julian Exp $

I'm still running my yesterday's kernel.  I'm sure that in my case it has 
nothing to do with your commit.

ed

Quoting Julian Elischer <[EMAIL PROTECTED]>:

| how 'latest' is 'latest'?
| (revision # of sys/proc.h would be a clue..)
| 
| 
| 
| On Wed, 12 Sep 2001, Storms of Perfection wrote:
| 
| > 
| > 
| > Sep 12 13:55:57 boom imapd[469]: imap service init from 192.168.0.40
| > Sep 12 13:55:57 boom /usr/libexec/ld-elf.so.1:
| > Sep 12 13:55:57 boom /usr/lib/pam_nologin.so: Undefined symbol
| "login_getclass"
| > 
| > 
| > 
| > To Unsubscribe: send mail to [EMAIL PROTECTED]
| > with "unsubscribe freebsd-current" in the body of the message
| > 
| 
| 
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with "unsubscribe freebsd-current" in the body of the message
| 




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: pam problems on latest -CURRENT

2001-09-12 Thread Edwin Culp

I'm getting the same problem on one of my current servers and on others no

thanks,

ed


Quoting Storms of Perfection <[EMAIL PROTECTED]>:

| 
| 
| Sep 12 13:55:57 boom imapd[469]: imap service init from 192.168.0.40
| Sep 12 13:55:57 boom /usr/libexec/ld-elf.so.1:
| Sep 12 13:55:57 boom /usr/lib/pam_nologin.so: Undefined symbol
| "login_getclass"
| 
| 
| 
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with "unsubscribe freebsd-current" in the body of the message
| 




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: How can I turn off acpi 100%?

2001-09-09 Thread Edwin Culp


David,

You are a life saver, as you so often are.  I am copying this to the 
developers so they can let me know what they need because this Compaq
seems to be a mess.

I'll add this to my hints and see what happens.

Thanks again,

ed

Quoting David Wolfskill <[EMAIL PROTECTED]>:

| Per Mike Smith's message of Wed, 29 Aug 2001 19:58:59 -0700:
| 
|  - Help! ACPI crashes my system.
| 
| You can disable ACPI by unsetting the 'acpi_load' variable in the
| loader (for temporary testing) or by setting
| 
| hint.acpi.0.disable=1
| 
| in /boot/device.hints.  If you find that you need to do this, please
| let the FreeBSD ACPI developers ([EMAIL PROTECTED]) know so that
| we can investigate the problem.
| 
| 
| Cheers,
| david
| -- 
| David H. Wolfskill[EMAIL PROTECTED]
| As a computing professional, I believe it would be unethical for me to
| advise, recommend, or support the use (save possibly for personal
| amusement) of any product that is or depends on any Microsoft product.
| 




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: How can I turn off acpi 100%?

2001-09-09 Thread Edwin Culp

I just realized that booting an old kernel doesn't stop the errors.  It that
the case or am I now doing something totally stupid in addition to having
decided to reboot my laptop today?  :-)

Thanks,

ed

Quoting Edwin Culp <[EMAIL PROTECTED]>:

| 
| I hadn't rebooted my laptop since Aug 28 although I have been building
| world
| and a new kernel daily.  I thought today would be a good day to see how
| acpi
| was comming.  Mistake.  It comes up fine, I think because all I can see
| are:
| 
| acpi_cmbat0: bif size changed 0 
| 
| at what looks like several per second.  In single user I am getting:
| 
| acpi-ec0: evaluation of CPE query method _Q3F failed - AE_NOT_FOUND
| 
| at the rate of one every 10 seconds more or less.  So basically my laptop
| is useless right now.  
| 
| It is a Compaq 1700 PIII 850Mhz, 256MB, 30GB.  I haven't had a problem
| since
| July.  
| 
| How can I turn all this off?  Can I send any info that might help someone
| else?
| 
| Thanks,
| 
| ed
| 
| 
| 
| 
| ---
| 
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with "unsubscribe freebsd-current" in the body of the message
| 




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



How can I turn off acpi 100%?

2001-09-09 Thread Edwin Culp


I hadn't rebooted my laptop since Aug 28 although I have been building world
and a new kernel daily.  I thought today would be a good day to see how acpi
was comming.  Mistake.  It comes up fine, I think because all I can see are:

acpi_cmbat0: bif size changed 0 

at what looks like several per second.  In single user I am getting:

acpi-ec0: evaluation of CPE query method _Q3F failed - AE_NOT_FOUND

at the rate of one every 10 seconds more or less.  So basically my laptop
is useless right now.  

It is a Compaq 1700 PIII 850Mhz, 256MB, 30GB.  I haven't had a problem since
July.  

How can I turn all this off?  Can I send any info that might help someone else?

Thanks,

ed




---

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Today's current has problems authenticating imap.

2001-08-27 Thread Edwin Culp

After a successful make world and kernel this morning, I am having a problem
with ld-elf.so.1/pam/imap.

Everytime someone tries to login to imap the following error is generated.

Aug 27 09:20:17 aNeed2Learn /usr/libexec/ld-elf.so.1: 
Aug 27 09:20:17 aNeed2Learn /usr/lib/pam_nologin.so: Undefined symbol
"login_getclass"

Any ideas for a quick fix?  Would the old ld-elf.so.1 work with the changes that
have caused this?

Thanks,

ed

 --- 
The illiterate of the 21st century will not be 
  those who cannot read and write, 
but those who cannot learn, unlearn and relearn. 
 --Alvin Toffler 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make release may be broken

2001-08-13 Thread Edwin Culp

Cahnges made between Friday morning and today may have broken make release.
I just got the following error:

/usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/lib -I/usr/src/gnu/usr.bin/
cvs/cvs/../../../../contrib/cvs/diff -DHAVE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT -DE
NCRYPTION-c /usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/client.
c
/usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/client.c: In function `
start_tcp_server':
/usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/client.c:4124: `client_
sai' undeclared (first use in this function)
/usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/client.c:4124: (Each un
declared identifier is reported only once
/usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/client.c:4124: for each
 function it appears in.)
Changes between Friday and today may have broken

/usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/client.c:4151: warning:
 passing arg 6 of `krb_sendauth' discards qualifiers from pointer target type
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cvs/cvs.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cvs.
*** Error code 1

Stop in /usr/src/kerberosIV.
*** Error code 1

Stop in /usr/src/release.
*** Error code 1

Stop in /usr/src/release.

Friday's cvsup built fine.

ed
 --- 
The illiterate of the 21st century will not be 
  those who cannot read and write, 
but those who cannot learn, unlearn and relearn. 
 --Alvin Toffler 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Touch pad problem on HP n5470 Laptop

2001-06-29 Thread Edwin Culp

Got it in the morning, Warner, Thanks.

ed

Quoting Warner Losh <[EMAIL PROTECTED]>:

| In message <[EMAIL PROTECTED]> Edwin Culp writes:
| : 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?
| 
| Read UPDATING.
| 
| Warner
| 


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Interrupt problem? with accton EN2242 MiniPCI 10/100BaseTX.

2001-06-29 Thread Edwin Culp

Quoting Mike Smith <[EMAIL PROTECTED]>:

| > I'm running current and get the following error in dmesg while trying to
| > enable the minipci.  This is a HP n5470 laptop.
| > 
| > dc0:  irq 11 at device 16.0 on pci0
| > dc0: failed to enable I/O ports!
| > device_probe_and_attach: dc0 attach returned 6
| > 
| > It is sharing irq 11 with the cardbus bridge.  As I understand this
| sharing
| > should work but I have my doubts.
| 
| This has nothing to do with interupts; as the error message *clearly* 
| states, the problem is I/O ports.  If you can change the "PnP OS" option 
| in your BIOS setup, you should turn it "off".  The problem is that your 
| BIOS isn't setting up the PCI device.

Thanks, Mike.  That is normally the first thing I do with a new laptop 
installation.  My surprise was that this BIOS almost doesn't let you
change anything and PnP isn't even mentioned.:-(

| 

| 
| If you can't turn the "PnP OS" option off, you're stuck until we finish 
| PCI resource assignment in 5.x.

Sounds like that is the only option that I have.

Thanks, Mike.

ed



---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Interrupt problem? with accton EN2242 MiniPCI 10/100BaseTX.

2001-06-29 Thread Edwin Culp

I'm running current and get the following error in dmesg while trying to
enable the minipci.  This is a HP n5470 laptop.

dc0:  irq 11 at device 16.0 on pci0
dc0: failed to enable I/O ports!
device_probe_and_attach: dc0 attach returned 6

It is sharing irq 11 with the cardbus bridge.  As I understand this sharing
should work but I have my doubts.  To double check I have tried to change the
cardbus too use irq 10 by changing hints to irq 10 and by adding 

machdep.pccard.pcic_irq="10"

to loader.conf.  They don't make any chnge.  So I haven't been able to confirm
my suspisions.  Does anyone have a suggestion as to how I might be able to 
test this or fix it (would be even better:)?

Thanks,

ed

pcic0:  mem 0x4400-0x44000fff irq 11 at
device 4.0 
on pci0
pcic0: Memory mapped device, will work.
pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][pci only]
pccard0:  on pcic0
pcic1:  mem 0x44001000-0x44001fff irq 11 at
device 4.1 
on pci0


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Touch pad problem on HP n5470 Laptop

2001-06-29 Thread Edwin Culp

What I did was leave /boot/device.hints alone and comment out the 
#hints "GENERIC.hints" 
in my kernel config file and everything was fine.  I was duplicating the
hints files.

ed


Quoting Ollivier Robert <[EMAIL PROTECTED]>:

| According to Manfred Antar:
| > I did this and now I have no keyboard or mouse.
| 
| Now that's weird.
| -- 
| Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=-
| [EMAIL PROTECTED]
| FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000
| 
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with "unsubscribe freebsd-current" in the body of the message
| 


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Touch pad problem on HP n5470 Laptop

2001-06-29 Thread Edwin Culp

That was the problem.   It works fine now.  Now that you mention it, I do 
remember that thread.  Sorry for the extra noise, and please pass the Ginko,
what was that?, ahhh ... Biloba, yeah.

ed

Quoting Ollivier Robert <[EMAIL PROTECTED]>:

| 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 was mentionned
| and
| the solution was too. Remove the atkbd and psm hints from either
| /boot/device.hints or in your kernel config file.
| -- 
| Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=-
| [EMAIL PROTECTED]
| FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000
| 
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with "unsubscribe freebsd-current" in the body of the message
| 


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Touch pad problem on HP n5470 Laptop

2001-06-28 Thread Edwin Culp

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:  at port 0x60,0x64 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0:  irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
atkbd1:  flags 0x1 irq 1 on atkbdc0
kbd1 at atkbd1
psm1: unable to allocate the IRQ resource (12).
 
The BIOS has an auto/both option for the touch pad and/or an external
mouse.  Unfortunately there is no touch pad only option.  

Thanks,

ed

---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PCCARD and -current

2001-06-10 Thread Edwin Culp

Quoting Warner Losh <[EMAIL PROTECTED]>:

> 
> 
> If you have device pccard rather than card in your kernel, you are
> running NEWCARD.

I know but I couldn't get it to run with pccardd.  I'm going to try again 
tomorrow although it has been working great:-)
> 
> Also, do you have one slot or two?

I have two but am just using one right now although I often use two.

Thanks,

ed
> 
> Warner
> 


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PCCARD and -current

2001-06-10 Thread Edwin Culp

The kernel configuration that I couldn't get to work was basically GENERIC with
SCSI, USB commented out and IPFW added.  The one that works is the NEWCARD with
almost identical but with the following differences only, I think.

#device  card# pccard bus
#device pcic# pcmcia bridge
 devicepccard 
 devicecardbus 
 devicepccbb   # cardbus (yenta) bridge 

and the -I -i 10 in my case.

Generic still has card and pcic and doesn't have pccard, cardbus and pccbb.
Those changes seem to have made my old k-6 laptop a very happy camper.:-)

The only problem was it took me three days to find a combination that worked.
This helps maintain the level of excitement generated by current, that has
abounded recently:-)

Thanks for the months of work on the integration fo cardbus into current. 

ed 


Quoting Warner Losh <[EMAIL PROTECTED]>:

> In message <[EMAIL PROTECTED]> Edwin Culp writes:
> : I also had to add  options from NEWCARD to my kern cofiguration file.
> : That is why I couldn't get it to work with my GENERIC based
> configuration.
> : I haven't seen that documented, but it worked for me after 3 days of
> : suffering. 
> 
> You shouldn't have had to do that.  which ones were they, and are you
> still running pccard (classic) aka OLDCARD?
> 
> Warner
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PCCARD and -current

2001-06-10 Thread Edwin Culp

I also had to add  options from NEWCARD to my kern cofiguration file.
That is why I couldn't get it to work with my GENERIC based configuration.
I haven't seen that documented, but it worked for me after 3 days of suffering.

ed

Quoting Warner Losh <[EMAIL PROTECTED]>:

> In message <[EMAIL PROTECTED]> Brian Somers
> writes:
> : With a ? instead of the 9 on the config line, I got an irq resource 
> : allocation failure.  Go figure !
> 
> Add -I to pccardd_flags.
> 
> warner
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



K-6 Laptop running current.

2001-06-08 Thread Edwin Culp

I sent this to Mobile yesterday and didn't get an answer.  I sure don't
feel good being the only person with this problem, but . . . I've cleaned
and polished my pointy hat.

I updated my world and kernel from a cvsup of May 26 to June 6, including 
a mergemaster run that included a new pccard.conf. and as best I can tell
I jumped right into the interrupt storms and haven't figured out how to 
apply the following from UPDATING

20010604:
pccard support for pci cards has been committed.  You must change
your /etc/pccard.conf irq lines.  It must match the irq used by
pcic device.  Interrupt storms may result if you fail to do this.
Interrupt storms look a lot like a hang.

My pcic device is always on irq 10
pcic-pci0:  irq 10 at device 3.0 on pci0
pcic0 is in polling mode.  Should I assign an irq in my kernel conf? [ haven't
done this yet ]

My pccard.conf is 100% generic and works with my May 26 kernel.
# $FreeBSD: src/etc/defaults/pccard.conf,v 1.186 2001/05/30 21:30:40 imp Exp $

Does the above mean that my IRQ line should change?
>From irq 3 5 10 11 15 to irq   10? [ didn't work ]

or does it mean that I should add IRQ 10 to my wi entry or both?  [ didn't 
work either ]

Thanks for your help and your patience,

ed

---
   The illiterate of the 21st century will not be
 those who cannot read and write,
   but those who cannot learn, unlearn and relearn.
--Alvin Toffler


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Linux_Base port work around for Current?

2001-05-27 Thread Edwin Culp

I am installing current on a new box and I need jkd.  That basically means
linux emulation.  I haven't been able to build it for some time on current.
I have used the submitted PR to upgrade it to 7.? and it has worked except
I have problems with all other ports that need linux_base.  Right now the
only solution is the upgrade that I see.  Three questions:

Does anyone have a better way?

Has the PR/patch for ports been changed in the last few weeks?

Is there a chance that it will be committed shortly?  If I remember,
it has been there for a long time.

Thanks,

ed


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Tonights panic: free_newdirblk+0x73: movl %eax,0x10(%e

2001-05-24 Thread Edwin Culp

Quoting Michael Harnois <[EMAIL PROTECTED]>:

> On Wed, 23 May 2001 22:10:09 -0300 (ADT), The Hermit Hacker <[EMAIL PROTECTED]>
> said:
> 
> > Oops ... neat, now it just locked up solid and ctl-alt-esc
> > doesn't even get me to debugger :(
> 
> This has been my experience for about a week on the -current kernel
> ... I held out high hopes that these changes by John and Alfred over
> the past 24 hours or so would fix it, but no go ...

Actually, I cvsuped after John's changes yesterday and built a new kernel on my
memory poor k-6 300 that had been sideline for 3 or 4 days and I have been using
it for 12 hours with no lockups, although I am still holding my breath:-)  I
haven't been able to make a world after two tries in these 12 hours, but maybe
it's better:-).

Thanks to John, Alfred and everyone who contributed to the patch,

ed

---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: kernel trap 12 with interrupts disabled

2001-05-20 Thread Edwin Culp

I forgot to add that I'm not seeing any of this with the PIII's that I have
running current and usually updated daily.

This may not help much unless there is some common ground to be found.
I have been having problems with my old K6-2 300Mhz laptop hanging in X with
linux-communicator.  From there I have not been able to get any debugging info.
Last night I did a power off/on reset and went to bed.  This morning I had 
a login with a nice bold "kernel trap 12 with interrupts disabled" that 
happened a couple of hours later after cvsuping and initiating a make world.

I'm going to see if I can get it to do it again although I was able to do a
make world and kernel yesterday with no problem.  The only problem that I was
able to see before was with X and netscape.

ed

Quoting Michael Harnois <[EMAIL PROTECTED]>:

> On Sat, 19 May 2001 22:48:51 -0400, Alfred Perlstein <[EMAIL PROTECTED]>
> said:
> 
> > You'll have to provide more info before anyone can help you.
> 
> Well, that would require the kernel offering me more information.
> 
> > Can you at least get a DDB traceback?
> 
> I have never succeeded in getting that to work, but I'll try once
> again ...
> 
> -- 
> Michael D. Harnois[EMAIL PROTECTED]
> Redeemer Lutheran Church  Washburn, Iowa 
>  No man knows how bad he is 
>  till he has tried very hard to be good. -- C.S. Lewis
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: kernel trap 12 with interrupts disabled

2001-05-20 Thread Edwin Culp

This may not help much unless there is some common ground to be found.
I have been having problems with my old K6-2 300Mhz laptop hanging in X with
linux-communicator.  From there I have not been able to get any debugging info.
Last night I did a power off/on reset and went to bed.  This morning I had 
a login with a nice bold "kernel trap 12 with interrupts disabled" that 
happened a couple of hours later after cvsuping and initiating a make world.

I'm going to see if I can get it to do it again although I was able to do a
make world and kernel yesterday with no problem.  The only problem that I was
able to see before was with X and netscape.

ed

Quoting Michael Harnois <[EMAIL PROTECTED]>:

> On Sat, 19 May 2001 22:48:51 -0400, Alfred Perlstein <[EMAIL PROTECTED]>
> said:
> 
> > You'll have to provide more info before anyone can help you.
> 
> Well, that would require the kernel offering me more information.
> 
> > Can you at least get a DDB traceback?
> 
> I have never succeeded in getting that to work, but I'll try once
> again ...
> 
> -- 
> Michael D. Harnois[EMAIL PROTECTED]
> Redeemer Lutheran Church  Washburn, Iowa 
>  No man knows how bad he is 
>  till he has tried very hard to be good. -- C.S. Lewis
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


---
   The illiterate of the 21st century will not be
 those who cannot read and write, 
   but those who cannot learn, unlearn and relearn. 
--Alvin Toffler

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



mount: /dev/ad0s1e: File name too long

2001-03-02 Thread Edwin Culp

I just found something new in current.  When I rebooted with todays current, it
put me into single user with the following message:

mount: /dev/ad0s1e: File name too long

The problem seems to be the directory that I have been mounting it under for a
couple of years.  /var/ftp/release   If I make it shorter like, /mnt. it works
fine.

Not a big deal, easy to work around and I haven't made a release since the
begining of February :-).

ed

-- 
EnContacto.Net - InternetSalon.Org - CafeMania.Net

-
EnContacto.Net - CafeMania.Net - InternetSalon.Org

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Problem with telnet and slow network response.

2001-03-01 Thread Edwin Culp

I am in the process of trying to get all my current machines on the same 
page and I am finding a very strange problem.  In theory, the machines 
were/are configured almost exactly the same with the same applications 
and versions.  Now as I finish updating them about half (2 and 2 right 
ow) will stall on a telnet.  I get the login then passwd then it just sets there 
and does nothing.  No error, no time out, nothing in the logs.  From the 
internal interface it works fine.  Other machines with the same 
configuration, work as before.  The problem shows it's self on smtp, ftp, 
www, etc.  

Any suggestions will be appreciated.  I feel like/am almost sure it is 
operator error but I have been searching for it for several days with no 
luck, checking ipfw, pam, host.[allow|deny], .rhosts, etc.

Thanks,

ed

-- 
EnContacto.Net - InternetSalon.Org - CafeMania.Net

-
EnContacto.Net - CafeMania.Net - InternetSalon.Org

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make kernel failure: pecoff: machine/lock.h

2001-02-27 Thread Edwin Culp

I had that, and many other problems, about a week ago and I am not sure but i
think that I ended up doing an rm -rf /usr/sys/modules/* , cvsuped made world
and built new kernel with no problem.  I remember that I had to erase all the
modules directory but I'm not comeletely sure that it was this problem.  Sorry,
it's old age.

ed


Quoting Leif Neland <[EMAIL PROTECTED]>:

> 
> 
> On Tue, 27 Feb 2001, Gary Jennejohn wrote:
> 
> > John Baldwin writes:
> > > 
> > > On 27-Feb-01 Leif Neland wrote:
> > > > This happens with both my custom and GENERIC kernel.
> > > > 
> > > > It has failed for some days, and also with source cvsup'ed today.
> > > > A kernel built with "make buildkernel -k" works...
> > > > 
> > > > Leif
> > > 
> > > Have you tried running make depend?
> > > 
> > 
> > 
> > Failing that, trying deleting your /sys/compile/ directory
> > and re-config'ing your kernel. This has always worked for me.
> > 
> I'm building the kernel "the new way", ie cd /usr/src
> make buildkernel KERNCONF=
> 
> So the kernel is build in /usr/obj/usr/src/sys/GENERIC
> 
> I deleted this, which buildkernel does itself, and config'ing it does too,
> and as I expected, it didn't make any difference.
> 
> Leif
>  
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 



-- 
EnContacto.Net - InternetSalon.Org - CafeMania.Net

-
EnContacto.Net - CafeMania.Net - InternetSalon.Org

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: What goes at the boot prompt

2001-02-20 Thread Edwin Culp



> I have a kernel that hangs at boot, so when I try to boot kernel.old, I
> have a problem.  At the Default: F1 prompt, I give it an F1 and then the
> space key give me
>
> >> FreeBSD/i386 BOOT
> Default: 0:wd(o,a)/boot/loader
> boot: _
>
> What do I put at the boot prompt.  I think the changes of the last few
> days have left me a little punchy.  I thought that I always put
> kernel.old or /boot/kernel.old.
>
> I appologize for such a dumb question.  I did check the boot manual and
> it says:
>
>  >> FreeBSD/i386 BOOT
>  Default: 0:ad(0,a)/kernel
>  boot:
>
> bios_drive:interface(unit,part) filename [-aCcDdghPrsv]
>
>  filename
>  The pathname of the file to boot (relative to the
> root
>  directory on the specified partition).  Defaults to
>
>  /kernel.  Symbolic links are not supported (hard
> links
>  are).
>
> I still don't get it.
>
> TIA,
>
> ed


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: 3dfx -current compile error

2001-02-19 Thread Edwin Culp

Quoting Harti Brandt <[EMAIL PROTECTED]>:

> On Mon, 19 Feb 2001, Edwin Culp wrote:
> 
> Reverting /usr/src/sys/conf/kmod.mk to rev. 1.90 fixes the problem for
> the moment.
> 
> harti

Thanks, I'll do that right now.

ed


-
EnContacto.Net - CafeMania.Net - InternetSalon.Org


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: 3dfx -current compile error

2001-02-19 Thread Edwin Culp

I've got the same problem on my laptop. 


Quoting Coleman Kane <[EMAIL PROTECTED]>:

> So, do you need me to do anything or just wait until it gets worked out?
> 
> Bruce Evans had the audacity to say:
> > 
> > On Mon, 19 Feb 2001, Coleman Kane wrote:
> > 
> > > Yeah, this seems to be broken across all modules. I don't know what's
> going on,
> > > but it seems like it never bothers to make the *.o targets. The reason
> mine 
> > > pops up with the error is that, alphabetically, it is first on the list.
> If you
> > > remove it from the ports Makefile, the accf_data module brings up the
> error. I
> > > noticed a lot of commit traffic for config, src/share/mk, make and the
> like, so
> > > I figured this to be a 'commit in process' issue. I'm forwarding this to
> 
> > > -current mailing list to let them know about the prob.
> > 
> > This is because there is now an explicit rule for everything in ${OBJS}
> > (and some other wrong things), so the suffix rule doesn't get used, and
> > objects are "built" by removing .depend.
> > 
> > Bruce
> > 
> 



-- 
EnContacto.Net - InternetSalon.Org - CafeMania.Net


-
EnContacto.Net - CafeMania.Net - InternetSalon.Org


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



apache13-modssl dumps core.

2001-02-01 Thread Edwin Culp

I just compiled apache1.3.17 modssl from ports and it prefers to dump core than
run.  I tried apache13 (same sources) and it runs fine.  Looks like there may be
an issue with mod_ssl-2.8.0-1.3.17.  Shoot, I just realized that I forgot to
test it without ssl:-(  I'll recompile it and and try it both ways.

ed

-- 
EnContacto.Net - InternetSalon.Org - CafeMania.Net

-
EnContacto.Net - CafeMania.Net - InternetSalon.Org


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Interesting "man" error. Current today.

2001-01-28 Thread Edwin Culp

With this morning's make world, I get the following error with man. I've checked
six different machines with slightly different cvsup and build times and using
different cvsup locations.  They all coincide.

FreeBSD dsl.mexcomusa.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Jan 19
07:52:22 PST 2001 [EMAIL PROTECTED]:/usr/src/sys/compile/WIC 
i386

compiled this morning:

/usr/local/etc/openldap # ls -l /usr/bin/man
-r-sr-xr-x  1 man  wheel  27768 Jan 28 07:11 /usr/bin/man   

ERROR:

/usr/local/etc/openldap # man slapd.conf
Formatting page, please wait...Syntax error: "(" unexpected (expecting ")")
Failed.
pclose: Device not configured
Formatting page, please wait...Syntax error: "(" unexpected (expecting ")")
Failed.
pclose: Undefined error: 0
Syntax error: "(" unexpected (expecting ")")
Error executing formatting or display command.
system command exited with status 512
No manual entry for slapd.conf 

I also have a problem with my laptop that built world at the same time.  Because
of the above, I decided to restart it to put the kernel and programs in sync to
see if that was causing the error.  Murphy caught me in the act and my laptop
now hangs on boot:-(  I haven't tried rebooting any of the other machines, yet.)

I get:

FreeGSD/i386 bootstra loader, Revision 1.0 
([EMAIL PROTECTED], Sun Jan 28 05:29:35 PST 2001)

/boot/kernel/kernel text=0x19af2a data=0x44224+0x1ba34
syms=[0x4+0x2b6c0+0x4+0x3344c]

I had to right this and bring it to the office to send the email so there could
be errors in the typing.

I now have my laptop cvsuping again with an old kernel.

Thanks,

ed
-- 
EnContacto.Net - InternetSalon.Org - CafeMania.Net
--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: /boot/kernel/kernel: swap_pager_getswapspace: failed

2001-01-10 Thread Edwin Culp

Thanks, John.  I wish that it were that simple, that is if I am interpreting
pstat and vmstat correctly.

/root # pstat -s
Device  1K-blocks UsedAvail Capacity  Type
/dev/rad0s2b   2620160   262016 0%Interleaved

I have two another disks that aren't being used with an additional 512M of swap
each  that are not being mounted because this machine isn't carrying much load
right now.

  /root # vmstat
 procs  memory pagedisks faults  cpu
 r b w avm   fre  flt  re  pi  po  fr  sr ad0 ad2   in   sy  cs us sy id
 0 2 0  118972 15100  849   0   1   0 834   4   0   0  414 3136 599 33  8 59

It really seems to be related to my upgrading to XFree86-4.0.2_3 and KDE-2.  If
no one else is seeing it, it isn't critical and with patience it'll show itself
with a little time.

Thanks,

ed 

Quoting John Baldwin <[EMAIL PROTECTED]>:

> 
> On 10-Jan-01 Edwin Culp wrote:
> > I am starting to get the following error.  I've never seen it before and
> > don't
> > really understand why it should fail.  Where should I start looking for
> the
> > problem?  
> > 
> > /boot/kernel/kernel: swap_pager_getswapspace: failed
> > 
> > This seems to have started in the last week.
> > 
> > Thanks,
> 
> You are running out of swap space.  Run fewer programs, buy more memory,
> add
> more swap space, or a combo of the three.
> 
> -- 
> 
> John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
> PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
> "Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
> 



-- 
EnContacto.Net - InternetSalon.Org - CafeMania.Net
--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



/boot/kernel/kernel: swap_pager_getswapspace: failed

2001-01-10 Thread Edwin Culp

I am starting to get the following error.  I've never seen it before and don't
really understand why it should fail.  Where should I start looking for the
problem?  

/boot/kernel/kernel: swap_pager_getswapspace: failed

This seems to have started in the last week.

Thanks,

ed
-- 
EnContacto.Net - InternetSalon.Org - CafeMania.Net
--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Current stalls...(now also panic)

2001-01-02 Thread Edwin Culp

Szilveszter,

I've got some other weird problems with cores and panics but vi is the only
one that I can define well enough.  I'm also taking all USB support from the
kernels that have it to see if my other strange problems disappear like access
to mysql databases with php4 cvs and some strange library problems that I am
having with my new XFree4.0.2_3 with kde-2.0.1 and LinuxNetscape that I just
installed on Dec. 31. (Poor timing, but sorting these things out is what makes
life interesting :-)

Thanks,

ed

Szilveszter Adam wrote:

> Hi!
>
> Maybe this is related, maybe not... I upgraded to the latest CURRENT
> available this morning and now I also see occasional (albeit short) hangs
> sometimes, although the machine seems to be responsive otherwise.
>
> But, not only that, I also got a cool panic while trying to do some stuff
> (like compiling the docs) and pressing Ctrl-Z in another tty. No X, no
> nothing. I was dropped into the debugger, but since I am not a ddb artist,
> I tried to avoid to type the whole trace by hand and in the process managed
> to reboot the box... oh well. Next time I will know.
>
> But, the panic message was this:
>
> panic: blockable mtx_enter() of lockmgr interlock when not legal @
> ../../kern/kern_lock.c:247
>
> Maybe this rings a bell with someone. The error was appearently caught by
> WITNESS, which I also have enabled in my kernel (albeit without
> MUTEX_DEBUG, because *that* really made it impossible to do anything
> sensible on the machine...)
>
> Hardware-wise, nothing fancy here... UP PII-233, 128M non-ECC RAM, all-IDE,
> two disks, one CD-ROM. Next time, I promise to write down all the
> details... but just wanted to chime in quickly since this might be related
> to the hangs other people are seeing, but maybe they don't panic() because
> they don't have WITNESS enabled (just speculating)
>
> --
> Regards:
>
> Szilveszter ADAM
> Szeged University
> Szeged Hungary
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Current stalls...(now also panic)

2001-01-02 Thread Edwin Culp

Mark,

Thanks a lot.  I read Marc's mail first so I'm trying the -k solution first
but I will also take USB support out of the kernels that have it.

Thanks,

ed

Mark Hittinger wrote:

> > Maybe this is related, maybe not... I upgraded to the latest CURRENT
> > available this morning and now I also see occasional (albeit short) hangs
> > sometimes, although the machine seems to be responsive otherwise.
>
> I see this also.  If you aren't using USB but have it compiled into your
> kernel try commenting out all the "device" entries after "# USB support"
> in the config file.  A kernel built without USB may not show the hangs.
>
> I think there is a buglet that has krept into the USB code within the
> last couple of weeks.
>
> Later
>
> Mark Hittinger
> Earthlink
> [EMAIL PROTECTED]
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



  1   2   >