(FWD) Re: cvs commit: src/etc/periodic/daily 200.backup-passwd

2000-01-27 Thread David O'Brien
I would appreciate it if those that want things changed would please try Sheldon's `sed' expression below and report back how it worked for you. - Forwarded message from Sheldon Hearn <[EMAIL PROTECTED]> - To: "David E. O'Brien" <[EMAIL PROTECTED]> Date: Wed, 26 Jan 2000 18:44:47 +0200

world breakage?

2000-01-27 Thread Dag-Erling Smorgrav
Sources from ~12 hours ago: ===> usr.bin/kdump cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/kdump/kdump.c cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. -I/usr/obj/usr/src

Re: world breakage?

2000-01-27 Thread David O'Brien
On Thu, Jan 27, 2000 at 09:39:10AM +0100, Dag-Erling Smorgrav wrote: > Sources from ~12 hours ago: > ===> usr.bin/kdump ... > In file included from ioctl.c:79: > /usr/obj/usr/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined Peter Wemm fixed this as src/include/Makefile rev

Re: (FWD) Re: cvs commit: src/etc/periodic/daily 200.backup-passwd

2000-01-27 Thread Sheldon Hearn
On Thu, 27 Jan 2000 00:23:23 PST, "David O'Brien" wrote: > I think what you really want is: > > sed 's/^\([^:#@+-]*\):[^:]*:/\1:(password):/' Eeek, I don't know why I sent you that. It should have been: sed 's/^\([ +-][^+-][^:]*\):[^:]*:/\1:(password):/' Sorry about t

realhostname_sa bug

2000-01-27 Thread Yoshinobu Inoue
There was a bug in realhostname_sa() in lib/libutil and sometime daemon using it dies, such as telnetd. I think following patch will fix it, but now checking make world before actually committing it. If anyone experienced same problem, please try following patch. Sorry for your troubles. Yoshi

Re: (FWD) Re: cvs commit: src/etc/periodic/daily 200.backup-passwd

2000-01-27 Thread Rodney W. Grimes
> > > On Thu, 27 Jan 2000 00:23:23 PST, "David O'Brien" wrote: > > > I think what you really want is: > > > > sed 's/^\([^:#@+-]*\):[^:]*:/\1:(password):/' > > Eeek, I don't know why I sent you that. It should have been: > > sed 's/^\([ +-][^+-][^:]*\):[^:]*:/\1:(password)

pmap_remove_pages panic during installworld

2000-01-27 Thread Danny J. Zerkel
I have been getting panics recently while trying to do installworld while running at single user on recent kernels. Fatal trap 12: page fault while in kernel mode mp_lock = 0102; cpuid = 1; lapic.id = fault virtual address = 0xc15ccff0 fault code = supervisor write, pa

Re: (FWD) Re: cvs commit: src/etc/periodic/daily 200.backup-passwd

2000-01-27 Thread Sheldon Hearn
On Thu, 27 Jan 2000 04:11:38 PST, "Rodney W. Grimes" wrote: > > sed 's/^\([ +-][^+-][^:]*\):[^:]*:/\1:(password):/' > > IMNSO sed is the wrong tool here, No arguments from me, since my awk skills are limited. However, I'll point out that sed is doing a decent job without turning into an

ASDM and linux emulation?

2000-01-27 Thread F. Heinrichmeyer
I would like to use an ASDM (backup software) with linux-emulation. I get the following in /var/log/messages: es-i2 /kernel: linux: syscall setresuid is obsoleted\ or not implemented (pid=41052) Jan 27 13:12:42 es-i2 /kernel: pid 41052 (dsm), \ uid 0: exited on signal 11 (core dumped) as netsca

Re: pcm - stutters

2000-01-27 Thread Terje Elde
* Nick Hibma ([EMAIL PROTECTED]) [000125 12:42]: > The output of my ESS 1869 stutters whenever there is no new data fed to > it. For example pressing Ctrl-Z, or heavy disk usage (normally making > mpg123 jump). The stuttering is repetition of one short fragment of > about a quarter of a second, in

Re: ASDM and linux emulation?

2000-01-27 Thread Keith Stevenson
On Thu, Jan 27, 2000 at 01:39:38PM +0100, F. Heinrichmeyer wrote: > I would like to use an ASDM (backup software) with linux-emulation. I > get > the following in /var/log/messages: Have you tried the SCO client with the IBCS module loaded? I've been using it with great success for a while. Reg

subscribe freebsd-current

