General :: How To Confirm Source Was Correctly Installed

Jul 6, 2011

I've installed CFEngine from source (for those of you who aren't familiar with the product, check out the wiki page) on an AIX server. I had some issues setting it up but finally got it to gmake successfully.

Once I run gmake install I get a very short output (based on other source builds) and no errors. I figure something is fishy and I now I need to figure out a good way to find if it was correctly installed. I tried:

find / -name cfeng* 2> /dev/null

Is there something analogous to rpm -qa | grep cfengine?

Here is a copy of my output in case anyone needs: [url]

View 1 Replies


ADVERTISEMENT

General :: Configuration Defaults For GNOME Power Manager Have Not Been Installed Correctly

Dec 17, 2010

Opps should raed GNOME power manager problem, but im sure you all guessed.I get an error when i try and log in.The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator."I did try and follow the advice on other threads but nothing works so far.

I have an eepc- no cdrom drive.Right now im in malaysia so i dont have anyone to help me out. If you have any suggestions make them simple please i dont care if i loose everything on my computer just need it to work again

View 5 Replies View Related

General :: Uninstall App Installed From Source

May 7, 2010

I installed poedit program from source folder then i delete this source folder , what if i want to uninstall it ? when locate poedit it give :

Code:

I cant command make uninstall coz i dont have source file ?

View 5 Replies View Related

General :: Remove Program Installed From Source?

Feb 28, 2011

I installed nagios program from tar.gz file (from source basically). I didn't use dpkg or apt-get, I used 'configure','make install' and then 'make' scripts. How can I remove this progrma from debian system ?

View 2 Replies View Related

General :: List Of Softwares Installed Using Tar (from Source)?

Dec 11, 2010

If i am installing softwares through rpm, i can later query to see which softwares are installed on my system (using rpm). But if i have installed any softwares from source (using tar, /.configure methodhow can i list those softwares to see which one are installed ?

View 11 Replies View Related

Ubuntu :: Correctly Install A Tar.bz2 Source File?

Apr 18, 2010

Since the time I have moved to Ubuntu..I am finding it difficult to do work on images.... since in Windows I was using Photoshop.. But I tried running photoshop using wine and stuff but either didn't work or caused a lot of problems. So I found a new solution GIMP that is very close to Photoshop but not exactly like that.Now I got another solution that is some modification to GIMP called GIMP shop.

I downloaded the Linux version and I got a file gimp-2.2.8.tar.bz2 I was always confused in how I can install these source... there is no help on their website. installing these source files.... since I need to do many images manipulation and editing for my work.

View 5 Replies View Related

Software :: Source Installation Not Working Correctly In Mandriva 2010.0 Pp?

Jun 5, 2010

So I just installed Mandriva and was trying to install alien so I don't have to deal with source anymore. This happened, tried other sources and the same error. Maybe I'm overlooking something simple, but this is killing me.

so, First I wget (url for alien). It finishes.

Then, I start the installation

Code:
me@localhost ~]$ tar xvzf alien_8.1.1.tar.gz
me@localhost ~]$ cd alien
that takes me to where it should. then

[Code]....

Am I doing something wrong with this? Why is the ./configure not recognized?

View 7 Replies View Related

General :: Command To Get Source ( Full HTTP/FTP ) Path Of 'Installed' RPMs?

Jul 17, 2010

Is there a command to know " From where a specific RPM package was downloaded & installed ( The full HTTP/FTP path ) " ? For example, if I had previously installed Firefox from here [URL] is there a specific rpm query, or any other place, from where I can get the full ftp path back.

View 1 Replies View Related

General :: Open Source Licensing Legalities Installed In An Valid Business Organization?

Feb 1, 2011

I'm wondering if any Open Sourced OS and services/applications installed in an valid business organization, is there anything I should be worrying about in terms of using open source os/applications for business?

Reason being is in case auditing comes, does our open source items get audited?

I have Ubuntu, Fedora, CentOS running in my internal network running multiple services/applications and being used for business (LAMP stack, SVN, BIND, etc...).

View 1 Replies View Related

General :: Unable To Open Zebra Service After Installed Quagga Source File / Fix It?

Apr 8, 2011

I have a problem about to open zebra service after install quagga by command(./configure ; make ; make install ) and add service port ("/etc/services")

#service zebra status
zebra dead but subsys locked

and can't telnet to zebra
"telnet: unable to connection to remote host: connection refused"

I following a manual http://www.quagga.net/docs/docs-info.php but it's not perfect.

View 2 Replies View Related

General :: Confirm That Two Filesystems Are Identical Ignoring Special Files

Jun 15, 2011

/media/A and /media/B should be identical, but I want to confirm before deleting one.

Duplicate file finders don't work, because they'll find two copies of the same file within B, for instance. I only want to confirm that every file in one is identical to the other.

diff -qr /media/A/ /media/B/ seems to work, but the output is cluttered with garbage like

diff: /media/A//etc/alternatives/ControlPanel: No such file or directory

and

File /media/A//dev/tty8 is a character special file while file /media/B//dev/tty8 is a character special file

I can suppress the former with 2> /dev/null, but I don't know about the latter.

rsync -avn /media/A/ /media/B/ also produces a bunch of clutter, like "skipping non-regular file".

How can I compare the two trees and just make sure that all the real files exist in both and are identical?

View 2 Replies View Related

Fedora :: Download Correctly Kernel Source To Enable Driver Make Operation To Proceed?

Dec 20, 2010

I have done a new install of Fedora 14 but the RTL8191 wirless card is not being recognised. Realtek have provided the driver source but the make operation is failing because (I think) Fedora 14 isn't provided with the kernel source to enable it to complete successfully.

Basically (in easy to understand steps): how do I download correctly the Kernel source to enable the driver make operation to proceed?

View 14 Replies View Related

Ubuntu :: 10.04 - KDE Not Installed Correctly (Error Message)

May 24, 2011

I've been creating a website of late, and I've decided that I've come far enough along to get actual web development software (though gedit has served well). In Gnome, I have Bluefish, which is alright, but I also wanted something for KDE, since I also have Kubuntu 10.04 installed. I did some reading, and decided to see what all the fuss about Quanta Plus was about. I download the tar file, extract it, but when I run ./configure, it goes through a couple of steps and everything seems to be checking out okay.

Then I get an error message that says I am missing kde-config, and that I should check my KDE installation. I didn't do anything abnormal during the Kubuntu installation, so I can't imagine what I could do to check that installation. So then I go tot the INSTALL file, and try the alternative installation ./configure method, and I get an error message that says the the C compiler can't output an executable.

View 2 Replies View Related

Ubuntu :: Kernel Update Not Installed Correctly

Jul 17, 2011

After doing software updates my system had to be rebooted after a kernel update, but when I checked in grub and using $ uname -r it reported that I was using 2.6.38-8-generic. Now ever time I install a program from the software centre it says that software can not be installed and gives me these details. I am using Ubuntu 11.04 in unity.

View 3 Replies View Related

Hardware :: TtyS0 & TtyS1 Not Installed Correctly

Jun 12, 2010

CentOS 5 on a DSEB-DG motherboard. I am having trouble communicating with my APC UPS on /dev/ttyS0.

What I do know: UPS and cables are ok they work ok on my other server CentOS on a Intel S3210SH M/B Comparing the serial ports in the Hardware browser I notice that the Working system (Intel) is listed as such

Code:

The non working system lists

Code:

So I can see why the system does not work.

What I do NOT know: How can I correct this problem. Do I need to re-install the drivers? if so HOW.

View 1 Replies View Related

Slackware :: Getting Pam Installed And Operating Correctly On A System?

Oct 31, 2010

I need to install linux-pam on 13.1, pam is finicky and you can really screw up your system with it. getting pam installed and operating correctly on a slackware system?

View 10 Replies View Related

Fedora :: GNOME Power Manager Not Installed Correctly / Fix It?

Jul 17, 2009

Recently when I booted up my computer I get an error at the login screen.

"Install problem! The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator."

When I try to login in, nothing happens. I cant seem to get past the login screen.

View 11 Replies View Related

Ubuntu :: Package Can't Installed Correctly But It Does Appear To Install Except The Stellarium?

Apr 22, 2011

Installed ubuntu 10.10 on my dell D600. Install went fine, but after updates, the initial startup sound disappeared. Also had a bit of an issue getting the wireless card to work, eventually found the answer in the debian wiki and got the legacy installer for the b4X broadcomn chipset. Since then, everytime i install something, the system tells me the package was not installed correctly, but it does appear to install, except the stellarium.

View 1 Replies View Related

Red Hat / Fedora :: Check Operating Is Completely And Correctly Installed?

Apr 3, 2010

how to check linux operating system is completely and correctly installed with all drivers.

View 6 Replies View Related

Fedora :: Gnome Power Manager Not Installed Correctly / Sort It?

Nov 11, 2009

I'm running 10/11 on a toshiba satellite. i kinda got tired of loosing stuff because i mis-timed the battery discharge, so some months ago i pulled the battery and just ran on the adapter (back ground, i don't know if it's nothing, related to, or caused the problem).

monday morning fired her up - boom got the power "gnome manager not installed correctly"message. tuesday, googled gnome then power then... you get the route, and found Fedoraforum.org, read the stuff, did the yum remove...., did the yum install.... everthing seemed cool. 2nd reboot she stopped at the "f/infinity/balloon" kinda logo.

i went to verbose startup and - all sorts of services were failing; the word deprecate(d, ing, tion) came up a lot "device full..." came up a fair bit as well. when i tried the "yum remove" approach again i got [rpmdb: write: 0x1fd48b0, 8192: No space left on device]. similarily on "yum install" same kinda stuff - deprecation, BaseExpection, deprecated..... kinda long winded. up till now (13 years)

View 14 Replies View Related

Ubuntu :: Cannot Access 10.04LTS - GNOME Hasn't Been Installed Correctly

Jun 6, 2011

I cannot access ubuntu anymore. I have ubuntu 10.04LTS Lucid Lynx. Ubuntu always prompts me to do updates. On the last update, the system wasn't able to find 4 files online. So it aborted the update and reverted to the previous state. On the next startup I could still access ubuntu. But the startup after that I got the inlog-screen (with username and password), and even with the correct username and password that's as far as it goes. In the lower right corner it says:

Install problem! The configuration defaults for GNOME Power Manager have not been installed correctly contact your administrator. What can I do to access ubuntu again? I can, when I reboot, start up in recovery mode (but I have no clue what to do with the prompt). I can also start up older 'kernels': kernel 2.6.32-30-generic, 2.6.32-29-generic, 2.6.32-28-generic, 2.6.32-24-generic. Each of them also has a recovery mode. Not sure if this is useful at all though. Laptop: AMD Turion(tm) 64 Mobile Technology MT-37, 1.99 GHz, 1,00 GB RAM.

View 6 Replies View Related

Ubuntu Networking :: No Wireless Networks Found After Correctly Installed Madwifi

Jun 2, 2010

I just installed madwifi on my MSI laptop with an Atheros AR5001 wifi card & Lucid. As far as I can see and according to System -> Administration -> Hardware drivers the install was successful and the card + driver is up and running. However, I don't see any wireless network (my windows PC can see about 5 wireless networks). I tried it with the network manager applet as well as with wicd. If I try to connect to "Hidden Wireless Network" via nm-applet, it will start to connect for a while but is unable too (although I supply it with the correct WEP settings & key) So, I'm unable to use my wireless network. What am i doing wrong?

Some information about my system:
iwconfig
Code:
lo no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
[Code].....

I've been at this for hours now, also tried ndiswrapper and ath5k drivers with no luck

View 1 Replies View Related

Ubuntu :: The Configuration Defaults For Gnome Power Manager Have Not Been Installed Correctly

Oct 10, 2010

I was using simple backup config to backup home to an external drive and it was working fine for the past week or so and today after the backup the computer was restarted and I am unable to log on. I get an error message saying. "the configuration defaults for gnome power manager have not been installed correctly "

I did some googling and the problem is that / is full. I have been trying for the past three hours to delete some space on / so that I can log on. I used ctr-alt-f1 and I can log on there but whatever command I use to delete the root trash it fails. I get an error message saying /root/.local/share/Trash/files/ is not a file or directory.

delete root trash so I can log onto this computer. I have used every variant of sudo rm -r /root/.local/share/Trash/files/ that I could find including one using Chmod. I have already tried the commands found in this tutorial [URL]

I also reinstalled gnome but that did nothing.

View 4 Replies View Related

Ubuntu :: Configuration Deaults For Gnome Power Manager Have Not Been Installed Correctly?

Feb 27, 2011

I just tried to start up Ubuntu and got the following error message. "The configuration deaults for gnome power manager have not been installed correctly. Please contact your computer administrator."

I then get a black screen, with the menu bar at the bottom, and a choice of who to log in as. No matter who I choose I get the same error message and then it takes me back to the same screen. It also gives me the choice of what session to use but again, no matter what I choose it just takes me back to the error message and the same screen. I am running Ubuntu 10.10 on an Eeepc 901. I have the Netbook version installed, but I was using the desktop session. The last time my computer worked I ran update manager and it updated some Intel driver i think. Sorry I can't remember the exact details. Not sure if this is something to do with it.

View 1 Replies View Related

