Re: ssh after upgrade to 4.2

2001-02-02 Thread James Housley
Lisa Goulet wrote: > > Hi all, > > I've upgraded to 4.2 and since then the ssh(default one) shows the error: > > Feb 2 14:15:29 testbsd sshd[414]: no modules loaded for `sshd' service > Feb 2 14:15:29 testbsd sshd[414]: fatal: PAM session setup failed[6]: > Permission denied > Feb 2 14:15:29

Re: ssh after upgrade to 4.2

2001-02-02 Thread Jonathan Belson
> > Hi all, > > I've upgraded to 4.2 and since then the ssh(default one) shows the error: > > Feb 2 14:15:29 testbsd sshd[414]: no modules loaded for `sshd' service > Feb 2 14:15:29 testbsd sshd[414]: fatal: PAM session setup failed[6]: > Permission denied > Feb 2 14:15:29 testbsd sshd[414]: no

syslog.conf host selection uses only short host name?

2001-02-02 Thread Shawn Barnhart
Is the 'correct' behavior of syslog.conf when using the "+hostname" selection to manage remote host logging to only use the "short" hostname? If I do: +machine.domain.tld ftp.*/var/log/machine.ftp I don't get my traffic logged, but if I use: +machine ftp.*/var/log/machine.ftp I do. I

RE: ssh after upgrade to 4.2

2001-02-02 Thread Lisa Goulet
Thanks all, mergemaster did the trick. Regards, Lisa > -Original Message- > From: James Housley [SMTP:[EMAIL PROTECTED]] > Sent: Friday, February 02, 2001 2:42 PM > To: Lisa Goulet > Cc: '[EMAIL PROTECTED]' > Subject: Re: ssh after upgrade to 4.2 > > Lisa Goulet wrote: > > > >

kde2

2001-02-02 Thread User Fenix
Hi I was wondering if anyone knows what is the most painless way to install the latest stable kde2 release Right now i fetched the kde2 packages but i get a lot of dependency problems and i can't find some of the packages like uulib-0.5.13 or tetex-1.-7 Anyway i use pkg_add -f so the packages ar

Re: syslog.conf host selection uses only short host name?

2001-02-02 Thread David Malone
On Fri, Feb 02, 2001 at 08:05:59AM -0600, Shawn Barnhart wrote: > I do. It strikes me that I should be able to select on the fqdn. The > manpage says "hostname", which I've always assumed to be the fqdn. The > default output of hostname(1) on my 4.2-STABLE machines is the fqdn. The matching i

Have root on vinum, one small problem..

2001-02-02 Thread Chris Williams
I've set up a server to load an MFS root off of a small slice at the beginning of my disks, and then start vinum and mount my real (vinumed) root slice over top of the MFS root. This allows me to boot off mirrored drives and not have my root go away if the drive I booted from dies. The only re

Re: Have root on vinum, one small problem..

2001-02-02 Thread Ian Dowse
In message <4FC7AFEB1135D4119926F87A88260D9530@TRSBS>, Chris Williams write s: > >Things seems to be working quite well, but there is one strange behavior which > worries me; whenever I shut down, right after syncing I get a panic: > >panic: Vrele: negative ref cnt I noticed this a while ago

[PATCH for review] Add verify checksum functionality to pkg_info

2001-02-02 Thread Roman Shterenzon
Hi, Can you please review this patch, thanks. --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] diff -urN /usr/src/usr.sbin/pkg_install/info/info.h pkg_install/info/info.h --- /usr/src/usr.sbin/pkg_install/info/info.h

Bridge and IPFW woes ...

2001-02-02 Thread Thomas T. Veldhouse
I have stumbled onto a problem with the bridging code (options BRIDGE) with IPFIREWALL. Please review my beautiful ASCII art below. Internet | -- | Host A | -- | | 24.2.0.1 / \

Re: Bridge and IPFW woes ...

2001-02-02 Thread Thomas T. Veldhouse
No, sorry. Host A 24.2.0.1 Host B 24.2.0.2 Host C 24.2.0.3 Tom Veldhouse [EMAIL PROTECTED] - Original Message - From: "David Wolfskill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 11:05 AM Subject: Re: Bridge and IPFW woes ... > >From: "Thomas T. Veldho

Going from 4.2 -RELEASE to 4.2 -STABLE: "make buildkernel" fails

2001-02-02 Thread Joe . Warner
Hi, I tried searching the archive of this list before posting but couldn't find any information similar to the problem I'm now facing. I had just installed FreeBSD 4.2 RELEASE on my home PC and had CVSUP'd my ports and then the source for STABLE. Everything seemed to go fine with "make world

make install fails

2001-02-02 Thread jbw
I have a 4.0-Release box that I'm upgrading to -Stable. I compiled the kernel , everything went fine. I then tried to to a make install but instead I received the following message host # make install chflags noschg /kernel chflags: /kernel: Operation not permitted *** Error code 1 (ignored) mv

Re: make install fails

2001-02-02 Thread Chris Byrnes
cd /usr/src ; make buildkernel KERNEL=YOURKERNELNAMEHERE cd /usr/src ; make installkernel KERNEL=YOURKERNELNAMEHERE reboot Chris Byrnes JEAH Communications (Direct) 608-256-6167 (Toll-Free) 866-299-5324 http://www.JEAH.net On Fri, 2 Feb 2001, jbw wrote: > I have a 4.0-Release box that I'm upgr