PDA

View Full Version : *BOOTING UP PROBLEMS - WHAT DO I DO NOW?* COMPAT5X


MIAMI_TRUE
02-06-2006, 03:44 PM
I RECENTLY REPLACED MY WIRELESS CARD. NEW ONE WORKS FIND. BUT IN CHANGING CARDS IT AFFECTED THE BOOT PROCESS. DURNING BOOT I GET AS FAR AS - Local package initializartion:Starting compat5x. THEN THE SYSTEM FREEZES. THE ONLY WAY FOR ME TO CONTINUE TO BOOT UP IN TO HIT THE CTRL AND C KEYS AT THE SAME TIME. NOW WILL SOMEONE TELL ME, HOW TO I GET MY OPERATING SYSTEM BACK IN ORDER? :cry:

molnarcs
02-06-2006, 04:56 PM
Do you have the compat5 package installed? Can you please show me the output of this command: pkg_info | grep compat

MIAMI_TRUE
02-07-2006, 04:02 AM
This is what I get when I use pkg_info | grep cpmpat

bison-1.75_2,1
compat5x-i386-5.4.0.8_5
cups-lpr-1.1.23.0_1

molnarcs
02-07-2006, 09:52 AM
This is strange. You have this in your /etc/rc.conf:
compat5x_enable="YES"

I must admit that I'm clueless as to what might cause this.

Perhaps reinstalling compat5x might help? Try running it as root with this command first:
/usr/local/etc/rc.c/000.compat5x.sh start

MIAMI_TRUE
02-07-2006, 12:40 PM
OK I tried /usr/local/etc/rc.d/000.compat5.xsh start. Compat5x started. I then rebooted and nothing changed. Still haning up. :cry: Please give me another idea.

miami_true

pcbsdusr
02-07-2006, 12:51 PM
compat5x appears by default on rc2 installation. I am sure it didn't appear in rc1

molnarcs
02-07-2006, 01:39 PM
Do you have compat5x_enable="YES" in /etc/rc.conf? You can check it by typing less /etc/rc.conf in konsole.

Do you have ports installed? If you do, you might want to reinstall the compat5x package. First you create a backup (in your home directory for instance):
pkg_create -b compat5x-i386-5.4.0.8_5

Then you enter its port directory:
cd /usr/ports/misc/compat5x/

Change to root (su, and enter root password), then:
make deinstall
make install clean

MIAMI_TRUE
02-07-2006, 01:59 PM
I FOLLOWED YOUR INSTRUCTION TO THE LETTER. DEINSTALLED, THEN REEINSTALLED VIA PORTS. STILL NO CHANGE.

molnarcs
02-07-2006, 02:05 PM
Then I don't know what's up ... I'm sorry. It isn't necessary the compat package either (which does nothing, just runs a command at startup, and that's it, it shouldn't wait that long) - it can be something that starts up before or after and keeps waiting for some reason. It can be something that you installed that puts a startup script in /usr/local/etc/rc.d - which needs an entry in rc.conf. I don't know ... I'm sorry.

gnutux
02-07-2006, 11:58 PM
the compat5x library IS included on RC1 and RC2. Try reinstalling the system if you can and/or reinstall compat5x.

make deinstall && make reinstall && make clean

gnutux