Ubuntu :: GDB Not Able To Locate Files

Sep 30, 2010

Anyway, the issue that I am having is that when running GDB, the program will execute perfectly fine if I allow it to run without breakpoints if I skip stepping through the function using the 'n' command, but it will provide me with the following error if I try to step through it:

35 srand( time(NULL));
(gdb) s
time () at ../sysdeps/unix/sysv/linux/x86_64/time.S:32
32 ../sysdeps/unix/sysv/linux/x86_64/time.S: No such file or directory.
in ../sysdeps/unix/sysv/linux/x86_64/time.S

This happens not just for time() but for every function that would be found in the included libraries.

I included stdlib in the code, and in fact this code works perfectly fine on another system using Ubuntu 10.04 and GDB. The source paths are identical between these two machines as well ( $cdir:$cwd ).

View 4 Replies


ADVERTISEMENT

General :: How To Locate Files Under Mandriva?

May 2, 2011

I am running Mandriva x64 and the nepoumuk file indexing was causing system hangups (in addition to not returning any results) so i disabled it. However kfind is not returning any results either - i feel a bit stupid and I'm sure there's a simple answer to this but How do i locate files under Mandriva linux? Is there a simple KDE application for that or do i need to look at kfind settings? Does file search only work with indexed database?

View 3 Replies View Related

Software :: Locate Files Near End Of Partition

Jan 3, 2011

How can I identify files near end of partition so I can move them elsewhere. The reason I ask is I want to shrink that partition but first I need to identify which files to move off the partition before I can shrink the partition in question

View 1 Replies View Related

Software :: Locate - Squirrelmail Log Files ?

Aug 13, 2010

I am trying to locate, if they exist, the SquirrelMail log files. If they are generated, where would their location be?

View 1 Replies View Related

General :: Find Command In Locate Pdf Files?

May 25, 2010

My goal is to find all pdf files on a remote machine, so I resort to the useful command find. So I type find .pdf or find .pdf" and I get nothing. I do the same on my machine and I get nothing. I do a regular search from the menu on my machine and I find quite a few pdf files. Would somebody please tell me what am I doing wrong?

View 5 Replies View Related

Networking :: VPN - Post Connection - Unable To Locate Files?

Aug 24, 2010

I used my colleges online site to automatically install and setup the Cisco AnyConnect VPN Client. Everything went smoothly. I have a Cisco icon in my system tray and it says that I am connected to the VPN.

My question then is where do I access the VPN? I am assuming that I can access the other computers at the other end of the VPN as I would if they were networked to me, however I cannot seem to find any information on how this is done after the connection is made.

I looked in the Network folder which is where I figured everything would be, but there is nothing other than the normal, empty, network folders.

I am running Linux Mint 9, KDE 4.4

My friend Google let me down, and every VPN how to I can find ends at the "connected" stage, never getting into details about where to go from there...

View 6 Replies View Related

General :: Locate And Change All The Search.php Files Permissions To 644 In One Shot?

Apr 18, 2011

I work with this travel company that host sites for different agents. They have ALL the sites in one directory and each site has its own search.php file. How can I locate, and change all the search.php files permissions to 644 in one shot? Is this possible maybe with the find command? I read the man page for this but I am not sure how to write out the command.

View 3 Replies View Related

Ubuntu :: Searching WITHIN Doc - Xls - Ppt Files - Grep Is Unable To Locate Text INSIDE File Types

Sep 1, 2011

I am on Ubuntu 11.04 and using Libre Office 3.3.2 to compose new documents and am saving them using .doc, .ppt and .xls files. (due to having to share them with others who are on Windows systems)

I have a lot of doc files and I need to search for text INSIDE these files. I am perplexed with the fact that no search tool is able to search for text INSIDE these file types. "cat" can display them of course, but grep is not able to locate text INSIDE these file types. I even tried to save a .doc file as an .odt file, but no luck. The Applications>Accessories>Search for Files does not search INSIDE doc, xls or ppt with the option "Contains the text".

