I'm fairly new to FreeBSD; I'm trying it out as a long-term replacement for Solaris.
I tried installing 9.0 Beta 3 (i386) on a laptop as a trial and the basics seemed to go well so am now installing on desktop PC. I've chosen 9.0 RC1 amd64 because I wanted to try out GPT partitioning and 8.2 did not seem to support that. (Installing boot code had to be done manually in the end, but that's another story.) The PC is a fairly standard sort of thing, nothing radically new or esoteric: Abit motherboard, AMD Athlon CPU, ATI Radeon HD 4350 graphics.
As part of the X setup I put the lines
in /etc/rc.conf which all worked fine on laptop install.
However, when I boot I get the message
followed by a note about /var/run/dbus/dbus.pid existing (I assume the pid file is created before the boot process realises that dbus failed to run). My question is: does this matter and, if so, how do I start it? I have grep-ed around in /var/run and can't find any further information on why it fails to start.
I have disabled the autodetect feature in xorg.conf and can now use mouse and keyboard (I am sending this from the problem PC) so I do have the basics. I also have a lot of weird behaviour that I did not experience in the earlier installation, eg:
- no way of switching between desktops on KDE (no pager icon, and trying to add it to taskbar fails, nothing happens, but other widgets install ok)
- kdm does not work
- no terminal in menu, trying to start konsole fails, though very basic xterm will run
- XFCE will not start at all
Any suggestions?
I tried installing 9.0 Beta 3 (i386) on a laptop as a trial and the basics seemed to go well so am now installing on desktop PC. I've chosen 9.0 RC1 amd64 because I wanted to try out GPT partitioning and 8.2 did not seem to support that. (Installing boot code had to be done manually in the end, but that's another story.) The PC is a fairly standard sort of thing, nothing radically new or esoteric: Abit motherboard, AMD Athlon CPU, ATI Radeon HD 4350 graphics.
As part of the X setup I put the lines
Code:
hald_enable="YES"
dbus_enable="YES"
local_startup="${local_startup} /usr/local/kde4/etc/rc.d"
kdm4_enable="YES"
However, when I boot I get the message
Code:
WARNING: failed to start dbus
I have disabled the autodetect feature in xorg.conf and can now use mouse and keyboard (I am sending this from the problem PC) so I do have the basics. I also have a lot of weird behaviour that I did not experience in the earlier installation, eg:
- no way of switching between desktops on KDE (no pager icon, and trying to add it to taskbar fails, nothing happens, but other widgets install ok)
- kdm does not work
- no terminal in menu, trying to start konsole fails, though very basic xterm will run
- XFCE will not start at all
Any suggestions?