From owner-freebsd-stable Sun Mar 23 1:19:12 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0602737B405 for ; Sun, 23 Mar 2003 01:19:11 -0800 (PST) Received: from web41215.mail.yahoo.com (web41215.mail.yahoo.com [66.218.93.48]) by mx1.FreeBSD.org (Postfix) with SMTP id 8A4A643F93 for ; Sun, 23 Mar 2003 01:19:10 -0800 (PST) (envelope-from stevensbsd@yahoo.com) Message-ID: <20030323091910.86987.qmail@web41215.mail.yahoo.com> Received: from [202.104.81.250] by web41215.mail.yahoo.com via HTTP; Sun, 23 Mar 2003 01:19:10 PST Date: Sun, 23 Mar 2003 01:19:10 -0800 (PST) From: Hongbo Li Subject: Posix semaphore problem To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just run a example program from the book unp2v2 written W.Richard Stevens. The program includes a call to sem_open. The compilation was ok. But when I run it on FreeBSD 5-current(recent),the system print "Bad system call (core dumped)". The program code : #include #include #include #include #include #include #include #define FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) int main(int argc, char **argv) { int c, flags; sem_t *sem; unsigned int value; flags = O_RDWR | O_CREAT; value = 1; while ( (c = getopt(argc, argv, "ei:")) != -1) { switch (c) { case 'e': flags |= O_EXCL; break; case 'i': value = atoi(optarg); break; } } if (optind != argc - 1) { printf("usage: semcreate [ -e ] [ -i initalvalue ] "); exit(1); } if((sem = sem_open(argv[optind], flags, FILE_MODE, value))==SEM_FAILED) { perror("semaphore creation failed"); exit(1); } sem_close(sem); exit(0); } __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 3: 6:23 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEEEA37B401 for ; Sun, 23 Mar 2003 03:06:18 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D940743FBD for ; Sun, 23 Mar 2003 03:06:16 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 61021 invoked by uid 65534); 23 Mar 2003 11:06:20 -0000 Received: from 202.6.144.188 ( [202.6.144.188]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Sun, 23 Mar 2003 21:36:20 +1030 Message-ID: <1048417580.3e7d952c53bae@webmail.adam.com.au> Date: Sun, 23 Mar 2003 21:36:20 +1030 From: bastill@adam.com.au To: stable@freebsd.org Subject: sendmail issue MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.144.188 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry I missed a thread here. :-( I upgraded from 4.8 pre-release to 4.8 Release Candidate and since then sendmail refuses to load. (On boot the system simply waits "for ever" at the sendmail "standard daemons" install) Manual install of sendmail afterwards also fails. As a result, I can no longer use the Internet. (This message is Webmail from - horror of horrors! - a Windoze box) Help !!! -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 4:40:14 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7257537B401 for ; Sun, 23 Mar 2003 04:40:09 -0800 (PST) Received: from lurza.secnetix.de (lurza.secnetix.de [212.66.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6136843F3F for ; Sun, 23 Mar 2003 04:40:08 -0800 (PST) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [IPv6:::1]) by lurza.secnetix.de (8.12.6/8.12.5) with ESMTP id h2NCe6dK077542 for ; Sun, 23 Mar 2003 13:40:06 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.12.6/8.12.5/Submit) id h2NCe6hh077541; Sun, 23 Mar 2003 13:40:06 +0100 (CET) Date: Sun, 23 Mar 2003 13:40:06 +0100 (CET) Message-Id: <200303231240.h2NCe6hh077541@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG Reply-To: freebsd-stable@FreeBSD.ORG Subject: tosha for ATAPIdrives (was Re: VCD disks) In-Reply-To: <844r5wljvy.fsf@raven.plab.ku.dk> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.7-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dmitry Karasik wrote: > I was greatly surprized by the fact that atapi-cd doesn't recognize VCD > disks. I didn't find any solution to that but the patch from > http://people.freebsd.org/~luoqi/ , and am wondering what were > the reasons that it was not included into the kernel? > > I do not want the question to sound like a "why not", not even because > the code change is safe and minimal, but because there is no other way > to read a VCD without patching and recompiling kernel. For most SCSI CD-ROM drives, tosha (from the ports collec- tion) should work fine. If you have an ATAPI CD-ROM drive and a recent version of FreeBSD (with the atapicam patches included), you could try this hacked-up version of tosha: http://www.secnetix.de/~olli/tmp/tosha-atapicam.tar.gz Be sure to install the included tosharc file, and remove any older tosharc files (including ~/.tosharc) that you might already have! Use /dev/cd0c as the device (which is the default), not /dev/acd0c. Please let me know if if works. Note: This hacked version will probably NOT work with real SCSI drives, but I haven't really tested that. Depending on the response and reports, I'll try to clean up the patches and release a new version of tosha. It's time anyway. (BTW, is there an easy way in a C program to find out if a drive is a real SCSI drive or an ATAPI- CAM drive? Looks like doing a path inquiry CCB will set the SIM Vendor ID to "FreeBSD" and the HBA Vendor ID to "ATAPI" -- is this the best way to do it? On the other hand, I will probably have to drop support for old non- CAM versions of FreeBSD.) Regards Oliver -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "If you do things right, people won't be sure you've done anything at all." -- God in Futurama season 4 episode 8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 14:23:57 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94BF337B401 for ; Sun, 23 Mar 2003 14:23:56 -0800 (PST) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4636243FBD for ; Sun, 23 Mar 2003 14:23:55 -0800 (PST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns1.itga.com.au (8.12.8/8.12.6) with ESMTP id h2NMNrcp000219; Mon, 24 Mar 2003 09:23:53 +1100 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id JAA10078; Mon, 24 Mar 2003 09:23:53 +1100 (EST) Message-Id: <200303232223.JAA10078@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: Hongbo Li Cc: stable@FreeBSD.ORG Subject: Re: Posix semaphore problem In-reply-to: Your message of Sun, 23 Mar 2003 01:19:10 -0800. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 Mar 2003 09:23:53 +1100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > "Bad system call (core dumped)" Make sure you have SYS V Semaphores in your kernel. In 4.x, you add the options SYSVSEM (which is actually in the default GENERIC config) to your kernel config and recompile. I don't know what the equivalent is for 5.x To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 16: 6:58 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64E8637B401 for ; Sun, 23 Mar 2003 16:06:57 -0800 (PST) Received: from iole.cs.brandeis.edu (iole.cs.brandeis.edu [129.64.3.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6542A43FB1 for ; Sun, 23 Mar 2003 16:06:56 -0800 (PST) (envelope-from meshko@cs.brandeis.edu) Received: from localhost (meshko@localhost) by iole.cs.brandeis.edu (8.11.6/8.11.6) with ESMTP id h2O06lh26686; Sun, 23 Mar 2003 19:06:48 -0500 X-Authentication-Warning: iole.cs.brandeis.edu: meshko owned process doing -bs Date: Sun, 23 Mar 2003 19:06:47 -0500 (EST) From: Mikhail Kruk To: Gregory Bond Cc: Hongbo Li , Subject: Re: Posix semaphore problem In-Reply-To: <200303232223.JAA10078@lightning.itga.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I beleive he is not using SYS V Semaphors but rahter POSIX semaphors. I don't know about 5.0, but they are definitely not supported in 4.x > > "Bad system call (core dumped)" > > Make sure you have SYS V Semaphores in your kernel. In 4.x, you add the > options SYSVSEM > > (which is actually in the default GENERIC config) to your kernel config and > recompile. I don't know what the equivalent is for 5.x > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 16:15: 0 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4788E37B401 for ; Sun, 23 Mar 2003 16:14:59 -0800 (PST) Received: from zircon.seattle.wa.us (dsl231-043-165.sea1.dsl.speakeasy.net [216.231.43.165]) by mx1.FreeBSD.org (Postfix) with SMTP id 6575943FB1 for ; Sun, 23 Mar 2003 16:14:58 -0800 (PST) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 31758 invoked from network); 24 Mar 2003 00:14:56 -0000 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 24 Mar 2003 00:14:56 -0000 Subject: Re: Posix semaphore problem From: Joe Kelsey To: Mikhail Kruk Cc: Gregory Bond , Hongbo Li , stable@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1048464896.20622.28.camel@zircon> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 23 Mar 2003 16:14:56 -0800 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2003-03-23 at 16:06, Mikhail Kruk wrote: > I beleive he is not using SYS V Semaphors but rahter POSIX semaphors. I > don't know about 5.0, but they are definitely not supported in 4.x Posix semaphores in 5.0 are supported with a kludged-together mess of SYSV semaphores and posix-threads... The 5.0 implementation of posix semaphores is seriously broken. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 16:18: 1 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E5A37B401 for ; Sun, 23 Mar 2003 16:18:00 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id EDB2243F85 for ; Sun, 23 Mar 2003 16:17:58 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 31047 invoked by uid 65534); 24 Mar 2003 00:13:26 -0000 Received: from 202.6.151.123 ( [202.6.151.123]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Mon, 24 Mar 2003 10:43:25 +1030 Message-ID: <1048464805.3e7e4da603d04@webmail.adam.com.au> Date: Mon, 24 Mar 2003 10:43:26 +1030 From: bastill@adam.com.au To: "V. M. Smith" Cc: freebsd-stable@freebsd.org Subject: RE: sendmail issue References: <7931E2E61A63FB4D9F0DECE73E05C6366B31@conrad.sohotech.ca> In-Reply-To: <7931E2E61A63FB4D9F0DECE73E05C6366B31@conrad.sohotech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.151.123 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting "V. M. Smith" : > FWIW I've had sendmail hang on startup for me before; turned out to be DNS > prob. > Try verifying name resolution. Did you maybe stomp on your hosts file by > accident during mergemaster -cv? Thanks for yours and other helpful responses. Problem - I can ping my ADSL modem, and myself and localhost. I can ping myself as address and also by full domain name and abbreviated name. ie it doesn't look like a DNS problem. Except I can't get out! :-( Error messages = zero. Sendmail simply doesn't load :-( I have looked at updating and have collected a number of docs also from the sendmail src file. They refer to a tightening of security, but I am no techy- guru so I wasn't able to determine what, if anything, I was supposed to change to deal with my problem :-( -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 16:33: 9 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECBD437B401 for ; Sun, 23 Mar 2003 16:33:07 -0800 (PST) Received: from zardoc.esmtp.org (adsl-63-195-85-27.dsl.snfc21.pacbell.net [63.195.85.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 316BC43F3F for ; Sun, 23 Mar 2003 16:33:07 -0800 (PST) (envelope-from ca@zardoc.esmtp.org) Received: from zardoc.esmtp.org (localhost [127.0.0.1]) by zardoc.esmtp.org (8.12.8/8.12.7.Beta1) with ESMTP id h2O0XJgo032054 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 23 Mar 2003 16:33:20 -0800 (PST) Received: (from ca@localhost) by zardoc.esmtp.org (8.12.7/8.12.0.Beta12) id h2O0XJb9019949 for freebsd-stable@FreeBSD.ORG; Sun, 23 Mar 2003 16:33:19 -0800 (PST) Date: Sun, 23 Mar 2003 16:33:19 -0800 From: Claus Assmann To: freebsd-stable@FreeBSD.ORG Subject: Re: sendmail issue Message-ID: <20030323163319.A16796@zardoc.esmtp.org> Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <7931E2E61A63FB4D9F0DECE73E05C6366B31@conrad.sohotech.ca> <1048464805.3e7e4da603d04@webmail.adam.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1048464805.3e7e4da603d04@webmail.adam.com.au>; from bastill@adam.com.au on Mon, Mar 24, 2003 at 10:43:26AM +1030 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 24, 2003, bastill@adam.com.au wrote: > Error messages = zero. Sendmail simply doesn't load :-( Run some basic tests: sendmail -bt -d0.13 < /dev/null sendmail -bs wait for greeting, then type EHLO localhost QUIT If those test don't work, add -d to the options. See also: http://www.sendmail.org/~ca/email/doesnt.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 16:40:20 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1E7237B401 for ; Sun, 23 Mar 2003 16:40:17 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D698E43F75 for ; Sun, 23 Mar 2003 16:40:16 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.8/8.12.8) with ESMTP id h2O0cPrI058922; Sun, 23 Mar 2003 19:38:25 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: 4.8-RC, XFree86 4.3.0, and GDM From: Joe Marcus Clarke To: Matthew Donadio Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <3E7B5E47.D4EFC1A8@ieee.org> References: <3E7B5E47.D4EFC1A8@ieee.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-A1RFDDq5W58hGAIE0Z/p" Organization: MarcusCom, Inc. Message-Id: <1048466404.45849.54.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 23 Mar 2003 19:40:04 -0500 X-Spam-Status: No, hits=-39.4 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-A1RFDDq5W58hGAIE0Z/p Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-03-21 at 13:47, Matthew Donadio wrote: > [ This was originally sent to freebsd-quesions, but upon second thought, > it is probably more appropriate here ] >=20 > Hi all, >=20 > I am having some trouble with GDM and I was wondering if anyone can > either confirm the problem or shed some light on it. >=20 > I track the STABLE tree (release=3Dcvs tag=3DRELENG_4) and ports tree > (release=3Dcvs tag=3D.) with cvsup. I held off a little while to upgrade= my > system to XFree86 4.3.0, but did the build last night. >=20 > I brought everything up to date with cvsup, rebuilt world and kernel, > installed, rebooted, and then used portupgrade (portupgrade -rR XFree86) > to rebuild X. I also used portupgrade -rR to bring some gnome2 > libraries uptodate. All of the builds were successful. >=20 > uname -a says I am running 4.8-RC > pkg_version has '=3D' for everything. >=20 > Users and root can do a startx to start gnome2 sessions. Everything > works fine. >=20 > If I enable gdm, then root can login, but users can't. I get an error > message saying that the session lasted less than 10-seconds, and to > check .xsession-errors. They can't login with the failsafe modes, > either. >=20 > .xsession-errors is empty > /var/log/messages has a error: gdm[XXX]: run_session_child: Could not > open ~/.xsession-errors >=20 > I then created a new user, and was able to login with gdm, but I got > root's session (shells started in /root, Nautilus brought up /root, > etc). >=20 > I renamed ~/.gnome2/gdm for an old user and the same thing happened. >=20 > Does anyone have any idea what is going on here? Is this a bug? I have never had a problem logging in as a normal user with gdm or gdm2. How are you creating these users? That is, what are the perms on their home directories? What is your test user's uid? How are you starting gdm? What does ls -l /usr/X11R6/bin/gdm-binary report? How about /usr/X11R6/bin/gdmlogin? Can you send your /etc/pam.conf file? Joe >=20 > Thanks. --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-A1RFDDq5W58hGAIE0Z/p Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+flPkb2iPiv4Uz4cRAtYOAJ9xe14i7CjRb02BvPJ0kKSilWZU6ACgp+uj NaRP7XZaURn3bWmtJbunx/Y= =DOJr -----END PGP SIGNATURE----- --=-A1RFDDq5W58hGAIE0Z/p-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 17:55:27 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C76B237B401 for ; Sun, 23 Mar 2003 17:55:25 -0800 (PST) Received: from smtp.comcast.net (smtp-out.comcast.net [24.153.64.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3959843F75 for ; Sun, 23 Mar 2003 17:55:25 -0800 (PST) (envelope-from m.p.donadio@ieee.org) Received: from ieee.org (pcp01403617pcs.radnor01.pa.comcast.net [68.81.79.105]) by mtaout08.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HC800IRNDCCLE@mtaout08.icomcast.net> for freebsd-stable@FreeBSD.ORG; Sun, 23 Mar 2003 20:55:24 -0500 (EST) Date: Sun, 23 Mar 2003 20:56:41 -0500 From: Matthew Donadio Subject: Re: 4.8-RC, XFree86 4.3.0, and GDM To: Joe Marcus Clarke Cc: freebsd-stable@FreeBSD.ORG Message-id: <3E7E65D9.3899A3B5@ieee.org> MIME-version: 1.0 X-Mailer: Mozilla 4.79 [en] (Win95; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en References: <3E7B5E47.D4EFC1A8@ieee.org> <1048466404.45849.54.camel@shumai.marcuscom.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Marcus Clarke wrote: > I have never had a problem logging in as a normal user with gdm or > gdm2. How are you creating these users? For sure I know that one user was created when I build the 4.7 system, and another was added with adduser after the upgrade gdm2 worked before the XFree86 4.3.0 upgrade, and stopped working after. > That is, what are the perms on > their home directories? All users have perms=755 > What is your test user's uid? 1000 > How are you > starting gdm? /usr/X11R6/bin/gdm -nodaemon from /etc/ttys > What does ls -l /usr/X11R6/bin/gdm-binary report? perms=555 owner=root.wheel > How > about /usr/X11R6/bin/gdmlogin? perms=555 owner=root.wheel > Can you send your /etc/pam.conf file? Not easilly from here, but it is the default version. Nearly everything on my system is the installation default. Thanks. -- Matthew Donadio (m.p.donadio@ieee.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 18:33:18 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3495437B488 for ; Sun, 23 Mar 2003 18:33:16 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C1D43F75 for ; Sun, 23 Mar 2003 18:33:15 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id DDAD25308; Mon, 24 Mar 2003 03:33:11 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: bastill@adam.com.au Cc: stable@freebsd.org Subject: Re: sendmail issue From: des@ofug.org (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 24 Mar 2003 03:33:10 +0100 In-Reply-To: <1048417580.3e7d952c53bae@webmail.adam.com.au> (bastill@adam.com.au's message of "Sun, 23 Mar 2003 21:36:20 +1030") Message-ID: User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 References: <1048417580.3e7d952c53bae@webmail.adam.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bastill@adam.com.au writes: > Sorry I missed a thread here. :-( > I upgraded from 4.8 pre-release to 4.8 Release Candidate and since then=20 > sendmail refuses to load. > (On boot the system simply waits "for ever" at the sendmail "standard dae= mons"=20 > install) > Manual install of sendmail afterwards also fails. Make sure you can resolve your own hostname, and that there is a valid reverse entry for the IP address it resolves to. DES --=20 Dag-Erling Sm=F8rgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 19:22:39 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2DF037B401 for ; Sun, 23 Mar 2003 19:22:37 -0800 (PST) Received: from mail.lambertfam.org (www.lambertfam.org [216.223.196.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3140643F93 for ; Sun, 23 Mar 2003 19:22:37 -0800 (PST) (envelope-from lambert@lambertfam.org) Received: from laptop.lambertfam.org (laptop.int.lambertfam.org [10.1.0.2]) by mail.lambertfam.org (Postfix) with ESMTP id 1E471351FE for ; Sun, 23 Mar 2003 22:22:34 -0500 (EST) Received: by laptop.lambertfam.org (Postfix, from userid 1000) id 0A9B18367; Sun, 23 Mar 2003 22:22:18 -0500 (EST) Date: Sun, 23 Mar 2003 22:22:18 -0500 From: Scott Lambert To: freebsd-stable@freebsd.org Subject: Re: sendmail issue Message-ID: <20030324032218.GA51136@laptop.lambertfam.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <7931E2E61A63FB4D9F0DECE73E05C6366B31@conrad.sohotech.ca> <1048464805.3e7e4da603d04@webmail.adam.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1048464805.3e7e4da603d04@webmail.adam.com.au> User-Agent: Mutt/1.4.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 24, 2003 at 10:43:26AM +1030, bastill@adam.com.au wrote: > Quoting "V. M. Smith" : > > > FWIW I've had sendmail hang on startup for me before; turned out to be DNS > > prob. > > Try verifying name resolution. Did you maybe stomp on your hosts file by > > accident during mergemaster -cv? > > Thanks for yours and other helpful responses. > Problem - I can ping my ADSL modem, and myself and localhost. > I can ping myself as address and also by full domain name and > abbreviated name. ie it doesn't look like a DNS problem. Except I > can't get out! :-( > > Error messages = zero. Sendmail simply doesn't load :-( Can you ping www.yahoo.com or your ISPs name servers? This message makes it sound like you have networking issues and not just sendmail issues. > I have looked at updating and have collected a number of docs also > from the sendmail src file. They refer to a tightening of security, > but I am no techy- guru so I wasn't able to determine what, if > anything, I was supposed to change to deal with my problem :-( Is the machine not ever booting beyond the starting sendmail boot message? If so, CTRL-C the sendmail load to allow the machine to continue to boot and figure out what is going on. But your message about being able to ping localhost indicates that the machine has continued to boot so this may all be irrelevant. -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 20:18:53 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1897E37B40F for ; Sun, 23 Mar 2003 20:18:51 -0800 (PST) Received: from qmail.accesscomm.ca (qmail.accesscomm.ca [204.83.142.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 34F2843F75 for ; Sun, 23 Mar 2003 20:18:50 -0800 (PST) (envelope-from wbsmith@accesscomm.ca) Received: (qmail 560 invoked from network); 24 Mar 2003 04:18:52 -0000 Received: from static24-72-10-80.reverse.accesscomm.ca (HELO EDS71HOB1Q3WF8) (24.72.10.80) by qmail.accesscomm.ca with SMTP; 24 Mar 2003 04:18:52 -0000 From: "Brad" To: Subject: Date: Sun, 23 Mar 2003 22:18:08 -0600 Message-ID: <000601c2f1bc$605abc20$2908a8c0@EDS71HOB1Q3WF8> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0007_01C2F18A.15C04C20" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-MS-TNEF-Correlator: 000000008CDEB80F1F3F184CBE0A3DC91838C56844292100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C2F18A.15C04C20 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit ------=_NextPart_000_0007_01C2F18A.15C04C20 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IgkEAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANMHAwAXABYAEgAAAAAAHAEB A5AGAAwEAAAlAAAACwACAAEAAAALACMAAAAAAAMAJgAAAAAACwApAAAAAAADADYAAAAAAAIBcQAB AAAAFgAAAAHC8bxf1KxHaLesxE7DtDoH8fyMdlAAAAIBHQwBAAAAGwAAAFNNVFA6V0JTTUlUSEBB Q0NFU1NDT01NLkNBAAALAAEOAAAAAEAABg4ATNdavPHCAQIBCg4BAAAAGAAAAAAAAACM3rgPHz8Y TL4KPckYOMVowoAAAAMAFA4AAAAACwAfDgEAAAACAQkQAQAAAIcAAACDAAAAnAAAAExaRnWN/+zv AwAKAHJjcGcxMjUGMgD4C2BuZzQxMJ41AfcCpAPjAgBjaArAYHNldDAgBxMCgH07CoAAACoJsAnw BJBhdDUFsVIN4GgJgAHQIDUALjQwLjExLjImMg9QAoBcdgiQd2vpC4BkNAxgYwBQCwMLthcKsQqA EeEAFrAAAwDeP59OAAADAAlZAwAAAAMAQGUAAAAACwATgAggBgAAAAAAwAAAAAAAAEYAAAAAA4UA AAAAAAADABWACCAGAAAAAADAAAAAAAAARgAAAAAQhQAAAAAAAAMAG4AIIAYAAAAAAMAAAAAAAABG AAAAAFKFAABZlAEAAwAigAggBgAAAAAAwAAAAAAAAEYAAAAAAYUAAAAAAAAeADuACCAGAAAAAADA AAAAAAAARgAAAABUhQAAAQAAAAUAAAAxMC4wAAAAAAsAPIAIIAYAAAAAAMAAAAAAAABGAAAAAAaF AAAAAAAACwBAgAggBgAAAAAAwAAAAAAAAEYAAAAADoUAAAAAAAADAEOACCAGAAAAAADAAAAAAAAA RgAAAAAYhQAAAAAAAAsAWIAIIAYAAAAAAMAAAAAAAABGAAAAAIKFAAAAAAAAAgH4DwEAAAAQAAAA jN64Dx8/GEy+Cj3JGDjFaAIB+g8BAAAAEAAAAIzeuA8fPxhMvgo9yRg4xWgCAfsPAQAAAJQAAAAA AAAAOKG7EAXlEBqhuwgAKypWwgAAbXNwc3QuZGxsAAAAAABOSVRB+b+4AQCqADfZbgAAAEQ6XERv Y3VtZW50cyBhbmQgU2V0dGluZ3NcYnNtaXRoXExvY2FsIFNldHRpbmdzXEFwcGxpY2F0aW9uIERh dGFcTWljcm9zb2Z0XE91dGxvb2tcT3V0bG9vay5wc3QAAwD+DwUAAAADAA00/TcCAAIBFDQBAAAA EAAAAE5JVEH5v7gBAKoAN9luAAACAX8AAQAAADEAAAAwMDAwMDAwMDhDREVCODBGMUYzRjE4NENC RTBBM0RDOTE4MzhDNTY4NDQyOTIxMDAAAAAAAwAGEAAAAAADAAcQAAAAAAMAEBAAAAAAAwAREAAA AAAeAAgQAQAAAAEAAAAAAAAA774= ------=_NextPart_000_0007_01C2F18A.15C04C20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 21: 5: 4 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF3A37B401 for ; Sun, 23 Mar 2003 21:05:03 -0800 (PST) Received: from dart.sr.se (dart.SR.SE [134.25.0.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF5A343F85 for ; Sun, 23 Mar 2003 21:05:00 -0800 (PST) (envelope-from gunnar@oldie.sr.se) Received: from honken.sr.se (honken.sr.se [134.25.128.27]) by dart.sr.se (8.12.6/8.12.6) with ESMTP id h2O54xIH089858 for ; Mon, 24 Mar 2003 06:04:59 +0100 (CET) (envelope-from gunnar@oldie.sr.se) Received: from oldie.sr.se (oldie [134.25.200.100]) by honken.sr.se (8.12.3/8.12.3) with ESMTP id h2O54x1j031997 for ; Mon, 24 Mar 2003 06:04:59 +0100 (CET) (envelope-from gunnar@oldie.sr.se) Received: from oldie.sr.se (localhost [127.0.0.1]) by oldie.sr.se (8.12.8/8.12.5) with ESMTP id h2O54xbf071285 for ; Mon, 24 Mar 2003 06:04:59 +0100 (CET) (envelope-from gunnar@oldie.sr.se) Received: (from gunnar@localhost) by oldie.sr.se (8.12.8/8.12.8/Submit) id h2O54xxP071284 for freebsd-stable@freebsd.org; Mon, 24 Mar 2003 06:04:59 +0100 (CET) Date: Mon, 24 Mar 2003 06:04:59 +0100 From: Gunnar Flygt To: FreeBSD Stable Subject: Uninstalled all X stuff, still no mozilla Message-ID: <20030324050458.GA71164@sr.se> Reply-To: Gunnar Flygt Mail-Followup-To: Gunnar Flygt , FreeBSD Stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How come it is so impossible to make mozilla work with Xft? I uninstalled everything that involves X on my home machine, running 4.8-RC, deleted what was left in /usr/X11R6 and remaining graphical stuff in /usr/local. Recompiled from scratch. But still mozilla dies after having worked on disk for almost a minute, leaving only one line saying "killed". In /var/log/messages there is a message saying: Mar 24 05:53:39 enigma /kernel: swap_pager: out of swap space Mar 24 05:53:41 enigma /kernel: swap_pager_getswapspace: failed Mar 24 05:53:41 enigma /kernel: pid 67777 (mozilla-bin), uid 1001, was killed: out of swap space but no other applications are running except for Windowmaker and swapinfo gives: [gunnar@enigma gunnar]$ swapinfo Device 1K-blocks Used Avail Capacity Type /dev/rad0s2b 130944 31020 99924 24% Interleaved Anyone having some kind of explanation? Graphic card is Matrox G200, so there's nothing new and exclusvive there. What more info do you need to draw any conclusions? -- Gunnar Flygt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 21:15:16 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D59837B404 for ; Sun, 23 Mar 2003 21:15:13 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 049B543F75 for ; Sun, 23 Mar 2003 21:15:12 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.8/8.12.8) with ESMTP id h2O5DJrI060289; Mon, 24 Mar 2003 00:13:19 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Uninstalled all X stuff, still no mozilla From: Joe Marcus Clarke To: Gunnar Flygt Cc: FreeBSD Stable In-Reply-To: <20030324050458.GA71164@sr.se> References: <20030324050458.GA71164@sr.se> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DWBupaWpH9lHQ7ljQwNn" Organization: MarcusCom, Inc. Message-Id: <1048482899.45849.74.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 24 Mar 2003 00:15:00 -0500 X-Spam-Status: No, hits=-38.6 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-DWBupaWpH9lHQ7ljQwNn Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-03-24 at 00:04, Gunnar Flygt wrote: > How come it is so impossible to make mozilla work with Xft? >=20 > I uninstalled everything that involves X on my home machine, > running 4.8-RC, deleted what was left in /usr/X11R6 and remaining > graphical stuff in /usr/local. Recompiled from scratch. But still > mozilla dies after having worked on disk for almost a minute, > leaving only one line saying "killed". >=20 > In /var/log/messages there is a message saying: > Mar 24 05:53:39 enigma /kernel: swap_pager: out of swap space > Mar 24 05:53:41 enigma /kernel: swap_pager_getswapspace: fail= ed > Mar 24 05:53:41 enigma /kernel: pid 67777 (mozilla-bin), uid 1= 001, was killed: out of swap space >=20 > but no other applications are running except for Windowmaker and > swapinfo gives: >=20 > [gunnar@enigma gunnar]$ swapinfo > Device 1K-blocks Used Avail Capacity Type > /dev/rad0s2b 130944 31020 99924 24% Interleaved >=20 > Anyone having some kind of explanation? Graphic card is > Matrox G200, so there's nothing new and exclusvive there. >=20 > What more info do you need to draw any conclusions? Go through this, and see if it helps. Q. When I launch Mozilla, all I see is, " No running window found." and nothing ever happens. How do I fix this? A. This problem is usually indicative of a font issue. As of 1.2a, Mozilla is built with Xft2 support by default. This support allows Mozilla to render anti-aliased fonts. However, Xft2 can be problematic if your font setup is not correct. Here are some things you can try to remedy the problem. 1. Decide if you really want anti-aliased fonts in Mozilla. If not, you can simply rebuild Mozilla after adding WITHOUT_XFT to /etc/make.conf.=20 This will return Mozilla to the look and feel of 1.1 and earlier. 2. Make sure all your font files under /usr/X11R6/lib/X11/fonts have 0444 permissions. That is, make sure the font files are readable by all users. 3. Make sure you have the following in the Module section of your XF86Config file: Load "type1" Load "freetype" (Note, some have reported you actually _don't_ want type1. I have it loaded, and it has always worked fine for me. Consider trying things with and without the type1 module.) 4. Make sure you don't have the mozilla-fonts port or package installed. If you do, delete it, then run fc-cache -v -f as root. 5. Make sure ${PREFIX}/etc/fonts/fonts.conf exists (where ${PREFIX} is the prefix where Mozilla is inatalled). 6. Try running fc-cache -f -v as root to force a rebuild of the Xft fontconfig caches. 7. Try removing or renaming ~/.mozilla. 8. Try rebuilding print/freetype2, x11-fonts/fontconfig, and x11-fonts/Xft. 9. Remove or rename ~/.fonts.conf if it exists. 10. If you are using XFree86 from CVS (i.e. 4.2.99.x), manually install print/freetype2, x11-fonts/fontconfig, and x11-fonts/Xft from ports. 11. Make sure you're not building Mozilla with non-default CFLAGS or CPU optimizations. Make sure CFLAGS is set to -O -pipe, and try commenting out CPUTYPE in /etc/make.conf (if such an entry exists). If none of this works, add the following to /etc/make.conf: CFLAGS=3D "-O -g -pipe" STRIP=3D Then edit Mozilla's Makefile and remove the line that says "--enable-strip". Then rebuild fontconfig, Xft, and Mozilla. Then, launch Mozilla using the command mozilla -g. At the (gdb) prompt, type run. When Mozilla crashes, type bt, and send the resulting backtrace along with the output of fc-cache -v -f and fc-list -v to freebsd-gnome@freebsd.org. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-DWBupaWpH9lHQ7ljQwNn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+fpRTb2iPiv4Uz4cRAgr+AKCJOb1wkVJHBUw6juRVLWZ1jz2I9gCglfQY +SrMV7xXGW7LVLKv1Rn5snQ= =KKS3 -----END PGP SIGNATURE----- --=-DWBupaWpH9lHQ7ljQwNn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 21:20:21 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A185A37B401 for ; Sun, 23 Mar 2003 21:20:19 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD10043F85 for ; Sun, 23 Mar 2003 21:20:18 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.8/8.12.8) with ESMTP id h2O5IPrI060352; Mon, 24 Mar 2003 00:18:25 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Uninstalled all X stuff, still no mozilla From: Joe Marcus Clarke To: Gunnar Flygt Cc: FreeBSD Stable In-Reply-To: <20030324050458.GA71164@sr.se> References: <20030324050458.GA71164@sr.se> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vcw/rRYqKIq8s5U7ynZv" Organization: MarcusCom, Inc. Message-Id: <1048483205.45849.76.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 24 Mar 2003 00:20:06 -0500 X-Spam-Status: No, hits=-38.8 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-vcw/rRYqKIq8s5U7ynZv Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-03-24 at 00:04, Gunnar Flygt wrote: > How come it is so impossible to make mozilla work with Xft? >=20 > I uninstalled everything that involves X on my home machine, > running 4.8-RC, deleted what was left in /usr/X11R6 and remaining > graphical stuff in /usr/local. Recompiled from scratch. But still > mozilla dies after having worked on disk for almost a minute, > leaving only one line saying "killed". >=20 > In /var/log/messages there is a message saying: > Mar 24 05:53:39 enigma /kernel: swap_pager: out of swap space > Mar 24 05:53:41 enigma /kernel: swap_pager_getswapspace: fail= ed > Mar 24 05:53:41 enigma /kernel: pid 67777 (mozilla-bin), uid 1= 001, was killed: out of swap space Besides the FAQ I just sent you, do you have any user limits that could be limiting the amount of per-process swap? What does the output of limit say for the user you're with which you're trying to run Mozilla? Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-vcw/rRYqKIq8s5U7ynZv Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+fpWFb2iPiv4Uz4cRAgxkAKCWuqYk+wNFQJFcjSTJn0uxPIfoRgCbBfJc k0vJa8Fc2ESxbErAN0S2euQ= =qoYx -----END PGP SIGNATURE----- --=-vcw/rRYqKIq8s5U7ynZv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 21:22:16 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A21AC37B401 for ; Sun, 23 Mar 2003 21:22:14 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E535443FB1 for ; Sun, 23 Mar 2003 21:22:12 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 67629 invoked by uid 65534); 24 Mar 2003 05:18:04 -0000 Received: from 202.6.144.94 ( [202.6.144.94]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Mon, 24 Mar 2003 15:48:04 +1030 Message-ID: <1048483084.3e7e950c7095b@webmail.adam.com.au> Date: Mon, 24 Mar 2003 15:48:04 +1030 From: bastill@adam.com.au To: Scott Lambert Cc: freebsd-stable@freebsd.org Subject: Re: sendmail issue References: <7931E2E61A63FB4D9F0DECE73E05C6366B31@conrad.sohotech.ca> <1048464805.3e7e4da603d04@webmail.adam.com.au> <20030324032218.GA51136@laptop.lambertfam.org> In-Reply-To: <20030324032218.GA51136@laptop.lambertfam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.144.94 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Scott Lambert : > > Thanks for yours and other helpful responses. > > Problem - I can ping my ADSL modem, and myself and localhost. > > I can ping myself as address and also by full domain name and > > abbreviated name. ie it doesn't look like a DNS problem. Except I > > can't get out! :-( > > > > Error messages = zero. Sendmail simply doesn't load :-( > > Can you ping www.yahoo.com or your ISPs name servers? This message > makes it sound like you have networking issues and not just sendmail > issues. No. > > I have looked at updating and have collected a number of docs also > > from the sendmail src file. They refer to a tightening of security, > > but I am no techy- guru so I wasn't able to determine what, if > > anything, I was supposed to change to deal with my problem :-( > > Is the machine not ever booting beyond the starting sendmail boot > message? If so, CTRL-C the sendmail load to allow the machine to > continue to boot and figure out what is going on. No, not irrelevant. Ctrl-C and continue is what I have to do. Then of course try to figure out why and if possible try a manual start of sendmail - which I tried under the guidance of a techy friend, but without success. -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Mar 23 23:30:59 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4711037B401 for ; Sun, 23 Mar 2003 23:30:54 -0800 (PST) Received: from sirius.nix.badanka.com (h214n1fls32o988.telia.com [62.20.176.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2B1743F3F for ; Sun, 23 Mar 2003 23:30:51 -0800 (PST) (envelope-from nix@socialism.nu) Received: from vega.nix.homeunix.net (vega-v6.syndicalist.net [IPv6:3ffe:200:111::2]) by sirius.nix.badanka.com (8.12.8/8.12.6) with SMTP id h2O7UoAx091263 for ; Mon, 24 Mar 2003 08:30:50 +0100 (CET) (envelope-from nix@socialism.nu) Message-Id: <200303240730.h2O7UoAx091263@sirius.nix.badanka.com> Date: Mon, 24 Mar 2003 08:30:46 +0100 From: Henrik Persson To: freebsd-stable@freebsd.org Subject: Re: sendmail issue In-Reply-To: <1048483084.3e7e950c7095b@webmail.adam.com.au> References: <7931E2E61A63FB4D9F0DECE73E05C6366B31@conrad.sohotech.ca> <1048464805.3e7e4da603d04@webmail.adam.com.au> <20030324032218.GA51136@laptop.lambertfam.org> <1048483084.3e7e950c7095b@webmail.adam.com.au> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-25.8 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,MSG_ID_ADDED_BY_MTA_3, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 24 Mar 2003 15:48:04 +1030 bastill@adam.com.au wrote: > No, not irrelevant. Ctrl-C and continue is what I have to do. > Then of course try to figure out why and if possible try a manual start > of sendmail - which I tried under the guidance of a techy friend, but > without success. Sometimes I have to do just the same.. sendmail hangs on startup, ctrl-c and then sh /etc/rc.sendmail restart would get it up without problems, now why it sometimes won't work at boot is beyond my comprehension, cause it sometimes work, other times not, and well. I haven't done anything to the sendmail daemon. I'll just blame the moon or canada and continue.. It's not a really big problem since it almost always starts anyhow, and I don't reboot that often. ;) -- Henrik Persson nix@socialism.nu http://nix.badanka.com PGP-key: http://nix.badanka.com/pgp PGP-KeyID: 0x43B68116 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 0: 9:45 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F09EF37B401 for ; Mon, 24 Mar 2003 00:09:41 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id DCA8343F93 for ; Mon, 24 Mar 2003 00:09:40 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 94387 invoked by uid 65534); 24 Mar 2003 08:08:48 -0000 Received: from 202.6.144.64 ( [202.6.144.64]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Mon, 24 Mar 2003 18:38:48 +1030 Message-ID: <1048493328.3e7ebd10d8395@webmail.adam.com.au> Date: Mon, 24 Mar 2003 18:38:48 +1030 From: bastill@adam.com.au To: Claus Assmann Cc: freebsd-stable@FreeBSD.ORG Subject: Re: sendmail issue References: <7931E2E61A63FB4D9F0DECE73E05C6366B31@conrad.sohotech.ca> <1048464805.3e7e4da603d04@webmail.adam.com.au> <20030323163319.A16796@zardoc.esmtp.org> In-Reply-To: <20030323163319.A16796@zardoc.esmtp.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-MOQ1048493328c7f2f33bb3945d21973d499697b6c5df" User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.144.64 X-Spam-Status: No, hits=-10.6 required=5.0 tests=IN_REP_TO,NO_REAL_NAME,REFERENCES,USER_AGENT_IMP autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. ---MOQ1048493328c7f2f33bb3945d21973d499697b6c5df Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Quoting Claus Assmann : > On Mon, Mar 24, 2003, bastill@adam.com.au wrote: > > > Error messages = zero. Sendmail simply doesn't load :-( > > Run some basic tests: You DID ask :-) Attached is output. Hope it can be deciphered to good effect. Means little to me, I'm afraid. (I also hope it is still in Unix-style text after taking it to Windoze) -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.com.au ---MOQ1048493328c7f2f33bb3945d21973d499697b6c5df Content-Type: text/plain; name="sendtest.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="sendtest.txt" cm9vdEBCQVBoRCB+ICNzZW5kbWFpbCAtYnQgLWQwLjEzIDwgL2Rldi9udWxsClZlcnNpb24gOC4x Mi44CiBDb21waWxlZCB3aXRoOiBETlNNQVAgTE9HIE1BUF9SRUdFWCBNQVRDSEdFQ09TIE1JTFRF UiBNSU1FN1RPOCBNSU1FOFRPNwogICAgICAgICAgICAgICAgTkFNRURfQklORCBORVRJTkVUIE5F VElORVQ2IE5FVFVOSVggTkVXREIgTklTIFBJUEVMSU5JTkcgU0NBTkYKICAgICAgICAgICAgICAg IFNUQVJUVExTIFRDUFdSQVBQRVJTIFVTRVJEQiBYREVCVUcKICAgIE9TIERlZmluZXM6IEJTRDRf NF9TT0NLQUREUiBIQVNGQ0hPV04gSEFTRkNITU9EIEhBU0ZMT0NLCiAgICAgICAgICAgICAgICBI QVNHRVREVEFCTEVTSVpFIEhBU0dFVFVTRVJTSEVMTCBIQVNJTklUR1JPVVBTIEhBU0xTVEFUIEhB U05JQ0UKICAgICAgICAgICAgICAgIEhBU1JBTkRPTSBIQVNSUkVTVlBPUlQgSEFTU0VUTE9HSU4g SEFTU0VUUkVVSUQgSEFTU0VUUkxJTUlUCiAgICAgICAgICAgICAgICBIQVNTRVRTSUQgSEFTU0VU VVNFUkNPTlRFWFQgSEFTU0VUVkJVRiBIQVNfU1RfR0VOIEhBU1NSQU5ET01ERVYKICAgICAgICAg ICAgICAgIEhBU1VSQU5ET01ERVYgSEFTU1RSRVJST1IgSEFTVU5BTUUgSEFTVU5TRVRFTlYgSEFT V0FJVFBJRAogICAgICAgICAgICAgICAgSURFTlRQUk9UTyBJUF9TUkNST1VURSBMT0NLX09OX09Q RU4gU0FGRU5GU1BBVEhDT05GCiAgICAgICAgICAgICAgICBVU0VfRE9VQkxFX0ZPUksgVVNFU0VU RVVJRCBVU0VTWVNDVEwKS2VybmVsIHN5bWJvbHM6IGRvbid0IHVzZSBfUEFUSF9VTklYCiAgICAg Q29uZiBmaWxlOiAvZXRjL21haWwvc3VibWl0LmNmIChkZWZhdWx0IGZvciBNU1ApCiAgICAgQ29u ZiBmaWxlOiAvZXRjL21haWwvc2VuZG1haWwuY2YgKGRlZmF1bHQgZm9yIE1UQSkKICAgICAgUGlk IGZpbGU6IC92YXIvcnVuL3NlbmRtYWlsLnBpZCAoZGVmYXVsdCkKIGxpYnNtIERlZmluZXM6IFNN X0NPTkZfR0VUT1BUIFNNX0NPTkZfTE9OR0xPTkcgU01fQ09ORl9NRU1DSFIKICAgICAgICAgICAg ICAgIFNNX0NPTkZfTVNHIFNNX0NPTkZfU0VNIFNNX0NPTkZfU0VUSVRJTUUgIFNNX0NPTkZfU0hN CiAgICAgICAgICAgICAgICBTTV9DT05GX1NTSVpFX1QgU01fQ09ORl9TVERERUZfSCBTTV9DT05G X1NZU19DREVGU19ICiAgICAgICAgICAgICAgICBTTV9DT05GX1VJRF9HSUQgU01fSEVBUF9DSEVD SyBTTV9PUz1zbV9vc19mcmVlYnNkIFNNX1ZBX1NURAogICBGRlIgRGVmaW5lczogX0ZGUl9UTFNf MQoKcm9vdEBCQVBoRCB+ICNzZW5kbWFpbCAtYnMgLWQKVmVyc2lvbiA4LjEyLjgKIENvbXBpbGVk IHdpdGg6IEROU01BUCBMT0cgTUFQX1JFR0VYIE1BVENIR0VDT1MgTUlMVEVSIE1JTUU3VE84IE1J TUU4VE83CiAgICAgICAgICAgICAgICBOQU1FRF9CSU5EIE5FVElORVQgTkVUSU5FVDYgTkVUVU5J WCBORVdEQiBOSVMgUElQRUxJTklORyBTQ0FORgogICAgICAgICAgICAgICAgU1RBUlRUTFMgVENQ V1JBUFBFUlMgVVNFUkRCIFhERUJVRwoKRUhMTyBsb2NhbGhvc3QKZ2V0bGE6IDEKc2V0b3B0aW9u IFNldmVuQml0SW5wdXQgKDcpPUZhbHNlCnNldG9wdGlvbiBBbGlhc1dhaXQgKGEpPTEwCnNldG9w dGlvbiBBbGlhc0ZpbGUgKEEpPS9ldGMvbWFpbC9hbGlhc2VzCnNldG9wdGlvbiBNaW5GcmVlQmxv Y2tzIChiKT0xMDAKc2V0b3B0aW9uIEJsYW5rU3ViIChCKT0uCnNldG9wdGlvbiBIb2xkRXhwZW5z aXZlIChjKT1GYWxzZQpzZXRvcHRpb24gRGVsaXZlcnlNb2RlIChkKT1iYWNrZ3JvdW5kCnNldG9w dGlvbiBUZW1wRmlsZU1vZGUgKEYpPTA2MDAKc2V0b3B0aW9uIEhlbHBGaWxlIChIKT0vZXRjL21h aWwvaGVscGZpbGUKc2V0b3B0aW9uIFNlbmRNaW1lRXJyb3JzIChqKT1UcnVlCnNldG9wdGlvbiBG b3J3YXJkUGF0aCAoSik9JHovLmZvcndhcmQuJHcrJGg6JHovLmZvcndhcmQrJGg6JHovLmZvcndh cmQuJHc6JHovLmYKcndhcmQKc2V0b3B0aW9uIENvbm5lY3Rpb25DYWNoZVNpemUgKGspPTIKc2V0 b3B0aW9uIENvbm5lY3Rpb25DYWNoZVRpbWVvdXQgKEspPTVtCnNldG9wdGlvbiBVc2VFcnJvcnNU byAobCk9RmFsc2UKc2V0b3B0aW9uIExvZ0xldmVsIChMKT05CnNldG9wdGlvbiBDaGVja0FsaWFz ZXMgKG4pPUZhbHNlCnNldG9wdGlvbiBPbGRTdHlsZUhlYWRlcnMgKG8pPVRydWUKc2V0b3B0aW9u IERhZW1vblBvcnRPcHRpb25zIChPKT1OYW1lPU1UQQpEYWVtb24gTVRBIGZsYWdzOgpzZXRvcHRp b24gRGFlbW9uUG9ydE9wdGlvbnMgKE8pPVBvcnQ9NTg3LCBOYW1lPU1TQSwgTT1FCkRhZW1vbiBN U0EgZmxhZ3M6IDxOT0VUUk4+CnNldG9wdGlvbiBQcml2YWN5T3B0aW9ucyAocCk9YXV0aHdhcm5p bmdzLG5vZXhwbixub3ZyZnkKc2V0b3B0aW9uIFF1ZXVlRGlyZWN0b3J5IChRKT0vdmFyL3Nwb29s L21xdWV1ZQpzZXRvcHRpb24gVGltZW91dCAocikucXVldWVyZXR1cm49NWQKc2V0b3B0aW9uIFRp bWVvdXQgKHIpLnF1ZXVld2Fybj00aApzZXRvcHRpb24gU3VwZXJTYWZlIChzKT1UcnVlCnNldG9w dGlvbiBTdGF0dXNGaWxlIChTKT0vdmFyL2xvZy9zZW5kbWFpbC5zdApzZXRvcHRpb24gTm9SZWNp cGllbnRBY3Rpb24gKDB4ODgpPWFkZC10by11bmRpc2Nsb3NlZApzZXRvcHRpb24gU210cEdyZWV0 aW5nTWVzc2FnZSAoMHg5MCk9JGogU2VuZG1haWwgJHYvJFo7ICRiCnNldG9wdGlvbiBVbml4RnJv bUxpbmUgKDB4OTEpPUZyb20gJGcgJGQKc2V0b3B0aW9uIE9wZXJhdG9yQ2hhcnMgKDB4OTIpPS46 JUAhXi9bXSsKc2V0b3B0aW9uIE1heE1pbWVIZWFkZXJMZW5ndGggKDB4YTgpPTI1Ni8xMjgKc2V0 b3B0aW9uIE1heEhlYWRlcnNMZW5ndGggKDB4YWEpPTMyNzY4CmRyb3BfcHJpdmlsZWdlcygwKTog UmVhbFtVR11pZD0wOjAsIGdldFt1Z11pZD0wOjAsIGdldGVbdWddaWQ9MDoyNSwgUnVuQXNbVUdd aWQ9CjA6MApnZXRhdXRoaW5mbzogcm9vdEBsb2NhbGhvc3QKCl5DCj09PT1maW5pczogc3RhdCAw IGVfaWQ9Tk9RVUVVRSBlX2ZsYWdzPTE8T0xEU1RZTEU+CiAgICAgICAgICAgICAgICAgICAgICAg ICAKCg== ---MOQ1048493328c7f2f33bb3945d21973d499697b6c5df-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 4:56:59 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8053D37B401 for ; Mon, 24 Mar 2003 04:56:56 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 88C7143FB1 for ; Mon, 24 Mar 2003 04:56:54 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 48761 invoked by uid 65534); 24 Mar 2003 12:56:59 -0000 Received: from 202.6.144.5 ( [202.6.144.5]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Mon, 24 Mar 2003 23:26:59 +1030 Message-ID: <1048510619.3e7f009b856b9@webmail.adam.com.au> Date: Mon, 24 Mar 2003 23:26:59 +1030 From: bastill@adam.com.au To: Claus Assmann Cc: freebsd-stable@FreeBSD.ORG Subject: Re: sendmail issue References: <7931E2E61A63FB4D9F0DECE73E05C6366B31@conrad.sohotech.ca> <1048464805.3e7e4da603d04@webmail.adam.com.au> <20030323163319.A16796@zardoc.esmtp.org> In-Reply-To: <20030323163319.A16796@zardoc.esmtp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.144.5 X-Spam-Status: No, hits=-10.6 required=5.0 tests=IN_REP_TO,NO_REAL_NAME,REFERENCES,USER_AGENT_IMP autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Claus Assmann : > On Mon, Mar 24, 2003, bastill@adam.com.au wrote: > > > Error messages = zero. Sendmail simply doesn't load :-( > > Run some basic tests: I think this is what you wanted to see. The time between issuing "sendmail -bs" and the greeting being posted is so large (we are talking several minutes here) that I thought it was not working at all. As you can see it does work, if you are prepared to wait. root@BAPhD /home/bra #sendmail -bs 220 BAPhD.gihon.org.au ESMTP Sendmail 8.12.8/8.11.6; Mon, 24 Mar 2003 22:52:03 +1030 (CST) EHLO localhost 250-BAPhD.gihon.org.au Hello root@localhost, pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-DELIVERBY 250 HELP QUIT 221 2.0.0 BAPhD.gihon.org.au closing connection disconnect: In 0 Out 1, e=0x80df240 root@BAPhD /home/bra # What does this tell us? -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 5:47:34 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B2037B401; Mon, 24 Mar 2003 05:47:31 -0800 (PST) Received: from ntli.com (pc1-glfd2-4-cust59.glfd.cable.ntl.com [81.99.187.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id E148243F75; Mon, 24 Mar 2003 05:47:29 -0800 (PST) (envelope-from william@palfreman.com) Received: from aqua.lan.palfreman.com (localhost [127.0.0.1]) by ntli.com (8.12.3/8.12.3) with ESMTP id h2ODqsgE026644; Mon, 24 Mar 2003 13:52:54 GMT (envelope-from william@palfreman.com) Received: from localhost (william@localhost) by aqua.lan.palfreman.com (8.12.3/8.12.3/Submit) with ESMTP id h2ODqs09026641; Mon, 24 Mar 2003 13:52:54 GMT X-Authentication-Warning: aqua.lan.palfreman.com: william owned process doing -bs Date: Mon, 24 Mar 2003 13:52:45 +0000 (GMT) From: William Palfreman To: bastill@adam.com.au Cc: Claus Assmann , freebsd-stable@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: sendmail issue In-Reply-To: <1048510619.3e7f009b856b9@webmail.adam.com.au> Message-ID: <20030324134319.Q12270@ndhn.yna.cnyserzna.pbz> References: <7931E2E61A63FB4D9F0DECE73E05C6366B31@conrad.sohotech.ca> <1048464805.3e7e4da603d04@webmail.adam.com.au> <20030323163319.A16796@zardoc.esmtp.org> <1048510619.3e7f009b856b9@webmail.adam.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-33.9 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, X_AUTH_WARNING version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 24 Mar 2003 bastill@adam.com.au wrote: > I think this is what you wanted to see. The time between issuing > "sendmail -bs" and the greeting being posted is so large (we are > talking several minutes here) that I thought it was not working at > all. As you can see it does work, if you are prepared to wait. That sounds so much like a DNS timeout. What does your /etc/resolv.conf say? Can you ping the nameservers listed in it, if they are at all? If so, can you look up domains - $ host www.google.com ip.address.here Also, try a public nameserver - this one is a Freeserve.com one: $ host www.google.com 195.92.195.94 Finally, can you ping offsite, e.g. ping 195.92.195.94 That should at least prove things are ok at the IP level. Extrafinally, how about we move this to questions@freebsd.org? I've added to the CC. Bill. - -- W. Palfreman. I'm looking for a job: Tel: 0771 355 0354 http://www.palfreman.com/william/ for my CV. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+fw21lEOQDkvPqLYRAsSUAJ4zwJCP7D0SPPwHlzopWW7Z5uZbxACfeJM/ Nw/bwSRak74fxD73lF3uCWw= =RSu5 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 6:46: 5 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C1137B401 for ; Mon, 24 Mar 2003 06:46:02 -0800 (PST) Received: from kallisti.mine.nu (h24-70-183-12.wp.shawcable.net [24.70.183.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D6F643F3F for ; Mon, 24 Mar 2003 06:46:01 -0800 (PST) (envelope-from catseye@kallisti.mine.nu) Received: (qmail 7146 invoked by uid 1001); 24 Mar 2003 14:40:49 -0000 Date: Mon, 24 Mar 2003 08:40:49 -0600 From: Chris Pressey To: doug@safeport.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: ncurses buildworld problem Message-Id: <20030324084049.10c298c3.cpressey@catseye.mb.ca> In-Reply-To: <20030317234451.H14340@pemaquid.safeport.com> References: <20030317234451.H14340@pemaquid.safeport.com> Organization: Cat's Eye Technologies, http://www.catseye.mb.ca/ X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-26.1 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 17 Mar 2003 23:48:17 -0500 (EST) doug@safeport.com wrote: > I appears there may be a spot in the buildworld where includes from the > current system are being used. The module in question is: > > /usr/src/contrib/ncurses/ncurses/tinfo/make_keys.c This is a shot in the dark, but it seems to have worked for me (I've been having problems with wrong/missing header files/object files in different parts of buildworld for months now, just sorted it out last night): setenv C_INCLUDE_PATH setenv LIBRARY_PATH Maybe this is something that is so obvious to a dyed-in-the-wool FreeBSD guru that it's not mentioned in the handbook (or, I missed it,) but my experience would indicate that having those variables set can really mess up a buildworld. Anyone know why buildworld would be subsceptible to this and/or why the handbook makes no mention of it in section 21.4.15.6? -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 8:40:37 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2A8037B404 for ; Mon, 24 Mar 2003 08:40:34 -0800 (PST) Received: from dart.sr.se (dart.SR.SE [134.25.0.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBDE843F3F for ; Mon, 24 Mar 2003 08:40:31 -0800 (PST) (envelope-from gunnar@oldie.sr.se) Received: from honken.sr.se (honken.sr.se [134.25.128.27]) by dart.sr.se (8.12.6/8.12.6) with ESMTP id h2OGeURS036725; Mon, 24 Mar 2003 17:40:31 +0100 (CET) (envelope-from gunnar@oldie.sr.se) Received: from oldie.sr.se (oldie [134.25.200.100]) by honken.sr.se (8.12.3/8.12.3) with ESMTP id h2OGeU1j079199; Mon, 24 Mar 2003 17:40:30 +0100 (CET) (envelope-from gunnar@oldie.sr.se) Received: from oldie.sr.se (localhost [127.0.0.1]) by oldie.sr.se (8.12.8/8.12.5) with ESMTP id h2OGeUbf079234; Mon, 24 Mar 2003 17:40:30 +0100 (CET) (envelope-from gunnar@oldie.sr.se) Received: (from gunnar@localhost) by oldie.sr.se (8.12.8/8.12.8/Submit) id h2OGeTdm079233; Mon, 24 Mar 2003 17:40:29 +0100 (CET) Date: Mon, 24 Mar 2003 17:40:29 +0100 From: Gunnar Flygt To: Joe Marcus Clarke Cc: FreeBSD Stable Subject: Re: Uninstalled all X stuff, still no mozilla Message-ID: <20030324164029.GA79009@sr.se> Reply-To: Gunnar Flygt Mail-Followup-To: Gunnar Flygt , Joe Marcus Clarke , FreeBSD Stable References: <20030324050458.GA71164@sr.se> <1048483205.45849.76.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1048483205.45849.76.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4i X-Spam-Status: No, hits=-30.7 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,RCVD_IN_RFCI, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 24, 2003 at 12:20:06AM -0500, Joe Marcus Clarke wrote: > On Mon, 2003-03-24 at 00:04, Gunnar Flygt wrote: > > How come it is so impossible to make mozilla work with Xft? > > > > I uninstalled everything that involves X on my home machine, > > running 4.8-RC, deleted what was left in /usr/X11R6 and remaining > > graphical stuff in /usr/local. Recompiled from scratch. But still > > mozilla dies after having worked on disk for almost a minute, > > leaving only one line saying "killed". > > > > In /var/log/messages there is a message saying: > > Mar 24 05:53:39 enigma /kernel: swap_pager: out of swap space > > Mar 24 05:53:41 enigma /kernel: swap_pager_getswapspace: failed > > Mar 24 05:53:41 enigma /kernel: pid 67777 (mozilla-bin), uid 1001, was killed: out of swap space > > Besides the FAQ I just sent you, do you have any user limits that could > be limiting the amount of per-process swap? What does the output of > limit say for the user you're with which you're trying to run Mozilla? Actually when uninstalling everything having to do with X, and reinstall it all, I forgot to install webfonts and mozillafonts. It is running now but with worse fonts than I've ever seen. It definitively is not "anti-aliased" even though it is compiled with Xft2 support now. And for all the things in the FAQ, I've followed this list since the mozilla Xft thing started and tried all things you suugest, except for the total de/reinstall of everything XFree86 related. I guess I'll have to live with the horrible fonts in mozilla. It WAS much better though before this Xft-thread started :( > > Joe > > -- > PGP Key : http://www.marcuscom.com/pgp.asc -- Gunnar Flygt OPC Data Sveriges Radio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 9: 3:30 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CC3E37B401 for ; Mon, 24 Mar 2003 09:03:27 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA1043FA3 for ; Mon, 24 Mar 2003 09:03:25 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.8/8.12.8) with ESMTP id h2OH1VrI074629; Mon, 24 Mar 2003 12:01:31 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Uninstalled all X stuff, still no mozilla From: Joe Marcus Clarke To: Gunnar Flygt Cc: FreeBSD Stable In-Reply-To: <20030324164029.GA79009@sr.se> References: <20030324050458.GA71164@sr.se> <1048483205.45849.76.camel@shumai.marcuscom.com> <20030324164029.GA79009@sr.se> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-yqR0Et2SNWossH5Rk7BH" Organization: MarcusCom, Inc. Message-Id: <1048525398.315.2.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 24 Mar 2003 12:03:18 -0500 X-Spam-Status: No, hits=-39.3 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_XIMIAN autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-yqR0Et2SNWossH5Rk7BH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-03-24 at 11:40, Gunnar Flygt wrote: > On Mon, Mar 24, 2003 at 12:20:06AM -0500, Joe Marcus Clarke wrote: > > On Mon, 2003-03-24 at 00:04, Gunnar Flygt wrote: > > > How come it is so impossible to make mozilla work with Xft? > > >=20 > > > I uninstalled everything that involves X on my home machine, > > > running 4.8-RC, deleted what was left in /usr/X11R6 and remaining > > > graphical stuff in /usr/local. Recompiled from scratch. But still > > > mozilla dies after having worked on disk for almost a minute, > > > leaving only one line saying "killed". > > >=20 > > > In /var/log/messages there is a message saying: > > > Mar 24 05:53:39 enigma /kernel: swap_pager: out of swap s= pace > > > Mar 24 05:53:41 enigma /kernel: swap_pager_getswapspace: = failed > > > Mar 24 05:53:41 enigma /kernel: pid 67777 (mozilla-bin), u= id 1001, was killed: out of swap space > >=20 > > Besides the FAQ I just sent you, do you have any user limits that could > > be limiting the amount of per-process swap? What does the output of > > limit say for the user you're with which you're trying to run Mozilla? >=20 > Actually when uninstalling everything having to do with X, and reinstall > it all, I forgot to install webfonts and mozillafonts. It is running > now but with worse fonts than I've ever seen. It definitively is not > "anti-aliased" even though it is compiled with Xft2 support now. Perhaps you didn't read the FAQ closely enough. mozilla-fonts are _not_ supported, and should not be installed. You should uninstall them, then re-run fc-cache -f -v. If that doesn't fix it, search the archives for the recent thread on fixing fonts in Mozilla. Joe >=20 > And for all the things in the FAQ, I've followed this list since the > mozilla Xft thing started and tried all things you suugest, except > for the total de/reinstall of everything XFree86 related. >=20 > I guess I'll have to live with the horrible fonts in mozilla. It WAS > much better though before this Xft-thread started :( > >=20 > > Joe > >=20 > > --=20 > > PGP Key : http://www.marcuscom.com/pgp.asc --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-yqR0Et2SNWossH5Rk7BH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+fzpVb2iPiv4Uz4cRAtfBAJ9qjJYdDNUSLqGW3dDlfDZdmXnGPQCghdDp mWcUIgTyC8/M+P/26napZgU= =j04o -----END PGP SIGNATURE----- --=-yqR0Et2SNWossH5Rk7BH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 9:15:58 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC90737B401; Mon, 24 Mar 2003 09:15:55 -0800 (PST) Received: from prioris.mini.pw.edu.pl (prioris.mini.pw.edu.pl [194.29.178.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B0A143F3F; Mon, 24 Mar 2003 09:15:55 -0800 (PST) (envelope-from zaks@prioris.mini.pw.edu.pl) Received: from localhost (localhost.mini.pw.edu.pl [127.0.0.1]) by prioris.mini.pw.edu.pl (Postfix) with ESMTP id D9A1D243A1; Mon, 24 Mar 2003 18:15:53 +0100 (CET) Received: by prioris.mini.pw.edu.pl (Postfix, from userid 250) id C1AAF2439F; Mon, 24 Mar 2003 18:15:45 +0100 (CET) Date: Mon, 24 Mar 2003 18:15:15 +0100 From: Slawek Zak To: freebsd-current@freebsd.org Subject: MBuf use size problem on 4.8-RC Message-ID: <20030324171515.GA41416@prioris.mini.pw.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by AMaViS (prioris) X-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,RESENT_TO,USER_AGENT_MUTT version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, netstat -m produces following output on my machine, running 4.8-RC: 21732/22336/96000 mbufs in use (current/peak/max): 21732 mbufs allocated to data 20733/21260/24000 mbuf clusters in use (current/peak/max) 48104 Kbytes allocated to network (8% of mb_map in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines I tracked the percentage of mb_map in use. It reached 70% and then wrapped back to 0%. Why does it happen? A bug? There seems to be a problem with booting up 4.8-RC on a 4GB machine. The kernel reaching multiuser mode produces message about unability of allocating new u_map and panics. This is HyperThreading enabled machine (2+2logical CPUs). Any ideas? Thanks. /S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 9:57:21 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABA0737B401 for ; Mon, 24 Mar 2003 09:57:19 -0800 (PST) Received: from man-97-187.ResHall.Berkeley.EDU (man-97-187.Reshall.Berkeley.EDU [169.229.97.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id E10B143F75 for ; Mon, 24 Mar 2003 09:57:18 -0800 (PST) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Received: from man-97-187.ResHall.Berkeley.EDU (localhost.ResHall.Berkeley.EDU [127.0.0.1]) by man-97-187.ResHall.Berkeley.EDU (8.12.8/8.12.8) with ESMTP id h2OHspTa001961 for ; Mon, 24 Mar 2003 09:54:51 -0800 (PST) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Received: from localhost (lou@localhost) by man-97-187.ResHall.Berkeley.EDU (8.12.8/8.12.8/Submit) with ESMTP id h2OHsp93001958 for ; Mon, 24 Mar 2003 09:54:51 -0800 (PST) Date: Mon, 24 Mar 2003 09:54:51 -0800 (PST) From: Tak Pui LOU To: freebsd-stable@FreeBSD.ORG Subject: Re: VCD disks In-Reply-To: <200303231240.h2NCe6hh077541@lurza.secnetix.de> Message-ID: <20030324095249.I1935@man-97-187.ResHall.Berkeley.EDU> References: <200303231240.h2NCe6hh077541@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,IN_REP_TO,REFERENCES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tosha works great except the syntax does not work for me. So, I make a fifo and then write to it with tosha. Then, use mplayer to play that fifo. Thanks! I can watch my favorite VCD on my FreeBSD machine now. --- Lou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 10:12:42 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD0437B401 for ; Mon, 24 Mar 2003 10:12:38 -0800 (PST) Received: from smtp.wp.pl (smtp.wp.pl [212.77.101.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A2943F3F for ; Mon, 24 Mar 2003 10:12:35 -0800 (PST) (envelope-from creep2217@wp.pl) Received: (WP-SMTPD 20929 invoked from network); 24 Mar 2003 18:12:30 -0000 Received: from 183-mo3-1.acn.waw.pl ([62.121.104.183]) (envelope-sender ) by smtp.wp.pl (wp-smtpd) with SMTP for ; 24 Mar 2003 18:12:30 -0000 Received: by 183-mo3-1.acn.waw.pl (FreeLSD); Mon, 24 Mar 2003 19:12:30 +0100 Date: Mon, 24 Mar 2003 19:12:30 +0100 From: Creep To: FreeBSD Stable Subject: Re: Uninstalled all X stuff, still no mozilla Message-ID: <20030324181230.GA254@mistress.home.astercity.net> Reply-To: creep2217@wp.pl X-AntiVirus: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-ChangeAV: 0 Mail-Followup-To: FreeBSD Stable References: <20030324050458.GA71164@sr.se> <1048483205.45849.76.camel@shumai.marcuscom.com> <20030324164029.GA79009@sr.se> <1048525398.315.2.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <1048525398.315.2.camel@gyros> User-Agent: Mutt/1.4.1i X-A-moze-by-tak-w-tym-roku-skoczyc-na-urlop-do-Szwecji: :) X-OS: FreeBSD X-Spam-Status: No, hits=-15.6 required=5.0 tests=FROM_ENDS_IN_NUMS,IN_REP_TO,REFERENCES,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. I'm not sure if this is the case, but i had similar problem konqueror I use: [mostly installed from packages] XFree86-4.3.0,1 XFree86-FontServer-4.3.0 XFree86-Server-4.3.0_2 XFree86-clients-4.3.0_1 XFree86-fontEncodings-4.3.0 XFree86-fontScalable-4.3.0 XFree86-libraries-4.3.0_1 Xft-2.1_3 kdebase-3.1_1 kdelibs-3.1 qt-3.1.1_4 Before the X upgrade konqueror worked fine, but after it, both konqueror and for instance opera ate all swap at startup and were killed by kernel. Truss showed konqueror was reading fonts files a lot. After rm ~/.xftcache ~/.fonts.cache-1 cd /usr/X11R6/lib/X11/fonts && find . -name fonts.cache-1 -delete it works :> Maybe that's the solution, you propably backuped your fonts dir before reinstalling X. -- ....creep.......... "I was stronger/I was better/Picked you out/Now don't say a word/ No don't yell out/Never mind/Let you out/Led you back/Stay on/Sit down/ Let it fall/Let it fall/Let it fall/Let it fall" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 12:49:36 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6FB037B401 for ; Mon, 24 Mar 2003 12:49:33 -0800 (PST) Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8D1E43F93 for ; Mon, 24 Mar 2003 12:49:32 -0800 (PST) (envelope-from ler@lerctr.org) Received: from lerlaptop.iadfw.net (lerlaptop.iadfw.net [206.66.13.21]) (authenticated bits=0) by lerami.lerctr.org (8.12.8/8.12.8/20030225) with ESMTP id h2OKnTfS026633 for ; Mon, 24 Mar 2003 14:49:30 -0600 (CST) Date: Mon, 24 Mar 2003 14:49:29 -0600 From: Larry Rosenman To: freebsd-stable@freebsd.org Subject: USB->Flash Message-ID: <381750000.1048538969@lerlaptop.iadfw.net> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Anyone got a good recommendation on a flash reader that supports both SmartMedia cards and SD/MMC cards (at least, can have more)? Needs to work on 4.8-RC or later OS. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 12:50:32 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F0537B401 for ; Mon, 24 Mar 2003 12:50:30 -0800 (PST) Received: from Chow.corp.media.net (rottie.media.net [66.113.65.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C90E943F75 for ; Mon, 24 Mar 2003 12:50:29 -0800 (PST) (envelope-from max.clark@media.net) Received: from media5wfh126d9 (74.0.6.10.IN-ADDR.ARPA [10.6.0.74]) by Chow.corp.media.net (Netscape Messaging Server 4.15) with SMTP id HC9TRH00.AD6 for ; Mon, 24 Mar 2003 12:47:41 -0800 From: "Max Clark" To: Subject: ftp proxy with cache Date: Mon, 24 Mar 2003 12:53:15 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=-5.7 required=5.0 tests=MSGID_GOOD_EXCHANGE autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I am looking to configure a ftp proxy for use over a low speed link. I would like to be able to ftp upload from a local lan connected client to this proxy, have the proxy server connect to the ftp server, spool the data transfer, and upload for as long as it takes over the link, giving the lan connect pc a fast session and the apearance of a fast transfer. Are there any proxy servers out there that do this? If not how would one build something like this? Thanks in advance, Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 13:54:27 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C0F337B401 for ; Mon, 24 Mar 2003 13:53:52 -0800 (PST) Received: from pan.gwi.net (pan.gwi.net [207.5.128.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D5543F75 for ; Mon, 24 Mar 2003 13:53:51 -0800 (PST) (envelope-from question@gwi.net) Received: from dargo.gwi (dargo.gwi.net [207.5.142.21]) by pan.gwi.net (8.12.6/8.12.6) with ESMTP id h2OLro0x043927 for ; Mon, 24 Mar 2003 16:53:50 -0500 (EST) (envelope-from question@gwi.net) Date: Mon, 24 Mar 2003 16:53:49 -0500 (EST) From: Lew A X-X-Sender: lewisa@dargo.gwi.net To: freebsd-stable@freebsd.org Subject: Upgrading from 4.5 to 4.7 problems. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-5.8 required=5.0 tests=USER_AGENT_PINE autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I've been running into a couple pathing problems during my installworld while upgrading from 4.5p23 to 4.7. Here are all the problems I've had during the installworld, total of : (Below is a list of the steps I took to do the upgrade) ;==> include/rpcsvc rpcgen -C -h -DWANT_NFS3 /usr/src/include/rpcsvc/sm_inter.x -o sm_inter.h rpcgen:No such file or directory *** Error code 1 Stop in /usr/src/include/rpcsvc. *** Error code 1 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. fixed, added /usr/bin/ in front of rpcgen, in include/rpcsvc/Makefile ---------- ===> games/fortune/datfiles tr a-zA-Z n-za-mN-ZA-M < /usr/src/games/fortune/datfiles/fortunes-o.real > fortunes-o tr: not found *** Error code 127 Stop in /usr/src/games/fortune/datfiles. *** Error code 1 Stop in /usr/src/games/fortune. *** Error code 1 Stop in /usr/src/games. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. fixed, added /usr/bin/ in front of tr, in games/fortune/datfiles/Makefile ---------- ===> share/termcap TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder ex: not found *** Error code 127 Stop in /usr/src/share/termcap. *** Error code 1 Stop in /usr/src/share. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. fixed, added /usr/bin/ in front of ex, in share/termcap/Makefile ---------- ===> share/termcap TERM=dumb TERMCAP=dumb: /usr/bin/ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder cap_mkdb termcap cap_mkdb:No such file or directory *** Error code 1 Stop in /usr/src/share/termcap. *** Error code 1 Stop in /usr/src/share. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. fixed, added /usr/bin/ in front of cap_mkdb, in share/termcap/Makefile --------------------------------------------------------------------------- These are the steps I use when doing the upgrade: cd /usr/local/etc/cvsup vi stable-supfile change *default release=cvs tag=RELENG_4_5 to *default release=cvs tag=RELENG_4_7 cd /usr/src make update /usr/src/usr.sbin/mergemaster/mergemaster.sh -p reboot into single usermode mount -a cd /usr/obj chflags -R noschg * rm -rf * chflags noschg /bin /usr/bin /sbin /usr/sbin cd /usr/src make -j4 buildworld make buildkernel make installkernel reboot into single usermode /sbin/mount -a cd /usr/src make installworld su -l root mergemaster chflags schg /bin /usr/bin /sbin /usr/sbin reboot test Thank you, Lew A GWI Operations --------------------------------- A tiger can smile A snake will say it loves you Lies make us evil --------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 14: 2:22 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B62537B401 for ; Mon, 24 Mar 2003 14:02:17 -0800 (PST) Received: from hub.org (hub.org [64.117.224.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8B343F3F for ; Mon, 24 Mar 2003 14:02:17 -0800 (PST) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [64.117.224.146]) by hub.org (Postfix) with ESMTP id BDA7E1038CD1 for ; Mon, 24 Mar 2003 14:33:48 -0400 (AST) Date: Mon, 24 Mar 2003 14:33:46 -0400 (AST) From: "Marc G. Fournier" To: freebsd-stable@freebsd.org Subject: kernel trap 19 with interrupts disabled ... ? Message-ID: <20030324143022.Q14310@hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Evening all ... Just got this pointed out to me this afternoon when I got to work: Mar 21 16:53:33 nemesis /kernel: kernel trap 19 with interrupts disabled Mar 21 16:53:33 nemesis /kernel: NMI ISA 34, EISA ff The kernel is: FreeBSD 4.8-RC #5: Mon Mar 10 15:40:02 AST 2003 I don't have a core dump, since I just dont' have the swap space on this server to dump core to, but its an IBM servers, two CPU, with hyperthreading: Mar 21 17:00:09 nemesis /kernel: Copyright (c) 1992-2003 The FreeBSD Project. Mar 21 17:00:09 nemesis /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Mar 21 17:00:09 nemesis /kernel: The Regents of the University of California. All rights reserved. Mar 21 17:00:09 nemesis /kernel: FreeBSD 4.8-RC #5: Mon Mar 10 15:40:02 AST 2003 Mar 21 17:00:09 nemesis /kernel: root@demeter.acadiau.ca:/usr/obj/usr/src/sys/nemesis Mar 21 17:00:09 nemesis /kernel: Timecounter "i8254" frequency 1193182 Hz Mar 21 17:00:09 nemesis /kernel: CPU: Intel(R) Xeon(TM) CPU 1.50GHz (1500.27-MHz 686-class CPU) Mar 21 17:00:09 nemesis /kernel: Origin = "GenuineIntel" Id = 0xf11 Stepping = 1 Mar 21 17:00:09 nemesis /kernel: Features=0x3febfbff Mar 21 17:00:09 nemesis /kernel: Hyperthreading: 2 logical CPUs Mar 21 17:00:09 nemesis /kernel: real memory = 3742273536 (3654564K bytes) Mar 21 17:00:09 nemesis /kernel: avail memory = 3645218816 (3559784K bytes) Mar 21 17:00:09 nemesis /kernel: APIC_IO: MP table broken: 8259->APIC entry missing! Mar 21 17:00:09 nemesis /kernel: Programming 51 pins in IOAPIC #0 Mar 21 17:00:09 nemesis /kernel: IOAPIC #0 intpin 2 -> irq 0 Mar 21 17:00:09 nemesis /kernel: IOAPIC #0 intpin 36 -> irq 9 Mar 21 17:00:09 nemesis /kernel: FreeBSD/SMP: Multiprocessor motherboard Mar 21 17:00:09 nemesis /kernel: cpu0 (BSP): apic id: 0, version: 0x00050014, at 0xfee00000 Mar 21 17:00:09 nemesis /kernel: cpu1 (AP): apic id: 1, version: 0x00050014, at 0xfee00000 Mar 21 17:00:09 nemesis /kernel: cpu2 (AP): apic id: 4, version: 0x00050014, at 0xfee00000 Mar 21 17:00:09 nemesis /kernel: cpu3 (AP): apic id: 5, version: 0x00050014, at 0xfee00000 Mar 21 17:00:09 nemesis /kernel: io0 (APIC): apic id: 14, version: 0x00320011, at 0xfeca0000 Mar 21 17:00:09 nemesis /kernel: Preloaded elf kernel "kernel" at 0xc02b6000. Mar 21 17:00:09 nemesis /kernel: Pentium Pro MTRR support enabled The server itself has been quite stable, but this is the one where I have to set the PCI Bridge ID in pciconf.c myself, since IBM made a slight change (reported almost a year ago) ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 14: 4:47 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A79B237B401 for ; Mon, 24 Mar 2003 14:04:41 -0800 (PST) Received: from ns1.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD11643F75 for ; Mon, 24 Mar 2003 14:04:40 -0800 (PST) (envelope-from friar_josh@webwarrior.net) Received: by ns1.webwarrior.net (Postfix, from userid 1003) id 22469253B3; Mon, 24 Mar 2003 16:04:40 -0600 (CST) Date: Mon, 24 Mar 2003 16:04:40 -0600 From: Josh Paetzel To: Lew A Cc: freebsd-stable@freebsd.org Subject: Re: Upgrading from 4.5 to 4.7 problems. Message-ID: <20030324220440.GD716@ns1.webwarrior.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Spam-Status: No, hits=-32.7 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 24, 2003 at 04:53:49PM -0500, Lew A wrote: > Hello, > > I've been running into a couple pathing problems during my installworld > while upgrading from 4.5p23 to 4.7. > > Here are all the problems I've had during the installworld, total of : > (Below is a list of the steps I took to do the upgrade) > > ;==> include/rpcsvc > rpcgen -C -h -DWANT_NFS3 /usr/src/include/rpcsvc/sm_inter.x -o sm_inter.h > rpcgen:No such file or directory > *** Error code 1 > > Stop in /usr/src/include/rpcsvc. > *** Error code 1 > > Stop in /usr/src/include. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > fixed, added /usr/bin/ in front of rpcgen, in include/rpcsvc/Makefile > > ---------- > > ===> games/fortune/datfiles > tr a-zA-Z n-za-mN-ZA-M < /usr/src/games/fortune/datfiles/fortunes-o.real > > fortunes-o > tr: not found > *** Error code 127 > > Stop in /usr/src/games/fortune/datfiles. > *** Error code 1 > > Stop in /usr/src/games/fortune. > *** Error code 1 > > Stop in /usr/src/games. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > fixed, added /usr/bin/ in front of tr, in > games/fortune/datfiles/Makefile > > ---------- > > ===> share/termcap > TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src < > /usr/src/share/termcap/reorder > ex: not found > *** Error code 127 > > Stop in /usr/src/share/termcap. > *** Error code 1 > > Stop in /usr/src/share. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > fixed, added /usr/bin/ in front of ex, in share/termcap/Makefile > > ---------- > > ===> share/termcap > TERM=dumb TERMCAP=dumb: /usr/bin/ex - /usr/src/share/termcap/termcap.src < > /usr/src/share/termcap/reorder > cap_mkdb termcap > cap_mkdb:No such file or directory > *** Error code 1 > > Stop in /usr/src/share/termcap. > *** Error code 1 > > Stop in /usr/src/share. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > fixed, added /usr/bin/ in front of cap_mkdb, in share/termcap/Makefile > > --------------------------------------------------------------------------- > > These are the steps I use when doing the upgrade: > cd /usr/local/etc/cvsup > vi stable-supfile > change *default release=cvs tag=RELENG_4_5 > to *default release=cvs tag=RELENG_4_7 > cd /usr/src > make update > /usr/src/usr.sbin/mergemaster/mergemaster.sh -p > reboot into single usermode > mount -a > cd /usr/obj > chflags -R noschg * > rm -rf * > chflags noschg /bin /usr/bin /sbin /usr/sbin > cd /usr/src > make -j4 buildworld > make buildkernel > make installkernel > > reboot into single usermode > /sbin/mount -a > cd /usr/src > make installworld > su -l root > mergemaster > chflags schg /bin /usr/bin /sbin /usr/sbin > > reboot > test > > Thank you, > Lew A > GWI Operations > I've had problems with make buildworld bombing out on me using -j4 as a switch. It's always worked for me to rm -rf /usr/obj and restart the build using just plain make buildworld. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 14:18: 7 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC4037B404 for ; Mon, 24 Mar 2003 14:18:05 -0800 (PST) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2F643F3F for ; Mon, 24 Mar 2003 14:18:03 -0800 (PST) (envelope-from kirk@strauser.com) Received: from pooh.honeypot.net.strauser.com (kirk@pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.8/8.12.7) with ESMTP id h2OMI1Zh084119 for ; Mon, 24 Mar 2003 16:18:02 -0600 (CST) (envelope-from kirk@strauser.com) To: freebsd-stable@freebsd.org Subject: Re: Upgrading from 4.5 to 4.7 problems. From: Kirk Strauser Date: Mon, 24 Mar 2003 16:17:58 -0600 In-Reply-To: (Lew A's message of "Mon, 24 Mar 2003 16:53:49 -0500 (EST)") Message-ID: <87ptogh0ix.fsf@pooh.honeypot.net> Lines: 15 X-Mailer: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux) References: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Spam-Status: No, hits=-26.1 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Content-Transfer-Encoding: quoted-printable At 2003-03-24T21:53:49Z, Lew A writes: > I've been running into a couple pathing problems during my installworld > while upgrading from 4.5p23 to 4.7. Is this a bad time to mention that 4.8 is due out at any moment? > reboot into single usermode Because this is a point of confusion for some, could you tell us exactly what you did to reboot into single user mode? =2D-=20 Kirk Strauser In Googlis non est, ergo non est. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA+f4QZ5sRg+Y0CpvERAo8EAJ9/FTzFH8gYavZRWp59rQ/+Nz9hoQCZAYAb TzD1RrcicnHsckkdGoLNxkI= =FFUI -----END PGP SIGNATURE----- --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 15:35: 1 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11E7137B401 for ; Mon, 24 Mar 2003 15:34:59 -0800 (PST) Received: from fubar.adept.org (fubar.adept.org [63.147.172.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D22043FAF for ; Mon, 24 Mar 2003 15:34:58 -0800 (PST) (envelope-from mike@adept.org) Received: by fubar.adept.org (Postfix, from userid 1001) id 90B891522A; Mon, 24 Mar 2003 15:34:21 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by fubar.adept.org (Postfix) with ESMTP id 8FF1E15227 for ; Mon, 24 Mar 2003 15:34:21 -0800 (PST) Date: Mon, 24 Mar 2003 15:34:21 -0800 (PST) From: Mike Hoskins To: stable@freebsd.org Subject: Re: ftp proxy with cache In-Reply-To: Message-ID: <20030324153223.J15938-100000@fubar.adept.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-19.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 24 Mar 2003, Max Clark wrote: > I am looking to configure a ftp proxy for use over a low speed link. I would > like to be able to ftp upload from a local lan connected client to this > proxy, have the proxy server connect to the ftp server, spool the data > transfer, and upload for as long as it takes over the link, giving the lan > connect pc a fast session and the apearance of a fast transfer. I haven't used something like this in quite awhile, and at the time it was a tool called FXP for Windoze... However... > Are there any proxy servers out there that do this? If not how would one > build something like this? Have you looked through the ports collection? A few options there, mike@mojo{ports}$ make search key="ftp proxy" Port: frox-0.7.4 Path: /usr/ports/ftp/frox Info: Transparent FTP proxy with caching support Maint: sem@ciam.ru Index: ftp B-deps: expat-1.95.6_1 gettext-0.11.5_1 gmake-3.80 libiconv-1.8_2 R-deps: Port: ftpproxy-1.1.5 Path: /usr/ports/ftp/ftpproxy Info: A ftp proxy Maint: philippe@le-berre.com Index: ftp B-deps: R-deps: Port: jftpgw-0.13.2 Path: /usr/ports/ftp/jftpgw Info: Highly configurable FTP proxy Maint: se@FreeBSD.org Index: ftp B-deps: R-deps: -mrh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 16: 6:43 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B6237B404 for ; Mon, 24 Mar 2003 16:06:34 -0800 (PST) Received: from Chow.corp.media.net (rottie.media.net [66.113.65.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D39043F85 for ; Mon, 24 Mar 2003 16:06:33 -0800 (PST) (envelope-from max.clark@media.net) Received: from media5wfh126d9 (74.0.6.10.IN-ADDR.ARPA [10.6.0.74]) by Chow.corp.media.net (Netscape Messaging Server 4.15) with SMTP id HCA2U600.6BF for ; Mon, 24 Mar 2003 16:03:42 -0800 From: "Max Clark" To: Subject: RE: ftp proxy with cache Date: Mon, 24 Mar 2003 16:09:18 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20030324153223.J15938-100000@fubar.adept.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=-17.0 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,MSGID_GOOD_EXCHANGE, ORIGINAL_MESSAGE,QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the reply, I've been looking at those ftp proxy's already. I was looking to see if I could find anyone with specific experience to the configuration that I am looking at. Specifically not a download cache, but an upload spool. Thanks, Max -----Original Message----- From: owner-freebsd-stable@FreeBSD.ORG [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Mike Hoskins Sent: Monday, March 24, 2003 3:34 PM To: stable@freebsd.org Subject: Re: ftp proxy with cache On Mon, 24 Mar 2003, Max Clark wrote: > I am looking to configure a ftp proxy for use over a low speed link. I would > like to be able to ftp upload from a local lan connected client to this > proxy, have the proxy server connect to the ftp server, spool the data > transfer, and upload for as long as it takes over the link, giving the lan > connect pc a fast session and the apearance of a fast transfer. I haven't used something like this in quite awhile, and at the time it was a tool called FXP for Windoze... However... > Are there any proxy servers out there that do this? If not how would one > build something like this? Have you looked through the ports collection? A few options there, mike@mojo{ports}$ make search key="ftp proxy" Port: frox-0.7.4 Path: /usr/ports/ftp/frox Info: Transparent FTP proxy with caching support Maint: sem@ciam.ru Index: ftp B-deps: expat-1.95.6_1 gettext-0.11.5_1 gmake-3.80 libiconv-1.8_2 R-deps: Port: ftpproxy-1.1.5 Path: /usr/ports/ftp/ftpproxy Info: A ftp proxy Maint: philippe@le-berre.com Index: ftp B-deps: R-deps: Port: jftpgw-0.13.2 Path: /usr/ports/ftp/jftpgw Info: Highly configurable FTP proxy Maint: se@FreeBSD.org Index: ftp B-deps: R-deps: -mrh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 17:38:42 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 957D137B401; Mon, 24 Mar 2003 17:38:38 -0800 (PST) Received: from builder.freebsdmall.com (builder.freebsdmall.com [65.86.180.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1D143F75; Mon, 24 Mar 2003 17:38:37 -0800 (PST) (envelope-from murray@builder.freebsdmall.com) Received: (from root@localhost) by builder.freebsdmall.com (8.12.8/8.11.6) id h2P1cbF5003569; Mon, 24 Mar 2003 17:38:37 -0800 (PST) (envelope-from murray) Date: Mon, 24 Mar 2003 17:38:37 -0800 From: Murray Stokely To: stable@FreeBSD.org Cc: re@FreeBSD.org Subject: A number of fixes still in the queue for 4.8 Message-ID: <20030324173837.M224@freebsdmall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D X-Spam-Status: No, hits=-19.5 required=5.0 tests=AWL,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG We're not ready to release today as originally scheduled. There are pending driver fixes, and fixes to support a number of important applications in the ports tree. We will follow up with more details soon. - Murray / RE team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 18: 9:23 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 357FB37B401 for ; Mon, 24 Mar 2003 18:09:20 -0800 (PST) Received: from mercury.teksupport.net.au (mercury.teksupport.net.au [203.17.1.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id E168D43F93 for ; Mon, 24 Mar 2003 18:09:18 -0800 (PST) (envelope-from robseco@teksupport.net.au) Received: from warlock (portcullis2.teksupport.net.au [203.17.1.10]) by mercury.teksupport.net.au (8.12.2/8.12.2) with SMTP id h2P29GLp038399 for ; Tue, 25 Mar 2003 13:09:17 +1100 (EST) (envelope-from robseco@teksupport.net.au) From: "Rob Secombe" To: Subject: RE: A number of fixes still in the queue for 4.8 Date: Tue, 25 Mar 2003 13:09:16 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20030324173837.M224@freebsdmall.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-RAVMilter-Version: 8.3.1(snapshot 20020109) (mercury.teksupport.net.au) X-Spam-Status: No, hits=-9.4 required=5.0 tests=FORGED_MUA_OIMO,IN_REP_TO,MSGID_GOOD_EXCHANGE, QUOTED_EMAIL_TEXT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Just by the way, I checked out 4.8-PRERELEASE in late Feb to fix a problem with the "vr" ethernet driver and then could not get a VPN tunnel that was working with 4.7-RELEASE to work. I had to resolve the problem quickly, so I ended up compiling the current "vr" code into 4.7. I used IPSEC/Racoon and the "gif" device to create the tunnel. I did not have time to investigate it further but someone may want to take a look it before 4.8 is released. Cheers Rob Secombe Teksupport Pty Ltd. > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Murray Stokely > Sent: Tuesday, March 25, 2003 12:39 PM > To: stable@FreeBSD.ORG > Cc: re@FreeBSD.ORG > Subject: A number of fixes still in the queue for 4.8 > > > We're not ready to release today as originally scheduled. There are > pending driver fixes, and fixes to support a number of important > applications in the ports tree. We will follow up with more details > soon. > > - Murray / RE team > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 18:16: 0 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC21137B405 for ; Mon, 24 Mar 2003 18:15:57 -0800 (PST) Received: from bsd.masp.srv.br (bsd.masp.srv.br [200.223.149.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 6EA4B43F85 for ; Mon, 24 Mar 2003 18:15:55 -0800 (PST) (envelope-from fabio@isec.com.br) Received: (qmail 33739 invoked from network); 25 Mar 2003 02:17:03 -0000 Received: from unknown (HELO borg) (200.164.0.100) by bsd.masp.srv.br with SMTP; 25 Mar 2003 02:17:03 -0000 Message-ID: <000d01c2f274$50deebf0$0700000a@borg> From: "Fabio Vilan Dias" To: , , Subject: User-PPP MTU/MRU - LCP Problem Date: Mon, 24 Mar 2003 23:14:50 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=1.8 required=5.0 tests=RCVD_IN_RFCI version=2.50 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There is a problem in user-ppp LCP negotation that sometimes the assigned tun0 MTU is incorrectly set. I've sent this msg to brian (the freebsd user-ppp responsible), and then submited a bug report (patch example included) on Feb 17, but I haven't heard anything from him (or anyone else) since them, maybe he's away or something... http://www.freebsd.org/cgi/query-pr.cgi?pr=48378 If someone can handle this, and as 4.8-release has been postponed, can have this fixed on it, it would be great. There seems to be many users with this problem, specially regarding PPPoE and other interfaces with non-standard MTU of 1500. Read the bug report for more information about the problem and a patch example. Thanks -- Fabio Vilan "Any sufficiently advanced technology is indistinguishable from magic." Arthur C. Clarke's Third Law, from Profiles of the Future To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 19:22:12 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81AF037B43A for ; Mon, 24 Mar 2003 19:05:10 -0800 (PST) Received: from umh001.norfolk.va.infi.net (umr001.norfolk.va.infi.net [209.97.16.105]) by mx1.FreeBSD.org (Postfix) with SMTP id 69FBA43F93 for ; Mon, 24 Mar 2003 19:05:07 -0800 (PST) (envelope-from scotrn@cox.net) Received: through eSafe SMTP Relay 1045752069; Mon Mar 24 21:55:47 2003 Received: from inf032 (ip68-10-94-65.rn.hr.cox.net [68.10.94.65]) by umh001.norfolk.va.infi.net (8.12.8/8.12.2) with SMTP id h2P2xSFo015630 for ; Mon, 24 Mar 2003 21:59:29 -0500 (EST) From: "Scot" To: "FreeBSD Stable" Subject: Natd stops working on Firewall Date: Mon, 24 Mar 2003 21:52:32 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=-5.7 required=5.0 tests=MSGID_GOOD_EXCHANGE autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi; Just setup my FreeBSD 4.7 Firewall using the docs outlined in the handbook. The install went on and everything seems to be working fine then boom. The system seems to stop routing traffic. No messages in the security log or natd log as to why. I made sure it was logging by nmaping my box from the outside. I even ran natd in the foreground and it still didn't tell me what was going on. There is nothing in any logfile that tells me why this thing just stops working so I'm thinking it may not be a daemon but something in the kernel. I cannot ping the interface from the internal network but tcpdump shows the packets being received. (Hub network firewall_type=SIMPLE ). If I logon to the console the cable modem connection is still functioning and I can surf from the firewall. Any ideas on where to look next ?? Cable modem using dhcp -> 192.168 home network on PPro w/280 MB ram. Intel Pro 10/100b/100+ Ethernet This card is a PCI card with 2 interfaces. Standard Xuser install + Kernel sources. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 19:25:17 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4566C37B446 for ; Mon, 24 Mar 2003 19:07:04 -0800 (PST) Received: from dns1.vizion2000.net (dns1.vizion2000.net [64.58.171.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1509D43FA3 for ; Mon, 24 Mar 2003 19:07:03 -0800 (PST) (envelope-from vizion@ixpres.com) Received: from vizion (vizion.vizion2000.net [64.58.171.92]) by dns1.vizion2000.net (8.11.6/8.11.6) with SMTP id h2P3ZKk28218 for ; Mon, 24 Mar 2003 19:35:21 -0800 (PST) (envelope-from vizion@ixpres.com) Message-ID: <00ac01c2f279$147260c0$15b55042@vizion2000.net> From: "vizion communication" To: "FreeBSD Stable" Subject: Weird problem!! Date: Mon, 24 Mar 2003 18:48:55 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=0.3 required=5.0 tests=MSG_ID_ADDED_BY_MTA_3 version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi guys -- does anyone have any notion what might be causing my network card to randomly cease to function. The server is a compaq Proliant 5500 with quad zeons with a 4 portANA-6944A/TX card. The output from ifconfig is shown below. After running anything from 2hours to 48 hours all the ports suddenly hang. If I reboot the system then we run fine. Any ideas anyone? David de0: flags=8843 mtu 1500 inet 66.80.181.2 netmask 0xffffffc0 broadcast 66.80.181.63 inet6 fe80::200:d1ff:fe1c:c4f9%de0 prefixlen 64 scopeid 0x1 ether 00:00:d1:1c:c4:f9 media: Ethernet autoselect (10baseT/UTP) status: active de1: flags=8843 mtu 1500 inet 64.58.171.83 netmask 0xfffffff0 broadcast 64.58.171.95 inet6 fe80::200:d1ff:fe1c:c4fa%de1 prefixlen 64 scopeid 0x2 ether 00:00:d1:1c:c4:fa media: Ethernet autoselect (100baseTX ) status: active de2: flags=8843 mtu 1500 inet 66.80.181.66 netmask 0xffffffc0 broadcast 66.80.181.127 inet6 fe80::200:d1ff:fe1c:c4fb%de2 prefixlen 64 scopeid 0x3 ether 00:00:d1:1c:c4:fb media: Ethernet autoselect (10baseT/UTP) status: active de3: flags=8c02 mtu 1500 ether 00:00:d1:1c:c4:fc media: Ethernet autoselect lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 faith0: flags=8002 mtu 1500 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 19:39: 2 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB2D137B439 for ; Mon, 24 Mar 2003 19:38:58 -0800 (PST) Received: from fubar.adept.org (fubar.adept.org [63.147.172.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B5543F75 for ; Mon, 24 Mar 2003 19:38:58 -0800 (PST) (envelope-from mike@adept.org) Received: by fubar.adept.org (Postfix, from userid 1001) id 7DE3E15227; Mon, 24 Mar 2003 19:38:57 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by fubar.adept.org (Postfix) with ESMTP id 7D24A15226 for ; Mon, 24 Mar 2003 19:38:57 -0800 (PST) Date: Mon, 24 Mar 2003 19:38:57 -0800 (PST) From: Mike Hoskins To: stable@freebsd.org Subject: Re: Weird problem!! In-Reply-To: <00ac01c2f279$147260c0$15b55042@vizion2000.net> Message-ID: <20030324193549.C703-100000@fubar.adept.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-14.6 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 24 Mar 2003, vizion communication wrote: > The server is a compaq Proliant 5500 with quad zeons with a > 4 portANA-6944A/TX card. The output from ifconfig is shown > below. Have you searched the arcives for entries relating to this card? There have been issues reported in the past, and I've even had issues with the same card under Linux. (The cards got tore out and replaced with Intel's.) Assuming the card is functioning correctly, it may be IRQ related... Do you have an updated BIOS installed on the machine? That's a common reccomendation. Additional output from pciconf, verbose boot, etc. is probably needed to say more. -- "Since when is skepticism un-American? Dissent's not treason but they talk like it's the same..." --Sleater-Kinney, "Combat Rock" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 20: 4:40 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F7537B401 for ; Mon, 24 Mar 2003 20:04:37 -0800 (PST) Received: from fubar.adept.org (fubar.adept.org [63.147.172.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA8E643FB1 for ; Mon, 24 Mar 2003 20:04:36 -0800 (PST) (envelope-from mike@adept.org) Received: by fubar.adept.org (Postfix, from userid 1001) id 5FD9B15227; Mon, 24 Mar 2003 20:04:36 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by fubar.adept.org (Postfix) with ESMTP id 5F0C815226 for ; Mon, 24 Mar 2003 20:04:36 -0800 (PST) Date: Mon, 24 Mar 2003 20:04:36 -0800 (PST) From: Mike Hoskins To: stable@freebsd.org Subject: Re: Natd stops working on Firewall In-Reply-To: Message-ID: <20030324194108.P703-100000@fubar.adept.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-18.3 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 24 Mar 2003, Scot wrote: > Just setup my FreeBSD 4.7 Firewall using the docs > outlined in the handbook. The install went on and > everything seems to be working fine then boom. > The system seems to stop routing traffic. No > messages in the security log or natd log as to why. What happened when things stopped working? (What was going on when it went boom?) Does /var/log/messages say anything? > I made sure it was logging by nmaping my box from the > outside. I even ran natd in the foreground and it still didn't > tell me what was going on. I assume you mean with -verbose or -v? What flags do you usually give natd (maybe paste natd.conf, if used)? > There is nothing in any logfile that tells me why this thing > just stops working so I'm thinking it may not be a daemon but > something in the kernel. More on this below... > I cannot ping the interface from the internal network but tcpdump shows > the packets being received. (Hub network firewall_type=SIMPLE ). You edited rc.firewall $oif, $onet, etc. variables for your setup, correct? I'd assume so or it wouldn't work at all. Take a look at your rules with ipfw list or show. Is ICMP allowed? Also see firewall(7) for more helpful notes. > If I logon to the console the cable modem connection is still functioning > and I can surf from the firewall. So it's just the internal clients that cease to function? If the firewall/gateway itself is working properly, that may explain the lack of problematic output in log files noted above. OTOH, if you `sh rc.firewall` with firewall_type="open" do the clients immediately begin to work? Is this something that works again each time you reboot? Have you had this working in the past, or is this a first attempt? -- "Since when is skepticism un-American? Dissent's not treason but they talk like it's the same..." --Sleater-Kinney, "Combat Rock" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 20:18:40 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD75B37B401 for ; Mon, 24 Mar 2003 20:18:36 -0800 (PST) Received: from fe3.cox-internet.com (fe3-cox.cox-internet.com [66.76.2.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 479BA43F3F for ; Mon, 24 Mar 2003 20:18:36 -0800 (PST) (envelope-from daved@nostrum.com) Received: from nostrum.com ([208.180.29.144]) by fe3.cox-internet.com (InterMail vK.4.04.00.02 201-232-139-20020803 license 9a2f9096933fa391a6c2fc942f8b01bd) with ESMTP id <20030325041835.RKDF20598.fe3@nostrum.com> for ; Mon, 24 Mar 2003 22:18:35 -0600 Date: Mon, 24 Mar 2003 22:18:37 -0600 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Resolver Issues (non valid hostname characters) From: David J Duchscher To: freebsd-stable@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.551) X-Spam-Status: No, hits=-2.1 required=5.0 tests=USER_AGENT_APPLEMAIL autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems that the use of invalid characters in hostnames is cropping up more and more. Besides complaining to the offending site which often doesn't work, I was wondering if these restrictions on FreeBSD should be re-examined. At this time, it seems that many OSes are no longer enforcing this requirement or never have. In my case, I am running into a hostnames with an underscore character in the name. It seems that Linux, MacOS X, Solaris and Windows all allow this hostname to resolve but FreeBSD, as well as the other *BSD, reject it. Should FreeBSD follow suit? DaveD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 21:11:35 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CCF237B401; Mon, 24 Mar 2003 21:11:33 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.64.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B4143F75; Mon, 24 Mar 2003 21:11:32 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from 207.179.77.144 ([207.179.77.144]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Tue, 25 Mar 2003 00:11:13 -0500 From: taxman To: Murray Stokely , stable@FreeBSD.org Subject: Re: A number of fixes still in the queue for 4.8 Date: Tue, 25 Mar 2003 00:14:51 -0500 User-Agent: KMail/1.5 Cc: re@FreeBSD.org References: <20030324173837.M224@freebsdmall.com> In-Reply-To: <20030324173837.M224@freebsdmall.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303250014.51153.taxman@acd.net> X-OriginalArrivalTime: 25 Mar 2003 05:11:14.0429 (UTC) FILETIME=[F5483AD0:01C2F28C] X-Spam-Status: No, hits=-25.3 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 24 March 2003 08:38 pm, Murray Stokely wrote: > We're not ready to release today as originally scheduled. There are > pending driver fixes, and fixes to support a number of important > applications in the ports tree. We will follow up with more details > soon. > > - Murray / RE team I'm sure it's a pain to keep the code frozen for so long, and I hate to be repetitive, but I for one am very glad that the RE team usually does the right thing and delays a release when necessary to get it working. I guess I'd rather have the last release branch semi-open for bug fixes only. I also fully realize: a) that this could be too much more work than the release branches are already. b) fixing one bug can cause three more to pop up. I think the release branches for security the way they are are great anyway. Thanks Murray and the whole RE team. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 21:32: 2 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65DD637B401 for ; Mon, 24 Mar 2003 21:31:58 -0800 (PST) Received: from mobile.hub.org (u173n136.eastlink.ca [24.224.173.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF2E143FAF for ; Mon, 24 Mar 2003 21:31:57 -0800 (PST) (envelope-from scrappy@hub.org) Received: by mobile.hub.org (Postfix, from userid 1000) id 881BA3E1E; Tue, 25 Mar 2003 01:31:56 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by mobile.hub.org (Postfix) with ESMTP id 79CE73E19 for ; Tue, 25 Mar 2003 01:31:56 -0400 (AST) Date: Tue, 25 Mar 2003 01:31:56 -0400 (AST) From: The Hermit Hacker X-X-Sender: scrappy@localhost To: freebsd-stable@freebsd.org Subject: kmem_malloc(16384): kmem_map too small: 230162432 total allocated Message-ID: <20030325012956.K65381@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Evening all ... I'm getting the above ever few days on the server that I'm having the problems with increating VM_KMEM_SIZE, due to the problem with the Adaptec controller that Scott is looking into ... I have KVA_PAGES set to 512 on that machine ... is there any way of fixing the above without increasing VM_KMEM_SIZE while waiting for the fix for the Adaptec driver? OR do I just have to live with the reboot ever few days? Thanks ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 23:30:17 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 034E037B41D for ; Mon, 24 Mar 2003 23:29:58 -0800 (PST) Received: from web41110.mail.yahoo.com (web41110.mail.yahoo.com [66.218.93.26]) by mx1.FreeBSD.org (Postfix) with SMTP id 2CA404404D for ; Mon, 24 Mar 2003 22:58:53 -0800 (PST) (envelope-from jmkatcher@yahoo.com) Message-ID: <20030325065853.11792.qmail@web41110.mail.yahoo.com> Received: from [65.173.38.95] by web41110.mail.yahoo.com via HTTP; Mon, 24 Mar 2003 22:58:53 PST Date: Mon, 24 Mar 2003 22:58:53 -0800 (PST) From: Jeffrey Katcher Subject: Is libvgl broken in 4.7-STABLE/4.8RC? To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to use vgl for the 1st time and seem to be getting nowhere, even with the demo (in share/examples/libvgl) which just hangs. Inserting some debug code tells me that it's not even initializing right in VGLInit with an ioctl to get the screen mode crapping out. My system is an IBM X24 (some sort of mobile Radeon) running 4.7STABLE (currently 4.8RC). Has anyone seen this behavior? Everything on the system including XFree and virtual consoles (syscons) works beautifully, so the display subsystem seems hunky-dory. Any advice? Thanks in advance, Jeff Katcher __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Mar 24 23:37:17 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AFDC37B405 for ; Mon, 24 Mar 2003 23:37:13 -0800 (PST) Received: from lightning.adam.com.au (lightning.adam.com.au [203.2.124.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1040C43F93 for ; Mon, 24 Mar 2003 23:37:11 -0800 (PST) (envelope-from bastill@adam.com.au) Received: (qmail 83608 invoked by uid 65534); 25 Mar 2003 07:35:51 -0000 Received: from 202.6.151.91 ( [202.6.151.91]) as user bastill@mail.adam.com.au by webmail.adam.com.au with HTTP; Tue, 25 Mar 2003 18:05:50 +1030 Message-ID: <1048577750.3e8006d6ec9ee@webmail.adam.com.au> Date: Tue, 25 Mar 2003 18:05:50 +1030 From: bastill@adam.com.au To: William Palfreman Cc: Claus Assmann , freebsd-stable@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: sendmail issue References: <7931E2E61A63FB4D9F0DECE73E05C6366B31@conrad.sohotech.ca> <1048464805.3e7e4da603d04@webmail.adam.com.au> <20030323163319.A16796@zardoc.esmtp.org> <1048510619.3e7f009b856b9@webmail.adam.com.au> <20030324134319.Q12270@ndhn.yna.cnyserzna.pbz> In-Reply-To: <20030324134319.Q12270@ndhn.yna.cnyserzna.pbz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 202.6.151.91 X-Spam-Status: No, hits=-15.4 required=5.0 tests=AWL,IN_REP_TO,NO_REAL_NAME,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_IMP autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting William Palfreman : > Extrafinally, how about we move this to questions@freebsd.org? I've > added to the CC. Please don't! I am going away for a few days, and as I have to rely on webmail and a restricted ISP mail storage limit, I have temporarily unsubscribed from - questions. Understand and respect your motive, though. -- Brian ----------------------------------------------- This message sent through Adam Internet Webmail http://www.adam.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 0: 9:10 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A75A37B401; Tue, 25 Mar 2003 00:09:06 -0800 (PST) Received: from jawa.at (jawa.at [213.229.17.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFA7243F3F; Tue, 25 Mar 2003 00:09:04 -0800 (PST) (envelope-from mbretter@jawa.at) Received: from jawa.at (dings.jawa.at [192.168.200.60]) by jawa.at (8.12.6/8.12.6) with ESMTP id h2P8901Z029948; Tue, 25 Mar 2003 09:09:00 +0100 (CET) (envelope-from mbretter@jawa.at) Message-ID: <3E800E9E.3030408@jawa.at> Date: Tue, 25 Mar 2003 09:09:02 +0100 From: Michael Bretterklieber Organization: JAWA Management Software GmbH User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.2.1) Gecko/20021130 X-Accept-Language: de, en MIME-Version: 1.0 To: Fabio Vilan Dias Cc: freebsd-hackers@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: User-PPP MTU/MRU - LCP Problem References: <000d01c2f274$50deebf0$0700000a@borg> In-Reply-To: <000d01c2f274$50deebf0$0700000a@borg> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-31.7 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, SIGNATURE_LONG_DENSE,USER_AGENT_MOZILLA_UA version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Fabio Vilan Dias schrieb: > There is a problem in user-ppp LCP negotation that sometimes the assigned > tun0 MTU is incorrectly set. > > I've sent this msg to brian (the freebsd user-ppp responsible), and then > submited a bug report (patch example included) on Feb 17, but I haven't > heard anything from him (or anyone else) since them, maybe he's away or > something... I also tried in the last 2 or 3 months 3 times to contact him because I have patches for libradius, but never got any response. It seems that userland-ppp (and some other things) are currently "un-maintained". bye, -- ------------------------------- ---------------------------------- Michael Bretterklieber - Michael.Bretterklieber@jawa.at JAWA Management Software GmbH - http://www.jawa.at Liebenauer Hauptstr. 200 -------------- privat ------------ A-8041 GRAZ GSM: ++43-(0)676-84 03 15 712 Tel: ++43-(0)316-403274-12 E-mail: michael@bretterklieber.com Fax: ++43-(0)316-403274-10 http://www.bretterklieber.com ------------------------------- ---------------------------------- "...the number of UNIX installations has grown to 10, with more expected..." - Dennis Ritchie and Ken Thompson, June 1972 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 1:21: 8 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F45A37B404; Tue, 25 Mar 2003 01:21:02 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1AF043FAF; Tue, 25 Mar 2003 01:20:34 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) by whale.sunbay.crimea.ua (8.12.8/8.12.8/Sunbay) with ESMTP id h2P9K80J076719 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 25 Mar 2003 11:20:08 +0200 (EET) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.8/8.12.8/Submit) id h2P9K8Oa076714; Tue, 25 Mar 2003 11:20:08 +0200 (EET) (envelope-from ru) Date: Tue, 25 Mar 2003 11:20:08 +0200 From: Ruslan Ermilov To: Scot Cc: FreeBSD Stable , ipfw@FreeBSD.ORG Subject: Re: Natd stops working on Firewall Message-ID: <20030325092007.GB73657@sunbay.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="61jdw2sOBCFtR2d/" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-22.2 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --61jdw2sOBCFtR2d/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 24, 2003 at 09:52:32PM -0500, Scot wrote: > Hi;=20 >=20 > Just setup my FreeBSD 4.7 Firewall using the docs=20 > outlined in the handbook. >=20 What docs you have used to set up the firewall? > The install went on and=20 > everything seems to be working fine then boom.=20 > The system seems to stop routing traffic. No=20 > messages in the security log or natd log as to why.=20 >=20 > I made sure it was logging by nmaping my box from the=20 > outside. I even ran natd in the foreground and it still didn't=20 > tell me what was going on.=20 >=20 > There is nothing in any logfile that tells me why this thing=20 > just stops working so I'm thinking it may not be a daemon but > something in the kernel.=20 >=20 > I cannot ping the interface from the internal network but tcpdump shows= =20 > the packets being received. (Hub network firewall_type=3DSIMPLE ). > =20 > If I logon to the console the cable modem connection is still functioning= =20 > and I can surf from the firewall.=20 >=20 > Any ideas on where to look next ??=20 >=20 >=20 > Cable modem using dhcp -> 192.168 home network on=20 > PPro w/280 MB ram.=20 > Intel Pro 10/100b/100+ Ethernet This card is a PCI card with 2 interfaces= =2E=20 > Standard Xuser install + Kernel sources.=20 >=20 I've been through this just recently. Our "simple" prototype is not production ready; if you just tune oip/iip/onet/inet, etc., it won't allow your internal machines to talk outside. The packet flow for a machine in ${inet}:${imask} talking outside is as follows: ${inet}:${imask} -> some_host (in via ${iif}) ${oip} -> some_host (out via ${oif}) (after NAT) some_host -> ${inet}:${imask} (in via ${oif}) (after de-NAT) some_host -> ${inet}:${imask} (out via ${iif}) (This assumes that you NAT using ${oip}, which is not always the case.) So, to make it work (if default is to "deny"), you need to add the following rules at the end of the ruleset: ${fwcmd} add pass all from ${inet}:${imask} to any in via ${iif} ${fwcmd} add pass ip from ${oip} to any out via ${oif} ${fwcmd} add pass ip from any to ${inet}:${imask} Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --61jdw2sOBCFtR2d/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+gB9HUkv4P6juNwoRAuVEAJwKQNXKyOo20kdomzarFxtB+NNmewCaA54Z IDr48LIXgSaWSlZmbjNe19Q= =MWIC -----END PGP SIGNATURE----- --61jdw2sOBCFtR2d/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 3: 6:47 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 061EB37B401 for ; Tue, 25 Mar 2003 03:06:42 -0800 (PST) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1B243FA3 for ; Tue, 25 Mar 2003 03:06:41 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0001.cvx40-bradley.dialup.earthlink.net ([216.244.42.1] helo=mindspring.com) by heron.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18xmGI-0005xB-00; Tue, 25 Mar 2003 03:06:35 -0800 Message-ID: <3E803770.1DD7FD0@mindspring.com> Date: Tue, 25 Mar 2003 03:03:12 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: daved@nostrum.com, stable@freebsd.org Subject: Re: Resolver Issues (non valid hostname characters) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4fbfce7646f394e19f16bbac42a86d5bea7ce0e8f8d31aa3f350badd9bab72f9c350badd9bab72f9c X-Spam-Status: No, hits=-15.5 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT, RCVD_IN_OSIRUSOFT_COM autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David J Duchscher wrote: > It seems that the use of invalid characters in hostnames is cropping > up more and more. Besides complaining to the offending site which > often doesn't work, I was wondering if these restrictions on FreeBSD > should be re-examined. At this time, it seems that many OSes are no > longer enforcing this requirement or never have. In my case, I am > running into a hostnames with an underscore character in the name. It > seems that Linux, MacOS X, Solaris and Windows all allow this hostname > to resolve but FreeBSD, as well as the other *BSD, reject it. Should > FreeBSD follow suit? Welcome to DNSINT. Specifically, restrictions were relaxed on the root level servers; this was generally announced about a month ago. All data is 8-bit now, but not all DNS servers can handle it (e.g. try putting a tab or space or whatever in a zone name, which is now legal). The root servers were mostly switched over to totally different software from bind. 8-(. The specific reasons were for support of Big5 due to increased political pressure coming from China. See the ICANN web site for details. Personally, I think it's to make it harder to cut-and-paste domain names from SPAM to find the responsible party (chars in Big5 don't go over very well in ISO 8859-1, and end up being shell escapes, etc.). The answer is that it will have to be supported when DNSINT is supported (but nit until then; significant resolver library changes, which are not easy, are required, etc.). It's probably not very useful to talk about doing this until local caching-only name servers on border servers are capable of handling the 8-bit, as well. For the RFC's that FreeBSD currently complies with, it's right to be strict about this. Mostly it's still about domain name speculation, and, IMO, will be for a while. I'd say it's about as widely adopted as IPv6 -- which is to say: not very. PS: I was on the DNSINT IETF working group for a while, FWIW. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 3:25:48 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7885537B401 for ; Tue, 25 Mar 2003 03:25:44 -0800 (PST) Received: from mailhost.firstcallgroup.co.uk (dilbert.firstcallgroup.co.uk [194.200.93.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AAA943F85 for ; Tue, 25 Mar 2003 03:25:43 -0800 (PST) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by mailhost.firstcallgroup.co.uk with local (Exim 3.36 #1) id 18xmYm-0000IT-00; Tue, 25 Mar 2003 11:25:40 +0000 To: daved@nostrum.com, stable@freebsd.org, tlambert2@mindspring.com Subject: Re: Resolver Issues (non valid hostname characters) In-Reply-To: <3E803770.1DD7FD0@mindspring.com> Message-Id: From: Pete French Date: Tue, 25 Mar 2003 11:25:40 +0000 X-Spam-Status: No, hits=-6.5 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > The specific reasons were for support of Big5 due to increased > political pressure coming from China. See the ICANN web site > for details. Big-5 ? I thought they were switching to doing it all in UTF-8 so that all the unpleasent "what character set is it" stuff goes away! Is this another great opportunity for Unicode ending up lost for no good reason ? :-( -pcf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 4:26:13 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D83C837B401 for ; Tue, 25 Mar 2003 04:26:08 -0800 (PST) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35D4B43F85 for ; Tue, 25 Mar 2003 04:26:08 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0001.cvx40-bradley.dialup.earthlink.net ([216.244.42.1] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18xnVD-0002pS-00; Tue, 25 Mar 2003 04:26:04 -0800 Message-ID: <3E8049DB.F29A2FBD@mindspring.com> Date: Tue, 25 Mar 2003 04:21:47 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Pete French Cc: daved@nostrum.com, stable@freebsd.org Subject: Re: Resolver Issues (non valid hostname characters) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a439893b64f2ea2effd2c1c79968c5b02e387f7b89c61deb1d350badd9bab72f9c350badd9bab72f9c X-Spam-Status: No, hits=-20.8 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT, RCVD_IN_OSIRUSOFT_COM,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Pete French wrote: > > The specific reasons were for support of Big5 due to increased > > political pressure coming from China. See the ICANN web site > > for details. > > Big-5 ? I thought they were switching to doing it all in UTF-8 > so that all the unpleasent "what character set is it" stuff goes > away! > > Is this another great opportunity for Unicode ending up lost for > no good reason ? :-( You'll notice that most of the Chinese SPAM you get is not Unicode-encoded; this is for a good reason. ;^). The Japanese hate Unicode because it's in Chinese dictionary order; they also hate it because you can't "grep -v" a mixed language file to get rid of the Chinese. The Chinese hate it for their own reasons. Basically, it's because it's a character set standard that's not useful for font encoding. Oh yeah: forget the fact that Japanese dictionary order had no way of classifying Chinese characters, and there were two of them to choose from, while Chinese could classify previously unknown Japanese glyphs, and there was only one order, "stroke-radical"... ;^). For ligatured fonts, like Tamil, Devengari, Arabic, and non-simplified Hebrew (and cursive German and English, for that matter), there is an inherent bias in the Unicode standard not interspersing "private use" areas. What this means is that it's hard to use these languages with fixed-cell rendering technologies, like X Windows. This was on purpose, since the Apple/IBM "Pink OS" and the resulting company, Taligent had an intentional bias towards Adobe rendering technology, where the brains live in the device, not in the font supplier, and ligatures are written on the fly, using pixel-poking (e.g. Display PostScript), which is only inexpensive if you are going to a local frame buffer. So it's not very appreciated in countries/regions with ligatured languages, or non-spacing diacriticals, e.g. Hangul (Korean), etc.. There's also the little problem of UTF-encoding ("Use The Force" is what we called it when it was first proposed in comp.std.internat), which renders all fixed-size record storage formats, like, Oh, Say, that used by ALL existing COBOL, Ada, and some FORTRAN data) useless (can't "stat" the file and divide by sizeof(struct foo) to get the record count). Finally, when ISO standardized it as ISO-10646, they caved-in to the Japanese desire to be able to attribute characters by language, and made it 32 bits, with only code page zero allocated initially. This gives them the ability to "grep -v" non-Japanese text out, so they do not have to see it (I suppose it would also work for non-French text, come to that ;^)). This resulted in the Windows-vs.-UNIX debate about "Is wchar_t 16 bits or 32 bits?" (it's 16 on Windows, but 32 on UNIX, a clear division between the defacto and the paper standards camps). So there's a huge amount of political water under the Unicode bridge that makes people not like using it. Plus, it's not like you could make a "Unicode Font". -- As far as DNS goes, though, it's hierarchical; so as long as all the DNS servers under a given suffix use the same encoding, it doesn't matter. For example, the first DNSINT deployment in Japan, for example, it used UTF-5 encoded JIS-208 + JIS-212 (to force the characters into the allowable DNS character set range, instead of having to change the DNS servers, caches, and all the resolver libraries in creation, you just changed the clients). So you bloated each character out to up to 7 characters for transfer. Historically, I think it will take a while to work out, and until it works out for Windows, I think people are going to pretty much ignore it... just like IPv6. PS: My pet IPv6 conspiracy theory is that the NSA don't want it deployed because of the built-in strong crypto support, and so they got the DOJ to back of Microsoft in trade for not deploying. PPS: No, I did not originate that conspiracy theory... 8-) 8-). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 4:28:56 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B84C37B401 for ; Tue, 25 Mar 2003 04:28:53 -0800 (PST) Received: from likya.bimel.com.tr (likya.bimel.com.tr [212.175.96.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C73A43F85 for ; Tue, 25 Mar 2003 04:28:49 -0800 (PST) (envelope-from ustuntas@bimel.com.tr) Received: (from root@localhost) by likya.bimel.com.tr (8.12.8/8.12.7) id h2PCMKeU069240 for stable@freebsd.org; Tue, 25 Mar 2003 14:22:20 +0200 (EET) (envelope-from ustuntas@bimel.com.tr) Received: from bimel.com.tr (zeugma.bimel.com.tr [212.175.96.11]) by likya.bimel.com.tr (8.12.8/8.12.7av) with ESMTP id h2PCMJ8B069230 for ; Tue, 25 Mar 2003 14:22:19 +0200 (EET) (envelope-from ustuntas@bimel.com.tr) Message-ID: <3E804DC2.6060307@bimel.com.tr> Date: Tue, 25 Mar 2003 14:38:26 +0200 From: Murat USTUNTAS User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202 X-Accept-Language: tr, en-us, en MIME-Version: 1.0 To: stable@freebsd.org Subject: ifconfig alias file exists error Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 X-Spam-Status: No, hits=-5.5 required=5.0 tests=HOT_NASTY,USER_AGENT_MOZILLA_UA autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I want to put second IP on my nic cart. I have been using FreeBSD-4.8-RC, when i put the command, ifconfig rl0 alias xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx returns me: ifconfig: ioctl (SIOCAIFADDR): File exists What is the problem? Regards, Murat Ustuntas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 4:34:40 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03E1937B401 for ; Tue, 25 Mar 2003 04:34:38 -0800 (PST) Received: from exchange.wan.no (exchange.wan.no [80.86.128.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id C489543FAF for ; Tue, 25 Mar 2003 04:34:36 -0800 (PST) (envelope-from sten.daniel.sorsdal@wan.no) X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: ifconfig alias file exists error Date: Tue, 25 Mar 2003 13:34:29 +0100 Message-ID: <0AF1BBDF1218F14E9B4CCE414744E70F1F3C83@exchange.wanglobal.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ifconfig alias file exists error Thread-Index: AcLyyi1D8jRCpeNzTOyOrjkhIjJy1AAADLfA From: =?iso-8859-1?Q?Sten_Daniel_S=F8rsdal?= To: "Murat USTUNTAS" , X-Spam-Status: No, hits=0.3 required=5.0 tests=HOT_NASTY version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hello all, > I want to put second IP on my nic cart. I have been using = FreeBSD-4.8-RC, > when i put the command, > ifconfig rl0 alias xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx > returns me: > ifconfig: ioctl (SIOCAIFADDR): File exists > What is the problem? > Regards, > Murat Ustuntas It could be that either there is a route for that network in your = routing table. Or that you have previously removed the IP address without also = specifying netmask and thus you have the route in your routing table.=20 - Sten To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 4:37:50 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6296237B401 for ; Tue, 25 Mar 2003 04:37:46 -0800 (PST) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F8F43F75 for ; Tue, 25 Mar 2003 04:37:45 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.135.226] (port=49165 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:4) id 18xngV-00077L-00 for freebsd-stable@freebsd.org; Tue, 25 Mar 2003 20:37:43 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.8/8.12.8) with ESMTP id h2PCbbps000803 for ; Tue, 25 Mar 2003 20:37:41 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.8/8.12.8/Submit) id h2PCbaf2000802 for freebsd-stable@freebsd.org; Tue, 25 Mar 2003 20:37:36 +0800 (CST) Date: Tue, 25 Mar 2003 20:37:36 +0800 From: leafy To: freebsd-stable@freebsd.org Subject: Re: Resolver Issues (non valid hostname characters) Message-ID: <20030325123736.GA737@leafy.idv.tw> Mail-Followup-To: freebsd-stable@freebsd.org References: <3E8049DB.F29A2FBD@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <3E8049DB.F29A2FBD@mindspring.com> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-32.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 25, 2003 at 04:21:47AM -0800, Terry Lambert wrote: > there were two of them to choose from, while Chinese could classify > previously unknown Japanese glyphs, and there was only one order, > "stroke-radical"... ;^). Apparantly you do not speak Chinese :) We do ordering phonetically too, that is why there is a WITH_CHARSET=BIG5 for mysql. Looks like this belongs more to -chat :) Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 4:45:23 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9B8E37B401 for ; Tue, 25 Mar 2003 04:45:21 -0800 (PST) Received: from mail.distalzou.net (203.141.139.231.user.ad.il24.net [203.141.139.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDDA543F75 for ; Tue, 25 Mar 2003 04:45:20 -0800 (PST) (envelope-from devin@spamcop.net) Received: from localhost ([127.0.0.1]) by mail.distalzou.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 18xnnD-000GwV-00; Tue, 25 Mar 2003 21:44:39 +0900 Date: Tue, 25 Mar 2003 21:44:39 +0900 (JST) From: Tod McQuillin X-X-Sender: devin@glass.pun-pun.prv To: Murat USTUNTAS Cc: stable@freebsd.org Subject: Re: ifconfig alias file exists error In-Reply-To: <3E804DC2.6060307@bimel.com.tr> Message-ID: <20030325214220.O92091@glass.pun-pun.prv> References: <3E804DC2.6060307@bimel.com.tr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-22.6 required=5.0 tests=EMAIL_ATTRIBUTION,HOT_NASTY,IN_REP_TO,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 25 Mar 2003, Murat USTUNTAS wrote: > I want to put second IP on my nic cart. I have been using FreeBSD-4.8-RC, > > when i put the command, > ifconfig rl0 alias xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx > > returns me: > ifconfig: ioctl (SIOCAIFADDR): File exists > > What is the problem? Murat, ifconfig gives different results depending on the arguments you give it. Since you've completely obscured the netmask, I can't say for sure, but as a wild guess, are you trying to add an alias on the same subnet as an IP that is already assigned to the interface? If so, the netmask must be 255.255.255.255, not the netmask for the subnet size you are using. -- Tod McQuillin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 4:45:26 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D60E37B405 for ; Tue, 25 Mar 2003 04:45:24 -0800 (PST) Received: from norton.palomine.net (norton.palomine.net [66.93.48.52]) by mx1.FreeBSD.org (Postfix) with SMTP id 651A643F3F for ; Tue, 25 Mar 2003 04:45:23 -0800 (PST) (envelope-from cjohnson@palomine.net) Received: (qmail 6109 invoked by uid 1000); 25 Mar 2003 12:45:22 -0000 Date: Tue, 25 Mar 2003 07:45:22 -0500 From: Chris Johnson To: Murat USTUNTAS Cc: stable@freebsd.org Subject: Re: ifconfig alias file exists error Message-ID: <20030325124522.GA6081@palomine.net> References: <3E804DC2.6060307@bimel.com.tr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E804DC2.6060307@bimel.com.tr> User-Agent: Mutt/1.4.1i X-Spam-Status: No, hits=-29.0 required=5.0 tests=EMAIL_ATTRIBUTION,HOT_NASTY,IN_REP_TO,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 25, 2003 at 02:38:26PM +0200, Murat USTUNTAS wrote: > I want to put second IP on my nic cart. I have been using FreeBSD-4.8-RC, > > when i put the command, > > ifconfig rl0 alias xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx > > returns me: > > ifconfig: ioctl (SIOCAIFADDR): File exists You could have found the answer in two seconds using Google. You're adding an address in the same subnet as the first address for this interface, and you're not providing a netmask of 255.255.255.255. See the ifconfig man page. Chris Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 4:46:43 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 012EC37B401 for ; Tue, 25 Mar 2003 04:46:41 -0800 (PST) Received: from mailhost.firstcallgroup.co.uk (dilbert.firstcallgroup.co.uk [194.200.93.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB7143F75 for ; Tue, 25 Mar 2003 04:46:40 -0800 (PST) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by mailhost.firstcallgroup.co.uk with local (Exim 3.36 #1) id 18xnp7-000EsW-00; Tue, 25 Mar 2003 12:46:37 +0000 To: tlambert2@mindspring.com Subject: Re: Resolver Issues (non valid hostname characters) Cc: daved@nostrum.com, stable@freebsd.org In-Reply-To: <3E8049DB.F29A2FBD@mindspring.com> Message-Id: From: Pete French Date: Tue, 25 Mar 2003 12:46:37 +0000 X-Spam-Status: No, hits=-6.5 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > You'll notice that most of the Chinese SPAM you get is not > Unicode-encoded; this is for a good reason. ;^). > > The Japanese hate Unicode because it's in Chinese dictionary order; Mmmm, I noticed this when trying to filter out my girlfriends email for her to stop such spam. Which would have been easy had she not wanted to let through emails from her (japanese) mother. My first solution - to filter on character set - fell at the first hurdle as I found they were using the same encoding. Thanks for the info - it makes a lot more sense now. -pcf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 5:14:26 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C159D37B401 for ; Tue, 25 Mar 2003 05:14:23 -0800 (PST) Received: from pan.gwi.net (pan.gwi.net [207.5.128.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0820A43F85 for ; Tue, 25 Mar 2003 05:14:23 -0800 (PST) (envelope-from lewisa@gwi.net) Received: from dargo.gwi (dargo.gwi.net [207.5.142.21]) by pan.gwi.net (8.12.6/8.12.6) with ESMTP id h2PDEM0x030775; Tue, 25 Mar 2003 08:14:22 -0500 (EST) (envelope-from lewisa@gwi.net) Date: Tue, 25 Mar 2003 08:14:21 -0500 (EST) From: Lew A To: Kirk Strauser Cc: freebsd-stable@freebsd.org Subject: Re: Upgrading from 4.5 to 4.7 problems. In-Reply-To: <87ptogh0ix.fsf@pooh.honeypot.net> Message-ID: References: <87ptogh0ix.fsf@pooh.honeypot.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-32.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, QUOTE_TWICE_1,REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_PINE autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 24 Mar 2003, Kirk Strauser wrote: > At 2003-03-24T21:53:49Z, Lew A writes: > > > I've been running into a couple pathing problems during my installworld > > while upgrading from 4.5p23 to 4.7. > > Is this a bad time to mention that 4.8 is due out at any moment? This is a production server, we don't like to put new/untested OS's on production systems (for obvious reasons). > > > reboot into single usermode > > Because this is a point of confusion for some, could you tell us exactly > what you did to reboot into single user mode? When it comes up to the kernel boot [hit any key] and type 'boot -s'. That will boot you into single user mode. > -- > Kirk Strauser > In Googlis non est, ergo non est. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 5:17:38 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7909837B401 for ; Tue, 25 Mar 2003 05:17:35 -0800 (PST) Received: from likya.bimel.com.tr (likya.bimel.com.tr [212.175.96.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 182E043FF3 for ; Tue, 25 Mar 2003 05:17:30 -0800 (PST) (envelope-from ustuntas@bimel.com.tr) Received: (from root@localhost) by likya.bimel.com.tr (8.12.8/8.12.7) id h2PDAwEC071609; Tue, 25 Mar 2003 15:10:58 +0200 (EET) (envelope-from ustuntas@bimel.com.tr) Received: from bimel.com.tr (zeugma.bimel.com.tr [212.175.96.11]) by likya.bimel.com.tr (8.12.8/8.12.7av) with ESMTP id h2PDAu8B071600; Tue, 25 Mar 2003 15:10:56 +0200 (EET) (envelope-from ustuntas@bimel.com.tr) Message-ID: <3E805928.9000103@bimel.com.tr> Date: Tue, 25 Mar 2003 15:27:04 +0200 From: Murat USTUNTAS User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202 X-Accept-Language: tr, en-us, en MIME-Version: 1.0 To: Chris Johnson Cc: stable@freebsd.org Subject: Re: ifconfig alias file exists error References: <3E804DC2.6060307@bimel.com.tr> <20030325124522.GA6081@palomine.net> In-Reply-To: <20030325124522.GA6081@palomine.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 X-Spam-Status: No, hits=-17.0 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,HOT_NASTY,IN_REP_TO,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MOZILLA_UA autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry, But, I just searched the FreeBSD mailing list, and I didnt find any answer about the problem, then i sent the message the list. I solve the problem using your answers, thank you. Regards, Murat Ustuntas Chris Johnson wrote: >On Tue, Mar 25, 2003 at 02:38:26PM +0200, Murat USTUNTAS wrote: > > >>I want to put second IP on my nic cart. I have been using FreeBSD-4.8-RC, >> >>when i put the command, >> >>ifconfig rl0 alias xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx >> >>returns me: >> >>ifconfig: ioctl (SIOCAIFADDR): File exists >> >> > >You could have found the answer in two seconds using Google. > >You're adding an address in the same subnet as the first address for this >interface, and you're not providing a netmask of 255.255.255.255. See the >ifconfig man page. > >Chris Johnson > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 6: 8:35 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B399237B401 for ; Tue, 25 Mar 2003 06:08:32 -0800 (PST) Received: from trillian.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id B539A43FAF for ; Tue, 25 Mar 2003 06:08:31 -0800 (PST) (envelope-from simon@trillian.nitro.dk) Received: by trillian.nitro.dk (Postfix, from userid 1000) id E8BDB2E388; Tue, 25 Mar 2003 15:08:29 +0100 (CET) Date: Tue, 25 Mar 2003 15:08:29 +0100 From: "Simon L. Nielsen" To: Lew A Cc: freebsd-stable@freebsd.org Subject: Re: Upgrading from 4.5 to 4.7 problems. Message-ID: <20030325140828.GB24370@nitro.dk> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hQiwHBbRI9kgIhsi" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-38.8 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --hQiwHBbRI9kgIhsi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.03.24 16:53:49 -0500, Lew A wrote: > I've been running into a couple pathing problems during my installworld > while upgrading from 4.5p23 to 4.7. >=20 > Here are all the problems I've had during the installworld, total of : > (Below is a list of the steps I took to do the upgrade) Could it be a problem with bad clock/timezone ? Try running adjkerntz -i when you boot in singleuser mode. It could perhaps be some enviroment variabels ? Other than that I don't really have any ideas right now what could be causing it. Btw. it should not be needed to be in single usermode when doing buildworld/buildkernel/installkernel. --=20 Simon L. Nielsen --hQiwHBbRI9kgIhsi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+gGLc8kocFXgPTRwRAubuAKDLpq/hLieGAAlqUAyZ2lJaBnWQFQCdELvk wY4GsDzLSboJaLmuT3ezhDE= =Z0Up -----END PGP SIGNATURE----- --hQiwHBbRI9kgIhsi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 7:13: 3 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF92D37B401 for ; Tue, 25 Mar 2003 07:13:01 -0800 (PST) Received: from hotmail.com (dav49.sea2.hotmail.com [207.68.164.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61DAB43F75 for ; Tue, 25 Mar 2003 07:13:01 -0800 (PST) (envelope-from kmays2000@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Mar 2003 07:13:01 -0800 Received: from 24.197.166.206 by DAV49.sea2.internal.hotmail.com with DAV; Tue, 25 Mar 2003 15:13:00 +0000 X-Originating-IP: [24.197.166.206] X-Originating-Email: [kmays2000@hotmail.com] Reply-To: "Ken Mays" From: "Ken Mays" To: Subject: Last minute checks before FBSD-4.8 release? Date: Tue, 25 Mar 2003 10:13:00 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Mar 2003 15:13:01.0254 (UTC) FILETIME=[06A07E60:01C2F2E1] X-Spam-Status: No, hits=0.7 required=5.0 tests=FROM_ENDS_IN_NUMS version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I saw the note on the holdup of FBSD 4.8. You may want to review the FBSD 03/25/03 snapshot or whatever the FBSD team feels is important to review before release. Hate to see the offical release 'buggier' or unloadable in some way if it can be avoided. ftp://snapshots.jp.freebsd.org /pub/FreeBSD/snapshots/i386/4.8-RC-20030325-JPSNAP Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 7:31:35 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B060537B401 for ; Tue, 25 Mar 2003 07:31:32 -0800 (PST) Received: from dns1.vizion2000.net (dns1.vizion2000.net [64.58.171.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 196A143F75 for ; Tue, 25 Mar 2003 07:31:30 -0800 (PST) (envelope-from vizion@ixpres.com) Received: from vizion (vizion.vizion2000.net [64.58.171.92]) by dns1.vizion2000.net (8.11.6/8.11.6) with SMTP id h2PG04k29302; Tue, 25 Mar 2003 08:00:05 -0800 (PST) (envelope-from vizion@ixpres.com) Message-ID: <014201c2f2e1$419e1e00$15b55042@vizion2000.net> From: "vizion communication" To: "Mike Hoskins" , References: <20030324193549.C703-100000@fubar.adept.org> Subject: Re: Weird problem!! Date: Tue, 25 Mar 2003 07:14:39 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,MSG_ID_ADDED_BY_MTA_3,ORIGINAL_MESSAGE,REFERENCES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for your help I ave attached the output from dmesg and will send pciconf with my next posting. Any help would be much appreciated. David ----- Original Message ----- From: "Mike Hoskins" To: Sent: Monday, March 24, 2003 7:38 PM Subject: Re: Weird problem!! > On Mon, 24 Mar 2003, vizion communication wrote: > > The server is a compaq Proliant 5500 with quad zeons with a > > 4 portANA-6944A/TX card. The output from ifconfig is shown > > below. > > Have you searched the arcives for entries relating to this card? There > have been issues reported in the past, and I've even had issues with the > same card under Linux. (The cards got tore out and replaced with > Intel's.) > > Assuming the card is functioning correctly, it may be IRQ related... Do > you have an updated BIOS installed on the machine? That's a common > reccomendation. Additional output from pciconf, verbose boot, etc. is > probably needed to say more. > > -- > "Since when is skepticism un-American? Dissent's not treason but > they talk like it's the same..." --Sleater-Kinney, "Combat Rock" > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Mar 25 7:34:18 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C7A37B401 for ; Tue, 25 Mar 2003 07:34:07 -0800 (PST) Received: from dns1.vizion2000.net (dns1.vizion2000.net [64.58.171.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7582F43F75 for ; Tue, 25 Mar 2003 07:34:06 -0800 (PST) (envelope-from vizion@ixpres.com) Received: from vizion (vizion.vizion2000.net [64.58.171.92]) by dns1.vizion2000.net (8.11.6/8.11.6) with SMTP id h2PG2fk29307; Tue, 25 Mar 2003 08:02:42 -0800 (PST) (envelope-from vizion@ixpres.com) Message-ID: <015f01c2f2e1$93e07780$15b55042@vizion2000.net> From: "vizion communication" To: "Mike Hoskins" , References: <20030324193549.C703-100000@fubar.adept.org> Subject: Re: Weird problem!! Date: Tue, 25 Mar 2003 07:16:49 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,HTML_00_10,MSG_ID_ADDED_BY_MTA_3,ORIGINAL_MESSAGE, REFERENCES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry the dmesga was not included-- Here it is: ----------------------------- Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.7-RELEASE #0: Sun Feb 16 17:25:33 PST 2003 root@dns3.vizion2000.net:/usr/obj/usr/src/sys/COMPAQ Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (499.84-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x672 Stepping = 2 Features=0x383fbff real memory = 2147467264 (2097136K bytes) config> di sn0 config> di lnc0 config> di ie0 config> di fe0 config> di cs0 config> q avail memory = 2086445056 (2037544K bytes) APIC_IO: MP table broken: 8259->APIC entry missing! Changing APIC ID for IO APIC #0 from 0 to 8 on chip Programming 35 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 3, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu2 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu3 (AP): apic id: 2, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 8, version: 0x00220011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc051f000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc051f09c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci0: (vendor=0x8086, dev=0x5201) at 1.1 irq 9 pci0: at 2.0 irq 5 pci0: (vendor=0x0e11, dev=0xa0f0) at 12.0 sym0: <875> port 0x2000-0x20ff mem 0xc4fd0000-0xc4fd0fff,0xc4fe0000-0xc4fe00ff irq 10 at device 13.0 on pci0 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: <875> port 0x2400-0x24ff mem 0xc4fb0000-0xc4fb0fff,0xc4fc0000-0xc4fc00ff irq 15 at device 13.1 on pci0 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking pci0: at 14.0 isab0: at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x2c00-0x2c0f at device 15.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x2c20-0x2c3f at device 15.2 on pci0 pci_cfgintr: can't route an interrupt to 0:15 INTD uhci0: Could not allocate irq device_probe_and_attach: uhci0 attach returned 6 Timecounter "PIIX" frequency 3579545 Hz chip0: port 0x1240-0x124f at device 15.3 on pci0 pcib2: at device 18.0 on pci0 pcib3: at device 19.0 on pci0 pcib4: on motherboard pci4: on pcib4 pcib5: at device 1.0 on pci4 pci5: on pcib5 ida0: port 0x4000-0x40ff mem 0xc6ef0000-0xc6ef00ff irq 15 at device 0.0 on pci5 ida0: drives=4 firm_rev=4.06 idad0: on ida0 idad0: 24997MB (51195840 sectors), blocksize=512 idad1: on ida0 idad1: 14997MB (30714240 sectors), blocksize=512 idad2: on ida0 idad2: 12096MB (24773760 sectors), blocksize=512 idad3: on ida0 idad3: 26029MB (53309280 sectors), blocksize=512 ahc0: port 0x3000-0x30ff mem 0xc6df0000-0xc6df0fff irq 11 at device 2.0 on pci4 aic7870: Single Channel A, SCSI Id=7, 16/253 SCBs pcib6: at device 5.0 on pci4 pci6: on pcib6 de0: port 0x5000-0x507f mem 0xc6ff0000-0xc6ff007f irq 9 at device 4.0 on pci6 de0: Cogent EM440TX 21140A [10-100Mb/s] pass 2.2 de0: address 00:00:d1:1c:c4:f9 de1: port 0x5080-0x50ff mem 0xc6fe0000-0xc6fe007f irq 9 at device 5.0 on pci6 de1: Cogent EM440TX 21140A [10-100Mb/s] pass 2.2 de1: address 00:00:d1:1c:c4:fa de2: port 0x5400-0x547f mem 0xc6fd0000-0xc6fd007f irq 9 at device 6.0 on pci6 de2: Cogent EM440TX 21140A [10-100Mb/s] pass 2.2 de2: address 00:00:d1:1c:c4:fb de3: port 0x5480-0x54ff mem 0xc6fc0000-0xc6fc007f irq 9 at device 7.0 on pci6 de3: Cogent EM440TX 21140A [10-100Mb/s] pass 2.2 de3: address 00:00:d1:1c:c4:fc eisa0: on motherboard mainboard0: on eisa0 slot 0 orm0: