Re: where is kern.ca.da.no_6_byte?

2003-07-22 Thread Terry Lambert
Josef Karthauser wrote: > On Tue, Jul 22, 2003 at 11:31:21PM -0700, Terry Lambert wrote: > > As far as I'm concerned, USB is a Very Black Art(tm), and has > > been since day one. 8-(. You have to wonder how Windows > > manages... > > Windows manages because it is in the vendor's interest for it

Re: su and suspend problems with -CURRENT

2003-07-22 Thread Terry Lambert
Anish Mistry wrote: > I've been using -CURRENT for while now and have finally gotten some time to > come up with a list of problems I'm getting: > When I su to change to the root user I get a "Bus Error" from su. This have > been around for about a month, still happens after multiple build and ins

Re: where is kern.ca.da.no_6_byte?

2003-07-22 Thread Josef Karthauser
On Tue, Jul 22, 2003 at 11:31:21PM -0700, Terry Lambert wrote: > > As far as I'm concerned, USB is a Very Black Art(tm), and has > been since day one. 8-(. You have to wonder how Windows > manages... > Windows manages because it is in the vendor's interest for it to work and as such their inst

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 07:42:33PM +0300, Ruslan Ermilov wrote: > Hi! > > As many of you probably know, recent telnet commit broke snapshot > building. Since I needed a working "make release" to go on with > my task on floppy-less "make release" (for AMD64, etc.), I had to > just fix it. Attache

Re: sockstat -6

