Re: Looks good at 070202 (July 2 build)

2002-07-03 Thread Eric Olsen

On 3 Jul 2002 at 0:12, Kenneth Mays wrote:

 
 Hi,
 
 Testing...Testing...
snip 
 Overall, things look nice and it is good having some updates. I noticed
 tar, gdb, grep, ssh, and cvs were not updated and I'm sure there are
 good reasons so I'm not worried about that. Overall, it looks like a
 good build. No major problems with ata-type issues that I can tell.
 

Well, I am still getting plenty of READ_BIG errors trying to install 
from the 4.6-STABLE-20020702-JPSNAP.iso cd.  I guess you were just 
lucky.

Bummer.   Another half day wasted, not counting the time it'll take to 
revert to 4.5-R.
-- 


The most beautiful and profound emotion we can experience is the 
sensation 
of the mystical.  It is the sower of all true science.  He to whom this 

emotion is a stranger, who can no longer wonder, and stand rapt in 
awe,
is as good as dead.
  -- A. Einstein


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: pkg_fetch broken on 4.6 stable?

2002-07-03 Thread Eric Olsen

On 28 Jun 2002 at 19:14, Stephen L. Palmer wrote:

 (Sorry if this hits the list multiple times, my mail to the list is
 bouncing as '554 Error: no valid recipients', I think I found and fixed
 the problem on my end now... sendmail was reporting a wrong hostname..)
 
 It seems that 'portupgrade -P' won't ever get a package, so it builds
 from source every time. On investigation, it seems that pkg_fetch is
 getting the directory path wrong. In the example below, the correct path
 would have included 'packages-4-stable', not 'packages-4.6-stable', at
 least that's how the directory structure on the ftp sites are. Stephen
 L. Palmer [EMAIL PROTECTED] http://bfsrocks.com
 example:-- root on gandalf:~ % pkg_fetch -v bash2 --- 
 Fetching bash2.tgz ++ Will try the following sites in the order named:
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-4.6-stable
 /
 ---  Invoking a command: /usr/bin/fetch -o '/var/tmp/bash2.tgz'
 'ftp://ftp.Free
 BSD.org/pub/FreeBSD/ports/i386/packages-4.6-stable/Latest/bash2.tgz'
 fetch: /var/tmp/bash2.tgz: File unavailable (e.g., file not found, no
 access) ** The command returned a non-zero exit status: 1 ** Failed to
 fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-4.6-sta
 ble/Latest/bash2.tgz ** Failed to fetch bash2.tgz ---  Reporting the
 results (+:succeeded / -:ignored / *:skipped / !:failed)
 ! bash2 (fetch error)
 root on gandalf:~ %
 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-stable in the body of the message
 

I have noticed the same thing, FWIW, with pkg_update.  It somehow inserts that extra 
/Latest/ directory in there for some reason, and can't find the package.  (This is 
with 4.6-
RELEASE, installed from CD).

Eric

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



[no subject]

2002-07-03 Thread Svante



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



How do I know the 'bogomips' of my system ?

2002-07-03 Thread Brossin Pierrick

Under Linux it was easy to find it.. /proc
Under FreeBSD I can't find it..

Any help would be appreciated!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: How do I know the 'bogomips' of my system ?

2002-07-03 Thread Christian Laursen

Brossin Pierrick [EMAIL PROTECTED] writes:

 Under Linux it was easy to find it.. /proc
 Under FreeBSD I can't find it..

There's no such thing in FreeBSD.

The value itself is useless for anything but the internals
of the linux kernel.

-- 
Best regards
Christian Laursen

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: How do I know the 'bogomips' of my system ?

2002-07-03 Thread Brooks Davis

On Thu, Jul 04, 2002 at 12:12:45AM +0200, Brossin Pierrick wrote:
 Under Linux it was easy to find it.. /proc
 Under FreeBSD I can't find it..

You can't, it's a Linuxism of no particular value.  You can get the
clock speed of you cpus from dmesg or /var/run/dmesg.boot.