Fedora :: NVidia And Compiz Installed And Working But Screen Doesn't Refresh Correctly?

Oct 30, 2010

What it does is, if you do something to change anything on the screen, for example, highlighting text, or switching from one tab/menu in an application to another. The screen doesn't show the change. The only way to SEE the change is to do something else to the screen, like grabbing and moving the application around, or scrolling the page of a website, etc. If you don't do that, you won't see what's really on the screen, but rather what WAS on the screen.

Another example:

*) say you have an application open with 3 tabs: tab1, tab2, and tab3.
*) Switch from tab1 to tab2 and you see no change on the screen.
*) Switch from tab2 to tab3 and you see tab 2 on the screen, NOT tab 3.
*) Switch from tab3 to tab 2 and you see tab3 on the screen, and NOT tab2.

Or, if you're typing in this box to make a post, and you hit ctrl+a to select all, you see no change. If you click in the box to deselect all, then it looks like you've selected all text still. The only way to see what's currently on the screen is to scroll the text box or page just a bit, or, if you're using an application, then you'd have to move it around on the screen a bit.

As i've said, the nVidia drivers are installed and working, as well as compiz, etc.

Code:
[=v=]$ lspci
00:00.0 Host bridge: ATI Technologies Inc RD890 Northbridge only single slot PCI-e GFX Hydra part (rev 02)
00:02.0 PCI bridge: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port B)

[Code]....

Also, i did BOTH the dracut thing, and the extra kernel paramter in the grub.conf. So, nouveau is blacklisted. Oddly enough though, i do NOT have this problem when using the nouveau driver...

Also, fwiw, i think that i should mention that i'm not using the "Desktop Settings > Enable Desktop Effects" method, because i always seem to have problems with getting certain features to work, like the background for the cube skydome, etc. How i do it is that i install a package called compiz-manager, and i have it set to run at session start. This makes all of the compiz features work fine. One thing that i've noticed though, is that on my other workstation, i haven't set that up yet, and it seems that is is NOT having the same issue. While compiz-manager was running, i tried to use the "desktop settings" method, and it crapped out and reverted back to the old school desktop. I then tried it again, and it reloaded compiz, and there is no screen update issues now. So it seems that you have to have both of them running in order to get all of the compiz options to work, and not have the screen refresh issue?

View 9 Replies View Related

Ubuntu Installation :: Unable To Get Old 9.4 To Work Correctly And Installed New In Fear Of Looseing Pics And Files?

Mar 11, 2010

i have a problem i have two ubuntu programs on my hard drive. i have old 9.4 and i installed new 9.10 in a partition. i was unable to get old 9.4 to work correctly and i installed new in fear of looseing pics and files. what do i do.

View 7 Replies View Related

Ubuntu :: Isnt Working - Configuration Defaults For GNOME Power Manager Have Not Been Installed Correctly

Jul 16, 2011

My ubuntu isnt working after i write my password and press enter it does nothig but gives a massage ''the configuration defaults for GNOME power manager have not been installed correctly'' the recovery console doesnt work too(same problem) the problem appeared after i installed bittorent client called smth starting with 'd'.

View 4 Replies View Related

CentOS 5 :: Where To Put Applications Installed From Source

Apr 12, 2010

To make sure I have the latest packages installed, I no longer install anything from yum, I just compile them from source (or where source isn't available, from .rpm) directly from the application's website.

I was just wondering if there's a best practice about where to put application files that you compile yourself? Most of them seem to default to putting their files in /usr/local. What I currently do is then create symlinks from /usr/sbin, /etc/<appname>/conf, /var/log, /var/run etc. Is this messy? How should I be doing this instead?

View 5 Replies View Related

Ubuntu :: Remove Programs Installed From Source?

Mar 3, 2011

Running 10.10 64bit

I tried installing the latest Mupen64Plus from source, and something went wrong, and now I get errors when trying to run it. How do I remove the link that was created from the source install?

This is what I get code...

View 2 Replies View Related

Software :: Managing Source Installed Package With APT?

Mar 30, 2011

Kubuntu ships by default with a crippled K3b that won't rip DVDs to video files. Therefore I followed the instructions here to install it from source against libdvdread-dev. Now KPackageKit is continuously bugging me about 5 updates: k3b, k3b-dbg, libk3b-dev, libk3b6, and libk3b6-extracodecs. If I let those be "updated," I just get the binary versions of the same versions, without DVD ripping capabilities. Is there a way to get DVD ripping in k3b without APT continuously wanting to "update," it away?

View 4 Replies View Related







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