pam.d/sshd

2006-11-23 Thread Stefan Thurner
Hi! I would like to activate ssh-agent automatically if I login via ssh. My /etc/pam.d/sshd looks like: # auth auth requiredpam_nologin.so no_warn auth sufficient pam_opie.sono_warn no_fake_prompts auth requisite pam_opieaccess.so no_warn allow_local auth required

UFS Bug: FreeBSD 6.1/6.2/7.0: MOKB-08-11-2006, CVE-2006-5824, MOKB-03-11-2006, CVE-2006-5679

2006-11-23 Thread O. Hartmann
Is for these UFS bugs in FreeBSD since 6.1 a fix uderway? See: http://projects.info-pull.com/mokb/ MOKB-08-11-2006,CVE-2006-5824, MOKB-03-11-2006,CVE-2006-5679 Regards, Oliver ___ freebsd-stable@freebsd.org mailing list

php in free(): error: junk pointer, too high to make sense

2006-11-23 Thread Dominik Zalewski
Hi All, I'm using FreeBSD 6.1 release on i386. I have a problem with pear and apache. Here is what I'm getting: [EMAIL PROTECTED] ~]# pear list Installed packages, channel pear.php.net: = PackageVersion State Archive_Tar1.3.1 stable

Re: pam.d/sshd

