Slackware :: Kdestartupconfig4 Does Not Exist Or Fails - Error Code Is 127?

Nov 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:
kdestartupconfig4 does not exist or fails. The error code is 127. Check your installation. After getting these errors, I made a completely new fresh installation but I got the same errors again.

I even added another user with the adduser command just in case that was the problem but that didn't help. I can't log in to KDE.

View 8 Replies


ADVERTISEMENT

OpenSUSE Install :: Kstartupconfig4 Does Not Exist Or Fails (Error Code 1)

Nov 27, 2009

OS 11.2. When I try to log in my account I get the message {kstartupconfig4 does not exist or fails. The error code is 1. check}. I can only log in as root. As root, I check the file system and my files are there in /home/Myname. I can run all my programmes. The executable kstartupconfig4 is there.

View 9 Replies View Related

Slackware :: Id3-0.78 Homepage For Source Code 404 Error - Slackbuild Fails

Dec 19, 2010

I am trying to build abcde from slackbuilds.org and include needed packages like id3. When I went to build it I was unable to download the source from [url] and I get a 404 error in dutch. I was wondering if anyone had this issue or if there was another trusted place to grab the source code? I checked the archives of the slackbuilds-user mailing list to see if the issue is already known, but I didn't see anything.

View 3 Replies View Related

Server :: Database Table Doesn't Exist [error Code: 1146]

Jun 18, 2010

Recently I got a very rare database issue, it says: Error: Couldn't read status information for table clients_copy () mysqldump: Couldn't execute 'show create table `clients_copy`': Table 'adm_retail.clients_copy' doesn't exist (1146) Error: Couldn't read status information for table dt_mx_emp ()

[Code]...

View 2 Replies View Related

OpenSUSE :: KDE On Network Login - Error - Kstartupconfig4 Does Not Exist Or Fails

Dec 23, 2010

When we try to login using KDE we get the following error

"kstartupconfig4 does not exist or fails. The error code is 3. Check"

If we use IceWM GUI login works fine.

View 1 Replies View Related

Ubuntu :: When Attempting That Code, Got An Error That "initrd.gz" Did Not Exist?

Jan 3, 2010

I'll try and give you as much info as I know. I have a live USB of 9.10 "Karmic".I downloaded the live cd, booted it and used the live USB creator inside Ubuntu to make it.Then I found that my computer is too old to boot from USB, and so after googling some, ran into this guide:https://help.ubuntu.com/community/BootFromUSB.When attempting to follow the instructions found in the "Booting the kernel from a bootable CD" section, I realized that they had been written for Ubuntu 9.04 "Jaunty".As they are not completely current, I ran into the following three problems (please keep in mind that I am doing all of this from a live CD):1. The second step commands you to copy "initrd.gz" to the boot folder with

Code:
cp /cdrom/casper/initrd.gz iso/boot/
.

[code]....

View 6 Replies View Related

Debian Hardware :: Building RTL8187 Driver Fails - Error 2 Code

May 17, 2010

I am fairly new to Linux and have been striking hassles with my AWUS036H (RTL8187) under Debian Lenny. The standard (built in) driver works but reception is pathetic compared to the same card under Backtrack 4 or even Windows 7. I have tried to build drivers which I got from the Alfa website, the Realtek website and also the Linux Wireless project page. All of them fail during Make with an Error 2. I don't have the error in front of me (had to go back to Windows for the moment) but it is identical to the one this guy gets:

darkReaction:/home/georanson# cd /home/georanson/Desktop/Downloads/ndiswrapper-1.52
darkReaction:/home/georanson/Desktop/Downloads/ndiswrapper-1.52# make
make -C driver
make[1]: Entering directory '/home/georanson/Desktop/Downloads/ndiswrapper-1.52/driver'
Makefile:35: *** Cannot find kernel version in /lib/modules/2.6.18-6-686/build, is it configured?. Stop.
make[1]: Leaving directory '/home/georanson/Desktop/Downloads/ndiswrapper-1.52/driver'
make: *** [all] Error 2

