Pacman: "error: database path undefined"

Whenever I try do anything with pacman, I get the error quoted in the title. This was after accidentally deleting /var in the process of mounting a partition there. I'm fearful that I've deleted something vital; namely, pacman's internal record of what's installed. I just wanted to double check before I have to re-install (again...) and make sure that there's no way to recover.
Thanks for any help.

Check this out:
http://bbs.archlinux.org/viewtopic.php?id=50957
http://bbs.archlinux.org/viewtopic.php?id=52117

Similar Messages

  • [SOLVED] pacman error: database not found (during an install)

    i am trying to install an app
    when installing
    # pacman -S /path/to/dir/app.tar.gz
    error: database not found
    when i look inside the tar, theres only one file, app.bin
    im sure its some fundamental that im missing.  so i have to makepkg first , or am i missing a command during the intallation, or is the file broken?
    Last edited by wolfdogg (2011-06-04 05:50:09)

    well, im geting some errors with the program, im wondering if i need to make a package?  i think i will try that next.
    heres the beginning of the log, Java errors mainly
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
    Command-line arguments:  -os linux -ws gtk -arch x86
    !ENTRY org.eclipse.equinox.ds
    !MESSAGE
    !STACK 0
    org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
        at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)
    ok, i downloaded a different binary of this program, and it installed successfully.  thanks for the help
    Last edited by wolfdogg (2011-06-04 05:49:37)

  • (SOLVED) Pacman error: GPGME does not exist

    Hi, I have also just been struck with the same issue - a broken pacman (and for no reason that I can fathom). Was working perfectly yesterday and all I did that wan't usual was to uninstall clamav.
    Anyway, I have read this post and done a pacman -Syy, which upgraded core and archlinuxfr only. I then ran pacman -Syu and received this:
    [grant@ARCH ~]$ sudo pacman -Syy
    [sudo] password for grant:
    error: GPGME error: No data
    error: GPGME error: No data
    error: GPGME error: No data
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirror.aarnet.edu.au : Connection time-out
    core 106.2 KiB 353K/s 00:00 [######################] 100%
    error: GPGME error: No data
    error: failed to update extra (invalid or corrupted database (PGP signature))
    error: GPGME error: No data
    error: failed to update community (invalid or corrupted database (PGP signature))
    error: GPGME error: No data
    error: failed to update multilib (invalid or corrupted database (PGP signature))
    archlinuxfr 30.3 KiB 81.9K/s 00:00 [######################] 100%
    error: database 'extra' is not valid (invalid or corrupted database (PGP signature))
    error: database 'community' is not valid (invalid or corrupted database (PGP signature))
    error: database 'multilib' is not valid (invalid or corrupted database (PGP signature))
    [grant@ARCH ~]$
    Should I do a reinstall of pacman using the CD? I know this is clumsy, but anything I have missed?
    Last edited by mcduling (2012-12-03 06:43:56)

    Here is my pacman.conf in separate screens:
    GNU nano 2.2.6 File: /etc/pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    #GPGDir = /etc/pacman.d/gnupg/
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    GNU nano 2.2.6 File: /etc/pacman.conf
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options
    #UseSyslog
    #UseDelta
    #TotalDownload
    CheckSpace
    GNU nano 2.2.6 File: /etc/pacman.conf
    #TotalDownload
    CheckSpace
    #VerbosePkgLists
    # By default, pacman accepts packages signed by keys that its local keyring
    # trusts (see pacman-key and its man page), as well as unsigned packages.
    #SigLevel = Optional TrustedOnly
    # NOTE: You must run `pacman-key --init` before first using pacman; the local
    # keyring can then be populated with the keys of all official Arch Linux
    # packagers with `pacman-key --populate archlinux`.
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    GNU nano 2.2.6 File: /etc/pacman.conf
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    GNU nano 2.2.6 File: /etc/pacman.conf
    #[testing]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [core]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    [extra]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [community]
    SigLevel = PackageRequired
    GNU nano 2.2.6 File: /etc/pacman.conf
    [community]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [multilib]
    #SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    [archlinuxfr]
    Server = http://repo.archlinux.fr/$arch
    # An example of a custom package repository. See the pacman manpage for
    GNU nano 2.2.6 File: /etc/pacman.conf
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #SigLevel = Optional TrustAll
    #Server = file:///home/custompkgs

  • Creating new Data Source Error - Database connection Failed

    Successfully installed and configured 11.1.1.3.0. Planning and Essbase dev.
    Went to Workspace > Administer > Classing Planning Administration > Manage Data Sources > Create Data Source.
    Entered all info about the application database , etc. Getting error "The database connection failed" (I was able to connect with no problem during the install)
    SQL server 2005 is on the same physical server.
    The diagnostic tool shows database connection passed for planning. A new database was created for the new application.
    The server event viewer shows these errors.
    "Login failed for user 'xxx-hyperion'. The user is not associated with a trusted SQL Server connection."
    Group Policy Error "The client-side extension could not apply computer policy settings for 'Default Domain Policy {xxx}' because it failed with error code '0x80070003 The system cannot find the path specified.' See trace file for more details. "
    The Group Policy client-side extension Group Policy Services failed to execute. Please look for any errors reported earlier by that extension.
    Any help is appreciated.

    Datasource for the application.
    I have created a sql db for this planning application (my datasource). See my first message for more details.
    When you create a new planning application, you need to associate it with a data source. Since this is a new install, I don't have any data sources available yet.
    So, "To create, edit or delete data sources, click Manage Data Source."
    This page lets you validate your connection to the database and essbase server. My essbase server connection validates! The database connection does not validate after I enter all the relevant information.
    SCREEN INFO BELOW
    Fields displayed with an asterisk (*) are mandatory.
    Data Source Name *:
    Data Source Description:
    Select Database Platform
    Microsoft SQL Server
    Application Database
    Server * :
    Port * :
    Database *:
    User *:
    Password *:
    Click "Validate Database Connection"
    ERROR ---> Database connection failed.
    So it does not let me create a data source for my new planning application, so I cannot create a new planning application.
    Thanks in advance.

  • Sending an Email via ColdFusion as a Service leads to ActionScript-Error "Server is undefined to setup the connection"

    Hi,
    Ben Forta shows in his video "ColdFusion9 exposed as Flex Services" how to send an Email using ColdFusion as a Service.
    I tried out this example with Flashbuilder4 Beta2 but I got the following ActionSript-Error:
    Error: Server is undefined to setup the connection
        at coldfusion.service::BasicService/initializeConnection()[D:\p4\depot\ColdFusion\cf_main\to ols\AIRIntegration\Services\src\coldfusion\service\BasicService.as:278]
        at coldfusion.service::BasicService/call()[D:\p4\depot\ColdFusion\cf_main\tools\AIRIntegrati on\Services\src\coldfusion\service\BasicService.as:226]
        at coldfusion.service.mxml::Mail/execute()[D:\p4\depot\ColdFusion\cf_main\tools\AIRIntegrati on\Services\src\coldfusion\service\mxml\Mail.as:370]
        at CFaaS/button1_clickHandler()[C:\Dokumente und Einstellungen\walter\Adobe Flash Builder Beta 2\CFaaS\src\CFaaS.mxml:18]
        at CFaaS/___CFaaS_Button1_click()[C:\Dokumente und Einstellungen\walter\Adobe Flash Builder Beta 2\CFaaS\src\CFaaS.mxml:93]
    Who has an idea what to do?
    Thanks in advance,
    Walter

    Hi,
    We tried this out and it works like a charm
    Actually even we hit the issue you have mentioned but on further investigation we could get things working.
    Please follow these settings, we are not sure if you have done all of these:
    a) In CF9 administrator, under Mail section please type your server name, username and password. Check the ' Verify mail server connection'
    checkbox and click 'Submit Changes'. Make sure you get the message 'Connection Verification Successful'.
    b) Under Security-> 'User Manager' section in CF9 administration,  add an user using 'Add User' with the following info:
    username, password, confirm password , check both RDS and administrative access and add 'Exposed Services' by selecting the required services.
    eg: Mail Service and click 'Add User'.
    c) Go to 'Security->Allow IP Address in CF9 administrator and enter your IP address and say 'Add'.
    d) After add the following tag in addition to CF:Mail,
    <cf:Config  cfServer="" cfPort="8501" servicePassword="" serviceUserName="" />(the values entered here should be same as the ones configured under 'Add User' and 'Allow IP address' section).
    Please find attached the mxml file (TestCF.mxml) which has the Flex code.
    Also, add the 'CFService.swc' into your project. Go to  Project->Flex Build Path->Add SWC and point to D:\ColdFusionCentaur\wwwroot\CFIDE\scripts\air (subject to CF9 installed location).
    Please try the workflow by following these steps and let us know if things work fine
    Thanks,
    Balaji
    http://balajisridhar.wordpress.com

  • Error -Call to undefined function: ocilogon() ( Php4.4+ Apache2.2 +Windows)

    1) Configured Php4.4 to have oci8 enabled with Apache2.2 on Windows 2000 ( service pack4). No error at the time of Apache start but when trying to connect to Oracle using Oracle Instant Client below error is thrown..
    "Fatal error: Call to undefined function: ocilogon() in C:\Apache2 \htdocs\star\dbconnect.php on line 7"
    Configuration steps..
    1) Uncommented "extension=php_oci8.dll" in php.ini to enable oci API's.
    2)Configured Oracle Instant client by adding path to Windows path variable as per it documentation.
    3)Copied all Php4.4 dlls( oci..etc) into the directory pointed by "PHPIniDir", which is configured in httpd.conf
    If i run phpinfo(), i dont see oci8 enabled in the output. I guess there is problem in the configuration? Any insights into the error is greatly appreciated..
    BTW, I did same configuartion on Windows XP and is working fine..

    Also, I dont see path value for path variable in phpinfo() ouput for Oracle Instant Client, which i updated in Windows?
    Below is the snippet of ouput from phpinfo().
    Apache Environment
    Variable Value
    HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*
    HTTP_ACCEPT_LANGUAGE en-us
    HTTP_ACCEPT_ENCODING gzip, deflate
    HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
    HTTP_HOST localhost
    HTTP_CONNECTION Keep-Alive
    PATH D:\CESi\isis\bin;D:\CESi\Gateway\mico-win32-bin\;D:\CESi\Gateway\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Support Tools\
    SystemRoot C:\WINNT
    COMSPEC C:\WINNT\system32\cmd.exe
    PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    WINDIR C:\WINNT
    SERVER_SIGNATURE <address>Apache/2.0.59 (Win32) PHP/4.4.4 Server at localhost Port 80</address>
    SERVER_SOFTWARE Apache/2.0.59 (Win32) PHP/4.4.4
    SERVER_NAME localhost
    SERVER_ADDR 127.0.0.1
    SERVER_PORT 80
    REMOTE_ADDR 127.0.0.1
    DOCUMENT_ROOT C:/Apache2/htdocs
    SERVER_ADMIN [email protected]
    SCRIPT_FILENAME C:/Apache2/htdocs/info.php
    REMOTE_PORT 4977
    GATEWAY_INTERFACE CGI/1.1
    SERVER_PROTOCOL HTTP/1.1
    REQUEST_METHOD GET
    QUERY_STRING no value
    REQUEST_URI /info.php
    SCRIPT_NAME /info.php
    Environment
    Variable Value
    ALLUSERSPROFILE C:\Documents and Settings\All Users
    CMM_CELL CSTAR_STAR
    CommonProgramFiles C:\Program Files\Common Files
    COMPUTERNAME STAR-SM-NR-PROD
    ComSpec C:\WINNT\system32\cmd.exe
    NUMBER_OF_PROCESSORS 2
    OS Windows_NT
    Os2LibPath C:\WINNT\system32\os2\dll;
    Path D:\CESi\isis\bin;D:\CESi\Gateway\mico-win32-bin\;D:\CESi\Gateway\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Support Tools\
    PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE x86
    PROCESSOR_IDENTIFIER x86 Family 6 Model 11 Stepping 1, GenuineIntel
    PROCESSOR_LEVEL 6
    PROCESSOR_REVISION 0b01
    ProgramFiles C:\Program Files
    SMS_LOCAL_DIR C:\WINNT
    SystemDrive C:
    SystemRoot C:\WINNT
    TEMP C:\WINNT\TEMP
    TMP C:\WINNT\TEMP
    USERPROFILE C:\Documents and Settings\xwback
    windir C:\WINNT
    AP_PARENT_PID 884

  • Fatal error: Call to undefined function add__custom_background() in /home4/dargonza/public_html/wp-content/themes/twentythirteen/functions.php on line 24

    Fatal error: Call to undefined function add__custom_background() in /home4/dargonza/public_html/wp-content/themes/twentythirteen/functions.php on line 24
    While practicing with HTML with WordPress Themes, I inserted a phrase (add_custom_background) in the wrong sentence.

    Its wordpress theme issue
    *issue in path location
    Try with wordpress forum
    *http://wordpress.org/support/
    May be try this
    *http://wordpress.org/support/topic/fatal-error-call-to-undefined-function-add_custom_background

  • Getting Fatal error: Call to undefined function mysql_connect() error.

    ok, so before I had my mysql_connect php script and it ran fine, no errors, but once I changed my php.ini file to give ERROR_REPORTING E_ALL I now get Fatal error: Call to undefined function mysql_connect(). I am just wondering how I can fix this?
    I followed the arch linux LAMP wiki and I can't figure out why I am getting this error after turnning on error_reporting.
    Thanks
    this is my php code
    <?php
    $connection = mysql_connect('localhost', 'root', 'password');
    if(!$connection){
    echo mysql_error();
    } else {
    echo 'connected';
    if (!mysql_select_db('my_first_db')){
    echo 'uh';
    } else {
    echo 'selected database';
    ?>
    <?php phpinfo(); ?>
    Last edited by clandest (2012-03-22 04:36:43)

    aking9 wrote:grabbing into the back of the back of my memory here but don't you need to specify a port to connect to?
    Only if you change the port from the default 3306. But even then, a different error message will output, in this case the mysql modules have not loaded for some reason.
    There is a syntax error in your php.ini file, at line 510. Comment out this line as it's a line giving information rather than an option. Then uncomment the error_reporting option.
    So this:
    Default Value: E_ALL & ~E_NOTICE
    ; Development Value: E_ALL | E_STRICT
    ; Production Value: E_ALL & ~E_DEPRECATED
    ; http://php.net/error-reporting
    ;error_reporting = E_ALL & ~E_DEPRECATED
    Should be changed to this:
    ; Default Value: E_ALL & ~E_NOTICE
    ; Development Value: E_ALL | E_STRICT
    ; Production Value: E_ALL & ~E_DEPRECATED
    ; http://php.net/error-reporting
    error_reporting = E_ALL & ~E_DEPRECATED
    After this try "sudo /etc/rc.d/httpd restart" then see if you have any better luck connecting to mysql.
    Last edited by astiak (2012-03-22 23:24:40)

  • [SOLVED] Unable to update pacman - Catalyst database issue

    Hi there,
    I have the AMD catalyst drivers installed for Dell 1555 laptop. As they changed their server URL, I updated my pacman.conf as directed in Arch wiki and then added the GPG key with the following commands.
    # pacman-key --keyserver pgp.mit.edu --recv-keys 0xabed422d653c3094
    # pacman-key --lsign-key 0xabed422d653c3094
    However, I still get the following error:
    error GPGME error: No data
    error GPGME error: No data
    :: Synchronizing package database...
    xorg112 is up to date
    catalyst-hd234k is up to date
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    error: database 'xorg112' is not valid (invalid or corrupted database (PGP signature))
    error: database 'catalyst-hd234k' is not valid (invalid or corrupted database (PGP signature))
    Please help.
    Last edited by ravisghosh (2013-03-08 20:34:37)

    Strangely, I did a pacman -Syu today and it worked well without any error. Not sure what was broken, but it is fixed now.

  • Error "thtmlbutil" is undefined starting the WebUI

    Hi ,
    Did install CRM 7.0 on a new box , starting BSP CRM_UI_START / default.htm , we get the error :
    "thtmlbUtil" is undefined
    crmuifServer.js
    Code: 0

    Try activating all services in SICF under the following path:
    Default_host > sap > bc > bsp > sap
    Regards
    Todd

  • == ERROR: BUILDSCRIPT is undefined! Ensure you have updated...

    I updated to the latest Pacman in testing, and when I tried to use makepkg, I got this:
    ==> ERROR: BUILDSCRIPT is undefined! Ensure you have updated /etc/makepkg.conf.
    However, I have already checked and modified the configuration, look:
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The FTP/HTTP download utility that makepkg should use to acquire sources
    FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3 --no-check-certificate"
    #FTPAGENT="/usr/bin/snarf"
    #FTPAGENT="/usr/bin/lftpget -c"
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="i686"
    CHOST="i686-pc-linux-gnu"
    #-- Exclusive: will only run on i686
    # -mtune builds exclusively for an architecture
    # -mcpu optimizes for an architecture, but builds for the whole processor family
    CFLAGS="-march=native -mtune=generic -O2 -pipe"
    CXXFLAGS="-march=native -mtune=generic -O2 -pipe"
    #-- Make Flags: change this for DistCC/SMP systems
    MAKEFLAGS="-j1"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(!fakeroot !distcc color !ccache)
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip !docs !libtool emptydirs)
    #-- strip: Strip symbols from binaries/libraries
    #-- docs: Save doc and info directories
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    OPTIONS=(strip !docs libtool emptydirs)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Info and doc directories to remove (if option set correctly above)
    DOC_DIRS=(usr/{,share/}{info,doc,gtk-doc} opt/gnome/{,share/}{info,doc,gtk-doc})
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    PKGDEST=/home/ltsmash/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    SRCDEST=/home/ltsmash/sources
    #-- Packager: name/email of the person or organization building packages
    PACKAGER="LTSmash <[email protected]>"
    # vim: set ft=sh ts=2 sw=2 et:
    Any ideas?
    Thanks in advance

    ambalex wrote:no, after reinstaling there's no /etc/makepkg.conf.pacnew, and the /etc/makepkg.conf is the old one.
    If pacman didn't install a *.pacnew version of the config file that means that your makepkg.conf is up to date or, in either case, the same as the default one installed by the package.
    Here is the default makepkg.conf file for reference: http://rafb.net/p/5h2PWp94.html

  • Pacman Error: No such file or directory, please help

    This morning I decided to make a package using the ABS and I noticed this error when executing Pacman.
    error: /var/lib/pacman/local/pacman-2.9.8-1/desc: No such file or directory
    Consequently, the custom package (Gaim Beta 4) kept complaining about dependancies, when I knew those packages were installed in the system. I did some searching around and it appeared that my local database may be currupted? At any rate, one of the posters suggested to forcefully reinstall the offending package, which I did. Upon doing so, it appeared that I had found a solution. However, after installing another package, the error appeared again. Repeating the process resolves the error, but only once before it occurs again.
    Upon further searching, another poster suggested that I should remove the offending directory, and then reinstall the package. When I attempt to remove the directory, I get a kernel panic and my entire system freezes. Since there is so much output, I've take a photo of the error (X just freezes).
    I apologise for the dodgy flash, but you can see the output. If anyone could offer any suggestions/assistance, I'd appreciate it.
    Cheers,
    Tate
    EDIT: If it helps, I'm using the latest 2.6.18 stock Arch Kernel and LVM2 with ReiserFS.

    try this:
    cd /var/lib/pacman/local
    mv pacman-2.9.8-1 pacman-2.9.8-1.old
    pacman -Sf pacman
    verify /var/lib/pacman/local/pacman-2.9.8-1 folder exists
    verify that following files are in folder:  depends, desc, files, install
    verify pacman -Syu works
    rm -rf /var/lib/pacman/local/pacman-2.9.8-1.old

  • 0x800a1391 - Microsoft JScript runtime error: 'applicationCache' is undefined

    Hi,
    I'm running the ContosoConf labs available here:
    https://www.microsoft.com/learning/en-ca/companion-moc.aspx
    under 20480B Programming in HTML5 with JavaScript and CSS3
    When running any of the labs in VS 2012 Professional w/update 4, debugging in IE 9, an exception appears on index.htm, 0x800a1391 - Microsoft JScript runtime error: 'applicationCache' is undefined on this line in offline.js:
    // Error fetching appcache.manifest: so we are probably offline
    applicationCache.addEventListener("error", hideLinksThatRequireOnline, false);
    It appears all the references in the project are ok and I am running IE 9.
    Please advise, any help at all much appreciated. :)
    Best,
    O

    Hi,
    that is correct.... HTML5 is supported in IE10 and later (http://caniuse.com )
    feature test with
    if(window.applicationCache)
    test your website from a file server (http protocol), not a local file (file protocol). eg. localhost/mywebsite.local. (select the publish option from your IDE). You cannot debug directly from VS (f5) eg. http:/localhost:port (no domain to map the manifest
    to),
    there are also some gotcha's with debugging the appChache api. Delete the client manifest (Internet Options/Browsing History>Settings>Caches and databases)
    you feature test the navigator object to determine if the userAgent is 'online' with
    if(!navigator.online)
    Regards.
    Rob^_^

  • MINIWAS Error: Database BSP NOT started

    Please i need help . when initializing the data base this is the error:
    C:\MiniWAS>dbmcli -U c db_warm
    ERR
    -24988,ERR_SQL: sql error
    -902,Message not available
    Error: Database BSP NOT started !
    Thanks
    when star SAP MBS this message:
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>REM   Set the Environment for the DB Connect
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>set DBMS_TYPE=ada
    C:\MiniWAS>set PATH=C:\sapdb\programs\bin;C:\sapdb\programs\pgm;C:\WINDOWS\syste
    m32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\ASRAPI2\BIN;C:\sapdb\programs\bin;C:\
    sapdb\programs\sap;C:\sapdb\programs\pgm
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>REM   Start the Database (SAP-DB)
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>cmd /c strdbsBSP.cmd
    Iniciando base de datos
    C:\MiniWAS>set DBNAME=BSP
    C:\MiniWAS>x_server
    18641 ERROR: XSERVER is already running!
    C:\MiniWAS>dbmcli -U c db_warm
    ERR
    -24988,ERR_SQL: sql error
    -902,Message not available
    Error: Database BSP NOT started !
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>REM   Start SAP System
    C:\MiniWAS>REM =====================================================
    C:\MiniWAS>rem del pxastat
    C:\MiniWAS>start /B msg_server.exe pf=BSP_D00.pfl
    C:\MiniWAS>disp+work.exe break pf=BSP_D00.pfl
    dp Ctrl-C enabled
    rslgwr1(21): Searching for overlap point in pre-existing SysLog file...
    maximum pfclock time: 4294sec (1)
    gw Ctrl-C enabled
    dp Ctrl-C enabled
    dp Ctrl-C enabled
    dp Ctrl-C enabled
    maximum pfclock time: 4294sec (1)
    maximum pfclock time: 4294sec (1)
    maximum pfclock time: 4294sec (1)
    maximum pfclock time: 4294sec (1)
    adjust_clock: delta 518
    adjust_clock: delta 504
    adjust_clock: delta 1500
    work process W1 died => tskh_init: db_connect
    work process W2 died => tskh_init: db_connect
    work process W0 died => tskh_init: db_connect
    WARNING => pfclock may be badly adjusted (518)
    IcmHandleArgs: Illegal option break
    ICM up and operational (pid: 1508) ***
    DISPATCHER EMERGENCY SHUTDOWN => DpEnvCheck: no more work processes
    Shutdown ICM server ....
    ICM shutdown completed (pid: 1508) ***

    Hi,
    there must be some more information in the file named 'knldiag' or 'knldiag.err' file. Can you please copy and paste some information from either of those files into this thread?
    Additionally, please mention your exact MaxDB/SAP DB Version (incl. Build).
    I also noticed you've set the date of your system to the year 2020???
    Regards,
    Roland

  • When I try to log on to my ichat I get the error message "An undefined AIM socket error has occurred.". How do I resolve this?

    The error message "An undefined AIM socket error has occurred." comes up when I try and log on to ichat.

    I have the same issue. Does anybody know why this has happened

Maybe you are looking for

  • My new iPad asks for the PIN of my MacBook to sync.  How do I find the PIN?

    how can I sync all my devices?  Older MacBook, iPhone5 (these two sych via wi-fi)   I want my new iPad to do the same but it asks for my MacBook PIN number.   No idea what that is.  I have it syncing with iTunes now but only pics/music.   I want some

  • Will Not Boot From Install Disc

    Upon a Verify Disk check I received a "Volume Header needs minor repair" notice. Because it is necessary to boot from another disc to repair the header, I attempted to boot from the install disc. I tried restarts holding down the "C" or by selecting

  • Pages says its updating and cannot be opened, but its not.

    When I try to open Pages it says it is updating and cannot open when updating. However I see no update in progress and nothing seems to be happening. Its been a few days, tried restarting.

  • Numbers printing problem

    I am trying to print a spreadsheet from my IPad  and the only thing that is printing is the border, I've checked the settings and all appear in order, anyone experiencing the same problem

  • Sensible benchmarks for a desktop Linux system?

    By the end of the month, I'll have done a massive overhaul of my PC - going to brand spanking new just about everything. But it's not enough to just know that my new system will be faster. I want to know how much faster it is with quantifiable number