Looking for Users but Terminal says No such file or directory

Hi I'm trying to delete something out of my DVD Studio Pro cache but when I look for the Library it has gone. I've tried calling it up in Terminal with 'chflags nohidden ~/Library' and it comes back with No such file or directory. Has anyone lost their library completely?
Thanks,
Des

Are you entering that command with the quotes? If so remove them. Also, use Go to folder (Cmd-shift-g) and enter just ~/Library. I bet everything is still there.

Similar Messages

  • HT5559 says no such file or directory: what does this mean????

    I have a program called powerteacher for work.  After the new update, I am no longer able to access powerteacher on my mac.  I tried to go through the steps on the site to go through the workaround but i am coming up with nothing and this message in the terminal: says no such file or directory.  Please help me get powerteacher back online for my mac.  I need it for work!
    Thanks

    Is the program written in Java? If so then do you know if the version of Jave installed on your computer meets the minimum requirements of the software?
    Still, it's the developer you should contact.

  • So I am trying to copy my hard drive "Macintosh HD" to an external hard drive, i want to use Terminal and have tried many ways. For example cp -r /Volumes/"Macintosh HD" /Volumes/"NO NAME". When i do it says No such file or directory. Ideas?

    So I am trying to copy my hard drive "Macintosh HD" to an external hard drive, i want to use Terminal and have tried many ways. For example cp -r /Volumes/"Macintosh HD" /Volumes/"NO NAME". When i do it says No such file or directory. Ideas?

    The reason that threadjacking is frowned on (as mentioned in the terms use which you can read by clicking the link to the right on this page) is for the most part a practical one:
    By starting your own thread your problem can get individual attention, focussed on your particular set of circumstances.
    By joining somebody else's thread it becomes tricky to answer more than one question at the same time, and can lead to confusion for both parties.
    So if you don't mind the minor inconvenience, please start your own thread (in the correct forum) so we can get to grips with your particular problem!

  • WLST writeTemplate keeps saying "No such file or directory"

    having trouble writing a template on WLS 10 running under Ubuntu 7.10
              Anyone see what I'm doing wrong?
              weblogic@lappy:~/templates$ pwd
              /home/weblogic/templates
              weblogic@lappy:~/templates$ ls -al
              total 32
              drwxr-xr-x 2 weblogic weblogic    88 2007-11-12 19:03 .
              drwxr-xr-x 4 weblogic weblogic   392 2007-11-12 18:24 ..
              -rwxr-xr-x 1 weblogic weblogic 31364 2007-11-12 19:03 prod_domain-Template.jar
              weblogic@lappy:~/templates$ java weblogic.WLST
              Initializing WebLogic Scripting Tool (WLST) ...
              Welcome to WebLogic Server Administration Scripting Shell
              Type help() for help on available commands
              wls:/offline> readTemplate('/home/weblogic/templates/prod_domain-Template.jar')
              wls:/offline/base_domain>writeTemplate('/home/weblogic/templates/prod_domain-Template.jar')
              Error: writeTemplate() failed. Do dumpStack() to see details.
              wls:/offline/base_domain>dumpStack()
              com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: java.io.IOException: No such file or directory
                      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
                      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1468)
                      at com.bea.plateng.domain.script.jython.WLScriptContext.writeTemplate(WLScriptContext.java:830)
                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                      at java.lang.reflect.Method.invoke(Method.java:585)
                      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
                      at org.python.core.PyMethod.__call__(PyMethod.java:96)
                      at org.python.core.PyObject.__call__(PyObject.java:270)
                      at org.python.core.PyInstance.invoke(PyInstance.java:261)
                      at org.python.pycode._pyx5.writeTemplate$15(/tmp/WLSTOfflineIni41011.py:73)
                      at org.python.pycode._pyx5.call_function(/tmp/WLSTOfflineIni41011.py)
                      at org.python.core.PyTableCode.call(PyTableCode.java:208)
                      at org.python.core.PyTableCode.call(PyTableCode.java:267)
                      at org.python.core.PyFunction.__call__(PyFunction.java:172)
                      at org.python.pycode._pyx23.f$0(<console>:1)
                      at org.python.pycode._pyx23.call_function(<console>)
                      at org.python.core.PyTableCode.call(PyTableCode.java:208)
                      at org.python.core.PyCode.call(PyCode.java:14)
                      at org.python.core.Py.runCode(Py.java:1135)
                      at org.python.core.Py.exec(Py.java:1157)
                      at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:148)
                      at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java:89)
                      at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:70)
                      at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:44)
                      at weblogic.management.scripting.WLST.main(WLST.java:157)
                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                      at java.lang.reflect.Method.invoke(Method.java:585)
                      at weblogic.WLST.main(WLST.java:29)
              Caused by: com.bea.plateng.domain.script.ScriptException: java.io.IOException: No such file or directory
                      at com.bea.plateng.domain.script.ScriptExecutor.writeTemplate(ScriptExecutor.java:754)
                      at com.bea.plateng.domain.script.jython.WLScriptContext.writeTemplate(WLScriptContext.java:826)
                      ... 29 more
              Caused by: java.io.IOException: No such file or directory
                      at java.io.UnixFileSystem.createFileExclusively(Native Method)
                      at java.io.File.checkAndCreate(File.java:1345)
                      at java.io.File.createTempFile(File.java:1434)
                      at com.bea.plateng.domain.DomainHelper.getTempDirectory(DomainHelper.java:740)
                      at com.bea.plateng.domain.script.ScriptHelper.extractTemplate(ScriptHelper.java:567)
                      at com.bea.plateng.domain.script.ScriptExecutor.writeTemplate(ScriptExecutor.java:696)
                      ... 30 more

    The server is going to look for the file relative to its current directory which is directory in which the jvm was started. You should use the ServletContext gerRealPath method to create an absolute path to the file.
    http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/ServletContext.html#getRealPath(java.lang.String)

  • Simulation error: C:\USERS... No such file or directory

    When I try to simulate I get this error: C:\USERS\LISA: No such file or directory

    Hello,
    Please send us more details:
    - Multisim version/edition
    - Operating System
    - Do you use an Administrator account in your PC?
    - Do you get the error with a specific schematic?
    Regards,
    Fernando D.
    National Instruments

  • Disk Utility error: "No such file or directory."

    I'm trying to copy a DVD I made in iDVD. What I've always done in the past is to open Disk Utility, put the DVD in the optical drive, select "Images...New...Image From [optical drive]". But today when I do this I get an error message that says "No such file or directory."
    I've tried selecting the drive ("2.0 GB PIONEER DVD-R...") and selecting the DVD ("CFTPRODUCTDEMO").
    The DVD plays in DVD Player no problems. I have 11 GB free on my hard drive. I'm using a new Pioneer DVR-111D external optical drive (the internal 106D won't read DVDs it makes).
    What's wrong?

    Hey,
    Im having the same exact problem.
    Toast even says it has a medium error with this drive.
    I cant burn with toast and it wont play other DVD-R movies
    that I have burnt on other systems.
    What is the fix?

  • I wanted to buy a Dragon ,Speech Recognition Programme for Mac but it says its for Lion, and I have Snow Leopard. Would it have worked on Snow leopard?

    I wanted to buy a Dragon ,Speech Recognition Programme for Mac but it says its for OS Lion, and I have OS Snow Leopard. Would it have worked on Snow Leopard?

    The simplest method would be to ask them for their Snow Leopard version and say you can't upgrade to 10.7 or 10.8. I'm almost sure they will sell you a copy.
    Generally if your machine can only upgrade to 10.7 Lion and not directly to 10.8 Mountain Lion, then it's best left on 10.6.8. in my opinion as your going to loose too much other software and slow down your machine in the process.
    This rapid OS X upgrade cycle has caused plenty of problems for users and developers alike, so I suspect you will find a sympathizer with the developer.
    In fact I'm not recommending Mac's to anyone anymore because Apple simply has lost touch with reality.

  • I need to reinstall my Canon Pixma Pro 9500 MK 2 printer on my iMac running Mavericks. It looks for software but Apple cannot find. The driver is available on my computer. Is there a way I can force the installer to use the available driver?

    I need to reinstall my Canon Pixma Pro 9500 MK 2 printer on my iMac running Mavericks. It looks for software but Apple cannot find. The driver is available on my computer. Is there a way I can force the installer to use the available driver?

    I need to reinstall my Canon Pixma Pro 9500 MK 2 printer on my iMac running Mavericks. It looks for software but Apple cannot find. The driver is available on my computer. Is there a way I can force the installer to use the available driver?

  • Itunes stops working when i connect my ipad windows error message comes up looking for solution but then closes itunes.

    Can anyone help my itunes stops working when i connect my ipad to my computer a windows error message comes up looking for solution but then closes itunes.

    Hi tokley13,
    To troubleshoot this issue where iTunes is quitting unexpectedly, please follow the steps in the article below.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues - Apple Support
    Thanks for using the Apple Support Communities!
    Cheers,
    Alex H.

  • Print Screen not working for user but working for Administrator

    Satellite A100 Laptop Print Screen Not working for USER but is working for Administrator[ New ]
    09-14-2009 11:25 AM
    Hi I am new to this forum and am asking for your  help.  We are sharing a computer, the PrtSc key is working for the Administrator but not when we switch users.  We have tried everything that we can think of: From opening a the page(S) we want to paste to not opening the pages. My most common usage is to PrtSc and paste it into an email , but barring that we have tried opening a page in notes, documents, word etc . Nothing seems to work.  I do not get an error message , it just won't paste. Since we are not computer literate we are hoping you can help us with a solution .  Thanks in Advance .

    Jerry, that post you just answered was from nearly 4 1/2 years ago!  And that's the last time the OP was here.
    C.B.
    Toshiba Sat. C75D-B7260 Win 8.1 64 Bit--Toshiba Sat. L775D-S7132 Win 7 HP SP1 64 Bit and Win 10 PRO Technical Preview--Toshiba Sat. L305-S5921 Win Vista SP2 32 Bit

  • I'm using 2nd generation iPod, do they have update for this model?i always kept checking for update but server says my 4.2.1 is the latest version and now i can't sync update for  Marvel, Comics, iBooks n Archies apps,...any solution?

    i'm using 2nd generation iPod, do they have update for this model?i always kept checking for update but server says my 4.2.1 is the latest version and now i can't sync update for  Marvel, Comics, iBooks n Archies apps,...any solution?

    No, they don't.
    (70218)

  • Clicked on Mac when ordering, paid for it but it says "Windows " on the download page. Is this still the same for mac?

    Clicked on Mac when ordering, paid for it but it says "Windows " on the download page. Is this still the same for mac?

    Hi Richard,
    We are sorry for the trouble,
    I have sent you an email with the correct serial number.
    Please reply once you get it.
    Thanks
    Sandeep

  • "no such file or directory"--but file's listed with ls -al

    How do you delete a file which is listed with "ls -al" in Terminal,
    but when you try to 'sudo rm' it, you get "no such file or directory"?
    The file in question is a troublesome temporary Excel spreadsheet file--something like "~$TroublesomeFile.xlsx". 
    When I run "ls -al", it's listed with the flags "-rw-r--r--@".
    Thanks much for your time!
    riprap

    If the file really starts with ~ then this is a "Magic" character to the shell.  It says to look for your home directory.
    If the file really has a $ in it, then this is a "Magic" character to the shell.  It tells the shell to substitute the contents of variable TroublesomeFile in the command line.  If the variable does not exist, then nothing is substituted for the variable name.
    If you really have all these "Magic" characters in the file name, then protect it by using single quotes around the file name:
    rm '~$TroublesomeFile.xlsx'
    If that doesn't work, then please show the exact command used to try the 'rm'
    AND please show the exact error message.  Do not summarize.

  • Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory

    Dear Experts,
    Please note that I am facing a chllenge while confiuguring the VNCServer on the local test Server. The Local Test Sver OS Version is Redhat Enterprise Linux Server 
    Release 5.5 32-bit. Please review the following error message and advise me on how to fix the vncserver issue.
    [root@test .vnc]#  cat xstartup
    #!/bin/sh
    # Uncomment the following two lines for normal desktop:
    unset SESSION_MANAGER
    exec /etc/X11/xinit/xinitrc
    gnome-session &
    [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    twm &
    [root@test .vnc]#  cat /etc/sysconfig/vncservers
    # The VNCSERVERS variable is a list of display:user pairs.
    # Uncomment the lines below to start a VNC server on display :2
    # as my 'myusername' (adjust this to your own).  You will also
    # need to set a VNC password; run 'man vncpasswd' to see how
    # to do that.
    # DO NOT RUN THIS SERVICE if your local area network is
    # untrusted!  For a secure way of using VNC, see
    # <URL:http://www.uk.research.att.com/archive/vnc/sshvnc.html>.
    # Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
    # Use "-nohttpd" to prevent web-based VNC clients connecting.
    # Use "-localhost" to prevent remote VNC clients connecting except when
    # doing so through a secure tunnel.  See the "-via" option in the
    # `man vncviewer' manual page.
    # VNCSERVERS="2:myusername"
    # VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
    VNCSERVERS="1:oracle"
    [root@test .vnc]# ls
    passwd test.oracle.co.zm:1.pid  test.oracle.co.zm:3.log  test.oracle.co.zm:5.pid  test.oracle.co.zm:6.pid
    test.oracle.co.zm:1.log test.oracle.co.zm:2.log  test.oracle.co.zm:5.log  test.oracle.co.zm:6.log  xstartup
    [root@test .vnc]# more test.oracle.co.zm:1.log
    Xvnc Free Edition 4.1.2
    Copyright (C) 2002-2005 RealVNC Ltd.
    See http://www.realvnc.com for information on VNC.
    Underlying X server release 70101000, The X.Org Foundation
    Tue Mar 11 11:18:37 2014
    vncext:      VNC extension running!
    vncext:      Listening for VNC connections on port 5901
    vncext:      Listening for HTTP connections on port 5801
    vncext:      created VNC server for screen 0
    Could not init font path element unix/:7100, removing from list!
    localuser:root being added to access control list
    No profile for user 'root' found
    SESSION_MANAGER=local/test.oracle.co.zm:/tmp/.ICE-unix/13603
    Window manager warning: Log level 32: could not find XKB extension.
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (nm-applet:13697): WARNING **: No connections defined
    Initializing nautilus-open-terminal extension
    Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-writer.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-impress.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-calc.desktop for panel launcher: No such file or directory
    [root@test .vnc]#
    Regards
    Mohammed Abdul Muqeet

    Hi,
    Try these 3 solutions
    1. Did you start vncserver services as:
    service vncserver start
    2.Check that port 5901 has not been blocked by a firewall:
    # nc -vz localhost 5901
    You should get a connection and a termination. If you get an error, fix the firewall.
    3. service iptables stop
    Hope This Helps
    Regards,
    -DK

  • RAC 11g Installation Failing, saying "$GRID_HOME/bin/crsctl : No such file or directory"

    Hi All,
       I've the below mentioned problem.
    Some time ago, I installed Oracle 11g RAC. As this installation failed, I removed both Grid Home and Database Home using "rm", rather than deinstalling as deinstall failed while running. Now, when I do a fresh install of Oracle 11g RAC, I get the below response while running $GRID_HOME/root.sh:
    [code]
    [root@racnode2 oracle]# /u02/app/11.2.0/grid/root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
        ORACLE_OWNER= grid
        ORACLE_HOME=  /u02/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying coraenv to /usr/local/bin ...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2013-08-28 00:15:36: Parsing the host name
    2013-08-28 00:15:36: Checking for super user privileges
    2013-08-28 00:15:36: User has super user privileges
    Using configuration parameter file: /u02/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    Improper Oracle Clusterware configuration found on this host
    Deconfigure the existing cluster configuration before starting
    to configure a new Clusterware
    run '/u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig'
    to configure existing failed configuration and then rerun root.sh
    [code]
    I ran "/u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig", But, I get the below errors:
    [code]
    [root@racnode2 oracle]# /u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig
    2013-08-28 00:17:19: Parsing the host name
    2013-08-28 00:17:19: Checking for super user privileges
    2013-08-28 00:17:19: User has super user privileges
    Using configuration parameter file: /u02/app/11.2.0/grid/crs/install/crsconfig_params
    Failure to execute: No such file or directory for command /u02/app/11.2.0/grid/bin/crsctl check cluster -n racnode2
    Failure to execute: No such file or directory for command /u02/app/11.2.0/grid/bin/crsctl check cluster -n racnode2
    Oracle Clusterware stack is not active on this node
    Restart the clusterware stack (use /u02/app/11.2.0/grid/bin/crsctl start crs) and retry
    Failed to verify resources
    [root@racnode2 oracle]# /u02/app/11.2.0/grid/bin/crsctl start crs
    -bash: /u02/app/11.2.0/grid/bin/crsctl: No such file or directory
    [code]
    In fact, there are no "crsctl" under GRID_HOME/bin.
    OS : Linux
    Can someone help. I am willing to provide any information.
    Thanks,

    Hi Pradeep,
       Your suggestion helped immensely. I removed all the oracle related files and directories from /etc/oracle, removed entry in /etc/inittab and removed links to startup/kill scripts from /etc/rc.d/*.
    I've added below steps I followed so it may be helpful:
    1. Removed these directory lastgasp,  oprocd,  scls_scr from /etc/oracle
    2. removed ocr.loc.orig, olr.loc, olr.loc.orig from /etc/oracle
    3. Removed the entry h1:35:respawn:/etc/init.d/init.ohasd run >/dev/null 2>&1 </dev/null from /etc/inittab
    4. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc0.d
    5. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc1.d
    6. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc2.d
    7. Removed S96ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc3.d
    8. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc4.d
    9. Removed S96ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc5.d
    10. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc6.d
    Then, Grid installation was started, and root.sh went well. The Grid Infrastructure was installed successfully on both the nodes.
    This has been performed on all nodes in the cluster. In fact, I had only 2 nodes in the cluster.
    Thanks again,

Maybe you are looking for

  • Error reading WSDL File in ORABPEL 10.1.3.1

    Hi all, I'm stuck with the following situation so any help would be highly appreciated. I need to use a Web Service provided by a third party. I tested this Web Service using a .NET client successfully. I'm able to create the partner link and see all

  • BPC 5.1 MS to BPC 7.5 NW Migration

    Hi All, We have a Client requirement to Migrate their existing BPC 5.1 system to BPC 7.5 NW system. can you please let me know what are the Timelines for BPC 5.1 MS Migration to BPC 7.5 NW using              1) SAP BPC Migration Utility Tool         

  • Truble ruinning applets in  IE 4.0

    I've downloaded and installed The JDK 5.0 but i'm unable to run the applets in my browser. I Get the following error: java.lang.ClassNotFoundException: HelloWorld      at com/ms/vm/loader/URLClassLoader.loadClass      at com/ms/vm/loader/URLClassLoad

  • SSH from a router

    Can we initiate an SSH session from a cisco router or a switch to another device? thanks in advance Narayan

  • Deploy war file developed by rational to tomcat 5.5

    i've developed an application using rational application developer then exported it to war file then i want to deploy this war file to tomcat server could someone help me!!! thanx in advance