Re: Can't compile without COMPAT_43 on i386

2006-05-10 Thread Dmitry Morozovsky
On Wed, 10 May 2006, Bj?rn K?nig wrote:

BK  I can compile an amd64 kernel just fine without the option COMPAT_43, but
BK  not i386. Why is this?
BK  
BK  /usr/src/sys/modules/linux/../../i386/linux/linux_sysvec.c:36:2: #error
BK  Unable to compile Linux-emulator due to missing COMPAT_43 option!
BK  mkdep: compile failed
BK  
BK  I don't want or need the Linux-emulator.
BK 
BK The corresponding module will be built nevertheless. If you want to build
BK only a selection of modules then you have to specify MODULES_OVERRIDE, e.g.
BK 
BK   makeoptions MODULES_OVERRIDE=acpi
BK 
BK in your kernel configuration file.

It seems WITHOUT_MODULES is more appropriate, as written in make.con example:

# The list of modules to never build, applied *after* MODULES_OVERRIDE.
#WITHOUT_MODULES=   bktr plip


Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]

*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] ***

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


What's done and what's not done in 6.1?

2006-05-10 Thread Artem Kuchin

see: http://www.freebsd.org/releases/6.1R/todo.html
Is it the final status of things when went into 6.1R?

I am particulary interested in status of the following 
problems:



devfs locking problem
unmount pending error
swap_pager warnings
pty leak
calcru: runtime went backwards problem for threaded program
update sysinstall disk labeling

Regards,
Artem
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


portsdb

2006-05-10 Thread gareth
hey guys, i've been having this trouble on and off for
quite awhile, sometimes while running 'portsdb -Uu'
(after a cvsup) the box just freezes, along with the
power? i'm running 5.3-RELEASE.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portsdb

2006-05-10 Thread gareth
On Wed 2006-05-10 (09:31), gareth wrote:
 hey guys, i've been having this trouble on and off for
 quite awhile, sometimes while running 'portsdb -Uu'
 (after a cvsup) the box just freezes, along with the
 power? i'm running 5.3-RELEASE.

ok, i did:

cd /usr/ports
rm INDEX*
make fetchindex

amongst other things, and every time, running 'portsdb -Uu'
cripples the machine. i'm not too keen to see where exactly
it dies since it'll result in another hard shutdown.

but, if i just run portversion, it creates the INDEX-5.db,
so i'm not sure why i'm running 'portsdb -Uu' in the first
place?
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


buildworld failure in libexec.mail.local on 6.1 Release

2006-05-10 Thread Spil Oss

l.s.

After running cvsup to RELENG_6_1, I started `make buildworld
KERNCONF=BEASTIE61` as per the handbook's '21.4.1 The Canonical Way to
Update Your System'

