General :: Running MATcont - Got A Complaint As 'cannot Find -lstdc++?

May 3, 2011

while calling matcont on >>, I got a complaint as 'cannot find -lstdc++'.What should I do now?

View 1 Replies


ADVERTISEMENT

OpenSUSE :: Zypper Installs Conflicting Package Without Complaint?

Apr 20, 2010

I created an rpm that attempts to install the file /etc/rsyslog.conf (which on my system is already installed and owned by the rsyslog package). When I install this through rpm, I get the appropriate error. However, when I install the rpm through zypper, I get no complaints, and in the end two packages end up owning the file.

Is this the expected behavior? Does zypper force install rpms despite errors? I looked through all the config files, but couldn't find any setting dealing with this case. Is this something that is controlled by a config somewhere? I'm running openSUSE 11.2-0

Code:

linux:/usr/src/packages/RPMS/x86_64 # rpm -i testfile-2.0.1-0.x86_64.rpm
file /etc/rsyslog.conf from install of testfile-2.0.1-0.x86_64 conflicts with file from package rsyslog-4.4.1-3.1.x86_64

[code].....

View 4 Replies View Related

General :: Find What Task Is Running On A Particular Cpu Core?

Sep 17, 2010

I am using Kernel 2.6.35.4 on an Intel Core2Duo based system.

1) I have to find on which core a particular task is running on .
OR
2) I have to just log whenever my task is scheduled on any of the cores with the cpu core number & timestamp info. I am ready to modify the kernel to do printk or some logging . I guess there used to be 2 fields called 'processor' and 'last_processor' in task_struct in older kernels which probably had this information .

So what do I do to find out on which core a particular task is running on ?

Or ,

Are there any utilities that are simple-to-use and can display the tasks that are running on each of the cores , including the cpu core info ? top , mpstat etc do not tell you on which cpu core a task is running on .

View 2 Replies View Related

General :: How To Find (and Kill) Process Running On A Certain Port

Aug 12, 2011

Possible Duplicate: Finding the process that is using a certain port in Linux I'm using Ubuntu Linux 11.04. How do I write a shell script expression that will find the process running on port 4444 and then kill the process?

View 4 Replies View Related

General :: Command To Find Out For How Many Milli Seconds A Process Is Been Running

Feb 15, 2011

Is there any command to find out for how many Milli seconds a process is been running?s -a -o pid,etime | grep "process pid" gives the time in min:seconds. I wanted in milliseconds .

View 10 Replies View Related

General :: Find Memory Usage Of Shared Library Running In System?

Nov 30, 2010

I need to find the memory usage of a shared library loaded in Linux environment.

I need this information for deciding on whether to make the library part in to application or a seperate application itself.

View 3 Replies View Related

General :: Find Out How Much Time An Already Running Process Is Spending In User And Kernel Spac?

Jun 8, 2011

I am currently struggling with one of my tasks.I was asked to find a way how to determine how much time an _already running_ process is spending in user and kernel space.E.G. <some tool> <pid>[Control] + [c]<pid> spent 12.1 seconds in user and 1.52 seconds in kernel space.Does something like this exist? Basically I guess I am looking for something similar to time, except that the process is already running.So..a) Is there a tool which fulfills this task?b) Is there a way to write your own software which does the job? Is it even possible to code something I am looking for?I recently found strace -c -p <pid>, but well, this is not exactly what I was looking for.

View 3 Replies View Related

Debian :: Checked Top And Found 'nobody' Running Find

Feb 21, 2011

I saw my disk doing some strange activity. Checked top and found 'nobody' running find. Looked at who but saw no one strange (Ive had breakins before when I was foolish with a password)

So two questions: When does find run under user nobody? In ubuntu Ive seen updatedb running automatically but not in debianWhat are the ports check and other security measures I need to take? (eg not running sshd unnecessarily)

View 1 Replies View Related

Debian :: Distro - Find Out What Distribution Running?

Mar 14, 2011

Is there any easy way (i.e. command or file to view) to find out what distribution I am running? I know that my /etc/apt/sources.list has entries for stable, testing and unstable but I hear that (as of the 30th) "stable" has become Sarge. So if I performed an apt-get update then an apt-get dist-upgrade yesterday should I assume that I am now running Sarge?

View 8 Replies View Related

Fedora :: Cannot Find Package Manager Running F15

Jul 30, 2011

I'm new to F15, and can't seem to find the package manager. I want to install Firefox.