2000-01-27 Thread 이상민
subscribe freebsd-current N…'²æìr¸›{ûÙšŠ[h™¨è­Ú&£ñkyàRú+ƒ­‡û§²æìr¸›yúÞy»ýË«­éíþ)í…æèw*¶¦zË

Re: Sendmail on current

2000-01-27 Thread Sheldon Hearn
On 26 Jan 2000 20:33:31 +0100, Eric Jacoboni wrote: > in CURRENT, /usr/sbin/sendmail is a symlink to /usr/sbin/mailwrapper > (see man mailwrapper). No, it's a hard link. I only mention this because your explanation makes it sound like mailwrapper generates much more overhead than it really do

Re: Sendmail on current

2000-01-27 Thread Eric Jacoboni
Sheldon Hearn <[EMAIL PROTECTED]> writes: > On 26 Jan 2000 20:33:31 +0100, Eric Jacoboni wrote: > > > in CURRENT, /usr/sbin/sendmail is a symlink to /usr/sbin/mailwrapper > > (see man mailwrapper). > > No, it's a hard link. I only mention this because your explanation > makes it sound like mai

Re: Sendmail on current

2000-01-27 Thread Sheldon Hearn
On 27 Jan 2000 15:25:55 +0100, Eric Jacoboni wrote: > No, not on my box (as far as i believe 'ls' and 'file' ;-) : > > % ls -l /usr/sbin/sendmail > lrwxr-xr-x 1 root wheel 21 26 jan 23:54 /usr/sbin/sendmail -> > /usr/sbin/mailwrapper My humble apologies. No more drugs for me. :-) Ciao, Shel

Re: ipsec errors

2000-01-27 Thread Eric Jacoboni
Yoshinobu Inoue <[EMAIL PROTECTED]> writes: > I just added debug flag check instead of changing syslog > level. > Could you please try the following patch to > usr.sbin/inetd/inetd.c ? Ok, i had the same pbs with ipsec messages at startup (since my last make world, yesterday evening)... I've a

Re: ipsec errors

2000-01-27 Thread Yoshinobu Inoue
> > level. > > Could you please try the following patch to > > usr.sbin/inetd/inetd.c ? > > Ok, i had the same pbs with ipsec messages at startup (since my last > make world, yesterday evening)... > > I've applied your patch : the messages have gone... > > thanks, > -- > Eric Jacoboni

Re: Moused hanging...

2000-01-27 Thread Kazutaka YOKOTA
>Well, it's an ISA bus mouse. I bought this thing back in 1994. It's >an IMSI mouse. I'll bet this stupid thing could last for 5 more >years. :-) > >> I cannot immediately see why only the mouse suddenly died, while the >> rest of the system was healthy, > >Yeah, I don't know. It happens extre

src/include/Makefile,v 1.109 is broken