2006-11-23 Thread Oliver Fromme
Stefan Thurner wrote: I would like to activate ssh-agent automatically if I login via ssh. As far as I know there is no mechanism to start ssh-agent automatically. (Someone please correct me if I'm wrong.) Personally I have the following snippet in my ~/.zshrc which starts ssh-agents if it

Re: UFS Bug: FreeBSD 6.1/6.2/7.0: MOKB-08-11-2006, CVE-2006-5824, MOKB-03-11-2006, CVE-2006-5679

2006-11-23 Thread Tom Samplonius
- O. Hartmann [EMAIL PROTECTED] wrote: Is for these UFS bugs in FreeBSD since 6.1 a fix uderway? See: http://projects.info-pull.com/mokb/ MOKB-08-11-2006,CVE-2006-5824, MOKB-03-11-2006,CVE-2006-5679 Probably not. In both cases a crafted filesystem is mounted to trigger crash.

geom/gstat diplay bug?

2006-11-23 Thread Ulrich Spoerlein
Hi all, one of our servers running FreeBSD 5.5 was seriously swapping (1.9GB of 2GB swap used) and to see the performance of the ad0s1b device, I fired up gstat. This is the current output (it has stopped swapping) dT: 0.510 flag_I 50us sizeof 240 i -1 L(q) ops/sr/s kBps ms/r

Re: UFS Bug: FreeBSD 6.1/6.2/7.0: MOKB-08-11-2006, CVE-2006-5824, MOKB-03-11-2006, CVE-2006-5679

2006-11-23 Thread O. Hartmann
Tom Samplonius wrote: - O. Hartmann [EMAIL PROTECTED] wrote: Is for these UFS bugs in FreeBSD since 6.1 a fix uderway? See: http://projects.info-pull.com/mokb/ MOKB-08-11-2006,CVE-2006-5824, MOKB-03-11-2006,CVE-2006-5679 Probably not. In both cases a crafted filesystem is mounted

Re: md deadlocks on wdrain. Was: [Re: quota and snapshots in6.1-RELEASE]

2006-11-23 Thread Kostik Belousov
On Wed, Nov 22, 2006 at 07:28:37PM -, Steven Hartland wrote: The patch below fixed this issue for us. We had a jail which when upgrading ( installworld ) from 5.4 to 6.1 would constantly hang the machine with this error. After updating md.c to 1.164 from MAIN and applying the patch

Re: pam.d/sshd

2006-11-23 Thread Gordon Stratton
On 11/23/06, Stefan Thurner [EMAIL PROTECTED] wrote: I would like to activate ssh-agent automatically You might want to check out keychain[1][2] as well, it's a pretty simple interface to ssh-agent along the same lines as Oliver's script. [1] /usr/ports/security/keychain [2]

PAM-pgsql on 6.x?

2006-11-23 Thread Anton Blajev - Valqk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello group, maybe this is not the right place, but did anyone succeeded authenticating trough pam-pgsql (current version 0.6.3) in 6.x systems? I can't get it running in 5.x either, maybe it's pam-pgsql problem, but anyway please give some feedback

Re: pam.d/sshd

2006-11-23 Thread Stefan Thurner
On Thu, 23 Nov 2006, Oliver Fromme wrote: Stefan Thurner wrote: I would like to activate ssh-agent automatically if I login via ssh. As far as I know there is no mechanism to start ssh-agent automatically. (Someone please correct me if I'm wrong.) Hello Oliver, the session module

Re: pam.d/sshd

2006-11-23 Thread Daniel O'Connor
On Thursday 23 November 2006 19:46, Oliver Fromme wrote: Stefan Thurner wrote: I would like to activate ssh-agent automatically if I login via ssh. As far as I know there is no mechanism to start ssh-agent automatically. (Someone please correct me if I'm wrong.) You're wrong :) I have

Re: 6-STABLE (6.2-PRE) and applications (named natd dhcpd) getting stuckin state zoneli (zone limit) - dynamic ipfw rules not working after time- vlans on em

2006-11-23 Thread delphij
Hi, On Wed, 22 Nov 2006 12:41:04 -0800, Jonathan Feally [EMAIL PROTECTED] wrote: Sorry to cross post, but the net list didn't help a couple weeks back on this. names, natd, and dhcpd have all been getting stuck in zoneli (zone limit) since I upgraded to the box to stable about a month ago.

Re: deadlock in zoneli state on 6.2-PRERELEASE

2006-11-23 Thread delphij
Hi, On Wed, 22 Nov 2006 21:55:49 +0200, Nikolay Pavlov [EMAIL PROTECTED] wrote: Hi. It seems i have a deadlock on 6.2-PRERELEASE. This is squid server in accelerator mode. I can easily trigger it with a high rate of requests. Squid is locked on some zoneli state, i am not sure what it is.

Re: pam.d/sshd

2006-11-23 Thread Oliver Fromme
Stefan Thurner wrote: Oliver Fromme wrote: Stefan Thurner wrote: I would like to activate ssh-agent automatically if I login via ssh. As far as I know there is no mechanism to start ssh-agent automatically. (Someone please correct me if I'm wrong.) the session module

RE: libiconv.la

2006-11-23 Thread Matt Smith
I sure do :) Matt -Original Message- From: Miroslav Lachman [mailto:[EMAIL PROTECTED] Sent: Thursday, November 23, 2006 6:07 AM To: Matt Smith Cc: freebsd-stable@freebsd.org Subject: Re: libiconv.la Matt Smith wrote: Build of php5: /zend_objects.lo

Re: php in free(): error: junk pointer, too high to make sense

2006-11-23 Thread Jim Pingle
Dominik Zalewski wrote: I'm using FreeBSD 6.1 release on i386. I have a problem with pear and apache. Here is what I'm getting: [EMAIL PROTECTED] ~]# pear list Installed packages, channel pear.php.net: = PackageVersion State Archive_Tar

Re: php in free(): error: junk pointer, too high to make sense

2006-11-23 Thread Ivan Voras
Dominik Zalewski wrote: Hi All, I'm using FreeBSD 6.1 release on i386. I have a problem with pear and apache. Here is what I'm getting: [EMAIL PROTECTED] ~]# pear list Installed packages, channel pear.php.net: = PackageVersion State

[releng_6_2 tinderbox] failure on amd64/amd64

2006-11-23 Thread FreeBSD Tinderbox
TB --- 2006-11-23 15:04:48 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2006-11-23 15:04:48 - starting RELENG_6_2 tinderbox run for amd64/amd64 TB --- 2006-11-23 15:04:48 - cleaning the object tree TB --- 2006-11-23 15:04:48 - checking out the source tree TB --- 2006-11-23 15:04:48 -

Re: php in free(): error: junk pointer, too high to make sense - SOLVED

2006-11-23 Thread Dominik Zalewski
On Thursday 23 November 2006 16:52, Ivan Voras wrote: Dominik Zalewski wrote: Hi All, I'm using FreeBSD 6.1 release on i386. I have a problem with pear and apache. Here is what I'm getting: [EMAIL PROTECTED] ~]# pear list Installed packages, channel pear.php.net:

Re: libiconv.la

2006-11-23 Thread Miroslav Lachman
Matt Smith wrote: I sure do :) Matt Then you must have some local problem with ports. Do you have nondefault ports prefix? Maybe you can try reinstall libiconv because lib/libiconv.la is listed in latest libiconv port pkg-plist (libiconv-1.9.2_2), so after reinstall, it

Re: sshfs/nfs cause server lockup

2006-11-23 Thread s . c . sprong
Chris [EMAIL PROTECTED] wrote: kris a development on this, someone else posted about a nfs problem and reading his post some starkling point he made about network cards, he stated he only gets the bug on sis rl and fxp. Sorry for the misunderstanding, but I think that the 'NFS via TCP' thread

RE: libiconv.la

2006-11-23 Thread Daniel Eischen
On Thu, 23 Nov 2006, Matt Smith wrote: I sure do :) If you say you have libiconv installed via ports, please be kind enough to show more detailed information, as in: $ pkg_info | grep libiconv libiconv-1.9.2_2A character set conversion library $ pkg_info -L libiconv-1.9.2_2 Information

Re: deadlock in zoneli state on 6.2-PRERELEASE

2006-11-23 Thread Nikolay Pavlov
On Thursday, 23 November 2006 at 20:24:15 +0800, [EMAIL PROTECTED] wrote: Hi, On Wed, 22 Nov 2006 21:55:49 +0200, Nikolay Pavlov [EMAIL PROTECTED] wrote: Hi. It seems i have a deadlock on 6.2-PRERELEASE. This is squid server in accelerator mode. I can easily trigger it with a high

Re: libiconv.la

2006-11-23 Thread Jonathan Chen
On Wed, Nov 22, 2006 at 09:36:07PM -0500, Matt Smith wrote: Build of php5: /zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_mm.lo Zend/zend_default_classes.lo Zend/zend_execute.lo sapi/apache2handler/mod_php5.lo sapi/apache2handler/sapi_apache2.lo

Re: sshfs/nfs cause server lockup

2006-11-23 Thread Kris Kennaway
On Thu, Nov 23, 2006 at 04:38:48PM +0100, [EMAIL PROTECTED] wrote: Chris [EMAIL PROTECTED] wrote: kris a development on this, someone else posted about a nfs problem and reading his post some starkling point he made about network cards, he stated he only gets the bug on sis rl and fxp.

Re: SunFire X4100 MPT Issues 6.2 RC1