I get the error 2 code and the reference to "kernel version".

View 5 Replies View Related

Slackware :: Default Xfce Terminal Launch Fails With Error

Feb 24, 2011

Fresh guest install of current as of changelog dated 16-Feb-2011, in to VirtualBox 4.0.4 (13.1 x86_64 host).

1. About 6 of the icons normally residing in the top half of Settings Manager are missing (names are their and functions work). Selecting 'Appearance -> Icons' and re-selecting the one choice available restores one, the rest remain MIA.

2. Default xfce Terminal launch fails with error <????> Re-selecting the default 'Preferred Applications -> Utilities -> Terminal -> Xfce Terminal' has no effect. 'Properties' shows the usual 'exo-open --launch TerminalEmulator'.

Setting 'Preferred Applications' to 'X Terminal' launches an xterm successfully as expected.

View 4 Replies View Related

Slackware :: Exist - Support For Gma500

Oct 10, 2010

exist in slackware? or something? i dont want to use ubuntu

View 2 Replies View Related

Slackware :: X Broken: .serverauth Does Not Exist?

Nov 17, 2010

I upgraded to qt 4.7.1 and it broke X. So I reverted to the older version of qt, and x is still broken! when I run startx I get the following error:

Code:
xauth: file /(user)/.serverauth.2474 does not exist
.

View 3 Replies View Related

Ubuntu :: Installing Windows - BSOD Error (0x0000007B) And Error With Setupdd.sys (error Code 4)

Jun 27, 2011

If I have a hard-disk with Ubuntu fully installed on it and I want to - all of a sudden - use Windows XP, is it mandatory that I firstly format the hard-disk first? So far, I have used two versions of Windows XP; one of them is from a few years before the other. Both copies of Windows XP when in start-up from booting from CD are causing errors. One of them is a BSOD error (0x0000007B) and the next Windows CD is stopping and giving me an error with setupdd.sys (error code 4). Is it required that the hard-disk is formatted before you even put a Windows boot CD in?

View 2 Replies View Related

Programming :: C Code Fails On Repeatedly Opening /proc?

Jan 16, 2010

I am trying to run my code repeatedly in a loop about 50 times for timing measurement. I have C code running on ubuntu 8 on a single processor, Intel x86. My code is something like this