2003-07-22 Thread Terry Lambert
David Hill wrote: > (david wind:/home/david)% sockstat -6 > sockstat: struct xtcpcb size mismatch > USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS The most common cause for this problem is stale headers files in /usr/include/*. This can happen when you install a new ker

Re: where is kern.ca.da.no_6_byte?

2003-07-22 Thread Terry Lambert
"Kenneth D. Merry" wrote: > On Sun, Jul 20, 2003 at 19:40:58 +0200, Harald Schmalzbauer wrote: > > Why has this tunable by default a value which makes the machine unstable by > > every umass I plug in which has no "qirk" entry? And if I look how many > > quirks there are I assume that almost every

Floppyless release build of sparc64

2003-07-22 Thread Ruslan Ermilov
A similar change would be in order for sparc64. Patch is attached, please review. The net effect is that we save huge CPU times in release.9 and do not create the useless boot.flp floppy image (the sparc64/mkisoimages.sh script doesn't need it). On Tue, Jul 22, 2003 at 10:53:53PM -0700, Ruslan E

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 03:07:01PM -0400, John Baldwin wrote: > > >> Are you eliminating the mfsroot? > >> > > Yes. > > Ugh. > > How does sysinstall work with this change? You do realize that we > mount the MFS as /, then mount the disk under /mnt, chroot to /mnt, > then mount the CD in /dist

Re: should new-gcc kernels with -CURRENT still be panic()'ing rightat boot?

2003-07-22 Thread John Reynolds
[ On Tuesday, July 22, Steve Kargl wrote: ] > > I've built several kernels without a problem. You need > to (1) post the exact panic message, (2) read the section of > the Handbook on debugging kernel panics, and (3) provide a > backtrace. > will do. -Jr -- John & Jennifer Reynolds johnjen

su and suspend problems with -CURRENT

2003-07-22 Thread Anish Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been using -CURRENT for while now and have finally gotten some time to come up with a list of problems I'm getting: When I su to change to the root user I get a "Bus Error" from su. This have been around for about a month, still happens after m

Re: should new-gcc kernels with -CURRENT still be panic()'ing rightat boot?

2003-07-22 Thread Steve Kargl
On Tue, Jul 22, 2003 at 06:45:01PM +, John Reynolds wrote: > Hi all, when the new gcc was imported I spotted a thread saying that the new > kernels *immediately* panicked (trap 12) upon booting. I too saw the same > behavior after a successful buildworld/buildkernel (with a config file > previo

Panic in 5.1-R

2003-07-22 Thread Matthew D. Fuller
System runs ppp(8) for a PPPoE DSL connection. I fired up another copy of ppp for unrelated purposes (no args, just `ppp`), and got this panic: panic: Resource & flags out-of-sync cpuid = 1; lapic.id = 0c00 boot() called on cpu#1 #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:238 #1 0x

Re: Fixing gcc 3.3 compile failures -- fix for net/netsaint-plugins

2003-07-22 Thread Jacques A. Vidrine
On Wed, Jul 23, 2003 at 01:57:56AM +0200, Simon Barner wrote: > > > --- plugins/check_by_ssh.c.orig Mon Apr 23 09:43:11 2001 > > > +++ plugins/check_by_ssh.cTue Jul 22 05:05:52 2003 > > > @@ -191,7 +191,7 @@ > > > if (commands>1) > > > remotecmd=strscat(remotecmd,";echo STATUS

RE: where is kern.ca.da.no_6_byte?

2003-07-22 Thread Harald Schmalzbauer
Kenneth D. Merry wrote: > > OIC. It's not available until the device is pluged in, which makes it > > absolutely useless. > > When I plug it in the machine behaves abnormal, so I need to > > set it BEFORE > > connecting USB devices. > > Then you can set it in your loader.conf file instead. It's a

should new-gcc kernels with -CURRENT still be panic()'ing right atboot?

2003-07-22 Thread John Reynolds
Hi all, when the new gcc was imported I spotted a thread saying that the new kernels *immediately* panicked (trap 12) upon booting. I too saw the same behavior after a successful buildworld/buildkernel (with a config file previously working just fine with 5.1-R sources). Has this been fixed? Can p

Re: Fixing gcc 3.3 compile failures -- fix for net/netsaint-plugins

2003-07-22 Thread Simon Barner
> > --- plugins/check_by_ssh.c.orig Mon Apr 23 09:43:11 2001 > > +++ plugins/check_by_ssh.c Tue Jul 22 05:05:52 2003 > > @@ -191,7 +191,7 @@ > > if (commands>1) > > remotecmd=strscat(remotecmd,";echo STATUS CODE: $?;"); > > > > - if (strlen (remotecmd) <= 1) > > + if (rem

Re: sockstat -6

2003-07-22 Thread Pawel Worach
David Hill wrote: Hello - I get a mismatch error when i run sockstat -6. kernel and userland are in sync. FreeBSD localhost 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Tue Jul 22 07:49:10 EDT 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/WIND i386 (david wind:/home/david)% sockstat -6 sockstat:

Re: Fixing gcc 3.3 compile failures -- fix for net/netsaint-plugins

2003-07-22 Thread Thomas Dickey
On Tue, Jul 22, 2003 at 02:56:37PM -0500, Jacques A. Vidrine wrote: > On Tue, Jul 22, 2003 at 02:26:08PM +0200, Simon Barner wrote: > > > --- plugins/check_by_ssh.c.orig Mon Apr 23 09:43:11 2001 > > +++ plugins/check_by_ssh.c Tue Jul 22 05:05:52 2003 > > @@ -191,7 +191,7 @@ > > if (comman

Re: Fixing gcc 3.3 compile failures -- fix for net/netsaint-plugins

2003-07-22 Thread Jacques A. Vidrine
On Tue, Jul 22, 2003 at 02:26:08PM +0200, Simon Barner wrote: > --- plugins/check_by_ssh.c.orig Mon Apr 23 09:43:11 2001 > +++ plugins/check_by_ssh.cTue Jul 22 05:05:52 2003 > @@ -191,7 +191,7 @@ > if (commands>1) > remotecmd=strscat(remotecmd,";echo STATUS CODE: $?;"

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 03:07:01PM -0400, John Baldwin wrote: > > >> >> Why not simply enable 'NO_FLOPPIES' on the arch's that don't want > >> >> floppies? > >> >> > >> Are you eliminating the mfsroot? > >> > > Yes. > > Ugh. > Yes, after looking into this a bit deeper, I must agree that preser

[-CURRENT tinderbox] failure on i386/i386

2003-07-22 Thread Tinderbox
TB --- 2003-07-22 18:38:56 - starting CURRENT tinderbox run for i386/i386 TB --- 2003-07-22 18:38:56 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/i386 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-22 18:40:44 - building world TB --- cd /home

Re: where is kern.ca.da.no_6_byte?

2003-07-22 Thread Kenneth D. Merry
On Sun, Jul 20, 2003 at 19:40:58 +0200, Harald Schmalzbauer wrote: > Andre Guibert de Bruet wrote: > > On Sun, 20 Jul 2003, Harald Schmalzbauer wrote: > > > > > Kenneth D. Merry wrote: > > > > > seems that this sysctl doesn't exist any more! > > > > > Is there anything similar? > > > > > > > > It h

Re: make release broken [FIX]

2003-07-22 Thread John Baldwin
On 22-Jul-2003 Ruslan Ermilov wrote: > On Tue, Jul 22, 2003 at 02:45:52PM -0400, John Baldwin wrote: >> >> On 22-Jul-2003 Ruslan Ermilov wrote: >> > On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: >> >> >> >> On 22-Jul-2003 Ruslan Ermilov wrote: >> >> > Hi! >> >> > >> >> > As many

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 02:45:52PM -0400, John Baldwin wrote: > > On 22-Jul-2003 Ruslan Ermilov wrote: > > On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: > >> > >> On 22-Jul-2003 Ruslan Ermilov wrote: > >> > Hi! > >> > > >> > As many of you probably know, recent telnet commit brok

Re: make release broken [FIX]

2003-07-22 Thread John Baldwin
On 22-Jul-2003 Ruslan Ermilov wrote: > On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: >> >> On 22-Jul-2003 Ruslan Ermilov wrote: >> > Hi! >> > >> > As many of you probably know, recent telnet commit broke snapshot >> > building. Since I needed a working "make release" to go on wi

Re: Fatal trap 12: page fault while in kernel mode

2003-07-22 Thread Bjoern A. Zeeb
On Tue, 22 Jul 2003, M. Warner Losh wrote: Hi, > In message: <[EMAIL PROTECTED]> > "Bjoern A. Zeeb" <[EMAIL PROTECTED]> writes: > : On Mon, 21 Jul 2003, Noriyoshi Kawano wrote: > : > : > I have similar problem. > : > disable re-route interrupts. > : > It's works fine. > : > > : > ---

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: > > On 22-Jul-2003 Ruslan Ermilov wrote: > > Hi! > > > > As many of you probably know, recent telnet commit broke snapshot > > building. Since I needed a working "make release" to go on with > > my task on floppy-less "make release" (

RE: make release broken [FIX]

2003-07-22 Thread John Baldwin
On 22-Jul-2003 Ruslan Ermilov wrote: > Hi! > > As many of you probably know, recent telnet commit broke snapshot > building. Since I needed a working "make release" to go on with > my task on floppy-less "make release" (for AMD64, etc.), I had to > just fix it. Attached is the patch. It also f

Re: Buildworld fails in 5.1

2003-07-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Tim Kientzle <[EMAIL PROTECTED]> writes: : Gordon Tetlow wrote: : > On Mon, Jul 21, 2003 at 09:36:37AM -0700, Tim Kientzle wrote: : >>Hmmm... Is that what .ORDER is for? To work around a : >>parallel make that gratuitously rebuilds things? : > : > Righ

Re: mergemaster broken

2003-07-22 Thread Doug Barton
I'll take a look at this, thanks. On Tue, 22 Jul 2003, Ruslan Ermilov wrote: > On Sun, Jul 06, 2003 at 08:21:14PM -0700, Gregory Neil Shapiro wrote: > > > > mergemaster -dv > > > > > > [snip] > > > > > > cd /usr/src/etc/sendmail; make distribution > > > install -o root -g wheel -m 644 /usr/src/e

Re: Fatal trap 12: page fault while in kernel mode

2003-07-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Bjoern A. Zeeb" <[EMAIL PROTECTED]> writes: : On Mon, 21 Jul 2003, Noriyoshi Kawano wrote: : : > I have similar problem. : > disable re-route interrupts. : > It's works fine. : > : > --- /sys/dev/pci/pci.c.orig Tue Jul 1 23:08:32 2003 : > +++ /sys/dev/

Re: make release broken [FIX]

2003-07-22 Thread Mark Murray
This is on my TODO. Do not commit this - I have a much cleaner fix. M Ruslan Ermilov writes: > > --v9Ux+11Zm5mwPlX6 > Content-Type: multipart/mixed; boundary="a8Wt8u1KmwUX3Y2C" > Content-Disposition: inline > > > --a8Wt8u1KmwUX3Y2C > Content-Type: text/plain; charset=us-ascii > Content-Dispos

Re: Adaptec AIC7902 Ultra320 Problems

2003-07-22 Thread Justin T. Gibbs
> I have a Supermicro SuperServer 6013P-8, with: > > ahd0: port > 0x4000-0x40ff,0x4400-0x44ff mem 0xfc30-0xfc301fff irq 5 at device 2.0 on > pci3 > aic7902: Ultra320 Wide Channel A, SCSI Id=7, PCI-X 101-133Mhz, 512 SCBs > ahd1: port > 0x4800-0x48ff,0x4c00-0x4cff mem 0xfc302000-0xfc303fff irq

make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
Hi! As many of you probably know, recent telnet commit broke snapshot building. Since I needed a working "make release" to go on with my task on floppy-less "make release" (for AMD64, etc.), I had to just fix it. Attached is the patch. It also fixes another issue with this telnet commit: it ens

USB umass data corruption

2003-07-22 Thread Jan-Espen Pettersen
These two commits seems to have introduced a data corruption problem with my digital camera (USB umass device): http://lists.freebsd.org/pipermail/cvs-src/2003-July/007150.html http://lists.freebsd.org/pipermail/cvs-src/2003-July/007153.html I was able to read valid jpeg images from the camera be

Re: Does linux-sun-jdk_1.4.2 work?

2003-07-22 Thread Adam Migus
Adam said: > Eh, there's no need to flaming here. I never said > maintaining Java on > FreeBSD was easy. I said that Java support on FreeBSD > is dodgy, which is > really a well-known public fact, for anyone that's ever > done any reading > on the subject. In fact, when the core developers give >

RE: Adaptec AIC7902 Ultra320 Problems

2003-07-22 Thread Lawrence Farr
It still does the same timeout and hangs the disc. Theres the option of "Installed OS" which you can set to Other, Win95, Win98, WinME or Win2000. (I've only tried "Other" and "Win2000" in all honesty). Lawrence Farr EPC Direct Limited > -Original Message- > From: Scott Long [mailto:[EMA

Re: Does linux-sun-jdk_1.4.2 work?

2003-07-22 Thread Evan Dower
I have certainly had some frustration with Java on FreeBSD, but for the most part it works for me. In fact, I wrote a pure Java program that only seems to work on FreeBSD. On Windows, it crashes inside Java's regex code, so there's one place where FreeBSD works better ;-) Evan Dower From: [EMA

Re: Adaptec AIC7902 Ultra320 Problems

2003-07-22 Thread Scott Long
Lawrence Farr wrote: I have a Supermicro SuperServer 6013P-8, with: ahd0: port 0x4000-0x40ff,0x4400-0x44ff mem 0xfc30-0xfc301fff irq 5 at device 2.0 on pci3 aic7902: Ultra320 Wide Channel A, SCSI Id=7, PCI-X 101-133Mhz, 512 SCBs ahd1: port 0x4800-0x48ff,0x4c00-0x4cff mem 0xfc302000-0xfc303ff

Re: Does linux-sun-jdk_1.4.2 work?

2003-07-22 Thread Dag-Erling Smørgrav
Adam <[EMAIL PROTECTED]> writes: > Perhaps you should try working with Java 1.4.x on FreeBSD before you > assume something about me that's highly inaccurate. I think you'll find > very quickly that it doesn't work nicely unless the process is running > as root. I use it daily and have never had a

RE: Adaptec AIC7902 Ultra320 Problems

2003-07-22 Thread Lawrence Farr
OK, gave that a go, and still the same. Im assuming you meant to set it to 160 in the Adaptec bios? It shows up as 160Mb transfers in the dmesg now. Any other ideas I can try? Lawrence Farr EPC Direct Limited > -Original Message- > From: Sergey A. Osokin [mailto:[EMAIL PROTECTED] > Se

Re: Adaptec AIC7902 Ultra320 Problems

2003-07-22 Thread Sergey A. Osokin
On Tue, Jul 22, 2003 at 01:23:18PM +0100, Lawrence Farr wrote: > I have a Supermicro SuperServer 6013P-8, with: > > ahd0: port > 0x4000-0x40ff,0x4400-0x44ff mem 0xfc30-0xfc301fff irq 5 at device 2.0 on > pci3 > aic7902: Ultra320 Wide Channel A, SCSI Id=7, PCI-X 101-133Mhz, 512 SCBs > ahd1: p

Re: Fixing gcc 3.3 compile failures -- patch for graphics/gsculpt

2003-07-22 Thread Simon Barner
> gsculpt-gcc33-patches.tar.gz contains a whole bunch of patches, mostly > 'using std::foo' stuff. Since the file was cut by the mailing list system: You can find it here: http://www.leo.org/~barner/freebsd/gsculpt-gcc33-patches.tar.gz signature.asc Description: Digital signature

Re: mergemaster broken

2003-07-22 Thread Ruslan Ermilov
On Sun, Jul 06, 2003 at 08:21:14PM -0700, Gregory Neil Shapiro wrote: > > > mergemaster -dv > > > > [snip] > > > > cd /usr/src/etc/sendmail; make distribution > > install -o root -g wheel -m 644 /usr/src/etc/sendmail/freebsd.mc freebsd.cf > > /var/tmp/temproot.0707.11.55/etc/mail > > install: f

Re: Fixing gcc 3.3 compile failures -- patch for graphics/gsculpt

2003-07-22 Thread Simon Barner
patch-Makefile is in order to make the port respect the CC and CXX variables. gsculpt-gcc33-patches.tar.gz contains a whole bunch of patches, mostly 'using std::foo' stuff. Cheers, Simon --- Makefile.orig Mon Jul 21 19:59:12 2003 +++ MakefileMon Jul 21 19:59:38 2003 @@ -27,7 +27,6 @@

sockstat -6

2003-07-22 Thread David Hill
Hello - I get a mismatch error when i run sockstat -6. kernel and userland are in sync. FreeBSD localhost 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Tue Jul 22 07:49:10 EDT 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/WIND i386 (david wind:/home/david)% sockstat -6 sockstat: struct xtcpcb s

Re: Fixing gcc 3.3 compile failures -- fix for www/mod_index_rss

2003-07-22 Thread Simon Barner
--- mod_index_rss.c.origTue Jul 22 04:37:54 2003 +++ mod_index_rss.c Tue Jul 22 04:39:22 2003 @@ -11,18 +11,18 @@ #define TIME_FORMAT "%a %b %d %H:%M:%S %Y" /* This is the XML header file */ -#define HEADER " - -http://www.scripting.com/dtd/rss-0_91.dtd\";> - - - - +#define HEADER "