-- Brooks

-- 
Any statement of the form X is the one, true Y is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4



msg46975/pgp0.pgp
Description: PGP signature


Re: How do I know the 'bogomips' of my system ?

2002-07-03 Thread marius

On Thu, Jul 04, 2002 at 12:12:45AM +0200, Brossin Pierrick wrote:
 Under Linux it was easy to find it.. /proc
 Under FreeBSD I can't find it..
 
 Any help would be appreciated!
 

you won't find them on anything else than linux, as they are a bogus
invention by linus torvalds, see
http://www.tldp.org/HOWTO/mini/BogoMips-2.html#ss2.1


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: pkg_fetch broken on 4.6 stable?

2002-07-03 Thread Dag-Erling Smorgrav

Eric Olsen [EMAIL PROTECTED] writes:
 I have noticed the same thing, FWIW, with pkg_update.  It somehow
 inserts that extra /Latest/ directory in there for some reason,
 and can't find the package.

No, this behaviour is correct.  The operation fails because the
package is missing from the FTP server, which is hardly pkg_fetch(1)'s
fault.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: How do I know the 'bogomips' of my system ?

2002-07-03 Thread Dag-Erling Smorgrav

Brossin Pierrick [EMAIL PROTECTED] writes:
 Under Linux it was easy to find it.. /proc
 Under FreeBSD I can't find it..

What do you want it for?  It's meaningless.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: RELENG_4_6 and src/Makefile.inc1 ?

2002-07-03 Thread Crist J. Clark

On Fri, Jun 28, 2002 at 04:17:04PM +0200, Edwin Kremer wrote:
 Hi,
 
 in order to move  ahead on the 4.6 security branch,  I tried to checkout
 src/Makefile.inc1 so that make update will work:
 
  # cd /usr/src ; cvs update -rRELENG_4_6 Makefile.inc1
 
 However, the resulting Makefile.inc1 still does a:
 
   cd /usr/src; cvs -q update -rRELENG_4 -P -d
 
 My local CVS repository is up to  date (cvsup-ed today at 13:25 UTC) and
 I don't see  anything badly mangled in there. Is  the RELENG_4_6 tag set
 on the wrong version ?  Or... ?

Looks like another change to be made by re@ along with the changes to
examples/cvsup/standard-supfile, etc.

re@, can you make the change? Or with approval, I'll go in and
fix. Please add this change to the checklist for the future. 
-- 
Crist J. Clark | [EMAIL PROTECTED]
   | [EMAIL PROTECTED]
http://people.freebsd.org/~cjc/| [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: How do I know the 'bogomips' of my system ?

2002-07-03 Thread Matthias Andree

Brossin Pierrick [EMAIL PROTECTED] writes:

 Under Linux it was easy to find it.. /proc
 Under FreeBSD I can't find it..

Reboot into Linux, look at the BogoMIPS, then boot FreeBSD :-)

Run real benchmarks if you want hard figures. BogoMIPS only calibrates
delay loops.

-- 
Matthias Andree

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: 4.6-RELEASE problems with xinit, Xircom pccard ethernet

2002-07-03 Thread Kevin Oberman

 Date: Wed, 3 Jul 2002 19:41:51 -0400
 From: Guy Middleton [EMAIL PROTECTED]
 Sender: [EMAIL PROTECTED]
 
 I just installed 4.6-RELEASE on a laptop, I'm having a couple of problems.
 
 
 First, when I run xinit (as a non-superuser), the Xserver fails to start because it
 tries and fails to write to a log file (/var/log/XFree86.0.log).
 
 This never happened in previous versions -- is this a bug, or do I need
 to set some new flag to stop it writing log files?
 
 X --help gives no useful hints.

2 problems:
1. Use startx. Don't run xinit directly. This has never been supported
   though it often works

