From owner-freebsd-stable@FreeBSD.ORG Sun May 9 15:28:58 2004 Return-Path: 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 2D4AD16A4CE for ; Sun, 9 May 2004 15:28:58 -0700 (PDT) Received: from wjv.com (user38.net339.fl.sprint-hsd.net [65.40.24.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A86EC43D55 for ; Sun, 9 May 2004 15:28:53 -0700 (PDT) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by wjv.com (8.12.11/8.12.11) with ESMTP id i49MSptv077060 for ; Sun, 9 May 2004 18:28:51 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.12.11/8.12.11/Submit) id i49MSosF077059 for freebsd-stable@freebsd.org; Sun, 9 May 2004 18:28:50 -0400 (EDT) (envelope-from bv) Date: Sun, 9 May 2004 18:28:45 -0400 From: Bill Vermillion To: freebsd-stable@freebsd.org Message-ID: <20040509222845.GB76894@wjv.com> References: <20040509190058.DD35116A4EA@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040509190058.DD35116A4EA@hub.freebsd.org> Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on bilver.wjv.com Subject: Re: Connecting to a Headless machine, after install X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bv@wjv.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 22:28:58 -0000 > 1. Re: Connecting to a Headless machine, after install > (Robert Watson) > Message: 1 > Date: Sat, 8 May 2004 16:54:24 -0400 (EDT) > From: Robert Watson > Subject: Re: Connecting to a Headless machine, after install > To: Rob > Cc: freebsd-stable@freebsd.org > Message-ID: > > Content-Type: TEXT/PLAIN; charset=US-ASCII > > On Fri, 7 May 2004, Rob wrote: > > > Bruce Hunter wrote: > > > I have setup a headless machine via a null modem cable. Instalation went > > > fine. The only problem now, is connecting to the machine after the > > > install. When I #cu -l /dev/cuaao/ > > > I see the boot process, but it gets to the date prompt but doesn't show > > > the login: > > > i did install ssh, but won't let me login with the password I set for > > > root. Any other methods for connecting? This system is connected in my > > > local network, with a firewall protecting my systems. > > > - i am not running xserver on this system > ... > > Funny, that I'm struggling with opposite problem: I do not get the > > boot messages over the serial cable, but do get the login prompt, > > which I do not understand :(. > > For the login prompt, I have following in /etc/ttys on the headless PC: > > ttyd0 "/usr/libexec/getty std.9600" unknown on secure > > but be sure the serial port is enabled in the BIOS, and you have > > serial port support compiled into your kernel. > > Your cu command should then work, I suppose. > You both have half of the solution, apparently, just different halves :-). > To configure my boxes for serial console operation, I do two things: > (1) Enable the ttyd0 entry in /etc/ttys by changing "off" to "on" > (2) Add the following line to /boot/loader.conf: > > console="comconsole" > > This one can be done in a couple of ways, including flags in > boot.config for the first stage loader. > The first action above tells init to launch getty+login on the serial > port. The second action above tells the kernel to direct /dev/console and > low level console output to the serial port. Note that nothing prohibits > you from leaving ttyv0 turned on when running with a serial console so you > could still log in on the VGA/keyboard console if you wanted to. There > are also some options in conscontrol(8) to send output to multiple console > devices, but there are some limitations to multiple console operation. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > robert@fledge.watson.org Senior Research Scientist, McAfee Research > I saw something similar on a headless Intel 1100R. The default serial port speed during the BIOS boot up did not match the port speed that was set on the port when the system booted. Resetting the BIOS speeds to match the speed set in /etc/ttys cured that problem. > End of freebsd-stable Digest, Vol 59, Issue 7 Bill -- Bill Vermillion - bv @ wjv . com From owner-freebsd-stable@FreeBSD.ORG Mon May 10 00:00:48 2004 Return-Path: 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 7F0C616A4D3 for ; Mon, 10 May 2004 00:00:48 -0700 (PDT) Received: from atlas.informatik.rwth-aachen.de (atlas.informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6268B43D49 for ; Mon, 10 May 2004 00:00:11 -0700 (PDT) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5-michaelw-20030918) with ESMTP id i4A70A407079 for ; Mon, 10 May 2004 09:00:10 +0200 Received: (from stolz@localhost)i4A70Avr000598 for stable@freebsd.org; Mon, 10 May 2004 09:00:10 +0200 (CEST) (envelope-from stolz) Date: Mon, 10 May 2004 09:00:10 +0200 From: Volker Stolz To: stable@freebsd.org Message-ID: <20040510070010.GA587@i2.informatik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-PGP-Key: finger vs@foldr.org X-PGP-Id: 0x3FD1B6B5 User-Agent: Mutt/1.5.4i Subject: nullfs-autopsy after crash X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 07:00:48 -0000 I *know* some people out there are really interested in this #) FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #15: Thu Mar 25 15:34:34 CET 2004 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 IdlePTD at physical address 0x00414000 initial pcb at physical address 0x00344ee0 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x5 fault code = supervisor read, page not present instruction pointer = 0x8:0xc0170aeb stack pointer = 0x10:0xe4517e50 frame pointer = 0x10:0xe4517e50 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 93057 (tpike) interrupt mask = none trap number = 12 panic: page fault #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 #1 0xc017cc2b in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:316 #2 0xc017d050 in poweroff_wait (junk=0xc030d68c, howto=-1070542449) at /usr/src/sys/kern/kern_shutdown.c:595 #3 0xc02b585e in trap_fatal (frame=0xe4517e10, eva=5) at /usr/src/sys/i386/i386/trap.c:974 #4 0xc02b5531 in trap_pfault (frame=0xe4517e10, usermode=0, eva=5) at /usr/src/sys/i386/i386/trap.c:867 #5 0xc02b511b in trap (frame={tf_fs = -1071185904, tf_es = 7274512, tf_ds = -470482928, tf_edi = 66, tf_esi = 0, tf_ebp = -464421296, tf_isp = -464421316, tf_ebx = 0, tf_edx = -1005856640, tf_ecx = -1005856640, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1072231701, tf_cs = 8, tf_eflags = 66067, tf_esp = -464421276, tf_ss = -1070920420}) at /usr/src/sys/i386/i386/trap.c:466 #6 0xc0170aeb in major (x=0x0) at /usr/src/sys/kern/kern_conf.c:190 #7 0xc02b0d1c in iszerodev (dev=0x0) at /usr/src/sys/i386/i386/mem.c:548 #8 0xc027411a in mmap (p=0xe4499a80, uap=0xe4517f80) at /usr/src/sys/vm/vm_mmap.c:318 #9 0xc02b5b0d in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 1600000, tf_esi = 0, tf_ebp = -1077939856, tf_isp = -464420908, tf_ebx = 673662988, tf_edx = 66, tf_ecx = 3, tf_eax = 198, tf_trapno = 12, tf_err = 2, tf_eip = 673337284, tf_cs = 31, tf_eflags = 663, tf_esp = -1077939932, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1175 #10 0xc02a98d5 in Xint0x80_syscall () #11 0x806414a in ?? () /bin on /usr/tmp/jail/bin (null, local, read-only) /sbin on /usr/tmp/jail/sbin (null, local, read-only) /etc on /usr/tmp/jail/etc (null, local, read-only) /dev on /usr/tmp/jail/dev (null, local, read-only) /usr/bin on /usr/tmp/jail/usr/bin (null, local, read-only) /usr/sbin on /usr/tmp/jail/usr/sbin (null, local, read-only) /usr/include on /usr/tmp/jail/usr/include (null, local, read-only) /usr/lib on /usr/tmp/jail/usr/lib (null, local, read-only) /usr/libexec on /usr/tmp/jail/usr/libexec (null, local, read-only) /usr/ports on /usr/tmp/jail/usr/ports (null, local) -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME Neu! Ändern Sie den Anfangstag Ihrer Woche From owner-freebsd-stable@FreeBSD.ORG Mon May 10 02:20:46 2004 Return-Path: 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 6AB5A16A4CE; Mon, 10 May 2004 02:20:46 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976BD43D2D; Mon, 10 May 2004 02:20:45 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.251.121) by smtp01.syd.iprimus.net.au (7.0.024) id 409956B4001908D9; Mon, 10 May 2004 19:20:44 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 31CFA41E5; Mon, 10 May 2004 19:20:15 +1000 (EST) Date: Mon, 10 May 2004 19:20:15 +1000 From: Tim Robbins To: Volker Stolz Message-ID: <20040510092015.GA29281@cat.robbins.dropbear.id.au> References: <20040510070010.GA587@i2.informatik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040510070010.GA587@i2.informatik.rwth-aachen.de> User-Agent: Mutt/1.4.1i cc: stable@freebsd.org Subject: Re: nullfs-autopsy after crash X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 09:20:46 -0000 On Mon, May 10, 2004 at 09:00:10AM +0200, Volker Stolz wrote: > /bin on /usr/tmp/jail/bin (null, local, read-only) > /sbin on /usr/tmp/jail/sbin (null, local, read-only) > /etc on /usr/tmp/jail/etc (null, local, read-only) > /dev on /usr/tmp/jail/dev (null, local, read-only) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Accessing special (non-directory, non-regular) files through nullfs is known to cause panics. You'll need to create a dev directory for each jail and populate it with makedev. > /usr/bin on /usr/tmp/jail/usr/bin (null, local, read-only) > /usr/sbin on /usr/tmp/jail/usr/sbin (null, local, read-only) > /usr/include on /usr/tmp/jail/usr/include (null, local, read-only) > /usr/lib on /usr/tmp/jail/usr/lib (null, local, read-only) > /usr/libexec on /usr/tmp/jail/usr/libexec (null, local, read-only) > /usr/ports on /usr/tmp/jail/usr/ports (null, local) Tim From owner-freebsd-stable@FreeBSD.ORG Mon May 10 04:27:18 2004 Return-Path: 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 2989716A4CE for ; Mon, 10 May 2004 04:27:18 -0700 (PDT) Received: from vfemail.net (node-423a570c.mwc.onnet.us.uu.net [66.58.87.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 539AA43D5C for ; Mon, 10 May 2004 04:27:15 -0700 (PDT) (envelope-from freebsd@vfemail.net) Received: (qmail 21842 invoked by uid 85); 10 May 2004 11:27:14 -0000 Received: from freebsd@vfemail.net by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.60. spamassassin: 2.55. Clear:. Processed in 2.710947 secs); 10 May 2004 11:27:14 -0000 Received: from unknown (HELO vfemail.net) (freebsd@vfemail.net@193.220.9.125) by node-423a570c.mwc.onnet.us.uu.net with SMTP; 10 May 2004 11:27:11 -0000 Message-ID: <409F67A5.1040506@vfemail.net> Date: Mon, 10 May 2004 17:29:41 +0600 From: Free BSD User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Kennedy References: <1083599387.40966a1b2c825@beta.vfemail.net> <20040503170608.47626.qmail@web14101.mail.yahoo.com> <20040504145354.GA85746@memnoch.jk.homeunix.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD + Sendmail + ClamAV + MailScanner >> not binding to ethernet X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 11:27:18 -0000 Thanks to you all who have sent suggestions. Unfortunate for me, I cannot get back to that setup until next friday and check your suggestion. Currenly the box is running Sendmail only, and mails are being filtered by another linux box. I'll try to update you all on what happens once I get there. Thanks once again. John Kennedy wrote: > On Mon, May 03, 2004 at 07:06:08PM +0200, Claus Guttesen wrote: > >>>/etc/rc.conf and changed the line >>>sendmail_enable="YES" >>>to >>>sendmail_enable="NO" >> >>No experience with MailScanner, but the >>postfix-installation states that in order to disable >>sendmail completely I can add sendmail_enable="NONE" >>as one option. > > > Also make sure you have mta=sendmail in /usr/local/etc/rc.d/mta.sh. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Mon May 10 04:50:49 2004 Return-Path: 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 47C7816A4CE for ; Mon, 10 May 2004 04:50:49 -0700 (PDT) Received: from mail.uk.hybyte.net (mail.uk.hybyte.net [213.86.56.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B35F43D5C for ; Mon, 10 May 2004 04:50:47 -0700 (PDT) (envelope-from atrull@hybyte.com) Received: from localhost (localhost [127.0.0.1]) by mail.uk.hybyte.net (Postfix) with ESMTP id 679BAEB2D1 for ; Mon, 10 May 2004 12:50:45 +0100 (BST) Received: from by localhost (amavisd-new, port ) id H4gGd6bR for ; Mon, 10 May 2004 12:50:44 +0100 (BST) Received: by mail.uk.hybyte.net (Postfix, from userid 1001) id C6122EB2B1; Mon, 10 May 2004 12:50:44 +0100 (BST) Date: Mon, 10 May 2004 12:50:44 +0100 From: Alex Trull To: John Nielsen Message-ID: <20040510115044.GA98222@hybyte.com> References: <20040508203541.00673731.goodomike@comcast.net> <200405081857.28214.lists@jnielsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405081857.28214.lists@jnielsen.net> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at hybyte.com cc: freebsd-stable@freebsd.org Subject: Re: gdi printer driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 11:50:49 -0000 * John Nielsen [2004-05-08 18:57:28 -0600]: > I haven't done much with apsfilter, but I am successfully using the gdi > driver with CUPS and a Lexmark E210 printer (which is basically a > relabelled Samsung). Check out linuxprinting.org if you want to go that > route. > > BTW, this might be a question better suited to the -questions list. > > JN > > On Saturday 08 May 2004 06:35 pm, Mike Wilson wrote: > > I have a Samsung ML1430 printer which should work with the gdi printer > > driver. I have the latest version of ghostscript-gnu and apsfilter. > > When I look for the gdi driver in the lists in apsfilter, no gdi driver > > is listed. Ghostscript claims to include that driver. Any ideas? > > GoodOlMike > > > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" I've managed to get a Samsung ML-1510 (usb) working with my 4.9 system - networked printing over ipp. look into cups, foomatic scripts and see some posts related to these and a brother printer by Miguel Mendez. You'll need Generic Adobe postscript drivers if you want to allow windows clients to print. You can install the foomatic scripts either through ports, or through the linuxprinting.org pages. Cheers, Alex Trull Systems and Network Administrator Cell : +44 (0) 7966 203990 | Hybyte Solutions & Services Ltd Office : +44 (0) 2079 764NNN | 114-116 Rochester Row, Victoria Main: 200 Direct: 219 Fax: 229 | London SW1P 1JQ, GB https://mail.uk.hybyte.net/~atrull/pgppub.key 0x1DCBCFB7 From owner-freebsd-stable@FreeBSD.ORG Mon May 10 06:11:55 2004 Return-Path: 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 CB6BE16A4CE for ; Mon, 10 May 2004 06:11:55 -0700 (PDT) Received: from www.cyclades.de (mail.cyclades.de [62.225.173.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543EF43D5E for ; Mon, 10 May 2004 06:11:54 -0700 (PDT) (envelope-from mh@kernel32.de) Received: from [192.168.10.145] (helo=kernel32.de) by www.cyclades.de with asmtp (Exim 3.35 #1 (Debian)) id 1BNAZQ-0003VR-00 for ; Mon, 10 May 2004 15:11:48 +0200 Message-ID: <409F7F6A.4050007@kernel32.de> Date: Mon, 10 May 2004 15:11:06 +0200 From: Marian Hettwer User-Agent: Mozilla Thunderbird 0.5 (X11/20040414) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean X-MailScanner-SpamCheck: Subject: O2micro 6912 / PCCARD not working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 13:11:55 -0000 Hi All, perhaps somebody could help me with this issue. I've been using my Laptop (Acer Travelmate 220) for nearly 2 years now, but I never needed my pcmcia slots. Well, now I need them and I verified the installation. However, no pcmcia card seems to work, and I get nearly no messages. Perhaps I did a configuration mistake, so here we go, thats my config: My Kernel: # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable My System: [mhettwer@acchilles] <~> $ uname -a FreeBSD acchilles.cyclades-hannover.de 4.9-RELEASE-p4 FreeBSD 4.9-RELEASE-p4 #26: Tue May 4 14:07:59 CEST 2004 root@acchilles.cyclades-hannover.de:/usr/src/sys/compile/ACCHILLES i386 some dmesg stuff: pcic0: irq 10 at device 9.0 on pci1 pcic0: PCI Memory allocated: 0x88000000 pcic0: Warning: O2micro OZ68xx chips may not work pccard0: on pcic0 Well, the warning is speaking of 68xx chipset. Mine is 6912. So I ignored this problem ... As far as I could say, this looks okay, doesn't it ? FreeBSD recognized my pcmcia slots. pccardd is also running: [mhettwer@acchilles] <~> $ ps ax|grep pccard 61 ?? Is 0:00,00 pccardd -z -f /etc/defaults/pccard.conf [mhettwer@acchilles] <~> $ cat /etc/rc.conf |grep pcc pccard_enable="YES" pccard_beep="2" If I plug in a PCMCIA-to-CF Adapter (with a CF card inside) I get no messages. Neither when running 'dmesg' nor when looking in /var/log/messages So I tried to do a 'pccardc power 0 1'. Now I have at least one message in dmesg, saying: pccard: card inserted, slot 0 A 'pccardc dumpcis' doesn't look good either ... [root@acchilles] <~> # pccardc dumpcis Configuration data for card in slot 0 Tuple #1, code = 0xff (Terminator), length = 0 1 slots found Any ideas how I could get my pcmcia cards running ? I got it up and running with a FreeBSD 5.0 some time ago ... but 5.0 was of course not the right choice for my daily work laptop ... I'd like to prevent updating to 5.2.1 ... TIA, Marian From owner-freebsd-stable@FreeBSD.ORG Mon May 10 07:42:20 2004 Return-Path: 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 44D7F16A4CE; Mon, 10 May 2004 07:42:20 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F4E43D46; Mon, 10 May 2004 07:42:19 -0700 (PDT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.11/8.12.11) with ESMTP id i4AEgHEM062628; Mon, 10 May 2004 18:42:17 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Mon, 10 May 2004 18:42:17 +0400 (MSD) From: Dmitry Morozovsky To: Tim Robbins In-Reply-To: <20040510092015.GA29281@cat.robbins.dropbear.id.au> Message-ID: <20040510183607.V60519@woozle.rinet.ru> References: <20040510070010.GA587@i2.informatik.rwth-aachen.de> <20040510092015.GA29281@cat.robbins.dropbear.id.au> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable@freebsd.org cc: Volker Stolz Subject: Re: nullfs-autopsy after crash X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 14:42:20 -0000 On Mon, 10 May 2004, Tim Robbins wrote: TR> > /bin on /usr/tmp/jail/bin (null, local, read-only) TR> > /sbin on /usr/tmp/jail/sbin (null, local, read-only) TR> > /etc on /usr/tmp/jail/etc (null, local, read-only) TR> > /dev on /usr/tmp/jail/dev (null, local, read-only) TR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TR> TR> Accessing special (non-directory, non-regular) files through nullfs TR> is known to cause panics. You'll need to create a dev directory TR> for each jail and populate it with makedev. ... and it seems appropriate for me to do this via mfs like JDIR=/ar/J/j224 mount_mfs -s 256 -i 768 -o nosuid swap ${JDIR}/dev > /dev/null 2>&1 # XXX mfs use 1777 mode so clean this up chmod 755 ${JDIR}/dev rm -rf ${JDIR}/dev/ >/dev/null 2>&1 cd ${JDIR}/dev sh /dev/MAKEDEV std pty0 rm mem kmem pci io klog console ln -sf null mem ln -sf null kmem ln -sf null console Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-stable@FreeBSD.ORG Mon May 10 15:12:55 2004 Return-Path: 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 72DF016A4CE; Mon, 10 May 2004 15:12:55 -0700 (PDT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B3043D41; Mon, 10 May 2004 15:12:53 -0700 (PDT) (envelope-from jin_yuan@fastmail.fm) Received: from server3.messagingengine.com (server3.internal [10.202.2.134]) by mail.messagingengine.com (Postfix) with ESMTP id 08D88B43643; Mon, 10 May 2004 18:12:51 -0400 (EDT) Received: by server3.messagingengine.com (Postfix, from userid 99) id 8843F17102C; Mon, 10 May 2004 18:12:52 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.3 (F2.71; T1.001; A1.60; B2.21; Q2.21) From: "Jinyuan Li" To: freebsd-stable@freebsd.org Date: Mon, 10 May 2004 15:12:52 -0700 X-Sasl-Enc: UXlJ34Wur670suevxwLVWA 1084227172 Message-Id: <1084227172.8010.196202591@webmail.messagingengine.com> cc: freebsd-current@freebsd.org Subject: BUG in vm in stable RELENG_4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 22:12:55 -0000 Hi, guys, I would like to collect your response before submitting a bug report. Any comment would be greatly appreciated. The bug is in the following piece at vm/vm_object.c: /* * Try to optimize the next page. If we can't we pick up * our (random) scan where we left off. */ if (msync_flush_flags & MSYNC_FLUSH_SOFTSEQ) { if ((p = vm_page_lookup(object, pi + n)) != NULL) goto again; } The piece of code tries to optimize locating next vm_page. When it does so, kernel always flushes the vm_page p in an ascending order (in term of p->pindex). However, the problem comes in when one round finishes (when vm_page_lookup returns NULL), the kernel will then begin with vm_page np and redo most of the whole work again!!! If beforehand, all vm_pages are in an ascending order, the total cost would be n^2/2 instead of n. We could fix the code by break the loop when vm_page_lookup returns NULL. However, since the vm_pages are not always sorted, we might solve this problem only by disabling MSYNC_FLUSH_SOFTSEQ flag: 99c99 < static int msync_flush_flags = MSYNC_FLUSH_HARDSEQ | MSYNC_FLUSH_SOFTSEQ; --- > static int msync_flush_flags = MSYNC_FLUSH_HARDSEQ; Notice this bug doesn't violate any correctness of the kernel, though it causes so much unnesscary disk traffic. Bests Jinyuan -- http://www.fastmail.fm - Send your email first class From owner-freebsd-stable@FreeBSD.ORG Tue May 11 00:45:33 2004 Return-Path: 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 7D97716A4CE; Tue, 11 May 2004 00:45:33 -0700 (PDT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4E643D62; Tue, 11 May 2004 00:45:32 -0700 (PDT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004051116:31:44:337516.28674.2516331440 for ; Tue, 11 May 2004 16:31:44 +0900 (KST) Message-ID: <40A0849B.5080506@users.sourceforge.net> Date: Tue, 11 May 2004 16:45:31 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:0.75) (by Terrace) Subject: Secure NFS: does not compile with Stable? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 07:45:33 -0000 Hi, I want NFS over secure connection (sNFS). This is available at http://www.math.ualberta.ca/imaging/snfs/ It needs sec_rpc-1.54 compiled on the system, but this fails. It seems to require perl version 5.006 or later, but FreeBSD-Stable comes with perl version 5.005_03. So Stable is almost OK, but not quite. Here is what happens: [ ~/sec_rpc-1.54]$ ./configure ....zip.... [ ~/sec_rpc-1.54]$ make ....zip.... cd perl; perl Makefile.PL Checking if your kit is complete... Looks good Could not eval ' package ExtUtils::MakeMaker::_version; no strict; local $VERSION; $VERSION=undef; do { our $VERSION = '1.54'; }; $VERSION ' in SNFS.pm: Can't modify subroutine entry in scalar assignment at (eval 6) line 7, at EOF *** Error code 2 Stop in /home/rob/sec_rpc-1.54/NFS. *** Error code 1 What can I do now? Thanks. Rob. From owner-freebsd-stable@FreeBSD.ORG Tue May 11 00:52:36 2004 Return-Path: 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 B386E16A4CE; Tue, 11 May 2004 00:52:36 -0700 (PDT) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 393F643D1F; Tue, 11 May 2004 00:52:36 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (99fde3bf7191f9fdd7ac9da663b0e3b3@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i4B7pHZq022952; Tue, 11 May 2004 00:51:18 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 002765183F; Tue, 11 May 2004 00:52:34 -0700 (PDT) Date: Tue, 11 May 2004 00:52:34 -0700 From: Kris Kennaway To: Rob Message-ID: <20040511075234.GB94625@xor.obsecurity.org> References: <40A0849B.5080506@users.sourceforge.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4SFOXa2GPu3tIq4H" Content-Disposition: inline In-Reply-To: <40A0849B.5080506@users.sourceforge.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-stable@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Secure NFS: does not compile with Stable? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 07:52:36 -0000 --4SFOXa2GPu3tIq4H Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 11, 2004 at 04:45:31PM +0900, Rob wrote: >=20 > Hi, >=20 > I want NFS over secure connection (sNFS). This is available at > http://www.math.ualberta.ca/imaging/snfs/ >=20 > It needs sec_rpc-1.54 compiled on the system, but this fails. It > seems to require perl version 5.006 or later, but FreeBSD-Stable comes > with perl version 5.005_03. So Stable is almost OK, but not quite. > What can I do now? Install perl version 5.006 or later (from the ports collection) :-) Kris --4SFOXa2GPu3tIq4H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAoIZCWry0BWjoQKURAhwXAJ47VGvvb6Nqm9SioOnOg8y4k3mT6QCeI7aE WEyDy/lXU0dLZlB/5GxhPtw= =Jwf+ -----END PGP SIGNATURE----- --4SFOXa2GPu3tIq4H-- From owner-freebsd-stable@FreeBSD.ORG Tue May 11 02:05:55 2004 Return-Path: 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 09E7016A4CE for ; Tue, 11 May 2004 02:05:55 -0700 (PDT) Received: from lakermmtao04.cox.net (lakermmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D6A043D49 for ; Tue, 11 May 2004 02:05:54 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao04.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040511090550.LDGZ19546.lakermmtao04.cox.net@mezz.mezzweb.com> for ; Tue, 11 May 2004 05:05:50 -0400 Date: Tue, 11 May 2004 04:06:40 -0500 To: freebsd-stable@FreeBSD.org From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera7.23/Linux M2 build 518 Subject: Does 4.x supports wchar_t/wstring? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 09:05:55 -0000 Hello, Current, I am having the problem with the games/wesnoth build on 4.x only. I tried to get it builds w/ GCC 3.3, but still no luck. It shows that _GLIBCPP_USE_WCHAR_T is not defined, so I am wondering if there has any workaround for it? The failed build of wesnoth: http://pointyhat.freebsd.org/errorlogs/i386-4-latest/wesnoth-0.7.6.log (Current down) The fail is location on language.hpp 61/62 line: ============================================= std::string wstring_to_string(const std::wstring &); std::wstring string_to_wstring(const std::string &); ============================================= If nobody know any workaround, then I guess I will have to mark it as INGORE on FreeBSD 4.x only. BTW: Please CC to me, I am not on the list. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org bsdforums.org 's moderator, mezz. From owner-freebsd-stable@FreeBSD.ORG Tue May 11 03:08:54 2004 Return-Path: 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 8CD4516A4CE for ; Tue, 11 May 2004 03:08:54 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1FF843D3F for ; Tue, 11 May 2004 03:08:53 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.112.219) by smtp01.syd.iprimus.net.au (7.0.024) id 409956B4001D9414; Tue, 11 May 2004 20:08:50 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 906A541E5; Tue, 11 May 2004 20:08:00 +1000 (EST) Date: Tue, 11 May 2004 20:08:00 +1000 From: Tim Robbins To: Jeremy Messenger Message-ID: <20040511100800.GA34687@cat.robbins.dropbear.id.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-stable@freebsd.org Subject: Re: Does 4.x supports wchar_t/wstring? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 10:08:54 -0000 On Tue, May 11, 2004 at 04:06:40AM -0500, Jeremy Messenger wrote: > Hello, > > Current, I am having the problem with the games/wesnoth build on 4.x only. > I tried to get it builds w/ GCC 3.3, but still no luck. It shows that > _GLIBCPP_USE_WCHAR_T is not defined, so I am wondering if there has any > workaround for it? ... > The fail is location on language.hpp 61/62 line: > ============================================= > std::string wstring_to_string(const std::wstring &); > std::wstring string_to_wstring(const std::string &); > ============================================= It looks like the definition of the std::wstring class is commented out on FreeBSD 4 because is missing. You could try adding this wherever necessary: #include typedef basic_string std::wstring; It will work for most simple things, but not stream I/O. Another workaround is to uncomment the definition in g++/string, un-#if 0 the definition of string_char_traits in g++/std/straits.h, change the #include line preceding it to , and change iswspace() to isspace(). This is not as much of a hack as it sounds, since the 4.4BSD ctype functions accept wide characters, but it's obviously not something a port should be doing. Tim From owner-freebsd-stable@FreeBSD.ORG Tue May 11 04:59:57 2004 Return-Path: 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 63B8216A4CF; Tue, 11 May 2004 04:59:57 -0700 (PDT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7784343D58; Tue, 11 May 2004 04:59:56 -0700 (PDT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004051120:45:55:698027.10973.2946210736 for ; Tue, 11 May 2004 20:45:55 +0900 (KST) Message-ID: <40A0C03B.5080906@users.sourceforge.net> Date: Tue, 11 May 2004 20:59:55 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:4.53) (by Terrace) Subject: Secure NFS (sNFS) on 4-Stable: has somebody succeeded? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 11:59:57 -0000 Hi, I want to have secure NFS on my FreeBSD-4-Stable PC, where a secure tunnel is used for the NFS connection. There seems to be only one webpage for this: http://www.math.ualberta.ca/imaging/snfs/ First step is to install sec_rpc-1.54.tar.gz, which already fails for me. I have upgraded perl from ports, to no avail; and I'm awaiting response from the author of this package. The webpage suggests it should work for FreeBSD, but there's no evidence. So I'm wondering if another FreeBSD-4.X user has been successful in having sNFS installed. If yes, then how to compile the sec_rpc package? Thanks, Rob. From owner-freebsd-stable@FreeBSD.ORG Tue May 11 05:16:08 2004 Return-Path: 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 447A316A4CF; Tue, 11 May 2004 05:16:08 -0700 (PDT) Received: from ene.asda.gr (ene.asda.gr [193.92.118.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD69343D5E; Tue, 11 May 2004 05:16:07 -0700 (PDT) (envelope-from lefty@ene.asda.gr) Received: from 127.0.0.1 (localhost [127.0.0.1]) by ene.asda.gr (Postfix) with SMTP id F03F833F; Tue, 11 May 2004 15:16:03 +0300 (EEST) Received: from ene.asda.gr (localhost [127.0.0.1]) by ene.asda.gr (Postfix) with SMTP id BE223C2; Tue, 11 May 2004 15:16:01 +0300 (EEST) Received: from ene.asda.gr (artemis.asda.gr [194.219.142.39]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (Client CN "Lefteris Tsintjelis", Issuer "E 'n' E CA" (verified OK)) by ene.asda.gr (Postfix) with ESMTP id CE7A5C1; Tue, 11 May 2004 15:16:00 +0300 (EEST) Message-ID: <40A0C3FC.2CDCA39D@ene.asda.gr> Date: Tue, 11 May 2004 15:15:56 +0300 From: Lefteris Tsintjelis Organization: ASDA X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,el MIME-Version: 1.0 To: stable@freebsd.org, questions@freebsd.org Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on ene.asda.gr X-Spam-DCC: : X-Spam-Status: No, hits=-99.2 required=8.0 tests=AWL,USER_IN_WHITELIST autolearn=ham version=2.63 Subject: Digiboard PCI Xem driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 12:16:08 -0000 Hi, can anyone please tell me if there are any plans soon to include the PCI Digiboard Xem driver to -STABLE or should I go with the 5.X release? Thanks, Lefteris Tsintjelis From owner-freebsd-stable@FreeBSD.ORG Mon May 10 14:13:02 2004 Return-Path: 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 735E016A4CE; Mon, 10 May 2004 14:13:02 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5EBF43D1D; Mon, 10 May 2004 14:13:01 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (g4.samsco.home [192.168.0.12]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i4ALHiu6057146; Mon, 10 May 2004 15:17:44 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <409FF025.70807@freebsd.org> Date: Mon, 10 May 2004 15:12:05 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a) Gecko/20040214 X-Accept-Language: en-us, en MIME-Version: 1.0 To: hackers@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org X-Mailman-Approved-At: Tue, 11 May 2004 05:35:43 -0700 Subject: Reminder! Call for March-April 2004 Status reports X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 21:13:02 -0000 All, It's time again for bi-monthly status reports. As always, the template is at http://www.freebsd.org/news/status/report-sample.xml. Please make submissions to monthly@freebsd.org by May 12 for inclusion. Any projects that relate to FreeBSD development, documentation, ports, etc, are welcome. Previous reports can be found at http://www.freebsd.org/news/status. Again, the due date is May 12. Thanks! Scott From owner-freebsd-stable@FreeBSD.ORG Tue May 11 11:39:24 2004 Return-Path: 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 6E92616A4CE; Tue, 11 May 2004 11:39:24 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11A2043D5E; Tue, 11 May 2004 11:39:24 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (db954701a643cf671335566cc5a9d983@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i4BIdMNw002982; Tue, 11 May 2004 11:39:22 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 11B3451CE5; Tue, 11 May 2004 11:39:22 -0700 (PDT) Date: Tue, 11 May 2004 11:39:21 -0700 From: Kris Kennaway To: Rob Message-ID: <20040511183921.GA33494@xor.obsecurity.org> References: <40A0C03B.5080906@users.sourceforge.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: <40A0C03B.5080906@users.sourceforge.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-stable@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Secure NFS (sNFS) on 4-Stable: has somebody succeeded? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 18:39:24 -0000 --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 11, 2004 at 08:59:55PM +0900, Rob wrote: >=20 > Hi, >=20 > I want to have secure NFS on my FreeBSD-4-Stable PC, where > a secure tunnel is used for the NFS connection. >=20 > There seems to be only one webpage for this: >=20 > http://www.math.ualberta.ca/imaging/snfs/ >=20 > First step is to install sec_rpc-1.54.tar.gz, which already > fails for me. >=20 > I have upgraded perl from ports, to no avail; and I'm awaiting > response from the author of this package. >=20 > The webpage suggests it should work for FreeBSD, but there's no > evidence. So I'm wondering if another FreeBSD-4.X user has been > successful in having sNFS installed. > If yes, then how to compile the sec_rpc package? Since I already responded to you yesterday, you're going to have to provide more information than last time. You could start by explaining precisely what "to no avail" means, e.g. what errors are you receiving? Kris --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAoR3ZWry0BWjoQKURAkKBAKDce7OMKqTzaE+SVde75qwwgtOw7ACfcWIP BD5QJF1TThCYqY8uVU3MOxs= =Ftv0 -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- From owner-freebsd-stable@FreeBSD.ORG Tue May 11 14:17:37 2004 Return-Path: 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 814EC16A4CE; Tue, 11 May 2004 14:17:37 -0700 (PDT) Received: from alcanet.com.au (mail2.alcanet.com.au [203.62.196.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ADB343D39; Tue, 11 May 2004 14:17:36 -0700 (PDT) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp02.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1])i4BLHGiL007916; Wed, 12 May 2004 07:17:17 +1000 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp02.alcatel.com.au (Lotus Domino Release 5.0.12) with ESMTP id 2004051207171614:8107 ; Wed, 12 May 2004 07:17:16 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) i4BLHFmZ004503; Wed, 12 May 2004 07:17:15 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from pjeremy@localhost) by gsmx07.alcatel.com.au (8.12.9p2/8.12.9/Submit) id i4BLHE9P004502; Wed, 12 May 2004 07:17:14 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Wed, 12 May 2004 07:17:14 +1000 From: Peter Jeremy To: Lefteris Tsintjelis Message-ID: <20040511211714.GO95736@gsmx07.alcatel.com.au> Mail-Followup-To: Lefteris Tsintjelis , stable@freebsd.org, questions@freebsd.org References: <40A0C3FC.2CDCA39D@ene.asda.gr> Mime-Version: 1.0 In-Reply-To: <40A0C3FC.2CDCA39D@ene.asda.gr> User-Agent: Mutt/1.4.2i X-MIMETrack: Itemize by SMTP Server on SYDSMTP02/AlcatelAustralia(Release 5.0.12 |February 13, 2003) at 12/05/2004 07:17:16 AM,|February 13, 2003) at 12/05/2004 07:17:17 AM Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: base64 cc: stable@freebsd.org cc: questions@freebsd.org Subject: Re: Digiboard PCI Xem driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 21:17:37 -0000 T24gMjAwNC1NYXktMTEgMTU6MTU6NTYgKzAzMDAsIExlZnRlcmlzIFRzaW50amVsaXMgPGxlZnR5 QGVuZS5hc2RhLmdyPiB3cm90ZToNCj5IaSwgY2FuIGFueW9uZSBwbGVhc2UgdGVsbCBtZSBpZiB0 aGVyZSBhcmUgYW55IHBsYW5zIHNvb24gdG8gaW5jbHVkZQ0KPnRoZSBQQ0kgRGlnaWJvYXJkIFhl bSBkcml2ZXIgdG8gLVNUQUJMRSBvciBzaG91bGQgSSBnbyB3aXRoIHRoZSA1LlgNCj5yZWxlYXNl Pw0KDQpbUGxlYXNlIHdyYXAgbGluZXMgYmVmb3JlIDgwIGNoYXJhY3RlcnNdDQoNCkkgaGF2ZSBi ZWVuIHN1Y2Nlc3NmdWxseSB1c2luZyBkaWdpKDQpIGluIC1zdGFibGUgZm9yIG1vcmUgdGhhbiAy vQ0KeWVhcnMgbm93IC0gdGhlIHBhdGNoZXMgYXJlIHRyaXZpYWwgKGJhc2ljYWxseSBqdXN0IGNo YW5nZSBhIGNvdXBsZSBvZg0KInN0cnVjdCB0aHJlYWQicyBiYWNrIHRvICJzdHJ1Y3QgcHJvYyIs IGZpeCB0aGUgY2RldnN3IGluaXRpYWxpc2F0aW9uDQphbmQgY2hhbmdlIHRoZSBrbGQgbG9hZCBw YXRoKS4gIFVuZm9ydHVuYXRlbHksIG5vLW9uZSBzZWVtcyBpbnRlcmVzdGVkDQppbiBvZmZpY2lh bGx5IGJhY2stcG9ydGluZyBpdCB0byAtc3RhYmxlIC0gYW5kIEkgY2FuJ3Qgc2VlIGl0IGhhcHBl bmluZw0KYXQgYWxsIG5vdy4NCg0KLS0gDQpQZXRlciBKZXJlbXkNCg== From owner-freebsd-stable@FreeBSD.ORG Tue May 11 18:30:46 2004 Return-Path: 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 8895C16A4CE for ; Tue, 11 May 2004 18:30:46 -0700 (PDT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83B2A43D39 for ; Tue, 11 May 2004 18:30:45 -0700 (PDT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004051210:16:43:971268.13435.2897447856 for ; Wed, 12 May 2004 10:16:43 +0900 (KST) Message-ID: <40A17E44.7040900@users.sourceforge.net> Date: Wed, 12 May 2004 10:30:44 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <40A0C03B.5080906@users.sourceforge.net> <20040511183921.GA33494@xor.obsecurity.org> In-Reply-To: <20040511183921.GA33494@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:4.54) (by Terrace) Subject: Re: Secure NFS (sNFS) on 4-Stable: has somebody succeeded? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 01:30:46 -0000 Kris Kennaway wrote: > On Tue, May 11, 2004 at 08:59:55PM +0900, Rob wrote: > >>Hi, >> >>I want to have secure NFS on my FreeBSD-4-Stable PC, where >>a secure tunnel is used for the NFS connection. >> >>There seems to be only one webpage for this: >> >> http://www.math.ualberta.ca/imaging/snfs/ >> >>First step is to install sec_rpc-1.54.tar.gz, which already >>fails for me. >> >>I have upgraded perl from ports, to no avail; and I'm awaiting >>response from the author of this package. >> >>The webpage suggests it should work for FreeBSD, but there's no >>evidence. So I'm wondering if another FreeBSD-4.X user has been >>successful in having sNFS installed. >>If yes, then how to compile the sec_rpc package? > > > Since I already responded to you yesterday, you're going to have to > provide more information than last time. You could start by > explaining precisely what "to no avail" means, e.g. what errors are > you receiving? Thanks. I actually wanted to know first whether someone has succeeded.... But I can give more details: In the directory sec_rpc-1.54/NFS/perl/ of the package sec_rpc-1.54.tar.gz, there is a file Makefile.PL. 'make' processes this directory by generating a Makefile with 'perl Makefile.PL', followed by a 'make all'. The generation of the Makefile by perl doesn't work, neither with perl from 4-Stable base system, nor with the newer perl version from the ports. The file Makefile.PL contains: use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'SNFS', 'VERSION_FROM' => 'SNFS.pm', # finds $VERSION 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'SNFS.pm', # retrieve abstract from module AUTHOR => 'Fredrik Roubert ') : ()), ); This file talks about "lib/ExtUtils/MakeMaker.pm", but on my system, MakeMaker.pm resides in /usr/libdata/perl/5.00503/ExtUtils/MakeMaker.pm. Where will perl search, to find MakeMaker.pm? As soon as the make process does 'make all', it cannot find the Makefile and it stops with an error. I myself don't know anything about perl, so I'm totally at a loss here. Any suggestions? BTW: seeing the 5.005 here in this file, I believe it may work with perl from 4-Stable base system (version 5.005_03), though again, I know nothing about perl.... Thanks, Rob. From owner-freebsd-stable@FreeBSD.ORG Wed May 12 00:36:30 2004 Return-Path: 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 49E6716A4CE for ; Wed, 12 May 2004 00:36:30 -0700 (PDT) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4169C43D4C for ; Wed, 12 May 2004 00:36:28 -0700 (PDT) (envelope-from cedric.devillers@script.jussieu.fr) Received: from tzolkin.script.jussieu.fr (tzolkin.script.jussieu.fr [134.157.164.8])i4C7aRAP063281 for ; Wed, 12 May 2004 09:36:27 +0200 (CEST) X-Ids: 164 Received: from ganymede (ganymede.script.jussieu.fr [134.157.164.36]) (8.12.10/8.12.10/SCRIPT-1.1.18.1/1.1.8.1) with SMTP id i4C7aP5q000691 for ; Wed, 12 May 2004 09:36:26 +0200 (MEST) Date: Wed, 12 May 2004 09:36:25 +0200 From: =?ISO-8859-15?B?Q+lkcmlj?= Devillers To: freebsd-stable@freebsd.org Message-Id: <20040512093625.599d2e86.cedric.devillers@script.jussieu.fr> In-Reply-To: <40A17E44.7040900@users.sourceforge.net> References: <40A0C03B.5080906@users.sourceforge.net> <20040511183921.GA33494@xor.obsecurity.org> <40A17E44.7040900@users.sourceforge.net> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Miltered: at shiva.jussieu.fr with ID 40A1D3FB.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Antivirus: scanned by sophie at shiva.jussieu.fr Subject: Re: Secure NFS (sNFS) on 4-Stable: has somebody succeeded? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 07:36:30 -0000 Hello, you can test this command for verify what directories were include by default in the search path for modules perl -e 'print "@INC\n";' or perl -V If "/usr/libdata/perl/5.00503/" was not in this variable (@INC), this is normal that perl does not find it. The solution is to add this path in the @INC variable in the perl script or in the PERLLIB environment variable. Cedric On Wed, 12 May 2004 10:30:44 +0900 Rob wrote: > Kris Kennaway wrote: > > On Tue, May 11, 2004 at 08:59:55PM +0900, Rob wrote: > > > >>Hi, > >> > >>I want to have secure NFS on my FreeBSD-4-Stable PC, where > >>a secure tunnel is used for the NFS connection. > >> > >>There seems to be only one webpage for this: > >> > >> http://www.math.ualberta.ca/imaging/snfs/ > >> > >>First step is to install sec_rpc-1.54.tar.gz, which already > >>fails for me. > >> > >>I have upgraded perl from ports, to no avail; and I'm awaiting > >>response from the author of this package. > >> > >>The webpage suggests it should work for FreeBSD, but there's no > >>evidence. So I'm wondering if another FreeBSD-4.X user has been > >>successful in having sNFS installed. > >>If yes, then how to compile the sec_rpc package? > > > > > > Since I already responded to you yesterday, you're going to have to > > provide more information than last time. You could start by > > explaining precisely what "to no avail" means, e.g. what errors are > > you receiving? > > Thanks. I actually wanted to know first whether someone has > succeeded.... > > But I can give more details: > > In the directory sec_rpc-1.54/NFS/perl/ of the package > sec_rpc-1.54.tar.gz, there is a file Makefile.PL. 'make' processes > this directory by generating a Makefile with 'perl Makefile.PL', > followed by a 'make all'. > > The generation of the Makefile by perl doesn't work, neither with perl > from 4-Stable base system, nor with the newer perl version from the > ports. > > The file Makefile.PL contains: > > use ExtUtils::MakeMaker; > # See lib/ExtUtils/MakeMaker.pm for details of how to influence > # the contents of the Makefile that is written. > WriteMakefile( > 'NAME' => 'SNFS', > 'VERSION_FROM' => 'SNFS.pm', # finds $VERSION > 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 > ($] >= 5.005 ? ## Add these new keywords supported since > 5.005 (ABSTRACT_FROM => 'SNFS.pm', # retrieve abstract from > module AUTHOR => 'Fredrik Roubert ') : > ()),); > > > This file talks about "lib/ExtUtils/MakeMaker.pm", but on my system, > MakeMaker.pm resides in > /usr/libdata/perl/5.00503/ExtUtils/MakeMaker.pm. Where will perl > search, to find MakeMaker.pm? > > As soon as the make process does 'make all', it cannot find the > Makefile and it stops with an error. > > I myself don't know anything about perl, so I'm totally at a loss > here. > > Any suggestions? > > BTW: seeing the 5.005 here in this file, I believe it may work with > perl from 4-Stable base system (version 5.005_03), though again, I > know nothing about perl.... > > Thanks, > Rob. > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Wed May 12 01:14:51 2004 Return-Path: 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 58AEE16A4CE for ; Wed, 12 May 2004 01:14:51 -0700 (PDT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF9343D41 for ; Wed, 12 May 2004 01:14:50 -0700 (PDT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004051217:00:36:420910.15039.2828954544 for ; Wed, 12 May 2004 17:00:36 +0900 (KST) Message-ID: <40A1DCFA.1020506@users.sourceforge.net> Date: Wed, 12 May 2004 17:14:50 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <40A0C03B.5080906@users.sourceforge.net> <20040511183921.GA33494@xor.obsecurity.org> <40A17E44.7040900@users.sourceforge.net> <20040512093625.599d2e86.cedric.devillers@script.jussieu.fr> In-Reply-To: <20040512093625.599d2e86.cedric.devillers@script.jussieu.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-TERRACE-SPAMMARK: NO (SR:11.52) (by Terrace) Subject: Re: Secure NFS (sNFS) on 4-Stable: has somebody succeeded? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 08:14:51 -0000 Cédric Devillers wrote: > Hello, > > you can test this command for verify what directories were include by > default in the search path for modules perl -e 'print "@INC\n";' > or perl -V > > If "/usr/libdata/perl/5.00503/" was not in this variable (@INC), this is > normal that perl does not find it. Thanks a lot, I then can explore further (but please bear in mind that I am a total dummy with perl). Perl comes with the FreeBSD-4-Stable base system as: 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl5 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl5.00503 Exactly same sizes!! Exactly same file? When I do: $ perl -e 'print "@INC\n";' I get no output at all. Why? When I do: $ perl5 -e 'print "@INC\n";' /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 $ The last line is the directory where I have: ExtUtils/MakeMaker.pm So I suppose the perl path is okay. Let me then go back to the secure NFS package, cd into problem directory and type: $ perl5 Makefile.PL Checking if your kit is complete... Looks good Could not eval ' package ExtUtils::MakeMaker::_version; no strict; local $VERSION; $VERSION=undef; do { our $VERSION = '1.54'; }; $VERSION ' in SNFS.pm: Can't modify subroutine entry in scalar assignment at (eval 6) line 7, at EOF $ SNFS.pm is a long file (script?) of 1680 lines. It says in the top few lines: package SNFS; use 5.006; use strict; use warnings; require Exporter; use AutoLoader qw(AUTOLOAD); our @ISA = qw(Exporter); [...zip...] Why this is not working? Is the difference between perl versions 5.005 and 5.006 so essential? Comparing these version numbers, this looks more like a small bug fix to me. However, if the difference is so important, then why are we still hanging on to 5.005 in the FreeBSD base system, without 'upgrading' that to 5.006 or whatever? Thanks so much! Rob. From owner-freebsd-stable@FreeBSD.ORG Wed May 12 01:59:14 2004 Return-Path: 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 DAC3E16A4CE; Wed, 12 May 2004 01:59:14 -0700 (PDT) Received: from lakermmtao03.cox.net (lakermmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE3F43D1D; Wed, 12 May 2004 01:59:14 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao03.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040512085913.DKEN22312.lakermmtao03.cox.net@mezz.mezzweb.com>; Wed, 12 May 2004 04:59:13 -0400 Date: Wed, 12 May 2004 03:59:50 -0500 To: Tim Robbins References: <20040511100800.GA34687@cat.robbins.dropbear.id.au> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20040511100800.GA34687@cat.robbins.dropbear.id.au> User-Agent: Opera7.23/Linux M2 build 518 cc: freebsd-stable@freebsd.org Subject: Re: Does 4.x supports wchar_t/wstring? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 08:59:15 -0000 On Tue, 11 May 2004 20:08:00 +1000, Tim Robbins wrote: > On Tue, May 11, 2004 at 04:06:40AM -0500, Jeremy Messenger wrote: >> Hello, >> >> Current, I am having the problem with the games/wesnoth build on 4.x >> only. >> I tried to get it builds w/ GCC 3.3, but still no luck. It shows that >> _GLIBCPP_USE_WCHAR_T is not defined, so I am wondering if there has any >> workaround for it? > ... >> The fail is location on language.hpp 61/62 line: >> ============================================= >> std::string wstring_to_string(const std::wstring &); >> std::wstring string_to_wstring(const std::string &); >> ============================================= > > It looks like the definition of the std::wstring class is commented out > on > FreeBSD 4 because is missing. You could try adding this > wherever > necessary: > #include > typedef basic_string std::wstring; > > It will work for most simple things, but not stream I/O. Thanks! Above didn't work, but I tweaked a little by using namespace and it compiles fine. Also, the game ran fine. I added looks like this: ============================================= #if (__FreeBSD_version < 500029) #include namespace std { typedef basic_string wstring; } #endif ============================================= Cheers, Mezz > Another workaround is to uncomment the definition in g++/string, un-#if 0 > the definition of string_char_traits in g++/std/straits.h, > change the #include line preceding it to , and change iswspace() > to > isspace(). This is not as much of a hack as it sounds, since the 4.4BSD > ctype > functions accept wide characters, but it's obviously not something a port > should be doing. > > > Tim -- mezz7@cox.net - mezz@FreeBSD.org bsdforums.org 's moderator, mezz. From owner-freebsd-stable@FreeBSD.ORG Wed May 12 03:12:57 2004 Return-Path: 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 EC43A16A4CE for ; Wed, 12 May 2004 03:12:57 -0700 (PDT) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB80543D48 for ; Wed, 12 May 2004 03:12:56 -0700 (PDT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (zyrozo@localhost [127.0.0.1]) by lurza.secnetix.de (8.12.9p2/8.12.9) with ESMTP id i4CACrNa045451 for ; Wed, 12 May 2004 12:12:53 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.12.9p2/8.12.9/Submit) id i4CACrhJ045450; Wed, 12 May 2004 12:12:53 +0200 (CEST) (envelope-from olli) Date: Wed, 12 May 2004 12:12:53 +0200 (CEST) Message-Id: <200405121012.i4CACrhJ045450@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG In-Reply-To: <40A1DCFA.1020506@users.sourceforge.net> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.9-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Secure NFS (sNFS) on 4-Stable: has somebody succeeded? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 10:12:58 -0000 Rob wrote: > Perl comes with the FreeBSD-4-Stable base system as: > 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl > 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl5 > 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl5.00503 > > Exactly same sizes!! Exactly same file? The hardlink-counter is 3, so it seems obvious that those are really exactly the same file (not just the same content). "ls -li" will confirm that: zsh$ ls -li /usr/bin/perl{,5*} 31854 -r-xr-xr-x 3 root wheel 10168 Nov 8 2003 /usr/bin/perl 31854 -r-xr-xr-x 3 root wheel 10168 Nov 8 2003 /usr/bin/perl5 31854 -r-xr-xr-x 3 root wheel 10168 Nov 8 2003 /usr/bin/perl5.00503 The inode numbers are the same, so it's really just one file with three different names. Another way to verify if files are the same (or have the same content) is to compare their MD5 checksums: zsh$ md5 -r /usr/bin/perl{,5*} 70b804a95b2f337a8cbda860be1b041a /usr/bin/perl 70b804a95b2f337a8cbda860be1b041a /usr/bin/perl5 70b804a95b2f337a8cbda860be1b041a /usr/bin/perl5.00503 As far as your actual perl problem is concerned, I'm afraid I can't help. > Is the difference between perl versions 5.005 and 5.006 so essential? Comparing > these version numbers, this looks more like a small bug fix to me. I'm not a perl guru, but have you tried using a newer perl5 from the ports collection? Does it fail with the same error message, or does it fail differently? 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. "When your hammer is C++, everything begins to look like a thumb." -- Steve Haflich, in comp.lang.c++ From owner-freebsd-stable@FreeBSD.ORG Wed May 12 04:07:58 2004 Return-Path: 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 B8D7916A4CE for ; Wed, 12 May 2004 04:07:58 -0700 (PDT) Received: from smtp.atlantis.dp.ua (smtp.atlantis.dp.ua [193.108.46.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE30A43D55 for ; Wed, 12 May 2004 04:07:56 -0700 (PDT) (envelope-from dmitry@atlantis.dp.ua) Received: from smtp.atlantis.dp.ua (smtp.atlantis.dp.ua [193.108.46.231]) by smtp.atlantis.dp.ua (8.12.6p2/8.12.6) with ESMTP id i4CB7e7X046019 for ; Wed, 12 May 2004 14:07:40 +0300 (EEST) (envelope-from dmitry@atlantis.dp.ua) Date: Wed, 12 May 2004 14:07:40 +0300 (EEST) From: Dmitry Pryanishnikov To: freebsd-stable@freebsd.org Message-ID: <20040512140039.E32770@atlantis.atlantis.dp.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: Secure NFS (sNFS) on 4-Stable: has somebody succeeded? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 11:07:58 -0000 Hello! > Date: Wed, 12 May 2004 17:14:50 +0900 > From: Rob > >Perl comes with the FreeBSD-4-Stable base system as: > 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl > 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl5 > 10 -r-xr-xr-x 3 root wheel 10168 May 11 20:39 /usr/bin/perl5.00503 > > > Exactly same sizes!! Exactly same file? Yes, those are hardlinks: root@web3# ls -li /usr/bin/perl* 577508 -r-xr-xr-x 3 root wheel 10168 May 12 11:14 /usr/bin/perl 577508 -r-xr-xr-x 3 root wheel 10168 May 12 11:14 /usr/bin/perl5 577508 -r-xr-xr-x 3 root wheel 10168 May 12 11:14 /usr/bin/perl5.00503 Note that inode numbers are the same. > > When I do: > > $ perl -e 'print "@INC\n";' > > I get no output at all. Why? > > When I do: > > $ perl5 -e 'print "@INC\n";' > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd Aha, that may indicate the problem. In my environment, results are the same. You can verify which file actually executes your commands: root@web3# which perl /usr/bin/perl root@web3# which perl5 /usr/bin/perl5 Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: dmitry@atlantis.dp.ua nic-hdl: LYNX-RIPE From owner-freebsd-stable@FreeBSD.ORG Wed May 12 04:23:17 2004 Return-Path: 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 DF93A16A4CE for ; Wed, 12 May 2004 04:23:17 -0700 (PDT) Received: from gw.arb-pro.ru (gw.arb-pro.ru [195.144.231.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3552A43D31 for ; Wed, 12 May 2004 04:23:14 -0700 (PDT) (envelope-from maximus@arb-pro.ru) Received: from localhost (gw [192.168.0.220]) by gw.arb-pro.ru (8.12.10/8.12.10) with SMTP id i4CBRUR9014240 for ; Wed, 12 May 2004 15:27:31 +0400 (MSD) Message-Id: <200405121127.i4CBRUR9014240@gw.arb-pro.ru> To: From: Maxim Kizik Date: Wed, 12 May 2004 15:27:30 +0400 Errors-To: Maxim Kizik X-Priority: 3 (Normal) X-Originating-Ip: [unknown] X-Mailer: NOCC v0.9.5 Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Wed, 12 May 2004 05:15:02 -0700 Subject: smbfs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Maxim Kizik List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 11:23:18 -0000 Good Afternoon! I have smbfs problem with FreeBSD 4.9-RELEASE. When I try to compress mounted windows 2000 share with some russian file names, tar complains: "ÄÏÐ-ÓÏÇÌü2-23637-60-010200.doc: File removed before we read it" Symbol, which we see as "ü", should be symbol "number" ( No - Big N with small o ). Boris Popov supposes, that there is libiconv problem. Would you please, help me. -- Maxim Kizik ___________________________________ From owner-freebsd-stable@FreeBSD.ORG Wed May 12 06:28:07 2004 Return-Path: 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 02CB316A4CE; Wed, 12 May 2004 06:28:07 -0700 (PDT) Received: from smtp2.enst.fr (reloaded.enst.fr [137.194.2.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7837D43D54; Wed, 12 May 2004 06:28:04 -0700 (PDT) (envelope-from beyssac@enst.fr) Received: from bofh.enst.fr (bofh.enst.fr [137.194.32.191]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "bofh.enst.fr", Issuer "ENST CA" (verified OK)) by smtp2.enst.fr (Postfix) with ESMTP id A89AF294; Wed, 12 May 2004 15:28:02 +0200 (CEST) Received: from enst.fr (localhost [127.0.0.1]) by bofh.enst.fr (8.12.11/8.12.11) with ESMTP id i4CDS2MQ029995 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 May 2004 15:28:02 +0200 (CEST) (envelope-from beyssac@enst.fr) Received: (from beyssac@localhost) by enst.fr (8.12.11/8.12.11/Submit) id i4CDS2ls029994; Wed, 12 May 2004 15:28:02 +0200 (CEST) (envelope-from beyssac) Date: Wed, 12 May 2004 15:28:02 +0200 From: Pierre Beyssac To: freebsd-stable@freebsd.org Message-ID: <20040512132802.GA28250@bofh.enst.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-message-flag: Warning! Use of Microsoft Outlook makes your system susceptible to worms and viruses cc: sos@freebsd.org Subject: "MODE_SENSE_BIG command timeout - resetting" at boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 13:28:07 -0000 Hi, I'm having the following problem on a new machine I just installed. At boot time, exactly 20 times, during device probe: acd0: MODE_SENSE_BIG command timeout - resetting ata0: resetting devices .. done Then: acd0: CDROM at ata0-master PIO4 If I try to mount a CD afterwards, I get the following sequence followed by an I/O error return: (next 2 lines 4 times) acd0: TEST_UNIT_READY command timeout - resetting ata0: resetting devices .. done (next 2 lines 4 times) acd0: PREVENT_ALLOW command timeout - resetting ata0: resetting devices .. done (next 2 lines 8 times) acd0: TEST_UNIT_READY command timeout - resetting ata0: resetting devices .. done (next 2 lines 8 times) acd0: PREVENT_ALLOW command timeout - resetting ata0: resetting devices .. done (next 2 lines 2 times) acd0: TEST_UNIT_READY command timeout - resetting ata0: resetting devices .. done OTOH, it works perfectly with atang when booting a -current install CD. Full dmesg below. Any ideas? Copyright (c) 1992-2004 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.10-PRERELEASE #0: Mon May 10 20:15:03 CEST 2004 root@berlioz.enst.fr:/usr/src/sys/compile/ZEUS Timecounter "i8254" frequency 1193182 Hz CPU: Intel(R) Xeon(TM) CPU 2.66GHz (2658.10-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf25 Stepping = 5 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 2147418112 (2097088K bytes) avail memory = 2088341504 (2039396K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 Programming 24 pins in IOAPIC #1 Programming 24 pins in IOAPIC #2 FreeBSD/SMP: Multiprocessor motherboard: 4 CPUs cpu0 (BSP): apic id: 0, version: 0x00050014, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00050014, at 0xfee00000 cpu2 (AP): apic id: 6, version: 0x00050014, at 0xfee00000 cpu3 (AP): apic id: 7, version: 0x00050014, at 0xfee00000 io0 (APIC): apic id: 8, version: 0x00178020, at 0xfec00000 io1 (APIC): apic id: 9, version: 0x00178020, at 0xfec81000 io2 (APIC): apic id: 10, version: 0x00178020, at 0xfec81400 Preloaded elf kernel "kernel" at 0xc0346000. Warning: Pentium 4 CPU: PSE disabled Pentium Pro MTRR support enabled Using $PIR table, 19 entries at 0xc00f3460 apm: protected mode connections are not supported npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard IOAPIC #0 intpin 16 -> irq 2 IOAPIC #0 intpin 19 -> irq 16 IOAPIC #0 intpin 18 -> irq 17 IOAPIC #0 intpin 17 -> irq 18 pci0: on pcib0 pci0: (vendor=0x8086, dev=0x2541) at 0.1 pcib1: at device 3.0 on pci0 pci2: on pcib1 pci2: (vendor=0x8086, dev=0x1461) at 28.0 pcib2: at device 29.0 on pci2 pci4: on pcib2 pci2: (vendor=0x8086, dev=0x1461) at 30.0 pcib3: at device 31.0 on pci2 IOAPIC #1 intpin 2 -> irq 19 pci3: on pcib3 ahd0: port 0x2400-0x24ff,0x2000-0x20ff mem 0xfeaf0000-0xfeaf1fff irq 19 at devi ce 3.0 on pci3 aic7901A: Ultra320 Wide Channel A, SCSI Id=7, PCI-X 67-100Mhz, 512 SCBs pci0: (vendor=0x8086, dev=0x2546) at 3.1 pci0: at 29.0 irq 2 pci0: at 29.1 irq 16 pci0: at 29.2 irq 17 pcib4: at device 30.0 on pci0 IOAPIC #0 intpin 23 -> irq 22 pci1: on pcib4 fxp0: port 0x1400-0x143f mem 0xfe7a0000-0xfe7bffff,0xfe7e0000-0xfe7e0fff irq 20 at device 3.0 on pci1 fxp0: Ethernet address 00:07:e9:3f:ad:01 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto em0: port 0x1440-0x147f mem 0xfe760000-0xfe77ffff irq 21 at dev ice 4.0 on pci1 em0: Speed:N/A Duplex:N/A pci1: at 12.0 irq 22 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x3a0-0x3af,0-0x3,0-0x7,0-0x3,0-0x7 irq 0 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: (vendor=0x8086, dev=0x2483) at 31.3 irq 18 orm0: