Debian :: Package Database Not Showing Up As Installed

Oct 17, 2010

I know I've got inotify-tools installed; I've got a daemon that runs and it's using inotifywait to move some files around.

This thing is:
12:20:16 /home/barrie $ >> dpkg --get-selections | grep inotify*
12:20:29 /home/barrie $ >> aptitude show inotify-tools
Package: inotify-tools
New: yes
State: not installed
Version: 3.12-1
Priority: optional
Section: misc
Maintainer: Peter Makholm <peter@makholm.net>
Uncompressed Size: 115k
Depends: libc6 (>= 2.6-1), libinotifytools0
Description: command-line programs providing a simple interface to inotify
inotify-tools is a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. inotify-tools consists of two utilities:
inotifywait simply blocks for inotify events, making it appropriate for use in shell scripts.
inotifywatch collects filesystem usage statistics and outputs counts of each inotify event.

12:20:40 /home/barrie $ >>
It's not showing up as installed! If not how to get the list of installed packages 'reloaded'. I've googled for hours and reloading the installed packages doesn't look promising!

View 3 Replies


ADVERTISEMENT

Ubuntu :: LTIB Showing Package Not Present: Rpm-build Software Not Installed

Oct 15, 2010

ltib is showing following package not present: rpm-build Software not installed, even though rpmbbuild is already installed. I am trying this on Ubuntu.

View 1 Replies View Related

Server :: Database Stopped Showing Up - Files Still There - Restore The Database From The Files?

Jul 8, 2011

I recently moved into a new place and when I hooked up my webserver, I wasn't able to bring up my page, even from localhost. With some digging, it seems that I can't access the database that housed my posts (wordpress installation). I looked for the datadir in MySQL and that directory shows the wordpress directory that should be holding the database and all the files are still there. 1) why the database no longer shows up 2) how to restore the database from the files?

View 2 Replies View Related

Debian :: Forbidding A Package From Being Installed

Jan 24, 2016

Is this method the correct one if I want to forbid a foo package from being installed, even if this foo package is a dependency of another package? For example, geoclue is a dependency of Steam. However, I still want to install Steam, but not geoclue.

The method:

nano /etc/apt/preferences

Package: geoclue
Pin: origin ""
Pin-Priority: -1

View 3 Replies View Related

Debian :: Find Name Of An Package Installed?

Sep 18, 2010

Debian 504 64-bit

I have emacs and ess running on this box code...

View 5 Replies View Related

Debian :: Find A Package That's Not Yet Installed

Feb 15, 2010

I need a particular include file. I know the file name. I don't know which package would install it. apt-cache seems to only search names and descriptions. dpkg -S seems to only search through installed packages. I need to find a package that's not yet installed. I probably just missed the option in the man page... or I don't know which program to man.

View 10 Replies View Related

Debian :: Find The Full Name Of An Installed Package?

Sep 18, 2010

Debian 504 64-bit I have emacs and ess running on this box

[code].....

how to find the full name of "ess" installed? How to find whether there is the latest version available on backports?

View 4 Replies View Related

Debian :: Changing A Package's Dependencies After It's Installed

Aug 1, 2010

I did a compile and checkinstall of a Debian package (and then deleted the temporary directory tree I compiled in), and had to redo the compile and checkinstall since I screwed up on the dependencies (I think it's item #10) on the checkinstall "menu".

Looking for a quick and dirty shortcut, I was wondering where the post-install dependencies for the packages are stored. Is it in /var/lib/dpkg/status ?

If not, where is the dependency information for installed packages stored?

View 1 Replies View Related

Debian :: Which Package Needs To Be Installed In Order To Support ISO Image

May 7, 2010

Recently I did a Debian Squeeze fresh install.I want to make an ISO of a CD but if I right-click the CD icon and choose copy disk only cue and toc options are available.Which package needs to be installed in order to support ISO image?

View 4 Replies View Related

Debian Installation :: How To Remove Half-installed Package

Jun 30, 2010

Recently tried to install a new Wine package, but the install failed, so I removed it and reinstalled the old one. That installation also failed, and now the package is in a half-installed state and can neither be installed nor removed. I'd be most grateful for some help - I miss my Wine!

# apt-get install 0.9.47~winehq0~debian~4.0-1
Reading package lists... Done
Building dependency tree... Done
E: The package wine needs to be reinstalled, but I can't find an archive for it.
# apt-get remove 0.9.47~winehq0~debian~4.0-1
Reading package lists... Done
Building dependency tree... Done
E: The package wine needs to be reinstalled, but I can't find an archive for it.

What does it mean by "an archive", and where can I find one?

View 3 Replies View Related

Debian Installation :: Package Apache Not Installed So Cannot Removed

Jul 7, 2011

I am running a vps with nginx as webserver. For some odd reason (I don't know if it was installed already) apache2 was running before nginx could start. After stopping apache2 nginx starts fine again. But, I want to completely remove apche2, but:
root@vps2:~# apt-get --purge remove apache2*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package apache2 is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@vps2:~#

but:root@vps2:~# ls -la /usr/sbin/apache*
lrwxrwxrwx 1 root root 34 Jul 5 01:46 /usr/sbin/apache2 -> ../lib/apache2/mpm-prefork/apache2
-rwxr-xr-x 1 root root 5326 Mar 22 23:56 /usr/sbin/apache2ctl
lrwxrwxrwx 1 root root 10 Jul 5 01:46 /usr/sbin/apachectl -> apache2ctl
root@vps2:~# ls -la /etc/ap
apache2/ apm/apt/
root@vps2:~# ls -la /etc/apache2/
total 76

drwxr-xr-x 7 root root 4096 May 27 17:32 .
drwxr-xr-x 88 root root 4096 Jul 5 20:46 ..
-rw-r--r-- 1 root root 7908 May 27 17:32 apache2.conf
drwxr-xr-x 2 root root 4096 May 27 17:32 conf.d
-rw-r--r-- 1 root root  1169 May 27 17:32 envvars
-rw-r--r-- 1 root root 0 May 27 17:32 httpd.conf
-rw-r--r-- 1 root root 31063 May 27 17:32 magic
drwxr-xr-x 2 root root 4096 May 27 17:32 mods-available
drwxr-xr-x 2 root root 4096 May 27 17:32 mods-enabled
-rw-r--r-- 1 root root 750 May 27 17:32 ports.conf
drwxr-xr-x 2 root root 4096 May 27 17:32 sites-available
drwxr-xr-x 2 root root 4096 May 27 17:32 sites-enabled
root@vps2:~#

Apache2 is there and I can start it normally with /etc/init.d/apache2 start but I want it removed, how do I do that?

View 2 Replies View Related

Debian :: Installed Scim With The Package Manager, But Cannot Start It?

May 8, 2011

I have just switched from Ubuntu to Debian, so on the whole I can easily figure out how to use Debian. Scim however, is giving me a problem. I have installed scim with the package manager, but cannot start it.With Ubuntu is was ctrl+space bar, but so far I have not found any key combinations that work. In the preferences menu there is an entry for scim set-up, but it is only an information page.AlthoughI have been using Linux for a few years, I am not much of a terminal user, so I have not even thought of going that route for fear of wrecking my new system.Considering how easy it was to use scim on Ubuntu, which is a Debian derivative, it should not be difficult to get it working. (I am not a computer wizard. In fact, before switching to Linux I hated the machines.

View 2 Replies View Related

Debian :: Use Aptitude To Check For An Installed Provided Package?

Jan 15, 2011

I regularly compile something from a source repository that has a certain set of dependencies. Some of these dependencies are dev libraries that are provided via other libraries but are not considered installed packages in themselves, so I cannot test for some dependencies directly.

I am currently parsing an "apt-cache showpkg" output to check for some of these provided dependencies. This is somewhat kludge-y and messy, and I was looking for a more elegant solution.

Is there an APTITUDE option that will directly test for the presence of a library that is part of some other package without having to know the name of the package that the library is part of?

View 2 Replies View Related

Software :: In Database Dump Txt It Is Showing Some Special Character

Nov 3, 2010

we have Centos linux and database postgresql and taking dump in .data files. need to find all speical character in my database dump .data files it is open in txt paid and store in one txt file. e.g of special character are as below.

[Code]....

View 1 Replies View Related

Debian :: Install The Nvidia Package As The System Has A XFX 9 Series Card Installed?

Jul 19, 2011

I'm very new to Linux and have recently installed Debian Squeeze on my pc. I'm trying to install the Nvidia package as the system has a XFX 9 series card installed. I'm unable to get stop X to complete package installation. I keep getting permission denied when I run the command /etc/init.d/gdm stop. After reviewing a few forums I also log in as root to the console and tried the command there as well. I'm still getting the permission denied response. Can anyone advise on how to get around this?

View 2 Replies View Related

Software :: Not Able To Installed Openfire Database?

Sep 22, 2010

not able to installed openfire database setting standarad connection below error i have got, if anybody has installed openfire thenchecked error log but no use )A connection to the database could not be made. View the error message by opening the "/logs/error.log" log file, then go back to fix the problem.

View 5 Replies View Related

Ubuntu :: PhpPgAdmin Installed - Cannot Access Database

Nov 8, 2010

I've just installed Xubuntu 10.10 and I installed phppgadmin on it but when I connect to postgres it automatically closes the session and I can not access the database. I tried via pgadmin3 graphically and there is not problem.

View 1 Replies View Related

CentOS 5 :: What Needs To Be Installed For A Working Webserver/database

Aug 9, 2009

I have a dedicated server running Centos 5.2. I have a Wordpress MU site that's setup over apache 2, mysql 5, php5, and I use phpmyadmin as well. I'm able to read the database as my website appears perfectly fine, however, I can not write to it. What exactly do I need to install on my Centos sever to allow my site to interface with the database? I've used shared servers and VPS's with no problems but this just won't work. The support team seems clueless and I'm ready to ask them to reinstall my entire OS and everything else again.

View 2 Replies View Related

OpenSUSE Install :: System Check Doesn't Fix Package Database?

May 28, 2010

Because I was getting some package errors, I ran the Repair Installed System option that shows up after boot. During System Check when earching for package databases,YaST2 is not able to find /var/lib/rpm/Filemd5s. After a while, a YaST2 box pops up and says that it Successfully rebuilt the package databaseďbut I get the same error when I run System Check again. I've chosen both Rebuild Package Database as well as Revert to Original Package Database (saved by YaST)In both cases, it saysat it was successful, but the same error occurs the next time I run System Check

View 7 Replies View Related

Software :: Adept Package Manager APT Database Error On Kubuntu 6.10?

Jul 12, 2010

I am running Kubuntu 6.10. I opened adept package manager to create a new repository. It opened and I created the new repository (/home/dell/repository/)it went through. I closed adept. Opened adept and a error message reading this popped up: "The APT database could not be opened! This may because by incorrect APT configuration or some similar problem. Try running apt-setup and apt-get in terminal and see if it helps resolve the problem." I ran it in terminal (I was online) for both and update and upgrade in both apt-get apt-setup, but it tells me "E: type "/home/dell/repository/" is not known on line 1 in source list /etc/apt/sources.list E: The list of sources could not be read." I tried opening Add/Remove Programs but it did the same thing as adept. I am a linux newbie, and haven't toyed with APT database. When I added the new repository I just opened Manage Repositories and then entered "/home/dell/repository/", clicked add and it was put on the list as "Comment | /home/dell/repository/" in a grey text. I right clicked on it and clicked enable, it stayed grey. I left the program then. How can I fix the APT database?

View 1 Replies View Related

Ubuntu :: Installed On My System Along With Windows XP - Sharing A Database

May 28, 2010

I am new to Linux and ave installed Ubuntu on my system along with Windows XP (Dual boot). I would like to find out if there is a way to share a database between these two operating systems.

Currently, I have a Microsoft Access database which I would like to use in either OS. I understand that Access probably won't work in Linux so I am willing to go to a different DB application as long as I can access it from both operating systems. Database is very simple. It allows you to input into an Access Form and then allows you to print a simply one page report based on the data just entered.

View 3 Replies View Related

Debian :: Only Installed Base System, Doesn't Find Package "gnome"?

Jun 28, 2010

Well the topic name says it all. I only installed the base system and when I try "apt-get install gnome" it tells me it can't find package "gnome".Now, I'm actually to much of a noob to try to build my own Debian from the base system and up. But it still seems to be the easiest option.When I try "Debian GNU/Linux on CDs" I can't get online. I start Iceweasl but it just gives me that message telling me that it can't find the website I tried to enter (e.g www.google.com).When I try the net install I get "Bad Archive Mirror" at the configure apt part. I've tried searching your forums for this and it seems to happen to a lot of people but I still can't find a solution in any of those threads

View 8 Replies View Related

General :: Apt-get Remove Ssh And Debian Returned "package Ssh Is Not Installed - 0 Packages Removed"

Jan 29, 2010

I've been reading up on ssh and I don't want anyone to connect to my computer. I am not interested in remote connectivity at all. Should I uninstall ssh? I ran Code: apt-get remove ssh and debian returned "package ssh is not installed. 0 packages removed."

I also looked online and found out about /etc/ssh/ssh_conf but all of the lines on my computer were #'d out. I also added "PermitRootLogin no" at the end. Am I safe from ssh attacks if I don't have ssh? Might be a stupid question but I don't want to fall victim. edit: it seems as though I -do- have openssh-client and openssh-server installed. Should I just leave my ssh config with PermitRootLogin no or apt-get remove openssh-client openssh-server.

View 9 Replies View Related

OpenSUSE :: Fatal Error Database Recovery Fring Installing A Package?

Jun 28, 2010

Code:
(with --nodeps --force) Error: Subprocess failed. Error: RPM failed: rpmdb: PANIC: Invalid argument
rpmdb: PANIC: fatal region error detected; run recovery

[code]...

View 1 Replies View Related

Ubuntu Installation :: Error - Dpkg: Warning: Files List File For Package `libsdl-image1.2' Missing, Assuming Package Has No Files Currently Installed

Sep 23, 2010

When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.

Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.

[Code]....

View 4 Replies View Related

Ubuntu :: Package Seems Not Installed While It Actually Is Installed

Mar 24, 2011

i have to use lh command. I have installed all updates for ubuntu, live-build (the package for lh) and its updates. So my system is fully updated.When i hit "lh" command i get the following message: The program 'lh' is currently not installed. You can install it by typing:

sudo apt-get install live-build

When i do type: "sudo apt-get install live-build" i get:

Reading package lists... Done
Building dependency tree
Reading state information... Done
live-build is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

View 5 Replies View Related

CentOS 5 :: Package Installed But Not Installed?

Apr 3, 2009

I am trying to put up my own Quake2 server to play with my friends. During this installation process I have encountered rather confusing issue. First I downloaded the Q2 server binaries in RPM package and tried installing it:

[Code]...

View 5 Replies View Related

Ubuntu :: 10.04 Only Showing 3.2GB Memory With 4GB Installed

Jul 28, 2010

As the title states, I'm only seeing 3.2GB of memory with 4GB installed.

Code:
--> free -m
total used free shared buffers cached
Mem: 3277 990 2286 0 58 388
-/+ buffers/cache: 543 2733
Swap: 2933 0 2933
-->

My mainboard is a MSI K8N Neo4 Platinum. I have 4GB of OCZ memory installed. 2GB just recently installed. In the bios, I've enabled the memory hole remapping for both HW/SW. It is not a shared memory with the onboard video. I have the onboard video disabled. I have a dedicated Nvidia card. The Bios does show a full 4GB in the system information section.

I thought that 10.04, was supposed to have the pae kernel enabled by default. Is that not the case?

Code:
--> uname -r
2.6.32-24-generic
-->

Is the fix to install the pae kernel?

View 5 Replies View Related

Ubuntu :: Thunderbird Installed But Not Showing Anywhere?

Aug 7, 2010

am getting the hang of it & have installed various applications with no effort at all, however, I have run into a problem that I hope you can help with ?I've installed Thunderbird & it is showing "installed" in Ubuntu Software Centre but is not showing anwhere in either applications, places or system - surely it should show up in applications right

View 3 Replies View Related

General :: Installed Salix, Not Showing On GRUB?

Dec 19, 2010

Toshiba/Celeron/multibootI just installed Salix KDE. The install went well, afaIk...Salix does not appear on the grub, and I in fact have no way of knowing if it even exists on my machine. I have not checked anything via the console. I do not know how. All other OS's on the HDD are present on the grub, and are unaffected.I am running Kubuntu 10.04 LTS currently.

View 12 Replies View Related







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