Minor breakage installing /usr/share/examples/isdn/i4brunppp

2001-07-22 Thread David Wolfskill

OK; the buildworld  build/install of the kernel went OK, but the
installworld said:

install -C -c -o root -g wheel -m 644 isdn/i4brunppp/Makefile 
/usr/share/examples/isdn/i4brunppp/Makefile
install: /usr/share/examples/isdn/i4brunppp/Makefile: No such file or directory
*** Error code 71

Stop in /usr/src/share/examples.
*** Error code 1



I just did a

mkdir /usr/share/examples/isdn/i4brunppp

and then the installworld worked OK.

Looks like a minor oversight, but it would be nice to fix.

In any case, I'm now running:

FreeBSD dhcp-140.catwhisker.org 5.0-CURRENT FreeBSD 5.0-CURRENT #77: Sat Jul 21 
22:27:09 PDT 2001 
[EMAIL PROTECTED]:/common/C/obj/usr/src/sys/LAPTOP_30W  i386

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



Broken CURRENT

2001-07-22 Thread Crist J. Clark

Looks like installworld is broken in CURRENT. The
/usr/share/examples/isdn/i4runppp directory was not added to
etc/mtree/BSD.usr.dist.

Who's got the pointy hat?
-- 
Crist J. Clark   [EMAIL PROTECTED]

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



No Subject

2001-07-22 Thread Cap'n Dave



For reasonable internet solutions within the Maryland, DC, Northern VA, PA,
and DE areas visit us at http://www.marineronline.net/ . For more
information call either 410-663-6776 or 800-692-9011.

Visit our Site at http://www.capndave.net/ for your boating needs.



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



No Subject

2001-07-22 Thread Cap'n Dave

Please add to mailing list

For reasonable internet solutions within the Maryland, DC, Northern VA, PA,
and DE areas visit us at http://www.marineronline.net/ . For more
information call either 410-663-6776 or 800-692-9011.

Visit our Site at http://www.capndave.net/ for your boating needs.



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



ssh rsa authentication

2001-07-22 Thread Aaron Angel

Not sure if this is actually freebsd-current ralated, but when I was last
in 4.3-release, I do recall having used rsa authentication correctly, and
I can't find info anywhere else.

When I try to log into ssh (from anyway, even locally) using my rsa key,
it opens the session, and then immediately closes.  It puts an entry in
/var/log/messages:

fatal: PAM setcred failed[6]: Permission denied

Any ideas?


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



Re: ssh rsa authentication

2001-07-22 Thread Crist J. Clark

On Sun, Jul 22, 2001 at 12:09:34PM -0400, Aaron Angel wrote:
 Not sure if this is actually freebsd-current ralated, but when I was last
 in 4.3-release, I do recall having used rsa authentication correctly, and
 I can't find info anywhere else.
 
 When I try to log into ssh (from anyway, even locally) using my rsa key,
 it opens the session, and then immediately closes.  It puts an entry in
 /var/log/messages:
 
 fatal: PAM setcred failed[6]: Permission denied
 
 Any ideas?

You didn't mergemaster(8) or otherwise update /etc/pam.conf after
an upgrade?
-- 
Crist J. Clark   [EMAIL PROTECTED]

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



Re: ssh rsa authentication

2001-07-22 Thread Aaron Angel

 So you have the line,

   sshdsession requiredpam_permit.so

Yep.  In pam.conf, regarding ssh I have the following lines:

sshdauthrequiredpam_nologin.so
sshdauthrequiredpam_unix.so try_first_pass
sshdaccount requiredpam_unix.so
sshdpassword required   pam_permit.so
sshdsession requiredpam_permit.so



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



Re: acpica malfunctions

2001-07-22 Thread Mike Smith

 Hi.
 I'm running -current whose source tree was checked out as
 TZ=UTC cvs co -D'2001-07-12' src
 on VAIO PCG-C1XE(PentiumII with 64Mbytes of RAM)
 and have some problems:
 
 1. Acpica modules hangs in
 AcpiRsCalculateByteStreamLength() called from
 AcpiRsCreateByteStream() called from
 AcpiRsSetSrsMethodData() called from
 AcpiSetCurrentResources() from somewhere in acpi_pcib.c .
 
 The hang itself occurs at LinkedList-Id == 9 and LinkedList-Length == 0
 .

Can you replace crsbuf with crsbuf in acpi_pcib.c at line 484?

I think I should be passing a pointer to the buffer, not a pointer to a 
pointer.

This will make the code less wrong, but is probably still illegal 
(depending on the size of the buffer that _CRS is returning).

If you could duplicate the printf on line 396 and print crsbuf-Length
out, that would be very helpful.

Sorry for the delay.

Regards,
Mike

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]
   V I C T O R Y   N O T   V E N G E A N C E



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



Re: Broken CURRENT

2001-07-22 Thread Hellmuth Michaelis

