Slackware :: Warning With Search By Find?
Jul 16, 2011
I mount two ntfs partitions under my Slackware/win/C/win/Dwhen i process a search via "find" it give me the following when reach /win directoryfind: warning: not following the symbolic link '/win/C/Document and settings'i wantto know what is going on and the solution
View 2 Replies
ADVERTISEMENT
Jun 16, 2011
I'm trying to find a good desktop search tool. Beagle is dead, Recoll and Strigi are KDE, and Tracker is not many features (can't even search Thunderbird 3). Do I miss something? Is desktop search on Linux dead? Should I use Google Desktop Search instead
View 2 Replies
View Related
Apr 2, 2011
i have auto login and a ultra simple admin password, so it wasn't hard for them to mess with stuff...so when i came home i see that they had gone into terminal and added something to my system. i cant recall what it was because as soon as i saw in the history "warning this will make permanent changes to your system do you want to proceed" and the falling yes i got up and started bitching out my roommate and when i was gone someone had closed terminal. i was wondering is there is a way to search my recent terminal activity to see what was done so i can then find out if i can fix what was done?. or is there another option i should look into?
View 5 Replies
View Related
Sep 23, 2010
I am writing a sample nasm program via terminal.It's a basic one ,it only demonstrates the usage of the zero and sign flags and print relevant message to the output. Here are the code:
Code:
SECTION .data; data section
errMsg:db "Error !",10
errLen:equ $-errMsg
zeroMsg: db "Zero flag",10
zeroLen: equ $-zeroMsg
[Code]....
View 2 Replies
View Related
Jun 11, 2010
Say I need to do: find / -name somefile.txt
And say root partition / is mounted on /dev/sda5; however, let's say I also have 250GB partitions (/dev/sda6, /dev/sda7) mounted in /media - AND another location that I cannot currently remember. Say, also, that I know the file I'm looking for is on /dev/sda5.
Obviously, the above command will also descend in /media and that other directory which represent the big partitions, wasting time in looking for the file in the wrong place.
Is there a way to instruct find (or other command) to search only / on /dev/sda5, and NOT to descend to directories if they are on different partitions ?
View 1 Replies
View Related
Jun 27, 2011
I recently installed Ubuntu 11.04 on a clean hard drive. Everything went well and I ended up giving /home it's own partition. After a while I figured I would dual boot with windows 7 and my mbr got overwritten. Now after this happened I googles how to fix it and found the same answer almost everywhere. It had me go into terminal and run grub an find my partition and setup grub again. All of this was done off a livecd. The only problem was that my livecd didn't have the grub shell installed. Everytime I ran "sudo grub" it would say "sudo: grub: command not found" I tried to install it but it kept giving me errors and I only once actually got into grub, but it could not find my partition. Whenever I typed "find /boot/grub/stage1" it said directory does not exist. So I attempted to fix it my own way. I installed another version of ubuntu along Sid the first. This allowed me to triple boot between the two versions of ubuntu and windows 7. So I booted into my original ubuntu (11.04) and deleted the older version of ubuntu with gparted. I deleted the partition and restarted, but when I restarted I got an error saying that grub could not find the partition. I can boot into my original ubuntu through the ultimate boot cd but it is a round a bout way of doing it. Is there anyway I can set grub to search for ubuntu 11.04 on startup instead of the deleted version of ubuntu?
View 9 Replies
View Related
Jan 9, 2010
how the "-prune" option works. I've searched quite a bit on line, and as far as I can tell, "-prune" works exactly the opposite as it says.
I'm using Apt-proxy, and I want to scan through the folders, and find files that end with "*.bz2" The problem is that the search takes a while because of all the "*.deb" files. Fortunately, they're stored in their own folder:
/var/cache/apt-proxy/ubuntu
/var/cache/apt-proxy/ubuntu-security
/var/cache/apt-proxy/partner
each have two folders:
[Code]....
View 5 Replies
View Related
Jun 22, 2011
I am using Debian testing i386. Just upgraded to 2.6.39-2-686-pae. After reboot, and ever since, I am getting warning: WARNING: Could not find hdaps input device (No such file or directory). You may be using an incompatible version of the hdaps module. Falling back to reading the position from sysfs (uses more power). Use '-y' to silence this warning.
View 1 Replies
View Related
Mar 6, 2016
The searchfunction in Gnome 3 does not find the files in my DropBox. When searching it does find the DropBox folder, but not the files contained in them.
Dropbox folder is placed in /home/myusr/
All other subcontent folders in the home directory does show up in gnome search,
Went through Google and DuckDuckGo but was unble to find out how to manually change the places that the searchfunction indexes.
View 0 Replies
View Related
Mar 23, 2010
I've got 2 problems:1. How can I use the find command to search for devices files?2. I need to find all files thaare 6 months (or more) old and that have a size of 2 Mo or more. What would the code look like?Oh and also, how can I use the cat command to insert text in a file?
View 2 Replies
View Related
Apr 29, 2011
I am not able to figure out how can I do case-insensitive search using the find command.
I tried
find . -name -i pattern
And it does not work.
View 2 Replies
View Related
Jan 20, 2010
I want to search file excluding the NFS ...find / -mount -name 'filename' restricts the search only in the root disc partition,but the file can be in other partitions alsoIs there any way to exclude the NFS only.
View 2 Replies
View Related
Dec 31, 2008
How apt-file works.
Background: I (like somebody else) needed to figure out which package wx-config is in.
Code:
Question: Which package makes a link?
Also why wx-common NOT depends on libwxgtk2.6-dev.
View 4 Replies
View Related
Dec 8, 2009
I need a command to search for any file in a directory like so:
/home/*/upload/* and then change permissions any file in that directory.
Find doesn't seem to match what I need.
View 12 Replies
View Related
Aug 2, 2011
I have a file called Regions.ini that looks like this:
Code:
[Granite]
RegionUUID = 54ab7cd2-0e70-49b7-8020-8dbeb84c08d0
Location = 9991,10007
InternalAddress = 0.0.0.0
InternalPort = 9001
AllowAlternatePorts = False
ExternalHostName = 71.171.21.9
[Syenite]
RegionUUID = 8fc56fdd-0afd-4074-9432-0ae8f42b799f
Location = 9992,10007
InternalAddress = 0.0.0.0
InternalPort = 9000
AllowAlternatePorts = False
ExternalHostName = 71.171.21.9
What I need to do is find out what the IP address is after "ExternalHostName ="
After that I will need to compare that IP to whatismyip and if it's different then replace it but that is easy to do with sed. I just can't figure this simple hurdle out.
View 12 Replies
View Related
May 17, 2010
Trying to find a way to have the find command perform a search using multiple file extensions such as "find all pics" i.e. .jpg, .png, .gif, .raw etc. I would have thought something like the following would have worked, but apparently I'm doing something wrong:
sudo find / -type f -iname "*.jpg" "*.png" "*.gif" -printf
I'm guessing find simply doesn't support more than one "-name/-iname" at a time? Or perhaps I'm going about this the wrong way? I realize most times there's several different ways to skin a cat when a task is requested in linux/unix.
View 5 Replies
View Related
Aug 2, 2011
how to use find command to search for all the file in the particular folder?my script as below
find . -name "*" > $BASE/file
if [ `more file | wc -l` -gt 0 ]; then
echo "dp"
fi
output of my results will always include a . (dot)which I dunwan it include the dot.
View 11 Replies
View Related
Nov 2, 2010
I screwed up and managed to overwrite my MBR with one that had a different partition table, thereby losing access to all of my partitions and data. Now, I was semi-smart and backed up the MBR before I did this, but the "semi-" part is that I backed it up onto the hard drive in question because I was thinking only in terms of losing my ability to boot from the MBR, not the whole partition table.
So...as I see it my only means to recover my data is to find and recover that 512 byte block on the disk media. Having read a little bit, this seems possible given that I know to look for a) the MBR signature at offset 510, b) the partition status byte at offset 446, and c) the partition type byte at offset 450.
What I need is help figuring out the most efficient way to do this. I've experimented with a shell script using dd, hexdump, and grep, but searching 1000 blocks takes ~20seconds, so to search the whole drive (100GB) will take something like 800hrs. This is limited, I believe, by the fact that my live disk of Knoppix won't recognize a drive on the SATA bus, so I had the target drive mounted through a USB adapter. But even if it were being accessed via SATA, I have a feeling it would be pretty slow.
I need someone who is an expert to help me figure out a script, program, etc. that can search for and identify the sector where my MBR backup resides more efficiently.
View 6 Replies
View Related
Apr 1, 2011
I need to install g77 in this distribution, but an apt-cache search won't find any match.
View 1 Replies
View Related
May 18, 2011
I have a file that contains 5 fields and anothen one with two I want to take the value from user and search file1 and if the value exists then write in file2 to the $2 to the line that $1=value
file 1
1:fsdfsd:g:33:fsdf
2:yytgdcf:a:3:sgd
3:tttt:g:67:yujhggfg
[code].....
View 2 Replies
View Related
Dec 18, 2009
I noticed that every, say, 5 times I boot CentOS 5.4, a find search is initiated that takes several hours.
For example:
find . -name rd=rmdir -print
I'm not sure if it's related, but, I do have a "alias rd=rmdir" in my .aliases. Would changing it to "alias rd=/bin/rmdir" avoid this problem? I'm using zsh. Is this search necessary?
View 14 Replies
View Related
Sep 15, 2010
The sudo upgrade of 2010-09-15 modified permissions on /var in my systems, both on 32 and 64 bit. (from 755 to 700) My subversion server stops working after the upgrade, you have to restore the old permissions by hand. I don't inspect how, but I've checked it few times...
View 5 Replies
View Related
Jun 9, 2011
I am familiar with slackware's slocate.What slocate doesn't have is an option to limit returned results from specific users or groups.What's more I can't seem to find a gui/web frontend so that people without knowledge of cli can benefit from the slocate's indexed search.So I turn to you all, is there another tool, that supports per user/group searching and a web (preferably) frontend?(clarification) i think slocate returns results related to the user running the search (files that he owns as well as files that are owned by his primary and other groups). Is that correct? I basically want a search user (who will be a member of the several groups that our office is structured like) to get results by giving as search criteria not only the filename, but also the owner of the file and / or the group
View 5 Replies
View Related
Feb 10, 2011
It would appear that the search (find) function has been removed from Konqueror in KDE 4.6. Is that the case? By "search" I mean the ability to search your hard drive, not a web page or document.
View 1 Replies
View Related
Mar 7, 2010
I wrote a small site to search slackware packages containing a wanted file.slak.homelinux.org..It do searches in official slackware repositories and some non official.It is based on PACKAGES.TXT, so all repositories containing it can be used.If a repository contain even the MANIFEST.bz2 file, then this tool can search packages from its content.Results are cliccable link so to download the package directly.
View 14 Replies
View Related
Mar 4, 2010
i got problem which slows my boot to linux. Before loading Ubuntu logo in console i see fast flash with words: "Warning: unable to find a suitable fs in /proc/mount, is it mounted? Use --subdomainfs to override." What should i do? To fix that warning?
View 3 Replies
View Related
Apr 6, 2011
after logging into my ubuntu 10.10 netbook edition, I see that my gnome desktop just hangs on the background desktop screen. when i check my .xsessions i see the following errors listed below.how to fix these error messages?
gnome-session[1583]: WARNING: Unable to find provider 'mutter' of required component 'windowmanager'
gnome-session[1583]: WARNING: Unable to find provider '''' of required component 'panel'
GNOME_KEYRING_CONTROL=/tmp/keyring-ObEeS8
[code]....
View 2 Replies
View Related
May 9, 2011
I am using Fedora 14 (64 bit version) Can't start XAWTV. Returns this error: $ xawtv This is xawtv-3.99.rc6, running on Linux/x86_64 (2.6.35.12-90.fc14.x86_64) xinerama 0: 1920x1080+0+0 WARNING: No DGA direct video mode for this display. WARNING: keeping fbuf pitch at: 7680, as no base addr was detected WARNING: couldn't find framebuffer base address, try manual configuration ("v4l-conf -a <addr>") v4l2: WARNING: framebuffer base address mismatch v4l2: me=(nil) v4l=(nil) Warning: Missing charsets in String to FontSet conversion Warning: Missing charsets in String to FontSet conversion Oops: can't load any font
View 1 Replies
View Related
Dec 31, 2010
I have totally exhausted my search to find IPBlock. I use it on my other Ubuntu machines but for some strange reason I cannot find it anywhere for my Ubuntu 10.10 Maverick. I know where the iplist is but not the actual file IPBlock download
View 2 Replies
View Related
Mar 12, 2010
I recently did a fresh install of current and once I had it up and running I compiled a fresh 2.6.33 kernel using my old config file, but now I get this warning durning boot, specifically during module loading WARNING: All config files need .conf: /etc/modprobe.d/sound, it will be ignored in a future release. This doesn't seem to be causing any problems but I am curious to know what the message meams? I checked /etc/modprobe but everything looks normal.
View 1 Replies
View Related