View 4 Replies View Related

OpenSUSE :: Couldn't Find Running DirectAdmin On 11.3 ?

Oct 13, 2010

I'm planning on running DirectAdmin on OpenSUSE 11.3 but I couldn't find anything about it. So my question is if anyone actually has done it before.. with good results preferably.

View 5 Replies View Related

Ubuntu :: WindowList - Can't Find Running Apps

Mar 14, 2010

I have 4 workspaces set up and they appear on the bottom menu bar. Usually I can switch to each and see what's running in each, even if the apps are minimised. Now I can only see what hasn't been minimised, and I can't see or return to the ones that are minimised... System Monitor shows the minimised apps are running... I was poking around gconf editor late the other night and I must have altered a setting but I have no idea which. I've looked through docs etc but can't find a solution.

View 6 Replies View Related

Ubuntu :: Running CMake - Could Not Find ZLIB

Aug 28, 2010

I'm trying to install .tar.bz2 app. When I run cmake I get this error message:
Code:
-- Found KDE 4.4 include dir: /usr/include
-- Found KDE 4.4 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find ZLIB (missing: ZLIB_LIBRARIES ZLIB_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindZLIB.cmake:39 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:15 (find_package)
Configuring incomplete, errors occurred!

View 2 Replies View Related

Ubuntu :: Script To Find PHP Process Running

May 7, 2011

I am trying to write a script that will look for a plugin and check that its running and if not start it
Code:
ps ax | grep -v grep | grep aseco.php
The above should list the process, if I put it into terminal this is incorrect?

View 8 Replies View Related

Networking :: Find The PID For All Processes Running For A Particular Port?

Apr 15, 2010

How can I find the PID for all processes running for a particular port?

View 3 Replies View Related

Ubuntu Networking :: Find Out Which Version Of Firefox 10.04 Is Running?

Jul 23, 2010

How can I find out which version of Firefox my Ubuntu 10.04 is running?

View 2 Replies View Related

Software :: Find The Size Of A Stack When A Process Is Running?

Dec 6, 2010

How do we find the size of a stack when a process is running?

View 1 Replies View Related

Programming :: Find Out If X11 Is Running From Within Perl OR Bash Script?

Mar 17, 2010

I am writing a script based image manipulator but i need to know if X is running so i can tell if i use CACAVIEW to imagemagick DISPLAY command.

View 14 Replies View Related

Slackware :: Claws Mail Not Running - Cannot Find Libetpan.so.13

Nov 25, 2010

I've tried this several times and cannot get claws-mail to run. Libetpan has been installed, removed and re-installed. When trying to start c-mail it say cannot find libetpan.so.13 which is accurate - the current installation of libetpan puts in libetpan.so.15. These packages all come from slackbuilds (have also tried Alien's package wtih the same results). This a standard 13.1 install with regular updates through slackpkg.

View 10 Replies View Related

Software :: Memory Depletion On Server Running Tomcat / Can't Find The Cause

Jan 14, 2011

Due to a ton of research I believe I now understand the output of ps, top, and free better than ever, and also have a relatively decent grasp on memory management (virtual address space, etc.) than I ever did before. With that being said, my server is super low on available memory and I can't make 1+1=2 on why it is. I suspect it's Tomcat/JVM (which I admittedly know precious little about). I am rebuilding this server (for a number of reasons) and plan to install 8GB but solving this mystery is key to supporting/promoting my design plans.

Relevant info So, I have very little memory left, I am swapping pretty hardcore, and even though I suspect it's the Tomcat/JVM stuff, it sure doesn't look like it from the memory tools. For that matter though it looks like "nothing" is using memory, or certainly not enough to cause such a low memory problem. The server was rebooted 24 days or so ago because it actually ran out of all virtual memory. How do I solve this mystery? Am I using the wrong tools? Am I misunderstanding my tools? What can I do to track down the processes depleting my memory?

View 5 Replies View Related

Programming :: Use Big O - Big Omega - And Big Theta To Find Running Time Of Algorithms ?

Mar 16, 2011

How to use Big O, Big Omega, and Big Theta to find running time of algorithms because it looks confusing which one of them to use..

View 3 Replies View Related

General :: Why Does Running A Program In Bash Work, When Running It In The Menu Doesn't?

Jul 26, 2010

I presume there is something in the JWM window manager - or Puppy Linux Lupu 5.01 itself that is conflicting with the normal loading of GMPLAYER....

