Shell silently ignoring commands on certain files/directories

I an starting to see some wierd behavior, not sure if they are related. One of the issues I am seeing a lot is that software packages do not update well via their respective update feature, this includes even apple provided updates. Installing via a separately downloaded update packages works. I also today noticed that I was unable to install DoubleCommand, including the previously installed version. But this is more of a "freak" problem that I cannot put my finger on.
But what I can definately put my finger on is this "ignoring shell commands on certain files behavior".
For example I use the Saft Safari Input Plugin. After updating to the latest version I noticed that it wasnt working as an InputManager Plugin anymore. After some discussion with the author it became evident that the permissions are incorrect (directory is owned by "lsmith" and not by "root). Why this is even the way I do not know. Reverting to the previously installed version gave me the same behavior.
Pooteeweet:InputManagers lsmith$ ls -al
total 0
drwxr-xr-x 9 root admin 306 2 Feb 19:04 .
drwxrwxr-t+ 62 root admin 2108 22 Dez 18:17 ..
drwxr-xr-x 4 root admin 136 20 Dez 20:51 1PasswdIM
drwxr-xr-x 4 root admin 136 20 Dez 21:34 Inquisitor
drwxr-xr-x 4 root admin 136 13 Nov 23:37 PlaxoABAddIn
drwxr-xr-x 4 root admin 136 26 Sep 2007 SIMBL
drwxr-xr-x@ 5 lsmith admin 170 31 Jan 15:32 Saft
drwxr-xr-x 4 root admin 136 22 Dez 18:28 Smart Crash Reports
drwxr-xr-x 4 root admin 136 20 Dez 21:57 SpeedDownload Enhancer
Now trying to remove this directory from the shell has proven impossible. Eventhough I own the directory I cannot remove it. Not even via sudo. Same with trying to chown the directory:
Pooteeweet:InputManagers lsmith$ rm -rf Saft
Pooteeweet:InputManagers lsmith$ sudo rm -rf Saft
Pooteeweet:InputManagers lsmith$ chown -R root:lsmith Saft
Pooteeweet:InputManagers lsmith$ sudo chown -R root:lsmith Saft
Pooteeweet:InputManagers lsmith$ ls -al
total 0
drwxr-xr-x 9 root admin 306 2 Feb 19:04 .
drwxrwxr-t+ 62 root admin 2108 22 Dez 18:17 ..
drwxr-xr-x 4 root admin 136 20 Dez 20:51 1PasswdIM
drwxr-xr-x 4 root admin 136 20 Dez 21:34 Inquisitor
drwxr-xr-x 4 root admin 136 13 Nov 23:37 PlaxoABAddIn
drwxr-xr-x 4 root admin 136 26 Sep 2007 SIMBL
drwxr-xr-x@ 5 lsmith admin 170 31 Jan 15:32 Saft
drwxr-xr-x 4 root admin 136 22 Dez 18:28 Smart Crash Reports
drwxr-xr-x 4 root admin 136 20 Dez 21:57 SpeedDownload Enhancer
Now I am not sure what the @ in the permissions listing stands for, but I have similar issues with other files too. Note I am not getting an error, nothing. But also nothing changes.
Pooteeweet:temp lsmith$ rm sess_user1234
Pooteeweet:temp lsmith$ sudo rm sess_user1234
Pooteeweet:temp lsmith$ ls -al
total 16
drwxrwxr-x 4 lsmith admin 136 5 Feb 21:05 .
drwxr-xr-x 23 lsmith admin 782 21 Dez 21:55 ..
-rw-r--r-- 1 lsmith admin 0 5 Feb 21:05 foo
-rw------- 1 nobody admin 5286 4 Feb 17:23 sess_user1234

Thx .. the output is actually:
Pooteeweet:~ lsmith$ xattr -l /Library/InputManagers/Saft
com.apple.FinderInfo:
0000 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ................
0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
Also, I noted earlier that I am also seeing this behavior elsewhere in my XAMP temp dir:
Pooteeweet:~ lsmith$ xattr -l /Applications/XAMPP/xamppfiles/temp
Pooteeweet:~ lsmith$
So the issue does not seem to be a question of the additional attributes. Furthermore it used to work just fine installing Saft, and seems to work just fine for pretty much any other user. Moreover why can't I at least change the owner of the dir?

Similar Messages

  • RequestDispatcher.include() silently ignores non-existent files?

              Hello there,
              I have a servlet that calls RequestDispatcher.include() to include another jsp.
              <pre>
              RequestDispatcher dispatcher = myServlet
              .getServletConfig().getServletContext()
              .getRequestDispatcher(jspName);
              // dispatch the jsp
              dispatcher.include(fRequest, fResponse);
              </pre>
              However, if the JSP is non-existent (not found in the file system), I get no exceptions
              and WL6.1sp2 seems to silently ignore it. I also do not see any errors in the WL
              log files. If the JSP does exist, then it loads up, and then if I subsequently
              delete it, I get an Exception as expected.
              Can anyone help with this? Is this a bug? Any help is appreciated!
              Thanks
              ravi
              SP - Please remove the 2 "##NO_SPAM##" strings in my address before replying, thanks!
              

    Check if SUNWhea (SunOS header files) package is in fact installed on your Solaris 9 machine.

  • Can a script be written to ignore/close certain file types?

    If I want to create an action the runs various scripts, can I write a script that tells photoshop to skip/close the file instead of the action stopping becasue it cannot continue? Basically I need to make a script that will ignore .bmp and .eps files.
    Thanks for your input.

    If the file is open you can use something like this..
    var EXT = decodeURI(activeDocument.name).toLowerCase().match(/[^\.]+$/);
    if (EXT == "eps" || EXT == "bmp") {
        app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    You can just select the file types you require or use selected files in Bridge

  • Batch files to remove certain files over a date

    Hello,I'm trying to create a batch file that will copy certain files from a directory made up of several sub directories. I've used xcopy to move the files:xcopy /Main Directory\Sub Directory\*.pdf x\ipaddress\share
    xcopy /Main Directory\Sub Directory\*.rtn x\ipaddress\share
    xcopy /Main Diretcory\Sub Directory\*.prt x\ipaddress\sharepausehow would I edit this so that it only takes files that have been modified over 3 months ago?I also want to add some exclusion file extensions and sub directories, for this I added:xcopy /Main Directory\Sub Directory\\list-of-excluded-files.txtand within that .txt file ive got:\\Main Directory\Subdirectory\Folder Name
    \\Main Directory\subdirectory\*.tncIs this the best way to do this? and would the exclusion command have to be the first on the list?Any help would be great, or could anyone point me in the...
    This topic first appeared in the Spiceworks Community

    WSUS is filling up all my hard disk partition which is 200gbAlready tried running server cleanup wizard, unticking some products and classifications but still after removing files from wsus folder and restarting it it is filling up all hard disk partitionBelow are the settings I currently have :In products anad classifications I have selected:- Exchange Server 2013- office 2007- office 2013- widnows 7- windows 8.1 Dynamic update- windows 8.1- windows server 2003- windows server 2008 r2- Windows server manager - windows server update

  • Aperture 3.2.3 No File Directories when Importing

    This has not been a problem before, but when I am importing photos into Aperture now, I do not have a file directory bottom half of the import window.  That is to say that when you usually "Command-I", the top half of the screen are thumbnails and the bottom of the screen are file directories so you can browse to the folder that you want to import the files from.  The only thing that is available to me now is the top window with a few images from my documents folder.  There is no bottom screen so I can't browse to where the images are.  There is no minimized screen (no equals sign on the bottom of the browser window), the file directory is just missing.  It is not the case that Aperture cannot see the other file directories.  I have been able to Import Folders as Projects as well as Reconnect files to the external drives.  There is just not a file directory on the bottom when I "Command-I".  Anyone else having this problem?  Is there a keyboard shortcut that I hit?

    If you're certain you can't drag up from the bottom of the screen to reveal the file directory pane then moving the Aperture preference file out is the first thing to try in cases of messed up UI.
    The preference file is in your home Library folder in the Preferences sub-folder. It is com.apple.Aperture.plist. When you move it out to ensure that Aperture is truly re-initializing you should reboot the machine then try Aperture again.
    Post back if that doesn't fix it.

  • I need to do a clean install of maverick on my 2010 mbp what disk do i use and how do i move certain files from an external hard drive

    I want to do a clean install of maverick on my 2010 mbp.  I need to know what disk to use and also how i take certain files off my external hard drive and put on my computer.  When I was having problems with my airport they did a clean install and they pulled files of my time machine.   however they forgot to put the partition back in for a windows side.  Originally I had Parellels on my computer.  After my external hard drive got corrupted i called apple and they fixed the problem but didn't have me set up the time machine except for the external hard drive.  Now my only back up is from the external not from the laptop.    I am not sure how to do any of this.  I am not computer savvy...PLEASE I NEED  HELP>

    First, you need to make a backup of your MBP onto your external drive. I suggest you start by cloning your MBP drive to the external drive:
    Clone Mavericks, Lion/Mountain Lion using Restore Option of Disk Utility
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         1. Select Disk Utility from the main menu then press the Continue
             button.
         2. Select the destination volume from the left side list.
         3. Click on the Restore tab in the DU main window.
         4. Select the destination volume from the left side list and drag it
             to the Destination entry field.
         5. Select the source volume from the left side list and drag it to
             the Source entry field.
         6. Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.
    This clone is fully bootable and also contains a clone of your Recovery HD.
    Second, you need to do a clean install of OS X onto your MBP as follows:
    Install or Reinstall Mavericks or Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    OS X Mavericks- Erase and reinstall OS X
    OS X Mountain Lion- Erase and reinstall OS X
    OS X Lion- Erase and reinstall Mac OS X
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    This should accomplish your goals. You will have a clean install of OS X on your MBP and a bootable clone of your old system and all your files on the external drive.

  • How to do a clean install go yosemite and then just install certain files, apps, documents, phopt's, etc...from time machine backup?

    How to do a clean install of yosemite (have Mavericks 10.9.5 now) and then just install certain files, apps, documents, phopt's, etc...from time machine backup?

    Do a backup before doing anything.
    If you want to make a clean install of Mountain Lion, boot into the Recovery Volume (command - R) on a restart, use Disk Utility to Verify/Repair  the disk and run Repair Permissions. Then erase the hard drive using Mac OS Extended (Journaled) format using the Options button. Reinstall Yosemite. Restart normally and test. Use Setup Assistant or Migration Assistant to import what you want.
    Clean Install

  • Run operating system command for sender File adpter (NFS)

    Hi All,
    iam doing a file to RFC scenario, using 'Run operating system command' in sender file adapter to change the file name while archiving (after processing completed).
    I mention OS command like this:
    sample_server\scripts\Test\Rename.bat"
    Rename.bat file calls a 'perl script' code.
    when i run interface, could see below statement in adapter log ->
    "Execute OS command "
    sample_server\scripts\Test\Rename.bat"
    but the script was not run and file name was not changed.
    Please advice what could be the problem?
    Does this mean script executed successfully?
    Do i need install perl software on XI server, even perl script (.bat file) is executing on sample_server?
    Thanks in advance..
    Regards,
    Rajesh

    Hi,
    Just check the following URL and give it a try again :-
    Executing Unix shell script using Operating System Command in XI
    Hope this info Helps..
    Regards,
    Aditya

  • How to write sql command in batch file

    hi,
    i m using oracle 9i on windows. i want to know how can i write sql command on batch file. i want to use a batch file to use sql command like shutdowm & startup command and any select command too.
    so plz tell how can i do it ?
    thxs

    superdba wrote:
    thxs u all , i got it at i wanted to do.
    thaks u all for yr precious time.
    thxsYou've 67 questions with 63 UNanswered. Please mark this question as "answered" and give points to the users whose answer you accept as "helpful" or "correct"
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Command line wav file player

    Are there any command line wav file players i can use? I use licq and would like to enable sounds. My sound card works fine as it's an es1371 and already picked up by the kernel.
    I don't use oss or alsa.. so i'm hoping i can get a quick suggestion.

    sinbsd wrote:Oh now there's a good way to welcome new Arch Linux users.. let's ridicule them. For starters, I am certainly not brain dead..  My soundcard is supported by the kernel.. therefore i have no need for installing alsa or oss as i already have sound... hence the request for info on where i could find a command line wav player. Not complicated now is it? How many people do you think use Arch Linux who are stupid?
    I'm sorry, but I didn't read the whole message, just saw oss and alsa and a didn't. OSS/lite is part of the 2.4 kernel so if you have support for your card it is an oss/lite module loaded by the kernel. And an answer to your question: just one, me

  • How to get the Attributes of the UNIX  file Directories  ?

    Hi Guru,
    How to find of the Attributes of the UNIX  file Directories in sap  TC  :-   u2018 *ZZWT*u2019   .
    The file attribute details need to show in the report.
    I try on FM : EPS_GET_FILE_ATTRIBUTES
                       /SDF/GET_FILE_INFO
    But not getting the attributes details.
    If any idea plz. Help me.
    Regards,
    Subash

    Which basis release do you use?
    From 7.0 you have [GET DATASET|http://help.sap.com/abapdocu_70/en/ABAPGET_DATASET.htm] statement
    Before, you may only get what you see in AL11 : mimic what is in program RSWATCH0
    Or you may register and use [UNIX commands (SM69 transaction / SXPG|http://help.sap.com/saphelp_nw70/helpdata/en/fa/0971e1543b11d1898e0000e8322d00/frameset.htm]) and get the results
    Edited by: Sandra Rossi on Aug 2, 2009 12:39 AM

  • Unable to access certain files in Finder without extra steps.

    I am new to Mac and I have a very basic issue. I cannot access certain files in my library just by opening Finder and going to the location. To expose the files, I must go to my desktop, and click "Go" on the Finder bar at the top left. After the list has dropped down, I must press and hold the "Option" key to expose the "Library" option. If I then click the location, my complete library opens with the files I cannot find while executing in the other fashion. This makes things a pain when doing tasks such as posting content to the internet as all the files are not present. I must then take the long way to the file, drag it to a place as my desktop, and open it from there to upload to the internet. Sorry for the essay, wondering if there is anyway to get all the files in my library and its contents shown in Finder without taking "the long way."

    chflags nohidden ~/Library
    chflags nohidden ~/Library
    sudo chflags nohidden ~/Library
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    For security purposes, I removed the name of my computer to the left of the commands.

  • Why can't I delete certain files from my Time Capsule?

    I don't have my Time Capsule set up to back up every hour or so.  It's set up so that I can manually drag & drop files into it.  I've been trying to free up space by deleting some movie files that don't need anymore.  They appear to be just .avi format but I haven't been paying close enough attention to see if any other formats won't delete.  What prevents certain files from being deleted from the Time Capsule?                                                                                

    Dogs 'n Front wrote:
    Under the DISK/File Sharing tab in Airport Utility, I have the File Sharing box checked.
    What about the setting for "Secure Shared Disks"?
    Dogs 'n Front wrote:
    I didn't check EVERY single video and their info but a few I checked had the same permissions:  "Everyone" and "Read & Write"
    I only asked about each folder down the hierarchy to and including one video you can't delete.
    If you copy a new file into each of the higher-level folders down to and including the "MOVIES" folder, can you then delete that new file?
    If you're willing to use a command in a Terminal session, I can tell you how to determine what process has a file open.
    I'll be offline for the next few hours, so I won't be able to reply as quickly as I've been for the last several exchanges.

  • Extracting certain files from a jar

    I am creating a jar that when d-clicked on will extract its files to the computer the jar resides on. Here is my question: how do I get it to only extract certain files(ie. all files except the classes used to give the extraction command upon d-clicking and the manifest)?
    Thanks!!

    The following post won't solve the doubl clicking problem, but it will get you started on getting specific files from a Jar.
    Go to:
    http://forums.java.sun.com/thread.jsp?forum=22&thread=138514

  • Certain files excluded (e.g. /etc/hosts) ?

    On our network we have several machines that we just put in our local /etc/hosts file. A coworker recently restored from a Time Machine backup and it didn't restore his /etc/hosts file. That's fine since others have that same information.
    Leaving aside the question of whether we put those servers in our dns server...
    I am a .mac subscriber and am used to using Backup which is predictable. Does anyone know if there are certain default exceptions for Time Machine - that it does not back up? That might be useful in case I have system files that I actually want to keep the way they are or back up separately.

    There are certain files/file_types that TM ignores, like things in the trash and, I think, caches. Exactly which ones, I don't know.

Maybe you are looking for

  • How to recover deleted files on a Network Drive

    I am running the latest OS environment, and I purchased a LaCie Network drive that is attached to my airport. Two nights ago, my house took a power hit/outage. I did not suffer any hardware damage, however, I lost significant data on my network drive

  • Background does not show up when creating a PDF in InDesign

    I have placed the same image in Illustrator and the PDF does show up the image.

  • In OO Alv toolbar, sum and subsum buttons are disable as default, WHY ?

    i want to enable sum and subsum buttons in alv toolbar. However, as default those buttons are disable. How can i solve ?

  • Menu items Not Appearing

    Hello, hoping someone might be able to help on a probably simple, but puzzling problem I'm having. I have a button menu pretty much completed; however, when I publish it, the small numbers (01-06) on the left do not appear. I've attached links to how

  • Mouse won't scroll up

    I hope this is the right discussion area. The mouse will scroll down, but not up. I've adjusted in apple pref to no avail. The problem just started suddenly for no apparent reason. The mouse is a relatively new wired mouse with a new keyboard. I know