dbus failed to start

hey guys im installing fbsd 8.0 in my lenovo sl410 and trying to start the dbus i think the syntax is right but it says >> command not found

Code:
kamote# /usr/local/etc/rc.d/dbus start
Code:
/usr/local/etc/rc.d/dbus : command not found.
 
wblock said:
Do you have dbus installed?
# pkg_info -Ix dbus

hmmm i think not yet let me check, i be rightback :)
the dbus is on his way installing now :)

ahhhh hey guys im having problem with hald command not found how to install via ftp remote?
 
Myron said:
hmmm i think not yet let me check, i be rightback :)
the dbus is on his way installing now :)

ahhhh hey guys im having problem with hald command not found how to install via ftp remote?

ahhh nevermind i install both now next to xorg setup :)
 
yay if i execute this
Code:
# Xorg -config xorg.conf.new -retro
its says fatal error hmmmmmm guys anyone can help me? :r

i have my another problem to startx

Code:
xauth: (argv):1: bad display name "kamote:0" in "remove" command
 
Both dbus and hal should have been installed when you installed Xorg.

How did you install Xorg?
 
SirDice said:
Both dbus and hal should have been installed when you installed Xorg.

How did you install Xorg?

hi sir dice thanks for your reply i install the xorg via ftp and all the libraries installed properly, i install the xorg something like this
Code:
kamote#cd /usr/ports/x11/xorg make install
 
when shell tell command not found that is mean the binary version of command it is not installed .
Code:
cd /usr/ports/devel/dbus
make install clean
echo dbus_enable="YES" >> /etc/rc.conf
/usr/local/etc/rc.d/dbus start
 
If Xorg was buit with hal support it's better to add also:
# echo 'hald_enable="YES"' >> /etc/rc.conf
otherwise some more tuning is required to get mouse/keyboard working.
 
Myron said:
hi sir dice thanks for your reply i install the xorg via ftp and all the libraries installed properly, i install the xorg something like this
Code:
kamote#cd /usr/ports/x11/xorg make install

Which would have installed both dbus and hal as a dependency.
 
hey guys what is name of the utility to open or install a adobe flash player :) and guys what is the best wifi manager?
 
Back
Top