In libexec/mail.local I get the following on stderr
/usr/obj/usr/src/tmp/usr/bin/ld: warning: libldap-2.2.so.7, needed by
/usr/local/lib/libsasl.so, not found (try using -rpath or -rpath-link)
/usr/obj/usr/src/tmp/usr/bin/ld: warning: liblber-2.2.so.7, needed by
/usr/local/lib/libsasl.so, not found (try using -rpath or -rpath-link)
/usr/local/lib/libsasl.so: undefined reference to `ldap_get_dn'
/usr/local/lib/libsasl.so: undefined reference to `ldap_unbind'
/usr/local/lib/libsasl.so: undefined reference to `ldap_first_entry'
/usr/local/lib/libsasl.so: undefined reference to `ldap_simple_bind_s'
/usr/local/lib/libsasl.so: undefined reference to `ldap_set_option'
/usr/local/lib/libsasl.so: undefined reference to `ldap_memfree'
/usr/local/lib/libsasl.so: undefined reference to `ldap_init'
/usr/local/lib/libsasl.so: undefined reference to `ldap_search_ext_s'
/usr/local/lib/libsasl.so: undefined reference to `ldap_msgfree'


From stdout I had

=== libexec/mail.local (all)
cc -O2 -pipe -funroll-loops -march=pentium3m
-I/usr/src/libexec/mail.local/../../contrib/sendmail/include -I.
-I/usr/local/include/sasl1 -DSASL  -c
/usr/src/libexec/mail.local/../../contrib/sendmail/mail.local/mail.local.c
cc -O2 -pipe -funroll-loops -march=pentium3m
-I/usr/src/libexec/mail.local/../../contrib/sendmail/include -I.
-I/usr/local/include/sasl1 -DSASL   -L/usr/local/lib -o mail.local
mail.local.o /usr/obj/usr/src/libexec/mail.local/../../lib/libsm/libsm.a
-lsasl
*** Error code 1

Stop in /usr/src/libexec/mail.local.
*** Error code 1

Stop in /usr/src/libexec.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

portversion -v on ldap shows
[EMAIL PROTECTED]:~]# portversion -v | grep ldap
openldap-client-2.2.30  =  up-to-date with port

And in /usr/local/lib I do find
lrwxr-xr-x   1 root  wheel   16 Jan 18 23:27 liblber-2.2.so -
liblber-2.2.so.7
-rw-r--r--   1 root  wheel67109 Jan 18 23:27 liblber-2.2.so.7
-rw-r--r--   1 root  wheel73738 Jan 18 23:27 liblber.a
lrwxr-xr-x   1 root  wheel   16 Jan 18 23:27 liblber.so - liblber-2.2.so.7
lrwxr-xr-x   1 root  wheel   16 Jan 18 23:27 libldap-2.2.so -
libldap-2.2.so.7
-rw-r--r--   1 root  wheel   233395 Jan 18 23:27 libldap-2.2.so.7
-rw-r--r--   1 root  wheel   278908 Jan 18 23:27 libldap.a
lrwxr-xr-x   1 root  wheel   16 Jan 18 23:27 libldap.so - libldap-2.2.so.7
lrwxr-xr-x   1 root  wheel   18 Jan 18 23:27 libldap_r-2.2.so -
libldap_r-2.2.so.7
-rw-r--r--   1 root  wheel   254255 Jan 18 23:27 libldap_r-2.2.so.7
-rw-r--r--   1 root  wheel   310072 Jan 18 23:27 libldap_r.a
lrwxr-xr-x   1 root  wheel   18 Jan 18 23:27 libldap_r.so -
libldap_r-2.2.so.7

[EMAIL PROTECTED]:/usr/local/lib]# uname -a
FreeBSD beastie 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Jan 17 12:53:38
CET 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BEASTIE6  i386

Probably something obvious that I'm missing?

Thanks in advance,

Spil
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.1-R/amd64: PXE boot can't handle .gz mfsroot?

2006-05-10 Thread Dmitry Morozovsky
On Wed, 10 May 2006, Bj?rn K?nig wrote:

BK  BK   cat /tftpdroot/boot/loader.conf
BK  
BK  none
BK 
BK Then loader.conf of your NFS root.

It was original from bootonly CD:

mfsroot_load=YES
mfsroot_type=mfs_root
mfsroot_name=/boot/mfsroot

Then, I has added 

console=comconsole
comconsole_speed=115200

to simplify debugging.

Funny. No response (c) Larry ;-)

Moreover, after loading kernel loader unconditionally switches back to 
vidconsole, so the last lines on serial are

/boot/kernel/kernel text=0x5ad998 data=0xc99d8+0x611f8 
syms=[0x8+0x91458+0x8+0x7a22e]
\

Then on VGA (I don't know which exactly line is printed after that, but I guess 
right after /boot/kernel/kernel) it writes

'Can't work out which disk we are booting from.' 

and so on from loader/main.c:extract_currdev()


Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]

*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] ***

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: buildworld failure in libexec.mail.local on 6.1 Release

2006-05-10 Thread Duane Whitty

Spil Oss wrote:

l.s.

After running cvsup to RELENG_6_1, I started `make buildworld
KERNCONF=BEASTIE61` as per the handbook's '21.4.1 The Canonical Way to
Update Your System'

In libexec/mail.local I get the following on stderr
/usr/obj/usr/src/tmp/usr/bin/ld: warning: libldap-2.2.so.7, needed by
/usr/local/lib/libsasl.so, not found (try using -rpath or -rpath-link)
/usr/obj/usr/src/tmp/usr/bin/ld: warning: liblber-2.2.so.7, needed by
/usr/local/lib/libsasl.so, not found (try using -rpath or -rpath-link)
/usr/local/lib/libsasl.so: undefined reference to `ldap_get_dn'
/usr/local/lib/libsasl.so: undefined reference to `ldap_unbind'
/usr/local/lib/libsasl.so: undefined reference to `ldap_first_entry'
/usr/local/lib/libsasl.so: undefined reference to `ldap_simple_bind_s'
/usr/local/lib/libsasl.so: undefined reference to `ldap_set_option'
/usr/local/lib/libsasl.so: undefined reference to `ldap_memfree'
/usr/local/lib/libsasl.so: undefined reference to `ldap_init'
/usr/local/lib/libsasl.so: undefined reference to `ldap_search_ext_s'
/usr/local/lib/libsasl.so: undefined reference to `ldap_msgfree'


