Fatmice, unless I type in something to start/kill KDE, the machine simply sits at the prompt.
QUESTIONS:
1. PC-BSD uses pf for its firewall configuration, correct?
For the
|
Code:
|
System Settings -> Network & Connectivity -> Firewall |
that's just a GUI for pf, yes? If so, where is the config file?
My main problem with KDE4 being "flaky" is that I'd like to open some ports so I can setup port forwarding with my router.
EDIT:
Bah, does anyone have any links to threads in the networking section on pf? "pf" is shorter than the 3 letter minimum.
2. Any idea why KDE3.5 dependencies would interfere with KDE4? See below as to why I think that's happening.
INVESTIGATION ABOUT KDE
I did a bit more investigating.
Booting Sequence:
1. Begins to load code
2. Standard PC-BSD boot menu (PC-BSD auto chosen)
3. "PC-BSD loading system" graphic screen pops up. I push "any" key to see code
4. I notice the following:
|
Code:
|
starting dbus
.kde4/share/config/kdeblobals: No such file or directory
starting hald |
I find this odd. I'll check this out later (see # 9)
5. Code finishes loading and logon at ttyv0 is shown. This is where KDE usually begins to do its thing
6. Error message:
|
Code:
|
kdm-bin[2411]: X server startup timeout, terminating
kdm-bin[2411]: X server for display :0 cannot be started, session disabled. |
7. I can do two things here.
A. Launch kdm
This brings me to a KDE3.5 login manager. Logging in gives me a KDE3.5 desktop
B. Kill what KDE is running and get the standard PC-BSD login menu
Logging into this gives me the standard KDE4 PC-BSD desktop
9. Going back to the error message of not being able to find the kde4 file, I look for it.
|
Code:
|
cd .kde4/share/config/
ee kdeglobals |
I notice this line at the top:
|
Code:
|
[$Version]
update_info=socks.upd:kde3.0/r1,kded.upd:kde3.0,kaccel.upd:kde3.3/r1,kwin.upd:kde3.2Xinerama,mouse_cursor_theme.upd:kde3.4.99 |
I remember that I installed this desktopbsd tool pack earlier:
http://www.freshports.org/sysutils/desktopbsd-tools/
Further research shows that DesktopBSD last used KDE3.5.
http://distrowatch.com/table.php?dis...ion=desktopbsd
for 1.7
Since PC-BSD uses kde4, I think there's a conflict somewhere.