Code:
for (loop =0;loop<=50;loop++)
{
// other operations
pDir = opendir("/proc");
while (pDir == NULL)

[Code]...

After about 28-29 times the loop stops executing. I initially had a return -1 if I got pDir == NULL. That caused my program to exit, and I dont want that. Any clues on why this happens, and how I can circumvent this?

View 1 Replies View Related

General :: Slackware 13 Sessions Command Doesn't Exist?

May 24, 2010

I'm running Slackware 13 - xfce4 and I got a new session in background. How could I see that session and use it? In backtrack I'm doing it via sessions in terminal but im Slackware 13 session command doesn't exist.

View 2 Replies View Related

Programming :: Kill Follow-on Code If Source Fails In Bash?

Dec 20, 2009

I have a Bash script that runs other bash scripts. If the parent code fails, is there any way for me to also kill the child code?That kills any multiple instances of a script if I run it more than once. Is there any way I can just modify this into something that prevents the child code from running/continuing from running if the parent stops from an error?

View 3 Replies View Related

Software :: Recovery From Tar Backup Error Occurred "error Exist Delayed From Previous Errr"?

Aug 28, 2009

I have a backup of /oracle in redhat linux advance server 2.1,i have taken that backup by tar -cvzf command when untar this backup by tar -xvzf command the following error occurred-"Error exist delayed from previous error"

View 2 Replies View Related

Debian :: No (File Does Not Exist) In Apache 2.4.10 Error Log

Sep 22, 2015

OS:Debian Jessie -- Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u4 (2015-09-19) x86_64 GNU/Linux

Apache version 2.4.10

IF i test the link http://localhost/123456789 , I can't find the message in /var/log/apache2/error.log

like : [Tue Sep 22 23:30:34 2015] [error] [client 192.168.10.177] File does not exist: /var/www/html/123456789

View 0 Replies View Related

Fedora :: Error - The File '/var/log/syslog' Does Not Exist

Apr 19, 2011

I got the "The file '/var/log/syslog' does not exist." message when I tried to run KSystemLog as well as "The file '/var/log/auth.log' does not exist." when I tried to view the authentication log. There is no icon beside the items "Krfb," "KSystemLog," and"Nepomuk Backup" in the "System Tools" menu of Gnome.

View 9 Replies View Related

Ubuntu :: Grub Error - Partition Does Not Exist

Sep 19, 2010

I accidentally removed the partition in my hard drive where my Ubuntu was installed.After restarting my Laptop, I suddenly receive the message saying,

"grub error> partition does not exist.
grub>"

View 1 Replies View Related

Ubuntu :: ERROR: Module Mod_wsgi Does Not Exist

Oct 28, 2010

Why am I getting this error: ERROR: Module mod-wsgi does not exist!

$ sudo a2enmod mod-wsgi
Code:
ERROR: Module mod-wsgi does not exist!
$ sudo a2enmod mod_wsgi
Code:
ERROR: Module mod_wsgi does not exist!

[Code]...

View 1 Replies View Related

General :: Error - Client IP - File Does Not Exist

Apr 24, 2010

when I reviewed the error_log I found that it is logging thousands of errors which are similar. I've included a sample of the errors. The following error seems to happen constantly, from many different ip's...

Code:

[Thu Apr 22 01:02:06 2010] [error] [client (the ip address removed)]
File does not exist: /home/virtual/site4/fst/var/www/html/colombia-news,

View 2 Replies View Related

Server :: Apache Document Not Exist Error

Jan 31, 2011

I am in the process of migrating my old server into new Linux new server. As part of the , apache configuraton is one of the process . i have installed http with yum. i added some test dir like /date/test underwhich i created one test.html. When i start apache , it says Starting httpd: Warning: DocumentRoot [/data/test] does not exist.i am not sure about it. I have directory exists. however it shows the error message.

View 3 Replies View Related

Server :: Error - 550 Localhost.localdomain Does Not Exist

Jan 22, 2010

We've had this server running before but two hours ago there are some domains outside which we cannot send email to. this is a sample of the message we get

Quote:

The original message was received at Fri, 22 Jan 2010 14:31:59 +0800 from [10.0.200.10]

----- The following addresses had permanent fatal errors -----

<beth@nippon-antennaphil.com> (reason: 550 localhost.localdomain does not exist)

----- Transcript of session follows -----

... while talking to nippon-antennaphil.com.:

>>> DATA
<<< 550 localhost.localdomain does not exist
550 5.1.1 <beth@nippon-antennaphil.com>... User unknown
451 4.4.1 reply: read error from nippon-antennaphil.com.

Our server's been running smoothly before but i dunno what happened. I can send mails to gmail and yahoo as well... but there are like 3 domains which we cannot send mails to.

View 8 Replies View Related

General :: Grsync Failure / Rsync Error: Unexplained Error (code 255)?

Sep 19, 2010

I'm trying to sync a folder between my Windows install and my PCLinux install. Same machine, Windows 7 on the C drive and Linux on an external USB hard drive.

Using the Grsync GUI, I searched for the source and destination folders, and then executed the command. Here is the output:

** Launching RSYNC command (simulation mode): pkexec rsync -r -n -t -v --progress -s /media/Win7/Documents and Settings/Paul/Application Data/The Word file:///root/.wine/drive_c/Program Files/The Word/myData

ssh: connect to host file port 22: No route to host

rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(601) [sender=3.0.7]
Rsync process exit status: 255

It seems to be doing an FTP operation, whereas all I need is a file transfer. Can anyone point out my error here?

View 5 Replies View Related

Ubuntu :: Error - Failed To Save File ImageMagick Returned Error Code 11 Command Line

May 1, 2010

simple scan error as follows: Failed to save file ImageMagick returned error code 11 Command line: convert -adjoin /tmp/simple-scan-DA9MBV.jpg /tmp/simple-scan-XCK4BV.jpg /tmp/simple-scan-NZVYBV.pdf Stdout: Stderr: using karmic note: I have apparmor extra profiles installed but didn't notice one that related to simple scan or imagemagick. Red herring or not?

View 6 Replies View Related

Ubuntu :: Error - E - Sub-process /usr/bin/dpkg Returned An Error Code - 1

May 9, 2011

I have just upgraded my ubuntu to 11.04 .After it is done ,I could install any software ,the error is as follows:

E: Sub-process /usr/bin/dpkg returned an error code (1)

I wonder what is the meaning of the error.

View 3 Replies View Related

Programming :: Parse Error: Syntax Error, Unexpected '@' In Php Code

Jun 14, 2011

Parse error: syntax error, unexpected '@' in C:xampphtdocsminippromail.php on line 8 .......its not recognizing the '@' symbol. heres the code im working with

<?php $receiver = myfriend@ourmail.co.in; $subject = wish; $content = Hi! My dear friend how are you.; $sender = myself@ ourmail.co.in ; $headers = From: $sender; mail($receiver,$subject, $content,$headers); echo Mail has been sent successfully.; ?>

View 1 Replies View Related

Fedora Installation :: Error 21: Selected Disk Does Not Exist

May 25, 2011

I did a fresh install of F15, and I can not get it to boot

Quote:

Booting Fedora (2.6.38.6-27.fc15.x86_64)
root (hda,4)
Error 21: Selected disk does not exist
Press any key ton continue ...

The contents of my fstab

Quote:

UUID=9fc649bd-ea40-44ab-88f6-29afe4f26576 / ext3 defaults 1 1
UUID=2437a8af-311a-4caf-99b3-1f137df69d43 /home ext3 defaults 1 2
UUID=a6f67606-ecb6-47c4-8913-f101fc6a097e swap swap defaults 0 0

[code]....

From what I can figure out, grub can not figure out which disk has my root file system. I checked the partition labels and they match the UUID that are in my fstab.

View 5 Replies View Related

Ubuntu Servers :: 10.04 - ERROR: Module Perl Does Not Exist

Jun 14, 2010

I have Apache/2.2.14 (Ubuntu) DAV/2 SVN/1.6.6 mod_fcgid/2.3.4 Phusion_Passenger/2.2.14 PHP/5.2.10-2ubuntu6 with Suhosin-Patch configured In UBUNTU 10.04 I like to install apache2 mod_perl I make apt-get install libapache2-mod-perl2 and I get: Quote: libapache2-mod-perl2 is already the newest version.

Ok I try sudo a2enmod mod_perl ERROR: Module perl does not exist! how I make Perl work in apache2 UBuntu 10.04

View 3 Replies View Related

Ubuntu Servers :: ERROR Module Fcgid Does Not Exist

Oct 3, 2010

I am running Ubuntu 10.04 x86 64 bit Desktop.I want to accomplish setting up a virtual host environment for education reasons. How may I accomplish this? So far I am going by this following guide: URL... But when I get to the part of entering the command in the terminal "a2enmod fcgid" I get the following error: "ERROR: Module fcgid does not exist" I've been pulling my hair and spent a ton of time trying out how to set up suexec and virtual hosting .

View 1 Replies View Related

Installation :: Grub Error 21 Selected Disk Does Not Exist

Mar 7, 2011

Plan to use GRUB for multiple booting to select the OS but only with luck have I got it partially to work. Windows 98 and Puppy 431 O.K on first HDD but Puppy 421 on second HDD /dev/sdb1 stops at error 21.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved