ports problem with 5.0-RELEASE - CURRENT

2003-03-18 Thread Juriy Goloveshkin
Hello,

I have a strange problem with ports in 5.0-RELEASE system with cvsup to CURRENT.
make cannot find some targets while building any package.

[EMAIL PROTECTED]:/usr/ports/russian/d1489# make package
===  Extracting for ru-d1489-1.5
 Checksum OK for d1489-1.5.tgz.
===  Patching for ru-d1489-1.5
===  Configuring for ru-d1489-1.5
===  Building for ru-d1489-1.5
===  Installing for ru-d1489-1.5
[skip]
===   Generating temporary packing list
===   Registering installation for ru-d1489-1.5
make: don't know how to make package-depends. Stop
===  Building package for ru-d1489-1.5
make: don't know how to make package-depends. Stop
Creating package /usr/ports/russian/d1489/ru-d1489-1.5.tbz
Registering depends:.
Creating bzip'd tar ball in '/usr/ports/russian/d1489/ru-d1489-1.5.tbz'

make package-depends alone works fine.

I cannot repeat this with systems, which long time works with CURRENT, only with fresh 
5.0-RELEASE.

What can be wrong???

make -d l package:

[EMAIL PROTECTED]:/usr/ports/russian/d1489# make -d l package
true
true
true
true
if [ -f /usr/ports/russian/d1489/scripts/pre-fetch ]; then  cd /usr/ports/russia
n/d1489  /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM=install  -s -o ro
ot -g wheel -m 555  BSD_INSTALL_SCRIPT=install  -o root -g wheel -m 555  BSD_
INSTALL_DATA=install  -o root -g wheel -m 444  BSD_INSTALL_MAN=install  -o ro
ot -g wheel -m 444 CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfiles
  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d148
9-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d148
9/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS=
  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/ports