2000-01-27 Thread Ruslan Ermilov
The latest src/include/Makefile,v 1.109 is broken. You will see what is spammed by executing the following: cd /usr/src/include; make symlinks copies DESTDIR=/FOO There should be no symlinked dirs in /FOO/usr/include after that, but... The idea was that `copies' should first undo all the things

ep0 incorrectly probed

2000-01-27 Thread Edwin Mons
I downloaded the 2000/01/25 snapshot of current today. When I booted from floppy, this message showed up: ep0: eeprom failed to come ready (5 times) and a NIC address of 0:0:0:0:0:0 was reported back. When booting this machine with 3.4-RELEASE, the correct NIC address is reported. When ifconf

Folks, please try to spread out your cvsups a bit better....

2000-01-27 Thread Garrett Wollman
I suspect I'm not the only mirror operator who sees a huge load spike early in the morning: --- start of forwarded message (RFC 934 encapsulation) --- From: [EMAIL PROTECTED] Apparently-To: <[EMAIL PROTECTED]> Subject: xyz.lcs.mit.edu daily run output Date: Thu, 27 Jan 2000 01:59:01 -0500

Re: ipsec errors

2000-01-27 Thread Kenneth Wayne Culver
I'm at work now, so I can't apply the patches till I go home again (at work I have Sun boxes and a linux box, blahh) = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726

Re: ipsec errors

2000-01-27 Thread Yoshinobu Inoue
> I'm at work now, so I can't apply the patches till I go home again (at > work I have Sun boxes and a linux box, blahh) It is OK, because Eric Jacoboni kindly tried the patch instead. I already committed it. Thanks for taking care for it. Yoshinobu Inoue To Unsubscribe: send mail to [EMAIL PR

Re: ascii art in hosts.allow

2000-01-27 Thread Randy Bush
> But...but... ITS SUCH AN EYE-SORE! all depends on what image of professionalism freebsd thinks it is trying to project. randy To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: help! need kernel!

2000-01-27 Thread Alexandr Listopad
cpiazz>On Wed, Jan 26, 2000 at 07:26:30PM +0200, Alexandr Listopad wrote: cpiazz>> hello! cpiazz>> cpiazz>> I have Abit motherboard with ATA-66 support. cpiazz>> I try to install FreeBSD-CURRENT, all good when install, but after reboot cpiazz>> kernel boots, but ask me a root device, when I pre

Re: src/include/Makefile,v 1.109 is broken

2000-01-27 Thread Sheldon Hearn
On Thu, 27 Jan 2000 17:00:58 +0200, Ruslan Ermilov wrote: > An attached patch seems to fix the problem. Does anybody actually understand what's really going on in this file? Everyone uses the words "seems to" and "I think" when they're proposing fixes in this file. I propose that we hold out

Re: Folks, please try to spread out your cvsups a bit better....

2000-01-27 Thread jack
Today Garrett Wollman wrote: > I suspect I'm not the only mirror operator who sees a huge load spike > early in the morning: I plead guilty, your honor. When are the low load times. -- Jack O'NeillSyste

Re: src/include/Makefile,v 1.109 is broken

2000-01-27 Thread Ruslan Ermilov
On Thu, Jan 27, 2000 at 06:34:08PM +0200, Sheldon Hearn wrote: > > > On Thu, 27 Jan 2000 17:00:58 +0200, Ruslan Ermilov wrote: > > > An attached patch seems to fix the problem. > > Does anybody actually understand what's really going on in this file? > Everyone uses the words "seems to" and "I

Re: ep0 incorrectly probed

2000-01-27 Thread Matthew N. Dodd
On Thu, 27 Jan 2000, Edwin Mons wrote: > I downloaded the 2000/01/25 snapshot of current today. When I booted > from floppy, this message showed up: > > ep0: eeprom failed to come ready > (5 times) Humm... Please boot verbose and send me the output. This may require you to use a serial consol

Re: Folks, please try to spread out your cvsups a bit better....

2000-01-27 Thread Will Andrews
On Thu, Jan 27, 2000 at 10:29:13AM -0500, Garrett Wollman wrote: > I suspect I'm not the only mirror operator who sees a huge load spike > early in the morning: The reason for this is probably because many people like to cron cvsup early in the morning, when they're not using the computer. You'r

Re: ep0 incorrectly probed

2000-01-27 Thread Edwin Mons
"Matthew N. Dodd" wrote: > > On Thu, 27 Jan 2000, Edwin Mons wrote: > > I downloaded the 2000/01/25 snapshot of current today. When I booted > > from floppy, this message showed up: > > > > ep0: eeprom failed to come ready > > (5 times) > > Humm... Please boot verbose and send me the output.

Re: ep0 incorrectly probed

2000-01-27 Thread Matthew N. Dodd
Using the boot configuration screen can you disable all devices that are not installed? I suspect something is clobbering the board after it is identified. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,

Re: ep0 incorrectly probed

2000-01-27 Thread Matthew N. Dodd
On Thu, 27 Jan 2000, Edwin Mons wrote: ... > isa0: if_ep: <3Com 3C509-BNC EtherLink III> at port 0x300-0x310 irq 10 ... > ep0: <3Com 3C509-BNC EtherLink III> at port 0x300-0x30f irq 10 on isa0 > ep0: eeprom failed to come ready. > ep0: eeprom failed to come ready. > ep0: eeprom failed to come read

Re: locking problem FreeBSD 3.4 - kermit and mgetty

2000-01-27 Thread Christoph Kukulies
On Wed, Jan 26, 2000 at 11:13:55PM +0100, Gert Doering wrote: > Hi, > > On Tue, Jan 25, 2000 at 08:51:40PM +0100, Christoph Kukulies wrote: > > But as a result mgetty gets into kermit's ways such that when a > > modem connection is made I suddenly get a modem prompt like > > +FCON as if someone (

strange ATA stuff (was: ep0 incorrectly probed)

2000-01-27 Thread Edwin Mons
"Matthew N. Dodd" wrote: > > Using the boot configuration screen can you disable all devices that are > not installed? > > I suspect something is clobbering the board after it is identified. > > -- > | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | > | [EMAIL PROTECTED]

Re: My ATAPI CD not come ready

2000-01-27 Thread Mike Smith
JFWIW, this sounds like something that I "fixed" in the old wd driver, where a device 'echoed' on the bus after it was deselected. Increasing the timeout between deselecting the device and trying to talk again to the bus was, AFAIR, the workaround then. > It seems Alex wrote: > > > > OK - h

Re: strange ATA stuff (was: ep0 incorrectly probed)

2000-01-27 Thread Matthew N. Dodd
On Thu, 27 Jan 2000, Edwin Mons wrote: > and the setup continues as if nothing has happened. The drive is > configured as PIO mode 4 in the BIOS (the BIOS does not support UDMA, > the chipset apparently does). Any pointers? Humm... Try mode 'Auto'? Dunno. -- | Matthew N. Dodd | '78 Datsun

Re: NFS /usr/src and /usr/obj?

2000-01-27 Thread Leif Neland
On Wed, 26 Jan 2000, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, >[EMAIL PROTECTED] writes: > >I'm wondering how one can do a buildworld on a machine, and then NFS > >mount /usr/src and /usr/obj on a client machine and do an installworld > >of the freshly built sources? I've be

Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Bill Fenner
Hi, I installed 4.0 2125-CURRENT last night on a new box, and had several problems that I wanted to share: 1. sysinstall forgot to write my hostname to /etc/rc.conf . I had gone into the options menu and selected "DHCP"; when I picked my network interface it looked for and found a DHCP s

Re: With feature freeze being in place

2000-01-27 Thread Bill Fenner
>Test IPv6 support! You've all been asking for it, test it. Is there a quick primer on getting IPv6 up and running? I built a kernel with INET6 and the ipsec stuff, and my interfaces now have IPv6 addresses, but no userland apps seem to be able to parse IPv6 addresses, e.g. "ping ::1" says "no

Re: ep0 incorrectly probed

2000-01-27 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Matthew N. Dodd" writes: : Using the boot configuration screen can you disable all devices that are : not installed? : : I suspect something is clobbering the board after it is identified. We've had *BAD* luck with the ex driver doing this... Warner To Unsubsc

Re: strange ATA stuff (was: ep0 incorrectly probed)

2000-01-27 Thread Edwin Mons
On Thu, 27 Jan 2000, Matthew N. Dodd wrote: > On Thu, 27 Jan 2000, Edwin Mons wrote: > > and the setup continues as if nothing has happened. The drive is > > configured as PIO mode 4 in the BIOS (the BIOS does not support UDMA, > > the chipset apparently does). Any pointers? > > Humm... Try mo

Re: ep0 incorrectly probed

2000-01-27 Thread Matthew N. Dodd
On Thu, 27 Jan 2000, Warner Losh wrote: > We've had *BAD* luck with the ex driver doing this... Except that the ex driver doesn't do anything destructive in its identify method now. I'm having a hell of a time getting the ex driver to attach in PnP mode but thats another story. I think the i852

Re: strange ATA stuff (was: ep0 incorrectly probed)

2000-01-27 Thread Soren Schmidt
It seems Edwin Mons wrote: > On Thu, 27 Jan 2000, Matthew N. Dodd wrote: > > On Thu, 27 Jan 2000, Edwin Mons wrote: > > > and the setup continues as if nothing has happened. The drive is > > > configured as PIO mode 4 in the BIOS (the BIOS does not support UDMA, > > > the chipset apparently does)

Re: With feature freeze being in place

2000-01-27 Thread Yoshinobu Inoue
> >Test IPv6 support! You've all been asking for it, test it. > > Is there a quick primer on getting IPv6 up and running? I built a > kernel with INET6 and the ipsec stuff, and my interfaces now have IPv6 > addresses, but no userland apps seem to be able to parse IPv6 addresses, > e.g. "ping ::

Re: With feature freeze being in place

2000-01-27 Thread Garrett Wollman
< said: > Is there a quick primer on getting IPv6 up and running? I built a > kernel with INET6 and the ipsec stuff, and my interfaces now have IPv6 > addresses, but no userland apps seem to be able to parse IPv6 addresses, > e.g. "ping ::1" says "no such host". (This is 4.0-2125-CURRENT).

inet6 (was Re: With feature freeze being in place)

2000-01-27 Thread f.johan.beisser
i've had ipv6 working with freenet6.net.. well, partially working, the full feature should work fine soon though. the tunneling through gif works, and i'm about to test IPSec with IPv4. more testing is in order though, so, i'll try to pass on some more info when i have it. -- jan On Thu, 27 J

Re: With feature freeze being in place

2000-01-27 Thread Bill Fenner
>Also, usual tools, rlogin, rlogind, rsh, rshd, telnet, >telnetd, ftp, ftpd, and inetd are already IPv6 capable. Hm. rlogin and rsh attempt to connect, but my inetd isn't listening; do I have to update inetd.conf to get inetd to listen on IPv6 addresses? telnet can't parse ::1: emachine% teln

Re: ep0 incorrectly probed

2000-01-27 Thread Peter Wemm
"Matthew N. Dodd" wrote: > On Thu, 27 Jan 2000, Warner Losh wrote: > > We've had *BAD* luck with the ex driver doing this... > > Except that the ex driver doesn't do anything destructive in its identify > method now. > > I'm having a hell of a time getting the ex driver to attach in PnP mode > b

Re: ep0 incorrectly probed

2000-01-27 Thread Matthew N. Dodd
On Fri, 28 Jan 2000, Peter Wemm wrote: > pnpinfo doesn't have anything to do with what the kernel thinks. It's a > userland program that manually resets and reconfigures the cards.. This is > an absolute disaster if you happened to be using the hardware, eg: the sound > driver. After running pnp

Re: With feature freeze being in place

2000-01-27 Thread Yoshinobu Inoue
> Yesterday, I tested ping6 between two hosts using link-local > addresses, and it worked. The week before, however, I couldn't get a > different machine to transmit packets when it had IPv6 in the kernel. > I'm not sure about the relative dates involved. > > -GAWollman Some driver seems to hav

Re: With feature freeze being in place

2000-01-27 Thread Yoshinobu Inoue
> >Also, usual tools, rlogin, rlogind, rsh, rshd, telnet, > >telnetd, ftp, ftpd, and inetd are already IPv6 capable. > > Hm. rlogin and rsh attempt to connect, but my inetd isn't listening; > do I have to update inetd.conf to get inetd to listen on IPv6 addresses? Yes, if tcp, please specify

Something strange with pccard/ed0 ?

2000-01-27 Thread Eric Jacoboni
Hi, I'm currently running 4.0-CURRENT (Jan 27) on a Dell I3500 laptop with pccard and a D-LINK DE-660. All runs ok except that my card is not recognized as ed0 but as ed1. Here are my config params : =-=-=-= device card0 device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd device pcic1 at isa?

Re: ep0 incorrectly probed

2000-01-27 Thread Peter Wemm
"Matthew N. Dodd" wrote: > On Fri, 28 Jan 2000, Peter Wemm wrote: > > pnpinfo doesn't have anything to do with what the kernel thinks. It's a > > userland program that manually resets and reconfigures the cards.. This is > > an absolute disaster if you happened to be using the hardware, eg: the s

Re: locking problem FreeBSD 3.4 - kermit and mgetty

2000-01-27 Thread Gert Doering
Hi, On Thu, Jan 27, 2000 at 07:03:38PM +0100, Christoph Kukulies wrote: > > > But as a result mgetty gets into kermit's ways such that when a > > > modem connection is made I suddenly get a modem prompt like > > > +FCON as if someone (mgetty) is either messing with my local > > > or the remote mo

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Jordan K. Hubbard
> 1. sysinstall forgot to write my hostname to /etc/rc.conf . I had gone > into the options menu and selected "DHCP"; when I picked my network > interface it looked for and found a DHCP server and popped up the > network configuration box with most of the fields filled in (including > domain name

Re: [PATCH] Please test the PS/2 mouse driver patch

2000-01-27 Thread Justin T. Gibbs
In article <[EMAIL PROTECTED]> you wrote: > I wrote a patch for the psm driver to add support for several PS/2 mice. > It is in http://www.freebsd.org/~yokota/ps2mice-24Jan2000.tar.gz. > I am attaching README included in the patch. > > Thank you. > > Kazu Do you have specs on the Trackpoint PS/

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Garrett Wollman
< said: >> 3. On the first reboot after installing, the keyboard was in a funny >> state. > Urk, can't reproduce it. I need a reproducible sequence of operations > before we'll have any hope of tackling this one. >> Control-alt-del definitely didn't work, so I had to power off and >> reboot.

Comments on this patch?

2000-01-27 Thread Warner Losh
I've been running this for a while. I reversed the normal order to make it easier to do the math w/o having to shift columns and flip things over. BTW, I'm getting numbers that are 2x bigger than before :-(.I had makebuildworld down to around 1:20 at one point, but now it is 2:40. Comments

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Bill Fenner
>In this case, I actually assume that the DHCP server will be providing >the host name In my case (which I think might actually be fairly common), the DHCP server doesn't provide a hostname. In this case, I type in a hostname which gets later ignored and sysinstall doesn't write anything to rc.

Par. gone missing

2000-01-27 Thread Paul van der Zwan
I just notice my par. port is no longer detected. A kernel built on Jan 21st fails to detect my par. port which has worked fine so far. In /var/log/messages I get the following: Jan 27 22:29:53 trantor /kernel: ppc0: parallel port found at 0x3bc Jan 27 22:29:53 trantor /kernel: ppc0: cannot re

.bash_history and permissions

2000-01-27 Thread Emre
Hi folks! I'm running FreeBSD 4.0 from Dec. 26 1999. This should be on the "general questions" malininglist, but I thought maybe there is something that changed from -stable to -current that does this: I'm trying to limit permissions on .bash_history. There have been users on my server that ha

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Mike Heffner
On 27-Jan-2000 Jordan K. Hubbard wrote: | |> 3. On the first reboot after installing, the keyboard was in a funny |> state. | | Urk, can't reproduce it. I need a reproducible sequence of operations | before we'll have any hope of tackling this one. | |> Control-alt-del definit

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Russell L. Carter
% %On 27-Jan-2000 Jordan K. Hubbard wrote: % | % |> 3. On the first reboot after installing, the keyboard was in a funny % |> state. % | % | Urk, can't reproduce it. I need a reproducible sequence of operations % | before we'll have any hope of tackling this one. % | % |> Control-alt-d

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Kelly Yancey
On Thu, 27 Jan 2000, Garrett Wollman wrote: > > I have on a number of occasions had my laptop boot with a > non-functional keyboard. Sometimes the keyboard is just locked; other > times it generates garbage. Never managed to isolate the > circumstances in which this happened (but it didn't happ

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Bill Fenner
>Right. I've seen this when I hit Enter rapidly twice at the first >loader prompt. Doesn't ever happen if I wait for the second >prompt. That's my impression too -- I've seen it on my laptop when I do that (sometimes), and I may have hit enter twice rapidly on this reboot. Bill To Unsubsc

Parallel port gone missing (extra info)

2000-01-27 Thread Paul van der Zwan
In message <[EMAIL PROTECTED]>, Paul van der Zwan wrote: > >I just notice my par. port is no longer detected. A kernel built on Jan 21st >fails to detect my par. port which has worked fine so far. >In /var/log/messages I get the following: > >Jan 27 22:29:53 trantor /kernel: ppc0: parallel port

Re: ep0 incorrectly probed

2000-01-27 Thread Matthew N. Dodd
On Fri, 28 Jan 2000, Peter Wemm wrote: > For example: > Logical device #0 > IO: 0x0534 0x0534 0x0534 0x0534 0x0534 0x0534 0x0534 0x0534 > IRQ 5 0 > DMA 1 0 > IO range check 0x00 activate 0x01 > > versus: > pcm0: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 > > Which is rig

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Brian Beattie
On Thu, 27 Jan 2000, Garrett Wollman wrote: > < said: > > >> 3. On the first reboot after installing, the keyboard was in a funny > >> state. > > > Urk, can't reproduce it. I need a reproducible sequence of operations > > before we'll have any hope of tackling this one. > > >> Control-alt-del

ColdFusion 4.5 RC3

2000-01-27 Thread Brian Hechinger
I can consistantly get ColdFusion 4.5 RC3 installed on FreeBSD-current. It will not work on -stable (i didn't really mess with it too much however) i haven't gotten the Apache module to work yet (but i haven't even looked at it, so give me time) instructions are at http://users.tmok.com/~wonk

Re: Something strange with pccard/ed0 ?

2000-01-27 Thread Matthew N. Dodd
On 27 Jan 2000, Eric Jacoboni wrote: > All runs ok except that my card is not recognized as ed0 but as ed1. > > Here are my config params : > > =-=-=-= > device card0 > device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd > device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 > > device ed0 at

RE: (FWD) Re: cvs commit: src/etc/periodic/daily 200.backup-pass

2000-01-27 Thread John Baldwin
On 27-Jan-00 David O'Brien wrote: > I would appreciate it if those that want things changed would please try > Sheldon's `sed' expression below and report back how it worked for you. That will expose passwords of users whose entries are commented out, unfortunately. Then again, I've reverted th

