Okay, I know I need help. I'm having a few problems with Kubuntu. Some are new, some have been going on ever since I installed it.
_________________________________________________
Problem 1:
The one that just cropped up is with the Package installer. Every time I install a package, I get the same error.
Just for fun, we'll install the doxygen package (selected more or less at random) so you can see what I mean:
I don't know exactly what runit is (I looked up the man page but couldn't make sense of it,) why it's throwing an error, what error it's throwing, or how to resolve the situation.
_________________________________________________
Problem 2
Samba stinks. It's difficult to configure (made even worse by the incomplete and often incomprehensible configuration tools in "System Settings," and even when configured, doesn't seem to do what I want.
Which is to share a directory. To every Windows system on my network. For reading and writing.
Right now, windows systems can see the share, but cannot access it.
_________________________________________________
Problem 3
I have been trying to use the Kubuntu media players, Amarok and Kaffeine, but neither works. At best, I get the player claiming to play, and even get video in Kaffeine, but get no sound. Lately Amarok has taken to crashing immediately upon launch.
Other sound-based applications seem to work fine. I can even play YouTube videos in Konqueror or Opera.
_________________________________________________
I'm a fairly tech-literate guy, but I'm new to Linux, Ubuntu, and KDE and I can't seem to figure these ones out. Any help would be appreciated, down to telling me how to figure out what you need to know.
_________________________________________________
Problem 1:
The one that just cropped up is with the Package installer. Every time I install a package, I get the same error.
Just for fun, we'll install the doxygen package (selected more or less at random) so you can see what I mean:
DEBIAN_FRONTEND=readline; export DEBIAN_FRONTEND; apt-get install --yes 'doxygen' ;echo RESULT=$?
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-2.6.20-15-generic linux-headers-2.6.17-11-generic
linux-headers-2.6.20-15 libssl0.9.7 libpq3 linux-headers-2.6.17-11
Use 'apt-get autoremove' to remove them.
Suggested packages:
doxygen-doc doxygen-gui graphviz
The following NEW packages will be installed:
doxygen
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 1312kB of archives.
After unpacking 3830kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com feisty/main doxygen 1.5.1-1build1 [1312kB]
Fetched 1312kB in 33s (39.4kB/s)
Selecting previously deselected package doxygen.
(Reading database ... 140396 files and directories currently installed.)
Unpacking doxygen (from .../doxygen_1.5.1-1build1_i386.deb) ...
Setting up runit (1.6.0-1) ...
grep: /etc/inittab: No such file or directory
grep: /etc/inittab: No such file or directory
Adding SV inittab entry...
cp: cannot stat `/etc/inittab': No such file or directory
dpkg: error processing runit (--configure):
subprocess post-installation script returned error exit status 1
Setting up doxygen (1.5.1-1build1) ...
Errors were encountered while processing:
runit
E: Sub-process /usr/bin/dpkg returned an error code (1)
RESULT=100
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-2.6.20-15-generic linux-headers-2.6.17-11-generic
linux-headers-2.6.20-15 libssl0.9.7 libpq3 linux-headers-2.6.17-11
Use 'apt-get autoremove' to remove them.
Suggested packages:
doxygen-doc doxygen-gui graphviz
The following NEW packages will be installed:
doxygen
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 1312kB of archives.
After unpacking 3830kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com feisty/main doxygen 1.5.1-1build1 [1312kB]
Fetched 1312kB in 33s (39.4kB/s)
Selecting previously deselected package doxygen.
(Reading database ... 140396 files and directories currently installed.)
Unpacking doxygen (from .../doxygen_1.5.1-1build1_i386.deb) ...
Setting up runit (1.6.0-1) ...
grep: /etc/inittab: No such file or directory
grep: /etc/inittab: No such file or directory
Adding SV inittab entry...
cp: cannot stat `/etc/inittab': No such file or directory
dpkg: error processing runit (--configure):
subprocess post-installation script returned error exit status 1
Setting up doxygen (1.5.1-1build1) ...
Errors were encountered while processing:
runit
E: Sub-process /usr/bin/dpkg returned an error code (1)
RESULT=100
_________________________________________________
Problem 2
Samba stinks. It's difficult to configure (made even worse by the incomplete and often incomprehensible configuration tools in "System Settings," and even when configured, doesn't seem to do what I want.
Which is to share a directory. To every Windows system on my network. For reading and writing.
Right now, windows systems can see the share, but cannot access it.
_________________________________________________
Problem 3
I have been trying to use the Kubuntu media players, Amarok and Kaffeine, but neither works. At best, I get the player claiming to play, and even get video in Kaffeine, but get no sound. Lately Amarok has taken to crashing immediately upon launch.
Other sound-based applications seem to work fine. I can even play YouTube videos in Konqueror or Opera.
_________________________________________________
I'm a fairly tech-literate guy, but I'm new to Linux, Ubuntu, and KDE and I can't seem to figure these ones out. Any help would be appreciated, down to telling me how to figure out what you need to know.
Comment