Re: Fixing gcc 3.3 compile failures -- fix for net/netsaint-plugins

2003-07-22 Thread Simon Barner
--- plugins/check_by_ssh.c.orig Mon Apr 23 09:43:11 2001 +++ plugins/check_by_ssh.c Tue Jul 22 05:05:52 2003 @@ -191,7 +191,7 @@ if (commands>1) remotecmd=strscat(remotecmd,";echo STATUS CODE: $?;"); - if (strlen (remotecmd) <= 1) + if (remotecmd==NULL)

Re: Fixing gcc 3.3 compile failures -- fix for net/netmap

2003-07-22 Thread Simon Barner
--- belgolib/dirs.c.origTue Jul 22 04:58:32 2003 +++ belgolib/dirs.c Tue Jul 22 04:58:46 2003 @@ -1,5 +1,6 @@ #include #include +#include #include signature.asc Description: Digital signature

Re: Fixing gcc 3.3 compile failures

2003-07-22 Thread Simon Barner
--- midimountain/mvcSongProperties.cpp.orig Tue Jul 22 04:23:32 2003 +++ midimountain/mvcSongProperties.cpp Tue Jul 22 04:25:22 2003 @@ -42,7 +42,8 @@ //= void TMvcSongProperties::SetData( void ) { - int* tmpI

Adaptec AIC7902 Ultra320 Problems

2003-07-22 Thread Lawrence Farr
I have a Supermicro SuperServer 6013P-8, with: ahd0: port 0x4000-0x40ff,0x4400-0x44ff mem 0xfc30-0xfc301fff irq 5 at device 2.0 on pci3 aic7902: Ultra320 Wide Channel A, SCSI Id=7, PCI-X 101-133Mhz, 512 SCBs ahd1: port 0x4800-0x48ff,0x4c00-0x4cff mem 0xfc302000-0xfc303fff irq 5 at device 2.1

Porting networking code from -STABLE to -CURRENT

2003-07-22 Thread Craig Rodrigues
Hi, I am interested in using the SCTP protocol implementation ( http://www.sctp.org ) on -CURRENT. Currently it works on -STABLE, and is integrated with the current KAME snapshots ( http://www.kame.net ). Has anyone ported networking code from -STABLE to -CURRENT? What is involved? Right now t

libmap.conf kudos

2003-07-22 Thread Sheldon Hearn
Hi Matthew, Dude, your libmap.conf work ROCKS! Finally, a painless way to play around with the impact of various threading implementations on Java without tearing any hair out over symlinks and such. Thanks! Sheldon. ___ [EMAIL PROTECTED] mailing list

Re: FreeBSD 5.1-R kernel panic

2003-07-22 Thread Josef Karthauser
On Tue, Jul 22, 2003 at 12:18:31AM +0100, Bruce Cran wrote: > > It sounds like the same or similar problem reported in the 'USB crappiness' > thread - the system slows down, and then any command crashes the system with > the error about kmem. I posted a backtrace to the problem in usb_mem.c, and

[-CURRENT tinderbox] failure on ia64/ia64

2003-07-22 Thread Tinderbox
TB --- 2003-07-22 08:39:16 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2003-07-22 08:39:16 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/ia64/ia64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-22 08:41:25 - building world TB --- cd /home

Re: Does linux-sun-jdk_1.4.2 work?

2003-07-22 Thread Sheldon Hearn
On (2003/07/21 23:41), Adam wrote: > Perhaps you should try working with Java 1.4.x on FreeBSD before you > assume something about me that's highly inaccurate. I think you'll find > very quickly that it doesn't work nicely unless the process is running > as root. So that this doesn't stick in pe

[-CURRENT tinderbox] failure on i386/pc98

2003-07-22 Thread Tinderbox
TB --- 2003-07-22 07:27:50 - starting CURRENT tinderbox run for i386/pc98 TB --- 2003-07-22 07:27:50 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/pc98 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-22 07:33:00 - building world TB --- cd /home

'su' problem

2003-07-22 Thread DvG
Hi, Im having problem using ’su’: pam_unix: pam_sm_authenticate: UNIX authentication refused in any other account except root. Where could be the problem ? Thank you in advance . Here is what i use in pam /etc/pam.d>$cat su # # $FreeBSD: src/etc/pam.d/su,v 1.15 2003/06/14 12:35:05

[-CURRENT tinderbox] failure on i386/i386

2003-07-22 Thread Tinderbox
TB --- 2003-07-22 06:13:03 - starting CURRENT tinderbox run for i386/i386 TB --- 2003-07-22 06:13:03 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/i386 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-22 06:15:09 - building world TB --- cd /home