Re: ColdFusion 4.5 RC3

2000-01-27 Thread Josef Karthauser
On Thu, Jan 27, 2000 at 05:34:01PM -0500, Brian Hechinger wrote: > I can consistantly get ColdFusion 4.5 RC3 installed on FreeBSD-current. > It will not work on -stable (i didn't really mess with it too much > however) > > i haven't gotten the Apache module to work yet (but i haven't even looke

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread David O'Brien
On Thu, Jan 27, 2000 at 01:28:10PM -0800, Jordan K. Hubbard wrote: > > In this case, I actually assume that the DHCP server will be providing > the host name and specifically *ignore* the user-provide hostname IMHO, that is the wrong assumption. Most DHCP servers I've seen aren't setup to provi

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread David O'Brien
On Thu, Jan 27, 2000 at 01:28:10PM -0800, Jordan K. Hubbard wrote: > > 4. X didn't come with /usr/X11R6/lib/aout, so I can't run netscape. > > I guess we need to build our own XF86 distribution with the a.out > libraries built or we need to somehow stuff those into a compat dist. OR we can make

Re: Comments on this patch?

2000-01-27 Thread David O'Brien
> BTW, I'm getting numbers that are 2x bigger than before :-(.I had > makebuildworld down to around 1:20 at one point, but now it is 2:40. Which compilers for both times? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Brian Beattie
On Thu, 27 Jan 2000, Bill Fenner wrote: > > >Right. I've seen this when I hit Enter rapidly twice at the first > >loader prompt. Doesn't ever happen if I wait for the second > >prompt. > > That's my impression too -- I've seen it on my laptop when I do > that (sometimes), and I may have hit e

Re: ColdFusion 4.5 RC3

2000-01-27 Thread Brian Hechinger
Josef Karthauser drunkenly mumbled... > > Is this ColdFusion for Linux? yes. sorry about the confusion, i forgot to mention that. Allaire off-record said that they aren't happy with Linux and are seeking an alternative. i seem to be pushing them towards FreeBSD. but, keep in mind, this will b

Re: ColdFusion 4.5 RC3

2000-01-27 Thread Josef Karthauser
On Thu, Jan 27, 2000 at 05:49:39PM -0500, Brian Hechinger wrote: > Josef Karthauser drunkenly mumbled... > > > > Is this ColdFusion for Linux? > > yes. sorry about the confusion, i forgot to mention that. > Allaire off-record said that they aren't happy with Linux > and are seeking an alternati

Re: Comments on this patch?

2000-01-27 Thread Warner Losh
In message <[EMAIL PROTECTED]> "David O'Brien" writes: : > BTW, I'm getting numbers that are 2x bigger than before :-(.I had : > makebuildworld down to around 1:20 at one point, but now it is 2:40. : : Which compilers for both times? What ever was on -current as of 2.5 years ago. This is co

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Alex
Garrett Wollman wrote: > > < said: > > >> 3. On the first reboot after installing, the keyboard was in a funny > >> state. > > > Urk, can't reproduce it. I need a reproducible sequence of operations > > before we'll have any hope of tackling this one. > > >> Control-alt-del definitely didn't

Re: Problems with an0 and ISA Aironet Card..

2000-01-27 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Paul Reece had to walk into mine and say: > On Thu, 20 Jan 2000, Bill Paul wrote: > > > > > Back up. You're leaving out some info. > > > > - When did you buy these cards? (The firmware rev may be an issue. > > knowing when you bought

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Mike Smith
> On Thu, 27 Jan 2000, Bill Fenner wrote: > > > > > >Right. I've seen this when I hit Enter rapidly twice at the first > > >loader prompt. Doesn't ever happen if I wait for the second > > >prompt. > > > > That's my impression too -- I've seen it on my laptop when I do > > that (sometimes), an

Re: .bash_history and permissions

2000-01-27 Thread Dan Nelson
In the last episode (Jan 27), Emre said: > I'm running FreeBSD 4.0 from Dec. 26 1999. This should be on the "general > questions" malininglist, but I thought maybe there is something that changed > from -stable to -current that does this: > > I'm trying to limit permissions on .bash_history. Th

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread John Baldwin
On 27-Jan-00 David O'Brien wrote: > On Thu, Jan 27, 2000 at 01:28:10PM -0800, Jordan K. Hubbard wrote: >> >> In this case, I actually assume that the DHCP server will be providing >> the host name and specifically *ignore* the user-provide hostname > > IMHO, that is the wrong assumption. Most

Re: Comments on this patch?

2000-01-27 Thread Peter Jeremy
On 2000-Jan-28 10:02:06 +1100, Warner Losh <[EMAIL PROTECTED]> wrote: >In message <[EMAIL PROTECTED]> "David O'Brien" writes: >: > BTW, I'm getting numbers that are 2x bigger than before :-(.I had >: > makebuildworld down to around 1:20 at one point, but now it is 2:40. ... >So I'd say this is

Re: Something strange with pccard/ed0 ?

2000-01-27 Thread Eric Jacoboni
"Matthew N. Dodd" <[EMAIL PROTECTED]> writes: > On 27 Jan 2000, Eric Jacoboni wrote: > > All runs ok except that my card is not recognized as ed0 but as ed1. > > device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 > > Thats correct. The kernel has assigned 'ed0' to the non-existent ISA card > yo

Re: Something strange with pccard/ed0 ?

2000-01-27 Thread Warner Losh
In message <[EMAIL PROTECTED]> Eric Jacoboni writes: : that ed0 already exists ? Because there is an ed0 on isa already, even if it isn't attached. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: .bash_history and permissions

2000-01-27 Thread Leif Neland
- Original Message - From: "Emre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 27, 2000 4:53 PM Subject: .bash_history and permissions > Hi folks! > > I'm running FreeBSD 4.0 from Dec. 26 1999. This should be on the "general > questions" malininglist, but I tho

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Warner Losh
In message <[EMAIL PROTECTED]> Mike Smith writes: : It doesn't do anything to the keyboard, it just calls the BIOS to find : out whether keys have been pressed. I've been seeing the hit twice fast problem for months. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fre

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Mike Smith
> In message <[EMAIL PROTECTED]> Mike Smith writes: > : It doesn't do anything to the keyboard, it just calls the BIOS to find > : out whether keys have been pressed. > > I've been seeing the hit twice fast problem for months. It's always been a problem; we don't understand the mechanics of it

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Jordan K. Hubbard
> IMHO, that is the wrong assumption. Most DHCP servers I've seen aren't > setup to provide hostnames to the requrestor. Seems they're set up incorrectly then. You can't be a good "network citizen" these days without a resolvable hostname that also matches your primary IP address or, among othe

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Jordan K. Hubbard
> OR we can make a [binary] port of it. This would not be hard to do. > Let me know if you prefer this approach. I think the easiest and most POLA-friendly approach would be to add them [back] to Xbin.tgz. - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curre

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Warner Losh
In message <[EMAIL PROTECTED]> Mike Smith writes: : > In message <[EMAIL PROTECTED]> Mike Smith writes: : > : It doesn't do anything to the keyboard, it just calls the BIOS to find : > : out whether keys have been pressed. : > : > I've been seeing the hit twice fast problem for months. : : It'

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Will Andrews
On Thu, Jan 27, 2000 at 10:56:39AM -0800, Bill Fenner wrote: > never made it into rc.conf (it booted up calling itself Amnesiac). You know, I always thought that some people (well, certainly not me) would find the default name "Amnesiac" a slight bit offensive, since it implies they're forgetful.

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Mike Smith
> > IMHO, that is the wrong assumption. Most DHCP servers I've seen aren't > > setup to provide hostnames to the requrestor. > > Seems they're set up incorrectly then. You can't be a good "network > citizen" these days without a resolvable hostname that also matches > your primary IP address or

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Jordan K. Hubbard
> Why not check to see what the hostname is after dhclient is run and then > stick that name in the network setup dialog box. If the user does edit > the hostname themselves, then you can flag that event. That would work in that one specific case with that specific dhcp server. Now change the dh

Re: Comments on this patch?

2000-01-27 Thread Will Andrews
On Thu, Jan 27, 2000 at 02:44:27PM -0700, Warner Losh wrote: > I've been running this for a while. I reversed the normal order to > make it easier to do the math w/o having to shift columns and flip > things over. Thanks for the patch! It'd be nice to time the buildworld only. Is there a timed i

Re: Problems installing FreeBSD 4.0 20000125-CURRENT

2000-01-27 Thread Jordan K. Hubbard
> Personally I'd prefer to just fix the DHCP client so that it correctly > sets the hostname as obtained from the server... Yeah David, sheesh! ;) - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Errors compiling kernel...

2000-01-27 Thread Donn Miller
I recently cvsup'd the sources (around Thu Jan 27 19:30:48 EST 2000), and I'm getting these errors compiling the kernel: cc -c -mpentium -O3 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -no

  1   2   >