From stdout I had

=== libexec/mail.local (all)
cc -O2 -pipe -funroll-loops -march=pentium3m
-I/usr/src/libexec/mail.local/../../contrib/sendmail/include -I.
-I/usr/local/include/sasl1 -DSASL  -c
/usr/src/libexec/mail.local/../../contrib/sendmail/mail.local/mail.local.c 


cc -O2 -pipe -funroll-loops -march=pentium3m
-I/usr/src/libexec/mail.local/../../contrib/sendmail/include -I.
-I/usr/local/include/sasl1 -DSASL   -L/usr/local/lib -o mail.local
mail.local.o /usr/obj/usr/src/libexec/mail.local/../../lib/libsm/libsm.a
-lsasl
*** Error code 1

Stop in /usr/src/libexec/mail.local.
*** Error code 1

Stop in /usr/src/libexec.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

portversion -v on ldap shows
[EMAIL PROTECTED]:~]# portversion -v | grep ldap
openldap-client-2.2.30  =  up-to-date with port

And in /usr/local/lib I do find
lrwxr-xr-x   1 root  wheel   16 Jan 18 23:27 liblber-2.2.so -
liblber-2.2.so.7
-rw-r--r--   1 root  wheel67109 Jan 18 23:27 liblber-2.2.so.7
-rw-r--r--   1 root  wheel73738 Jan 18 23:27 liblber.a
lrwxr-xr-x   1 root  wheel   16 Jan 18 23:27 liblber.so - 
liblber-2.2.so.7

lrwxr-xr-x   1 root  wheel   16 Jan 18 23:27 libldap-2.2.so -
libldap-2.2.so.7
-rw-r--r--   1 root  wheel   233395 Jan 18 23:27 libldap-2.2.so.7
-rw-r--r--   1 root  wheel   278908 Jan 18 23:27 libldap.a
lrwxr-xr-x   1 root  wheel   16 Jan 18 23:27 libldap.so - 
libldap-2.2.so.7

lrwxr-xr-x   1 root  wheel   18 Jan 18 23:27 libldap_r-2.2.so -
libldap_r-2.2.so.7
-rw-r--r--   1 root  wheel   254255 Jan 18 23:27 libldap_r-2.2.so.7
-rw-r--r--   1 root  wheel   310072 Jan 18 23:27 libldap_r.a
lrwxr-xr-x   1 root  wheel   18 Jan 18 23:27 libldap_r.so -
libldap_r-2.2.so.7

[EMAIL PROTECTED]:/usr/local/lib]# uname -a
FreeBSD beastie 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Jan 17 12:53:38
CET 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BEASTIE6  i386

Probably something obvious that I'm missing?

Thanks in advance,

Spil
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]




What's in your /etc/make.conf?

Duane Whitty
--
[EMAIL PROTECTED]
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Crash with 6.1

2006-05-10 Thread Michel Talon

I have installed FreeBSD-6.1 from cdrom yesterday on my machine
a P4 with hyperthreading. It crashed some hours later when
i was accessing the packages cdrom, specifically doing
cd /cdrom/paTab
This is with the installed kernel, no modification whatsoever.
I don't have the corresponding debugging kernel, so all i have is:
niobe# kgdb /boot/kernel/kernel /var/crash/vmcore.0
[GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so:
Undefined symbol ps_pglobal_lookup]
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i386-marcel-freebsd.
(no debugging symbols found)...Attempt to extract a component of a value that
is not a structure pointer.
(kgdb) bt
#0  0xc0650272 in doadump ()
#1  0xc06507c9 in boot ()
#2  0xc0650af1 in panic ()
#3  0xc084a2cc in trap_fatal ()
#4  0xc084a00b in trap_pfault ()
#5  0xc0849c45 in trap ()
#6  0xc0836c4a in calltrap ()
#7  0xc061681e in g_io_request ()
#8  0xc0618de9 in g_vfs_strategy ()
#9  0xc0620dc9 in cd9660_strategy ()
#10 0xc085c229 in VOP_STRATEGY_APV ()
#11 0xc069c5b0 in bufstrategy ()
#12 0xc0696e19 in breadn ()
#13 0xc0696d5c in bread ()
#14 0xc061d6d5 in cd9660_blkatoff ()
#15 0xc06208a2 in cd9660_readdir ()
#16 0xc085bf34 in VOP_READDIR_APV ()
#17 0xc06b26a3 in getdirentries ()
#18 0xc084a613 in syscall ()
#19 0xc0836c9f in Xint0x80_syscall ()
#20 0x0033 in ?? ()

