Re: CFLAGS=-O2 -pipe problems in RELENG_5 ?

2005-01-17 Thread Matthias Buelow
Mike Tancsa wrote: At 05:48 PM 17/01/2005, Kris Kennaway wrote: Like I said before, switching back to -O makes the system stable once again. I let it run continuous buildworlds without issue for 24hrs along with burnP6, and memtest running in the background. No problem. Then I'd leave it at t

Re: Qt33 Build Problem

2005-01-17 Thread Tom Huppi
On Mon, 17 Jan 2005, Andy Fawcett wrote: > On Monday 17 January 2005 22:23, Tom Huppi wrote: > > I worked at re-building Qt33 for quite some time, but > > 'libqt-mt.so' still retains a reference to 'libc_r'. If there are > > any common reasons why this may be, I'de be interested to know of > >

Re: remaining FreeBSD 4.11-RC3 bugs

2005-01-17 Thread Ken Smith
On Mon, Jan 17, 2005 at 10:28:53AM +0100, Matthias Andree wrote: > critical: > kern/60313 (silent data corruption on block devices) >still open, may be FreeBSD 4 specific after the GEOM flurry >in FreeBSD 5 and 6. I took a look at that one. The patch provided doesn't map

Re: 5.3-RELEASE crashes during make buildworld (and other problems)

2005-01-17 Thread Vivek Khera
On Jan 13, 2005, at 4:46 AM, Peter Jeremy wrote: That doesn't totally rule out hardware. Pattern-sensitive memory problems may not show up on different operating systems (or even different kernels). That said, based on the trap information, I'd look at a software cause first. Indeed. I once had

Re: I can't receive any mail from mailing list

2005-01-17 Thread Doug White
On Tue, 18 Jan 2005, CryBaby wrote: > my mail server: jazzcafe.no-ip.org > > I can receive mailing-list @ freebsd.org recently, but I can't receive mail > now > Some debug message below: > > % less /var/log/maillog > ... > Jan 18 06:17:15 jazzcafe sm-mta[10027]: j0HMFSaV010027: mx2.freebsd.or

Re: CFLAGS=-O2 -pipe problems in RELENG_5 ?

2005-01-17 Thread Mike Tancsa
At 05:48 PM 17/01/2005, Kris Kennaway wrote: > > I let the box run over night building world 8 times with -j2 through -j5 > > and all worked just fine. > > Ok, that should put hardware out of the question. > > Sorry, no more ideas, besides getting rid of CPUTYPE as that is know to > cause problems.

RE: twa module - make kernel (modules) failure RELENG_5 i386

2005-01-17 Thread Vinod Kashyap
Make sure you have the updated /sys/dev/twa/twa_reg.h. The struct twa_command_header has the field err_desc defined in it. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of boris karlov > Sent: Sunday, January 16, 2005 11:03 PM > To: [EMAIL PROTECTED] >

Re: System crashes... what now?

2005-01-17 Thread Imobach González Sosa
On Monday 17 January 2005 22:46, you wrote: > See the chapter on kernel debugging in the developers' handbook. Thank you. I'll take a look on it. > Kris -- Imobach González Sosa imobachgs en banot punto net osoh en jabber.org ___ freebsd-stable@freebs

Re: gnu/76381: FreeBSD 4.11-RC3 GCC preprocessor failure

2005-01-17 Thread Matthias Andree
Oops. The port is devel/bitkeeper. As this requires registration, I made a tarball, which will not lie around forever though. http://home.pages.de/~mandree/tmp/e2fsprogs-1.36rc2.tar.gz (3.3 MB) MD5 (e2fsprogs-1.36rc2.tar.gz) = 441c54b116d3426f7c16eb3bb3657648 After downloading, unpack the tarball

FreeBSD 4.11-RC3 GCC preprocessor failure

2005-01-17 Thread Matthias Andree
>Submitter-Id: current-users >Originator:Matthias Andree >Organization: >Confidential: no >Synopsis: FreeBSD 4.11-RC3 GCC preprocessor failure >Severity: critical >Priority: high >Category: gnu >Class: sw-bug >Release: FreeBSD 4.11-RC3 i386 >Environm

Re: CFLAGS=-O2 -pipe problems in RELENG_5 ?

