Fails to boot after buildworld

2005-11-09 Thread myfreebsd
Hey all, I don't know if this is a bug somewhere in the source but my system will not boot after I buildworld FreeBSD 6.0. I get the error: Can't work out which disk to boot from This error occurs right after the loader is booted and before the FreeBSD menu. System of course stalls here and s

Re: Firefox + acroread7

2005-11-14 Thread myfreebsd
Eric, You have the setup right in libmap.conf. You need to create or copy acroread7 to acroread in /usr/local/bin and make sure the permissions are correct. This should solve the problem. I don't know why but libmap.conf points to the wrong location for acrobat. And acroread7 port doesn'

Re: Re: Firefox + acroread7

2005-11-15 Thread myfreebsd
> > From: Eric Schuele <[EMAIL PROTECTED]> > Date: 2005/11/14 Mon PM 08:31:08 EST > To: [EMAIL PROTECTED] > CC: freebsd-questions@freebsd.org > Subject: Re: Firefox + acroread7 > > [EMAIL PROTECTED] wrote: > > Eric, > > > > You have the setup right in libmap.conf. You need to create > > or c

RE:problem with linuxpluginwrapper

2005-11-16 Thread myfreebsd
>I have just installed Gnome 2.12 on 6.0stable, and then >installed >linuxpluginwrapper from the port. After installation I >copied >libmap.conf-FreeBSD6 to /etc/libmap.conf. However, when I >start Mozilla >and goto the plugins page, there is nothing installed. Any >help to fix >this is apprecia

RE:Sound Configuration, Sony Laptop with ac97

2005-11-16 Thread myfreebsd
>The sound device listed in Sony's specs says >ac97-compatible on board >sound. I tried the open source sound drivers with no luck. OSS is the sound server, not the sound card driver. It controls which programs have access to the sound card. You need to have the driver for the card loaded for OS

RE: Solution for retrieving data from hard disk

2005-11-17 Thread myfreebsd
A little more info please. You can't mount your HD during boot?, what is your fstab?, Have you been able to mount it in the past with the same configuration? Did you change something recently? Also, have you tried booting in single user mode? Are the FIXIT option in sysinstall? David ___

RE:reaplay and mplay/mplugin....

2005-11-21 Thread myfreebsd
>I'd be pleased to use just one audio app that does >everything: > mp3, mp4/aacplus, realplay streams, or windows. >What do I > need to do to enable this? Should I pkg_delete my >real/helix > port? Is having both realplay and >mplayer/mplayerplugin causing > the confus

RE:mozilla: Undefined symbol "pango_x_font_map_for_display"

2005-11-21 Thread myfreebsd
>Mozilla cannot start anymore, after I portupgraded >Mozilla, >I now get this: >$ mozilla >/libexec/ld-elf.so.1: >/usr/X11R6/lib/mozilla/components/libgfx_gtk.so: >Undefined symbol "pango_x_font_map_for_display" >$ Rob, When you upgraded, did you upgrade recursively so the dependencies were upd

RE:Re: linuxpluginwrapper (was linuxflashplugin)

2005-11-21 Thread myfreebsd
>Actually I just figured it out. There's a WITH_PLUGINS knob >in the port >makefile that I don't remember from before. Now it links >plugins. One problem >though, it puts them in browser_linux_plugins which native >firefox doesn't >see. I relinked them into browser_plugins and now it works >agai

RE:Re: plugin in mozilla

2005-11-21 Thread myfreebsd
>Tino Boss wrote: >> Mikael Backman wrote: >> >>> hi! >>> i have installed linuxpluginwrapper and added the file >/etc/libmap.conf >>> from the examples for 6.0 but mozilla shows no plugin >installed... >>> what can i do? i even rebooted ... > > > > These things were discussed here before; so you

RE:Load at 1.00 on SMP machine

2005-11-21 Thread myfreebsd
>i got a Problem on my dual XEON 3.06 GhZ machine, 2GB of >RAM, FreeBSD >5.4-STABLE. >I got "option SMP" in the kernel config and >"machdep.hlt_logical_cpus=1" in >/boot/loader.conf. >There are just 20 processes running (typical ones like >getty and stuff) and >the load of this machine is at 1.xx.

Re: Re: Load at 1.00 on SMP machine

2005-11-21 Thread myfreebsd
Have you tried it as follows: 1. Compile kernel with SMP and APIC included 2. Set machdep.hlt_logical_cpus=0 in loader.conf or sysctl.conf (0 not 1) 3. Set machdep.hyperthreading_allowed=1 in loader.conf See if that helps. If not, remove machdep.hyperthreading or set it to 0. From my understandi

Re: Re: reaplay and mplay/mplugin....

2005-11-21 Thread myfreebsd
Gary, I am sorry I misread your email. I haven't really tried too much to have streaming audio through the browser (Although I don't see how this would be different). My problem with Realplayer is that I could get sound but no video. mplayerplug-in is still under development so I am sure they w

Re: Re: reaplay and mplay/mplugin....

2005-11-22 Thread myfreebsd
> > From: Beecher Rintoul <[EMAIL PROTECTED]> > Date: 2005/11/21 Mon PM 04:46:42 EST > To: freebsd-questions@freebsd.org > CC: [EMAIL PROTECTED], > [EMAIL PROTECTED] > Subject: Re: reaplay and mplay/mplugin > > Yes you will need to uncomment any option you wish for mplayerplug-in to use.

Re: RE:mozilla: Undefined symbol "pango_x_font_map_for_display"

2005-11-22 Thread myfreebsd
> > From: Rob <[EMAIL PROTECTED]> > Date: 2005/11/22 Tue AM 08:19:47 EST > To: freebsd-questions@freebsd.org > CC: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: RE:mozilla: Undefined symbol "pango_x_font_map_for_display" > > --- [EMAIL PROTECTED] wrote: > > > >Mozilla cannot start anymore, a

Re: Re: reaplay and mplay/mplugin....

2005-11-22 Thread myfreebsd
> > From: Gary Kline <[EMAIL PROTECTED]> > Date: 2005/11/21 Mon PM 06:42:22 EST > To: Beecher Rintoul <[EMAIL PROTECTED]> > CC: freebsd-questions@freebsd.org, [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: reaplay and mplay/mplugin > > On Mon, Nov 21, 2005 at 12:46:42PM -0900, Beecher