I don't suspect a hardware problem since this machine has run FreeBSD-5.3
and 5.4 previously without trouble, there is no overheating, etc.
As for the cdrom, after reboot i have installed the whole KDE plus a lot
of other things from it without problem.



Previous frame inner to this frame (corrupt stack?)
(kgdb) quit

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ath0, netgear WG311T problem.

2006-05-10 Thread Yann Golanski
I've just installed a Netgear PCI WG311T card and while it works fine
under windows, I cannot seem to get it to work under BSD at all.  I am
just wondering what am I doing wrong?... 

Anyone has any idea?

# uname -a
FreeBSD gridlinked.neverness.org 6.0-STABLE FreeBSD 6.0-STABLE #6: Fri Apr 21 
10:49:57 BST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/gridlinked  i386

# dmesg | grep -i ath
ath0: Atheros 5212 mem 0xeb00-0xeb00 irq 19 at device 12.0 on pci0
ath0: Ethernet address: 00:0f:b5:f8:3b:92
ath0: mac 7.9 phy 4.5 radio 5.6

# ifconfig ath0 inet 192.168.0.14 netmask 255.255.255.0 ssid NEVERNESS
# tail -1 /var/log/messages
May 10 07:55:27 gridlinked kernel: ath0: link state changed to UP

# ifconfig ath0
ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet6 fe80::20f:b5ff:fef8:3b92%ath0 prefixlen 64 scopeid 0x2 
inet 192.168.0.14 netmask 0xff00 broadcast 192.168.0.255
ether 00:0f:b5:f8:3b:92
media: IEEE 802.11 Wireless Ethernet autoselect (DS/1Mbps)
status: associated
ssid NEVERNESS channel 6 bssid 00:0f:b5:c1:09:18
authmode OPEN privacy OFF txpowmax 32 protmode CTS bintval 100

# ifconfig ath0 up scan
SSIDBSSID  CHAN RATE  S:N   INT CAPS
Sha linksys 00:12:17:c5:2d:2a9   54M  4:0   100 EPS 
OJS70   00:14:7c:b7:2d:84   11   54M 34:0   100 EPS 
NEVERNESS   00:0f:b5:c1:09:186   54M 24:0   100 ES  

[Unplug Ethernet cable]
# ping 192.168.0.14
PING 192.168.0.14 (192.168.0.14): 56 data bytes
ping: sendto: Host is down

-- 
[EMAIL PROTECTED]  -=*=-  www.kierun.org
PGP:   009D 7287 C4A7 FD4F 1680  06E4 F751 7006 9DE2 6318


pgpImpT3dLNmY.pgp
Description: PGP signature


Re: Best practices for remote upgrade?

2006-05-10 Thread Alex Hayward
On Tue, 9 May 2006, Scott Harrison wrote:

   This sounds nice except that I do not have my disk already
 partitioned like this.  Can I take a 4.7 machine (for example) and
 live repartition it to be like this?

It /is/ possible to upgrade from at least some versions of FreeBSD 4 to
some versions of FreeBSD 5 remotely without a spare partition (I've done
it a few times), but there's lots that can go wrong. See
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2004-01/0033.html

Watch out, though, after the 'tar' step you may find your binaries don't
work (including binaries like 'reboot'). Keeping a copy is a good idea.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem Installing Freebsd 6.0 64 bit

2006-05-10 Thread Alejandro Ruiz Robles
I tried to install 6.1 STABLE i386

and get the same error

rr232x: no controller detected.


what is that?