View 6 Replies View Related

Debian Configuration :: Bash Seems Messed Up - Use "locate" To Find Files

Aug 16, 2010

Forever I've been able to use "locate" to find files, but now it finds NOTHING at all and I have no clue why.. I tried apt-get install locate and it installed it, but it's not working in bash.

View 5 Replies View Related

Debian :: "locate" Is Locating Files That No Longer Exist (have Recently Deleted)?

Jul 23, 2011

"locate" is locating files that no longer exist (I have recently deleted).How can I 'flush' locates cache?

View 5 Replies View Related

Ubuntu :: Where Can I Locate Printer's URI?

Aug 6, 2011

I am trying to connect my home printer to my Dell Vostro 1015 laptop that uses Linux (Ubuntu) operating system, and it tells me to enter my printer's URI or my printer's host name.

My questions are:Where can i locate my printer's URI?What Java version and Windows version are capable for linux operating system, so I can install Internet Explorer and watch videos/games that uses Java?

View 4 Replies View Related

Ubuntu :: Add Or Locate The Usb-serial.h File?

Jan 1, 2010

I am trying to get the ti_usb_3410_5052.ko driver installed but it gives a an error saying that "cannot locate the usb-serial.h file." Kindly let me know how to over come this problem. I saw in this forum about a patch but it is not working.

View 2 Replies View Related

Ubuntu :: Cannot Locate Filesystem After Trying To Reinstall

Jan 11, 2010

I was trying to backup everything, format/overwrite an partition to start with a fresh start after some annoying issues with my previous installation.

I had a perfectly fine working partition table and i chose to format partition
#1 (Ext4) partition (~50gb)
from the installation tool from the ubuntu live cd.
I had more partitions
#2 was ~5gbits swap
#3 was some unencrypted data(~20gb) (I think it was Ext3)
#4 was encrypted data (~150gb) (Ext4)
#5 unpartitioned data (~100gb)

So while doing this the installation failed somehow during the format of the disks, I tried testdisk but it couldn't locate the HDD nor any other program. When I look at my /dev it says this (from live cd):
root@ubuntu:/home/ubuntu# fdisk -l
root@ubuntu:/home/ubuntu#

Mount says:
root@ubuntu:/home/ubuntu# mount
aufs on / type aufs (rw)
none on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
/dev/sr0 on /cdrom type iso9660 (rw) .....

/dev/sdxx doesn't even exist and this also doesn't seem to work:
root@ubuntu:/dev# ls -al | grep h
drwxr-xr-x 2 root root 3240 2010-01-12 00:16 char
crw-rw---- 1 root root 10, 228 2010-01-12 00:14 hpet
crw-rw---- 1 root root 10, 56 2010-01-12 00:14 network_throughput
drwxrwxrwt 2 root root 140 2010-01-12 00:32 shm
crw-rw---- 1 root root 10, 231 2010-01-12 00:14 snapshot

I nearly have the idea there is no hdd in my pc while I am very sure it was here some hours ago. I didn't made it fall on something hard while running or something so all inside of the box should be just fine. I can't reach my keepassx file (stored inside the encrypted part) so I also can't log onto my workspace or anything, it is quite crippling currently.

View 7 Replies View Related

Ubuntu :: Locate And Run Using FIND Command?

Feb 23, 2010

I was trying to find and run the program from command line like calculaterbut i was unable to do these two thing togethet.i can find the path seperetly or i can find and run the program without seeing the pathI want to find and see the path and run it at the same time?

View 6 Replies View Related

Ubuntu :: Cannot Locate The Evolution Tasks

Apr 14, 2011

Recently installed 10.10 netbook edition, and evolution is behaving strangely. Albeit I've never used it before, but having read the documentation and googled it a bit I'm still lost. I cannot create or manage task lists. It's as if their functionality has been completely cut out of ev calendar. When I try to go to File->New->Task List, the Task list option does not appear in the menu (not greyed out, nothing). Can't find the button that's supposed to be there either. I've also checked synaptic for evolution task packages, but no avail.