From the keyboard of Crist J. Clark:
 Looks like installworld is broken in CURRENT. The
 /usr/share/examples/isdn/i4runppp directory was not added to
 etc/mtree/BSD.usr.dist.
 
 Who's got the pointy hat?

Me. Fix just committed ...

Sorry,
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



Re: Interruptable hang starting init in today's -CURRENT

2001-07-22 Thread Tor . Egge


 Interestingly, sysctl -a -N spits out names, but then seems to fall
 into a rut:
 
[]
 net.inet.udp.getcred
 net.inet.accf.unloadable
 net.inet.accf.373
 net.inet.accf.373
 net.inet.accf.373
[]

 Looks as if it's looping with no termination conditions being matched.

When I got the same problem on my -current machine today, I found that
net.inet.accf and net.inet.raw had the same oid.

The system booted normally after changing the start oid for
dynamically assigned sysctl entries from 100 to 256.

- Tor Egge



Index: sys/kern/kern_sysctl.c
===
RCS file: /home/ncvs/src/sys/kern/kern_sysctl.c,v
retrieving revision 1.110
diff -u -r1.110 kern_sysctl.c
--- sys/kern/kern_sysctl.c  2001/06/22 19:54:38 1.110
+++ sys/kern/kern_sysctl.c  2001/07/22 09:33:11
@@ -110,10 +110,10 @@
/*
 * If this oid has a number OID_AUTO, give it a number which
 * is greater than any current oid.  Make sure it is at least
-* 100 to leave space for pre-assigned oid numbers.
+* 256 to leave space for pre-assigned oid numbers.
 */
if (oidp-oid_number == OID_AUTO) {
-   static int newoid = 100;
+   static int newoid = 256;
 
oidp-oid_number = newoid++;
if (newoid == 0x7fff)



Re: -current kernel hangs?

2001-07-22 Thread Vincent Poy

On Fri, 20 Jul 2001, David Wolfskill wrote:

 Date: Fri, 20 Jul 2001 10:57:02 +0700 (NOVST)
 From: [EMAIL PROTECTED]

   With a July 18, 2001 sources, it seems like the kernel hands at
  the entropy harvesting stage ctrl-t shows:

  Also (again, for me) sysctl -N -a outputs a (non-terminating) stream of
  ...

  I have some kind of workaround (see the patch).
 In my config without this patch 'sysctl -a' hungs at net.inet.accf
 and with this patch it successfully run up to the end.
 I can not see what is wrong with the lines disabled by the patch.


 After building today's -CURRENT OK (and observing that the behavior was
 still the same for my custom kernel), I tried building a GENERIC kernel.
 Much to my surprise (and different from my experience on 06 July --
 last time I had built a GENERIC kernel for -CURRENT), that kernel did
 not exhibit the symptoms.

 I've now managed to circumvent the problem by:

 * Removing the devicepcm specification in my custom kernel config.

 * Adding the lines

   snd_pcm_load=YES
   snd_maestro_load=YES

   to /boot/loader.conf

 * Re-building the kernel.  (cd /usr/src; make kernel KERNCONF=LAPTOP_30W)

 * Re-booting.

 It took a few tries to get things quite right, but sound works again;
 thanks to the patch in http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26854,
 I'm (still) able to use the keyboard Fn+End chord to mute the sound
 during boot (so that process is less disruptive in meetings).  (BTW, it
 would be nice to get that tiny little patch in before 4.4-R.  Please?)

 And yes, Linux emulation still works.

Linux emulation is fine... it seems to be sysctl -a will hang on
different devices from the information we've seen so far.  With me, it
hangs when these two are added and everything works fine when these two
are gone.

# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
# and PSEUDOFS)
optionsLINPROCFS
optionsPSEUDOFS

COMPAT_LINUX isn't the problem.


Cheers,
Vince - [EMAIL PROTECTED] - Vice President    __ 
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[]
Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin



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



commit Perl 5.6.1 into -current

2001-07-22 Thread David Hill



I am suggesting the import of Perl 5.6.1 into 
-CURRENT before -CURRENT is -STABLE.

Is this a large task?

Thanks
- David


Re: Userbase of -current

2001-07-22 Thread Brian Somers

 In message [EMAIL PROTECTED] Vincent Poy 
writes:
 : Somehow I always thought there were more than 50 people who are
 : really running current.  We do stress test it though and it had
 : performed flawlessly over the past 8 years.  Question though, does anyone
 : happen to know what the largest maxusers variable is that one can define
 : in the kernel config file?  We have it at 512 but what's the highest
 : number people have used reliably?  Thanks.
 
 I've had at least 50 different people talk to me about NEWCARD, which
 is only available in current...

Sorry, they were all me.  I figured I'd present a stronger case that 
way !!!

 Warner

-- 
Brian [EMAIL PROTECTED][EMAIL PROTECTED]
  http://www.freebsd-services.com/brian@[uk.]FreeBSD.org
Don't _EVER_ lose your sense of humour !  brian@[uk.]OpenBSD.org



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