Software :: Yum Fails With Sqlite3.OperationalError

Feb 22, 2010

I am using fedora 10, and everything was working fine till yesterday, i was using yum and my system is updated with yum update as well. Then yesterday i build new kernel from source 2.6.32, and today i boot with that kernel. Now my yum doesnt work.

it gives following error message.

Code:
[root@localhost Download]# yum provides libpulse
Loaded plugins: refresh-packagekit
rpmfusion-free

[Code]....

View 2 Replies


ADVERTISEMENT

General :: Running Sql Script Under Sqlite3?

Jun 16, 2010

I have been given a sql script with SQL commands in it to set up a new sqlite3 db. How do I run such a thing?

View 1 Replies View Related

Software :: Get Sqlite3 Working With Wordpress 2.9.2?

Mar 20, 2010

I am running Debian 5.0 (Lenny). I am trying to get Wordpress 2.9.2 to work with Sqlite3. I hear Sqlite is a better database server than MySql because it is lighter on resources and is much smaller. I am very new to Sqlite3, however, so I'm not totally sure what to do here. In my wp-config.php file (the Wordpress configuration file), I've set the database name and user name, and such. Now, I think I know how to create a database, but from that point forward, I'm lost. How do I add the password for Wordpress to access the database. By the way, I made a regular Unix user, called sqlite, for all Sqlite things.

View 1 Replies View Related

Fedora :: Compile And Test Sqlite3 With DSQLITE_ENABLE_UNLOCK_NOTIFY?

Sep 11, 2010

Whats best way to compile and test Sqlite3 with DSQLITE_ENABLE_UNLOCK_NOTIFY?

View 1 Replies View Related

Software :: Can't Connect IReport To SQLite3 Database

Aug 13, 2009