View 3 Replies View Related

Ubuntu :: 10.04 Will Not Locate Ipod Touch?

Jul 11, 2011

I have a problem with my Ipod touch. I can't get it to connect with my laptop (running 10.04 ) via usb. It have worked in the past on 10.10 and 11.04, but now I can't get it to connect at all. Not in banshee, rythmbox or any other software.

View 3 Replies View Related

Ubuntu :: Unable To Locate Package

Aug 9, 2011

I'm trying to install Ruby on Rails on an Ubuntu desktop VM. The network connection works ok but I can't seem to get this to work:

sudo apt-get install ruby1.9.2

I want the latest version of Ruby.

Is this because I haven't enabled some repository or something - I dimly recall having to 'enable universe' before now... but can't remember why or how....

View 3 Replies View Related

Ubuntu :: Error - Cannot Locate Drive By-dev-id HD_BLAH

Feb 4, 2010

I logged on today to find my computer with a blank black screen when I walked back into the room. It appears that Ubuntu suddenly cannot find my HD anymore. I get through the grub screen and even past the little white Ubuntu 9.10 logo, but then no login box appears and when I press a key I get the terminal, where is says something to the effect of:

Error can not locate drive by-dev-id HD_BLAH ,

my Ubuntu partitioned drive of course. Is there any way to check that that drive is even still functioning. I pretty much have permanently switched over to Ubuntu, so it would suck to lose that drive.I really need some advice on what to do...should I just attempt to boot the live CD? (by attempt I mean my computer is so damn old that the CD and DVD drives are pretty much dead, and I'd be lucky to read a CD correctly because of this).

View 5 Replies View Related

Ubuntu :: Locate Not Returning Any Results / Force It To Do?

Feb 6, 2010

Bit of a strange one - locate is not finding any files ??
I'm running xubuntu karmic and 'locate' is actually 'mlocate' so doesn't allow the -u switch.

Is there some way of forcing it to reindex?

View 2 Replies View Related

Ubuntu :: Cannot Locate Mouse By Holding Ctrl Key

Mar 5, 2010

I currently use a laptop (win vista was the original OS) and I decided to get rid of it. So I tried Ubuntu, bam, no pointer, I changed yesterday for Kubuntu and the same problem goes on, invisible pointer. The mouse is perfectly working it's just I can't see it on the screen. To get even worse and make me want to throw my computer through the nearest window, with kubuntu I can't use the same trick as with ubuntu, I mean I can't locate the mouse by holding the 'ctrl' key.

It's a very common problem with VIA/3 chipsets (which is the one I have) and I also read it's often a bug with OpenChrome and to fix it I may have to modify the xorg.conf. But here's another issue, my xorg.conf file isn't in the same folder as for most of the people: instead of being in /etc/X11/xorg.conf, it's in /usr/share/X11/xkb/rules/xorg.conf, and, which is most, it ain't even named xorg.conf but xorg! Besides, I can't modify the file to enter a command that may be a solution because when I try to save my modifications, it tells me I haven't the permissions and I can't get it to run in root.

View 4 Replies View Related

Ubuntu Networking :: Can't Locate The Icaclient In The Terminal?

Apr 2, 2010

I'm using Ubuntu 9.10 and am having trouble connecting to my company's server remotely, through Citrix (we are an online publishing firm and I need it to keep tabs on our story budget). Citrix receiver is installed and seems to be working, but an error message keeps popping up saying that a dial up problem or other issue is preventing the connection with the server. Also can't locate the icaclient in the terminal (per tech support's request).

View 1 Replies View Related

Ubuntu :: Command To Locate Where Grub2 Is Installed?

May 14, 2010

I'm trying to find out which partition grub2 is installed in. Is there a command for this, as I suspect that I may have told it to install to the wrong partition during the upgrade from Karmic to Lucid, and now, I suspect that I've crippled the boot sector for my vista installation

View 6 Replies View Related