2. Re-install wrappers. You need to do this whenever the X server
   changes. If you have portupgrade, simply 'portupgrade -f wrapper'.
   If not, 'cd /usr/ports/x11/wrapper; make deinstall  make reinstall'

 Second, my Xircom pccard ethernet/modem is not being recognized correctly:
 
 Jul  3 19:34:40 blink /kernel: pccard: card inserted, slot 0
 Jul  3 19:34:46 blink pccardd[48]: Card Xircom(16-bit Ethernet + Modem 56) 
[REM10] [1.00] matched Xircom (16-bit Ethernet + Modem 56) [(null)] [(null)]
 Jul  3 19:34:51 blink pccardd[48]: driver allocation failed for Xircom(16-bit 
Ethernet + Modem 56): Device not configured
 
 Is there some configuration that has to be done here?  I believe that the
 pccard setup is otherwise correct, since my Lucent 802.11b wireless card
 works fine.

This is a known problem with the new pccard support and the xedriver
on some systems. 

Try adding the line machdep.pccard.mem_start=0xd to
/boot/loader.conf.

See Scott Mitchell's response to the same question on freebsd-mobile
on June 16. If you do a Google search on mailing.freebsd.mobile and
search for Xircom Scott, it will be about the most recent.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



HEADS UP: FreeBSD-STABLE now has OpenSSH 3.4p1

2002-07-03 Thread Dag-Erling Smorgrav

I finished the upgrade a little over an hour ago, and my post-commit
buildworld just completed.  It should now be safe to upgrade.

Privilege separation is turned off by default, because it breaks
Kerberos ticket passing.  If you don't use ticket passing, or don't
know what Kerberos is, it should be safe to turn privilege separation
on in /etc/ssh/sshd_config (after make world and mergemaster, of
course.)

Please stay alert for any signs of ssh (particularly sshd) trouble, or
unexpected changes in OpenSSH's behaviour, including unexpected
changes in configuration defaults.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



4.6-STABLE boot fails at Mounting root from ufs:/dev/md0c

2002-07-03 Thread Craig Rodrigues

Hi,

I downloaded the 4.6-STABLE boot floppies, and tried to install
FreeBSD on my new Winbook N3 laptop.  The specs for the laptop are at:

http://www.winbookcorp.com/support/n3/n3_support.html

The bios is:

PhoenixBIOS 4.0 Release 6.0
Copyright 1985-2000 Phoenix Technologies Ltd.
All Rights Reserved
Keyboard BIOS Rev 180A.ROM
30N3/CY20 BIOS(NB:VIA8603,SB:VIA686B) V1.80A


When I try to boot, the boot screen hangs at:
Mounting root from ufs:/dev/md0c

This problem seems to be identical to PR 30860:
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30860

One of the solutions in that PR was to set in my BIOS
Assign IRQ to USB.  Unfortunately, my Phoenix BIOS for the Winbook
does not have this option.  Is there any way to debug this?

Just for fun I downloaded the FreeBSD 5.0-DP1 boot floppies, and I
did NOT have this problem, so it seems to be a problem in the 4.6-STABLE
boot sequence.  I don't really want to run CURRENT at this time.

Anyone have any ideas how I can solve this problem with STABLE?

Thanks.

Here are some of the boot messages that I could see before they scrolled
off the screen:

 




===
sa0: unknown card DF@0020 (0x10c00020) at slot 1
orm0: Option ROMs at iomem 0xc-0xcbfff,0xe4000-0xe7fff on isa0
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model GlidePoint, device ID 0
vga0: Generic ISA VGA at port 0x3c0-03df iomem 0xa000-0xb on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio2: configured irq 4 not in bitmap of probed irqs 0
sio09 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 9250
sio1: configured irq 3 not in bitmap of probed irqs 0
pppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
plip0: PLIP network interface on ppbus0
ad0: 19077MB TOSHIBA MK2018GAP [38760/16/63] at ata0-master UDMA100
acd0: CD-RW TOSHIBA DVD-ROM SD-R2002 at ata1-master using PIO4
Mounting root from ufs:/dev/md0c
( This is where it hangs)
===
-- 
Craig Rodrigues
http://www.gis.net/~craigr
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message