I am trying to replace my Widows work station with Linux, I am now down to two applications. One is close to being resolved (it's a hardware connector between two pieces of equipment) and the other is replacing Crystal Reports with JasperSoft iReports.

I have been progressively hammering away at this for several months now. And still no progress. All I need to do is connect the stupid report software to my SQLite database.

Now, no I cannot move to another database. This is the solution I have and that's it. I know someone will suggest MySQL or some other db... not in the cards not in this time frame. I have over a year invested in the application/database and have already deployed it for use. And I just don't have the time needed to re-write my application to connect to another database then move all my tables and data over to another database then go through the entire testing cycle again. Okay I think that horse is dead and the position clear.

System Specs:
OS: OpenSuSE 11.0 x86_64
Desktop: KDE 3.5.9 "release 49.1"
CPU: AMD Athlon 7750 Dual-Core
Drives: 3 SATA

[Code].....

And it shows up in iReport after I point to it... but then I get this error from iReport when I try to connect to my DB.

"Unable to add connection. Cannot establish a connection to using org.sqlite.JDBC (Unable to find a suitable driver)."

I have been all over the web and haven't found any clear instructions or directions on where these drivers are stored, how to properly add a driver or how to connect iReport to SQLite... and according the iReport web site I can...

View 14 Replies View Related

Software :: Cross Compiling Sqlite3 For Arm 7 Processor?

Nov 22, 2010

i am trying to cross compile sqlite3 with following options(i got these options from previous threads in these forum)./configure --host=arm-linux CC=/usr/local/arm-linux/bin/arm-linux-gcc AR=arm-linux-ar STRIP=arm-linux-strip RANLIB=arm-linux-ranlib while executing make command i am getting following error

rm -fr .libs/libsqlite3.so .libs/libsqlite3.so.0 .libs/libsqlite3.so.0.8.6
/usr/local/arm-linux/bin/arm-linux-gcc -shared .libs/sqlite3.o -ldl -lpthread -Wl,-soname -Wl,libsqlite3.so.0 -o .libs/libsqlite3.so.0.8.6

[code]....

View 5 Replies View Related

Programming :: Can't Find Package Sqlite3 - Using TCL On Ubuntu

Jun 9, 2010

I am programming with TCL on Ubuntu Linux. I need to access a SQLite3 database. I loaded the SQLite3 package using sudu apt-get install sqlite3. When I try to open the database in TCL I get the error "can't find package sqlite3"

The line of code is: "sqlite3 db /home/lana/CAL_development/databases/CpRoutine.db"

I also have "package require sqlite3" directive in the program.

View 4 Replies View Related

Programming :: Have Sqlite3 Headers And Start Using In Programs?

Sep 10, 2010

I'm new to database programming but I'm working in a project that makes use of sqlite3. I know I should #include <sqlite3.h> but it is not there.... i have just sqlite.h. can anyone tell me what to do to have the sqlite3 headers and start using them in my programs

View 9 Replies View Related

Debian Configuration :: Setting Up Small Web Server With PHP And SQLite3

Apr 5, 2010

I'm trying to set up a small web server with php and sqlite support. I installed lighttpd, php5, php-sqlite3 and php5-sqlite3. Then, I enabled sqlite and pdo extensions in php.ini:
extension=pdo.so
extension=sqlite.so
extension=pdo_sqlite.so

However, when I try to open a SQLite3 database from php:
$database = new SQLiteDatabase($myDB, 666, $error);
I get the following exception:
SQLiteDatabase::__construct() [sqlitedatabase.--construct]: file is encrypted or is not a database

Some readings in the net make me think that my php settings are not compatible with SQLite3 databases. Is anyone successfully working with SQLite3 databases from PHP5 under Debian? Have you any recommendations? Should I rebuild php maybe?

View 3 Replies View Related

Software :: Error: Support Of At Least One Of Mysql Or Sqlite3 Must Be Configured

Jan 6, 2010

First off I'm using OpenSUSE 11.2. I'm trying to compile mediatomb and I'm having difficulty when I run './configure' This is the message I get when it fails:

Code:

configure: error: Support of at least one of mysql or sqlite3 must be configured I have both sqlite3 and mysql installed.

View 8 Replies View Related

Fedora :: YUM SQLite3 Database Error - Disk Image Malformed

Jun 29, 2010

I have such trouble with YUM:
$ sudo yum update
Total 807 kB/s | 192 MB 04:03
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Traceback (most recent call last): .....
File "/usr/lib/python2.6/site-packages/yum/sqlutils.py", line 166, in executeSQLQmark
return cursor.execute(query)
sqlite3.DatabaseError: database disk image is malformed

I already try clean yum cache and remove checksum data, rebuild rpm db, check / partition,
but no luck, problem still occurs.

View 8 Replies View Related

Ubuntu :: SQLite3, C++ & Ubuntu - Undefined Reference To `sqlite3_open'?

Jun 7, 2010

SQLite3 newbie and C++ newbie. I have a little C++ program that I am attempting to connect to a test database.#include <iostream>using namespace std;#include <sqlite3.h>int main ()

View 1 Replies View Related

Server :: E2fsck Fails - Bad Block / Inode - Fails To Transfer

Mar 29, 2010

I have a 14TB raid, file system is read-only and I am trying to run e2fsck -B -p -C -v -y /dev/sdb1, it goes through, but fails and says bad block/inode or fails to transfer, something like that.Is there a way I can get this to run successful, this is a production storage server, its critical.

View 13 Replies View Related

Fedora Installation :: Upgrade RH9 To F10 - Install Fails - Installer Fails Media Check Due To "errors"

Jan 23, 2009

I am trying to upgrade RH9 to F10. I have downloaded dvd iso image i386. The SHA1 integrity check passes. The installer fails media check due to "errors". I did an independent verification of the DVD and zero errors found. Download was from Fedora's own torrent, so files should be verified anyway. If I bypass the media check I get the message : Running anaconda 11.4.1.62 the Fedora system installer - please wait.....

[Code]....

View 7 Replies View Related

Fedora Installation :: F12 32 Bit From USB-DVD Fails?

Nov 20, 2009

I am attempting to install Fedora 12 i386 from a USB DVD drive.

The DVD is initially recognized, and I go through the installation menu page and queries about language and keyboard. Then it asks me which hard drive partition contains the installation image. WTF?

CPU is Intel Core 2 Duo (mobile) T5500.

Edit: I popped the cover, temporarily added an SATA DVD drive, and installation is going OK. That pretty much isolates it to recognition of the USB DVD drive.

View 4 Replies View Related

Fedora :: X Fails To Load In 12?

Dec 10, 2009

I recently installed Fedora 12 on my Toshiba Tecra laptop. It worked fine for a few days, then I uninstalled xscreensaver because I use gnome screensaver. When I rebooted, the system hung at the splash screen. I booted to the command line and did a Code:yum install xscreensaverand rebooted. However, X failed to load again. I have attached my complete Xorg.0.log as a "doc" file. Here is the some output that may be relevant:

Code:
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.

[code]....

View 6 Replies View Related

Fedora :: Yum Update Fails On F12?

Jan 8, 2010

Yum update fails with extra repositories in - I get

Loaded plugins: presto, refresh-packagekit
fedora/metalink | 29 kB 00:00
fedora

[Code].....

View 9 Replies View Related

Fedora :: Last Update X64 - Atd Fails?

Mar 31, 2010

With the last set of patches and updates my Fedora 12 box will get to starting ATD and the screen blnks a few times and the boot process stops.I tried typing "I" for interactive boot so I could skip "atd" and try to recover the box without any luck.

View 2 Replies View Related

Fedora :: 15 Fails To Boot?

Jul 11, 2011

on my Fedora box, updates have caused some major issues. Since kernel 2.6.30, the boot sequence goes through my BIOS boot, then to Grub, and then just flashes colours repeatedly. Red, green, white, black, blue, over and over again. This happens for 2.6.32 also. I have to boot into 2.6.27 in order for it to work properly.

I'm using a Dell XPS M1730 with (I believe) an NVidiao 9800M GTX graphics card. I'm using the "Gallium 0.4 on NV84" graphics adapter.

View 2 Replies View Related

OpenSUSE :: GDM Fails To Load

Jul 21, 2009

I am unable to load the GUI in opensuse 11.1. When booting I get the normal opensuse loading screen but about half way through the screen goes black. If I hit alt-f1 I can see the start up info. The problems looks like when it tries to load gdm. It shows a couple of Warnings saying "GdmDisplay: display lasted .8135.. seconds. The findal warning says "GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors." I did do a couple of updates yesterday before shutting down but am not sure what they were.

View 7 Replies View Related

OpenSUSE :: Freenx Fails In 11.2 / Fix It?

May 3, 2010

I'm having some trouble with FreeNX on OpenSuse 11.2. I followed the instructions on this page to set up the server on my linux machine, and I'm connecting to it with the Nomachine client for Windows, running on Windows XP x64. It refuses to complete the connection, and the console log from the NX client is as follows code...

I've searched this forum and many web pages on google, but I haven't found anyone with this exact problem. the fact that it can't stat those files suggests to me that it might be a permissions thing, but I wouldn't expect non-root users to EVER have permission to files in any subdirectory of /var, so I sincerely doubt that they would release a program that requires read/write access to such files, and therefore, I am pretty certain it's a configuration issue, although I'm not experienced enough with the NX server to know where to start looking for the failure. Previous attempts with FreeNX and opensuse 10.3 (I am testing 11.2 for a possible upgrade of all of our linux systems here at my office) yielded totally successful results. the fact that there is no NX server included in the DVD distribution of 11.2 seems a little strange to me, as it was included with 10.3, but this is of little significance compared to my real issues.

View 2 Replies View Related

OpenSUSE :: KDE Fails After Zypper Up

Sep 14, 2010

Yesterday I performed a zypper up on my system. Stock KDE4 that comes with 11.3. After I restarted the computer, it would get about 4/5 the way through the progress bar that displays when first starting then lock up hard. Starting in safe mode works. With a little experimenting I found that typing x11failsafe to the boot up options line let me start without a problem also.

The sleazy workaround would be to add that parameter to the grub menu, but I'd rather have a real fix. Has anyone else seen this issue? Is there a fix for it?

[Code]....

View 4 Replies View Related

OpenSUSE Install :: 11.2 X86-64 Cd To A Cd Fails

Mar 26, 2010

I am still in the process of rebuilding my laptop with openSUSE 11.2 x86-64. I downloaded a large application tar.gz extracted 500M of app to disk copied it to cd with K3B and verified the cd. I then deleted the tar.gz. I browsed the CD with dolphin (/media/expc/.... I then start a terminal su to root cd /media/expc and get an error stating the the file or directory does not exist or is inaccessible. If I go back to my own account I still can't cd to /media/expc. From /media ls -l lists expc as being readable by everyone and in any case I can browse it with dolphin.

The CD is fine. I mounted it by hand on /mnt as root and then installed the application without problem. Going back to the original way of loading and mounting the cd reproduces the problem

View 1 Replies View Related

Ubuntu :: Synaptic Fails To Run Now

Jan 23, 2010

Ubuntu 9.10. System has been running fine for months. Today, tried to run Synaptic and get the following error: 'Failed to run /usr/bin/synaptic as root - unable to copy the user's Xauthorization file' Where invoking synaptic used to ask me for my password, it now gives the above error message. What I did today was change grub so that I boot to the command line instead of the gui. That worked fine and I can invoke the gui with startx as a normal user. sudo apt-get works OK from the command line.

View 9 Replies View Related

Ubuntu :: 9.10 Fails To Launch?

Feb 27, 2010

I installed it yesterday. It worked well. I was able to log into windows without any trouble and restart into Ubuntu without a hitch.

This morning I launched Ubuntu as usual vi GRUB. I was asked to install about 135 upgrade files, which went withou an apparent challenges. I then went through the restart and noticed that there was an extra two choices in GRUB, but I just left it to launch Ubuntu automatically. Which it did.

I then messed about with the appearance settings. Noticed a some more updates were waiting which included 49 files. I went through the updating process and restart.
GRUB worked well, and I was soon loggin in with username and password.

The Ubuntu Screen became visible with the flashing horizontal line and about 3 seconds later everything froze. I waited for several minutes - I timed them - but still no progress - everything remained frozen.

I switched off the machine completely, as I knew of no other way to get out of this situation. I rebooted and when GrUB launched I booted into windows 7 with absolutely no problems.

I used restart in windows and then allowed GRUB to boot into Ubuntu. Once more I was able to log in but soon after the Ubuntu Screen appeared and the horizontal line flashed for a few seconds, everything froze. This time I waited five minutes before switching off the machine by disconnecting at the mains.

I am now using windwos 7 to make contact

View 4 Replies View Related

Ubuntu :: KDE Fails To Start

Sep 14, 2010

Just upgraded kubuntu to Lucid and found no KDE installed: bad news: if you're on kubuntu KDE should be upgraded automatically. So using kpackagekit in gnome installed the standard metapackage and got the option to log in with KDE (good news) but then KDE failed: segmentation fault in knotify4.it would not report the error: too little information. it dropped me back into an incomplete gnome environment (no top and bottom tool lines).

View 4 Replies View Related

Ubuntu :: 10.10 Fails To Boot From USB?

Oct 12, 2010

I recently created a bootable pen drive using unetbootin of Ubuntu 10-10 release. It was failing with error message similar to 'specify the init' then formatted the pendrive/usb and now it was giving, SYSLINUX 3.63 Debian 2008-07-15 EBIOS CopyRight ..... Could not find kernal image. boot: when you press enter it again goes to Could not find kernal image. boot: linux

I believe this is due to USB creator. Let me try with creating bootable USB from some windows machine.

View 2 Replies View Related

Ubuntu Installation :: Fails To Run From USB HDD

Oct 17, 2010

I downloaded 10.04 32bit and the USB installer and installed it on a USB HDD it workes perfectly on my laptop. I tried the same USB drive on my main Desktop computer (intel i7 930, Gigabyte GA-X58A-UD3R MB) I select Boot to USB and get the Ubunto loading screen, but it never loads. I have tried downloading the latest 10.10 and loader in both 32 bit & 64 bit with exactly the same results. Anyone with an idea? If I do get this working how can I get programs or changes I make to Ubunto when running from the USB to remain as part of the way it runs everytime I boot.

View 9 Replies View Related

Ubuntu :: 10.10 Often Fails To Hibernate?

Oct 22, 2010

i have ubuntu 10.10 running on an ibm thinkpad T43p.

when i try to hibernate, this fails very often. sometimes i just get back a login screen (as if i had locked the screen) after about a minute of harddisk activity, sometimes the screen goes black but discs and fans keep running.

and - yes - sometimes it just works as it should.

View 4 Replies View Related

Ubuntu :: Overclocked I7 860 Fails In 10.10?

Jan 3, 2011

I've managed to get a stable intel i7 860 to 4Ghz (watercooled) within windows 7. The problem I'm having is that when I boot into ubuntu 10.10 I get and error "Dereference kernel pointer?!". Now when restore my system clocks back to normal I can boot into linux with no trouble.

View 1 Replies View Related







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