2005-01-17 Thread Kris Kennaway
On Mon, Jan 17, 2005 at 08:38:44PM +0100, Ulrich Spoerlein wrote: > On Thu, 13.01.2005 at 19:38:27 -0500, Mike Tancsa wrote: > > >I'm using -Os -pipe ever since installing 5.x after the gcc update. > > >Haven't encountered any problem so far.. > > There are some differences between O2 and Os accord

Re: System crashes... what now?

2005-01-17 Thread Kris Kennaway
On Mon, Jan 17, 2005 at 08:24:33PM +, Imobach Gonz?lez Sosa wrote: > > Hi all, > > I'm a newbie in the FreeBSD thing, and I'm having some problems that I'd like > to track down as far as possible. In four days using FreeBSD, my machine has > crashed two times, ugh! > > a) first time, with

Re: I can't receive any mail from mailing list

2005-01-17 Thread CryBaby
PS: I can get mail from other mail server (ex: my school, yahoo, ...) --- CryBaby <[EMAIL PROTECTED]> ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTEC

I can't receive any mail from mailing list

2005-01-17 Thread CryBaby
my mail server: jazzcafe.no-ip.org I can receive mailing-list @ freebsd.org recently, but I can't receive mail now Some debug message below: % less /var/log/maillog ... Jan 18 06:17:15 jazzcafe sm-mta[10027]: j0HMFSaV010027: mx2.freebsd.org [216.136.204.119] did not issue MAIL/EXPN/VRFY/ETRN