Ubuntu :: Basero Cannot Locate The File In The Packages

Aug 6, 2010

I try and burn a video DVD and I get the following message. p, li { white-space:pre-wrap; } brasero wants to install a file The following file is required:

/usr/lib/gstreamer-0.10/libgstmplex.so

I click yes and it begins to search and I get the following error message. p, li { white-space: pre-wrap; } The file could not be found in any packages. It will also give me this error message after I click OK All required applications and libraries are not installed. install the following manually and try again: mplex (GStreamer plugin) dvdauthor (application). I was able to locate and install dvdauthor via synaptic package manager but I was unable to find mplex there.

View 1 Replies View Related

Ubuntu Networking :: Can't Locate Ndiswrapper Query

Sep 25, 2010

I am trying to install windows wireless drivers using ndiswrapper to have better connectivity around my house(I can only currently get online in certain rooms, very restricted). I have ndiswrapper installed OK, but I am a bit lost on the step where I have to browse to my windows wireless driver(a .inf file I believe), my question is how do I know where this is? I can't seem to locate it at all. I'm running on windows vista.

View 6 Replies View Related

Ubuntu :: Apt-get - Unable To Locate Package Emacs23

Oct 25, 2010

I just changed (not upgraded, I made a clean install on a new hard drive) from 9.10 to 10.10 and I have a serious problem. I just can't install new packages. Neither apt-get nor synaptic can find any package. I either get a "E: Unable to locate package <package_name>", or "E: Package <package_name> has no installation candidate" For example when I type sudo apt-get install emacs23 , I get this output: Quote:

Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package emacs23 And the synaptics package manager only lists the packages I already have. I searched these forums and googled my error message, but I couldn' t find anything helpful. The only thing I know is that this is not a network/proxy problem, I am behind a proxy but I have set the http/https/ftp_proxy environment variables, and I have a working network connection, as I am actually posting from the same computer.

View 7 Replies View Related

Ubuntu :: E: Unable To Locate Package Covergloobus

Dec 27, 2010

I'm trying to install Covergloobus but it says it's not able to find it. It gives me this:

Code:

adrian@adrian-desktop:~$ sudo apt-get install covergloobus
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package covergloobus

View 9 Replies View Related

Ubuntu Installation :: Sshd2_config \ Cannot Locate This File?

Jan 14, 2011

I am reading a book on OpenSSH and I need some help on sshd2_config . I cannot locate this file. The author claims that it should be in /etc/ssh2/. I don't see the ssh2 directory either. Is this another component that is not installed? Since the book is an implementation book, it doesn't give all the details as to what it is. It assumes you know.

View 2 Replies View Related

Ubuntu :: Locate Pendrive In Netbook Edition?

Jan 29, 2011

Recently I switched to Ubuntu 10.10 Netbook edition in my Acer Aspire One D260, But now it's a major problem that how to locate and use my pendrive in it ?? I am sure that my Sandisk 8GB pendrive is showing there in the system storage options but I am getting it hard to use the same and currently unable to copy or paste data through the pendrive.

View 9 Replies View Related

Ubuntu Installation :: E: Unable To Locate Package?

Feb 21, 2011

i'm tried to install cacti on ubuntu, but when i enter the Quote:

sudo apt-get install cacti

command. the result is E: Unable to locate package.

and i tried in System>administrstion>synaptic package manager. i tried to reload the result is error..

and it's not just for cacti, i've tried to install the other program the result still the same..

View 3 Replies View Related

Ubuntu :: Can't Locate Codes For Operating System

Mar 16, 2011

i have two doubts

1) i downloaded the latest linux kernel in hope that i will find the codes for the operating system the os but i cant locate any.so can any0ne tell me from where can i find what i am looking for?

2) c language used in the package i downloaded is though very close to the c i studied but there are places where it becomes tough for to comprehend the real significance of the lines. eg i never knew rhere is Display() a pre-defined function but i saw it somewhere as predefined.

View 9 Replies View Related







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