El Martes, 9 de Mayo de 2006 17:12, Alejandro Ruiz Robles escribió:
 6.1 STABLE amd64

 The last messages is:

 Device configuration finished.
 procfs registered
 linprocfs registered
 lapic: Divisior 2, Frecuency 99710124hz
 Timecounters TSC frecuency 1794793456 Hz quality 800
 Timecounters tick every 1.000 msec
 module_register_init: MOD_LOAD (arm_linux, 0x806205d0, 0) error 6
 Linux ELF exec handler installed
 lo0: bpf attached
 rr232x: no controller detected.

 Thank you.

 El Martes, 9 de Mayo de 2006 13:09, Scot Hetzel escribió:
  On 5/9/06, Alejandro Ruiz Robles [EMAIL PROTECTED] wrote:
   Thank for your help, the problem is after to select installation
   default, whitout acpi or safe mode, in all cases the boot loader
   crashing after the next message:
  
   in 6.1 stable
  
   module_register_init: MOD_LOAD (arm_linux, 0x806205d0, 0) error
   6
 
  Actually, this is from the kernel, not the boot loader.  Is the system
  hung at this point or is there any other information displayed after
  this gets printed?  As this information would help the developers
  determine whats going wrong on your system.
 
  If there is additional information, a backtrace (bt) from the debugger
  prompt would be useful.
 
  Scot
  --
  DISCLAIMER:
  No electrons were mamed while sending this message. Only slightly
  bruised. ___
  freebsd-stable@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-stable
  To unsubscribe, send any mail to [EMAIL PROTECTED]

 ___
 freebsd-stable@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem Installing Freebsd 6.0 64 bit

2006-05-10 Thread Alejandro Ruiz Robles
I tried to install 6.1 STABLE i386

and get the same error

rr232x: no controller detected.


what is that?

El Martes, 9 de Mayo de 2006 17:12, Alejandro Ruiz Robles escribió:
 6.1 STABLE amd64

 The last messages is:

 Device configuration finished.
 procfs registered
 linprocfs registered
 lapic: Divisior 2, Frecuency 99710124hz
 Timecounters TSC frecuency 1794793456 Hz quality 800
 Timecounters tick every 1.000 msec
 module_register_init: MOD_LOAD (arm_linux, 0x806205d0, 0) error 6
 Linux ELF exec handler installed
 lo0: bpf attached
 rr232x: no controller detected.

 Thank you.

 El Martes, 9 de Mayo de 2006 13:09, Scot Hetzel escribió:
  On 5/9/06, Alejandro Ruiz Robles [EMAIL PROTECTED] wrote:
   Thank for your help, the problem is after to select installation
   default, whitout acpi or safe mode, in all cases the boot loader
   crashing after the next message:
  
   in 6.1 stable
  
   module_register_init: MOD_LOAD (arm_linux, 0x806205d0, 0) error
   6
 
  Actually, this is from the kernel, not the boot loader.  Is the system
  hung at this point or is there any other information displayed after
  this gets printed?  As this information would help the developers
  determine whats going wrong on your system.
 
  If there is additional information, a backtrace (bt) from the debugger
  prompt would be useful.
 
  Scot
  --
  DISCLAIMER:
  No electrons were mamed while sending this message. Only slightly
  bruised. ___
  freebsd-stable@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-stable
  To unsubscribe, send any mail to [EMAIL PROTECTED]

 ___
 freebsd-stable@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portsdb

2006-05-10 Thread Jonathan Noack
On 05/10/06 06:22, gareth wrote:
 On Wed 2006-05-10 (09:31), gareth wrote:
 hey guys, i've been having this trouble on and off for
 quite awhile, sometimes while running 'portsdb -Uu'
 (after a cvsup) the box just freezes, along with the
 power? i'm running 5.3-RELEASE.
 
 ok, i did:
 
 cd /usr/ports
 rm INDEX*
 make fetchindex
 
 amongst other things, and every time, running 'portsdb -Uu'
 cripples the machine. i'm not too keen to see where exactly
 it dies since it'll result in another hard shutdown.

You are probably experiencing some of the VFS limitations in 5.3 (you'll
be pleasantly surprised by 6.1!).  portsdb -Uu is very CPU and IO
intensive; it takes a long time on a fast machine.  make fetchindex is
provided as a replacement for having to run portsdb -Uu.  The only
downside is that the downloaded INDEX-5.db may be a few hours out of date.

 but, if i just run portversion, it creates the INDEX-5.db,
 so i'm not sure why i'm running 'portsdb -Uu' in the first
 place?

I would highly recommend checking out portsnap; it builds an up-to-date
INDEX-5.db file automatically as part of the update process.

-Jonathan

-- 
Jonathan Noack | [EMAIL PROTECTED] | OpenPGP: 0x991D8195



signature.asc
Description: OpenPGP digital signature


Re: Problem Installing Freebsd 6.0 64 bit

2006-05-10 Thread Scot Hetzel

On 5/10/06, Alejandro Ruiz Robles [EMAIL PROTECTED] wrote:

I tried to install 6.1 STABLE i386

and get the same error

rr232x: no controller detected.


what is that?


rr232x(4)- HighPoint RocketRAID 232x device driver

After my system prints:

rr232x: no controller detected.

it then detects the disk drives and cdrom drive:

module_register_init: MOD_LOAD (amr_linux, 0x80617c70, 0) error 6
rr232x: no controller detected.
ad0: 95396MB FUJITSU MHV2100AT PL 008300A1 at ata0-master UDMA100
ad1: 95396MB FUJITSU MHV2100AT PL 008300A1 at ata0-slave UDMA100
acd0: DVDR TSSTcorpCD/DVDW TS-L532M/HR08 at ata1-master PIO4
pcm0: Conexant CX20468-21 AC97 Codec
Trying to mount root from ufs:/dev/ad0s3a

So it looks as though it is unable to find your CD-ROM drive and disk drives.

When it gets to rr232x: no controller detected., can you try hitting
the scroll lock key, and then use the page up key, to see if you can
scroll the screen up.  If you can, check if you are seeing the ata
driver being detected:

atapci0: ATI IXP400 UDMA133 controller port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x8410-0x841f irq 16 at device
20.1 on pci0
ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0

Scot
--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't compile without COMPAT_43 on i386

2006-05-10 Thread Mike Jakubik

Dmitry Morozovsky wrote:

It seems WITHOUT_MODULES is more appropriate, as written in make.con example:

# The list of modules to never build, applied *after* MODULES_OVERRIDE.
#WITHOUT_MODULES=   bktr plip
  


Right, but why does it just work on amd64?

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't compile without COMPAT_43 on i386

2006-05-10 Thread Boris Samorodov
On Wed, 10 May 2006 13:02:41 -0400 Mike Jakubik wrote:
 Dmitry Morozovsky wrote:
  It seems WITHOUT_MODULES is more appropriate, as written in make.con 
  example:
 
  # The list of modules to never build, applied *after* MODULES_OVERRIDE.
  #WITHOUT_MODULES=   bktr plip

 Right, but why does it just work on amd64?

Maybe just because we don't have linuxolator for amd64?


WBR
-- 
Boris B. Samorodov, Research Engineer
InPharmTech Co, http://www.ipt.ru
Telephone  Internet Service Provider
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem Installing Freebsd 6.0 64 bit

2006-05-10 Thread Alejandro Ruiz Robles
Yes, the ata driver being detected:

atapci0: ATI IXP400 UDMA133 controller port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x8410-0x841f irq 16 at device
20.1 on pci0
ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0



El Miércoles, 10 de Mayo de 2006 11:36, Scot Hetzel escribió:
 On 5/10/06, Alejandro Ruiz Robles [EMAIL PROTECTED] wrote:
  I tried to install 6.1 STABLE i386
 
  and get the same error
 
  rr232x: no controller detected.
 
 
  what is that?

 rr232x(4)- HighPoint RocketRAID 232x device driver

 After my system prints:

  rr232x: no controller detected.

 it then detects the disk drives and cdrom drive:

 module_register_init: MOD_LOAD (amr_linux, 0x80617c70, 0) error 6
 rr232x: no controller detected.
 ad0: 95396MB FUJITSU MHV2100AT PL 008300A1 at ata0-master UDMA100
 ad1: 95396MB FUJITSU MHV2100AT PL 008300A1 at ata0-slave UDMA100
 acd0: DVDR TSSTcorpCD/DVDW TS-L532M/HR08 at ata1-master PIO4
 pcm0: Conexant CX20468-21 AC97 Codec
 Trying to mount root from ufs:/dev/ad0s3a

 So it looks as though it is unable to find your CD-ROM drive and disk
 drives.

 When it gets to rr232x: no controller detected., can you try hitting
 the scroll lock key, and then use the page up key, to see if you can
 scroll the screen up.  If you can, check if you are seeing the ata
 driver being detected:

 atapci0: ATI IXP400 UDMA133 controller port
 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x8410-0x841f irq 16 at device
 20.1 on pci0
 ata0: ATA channel 0 on atapci0
 ata1: ATA channel 1 on atapci0

 Scot
 --
 DISCLAIMER:
 No electrons were mamed while sending this message. Only slightly bruised.
 ___
 freebsd-stable@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't compile without COMPAT_43 on i386

2006-05-10 Thread Dmitry Morozovsky
On Wed, 10 May 2006, Mike Jakubik wrote:

MJ Dmitry Morozovsky wrote:
MJ  It seems WITHOUT_MODULES is more appropriate, as written in make.con
MJ  example:
MJ  
MJ  # The list of modules to never build, applied *after* MODULES_OVERRIDE.
MJ  #WITHOUT_MODULES=   bktr plip
MJ
MJ 
MJ Right, but why does it just work on amd64?

