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
ADVERTISEMENT
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
View Related
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
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
May 18, 2010
When I compile a custom kernel with this command: make-kpkg --initrd kernel_image kernel_headers and then install the .deb, there's no initrd in /boot and I have to create it manually. I've thought that the --initrd option should take care about this, but somehow it doesn't.
It behaves like this for about two years at least (since I've compiled my first kernel). Of course, it's no big deal to create it manually, I was just wondering whether do I do anything wrong or whether should I fill a bug report..
View 1 Replies
View Related
Dec 29, 2010
I have Ubuntu 9.10. The batter drained several days ago, and now when I attempt to boot I simply get a string of indecipherable error messages which last for about 5 minutes, and the screen then goes completely black. I am not able to even get to the login screen. Windows 7 Starter boots fine, so it's definitely a software issue. Any solutions short of completely reinstalling? I really don't want to lose all of my data.
View 2 Replies
View Related
Jul 5, 2011
I'm getting the following error which seems quite odd. Trying to change the server to my local country's update server results in the same error (with slightly different URL). I've also disabled any extra repositories I was using.Code:W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/maverick/ReleaseUnable to find expected entry extras/source/Sources in Meta-index file (malformed Release file?When trying to upgrade to Natty I get the same error, just for the natty path:Code:W:Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/ReleaseUnable to find expected entry extras/source/Sources in Meta-index file (malformed Release file?)
View 1 Replies
View Related
Sep 8, 2010
Just ran into a problem involving mdadm, a disk which had been in a raid array, and an attempt to reformat. Basically, I went to reformat some partitions which had been in raid, and one of them threw the error andy@andy-desktop:~$ sudo mkfs.ext3 /dev/sdb5 mke2fs 1.41.11 (14-Mar-2010) /dev/sdb5 is apparently in use by the system; will not make a filesystem here! An attempt to umount revealed it was not mounted. lvdisplay and fuser did not reveal anything to me, so I just started looking around. I was graphically navigating /dev and noticed a /dev/md_d0 which did not look like /dev/md_d1 etc (it was missing a little arrow). I had not seen this notation before (my raid was md0), but figured it couldn't hurt to try stopping it.
andy@andy-desktop:~$ sudo mdadm --detail /dev/md_d0
mdadm: md device /dev/md_d0 does not appear to be active.
andy@andy-desktop:~$ sudo mdadm --stop /dev/md_d0
mdadm: stopped /dev/md_d0
After this, the partition formatted fine! I saw a lot of instructions including zeroing the partition and removing a logical volume, but the above was the only thing which worked for me! Just posted it in case it helps someone else. I know I've not been terribly technical!
View 2 Replies
View Related
Dec 15, 2010
I was trying to install a newer version of Firefox and thought I would just try to install the newer RPM for Fedora without doing anything else and this dialog message appeared.
Could not do simulate: Can't install /home/kbs/Downloads/firefox-3.6.4-0.4.build6.fc13.remi.i586.rpm as no transaction
View 2 Replies
View Related
Sep 1, 2009
We have a server running suse 9. I had to do a reboot yesterday. the server dropped off the network, but did not reboot. It was attempting a connect, but I don't know why or to what. These are the lines that I saw on the screen:Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1) ))
View 1 Replies
View Related
Jun 10, 2010
I'm having a problem getting likewise to connect to a Windows 2008 R2 server on our network.
[code]....
Error: Lsass Error [code 0x00080047] 9502 (0x251E) DNS_ERROR_BAD_PACKET - A bad packet was received from a DNS server. Potentially the requested address does not exist. I have already read up on this a little bit. Both servers are within a minute of each other, so I am not concerned about server timing. I am not sure where to go from this point. Everything I have read seems to indicate that this should "just work".
View 9 Replies
View Related
Jun 17, 2010
I noticed that a bit after I had updated Ubuntu 10.04 through the Update Manager, I couldn't print at all! (I run ubuntu 10.04 on my laptop and have a networked HP Officejet 6110xi all-in-one printer connected to a comp running Windows XP home on the same LAN). Everything works when I boot up in windows vista, so the problem is definitely in Ubuntu.
First, I checked the printer jobs and it said that there was an error with a filter or something. Restarting the job didn't do squat, so I decided to try reinstalling my printer, but get the same CUPS error "error-client-not-possible" right after I click "Apply". I then Googled the issue but didn't find much of anything, so I thought I'd try reinstalling CUPS. No luck there either... Same error again and again.
View 3 Replies
View Related
Nov 24, 2010
I am having some problems uninstalling wubi. Its not in the uninstall programs or coming up and a boot option when i boot my computer anymore. So i went out and downloaded the newest version, and tried to install it. Cause i thought that it had been removed maybe by anti-virus or something. When i clicked on it to install it said i had a previous version that i had to uninstall. So i clicked OK. It started to uninstall and then i got an error message. I tried it again and got the some error message.
[Code]....
View 1 Replies
View Related
Jan 5, 2011
OpenSUSE 11.3
Zypper 1.4.8-0.2.4 (i586)
When attempting to run commands of zypper:
Code:
$ sudo zypper install <XXX>
$ sudo zypper help
$ sudo zypper services
[Code]....
I looked through my command history to verify I hadn't done anything stupid. The only thing I had done since my last zypper command was to install ngspice....WITH zypper.
Looks to me like libreadline.so.6 is corrupt.
Is there a way I can "update" or reinstall libreadline.so.6 with an uncorrupted version without bricking my OS? I looked into uninstalling libreadline.so.6 from Yast Software Manager (GUI) but it throws all kinds of warnings about how it can't complete operations and it will break links and such....so I'd like to avoid it unless a guru says otherwise.
View 9 Replies
View Related
Jun 8, 2010
I recently set up a Linux VPS and installed JDK 6u20 on it; I tried running a class and here's the result
Code...
The file "Server.class" is in the location I specified - why am I still getting the error?
View 3 Replies
View Related
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
Feb 24, 2009
I'm running Debian testing and after a recent software update, suddenly I can no longer boot into my single Linux kernel image anymore. I did look at the software update before I did it and I don't believe that it removed any software packages. When I try to boot into my linux 2.6.26-1-amd64 image, I get the following message from grub:"error: unknown command `initrd'"..The same error appears if I try to boot into single-user mode. I have a Windows XP partition on the same hard disk and I am still able to boot into that from grub. I've searched the net and haven't really found my same problem replicated anywhere. I would imagine that the problem is just that somehow the initrd package got removed in my last software update, but again I don't recall seeing any software that the update planned to remove.
Any thoughts on how I would go about fixing this problem? Since I'm unable to get into Linux at all, I imagine I'll have to use a LiveCD to get in and fix the problem, but I don't know where to begin looking.
View 8 Replies
View Related
May 3, 2010
This is the error I get when using apt-get upgrade or package manager dpkg: error processing flashplugin-nonfree (--remove): reinstall it before attempting a removal.
View 1 Replies
View Related
Aug 1, 2010
OS Ubuntu 10.04 Error occurred as system was attempting to hibernate Some error codes appeared Then I was returned to desktop environment. Question: Want to know how to copy the error to post
View 1 Replies
View Related
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
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
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
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
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
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
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
Feb 12, 2009
I've downloaded Ubuntu 8.10 and I have installed it within ms windows. My first problem was when I went to boot Ubuntu and the graphics weren't right so I rebooted it with a different graphic configuration and it installed successfully. When I went to boot Ubuntu a second time to actually use it I got the following error:
ALERT! /host/ubuntu/disks/root.disk does not exist. Dropping to a shell!
BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu6) built-in shell (ash)
View 2 Replies
View Related
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
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
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