/russian/d1489/scripts/pre-fetch;  fi
/bin/mkdir -p /usr/ports/distfiles/
(cd /usr/ports/distfiles/;  _MASTER_SITES_DEFAULT=http://koi8.pp.ru/dist/; ;  f
or _file in d1489-1.5.tgz; do  file=`echo $_file | /usr/bin/sed -E -e 's/:[^:]+$
//'` ;  select=`echo ${_file#${file}} | /usr/bin/sed -e 's/^://' -e 's/,/ /g'` ;
  if [ ! -f $file -a ! -f `/usr/bin/basename $file` ]; then  if [ -L $file -o -L
 `/usr/bin/basename $file` ]; then  echo  /usr/ports/distfiles//$file is a br
oken symlink.;  echo  Perhaps a filesystem (most likely a CD) isn't mounted?
;  echo  Please correct this problem and try again.;  exit 1;  fi ;  if [ -
f /usr/ports/russian/d1489/distinfo -a x = x ]; then  if ! /usr/bin/grep -q
^MD5 (.*$file) /usr/ports/russian/d1489/distinfo; then  echo  $file is not
in /usr/ports/russian/d1489/distinfo.;  echo  Either /usr/ports/russian/d148
9/distinfo is out of date, or;  echo  $file is spelled incorrectly.;  exit
1;  fi;  fi;  echo  $file doesn't seem to exist in /usr/ports/distfiles/.;
if [ ! -w /usr/ports/distfiles ]; then  echo  /usr/ports/distfiles is not wri
table by you; cannot fetch.;  exit 1;  fi;  if [ ! -z $select ] ; then  __MAS
TER_SITES_TMP= ;  for group in $select; do  if [ ! -z \${_MASTER_SITES_${group}}
 ] ; then  eval ___MASTER_SITES_TMP=\${_MASTER_SITES_${group}} ;  __MASTER_SIT
ES_TMP=${__MASTER_SITES_TMP} ${___MASTER_SITES_TMP} ;  fi  done;  ___MASTER_SI
TES_TMP= ;  SORTED_MASTER_SITES_CMD_TMP=echo  `echo ${__MASTER_SITES_TMP} | /us
r/bin/awk 'BEGIN { RS =  ; ORS =  ; IGNORECASE = 1 ; gl = ://[^/]*/; } /:\
\/\\/[^\\/]*\\// { good[://[^/]*/] = good[://[^/]*/]   $0 ; next; } { rest
 = rest   $0; } END { n=split(gl, gla); for(i=1;i=n;i++) { print good[gla[i]]
; } print rest; }'` ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/; ;  else
 SORTED_MASTER_SITES_CMD_TMP=cd /usr/ports/russian/d1489  make 'CKSUMFILES+=d
1489-1.5.tgz' master-sites-DEFAULT ;  fi ;  for site in `eval $SORTED_MASTER_SI
TES_CMD_TMP`; do  echo  Attempting to fetch from ${site}.;  DIR=;  CKSIZE=`/
usr/bin/grep ^SIZE (${DIR:+$DIR/}$file) /usr/ports/russian/d1489/distinfo | /u
sr/bin/awk '{print $4}'`;  case ${file} in  */*)/bin/mkdir -p ${file%/*}
;  args=-o ${file} ${site}${file};;  *)   args=${site}${file};;  e
sac;  if /usr/bin/env  /usr/bin/fetch -A  ${args} ; then  continue 2;  fi  done;
  echo  Couldn't fetch it - please try to retrieve this; echo  port manua
lly into /usr/ports/distfiles/ and try again.;  exit 1;  fi  done)
true
if [ -f /usr/ports/russian/d1489/scripts/post-fetch ]; then  cd /usr/ports/russi
an/d1489  /usr/bin/env PORTOBJFORMAT=elf BSD_INSTALL_PROGRAM=install  -s -o r
oot -g wheel -m 555  BSD_INSTALL_SCRIPT=install  -o root -g wheel -m 555  BSD
_INSTALL_DATA=install  -o root -g wheel -m 444  BSD_INSTALL_MAN=install  -o r
oot -g wheel -m 444 CURDIR=/usr/ports/russian/d1489 DISTDIR=/usr/ports/distfile
s  WRKDIR=/usr/ports/russian/d1489/work WRKSRC=/usr/ports/russian/d1489/work/d14
89-1.5 PATCHDIR=/usr/ports/russian/d1489/files  SCRIPTDIR=/usr/ports/russian/d14
89/scripts FILESDIR=/usr/ports/russian/d1489/files  PORTSDIR=/usr/ports DEPENDS=
  PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 /bin/sh  /usr/port

Re: ports problem with 5.0-RELEASE - CURRENT

2003-03-18 Thread Juriy Goloveshkin
On Tue, Mar 18, 2003 at 04:07:32AM -0800, Kris Kennaway wrote:

Oh, I've found out occasionally what it was.

I thought that /usr/obj is a good place for WRKDIRPREFIX.
It looks good, but ... WRONG :)

It this case current folder for make target(like that vvv) is not 
a /usr/ports/bla/bla, but /usr/obj/usr/ports/bla/bla
with any other WRKDIRPREFIX It is /usr/ports/bla/bla.

What can be wrong???
   Perhaps you didn't upgrade your ports collection completely.  A common
   mistake is to forget to cvsup the ports-base collection.
  no, I've used /usr/share/examples/cvsup/ports-supfile. It has ports-all.
  
  As I see, don't work targets where make is run recursive:
  
  if [ ! -d /var/db/pkg/ru-d1489-1.5 ]; then  echo ===   Registering installatio
  n for ru-d1489-1.5;  /bin/mkdir -p /var/db/pkg/ru-d1489-1.5;  /usr/sbin/pkg_cre
  ate -v -c /usr/ports/russian/d1489/work/.comment.ru-d1489-1.5 -d /usr/ports/russ
  ian/d1489/pkg-descr -f /usr/ports/russian/d1489/work/.PLIST.mktmp -p /usr/local
  - -P `make package-depends | /usr/bin/grep -v -E 'this_port_does_not_exist' |
  +sort -u` 
  
  this make doesn't work. Why? 
  How I can trace _this_ call?
 
 I don't know, sorry.  bsd.port.mk bugs can be really hard to debug.

-- 
bye
Juriy Goloveshkin

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


CURRENT+PHP+Sablotron+__gxx_personality_v0

2002-07-12 Thread Juriy Goloveshkin

Is there some strange things with Sablotron port or gcc?

I built apache and php with Sablotron(FreeBSD - CURRENT):

vaio@root[/1ports]# apachectl start
Syntax error on line 38 of /usr/local/etc/apache/httpd.conf:
Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/lib/lib
sablot.so.68: Undefined symbol __gxx_personality_v0
/usr/local/sbin/apachectl start: httpd could not be started

grepar said that __gxx_personality_v0 have to be near static only libsupc++.
so, what may be wrong?
does anybody have problem like this?

-- 
bye
Juriy Goloveshkin

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



how do you build kernel and world?

2002-06-21 Thread Juriy Goloveshkin

make kernel:
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -W
missing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wno-format -ansi  -nos
tdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpi
ca -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/../include  -D_KERNEL -include
opt_global.h -fno-common   -mpreferred-stack-boundary=2 -ffreestanding -Werror
vnode_if.c
In file included from /usr/src/sys/sys/vnode.h:549,
 from vnode_if.c:10:
 vnode_if.h:17: syntax error before ')' token
 cc1: warnings being treated as errors
 vnode_if.h:18: warning: function declaration isn't a prototype
 vnode_if.h: In function `VOP_ISLOCKED':
 vnode_if.h:22: `vp' undeclared (first use in this function)
 vnode_if.h:22: (Each undeclared identifier is reported only once
 vnode_if.h:22: for each function it appears in.)

vnode_if.h
extern struct vnodeop_desc vop_islocked_desc;
static __inline int VOP_ISLOCKED(
  struct vnode *vp,
   )
{

make world:
cc -O -pipe  -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contr
ib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall
 -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS  -c lib_gen.c -o lib_gen.o
 lib_gen.c: In function `addchnstr':
 lib_gen.c:27: `a0' undeclared (first use in this function)
 lib_gen.c:27: (Each undeclared identifier is reported only once
 lib_gen.c:27: for each function it appears in.)
 lib_gen.c:27: syntax error before numeric constant

-- 
bye
Juriy Goloveshkin

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



perldoc broken?

2002-03-27 Thread Juriy Goloveshkin

try this: 

vaio@juriy[~] perldoc open
/usr/local/bin/pod2man: not found
Can't open /var/tmp/tmp.0.lXkGaq: File exists at /usr/bin/perldoc line 351.

-- 
bye
Juriy Goloveshkin

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



strange things with Mouse Support and Copy-and-Past

2001-11-30 Thread Juriy Goloveshkin

I often use mouse for copy-and-past operations in text consoles.
but I see that fresh CURRENT has someshing strange.
next string is pasted from buffer:
nextstringispastedfrombuffer:

I think something is broken or changed. 
Is there a way to have Copy-and-Past back? what's wrong?

-- 
bye
Juriy Goloveshkin

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



Is mozilla broken?

2001-11-14 Thread Juriy Goloveshkin

Is mozilla broken or it is a local problem?
CURRENT date is 14 nov 2001.
All ports was rebuild a day ago with CFLAGS=-O2 -pipe, CPUTYPE=p3.
I've tried to build mozilla with CFLAGS=-O -pipe without CPUTYPE
the result is:
...
Building deps for nsres.c
cc -o nsres.o -c -DOSTYPE=\FreeBSD5\ -DOSARCH=\FreeBSD\ -DOJI -DMEMMOVE -D__
DBINTERFACE_PRIVATE  -I./../include  -I../../dist/include -I../../dist/include -
I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr  -I/usr/local/include -I/
usr/local/include -I/usr/local/include  -I/usr/X11R6/include   -fPIC -I/usr/X11R
6/include  -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-alig
n -Wno-long-long -pipe -O -pipe  -DNDEBUG -DTRIMMED -I/usr/X11R6/include  -I/usr
/X11R6/include -include ../../config-defs.h -DMOZILLA_CLIENT nsres.c
In file included from /usr/include/sys/types.h:45,
 from /usr/ports/www/mozilla/work/mozilla/dist/include/nspr/obsolete/protypes.h:83,
 from /usr/ports/www/mozilla/work/mozilla/dist/include/nspr/prtypes.h:482,
 from ../include/mcom_db.h:82,
 from ../include/nsres.h:4,
   from nsres.c:3:
/usr/include/sys/cdefs.h:66: warning: `__CONCAT' redefined
../include/cdefs.h:108: warning: this is the location of the previous definition

In file included from nsres.c:10:
/usr/include/malloc.h:3: #error malloc.h has been replaced by stdlib.h
nsres.c: In function `GenKeyData':
nsres.c:55: warning: implicit declaration of function `free'
nsres.c:69: warning: implicit declaration of function `malloc'
gmake[2]: *** [nsres.o] Error 1
gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/dbm/src'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/dbm'
gmake: *** [install] Error 2
*** Error code 2

Stop in /usr/ports/www/mozilla.
*** Error code 1

Stop in /usr/ports/www/mozilla.
*** Error code 1

Stop in /usr/ports/www/mozilla.

-- 
bye
Juriy Goloveshkin

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



ppp - suspend - wakeup problem

2001-09-10 Thread Juriy Goloveshkin
 saved this in tf_err.
1130 */
1131frame.tf_eip -= frame.tf_err;
(kgdb) up
#18 0x806de25 in ?? ()

-- 
bye
Juriy Goloveshkin

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



Re: [acpi-jp 1246] ACPI and PS/2 mouse problem

2001-09-08 Thread Juriy Goloveshkin

On Sat, Sep 08, 2001 at 07:32:17PM +0900, Kazutaka YOKOTA wrote:

 Your forgot to put the following lines in device.hints.
 
 hint.atkbdc.0.at=isa
 hint.atkbdc.0.port=0x60
 
 See /sys/i386/conf/GENERIC.hints.
no, I didn't forget. It wasn't required before now and I had 1 string less in unknown 
devices :)
anyway, I've added this to device.hints and now mouse works.
There is dmesg diff:

--- dmesg.noacpiSat Sep  8 11:02:22 2001
+++ dmesg.noacpi.after  Sat Sep  8 15:28:23 2001
@@ -3,8 +3,8 @@
The Regents of the University of California. All rights reserved.
 FreeBSD 5.0-CURRENT #46: Sat Sep  8 10:26:49 MSD 2001
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/VAIO
-Calibrating clock(s) ... TSC clock: 496308852 Hz, i8254 clock: 1193183 Hz
-Timecounter i8254  frequency 1193183 Hz
+Calibrating clock(s) ... TSC clock: 496305810 Hz, i8254 clock: 1193175 Hz
+Timecounter i8254  frequency 1193175 Hz
 CPU: Pentium III/Pentium III Xeon/Celeron (496.31-MHz 686-class CPU)
   Origin = GenuineIntel  Id = 0x681  Stepping = 1
   
Features=0x387f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE
@@ -314,6 +314,16 @@
 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
+atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
+atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
+kbd0 at atkbd0
+kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d
+atkbd1: unable to allocate IRQ
+psm0: current command byte:0047
+psm0: PS/2 Mouse irq 12 on atkbdc0
+psm0: model GlidePoint, device ID 0-00, 2 buttons
+psm0: config:6000, flags:, packet size:3
+psm0: syncmask:c0, syncbits:00
 pmtimer0 on isa0
 sc1: no video adapter found.
 sc1: System console failed to probe at flags 0x100 on isa0
@@ -323,12 +333,8 @@
 isa_probe_children: probing PnP devices
 unknown: PNP0c02 can't assign resources
 unknown: PNP0c02 at port 0x398-0x399,0x4d0-0x4d1,0x8000-0x804f,0x1040-0x104f iomem 
0xfff8-0x,0xfff7f600-0xfff7 on isa0
-atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 irq 1 on isa0
-atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
-kbd0 at atkbd0
-kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d
-atkbd1: unable to allocate IRQ
-psm0: unable to allocate IRQ
+unknown: PNP0303 can't assign resources
+unknown: PNP0303 at port 0x60 on isa0
 atspeaker0: AT speaker at port 0x61 on isa0
 unknown: PNP0c02 can't assign resources
 unknown: PNP0c02 at iomem 0xdc000-0xd on isa0
-- 
bye
Juriy Goloveshkin

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



last commit broke ps/2 mouse support on VAIO Z505HS(without acpi)

2001-09-07 Thread Juriy Goloveshkin

last commit broke ps/2 mouse support on my VAIO

-- 
bye
Juriy Goloveshkin


Copyright (c) 1992-2001 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 5.0-CURRENT #45: Fri Sep  7 13:00:55 MSD 2001
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/VAIO
Calibrating clock(s) ... TSC clock: 496307697 Hz, i8254 clock: 1193179 Hz
Timecounter i8254  frequency 1193179 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (496.31-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x681  Stepping = 1
  
Features=0x387f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE
real memory  = 268369920 (262080K bytes)
Physical memory chunk(s):
0x1000 - 0x0009efff, 647168 bytes (158 pages)
0x004cf000 - 0x0ffe7fff, 263294976 bytes (64281 pages)
avail memory = 255967232 (249968K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00f6cb0
bios32: Entry = 0xfd880 (c00fd880)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xfd880+0x11e
pnpbios: Found PnP BIOS data at 0xc00f6ce0
pnpbios: Entry = f:b33f  Rev = 1.0
pnpbios: Event flag at 400
Other BIOS signatures found:
Preloaded elf kernel kernel at 0xc04a9000.
Preloaded elf module vesa.ko at 0xc04a90a8.
Preloaded elf module cd9660.ko at 0xc04a9144.
Preloaded elf module procfs.ko at 0xc04a91e4.
Preloaded elf module if_ppp.ko at 0xc04a9284.
Preloaded elf module if_tun.ko at 0xc04a9324.
Preloaded elf module miibus.ko at 0xc04a93c4.
Preloaded elf module if_fxp.ko at 0xc04a9464.
Preloaded elf module snd_pcm.ko at 0xc04a9504.
Preloaded elf module snd_ds1.ko at 0xc04a95a4.
Preloaded elf module usb.ko at 0xc04a9644.
Preloaded elf module ugen.ko at 0xc04a96e0.
Preloaded elf module uhid.ko at 0xc04a977c.
Preloaded elf module ukbd.ko at 0xc04a9818.
Preloaded elf module ulpt.ko at 0xc04a98b4.
Preloaded elf module ums.ko at 0xc04a9950.
Preloaded elf module umass.ko at 0xc04a99ec.
Preloaded elf module cam.ko at 0xc04a9a8c.
Preloaded elf module uscanner.ko at 0xc04a9b28.
Preloaded elf module agp.ko at 0xc04a9bc8.
Preloaded elf module random.ko at 0xc04a9c64.
Preloaded elf module atspeaker.ko at 0xc04a9d04.
null: null device, zero device
mem: memory  I/O
Pentium Pro MTRR support enabled
VESA: information block
56 45 53 41 00 02 20 01 00 01 00 00 00 00 22 00 
00 01 27 00 03 02 00 01 00 01 09 01 00 01 1b 01 
00 01 00 01 01 01 02 01 03 01 04 01 05 01 07 01 
0d 01 0e 01 10 01 11 01 12 01 13 01 14 01 15 01 
VESA: 24 mode(s) found
VESA: v2.0, 2496k memory, flags:0x0, mode table:0xc0390202 (122)
VESA: MagicMedia 256AV  48K
VESA: NeoMagic MagicMedia 256AV  01.0
random: entropy source
pci_open(1):mode 1 addr port (0x0cf8) is 0x80010014
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=00] is there (id=71908086)
Using $PIR table, 8 entries at 0xc00fdf40
apm0: APM BIOS on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Intel 82443BX (440 BX) host to PCI bridge at pcibus 0 on motherboard
pci0: physical bus=0
map[10]: type 3, range 32, base 4000, size 24, enabled
found- vendor=0x8086, dev=0x7190, revid=0x03
bus=0, slot=0, func=0
class=06-00-00, hdrtype=0x00, mfdev=0
found- vendor=0x8086, dev=0x7191, revid=0x03
bus=0, slot=1, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
found- vendor=0x8086, dev=0x7110, revid=0x02
bus=0, slot=7, func=0
class=06-01-00, hdrtype=0x00, mfdev=1
map[20]: type 4, range 32, base fc90, size  4, enabled
found- vendor=0x8086, dev=0x7111, revid=0x01
bus=0, slot=7, func=1
class=01-01-80, hdrtype=0x00, mfdev=0
map[20]: type 4, range 32, base fca0, size  5, enabled
found- vendor=0x8086, dev=0x7112, revid=0x01
bus=0, slot=7, func=2
class=0c-03-00, hdrtype=0x00, mfdev=0
intpin=d, irq=9
map[90]: type 4, range 32, base 1040, size  4, enabled
found- vendor=0x8086, dev=0x7113, revid=0x03
bus=0, slot=7, func=3
class=06-80-00, hdrtype=0x00, mfdev=0
map[10]: type 1, range 32, base fedf7000, size 11, enabled
map[14]: type 1, range 32, base fedf7c00, size  9, enabled
found- vendor=0x104d, dev=0x8039, revid=0x02
bus=0, slot=8, func=0
class=0c-00-10, hdrtype=0x00, mfdev=0
intpin=a, irq=9
powerspec 1  supports D0 D3  current D0
map[10]: type 1, range 32, base fedf8000, size 15, enabled
map[14]: type 4, range 32, base fcc0, size  6, enabled
map[18]: type 4, range 32, base fc8c, size  2, enabled
found- vendor=0x1073, dev=0x0010, revid=0x02
bus=0, slot=9, func=0
class=04-01-00, hdrtype=0x00, mfdev=0
intpin=a, irq=9
powerspec 1  supports D0 D2 D3  current D0
map[10]: type 1, range 32, base fede, size 16, enabled
map[14]: type 4, range 32, base fc38

Re: [acpi-jp 1246] ACPI and PS/2 mouse problem

2001-09-07 Thread Juriy Goloveshkin

On Thu, Sep 06, 2001 at 08:51:44PM +0900, Kazutaka YOKOTA wrote:

I don't know why, but
NOW I have broken PS/2 mouse _without_ acpi module :(
VAIO Z505HS.

atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 irq 1 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d
atkbd1: unable to allocate IRQ
psm0: unable to allocate IRQ

 As reported in this list by several people, you may be seeing that
 your PS/2 mouse is not detected after the recent ACPI update.
 
 This seems to be caused by ACPI in some BIOS assigns IRQ 12 (mouse
 interrupt) to both the PS/2 mouse device node and the system reserved
 resource node.
 
 To see if this is to be your case, put the following line in
 /boot/device.hints and reboot.
 
 debug.acpi.disable=sysresource
 
 If this brings your mouse back, I recommend you to keep that line
 there until the proper fix is committed.
 
 If it doesn't solve the problem, there must be other causes ;-( 
 You had better contact the FreeBSD ACPI developers
 ([EMAIL PROTECTED]) ML.
 
 Kazu
 
 PS: I am going to commit some update to the psm driver shortly.
 But, that alone won't fix the problem. Sorry...

-- 
bye
Juriy Goloveshkin

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



is 'suspend' broken in CURRENT?

2001-08-18 Thread Juriy Goloveshkin

I have sony vaio z505hs. I have latest cvs-tree.
suspend worked 1-2 weeks ago but now when I want to resume from suspend-mode
I see the same screen I saw before suspend but keyboard doesn't work and
harddisk doesn't spin.

-- 
bye
Juriy Goloveshkin

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



panic: getnewvnode: free vnode isn't

2001-08-01 Thread Juriy Goloveshkin
, v_writecount = 1, v_holdcnt = 0, 
  v_id = 2731, v_mount = 0xc9ed6200, v_op = 0xc9ef8800, v_freelist = {
tqe_next = 0xd3e100e0, tqe_prev = 0xc02d12f4}, v_mntvnodes = {
le_next = 0xd3deda20, le_prev = 0xc9ed6218}, v_cleanblkhd = {
tqh_first = 0x0, tqh_last = 0xd3dfa54c}, v_dirtyblkhd = {tqh_first = 0x0, 
tqh_last = 0xd3dfa554}, v_synclist = {le_next = 0x0, le_prev = 0x0}, 
  v_numoutput = 0, v_type = VCHR, v_un = {vu_mountedhere = 0xca059400, 
vu_socket = 0xca059400, vu_spec = {vu_specinfo = 0xca059400, 
  vu_specnext = {sle_next = 0x0}}, vu_fifoinfo = 0xca059400}, 
  v_lease = 0x0, v_lastw = 0, v_cstart = 0, v_lasta = 0, v_clen = 0, 
  v_object = 0x0, v_interlock = {mtx_object = {lo_class = 0xc0292800, 
  lo_name = 0xc0268fa0 vnode interlock, lo_flags = 196608, lo_list = {
stqe_next = 0xd3dfa5fc}, lo_witness = 0xc02ae1c8}, mtx_lock = 4, 
mtx_recurse = 0, mtx_savecrit = 0, mtx_blocked = {tqh_first = 0x0, 
  tqh_last = 0xd3dfa5ac}, mtx_contested = {le_next = 0x0, le_prev = 0x0}}, 
  v_lock = {lk_interlock = 0xc0b9dec0, lk_flags = 16777216, lk_sharecount = 0, 
lk_waitcount = 0, lk_exclusivecount = 0, lk_prio = 80, 
lk_wmesg = 0xc0268fbf vnlock, lk_timo = 0, lk_lockholder = -1}, 
  v_vnlock = 0x0, v_tag = VT_DEVFS, v_data = 0xca011380, v_cache_src = {
lh_first = 0x0}, v_cache_dst = {tqh_first = 0x0, tqh_last = 0xd3dfa5ec}, 
  v_dd = 0xd3dfa520, v_ddid = 0, v_pollinfo = {vpi_lock = {mtx_object = {
lo_class = 0xc0292800, lo_name = 0xc0268fb0 vnode pollinfo, 
lo_flags = 196608, lo_list = {stqe_next = 0xd3dfa46c}, 
lo_witness = 0xc02ae1a0}, mtx_lock = 4, mtx_recurse = 0, 
---Type return to continue, or q return to quit---
  mtx_savecrit = 0, mtx_blocked = {tqh_first = 0x0, 
tqh_last = 0xd3dfa61c}, mtx_contested = {le_next = 0x0, 
le_prev = 0x0}}, vpi_selinfo = {si_pid = 0, si_note = {
slh_first = 0x0}, si_flags = 0}, vpi_events = 0, vpi_revents = 0}, 
  v_vxproc = 0x0}
(kgdb) 

-- 
bye
Juriy Goloveshkin

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



kernel with SSE is unstable

2001-07-14 Thread Juriy Goloveshkin

In my system kernel(WITH SSE) falls when I use commands netstat and swapinfo.
kernel without SSE works fine.

CPU: Pentium III/Pentium III Xeon/Celeron (496.31-MHz 686-class CPU)
Origin = GenuineIntel  Id = 0x681  Stepping = 1
Features=0x387f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE

Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0xf02ce4d3
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc01a59d8
stack pointer   = 0x10:0xcb148ee0
frame pointer   = 0x10:0xcb148ee0
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 = 7 (netstat)


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x3a
fault code  = supervisor write, page not present
instruction pointer = 0x8:0xc01fdb51
stack pointer   = 0x10:0xcb254d64
frame pointer   = 0x10:0xcb254d64
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 = 943 (swapinfo)

-- 
bye
Juriy Goloveshkin

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



Re: kernel with SSE is unstable

2001-07-14 Thread Juriy Goloveshkin

On Sat, Jul 14, 2001 at 06:38:28PM -0700, Kris Kennaway wrote:
 On Sun, Jul 15, 2001 at 01:01:47AM +0400, Juriy Goloveshkin wrote:
  In my system kernel(WITH SSE) falls when I use commands netstat and swapinfo.
  kernel without SSE works fine.
 
 Proper panic traceback, please?
I cannot do kernel core, it says ata0 reseting and does nothing
so I cannot give you good traceback an any details. I don't know why kernel
doesn't dump itself alter 'dumpon /dev/my_swap_slice'. :|
 Did you remember to rebuild your userland when you updated your kernel
 sources?
uhg... nice kernel. its panics depend on userland?
anyway, userland is up to date with kernel and WORK with kernel_without_SSE.
that's strange, because almost all things work good with SSE-kernel.
I've found only two 'bad' programs(netstat, swapinfo). 'make world' works with 
SSE-kernel too. It seems mozilla does the same(I mean it's 'bad' program).

now I try to reproduce traceback which I saw in kernel debug after panics:

Stopped at strcmp+0x18: movb 0(%ecx),%al

strcmp
link_elf_lookup_symbol
kldsym
syscal
syscal_with_err_pushed
syscall(377, FreeBSD ELF, kldsym)

-- 
bye
Juriy Goloveshkin

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



Re: mozilla 0.9 and 0.9.1 with freebsd

2001-06-09 Thread Juriy Goloveshkin

On Sat, Jun 09, 2001 at 09:27:45PM +0200, Szilveszter Adam wrote:
 Hello,
 
 On Sat, Jun 09, 2001 at 11:24:42PM +0400, Juriy Goloveshkin wrote:
  Hello, Is mozilla built in current? I tried to build it with
  /usr/ports/www/mozilla and from only tar-ball. Building stopped.
  What's wrong?
 
 THe problem is that -CURRENT's VM options are set for debugging which means
 that some (not well written) programs will suffer. It seems that on some
 configurations you need to set MALLOC_OPTIONS to j in order to be able to
 build Mozilla. However it does not occur on all systems (according to the
 freebsd-mozilla ml) so it may be related to the amount  of RAM, swap etc in
 the system. It certainly needs this flag on my machine.
 
 I hope that this helps somewhat...
thanks. it works!

-- 
bye
Juriy Goloveshkin

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



how can I increase freevnodes?

2001-04-23 Thread Juriy Goloveshkin

Hello, How can I increase free vnodes? kernel very often falls with message
'no free vnode'.
Right now after reboot numbers of vnodes are:
   9913 desiredvnodes
556 numvnodes
 25 freevnodes

-- 
bye
Juriy Goloveshkin

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



is 'make release' broken?

2001-03-26 Thread Juriy Goloveshkin

Making fixit floppy.
disklabel: ioctl DIOCWLABEL: Operation not supported by device
Warning: Block size restricts cylinders per group to 6.
Warning: 1216 sector(s) in last cylinder unallocated
/dev/md0c:  2880 sectors in 1 cylinders of 1 tracks, 4096 sectors
1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 384 i/g)
super-block backups (for fsck -b #) at:
 32

 /mnt: write failed, file system is full
 cpio: write error: No space left on device
 *** Error code 1

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

-- 
Bye
Juriy Goloveshkin

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



PalmPilot emulators don't work on CURRENT

2000-12-28 Thread Juriy Goloveshkin

Hello,
Can anybody run any PalmPilot emulator on CURRENT?
pose and xcopilot don't work.

-- 
Bye
Juriy Goloveshkin


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



keyinfo...

2000-08-18 Thread Juriy Goloveshkin

Hi all.

1) somebody close bin/15371. I wrote to imp, but he kept silent. 
or I must send pr for close pr?

2) I think this code is useless.
--- keyinfo.c ---
login = getlogin();
if (login == NULL)
errx(1, "Cannot find login name");
if (getuid() != 0  argc  1  strcmp(login, argv[1]) != 0)
errx(1, "Only superuser may get another user's keys");
---
keyinfo shows the same that after login prompt...
I'm right or not?

Bye
Juriy Goloveshkin



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



suidperl

2000-07-03 Thread Juriy Goloveshkin

On Sun, 2 Jul 2000, current-digest wrote:

 Perl5's version number has had to change; it is no longer 5.006, now
 it is 5.6.0 in accordance with Perl standards. I tried hard to keep
 with established tradition, but this did not work.
 
 Side effect; suidperl is no longer unreliable.
btw, is there a reason to have /usr/bin/keyinfo as suidperl executable?
bin/15371, for example...

Bye
Juriy Goloveshkin




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



Re: static linked files in /usr/bin

2000-06-12 Thread Juriy Goloveshkin

On Sun, 11 Jun 2000, David O'Brien wrote:

 On Sun, Jun 11, 2000 at 09:00:34PM +0400, Juriy Goloveshkin wrote:
  Why a lot of files in /usr/bin(sbin) are static linked?
  for example, tar: static - 272832 bytes(83416 dynamic)
  
 IMO tar should live in /bin as it is used to restore a system from tape.
 I don't know why ``dump'' is in /usr/sbin -- only restore should be
 there.
 
 /usr/bin/tar is statically linked so it isn't depended on /usr/lib/ which
 may be terribly broken (and thus why you are doing a restore).

but /usr/bin and /usr/lib usualy live at the same filesystem and if
/usr/lib may be broken, what we may say about /usr/bin?
I think utilities in /usr/... must be dynamicaly linked.

btw, I compared the size of bin-tarballs in 2.8 and current distributions.
I downloaded 2.8 by modem without spending SO many time...
current minimal installation require to download 30-35Mb!

maybe RELEASE-bin* must be splited? say... configs,binaries and developer
stuff(includes,gcc stuff, lib*.a, developer's manpages)

Bye
Juriy Goloveshkin



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



static linked files in /usr/bin

2000-06-11 Thread Juriy Goloveshkin

Hi all!

Why a lot of files in /usr/bin(sbin) are static linked?
for example, tar: static - 272832 bytes(83416 dynamic)

is it magic of /usr/src/gnu folder?

Bye
Juriy Goloveshkin



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