Because there is mo linux module(s) om amd64, see /sys/modules/Makefile ;-)


Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]

*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] ***

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


carp with IPv6 broken on 6.1-RELEASE

2006-05-10 Thread Philippe Pegon

Hi,

it seems that carp is broken on FreeBSD 6.1-RELEASE when an inet6
address is configured on a carp interface. Since I upgraded from 6.0 to 
6.1 (today) I can't see IPv6 carp advertisement with tcpdump.


Did someone else observe this ?

thanks
--
Philippe Pegon
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't compile without COMPAT_43 on i386

2006-05-10 Thread Mike Jakubik

Dmitry Morozovsky wrote:

On Wed, 10 May 2006, Mike Jakubik wrote:

MJ Dmitry Morozovsky wrote:
MJ  It seems WITHOUT_MODULES is more appropriate, as written in make.con
MJ  example:
MJ  
MJ  # The list of modules to never build, applied *after* MODULES_OVERRIDE.

MJ  #WITHOUT_MODULES=   bktr plip
MJ
MJ 
MJ Right, but why does it just work on amd64?


Because there is mo linux module(s) om amd64, see /sys/modules/Makefile ;-)
  


Right, only the i386 compatible linux. The module options did the job, 
thanks.


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Regression: apm no longer works between 6.1-RC1 and 6.1-STABLE 2006/05/09

2006-05-10 Thread J.R. Oldroyd
I have just taken the system on a Sony Vaio PCG-Z505SX laptop from
6.1-RC1 (2006/03/23) to 6.1-STABLE (2006/05/09) using a cvsup update
and full buildworld/buildkernel rebuild, while keeping the same
kernel config.

On booting the new system, apm no longer works.  Now, acpi never
work on this hardware anyway, but apm always worked fine.  On the
6.1-STABLE kernel, it doesn't probe or load properly at boot time.
For reasons I no longer recall, device apm is configured in this
kernel, rather than loading it as a module, and this has been fine
for years, in fact, since back in the 5.x days and for several 6.0
kernels as well as 6.1-RC1.

Here's the pertinent boot info:


FreeBSD 6.1-RC1 (2006/03/23):

real memory  = 134152192 (127 MB)
avail memory = 121733120 (116 MB)
ACPI disabled by blacklist.  Contact your BIOS vendor.
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
cpu0 on motherboard
apm0: APM BIOS on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
pcib0: Intel 82443BX host to PCI bridge (AGP disabled) pcibus 0 on motherboard
pir0: PCI Interrupt Routing Table: 7 Entries on motherboard


FreeBSD 6.1-STABLE (2006/05/09):

real memory  = 134152192 (127 MB)
avail memory = 121733120 (116 MB)
ACPI disabled by blacklist.  Contact your BIOS vendor.
cpu0 on motherboard
apm: Other PM system enabled.
pcib0: Intel 82443BX host to PCI bridge (AGP disabled) pcibus 0 on motherboard
pir0: PCI Interrupt Routing Table: 7 Entries on motherboard


On 6.1-STABLE, the /dev/apm device is not created and so none of
the apm tools work.

I don't see any changes to any of the apm code (in the last year
or so, actually), so this is presumably due to a change at a lower
level?

Any thoughts?
-jr
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


panic: page fault on freshly installed 6.1 from cvs

2006-05-10 Thread Jakob Breivik Grimstveit

Hi, freebsd-stable,

Just cvsupped and built my own v6.1, and am now unable to boot system.
Boot process proceeds to the USB detection phase, and locks right
after with panic: page fault.

Here is a transcript of what is shown on-screen before crash appears:

nvidia0: GeForce 6800 mem
0xfa00-0xfaff,0xe800-oxeff,0xfb00-0xfbff irq
16 at device 0.0 on pci1
WARNING: Device driver 

Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x480008
fault code  = supervisor read, page not present
instruction pointer = 0x20:0xc05936d6
stack pointer   = 0x28:0xc102079c
frame pointer   = 0x28:0xc102079c
code segment= base 0x0, limit 0xf, type 0x1b
   = DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 0 (swapper)
trap number = 12
panic: page fault
Uptime: 1s


Probably a few minor typos, but you get my drift. What fails here, and
what on earth can I do to be able to boot the box again? KERNCONF
based on GENERIC, but removing RAID, SCSI, all network cards (except
MIIBUS and RA), and added sound and atapicam. Make.conf also excludes
the following:

NO_ATM=YES
NO_AUTHPF=yes
NO_BLUETOOTH=yes
NO_FORTRAN=yes
NO_GAMES=yes
NO_I4B=yes
NO_INET6=YES
NO_IPFILTER=yes
NO_KERBEROS=yes
NO_LPR=yes
NO_OBJC=yes
NO_PF=yes
NO_PROFILE=yes
NO_SENDMAIL=yes
NO_TCSH=yes
NO_USB=yes
NO_VINUM=YES

Hope someone can shed any light on this, I'm completely left in the
blind... Single-user mode boot also fails, of course.

--
Jakob Breivik Grimstveit - http://www.grimstveit.no/jakob - +47 48298152
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


SMBus device

2006-05-10 Thread Scott Sipe
Running 6.1-Release (upgraded from 6-stable) on an Intel server  
motherboard. In the boot dmesg I get this line:


pci0: serial bus, SMBus at device 31.3 (no driver attached)

I have nothing relating to SMB compiled in my kernel.

I do kldload ichsmb

ichsmb0: Intel 6300ESB (ICH) SMBus controller port 0x400-0x41f irq  
17 at device 31.3 on pci0

ichsmb0: [GIANT-LOCKED]
smbus0: System Management Bus on ichsmb0

then kldload smb (do I need to do this?)

smb0: SMBus generic I/O on smbus0

I now have /dev/smb0

# mbmon -S -s0 -d
ioctl(smb0:writebyte): Device not configured

If I unload all the SMB related modules and run mbmon, I get

# mbmon -d
ioctl(smb0:open): No such file or directory
SMBus[Intel8XX(ICH/ICH2/ICH3/ICH4/ICH5/ICH6)] found, but No HWM  
available on it!!

Using ISA-IO access method!!
* Winbond Chip W83627HF/THF/THF-A found.

and just running mbmon gives an output

# mbmon
ioctl(smb0:open): No such file or directory

Temp.= 127.0, 115.0, 127.0; Rot.=0, 1834, 2812
Vcore = 0.00, 1.17; Volt. = 3.33, 5.00, 12.22,   1.62,  0.23

I've tried the consolehm port as well, and it gives a lot of  
IOCTL: Device not configured errors.


Am I doing something wrong?

Scott

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: panic: page fault on freshly installed 6.1 from cvs

2006-05-10 Thread Boris Samorodov
On Thu, 11 May 2006 01:28:29 +0200 Jakob Breivik Grimstveit wrote:

 Just cvsupped and built my own v6.1, and am now unable to boot system.
 Boot process proceeds to the USB detection phase, and locks right
 after with panic: page fault.

 Here is a transcript of what is shown on-screen before crash appears:

 nvidia0: GeForce 6800 mem
 0xfa00-0xfaff,0xe800-oxeff,0xfb00-0xfbff irq
 16 at device 0.0 on pci1
 WARNING: Device driver 

Did you install nvidia driver from ports? Then you should rebuild it.

 Fatal trap 12: page fault while in kernel mode
 fault virtual address   = 0x480008
 fault code  = supervisor read, page not present
 instruction pointer = 0x20:0xc05936d6
 stack pointer   = 0x28:0xc102079c
 frame pointer   = 0x28:0xc102079c
 code segment= base 0x0, limit 0xf, type 0x1b
 = DPL 0, pres 1, def32 1, gran 1
 processor eflags= interrupt enabled, resume, IOPL = 0
 current process = 0 (swapper)
 trap number = 12
 panic: page fault
 Uptime: 1s


 Probably a few minor typos, but you get my drift. What fails here, and
 what on earth can I do to be able to boot the box again? KERNCONF
 based on GENERIC, but removing RAID, SCSI, all network cards (except
 MIIBUS and RA), and added sound and atapicam. Make.conf also excludes
 the following:

 NO_ATM=YES
 NO_AUTHPF=yes
 NO_BLUETOOTH=yes
 NO_FORTRAN=yes
 NO_GAMES=yes
 NO_I4B=yes
 NO_INET6=YES
 NO_IPFILTER=yes
 NO_KERBEROS=yes
 NO_LPR=yes
 NO_OBJC=yes
 NO_PF=yes
 NO_PROFILE=yes
 NO_SENDMAIL=yes
 NO_TCSH=yes
 NO_USB=yes
 NO_VINUM=YES

 Hope someone can shed any light on this, I'm completely left in the
 blind... Single-user mode boot also fails, of course.


WBR
-- 
bsam
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]