OpenSUSE :: Rror: Error(-30987) Getting "" Records From Requireversion Index
Sep 3, 2011
I just reinstalled opensuse 11.4 on a lenovo ideapad. The install went well and afterwards I was installing other packages. In the midst of this I started getting a error both from the gui software management package and zypper.(I tried zypper to see what would happen). I thought at first a simple refresh of the repos or a reboot would probably solve this but it did not.All attempts to do any software manage failsnow.The basic error is ( tail of a long list from zypper)error: error(-30987) getting "" records from Requireversion index error: db3 error(-30987) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found error: error(-30987) getting "" records from Requireversion index error: db3 error(-30987) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found error: error(-30987) getting "" records from Provideversion index from a zypper update and something about the same from the gui. How can I solve this?
View 5 Replies
ADVERTISEMENT
Mar 24, 2010
i tried to install banshee media player using zypper but it gives me this problem
[Code]...
Second problem my cd writer is kinda out of order so i followed this guide (Live USB stick - openSUSE) to make a live usb stick to try out other distros...... everything went well....dd wrote everything properly.....but when i try to boot, it says thats it is a non-system disk and says to replace it strike again....so basically its not working.....
i think i followed all the instructions in the guide properly....but still i am pasting it over here (the drive was given as sdb...i checked using ls -l) umount /dev/sdb dd if=/home/arkadeep/LinuxMint-8.iso of=/dev/sdb bs=4M;sync i used linuxmint..... yeah so dd writes everything and the size is also correct. so now i can't figure out what to do...
View 5 Replies
View Related
Jun 16, 2010
Since a few days, zypper start giving me this errors when i try to update/install packages
Here is the output:
[Code]...
error(-30987) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found
View 2 Replies
View Related
Aug 10, 2010
I get the error: Could not start process Unable to create io-slave: klauncher said: Unknown protocol 'magnet'.
View 3 Replies
View Related
Jul 6, 2011
i am trying to update my system from a new clean install that i made i am running the update from yast and i am getting the listed message:
Code:
Subprocess failed. Error: RPM failed: rpmdb: /var/lib/rpm/Basenames: unexpected file type or format
error: cannot open Basenames index using db3 - Invalid argument (22)
View 8 Replies
View Related
Feb 23, 2016
I got some crontab records and everything works fine. I installed mail server recently and all cron notifications started to come into my inbox. I'd like to receive only notifications about cron errors. I would rather not filter all notifications off.
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty
View 1 Replies
View Related
Jun 24, 2010
I would like a program that records my desktop activity as a video file. Do you know any nice program to do that? Moreover it would be nice afterward to insert this video the openoffice or microsoft's powerpoint. Do you know what is the "best" video format that guarantees the biggest interoperability (the ability the video to play in different platforms).
View 6 Replies
View Related
Dec 8, 2010
Under the settings for a specific zone is it possible using the 'Automatically Generate Records From Zone' option to update from two other different zones? Also, the 'Automatically Generate Records......' option, I can't seem to find where it exists in named.conf or other file. I have it checked in Yast but I can't find that option reflected in a config file - which I would assume it would have to be.... somewhere.
View 6 Replies
View Related
Nov 29, 2009
i use fedora 12 i can't use yum any more , when i try i find error message it was working correctly and i donn't remember what i did
[root@PC ~]# yum list installed| grep -i nmap
rpmdb: Thread/process 2405/3078244032 failed: Thread died in Berkeley DB library
error: db4 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
[code]....
View 4 Replies
View Related
Sep 2, 2010
I get the following message when I try to add or remove programs. This includes when I try to use the Update Manager: Software index is broken. It is impossible to install or remove any software. Please use the package manager "Synaptic" or run "sudo apt-get install -f" in a terminal to fix this issue at first. When I follow this advice, I get the following message:
tom@Compaq:~$ sudo apt-get install -f
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
If anyone can offer suggestions about this problem, Although I've been using Ubuntu for a while, I'm not very confident with the command line (unless I am copy and pasting commands!)
View 9 Replies
View Related
May 9, 2010
I am getting the following errors continuously whenever I update/save a config file in /etc/
Code:
error: line 29136: bad flag vector alias
error: line 29137: bad flag alias index: 0
The config file got updated though. I am just worried that this may be something bad.I update the files using the command sudo gedit <config_file>. I haven't encountered this before in Karmic. Has anyone encountered the same error messages? This might be a problem with gedit. I tried doing the following and the error messages also came up:
1. In terminal, gedit foo.txt
2. In gedit, type anything and save
3. Terminal will show the following:
Code:
...
...
error: line 19234: bad flag vector alias
[code]....
Running artha from the terminal also causes the error.I've managed to get the top-most line of the error:
error: line 15: bad flag alias index: 0
error: line 15: bad flag vector alias
The hardest thing about this is I have no idea what's causing it. I thought it was gedit but running artha (from the terminal) also causes the error.Sigh. This is a clean install of Lucid, which again makes it even harder to know what causes it.
View 9 Replies
View Related
Oct 2, 2010
I keep getting the following error when I run sudo apt-get update:
Quote:
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error:
[URL] release Release: NO_PUBKEY 5D654504F1A41D5E
View 1 Replies
View Related
Mar 19, 2011
Failed to fetch [URL] 404 Not Found Some index files failed to download, they have been ignored, or old ones used instead. I have been getting this for a while now complete with a red triangle with an ! in it on the panel.
View 1 Replies
View Related
Feb 18, 2011
Having a bit of an issue with Python while trying to write a script to download every rar file on a webpage. The script successfully downloads any link that doesn't contain any spaces, etc. But when it hits a url like: [URL] (Classical Spelling).rar. It fails...I'm sure this is something simple, but I'm so new to python I'm not sure what to do!
Code:
import urllib2
import os
os.system("curl [URL] -i rar|cut -d '"' -f 2 > temp.out ")
infile =open('temp.out', 'r')
for url in infile:
print url
#url = "[URL]"
#url = target
file_name = url.split('/')[-1]
u = urllib2.urlopen(url)
f = open(file_name, 'w')
meta = u.info()
file_size = int(meta.getheaders("Content-Length")[0])
print "Downloading: %s Bytes: %s" % (file_name, file_size)
file_size_dl = 0
block_sz = 8192
while True:
buffer = u.read(block_sz)
if not buffer:
break
file_size_dl += block_sz
f.write(buffer)
status = r"%10d [%3.2f%%]" % (file_size_dl, file_size_dl * 100. / file_size)
status = status + chr(8)*(len(status)+1)
print status,
f.close()
View 7 Replies
View Related
May 11, 2010
I am trying to install flash-plugin-10.0.45.2-release.i386.rpm so I inputed the folowing command and got the following error output:
Code:
bash-3.1$ rpm -i *.rpm
error: cannot open Basenames index using db3 - No such file or directory (2)
error: cannot open Providename index using db3 - No such file or directory (2)
error: cannot open Conflictname index using db3 - No such file or directory (2)
error: Failed dependencies:
[Code]...
View 3 Replies
View Related
Aug 24, 2010
I keep getting this error when trying to update but I know it is a bug and has been filed as a bug report.
Code:
Failed to fetch cdrom://Ubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100429)/dists/lucid/main/binary-amd64/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Failed to fetch cdrom://Ubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100429)/dists/lucid/restricted/binary-amd64/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Some index files failed to download, they have been ignored, or old ones used instead.
View 9 Replies
View Related
Oct 5, 2010
I am trying to install Jinzero a media server on my ubuntu server.
I already had apache2 installed and have installed php5 etc.
When I try to access index.php I get an http error 500 and when I check the logs of my apache2 it shows:
PHP Code:
View 1 Replies
View Related
Oct 28, 2010
I'm trying to record a video with sound through FFmpeg, and while it records the system sounds just fine, it doesn't record the microphone (in fact, it crashes on doing so!). The strange thing is that if I use arecord, it works just perfectly, but through ffmpeg it crashes.This is the command that I use to launch FFmpeg:
Code:
/usr/bin/ffmpeg
-f x11grab
[code]....
View 9 Replies
View Related
Jun 8, 2010
I need to create an index over a folder, subfolders and files. Preferably as a figure. Is there a quick and easy way to do that?
View 2 Replies
View Related
Mar 6, 2010
"I found this page:Index of /repositories/Emulators:/Wine/openSUSE_11.0I'm a little confusedI need more information, but then again, so do you, that isn't very descriptiveEdit/Delete Message Reply With Quote Quick reply to this messageimachavelView Public ProfileSend a private message to imachavelFind all posts by imachavelAdd imachavel to Your Contacts #2 (permalink) Add to imachavel's Reputation Report PostUnread Today,03:27imachavel imachavel is online nowStudent PenguinJoin Date: Dec 2009Posts: 81imachavel hasn't been rated much yetDefault Re: wine repositoriesdo I have to download all of those?
ARGH, I want to shoot myselfmaybe I'll move this thread to applications"I moved this here from games, don't know why I'm having such a hard time with wineoriginally decided not to mess with it too much, but now I'm wanting to use itanyway the page didn't look too confusing at first, but now I am struggling with it a little bit
View 9 Replies
View Related
Jul 28, 2010
I am wondering (in the light of all 11.3 problems I am having) When I start yast2 (as root) it works but I always get the message
No index for key: "Name" value: "" on the xterm
View 1 Replies
View Related
Jul 29, 2010
I tried to add another repository to yast (Index of /repositories/mozilla/openSUSE_11.2) and when I was done, Yast gave me an error message and now no repositories show up.
The error is: "/etc/zypp/repos.d/_mozilla_openSUSE_11.2.repo:Line 2 is missing '=' sign"
How do I fix this? How do I get my repos back? I took a look in that directory and this is what is in it:
Code:
[_mozilla/openSUSE_11.2
]
name= mozilla/openSUSE_11.2
enabled=1
autorefresh=1
baseurl=http://download.opensuse.org/repositories/mozilla/openSUSE_11.2
path=/
type=rpm-md
keeppackages=0
View 9 Replies
View Related
Aug 18, 2010
Dual Booting my laptop and unable to change the Boot Records on the drive. Not because I dont know how, but my primary OS will fail to boot(win7).
I have drive partitioned as follows...
sda1 = Win7 system (default install)
sda2 = Win7 Main (default install)
sda3 = swap
sda4 = Extension (I think thats what its called)
sda5 = / (ext4)
What I need is a boot cd or perferably Grub installed on a 256MB Thumb drive with the options to load the installed system from sda5.
View 4 Replies
View Related
Mar 31, 2011
I backed up .themes from /home, but on trying to install them (files don't show as theme packages) it says "There was an error installing the selected file, index.theme doesn't appear to be a valid theme". Did I backup the right thing?
View 1 Replies
View Related
Apr 15, 2011
i used when i open my computer everyday that it asks me for updates... but since 20 days till now it didn't ask me for updates like before .. and today .. i was surfing the web .. then the update manager appeared with a notification to update and asked me to hit the button (RUN THIS ACTION NOW) i did hit it .. but when i switched the detailed view ... all the packages were marked by these words : FAILED or HIT .. Then .. this error message appeared :
[Code]...
i dont know what to do with this issue ... i am not professional in ubuntu ..
View 3 Replies
View Related
Jan 27, 2010
[Code]....
W: Some index files failed to download, they have been ignored, or old ones used instead. W: You may want to run apt-get update to correct these problems
View 5 Replies
View Related
Jan 26, 2011
Ive looked up and down but i cant seem to find an answer to my question. Why cant i upload to my ftp site. I am running a lamp server and i installed proftp. i created users and groups. i tested my server and its working fine. but now when im working on dreamweaver to connect to my ftp... It connects fine i can download my files from the site but when i edit them and try to "put" them back. i get an error:
index.html - error occurred - An FTP error occurred - cannot put index.html. Access denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured.
[code].....
View 2 Replies
View Related
Jul 12, 2011
I have installed XAMPP on my system and started it just fine, but for some reason when I type "http://localhost/myDirectory/index.php" into the address bar of a browser, I get a 404 error. I followed the instructions hereand after creating test.php, I was still not able to view it. Can someone please tell me what I am doing wrong?
View 11 Replies
View Related
Jan 25, 2011
During install, I chose to not install ANY boot records, fearing overwriting my Windows 7 MBR. Now I know otherwise, but to save a couple hours of install, please tell me:How can I install openSUSE boot after-the-fact?I cannot boot into openSUSE.
View 9 Replies
View Related
Jan 9, 2011
I recently had to move to a new machine, everything went well except for one thing. I did fresh installation of LAMP server all with default configs. Every time I'm using PHP script to that invokes include, require or require_once I get the following error:
Code: Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 7680 bytes) in /var/www/index.php on line 2 index.php file: PHP Code:
<?php include "index.php";?>
icukapi.php file:
PHP Code:
<?php echo "test";?>
My memory_limit in php.ini is set to 20M. I tried to increase that however it didn't quite work. PHP seems to allocate all possible space and return that message every time i try. If somebody has an idea of how to fix it I would be more than grateful. I spend quite a long time searching for an answer however the all things i found suggested increating memory_limit which in this case doesn't work.
View 1 Replies
View Related