kstartupconfig4 does not exist or fails. The error code is 127
location: linuxquestions.com - date: September 12, 2011
I'm trying to install slackware 13.37 and everything seemed to go okay until I typed "startx". I get black screen with a popup box stating kstartupconfig4 does not exist or fails.
When I exit out I get:
/usr/bin/kde4-config: error while loading shared libraries: libQtDBus.so.4: cannot open shared object file: No such file or directory.
kstartupconfig4: error while loading share libraries: libQtDBus.so.4: cannot open shared object file: No such file or directory.
kdestartupconfig4 does not exist or fails. The error code is 127.
location: linuxquestions.com - date: November 21, 2010
I got a problem with my Slackware installation after upgrading to slackware-current. I made a clean 13.1 install on my laptop, then I logged in as root, connected to the net and upgraded to slackware-current. Then, after rebooting, I try to log in to kde as root but I get this error:
Code:
java package does not exist error
location: linuxquestions.com - date: June 4, 2007
I'm trying to compile a program I'm writing using a file for one of the classes.
here's my file menu.java:
Code:
ERROR: Module uvcvideo does not exist in /proc/modules
location: linuxquestions.com - date: August 5, 2011
Hello,
I get the following error when I run
#sudo rmmod uvcvideo.ko
ERROR: Module uvcvideo does not exist in /proc/modules
$ sudo insmod ./uvcvideo.ko
insmod: error inserting './uvcvideo.ko': -1 Invalid module format
Please help to resolve.
JAVA on firefox: PLugin directory does not exist !!
location: linuxquestions.com - date: December 13, 2004
Plz, help me !! i just cant make java run on firefox. I've read stuff over the net that tells me to do this:
go to the FireFox plugin directory, and create a symbolic link from the jre plugin into this directory:
cd ~/.firefox/plugins
ln -s /usr/java/jre1.5.0/plugin/i386/ns7/libjavaplugin_oji.so
The problem is that there is no "Plugin" directory, neither any 'libjavaplugin_oji.so' file !! There are only these directories:
usr/java/jre1.5.0/bin
usr/java/jre1.5.0/lib
usr/java/jre1.5.0/man
and these files:
file:/usr/java/jre1.5.0/bin/java
file:/usr/java/jre1.5.0/bin/keytool
file:/usr/java/jre1.5.0/bin/kinit
file:/usr/java/jre1.5.0/bin/klist
file:/usr/java/jre1.5.0/bin/ktab
file:/usr/java/jre1.5.0/bin/orbd
file:/usr/java/jre1.5.0/bin/pack200
file:/usr/java/jre1.5.0/bin/policytool
file:/usr/java/jre1.5.0/bin/rmid
file:/usr/java/jre1.5.0/bin/rmiregistry
file:/usr/java/jre1.5.0/bin/servertool
file:/usr/java/jre1.5.0/bin/tnameserv
file:/usr/java/jre1.5.0/bin/unpack200
fi
Getting file does not exist..but file is there
location: linuxquestions.com - date: December 15, 2009
Hi
As root I am trying to execute a file but I get file does not exist.
app01:/usr/local/tungsten-enterprise-2009-1.2/cluster-home/bin# ls wrapper-linux-x86-64
wrapper-linux-x86-64
app01:/usr/local/tungsten-enterprise-2009-1.2/cluster-home/bin# ./wrapper-linux-x86-64
-bash: ./wrapper-linux-x86-64: No such file or directory
app01:/usr/local/tungsten-enterprise-2009-1.2/cluster-home/bin# uname -a
Linux app01 2.6.29.2.20090503.x3550 #1 SMP Sun May 3 12:57:31 CDT 2009 x86_64 GNU/Linux
app01:/usr/local/tungsten-enterprise-2009-1.2/cluster-home/bin# file wrapper-linux-x86-64
wrapper-linux-x86-64: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.0, not stripped
Please advice.
ALERT! /dev/mapper/xxxx does not exist Dropping to a shell!
location: ubuntuforums.com - date: January 17, 2011
hi all,
My first post here! Just installed my first Ubuntu 10.04LTS server and this came up during first boot.
I've read this:
http://ubuntu-virginia.ubuntuforums....d.php?t=813090
And found out that my UUIDs are correct by `blkid`, just a discrepancy: the booting device in /proc/cmdline root=/dev/mapper/myroot does not correspond to the info from my fdisk -l:
Device Boot ...
/dev/sda1 * ...
/dev/sda2 ...
/dev/sda5 ...
/dev/disk/by-uuid -la:
fd9e19ca-.... -> /dev/mapper/myroot
e5fec450-.... -> /dev/sda1
...
/etc/fstab:
proc /proc proc nodev,noexec,nosuid 0 0
/dev/mapper/myroot / ext4 errors=remount-ro 0 1
#/boot was on /dev/sda1 during installation
UUID=e5fec450-... /boot ext2 defaults 0 2
...
So, I believe I'm supposed to use /dev/sda1 to boot but /proc/cmdline is using root=/dev/mapper/myroot
I tried to change /proc/cmdline to root=/dev/sda1 but seems like the file contents cant be changed even after sudo-ing and changing permissions.
Am I correct to sa
new kernel > ALERT! /dev/disk/byuuid does not exist
location: ubuntuforums.com - date: August 5, 2009
So I did a fresh install of Ubuntu 9.04 server on a new computer. There is only 1 sATA hard drive.
Now I want to install the real-time kernel environment RTAI. (www.rtai.org).
Steps so far included
* downloading rtai-3.7.1, which has latest patches for the 2.6.23 kernel.
* downloading the linux-2.6.23 kernel source and unpacking it.
* patching the kernel source with the rtai patch
* configure the kernel options, make the kernel (no errors), create a .deb file with make-kpkg, and install the .deb package of the kernel. I noted however that my menu.lst file was not altered, so I added in the relevant bits for the new kernel image.
I reboot the computer to use the new kernel, and I get the error message:
Gave up waiting for the root device. Common problems:
- Boot args (cat /proc/cmdline)
- check root delay
- check root
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/by-uuid/f4...ccc does not exist.
Dropping to a shell!
First I rebooted
"Alert! /dev/sda1 does not exist" when booting a new kernel
location: linuxquestions.com - date: May 21, 2008
Please help! I'm new to kernel configuration and at my wit's end.
I compiled a new 2.6.22 kernel (without any patches) using make-kpkg, according to the instructions at http://technowizah.com/2005/12/debia...l-compile.html.
Installing the package worked without errors, but when I try to boot into the kernel, I get:
Alert! /dev/sda1 does not exist. Dropping to a shell!
Check your root = boot argument.
Check for missing modules or device files
my /proc/cmdline file says
root=/dev/sda1 ro
There are no sda devices listed in /dev.
When I boot into my original (2.6.18) kernel, it says that the filesystem is mounted on /dev/sda1, and /dev has 5 different sda listings (sda, sda1, sda5, sda6, sda2)
I tried editing my /boot/grub/menu.lst and changing the 2.6.22 entry to use sda1's /dev/disk/by-uuid uuid instead. Didn't work. At the point where the 2.6.22 kernel fails, /dev/disk doesn't have a by-uuid directory at all. (Its /dev/disk/by-id directory has only one entry
/etc/init.d/iscsitarget does not exist?
location: ubuntuforums.com - date: July 11, 2012
Hello!
I have
Ubuntu 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
And I am trying to setup an simple iscsi target.I give the following command to install:
sudo apt-get install iscsitarget iscsitarget-source iscsitarget-dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
dkms module-assistant
Recommended packages:
iscsitarget-module linux-headers-2.6
The following NEW packages will be installed:
dkms iscsitarget iscsitarget-dkms iscsitarget-source module-assistant
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 0 B/366 kB of archives.
After this operation, 1,560 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Selecting previously unselected package dkms.
(Reading database ... 166
please wait...
Page: 1 2 3 4 5 6 7 8 9 10