Date: Sun, 6 Aug 2006 23:39:42 +0200 From: Joan Picanyol i Puig <lists-freebsd-gnome@biaix.org> To: freebsd-gnome@freebsd.org Subject: totem-gstreamer won't configure due to gst-inspect segfaulting Message-ID: <20060806213942.GA56603@grummit.biaix.org>
next in thread | raw e-mail | index | archive | help
--zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Or so it seems... The gnomelogalyzer doesn't know anything, but the following excerpt from config.log points to gst-inspect: configure:19868: checking for GST configure:19876: $PKG_CONFIG --exists --print-errors "$MM" configure:19879: $? = 0 configure:19894: $PKG_CONFIG --exists --print-errors "$MM" configure:19897: $? = 0 configure:19931: result: yes configure:19952: result: GStreamer-0.10 configure:19961: checking GStreamer 0.10 playbin plugin Segmentation fault configure:19967: result: no configure:19969: error: Cannot find required GStreamer-0.10 plugin 'playbin'. It should be part of gst-plugins-base. Please install it. I've tried installing gstreamer and gstreamer-plugins packages from the Marcuscom repository, but no luck. Backtracing gst-inspect gives me no real clue: 612,p0,0$ gdb ./gst-inspect 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"... (gdb) set args playbin (gdb) run Starting program: /usr/scratch/build/usr/ports/multimedia/gstreamer/work/gstreamer-0.10.9/tools/gst-inspect playbin Program received signal SIGTRAP, Trace/breakpoint trap. Cannot remove breakpoints because program is no longer writable. It might be running in another process. Further execution is probably impossible. 0x480613cc in _fseeko () from /libexec/ld-elf.so.1 (gdb) bt #0 0x480613cc in _fseeko () from /libexec/ld-elf.so.1 (gdb) This happens at the final execv() invocation of gst-run.c. This calls a shell script, which invokes .libs/gst-inspect-0.10. And so the story goes: 642,p0,0$ gdb .libs/gst-inspect-0.10 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"... (gdb) run Starting program: /usr/scratch/build/usr/ports/multimedia/gstreamer/work/gstreamer-0.10.9/tools/.libs/gst-inspect-0.10 warning: Unable to get location for thread creation breakpoint: generic error [New LWP 100190] [New Thread 0x8058000 (LWP 100190)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x8058000 (LWP 100185)] 0x0804c463 in main (argc=1, argv=0xbfbfe75c) at gst-inspect.c:1126 1126 g_print ("Error initializing: %s\n", err->message); (gdb) p err->message Error accessing memory address 0x8: Bad address. (gdb) Pointing closer shows: Starting program: /usr/scratch/build/usr/ports/multimedia/gstreamer/work/gstreamer-0.10.9/tools/.libs/gst-inspect-0.10 playbin warning: Unable to get location for thread creation breakpoint: generic error [New LWP 100192] [New Thread 0x8058000 (LWP 100192)] [Switching to Thread 0x8058000 (LWP 100192)] Breakpoint 1, main (argc=2, argv=0xbfbfe750) at gst-inspect.c:1125 1125 if (!g_option_context_parse (ctx, &argc, &argv, &err)) { (gdb) stepi 0x0804c447 1125 if (!g_option_context_parse (ctx, &argc, &argv, &err)) { (gdb) step 0x483b66e4 in pthread_rwlock_timedwrlock () from /usr/lib/libpthread.so.2 (gdb) Single stepping until exit from function pthread_rwlock_timedwrlock, which has no line number information. Program received signal SIGTRAP, Trace/breakpoint trap. 0x48052414 in _rtld_bind_start () from /libexec/ld-elf.so.1 (gdb) And this is all my gdb skills can do. During my tests, dmesg gets full of: pid 28226 (gst-inspect-0.10), uid 0: exited on signal 10 pid 28225 (gst-inspect-0.10), uid 0: exited on signal 11 pid 30959 (gst-inspect-0.10), uid 0: exited on signal 10 pid 30958 (gst-inspect-0.10), uid 0: exited on signal 11 pid 33987 (gst-inspect-0.10), uid 0: exited on signal 10 pid 33986 (gst-inspect-0.10), uid 0: exited on signal 11 pid 36731 (gst-inspect-0.10), uid 0: exited on signal 10 pid 36730 (gst-inspect-0.10), uid 0: exited on signal 11 System info: 592,p1,0$ uname -rs FreeBSD 6.1-RELEASE Kernel config and dmesg.boot attached. 611,p1,1$ kldstat Id Refs Address Size Name 1 39 0xc0400000 39ab14 kernel 2 1 0xc079b000 3204 splash_bmp.ko 3 1 0xc079f000 4228 vesa.ko 4 1 0xc07ef000 544c linprocfs.ko 5 3 0xc07f5000 19fd0 linux.ko 6 1 0xc080f000 a6c8 ntfs.ko 7 2 0xc081a000 2199c sound.ko 8 1 0xc083c000 5c40 snd_ich.ko 9 1 0xc0842000 2cd0 ums.ko 10 3 0xc0845000 1e164 usb.ko 11 1 0xc0864000 5c38 umass.ko 12 1 0xc086a000 3b38 acpi_toshiba.ko 13 3 0xc086e000 54a70 acpi.ko 14 1 0xc08c3000 ca54 pccard.ko 15 1 0xc08d0000 6acc cardbus.ko 16 1 0xc08d7000 a77c cbb.ko 17 3 0xc08e2000 3114 exca.ko 18 3 0xc08e6000 1c0c0 wlan.ko 19 3 0xc0903000 3015c ath_hal.ko 20 2 0xc0934000 3d3c ath_rate.ko 21 1 0xc0938000 edc0 if_ath.ko 22 1 0xc3561000 5000 g_md.ko 23 1 0xc36df000 5000 i915.ko 24 1 0xc36e4000 d000 drm.ko 25 1 0xcb9fa000 45b000 nvidia.ko Ports tree upgraded via portsnap after 2.14.3 hit the tree. Output of 'ls /var/db/pkg' attached. 586,p1,0$ pkg_version | grep -v '=' argouml < cups < gnome2 < jdk < mergeant < mplayer-gtk-esound < postgresql-jdbc < py24-gnome-extras < rhythmbox < ttmkfdir < None of these should matter[1]. Any hints on how to solve this? -- pica [1] Of the out of date dependencies, argouml and postgresql-jdbc are jdk dependencies (I IGNORE it when upgrading); cups depends on pstoraster which fails due to sillyness on my part regarding gs-gnu vs. gs-afpl; rhythmbox, py24-gnome-extras and gnome2 depend on totem; my mplayer depends on linux-realplayer and ttmkfdir has some other error. --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=PINGU machine i386 cpu I686_CPU ident PINGU # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g options KDB options KDB_TRACE options DDB options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART options SMBFS #SMB/CIFS filesystem options UDF #Universal Disk Format options MD_ROOT # MD is a potential root device #options NFSCLIENT # Network Filesystem Client #options NFSSERVER # Network Filesystem Server #options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD4 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options ADAPTIVE_GIANT # Giant mutex is adaptive. options MAXDSIZ=(1024UL*1024*1024) device apic # I/O APIC options INCLUDE_CONFIG_FILE # Include this file in kernel options PREEMPTION # Bus support. Do not remove isa, even if you have no isa slots device isa #device eisa device pci # ATA and ATAPI devices device ata device atadisk # ATA disk drives #device ataraid # ATA RAID drives #device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives device atapicam options ATA_STATIC_ID # Static device numbering # SCSI peripherals device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver #options VGA_WIDTH90 # support 90 column modes device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc options SC_PIXEL_MODE # add support for the raster text mode device agp # support several AGP chipsets #device drm # DRM core module required by DRM drivers #device mgadrm #device "r128drm" #device radeondrm #device sisdrm #device tdfxdrm # Floating point support - do not disable. device npx # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support #device cbb # cardbus (yenta) bridge #device pccard # PC Card (16-bit) bus #device cardbus # CardBus (32-bit) bus # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) #device lpt # Printer #device plip # TCP/IP over parallel #device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device rl # RealTek 8129/8139 # Wireless NIC cards #device wlan # 802.11 support #device an # Aironet 4500/4800 802.11 wireless NICs. #device awi # BayStack 660 and others #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. # Pseudo devices. device loop # Network loopback device mem # Memory and kernel memory devices device io # I/O device device random # Entropy device device ether # Ethernet support #device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) #device md # Memory "disks" #device gif # IPv6 and IPv4 tunneling #device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf # Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device ehci #device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device urio # Diamond Rio 500 MP3 player #device uscanner # Scanners # FireWire support #device firewire # FireWire bus code #device sbp # SCSI over FireWire (Requires scbus and da) #device fwe # Ethernet over FireWire (non-standard!) # SMB/CIFS requester # NETSMB enables support for SMB protocol, it requires LIBMCHAIN and LIBICONV # options. # NETSMBCRYPTO enables support for encrypted passwords. options NETSMB #SMB/CIFS requester options NETSMBCRYPTO #encrypted password support for SMB # mchain library. It can be either loaded as KLD or compiled into kernel options LIBMCHAIN options LIBICONV device smbus # Bus support, required for smb below. device ichsmb device speaker #Play IBM BASIC-style noises out your speaker # To include support for VGA VESA video modes #options VESA # ACPI Toshiba Extras (LCD backlight/brightness, video output, etc.) #device acpi_toshiba --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=ls-var-db-pkg Hermes-1.3.3_2 ImageMagick-6.2.8.5 ORBit-0.5.17_3 ORBit2-2.14.2 OpenSSH-askpass-1.2.2.2001.02.24 Xaw3d-1.5E_1 a2ps-a4-4.13b_3 aalib-1.4.r5_2 abiword-gnome-2.4.5 aircrack-2.41 amspsfnt-1.0_4 antiword-0.37_1 apache-ant-1.6.5_1 arc-5.21o argouml-0.18.1 arj-3.10.22 arts-1.5.3_1,1 aspell-0.60.4_4 at-spi-1.7.7_1 atk-1.11.4_1 atlas-3.6.0,1 autoconf-2.13.000227_5 autoconf-2.53_3 autoconf-2.59_2 automake-1.4.6_2 automake-1.5_2,1 automake-1.9.6 avahi-0.6.12 bash-3.1.17 bash-completion-20060301 bbpager-0.4.1.b1 bison-1.75_2,1 bitstream-vera-1.10_2 blackbox-0.70.1 bluefish-1.0.5 boehm-gc-6.6_3 bonobo-1.0.22_2 bpm-0.4.1b_10 bsd-airtools-0.3 bug-buddy-2.14.0 cabextract-1.1 cairo-1.0.4_1 cdparanoia-3.9.8_8 cdrdao-1.2.1 cdrtools-2.01_5 celestia-glut-1.4.1 cgoban-1.9.14_1 clamav-0.88.3 cloop-utils-2.01.2 cm-super-0.3.3 cmpsfont-1.0_5 cmucl-19c coda-client-6.0.7 cog-0.8.0_3 compat4x-i386-5.3_9 compat5x-i386-5.4.0.8_7 consolehm-1.31_1 coreutils-5.2.1 cpuburn-1.4 cracklib-2.7_2 cscope-15.5_2 cups-1.1.23.0_1 cups-base-1.2.0_2 cups-pstoraster-8.15 curl-7.15.4 cvsup-without-gui-16.1h_2 dasher-4.0.4,1 db4-4.0.14_1,1 db41-4.1.25_3 dbus-0.62 de-aspell-0.60.4_3 desktop-file-utils-0.11 dia-gnome-0.95,1 diffutils-2.8.1_1 dillo-0.8.6 dirmngr-0.9.3_2 djbfft-0.76_2 docbook-sk-4.1.2_3 docbook-xml-4.2_1 docbook-xml-4.3 docbook-xml-4.4 docbook-xsl-1.70.1 dri-6.4.1,2 dvd+rw-tools-6.1 dvipsk-tetex-5.95a_1 ecore-0.9.9.032_1 edb-1.0.5.007 edje-0.5.0.032 eel-2.14.3 eet-0.9.10.032 ekiga-2.0.2_1 elinks-0.11.1 embryo-0.9.1.032 enchant-1.2.6 enlightenment-0.16.8.1 enlightenment-0.16.999.032 enlightenment-docs-0.16.8_1 enlightenment-theme-BlueSteel-0.16.8_1 enlightenment-theme-BrushedMetal-Tigert-0.16.8_1 enlightenment-theme-Ganymede-0.16.8_1 enlightenment-theme-ShinyMetal-0.16.8_1 eog-2.14.3 epiphany-2.14.3 epiphany-extensions-2.14.1.1 epplets-0.9 eroaster-2.2.0.0.6_3 esound-0.2.36_1 etcmerge-0.4 eterm-0.9.3_5 eterm-bg-0.9.3 evas-0.9.9.032 evidence-0.9.8_3 evince-0.5.3_1 evolution-2.6.3 evolution-data-server-1.6.3 evolution-exchange-2.6.3 evolution-webcal-2.6.0 expat-2.0.0_1 expect-5.43.0 ezm3-1.2_1 fam-2.6.9_6 fast-user-switch-applet-2.14.2 ffcall-1.10_1 ffmpeg-0.4.9.p1_5 fftw-2.1.5_3 file-roller-2.14.4,1 firefox-1.5.0.6,1 firefox-i18n-1.5.0.6 flac-1.1.2_1 fontconfig-2.3.2_5,1 freebsd-update-1.6_2 freeciv-gtk2-2.0.8 freemind-0.8.0,1 freenx-0.4.4_2 freesbie-2.0.20060202 freetype2-2.1.10_3 fribidi-0.10.7 gail-1.8.11_1 gaim-1.5.0_6 gal2-2.5.3_2 galeon-2.0.1 gcalctool-5.7.32,2 gcc-3.3.6_3,1 gcc-objc-3.2.3_3,3 gconf-1.0.9_8 gconf-editor-2.14.0_1,1 gconf2-2.14.0_2 gconfmm-2.0.2_4 gd-2.0.33_4,1 gdbm-1.8.3_2 gdk-pixbuf-0.22.0_4 gdl-0.6.1 gdm-2.14.10 gedit-2.14.4 gettext-0.14.5_2 ggv-2.12.0 ghostscript-afpl-8.54,1 gimp-gnome-2.2.11,1 gimp-print-4.2.7_2 gkrellm-2.2.9_1 glabels-2.0.4_1 gle-3.1.0 glib-1.2.10_12 glib-2.10.3 glibmm-2.10.4 glitz-0.4.4_1 gmake-3.81_1 gnet2-2.0.7_2 gnome-applets-2.14.2_1 gnome-audio-2.0.0 gnome-backgrounds-2.14.2.1 gnome-control-center-2.14.2 gnome-db-0.2.96_5 gnome-desktop-2.14.3 gnome-doc-utils-0.6.1 gnome-games-2.14.3 gnome-icon-theme-2.14.2 gnome-keyring-0.4.9 gnome-keyring-manager-2.14.0 gnome-libs-1.4.2_5 gnome-mag-0.12.6 gnome-media-2.14.2 gnome-menu-editor-0.6 gnome-menus-2.14.3 gnome-mime-data-2.4.2 gnome-netstatus-2.12.0_2 gnome-nettool-2.14.2,1 gnome-panel-2.14.3 gnome-print-0.37_2 gnome-screensaver-2.14.3 gnome-session-2.14.3 gnome-speech-0.3.10 gnome-spell-1.0.7_1 gnome-system-monitor-2.14.5 gnome-system-tools-2.14.0 gnome-terminal-2.14.2 gnome-themes-2.14.3 gnome-user-docs-2.14.2 gnome-utils-2.14.0_4,1 gnome-vfs-2.14.2_3 gnome2-2.12.3 gnomecanvas-0.22.0_4 gnomehier-2.1_2 gnopernicus-1.0.6 gnotime-2.2.2 gnugo-3.6 gnumeric-1.6.3_2 gnupg-1.4.5 gnupg-devel-1.9.20_1 gnuplot-4.0.0_4 gnutls-1.4.1 gob2-2.0.14 goffice-0.2.1 gok-1.0.10,1 goobox-0.9.93_3 gpac-libgpac-0.4.0.r2,1 gpdf-2.10.0_5 gpgme-1.0.3_1 gqview-2.0.1_1 graphviz-2.8 grip-3.2.0_10 grub-0.97 gsfonts-8.11_2 gstreamer-0.10.9 gstreamer-ffmpeg-0.10.1 gstreamer-plugins-0.10.9,1 gstreamer-plugins-a52dec-0.10.3_1,1 gstreamer-plugins-cdparanoia-0.10.9_2,1 gstreamer-plugins-cdparanoia80-0.8.12_3 gstreamer-plugins-core-0.10_6 gstreamer-plugins-dts-0.10.3_1,1 gstreamer-plugins-dvd-0.10.3,1 gstreamer-plugins-esound-0.10.3_1,1 gstreamer-plugins-flac-0.10.3_1,1 gstreamer-plugins-gconf-0.10.3_3,1 gstreamer-plugins-gconf80-0.8.12_2 gstreamer-plugins-gnomevfs-0.10.9_1,1 gstreamer-plugins-good-0.10.3_4,1 gstreamer-plugins-jpeg-0.10.3_1,1 gstreamer-plugins-libpng-0.10.3_1,1 gstreamer-plugins-mad-0.10.3_2,1 gstreamer-plugins-mad80-0.8.12_3 gstreamer-plugins-ogg-0.10.9_1,1 gstreamer-plugins-ogg80-0.8.12_2 gstreamer-plugins-pango-0.10.9_1,1 gstreamer-plugins-theora-0.10.9_2,1 gstreamer-plugins-vorbis-0.10.9_1,1 gstreamer-plugins-vorbis80-0.8.12_2 gstreamer-plugins-xvid-0.10.3,1 gstreamer-plugins80-0.8.12_2 gstreamer80-0.8.12_1 gtar-1.15.1_2 gthumb-2.6.9_1 gtk-1.2.10_15 gtk-2.8.20 gtk-engines2-2.6.10 gtk2-theme-switch-2.0.0.r2_6 gtkglarea-1.2.3_1 gtkglext-1.2.0 gtkhtml3-3.10.3 gtkmm-2.2.12_6 gtkmm-2.8.8 gtksourceview-1.6.2 gtkspell-2.0.11_3 gtoaster-gnome-1.0.b6_3,2 gucharmap-gnome-1.6.0 guile-1.6.7_1 gv-3.6.1 gworkspace-0.7.2 heimdal-0.6.6 help2man-1.36.4_1 hicolor-icon-theme-0.5 hpijs-2.1.4 id3lib-3.8.3_3 imake-6.9.0 imlib-1.9.15_3 imlib2-1.2.2.001 inkscape-0.44_1 intltool-0.35.0 iso-codes-0.51.1.1 jackit-0.101.1_1 jakarta-tomcat-5.0.30_3 jamboree-0.5_5 jasper-1.701.0_1 javavmwrapper-2.3 jbigkit-1.6 jdk-1.4.2p7_1 jmk-x11-fonts-3.0 jpeg-6b_4 kismet-200604.r1 lame-3.96.1 lcms-1.14_1,1 ldapbrowser-2.8.2 ldconfig_compat-1.0_8 lha-1.14i_6 libIDL-0.8.7 libXft-2.1.7_1 liba52-0.7.4_1 libao-esound-0.8.5_2 libart_lgpl-2.3.17_1 libassuan-0.6.10 libast-0.7 libaudiofile-0.2.6 libbonobo-2.14.0_2 libbonoboui-2.14.0_1 libcaca-0.9_3 libcdaudio-0.99.12p2_1 libcddb-1.2.1_1 libcdio-0.77 libcroco-0.6.1 libdaemon-0.10_1 libdrm-2.0.2 libdts-0.0.2 libdv-0.104_1 libdvdcss-1.2.9_2 libdvdnav-0.1.10_1 libdvdread-0.9.4_1 libexif-0.6.13 libextractor-0.5.14_1 libfame-0.9.1_2 libfpx-1.2.0.12 libgail-gnome-1.1.3_1 libgcrypt-1.2.2_1 libgda-0.2.96_4 libgda3-1.9.102_1 libghttp-1.0.9_1 libgksu-1.3.8 libgksuui-1.0.7_1 libglade-0.17_4 libglade2-2.6.0 libglademm-2.1.3_2 libglut-6.4.2 libgmp-4.2.1_1 libgnome-2.14.1_1 libgnomecanvas-2.14.0_1 libgnomecanvasmm-2.0.1_6 libgnomecups-0.2.2_1,1 libgnomedb-1.9.102_2 libgnomemm-2.0.1_6 libgnomeprint-2.12.1_2 libgnomeprintui-2.12.1_1 libgnomeui-2.14.1_1 libgnomeuimm-2.0.0_6 libgnugetopt-1.2_1 libgpg-error-1.3 libgphoto2-2.2.1_1 libgsf-1.14.1 libgsf-gnome-1.14.1 libgtkhtml-2.11.0_1 libgtop-2.14.2 libical-0.24_3 libiconv-1.9.2_2 libid3tag-0.15.1b libijs-0.35_1 libirman-0.4.2_1 libksba-0.9.13_1 libltdl-1.5.22 libmad-0.15.1b_2 libmikmod-esound-3.1.11_1 libmng-1.0.9 libmodplug-0.8 libmpeg2-0.4.0b_2 libmspack-0.0.20040308_3 libmusicbrainz-2.1.3 libnotify-0.4.2_1 libogg-1.1.3,3 liboil-0.3.9_1 libproplist-0.10.1_1 librsvg2-2.14.4 libsexy-0.1.8 libsigc++-1.2.7_1 libsigc++-2.0.17_1 libsndfile-1.0.16 libsoup-2.2.96 libsvg-0.1.4 libsvg-cairo-0.1.6_2 libtasn1-0.3.5 libtheora-1.0.a6 libtool-1.5.22_2 libungif-4.1.4_1 libusb-0.1.12_1 libvorbis-1.1.2,3 libwmf-0.2.8.4 libwnck-2.14.3 libwww-5.4.0_3 libxine-1.1.2 libxklavier-2.2_1,1 libxml-1.8.17_4 libxml2-2.6.26 libxslt-1.1.17 libzvt-2.0.1_13 liferea-1.0.19 linc-1.0.3_6 linux-XFree86-libs-4.3.99.902_7 linux-atk-1.9.1 linux-expat-1.95.8 linux-fontconfig-2.2.3_5 linux-glib2-2.6.6 linux-gtk2-2.6.10 linux-jpeg-6b.34 linux-nx-client-1.4.0_2 linux-pango-1.8.1 linux-png-1.2.8_2 linux-realplayer-10.0.7.785.20060201 linux-tiff-3.7.1 linux-xorg-libs-6.8.2_5 linux_base-fc-4_6 linuxpluginwrapper-20051113_4 lirc-0.7.2 liveMedia-2006.07.04,1 localedata-5.4 lua-5.0.2_1 lwp-1.12_1 lynx-ssl-2.8.5_2 m4-1.4.4 man2html-3.0.1_1 memtest-4.0.5 memtest86-3.2 mergeant-0.62 metacity-2.14.5 mkbold-mkitalic-0.11 mountapp-3.0_2 mozilla-1.7.13,2 mp3encode-1.10_2 mpeg2codec-1.2_1 mpg123-esound-0.59r_17 mplayer-fonts-0.50 mplayer-gtk-esound-0.99.7_15 mplayer-skins-1.1.2_2 mysql-client-4.1.20 mysql-server-4.1.20 mysql2pgsql-20010527_1 nas-1.8 nasm-0.98.39,1 nautilus-2.14.3 nautilus-cd-burner-2.14.3 neXtaw-0.15.1_1 netcat-1.10_2 netpbm-10.26.29 netspeed_applet-0.13 nspr-4.6.1_2 nss-3.11.1 nucleus-0.77_2 nvidia-driver-1.0.8762 nvu-1.0_1 nxserver-1.4.0 oaf-0.6.10_3 ocaml-3.09.2_1 ocaml-cryptokit-1.3 ocaml-jabbr-0.0.20021124 ocaml-lablgl-1.00_1 ocaml-lablgtk-nognome-noglade-1.2.7 ocaml-yaxpo-0.0.20050614 octave-2.1.73 octave-forge-2006.03.17 opal-2.2.2 open-motif-2.2.3_2 openldap-client-2.3.25 p5-Algorithm-Diff-1.1901 p5-Authen-SASL-2.10_1 p5-Compress-Zlib-1.42 p5-DBD-Pg-1.49 p5-DBI-1.51 p5-Date-Manip-5.44 p5-Digest-1.15 p5-Digest-HMAC-1.01 p5-Digest-MD5-2.36 p5-Digest-SHA1-2.11 p5-ExtUtils-Depends-0.205 p5-ExtUtils-PkgConfig-1.07 p5-GSSAPI-0.22 p5-GdkImlib-0.7009_2 p5-Glib2-1.120 p5-Gtk-0.7009_2 p5-Gtk2-1.122 p5-HTML-Element-Extended-1.17 p5-HTML-Parser-3.55 p5-HTML-Tagset-3.10 p5-HTML-Tree-3.20 p5-MIME-Base64-3.07 p5-Net-1.19,1 p5-Parse-Yapp-1.05 p5-Storable-2.15 p5-Test-Harness-2.62 p5-Test-Simple-0.64 p5-Text-Iconv-1.4 p5-URI-1.35 p5-XML-DOM-1.44 p5-XML-Parser-2.34_2 p5-XML-RegExp-0.03 p5-XML-TreeBuilder-3.09 p5-XML-Writer-0.600 p5-XML-XQL-0.68 p5-gettext-1.05_1 p5-libwww-5.805 p5-libxml-0.08 p5-type1inst-0.6.1_2 pango-1.12.3 patch-2.5.4 pccts-1.33.33 pcre-6.7 pcre-utf8-6.7 pdflib-6.0.3 pdksh-5.2.14p2_1 perl-5.8.8 pgaccess-0.99.0.20040219 pgadmin3-1.4.2 pilot-link-0.11.8_4,1 pkg-config-0.20_2 pkgdb.db planner-0.13_3 plugger-5.1.3_1 png-1.2.12_1 poppler-0.5.3 poppler-gtk-0.5.3 popt-1.7_1 portaudio-18.1_2 portconf-1.1 portmanager-0.4.1_6 portmaster-1.5 portupgrade-2.1.3.2_2,2 postgresql-client-8.0.8 postgresql-jdbc-8.1.404 postgresql-server-8.0.8_1 postgresql-tcltk-7.4.13 psiconv-0.9.8_1 psutils-a4-1.17_2 pth-2.0.7 pwlib-1.10.1,1 py24-bsddb-2.4.3_2 py24-cairo-1.0.2_1 py24-gnome-2.12.4_1 py24-gnome-extras-2.14.0 py24-gobject-2.10.1 py24-gtk-2.8.6 py24-imaging-1.1.5_2 py24-libxml2-2.6.26 py24-numeric-24.2 py24-orbit-2.14.1 py24-pysqlite-2.1.3_1 py24-rtf-0.45 py24-tkinter-2.4.3_1 py24-twisted-1.3.0_2 py24-xdg-0.15 py24-xml-0.8.4 py24-xmms-2.02_2 python-2.4.3 qhull-1.0_1 qmake-3.3.6 qt-3.3.6_2 quick-lounge-applet-2.12.1 rar-3.51_1,1 rdesktop-1.4.1 recode-3.6_6 rhythmbox-0.9.3.1_1 rpc2-1.28 rpm-3.0.6_13 rpm2cpio-1.2_2 rsync-2.6.8_2 rtc-2004.02.24.1_8 ruby-1.8.4_9,1 ruby18-bdb-0.5.9_2 ruby18-bdb1-0.2.2 rvm-1.10_1 rxvt-2.6.4_2 samba-3.0.23,1 samba-libsmbclient-3.0.23 screen-4.0.2_4 scrollkeeper-0.3.14_4,1 sdl-1.2.9_2,2 sdocbook-xml-4.1.2.5_2 seahorse-0.8.1 shared-mime-info-0.18 skippy-0.5.0_2 skippy-xd-0.5.0 smartmontools-5.36 sodipodi-0.34_7 sound-juicer-2.14.4 sox-12.18.1 speex-1.0.5_1,1 splashsetter-0.6.5.2 sqlite-3.3.6 squeak-3.6_4 startup-notification-0.8_2 straw-0.25.1_5 sudo-1.6.8.12_1 svgalib-1.4.3_5 system-tools-backends-1.4.2 t1lib-5.1.0_1,1 tcl-8.4.13_1,1 teTeX-3.0_1 teTeX-base-3.0_9 teTeX-texmf-3.0_5 terminus-font-4.20 tex-texmflocal-1.9 texi2html-1.76_1,1 texinfo-4.8_3 texmacs-1.0.6.3 thunderbird-1.5.0.5 tiff-3.8.2 tinyca-0.7.2 tk-8.4.13,2 tla-1.3.4 transcode-1.0.2_3 transfig-3.2.4_1 tsclient-0.148 ttmkfdir-20021109_1 unarj-2.65_1 unrar-3.60.b6,3 unzip-5.52_2 unzoo-4.4 urwfonts-1.0_1 urwfonts-ttf-1.0.7b18 vcdimager-0.7.23_3 vim-7.0.39 vino-2.13.5 vnc-4.1.2 vorbis-tools-1.1.1_1,3 vte-0.12.2 webfonts-0.30 weblint-1.020 wget-1.10.2 win32-codecs-3.1.0.p7_2,1 windowmaker-0.92.0_2 wmDeskGuide-0.2_1 wmShutdown-0.2_2 wmbiff-0.4.27_2 wmbsdbatt-0.1 wmcalendar-0.5.0_6 wmclockmon-0.8.1_2 wmcube-gdk-0.98p2_3 wmicons-1.0 wmmon-1.0b2_1 wmmount-1.0b2_1 wmtop-0.84_1 wterm-6.2.9_1 wv-1.2.1 wxgtk2-2.6.3 wxgtk2-common-2.6.3 wxgtk2-contrib-2.6.3 wxgtk2-contrib-common-2.6.3 wxgtk2-unicode-2.6.3 wxgtk2-unicode-contrib-2.6.3 x264-0.0.20060621 xanim-2.92.0 xdvik-tetex-22.84.10 xfig-3.2.4_4 xforms-1.0_3,1 xine-0.99.4_6 xmbibtex-1.7 xmlcatmgr-2.2 xmms-blursk-1.3_2 xmms-esound-1.2.10_6 xmms-finespectrum-1.0.1.a_2 xmms-fishmatic-0.0.1_3 xmms-flac-1.1.2_1 xmms-gdancer-0.4.6_2 xmms-goom-1.8.1_2 xmms-infinity-0.2_3 xmms-iris-0.12_1 xmms-jess-2.9.1_3 xmms-nebulus-0.7.0_1 xmms-paranormal-0.2.0_4 xmms-skins-0.1_1 xorg-6.9.0 xorg-clients-6.9.0_3 xorg-documents-6.9.0 xorg-fonts-100dpi-6.9.0_1 xorg-fonts-75dpi-6.9.0_1 xorg-fonts-cyrillic-6.9.0_1 xorg-fonts-encodings-6.9.0_1 xorg-fonts-miscbitmaps-6.9.0_1 xorg-fonts-truetype-6.9.0 xorg-fonts-type1-6.9.0 xorg-fontserver-6.9.0_1 xorg-libraries-6.9.0 xorg-manpages-6.9.0 xorg-nestserver-6.9.0 xorg-printserver-6.9.0_1 xorg-server-6.9.0_4 xorg-vfbserver-6.9.0_1 xpdf-3.01_3 xpi-locale-switcher-1.5.1 xscreensaver-gnome-4.24_2 xscreensaver-gnome-hacks-4.24_1 xterm-215 xvid-1.1.0,1 xvid4conf-1.12 yelp-2.14.3 zenity-2.14.3 zip-2.32 zoo-2.10.1_2 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dmesg.boot" Copyright (c) 1992-2006 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 6.1-RELEASE #3: Thu May 11 20:57:48 CEST 2006 root@pingu.biaix.org:/usr/obj/usr/src/sys/PINGU Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Mobile Intel(R) Pentium(R) 4 CPU 3.06GHz (3119.22-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Features2=0x4400<CNTX-ID,<b14>> real memory = 502136832 (478 MB) avail memory = 481980416 (459 MB) ACPI APIC Table: <PTLTD APIC > ioapic0 <Version 2.0> irqs 0-23 on motherboard netsmb_dev: loaded ath_hal: 0.9.16.16 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: <TOSCPL RSDT> on motherboard acpi0: Power Button (fixed) acpi_ec0: <Embedded Controller: GPE 0x1c> port 0x62,0x66 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: <ACPI CPU> on acpi0 acpi_perf0: <ACPI CPU Frequency Control> on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_perf0: <ACPI CPU Frequency Control> on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_throttle0: <ACPI CPU Throttling> on cpu0 acpi_lid0: <Control Method Lid Switch> on acpi0 acpi_button0: <Power Button> on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pci0: <base peripheral> at device 0.1 (no driver attached) pci0: <base peripheral> at device 0.3 (no driver attached) agp0: <Intel 8285xM (85xGM GMCH) SVGA controller> port 0x1800-0x1807 mem 0xe8000000-0xefffffff,0xe0000000-0xe007ffff irq 16 at device 2.0 on pci0 agp0: detected 32636k stolen memory agp0: aperture size is 128M pci0: <display> at device 2.1 (no driver attached) uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0x1820-0x183f irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: <Intel 82801DB (ICH4) USB controller USB-A> on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: <Intel 82801DB (ICH4) USB controller USB-B> port 0x1840-0x185f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: <Intel 82801DB (ICH4) USB controller USB-B> on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: <Intel 82801DB (ICH4) USB controller USB-C> port 0x1860-0x187f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: <Intel 82801DB (ICH4) USB controller USB-C> on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: <Intel 82801DB/L/M (ICH4) USB 2.0 controller> mem 0xe0100000-0xe01003ff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: <Intel 82801DB/L/M (ICH4) USB 2.0 controller> on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered pcib1: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pci2: <ACPI PCI bus> on pcib1 pci2: <serial bus, FireWire> at device 0.0 (no driver attached) rl0: <RealTek 8139 10/100BaseTX> port 0x3000-0x30ff mem 0xe0200800-0xe02008ff irq 21 at device 1.0 on pci2 miibus0: <MII bus> on rl0 rlphy0: <RealTek internal media interface> on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:02:3f:ce:4e:1c cbb0: <ENE CB1410 PCI-CardBus Bridge> at device 4.0 on pci2 cardbus0: <CardBus bus> on cbb0 pccard0: <16-bit PCCard bus> on cbb0 isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel ICH4 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1810-0x181f at device 31.1 on pci0 ata0: <ATA channel 0> on atapci0 ata1: <ATA channel 1> on atapci0 ichsmb0: <Intel 82801DC (ICH4) SMBus controller> port 0x1880-0x189f irq 17 at device 31.3 on pci0 ichsmb0: [GIANT-LOCKED] smbus0: <System Management Bus> on ichsmb0 pcm0: <Intel ICH4 (82801DB)> port 0x1c00-0x1cff,0x18c0-0x18ff mem 0xe0100c00-0xe0100dff,0xe0100800-0xe01008ff irq 17 at device 31.5 on pci0 pcm0: <Avance Logic ALC202 AC97 Codec> pci0: <simple comms, generic modem> at device 31.6 (no driver attached) acpi_acad0: <AC Adapter> on acpi0 battery0: <ACPI Control Method Battery> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model GlidePoint, device ID 0 ppc0: <Standard parallel printer port> port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus0: <Parallel port bus> on ppc0 pmtimer0 on isa0 orm0: <ISA Option ROMs> at iomem 0xcd000-0xcdfff,0xdf000-0xdffff,0xe0000-0xe3fff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/11.00, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. Timecounter "TSC" frequency 3119218920 Hz quality 800 Timecounters tick every 1.000 msec ad0: 38154MB <TOSHIBA MK4025GAS KA100A> at ata0-master UDMA100 cd0 at ata1 bus 0 target 0 lun 0 cd0: <TOSHIBA DVD-ROM SD-R2412 1015> Removable CD-ROM SCSI-0 device cd0: 3.300MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/ad0s2a --zYM0uCDKw75PZbzx--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060806213942.GA56603>