2006-11-23 Thread Matthew Jacob
[i'm on vacation now] Hmm- I thought I put in code so you should only see one of those. I'll check this out when I get back next week. On 11/21/06, Dave [EMAIL PROTECTED] wrote: We have a new SunFire X4100 box and so I figured I would try 6.2 RC1 on it. Everything seems to work with the

RE: libiconv.la

2006-11-23 Thread Matt Smith
Got it, thanks crew :) Matt -Original Message- From: Jonathan Chen [mailto:[EMAIL PROTECTED] Sent: Thursday, November 23, 2006 1:24 PM To: Matt Smith Cc: Miroslav Lachman; freebsd-stable@freebsd.org Subject: Re: libiconv.la On Wed, Nov 22, 2006 at 09:36:07PM -0500,

Re: md deadlocks on wdrain. Was: [Re: quota and snapshotsin6.1-RELEASE]

2006-11-23 Thread Steven Hartland
Thanks for that, from our point of view its required as without the machine deadlocks without even trying. One real strange thing was that if I created a copy of the vnode file, this particular task ( installworld ) would succeed but given the nature of the bug ( timing critical ) that seem to

Re: UFS Bug: FreeBSD 6.1/6.2/7.0: MOKB-08-11-2006, CVE-2006-5824, MOKB-03-11-2006, CVE-2006-5679

2006-11-23 Thread David Malone
On Thu, Nov 23, 2006 at 10:30:35AM +0100, O. Hartmann wrote: Is for these UFS bugs in FreeBSD since 6.1 a fix uderway? See: http://projects.info-pull.com/mokb/ MOKB-08-11-2006,CVE-2006-5824, MOKB-03-11-2006,CVE-2006-5679 These two bugs both seem to involve mounting deliberately

application hangs in STABLE from time to time

2006-11-23 Thread Ganbold
Hi, I have strange problem. I'm running radius server which in turn serves user requests by running application. The application connects to another host (mysql server) and gets data and do some calculations and return results. Application runs fine, but from time to time it hangs and I can

Re: application hangs in STABLE from time to time

2006-11-23 Thread Kris Kennaway
On Fri, Nov 24, 2006 at 10:02:23AM +0800, Ganbold wrote: So do I have interrupt storms here and it is something related to bge? No, your interrupts look fine. What else should I check when application hangs again? The most important thing to know is what is the application doing when it

Re: deadlock in zoneli state on 6.2-PRERELEASE

2006-11-23 Thread LI Xin
Nikolay Pavlov wrote: On Thursday, 23 November 2006 at 20:24:15 +0800, [EMAIL PROTECTED] wrote: Hi, On Wed, 22 Nov 2006 21:55:49 +0200, Nikolay Pavlov [EMAIL PROTECTED] wrote: Hi. It seems i have a deadlock on 6.2-PRERELEASE. This is squid server in accelerator mode. I can easily trigger

Re: FreeBSD 6.2-PRE panic

2006-11-23 Thread Kevin Oberman
Date: Tue, 21 Nov 2006 16:51:51 + From: Dominic Marks [EMAIL PROTECTED] On Tue, 21 Nov 2006 08:41:00 -0800 Kevin Oberman [EMAIL PROTECTED] wrote: On Fri, 27 Oct 2006, Robert Watson [EMAIL PROTECTED] wrote: On Fri, 27 Oct 2006, Dominic Marks wrote: On Thu, 26 Oct 2006

panic: ffs_alloccg: map corrupted

2006-11-23 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Had two of the above crashes tonight, both produced core files ... fsck appears to run well in both cases ... a few UNREF FILES, some INCORRECT BLOCK COUNT ... but, no manual fsck required, so clean ... Trace from one of the cores is as follows

Re: UFS Bug: FreeBSD 6.1/6.2/7.0: MOKB-08-11-2006, CVE-2006-5824, MOKB-03-11-2006, CVE-2006-5679

2006-11-23 Thread O. Hartmann
David Malone wrote: On Thu, Nov 23, 2006 at 10:30:35AM +0100, O. Hartmann wrote: Is for these UFS bugs in FreeBSD since 6.1 a fix uderway? See: http://projects.info-pull.com/mokb/ MOKB-08-11-2006,CVE-2006-5824, MOKB-03-11-2006,CVE-2006-5679 These two bugs both seem to involve mounting

Re: UFS Bug: FreeBSD 6.1/6.2/7.0: MOKB-08-11-2006, CVE-2006-5824, MOKB-03-11-2006, CVE-2006-5679

2006-11-23 Thread Tom Samplonius
- O. Hartmann [EMAIL PROTECTED] wrote: These two bugs are shown for FreeBSD only and I guess, Solaris and other BSDs still use UFS. Are they more robust against this exploit or type of exploit? On the other hand, if these shown bugs aren't as serious as claimed be the mentioned