Re: Update to -STABLE breaks re(4) [CONT'D]

2005-01-17 Thread Martin
Here a followup: > After reboot, re(4) "Realtek RTL8110S" could not be detected > automatically. It is statically compiled into the kernel. > The dmesg said something like "Could not send TCP packet in > loopback mode" or similar. This has been fixed for me, some time in January. > Next, I adde

Re: cannot su?

2005-01-17 Thread Ivan Voras
Robert Watson wrote: I've modified the su(1) source in HEAD to print a message if su(1) is executed without an effective uid of 0 (i.e., as root, or setuid as another user). Hopefully this error message will be more suggestive than "sorry": paprika:~/freebsd/commit/src/usr.bin/su> ./su su: n

Re: Qt33 Build Problem

2005-01-17 Thread Kirill Ponomarew
On Mon, Jan 17, 2005 at 03:23:36PM -0500, Tom Huppi wrote: > There is a reference to it in the 5.3 Errata (at least): > > http://www.freebsd.org/releases/5.3R/errata.html > > ...but I would have had a bit more trouble finding it had I not > known to look for the string 'libc_r'. > > I worked at

out of swap space

2005-01-17 Thread Vlad
Hi! VERSION: I've got a problem with FreeBSD 5.3-STABLE cvsup'ed at Dec 20 2004: It has customized kernel - just a cleaned up GENERIC. DESCRIPTION: I have some programmers on php on my testing server. There are no classes in /etc/login.conf except "default". PROBLEM: When system running out of m

Re: Qt33 Build Problem

2005-01-17 Thread Andy Fawcett
On Monday 17 January 2005 22:23, Tom Huppi wrote: > I worked at re-building Qt33 for quite some time, but > 'libqt-mt.so' still retains a reference to 'libc_r'. If there are > any common reasons why this may be, I'de be interested to know of > them. Make sure you rebuild devel/qmake before buildi

System crashes... what now?

2005-01-17 Thread Imobach González Sosa
Hi all, I'm a newbie in the FreeBSD thing, and I'm having some problems that I'd like to track down as far as possible. In four days using FreeBSD, my machine has crashed two times, ugh! a) first time, with 5.3-RELEASE. Nothing changed about the kernel or base system. Just I leave the system

Re: Qt33 Build Problem

2005-01-17 Thread Tom Huppi
On Mon, 17 Jan 2005, Kirill Ponomarew wrote: > On Mon, Jan 17, 2005 at 08:59:58AM -0600, Hamilton, Kent wrote: > > I have two systems that I'm having problems building qt33 on. Both are > > RELENG_5_3 with perl-threaded-5.8.5 on dual processor Dell PowerEdge > > systems. > > > > I'm getting the

Re: backporting tail from HEAD to RELENG_5

2005-01-17 Thread Oliver Fromme
Xin LI <[EMAIL PROTECTED]> wrote: > On Thu, Jan 13, 2005 at 01:01:44PM -0600, Doug Poland wrote: > > Cool, I currently get this functionality from misc/xtail. xtail was on > > my short list of "must-have" ports. > > Would you please share the list with us? I think it would be helpful > if

Re: cannot su?

2005-01-17 Thread Robert Watson
On Mon, 17 Jan 2005, Ivan Voras wrote: > >>I have a user that's in wheel group. Logging in as root works on the > >>console, but su-ing from the user just writes 'Sorry', like the > >>password's wrong. There are no clues in log files. > > > > Make sure /usr/sbin/su is suid root (and /usr isn't mo

Re: SSH Protocol mismatch

2005-01-17 Thread CryBaby
I already fixed it. % less /var/log/auth.log Jan 18 01:57:55 jazzcafe login: _pam_init_handlers: no default config /etc/pam.d/other Jan 18 01:57:55 jazzcafe login: error reading PAM configuration file % man pam ... files located in the /etc/pam.d/ directory. The presence of this

Re: CFLAGS=-O2 -pipe problems in RELENG_5 ?

2005-01-17 Thread Ulrich Spoerlein
On Thu, 13.01.2005 at 19:38:27 -0500, Mike Tancsa wrote: > >I'm using -Os -pipe ever since installing 5.x after the gcc update. > >Haven't encountered any problem so far.. > There are some differences between O2 and Os according to the man > page. Are you using that on your kernel and for buildwo

Re: remaining FreeBSD 4.11-RC3 bugs

2005-01-17 Thread Matthias Andree
My open 4.11* bug list is now down to: > critical: > kern/60313 (silent data corruption on block devices) >still open, may be FreeBSD 4 specific after the GEOM flurry >in FreeBSD 5 and 6. > > serious: > bin/71453 (tcpdump ipv6 crash, trivial fix -- MFC sufficient) still ope

Re: keymap and rc.conf

2005-01-17 Thread Patrick Petermair
For the archive: I noticed that everything went fine with my keymap as soon as I booted without my USB mouse connected. I also got the "Configuring syscons..." messages during boot (which I didn't get before). I then plugged my USB mouse in another USB port and now everything works like expecte

Re: 4.11 + Xorg mga/dri problem

2005-01-17 Thread Pete French
> What hardware are you on? The radeon driver had 64-bit issues on > amd64. Maybe Matrox has a similar problem? It's just straight i386 (aP4) - though I am interested in what you say above, as I also have an amd64 machine running 5-STABLE with a Radeon which also will not do drm for love nor money

Re: 4.11 + Xorg mga/dri problem

2005-01-17 Thread Roland Smith
On Mon, Jan 17, 2005 at 05:16:36PM +, Pete French wrote: > Just giving 4.11 a whirl. Thought I would try and get dri working > with my mga card. It's never worked in the past, so I am not too > worried that it doesnt work now. What hardware are you on? The radeon driver had 64-bit issues on am

Re: panic: PAE with 16GB ram

2005-01-17 Thread Scott Long
in2 wrote: On Mon, Jan 17, 2005 at 11:29:25AM +0800, in2 wrote: Hi, I use Tyan S2882 with dual Opteron and FreeBSD 4.10-RELEASE with PAE support. it works fine with 8GB and 12GB ram, but panics with 16GB (with the same kernel) : the kernel panics just after booting: This is a known deficiency in th

4.11 + Xorg mga/dri problem

2005-01-17 Thread Pete French
Just giving 4.11 a whirl. Thought I would try and get dri working with my mga card. It's never worked in the past, so I am not too worried that it doesnt work now. But it's getting closer to woorking, so I thought I would ask to see if anyone had any good ideas. I have agp and mgadrm compiled into

RE: FreeBSD 5.3-SMP/IRQ problems (again)

2005-01-17 Thread Lucas Holt
On Jan 17, 2005, at 6:01 AM, O. Hartmann wrote: Dear Sirs. I reported very strange behaviours of FreeBSD 5.3 on a suspicous hardware platform of mine and now I would like to repeat this and hope someone can offer me some help. The reason why I repeat this suspected bug is because I do not really

Re: Qt33 Build Problem

2005-01-17 Thread Kirill Ponomarew
On Mon, Jan 17, 2005 at 08:59:58AM -0600, Hamilton, Kent wrote: > I have two systems that I'm having problems building qt33 on. Both are > RELENG_5_3 with perl-threaded-5.8.5 on dual processor Dell PowerEdge > systems. > > I'm getting the same error building on both systems. I'm trying to build

Re: panic: PAE with 16GB ram

2005-01-17 Thread in2
On Mon, Jan 17, 2005 at 11:29:25AM +0800, in2 wrote: > Hi, > I use Tyan S2882 with dual Opteron and FreeBSD 4.10-RELEASE with > PAE support. it works fine with 8GB and 12GB ram, but panics with > 16GB (with the same kernel) : the kernel panics just after booting: Console: serial port BIOS drive C:

Qt33 Build Problem

2005-01-17 Thread Hamilton, Kent
I have two systems that I'm having problems building qt33 on. Both are RELENG_5_3 with perl-threaded-5.8.5 on dual processor Dell PowerEdge systems. I'm getting the same error building on both systems. I'm trying to build with all the config options turned on (CUPS, NAS, OpenGL, XFt). The uic th

Re: remaining FreeBSD 4.11-RC3 bugs

2005-01-17 Thread Matthias Andree
[Cutting down Cc: list.] On Mon, 17 Jan 2005, Wilko Bulte wrote: > Why is it that people always wait til at least RC3 to scream murder about > their favorite PR? I for one have regularly reported these PR numbers, last time after 4.11-RC1. I haven't re-reported them against -RC2 because I was t

Re: cannot su?

2005-01-17 Thread Ivan Voras
Michael Nottebrock wrote: On Sunday, 16. January 2005 01:07, Ivan Voras wrote: What could be the reasons for "su root" to not work? I have a user that's in wheel group. Logging in as root works on the console, but su-ing from the user just writes 'Sorry', like the password's wrong. There are no clu

Re: remaining FreeBSD 4.11-RC3 bugs

2005-01-17 Thread Wilko Bulte
On Mon, Jan 17, 2005 at 11:31:38AM +0100, Pawel Malachowski wrote.. > On Mon, Jan 17, 2005 at 10:28:53AM +0100, Matthias Andree wrote: > > > critical: > > kern/60313 (silent data corruption on block devices) > >still open, may be FreeBSD 4 specific after the GEOM flurry > >

FreeBSD 5.3-SMP/IRQ problems (again)

2005-01-17 Thread O. Hartmann
Dear Sirs. I reported very strange behaviours of FreeBSD 5.3 on a suspicous hardware platform of mine and now I would like to repeat this and hope someone can offer me some help. The reason why I repeat this suspected bug is because I do not really beliefe in a hardware fault due to some very s

Re: remaining FreeBSD 4.11-RC3 bugs

2005-01-17 Thread Pawel Malachowski
On Mon, Jan 17, 2005 at 10:28:53AM +0100, Matthias Andree wrote: > critical: > kern/60313 (silent data corruption on block devices) >still open, may be FreeBSD 4 specific after the GEOM flurry >in FreeBSD 5 and 6. > > serious: > bin/71453 (tcpdump ipv6 crash, trivial fix -

remaining FreeBSD 4.11-RC3 bugs

2005-01-17 Thread Matthias Andree
Ken Smith <[EMAIL PROTECTED]> writes: > Announcement > > > The FreeBSD Release Engineering Team is pleased to announce the availability > of FreeBSD 4.11-RC3. This will be the last Release Candidate for the > FreeBSD 4.11 release unless a "show-stopper" problem is found while testing

Re: make buildworld for RELENG_5 failing on RELENG_5_3 in /usr/src/usr.sbin/syslogd, _PATH_LOG_PRIV not defined

2005-01-17 Thread Steve Hodgson
On Sunday 16 January 2005 17:37, Kris Kennaway wrote: > On Sun, Jan 16, 2005 at 02:22:05PM +, Steve Hodgson wrote: > > I'm getting the following error on a RELENG_5_3 box when trying to > > compile the RELENG_5 sources. I've been cvsupping now for about a week > > and continuing to get the same