I would like to know how to troubleshoot, and fix this problem if possible (even a workaround would be great).

View 1 Replies View Related

Fedora :: Where To Find Vmlinux File Corresponding To Current Running Core 10 Kernel

Aug 19, 2009

Where can I find the vmlinux file corresponding to my current running fedora core 10 kernel? I find only vmlinuz file in /boot

View 5 Replies View Related

Ubuntu :: After Running Gconf-editor - Find Gnome-apparence-properties?

Jan 25, 2011

where i can found gnome-appearance-properties because i would like to use effects on normal manualy each time i running my computer ? with bash i found this command : " gnome-appearance-properties -p effects " but after i blocked for add something after effects...i try on,enabled,normal etc nothing work certainly a tips

View 2 Replies View Related

Red Hat :: Find The Dynamic Stack And Heap Size Of A Running Process In Rhel?

Aug 26, 2010

I am trying to find the dyanmic heap size and stack size of a running process in rhel5.5 and rhel6.I read that the 23rd parameter in the file /proc/pid/stat gives the heap size.Can you elaborate more on this.Also is there any other way to do this?

View 5 Replies View Related

Ubuntu Servers :: Setup SOCKS5 Proxy - Cannot Find A Way To Get A SOCKS Server Up And Running On VPS

Mar 30, 2010

I have an interesting situation. I'd like to use bittorrent for legitimate purposes (mainly linux distro based) but the powers that be have blocked access to bittorrent at my university. I have an ubuntu VPS that I use for odds and ends and was thinking that I could setup a SOCKS5 server on it. That way, I can input the SOCKS5 info directly into the proxy section of my local bittorrent application (Transmission 1.92 running on snow leopard) and be good to go. The problem, however, is that I cannot find a way to get a SOCKS server up and running on my VPS. I've heard that ssh can be used as a simple SOCKS server, but I've also heard that i may need to install a more complete SOCKS server such as dante. Does anyone have any thoughts on this?

View 1 Replies View Related

Ubuntu Servers :: Running Straight Command Line And Can't Find The Info Need To Reformat The Second HDD?

Apr 14, 2010

i'm trying to setup my server box.. it's being setup as a web server, file server, and setup for me to be able to access it remotely (aka i do pc repair for windows users and it'd be nice to just know where ALL of my software tools are and get to them from there)anyways.. these things are almost all setup right now.. but the one thing i'm having issues with.. is the fact that this box does have 2 hard drives in it and i want to use both of them.. now i'm running straight command line and i can't find the info i need to reformat the second HDD (which is currently NTFS formated) and use it in this system... i'm running 9.04 as a server.. NO GUI INSTALLED! i need this with straight command line...What do i need to look for to figure this out? i'm having trouble figuring this out and it's really getting annoying..

View 5 Replies View Related

Ubuntu Multimedia :: Rhythmbox Won't Pickup Or Find Ps3 Media Server Running On Desktop?

Mar 5, 2011

I've installed this plugin via other guides

sudo apt-get install rhythmbox-plugin-coherence

just wondering why rhythmbox won't pickup or find my ps3 media server running on my desktop? my ps3 finds it?

i've done some research around the forums and google seems i'm not the only one with this trouble....

is there an alternative server that could work for this?

View 2 Replies View Related

Security :: Qmail Hacked In Server \ Cannot Find Any Suspicious Script Running Using Ps Xaf Command?

Jan 3, 2011

My server is probaly hacked and sending spam emails. I see them randomly in maillog (/usr/local/psa/var/log/maillog, server has a plesk panel), sometimes a few in a long time, sometimes a lot of them.Here is a sample of it:

Jan 4 00:47:08 acv360 qmail-remote-handlers[17662]: Handlers Filter before-remote for qmail started ...
Jan 4 00:47:08 acv360 qmail-remote-handlers[17662]: from=root@acv360.com

[code].....

View 7 Replies View Related

Software :: Can't Get A .jar Java File Running - Cant Find Firefoxes Plugins Folder To Tach Into

May 25, 2011

im trying to run minecraft.jar which just freezes up at startup screen, wondering if i made a mistake in java along with that Firefox doesn't have a plugins folder i can find to put java into heres the files it has

application.ini libfreebl3.so libxul.so
blocklist.xml libmozalloc.so Link to firefox
chrome libmozsqlite3.so mozilla-xremote-client

[code]......

View 3 Replies View Related







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