Can remove broken symbolic link  ../../../sparv9/disk_ata

we found a broken symbolic link /platform/sun4u/kernel/drv/sparv9/disk_ata
this is on a V440, Solaris 9
would like to ask, any issue if we remove this link, think it should not be a problem, but this is a live server.
Thanks!

This is also surprising the fact that your server is a SunFire V440 means
it should only be using SCSI harddisks. This is really weird.
Anyway, since it is a broken link, you could actually delete for security reasons.
But since you are worried ( I don't blame you, coz I will feel the same way),
the best way is to keep a record of this broken link in a file where you could
access it in the future. So my final advise is, record the broken link (comlete path ) into a file
( you can do a cut and paste ) then secure the file ( chmod 400 filename)
and then delete your broken link. Do you agree ?

Similar Messages

  • Can't make symbolic links for Documents, Music, Movies, Pictures folders?

    So, on my previous setup, which was also running 10.5 I was able to create symbolic links for my Documents,Music, Movies and Pictures folders so those files could be stored on an 2nd hard drive.
    However, today I'm setting up my new Mac Pro and I try to remove those folders and create the symbolic links and it tells me that permissions are denied.
    Can anyone tell me why this would be different on the Intel Mac than it was on my PowerMac G5? How can I get around it?

    those folders are protected by "deny delete" ACLs to prevent accidental deletion.
    you can remove the ACLs using
    chmod -N ~/Documents ~/Music ~/Movies ~/Pictures
    you'll then be able to delete them.
    Message was edited by: V.K.

  • Can't create symbolic link on a cifs mount (on a linux VM 14.10 Ubuntu)

    I created a file share on an azure storage and mounted the share on a VM using:
    # mount –t cifs //ACCOUNT_NAME.file.core.windows.net/SHARE/mnt/DIRECTORY
    -o vers=2.1,username=ACCOUNT_NAME,password=ACCESS_KEY,dir_mode=0777,file_mode=0777
    Everything works fine except I can't create symlinks inside the share! I get the following error:
    "Operation not supported"
    cifs should support symlinks....I am using a VM with Ubuntu 14.10.Been researching this for 2 hours and no solution as of yet! All suggestions appreciated! 

    Thanks Malar,
    In my opinion, there is something wrong in the smb.conf file of the server. In order to support symbolic links, unix extensions must be disabled there. Also the sfu option needs to be enabled. I tried everything possible on the client (VM) end. The issue
    is clearly from the server
    Best,
    Karim

  • Can PHDs follow symbolic links?

    I have a user who, for space limitations, has a symbolic link in his local home directory (on a macbook pro) that points to an external drive. So far I have been unable to figure out how to get his symbolic link to sync with his network account. I have him set up with a portable home that works just fine (except for the symbolic link.
    Seems like I need a option similar to what rsync has that causes the sync agent to follow symbolic links.
    Is this possible?

    No. OS 9 doesn't understand symlinks. Your only option is to use aliases which, of course, UNIX apps can't follow.

  • Can I use symbolic links to share abook.mab file for two users

    If I delete any of the .mab files from one user profile and replace it with a symbolic link that points to the same file in the other profile will this synchronise my address books for the two profiles. I have win7.
    The object is to have two Windows User accounts sharing all the same email data. I have already have them pointed at the same message store.
    I also wish to know if deleting a .mab file will only cause it to be re-created.
    I am hesitant to experiment.
    Thanks

    Deleting any of the two default mab files, abook.mab (Personal Address Book) or history.mab (Collected Addresses) will result in new, empty files with these names being recreated automatically when TB is restarted.
    There are some ideas for sharing address books here:
    http://kb.mozillazine.org/Sharing_address_books

  • Symbolic links on samba network drives broken?

    Note: I first posted this in Apple.com > Support > Discussions > Mac OS X v10.5 Leopard > Using Mac OS X Leopard where it was suggested I post here. In my readings it looks like 10.6 may solve some of this but I'm not sure.
    I'm seeing the following sort of behaviour on all of the macs I have tested in the following configuration:
    Network file server:
    Solaris 10
    samba 3.4.2
    Macs:
    Leopard 10.5.6
    Connect to exported folders via smb in finder "connect to server". In the examples below abc123 is a remote folder.
    Open terminal and try the following tests:
    1. Attempting to remove a symbolic link fails.
    * cd /Volumes/abc123/tmp
    * touch foo
    * ln -s foo .bar # this works
    * rm .bar # fails with no message
    * rm foo # succeeds
    * rm .bar # fails with no message
    If the symbolic link is to a socket then you at least get a message when rm fails ("rm: .parentlock: No such file or directory" as an example for a link created on the remote drive by Thunderbird or Firefox).
    2. Removing linked file removes unlinked file??
    * touch foo
    * ln -s foo bart
    * touch ._bart
    * ls -la # observe that ._bart exists
    * rm bart
    * ls -la # observe that bart still exists, but that ._bart is gone!!!
    3. Removing linked file does not work.
    * ln -s bart ._bart
    * rm bart # fails
    4. Hard links do not delete either.
    * touch foo
    * ln foo ._bart
    * rm foo
    * ln -s bar ._bart # ln: ._bart: File exists
    * rm ._bart # rm: ._bart: No such file or directory
    5. Symbolic links are copied instead of the file contents.
    * touch foo
    * ln -s foo ._blaht
    * cp ._blaht /tmp
    and observe that, in /tmp, you have "._blaht -> foo" instead of the actual file.
    So can anyone else reproduce any of the above problems? In my limited searching for samba related problems I did not see any posting about this type of situation. Also, everything works just fine on local drives.

    Depending on the filesystem, Mac OS X creates ._foo files when you create a foo file, so you'll probably have to live with that. For example, for each file on my FAT32-formatted USB flash drive there is a ._xxx file. Others may be able to explain what these things are. I'm pretty sure they contain file metadata, perhaps like .DS_Store files created for other file systems.

  • Can Adobe Air Create a Symbolic Link (aka shortcut) ?

    Greetings,  I am working on an AIR application that automatically creates a directory tree for the user. Because there are many levels to the tree I want to have symbolic links to certain folders and files at the top level to speed navigation.   Can AIR create symbolic links ?  If not can anyone suggest a work around as this limitation would be  bad for my project.

    I thought I would post a few comments that might help others.  
    First, there does not seem to exist a symbolic link that is crossplatform regardless of the filesystem used (e.g., NTSF, FAT32, etc.).  In other words if you create a symbolic link in Windows XP on a network drive and then try to view that shortcut in Linux, Linux will not understand the shortcut. I tried  both the Junction and shortcut approaches.  Similarly is I create a symbolic link (ln -s) in Linux on a network drive, a Windows machine will not interpret it properly.  Since my app needs to support a heterogenous computers on a single LAN then I am SOL.
    However, if you have an app that will only be used by computers of the same type, or on a single computer, you can create symbolic links using Air V2.0. Air V2.0 supports calling executables/batch files and passing information to STDIN and getting STDOUT.  You could then write a batch file in whatever OS you are using.  However other than creating junctions using MS-DOS's linkd, I don't know how you would do this on Windows XP machine.
    If anyone has further comments on this thread I would be grateful.

  • Java Home symbolic links broken

    I followed a tutorial to install Tomcat on Mac OS X. When running, I got an error saying /Library/Java/Home/bin/java: No such file or directory. After going to /Library/Java, I saw that Home was a broken symbolic link to /System/Library/Frameworks/JavaVM.framework/Home. So, going to /System/Library/Frameworks/JavaVM.framework I saw that the Home file there was a broken symbolic link to /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home. As you could guess, CurrentJDK was a broken symbolic link to /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents, and /System/Library/Java/JavaVirtualMachines/ doesn't even exist. Where should I set all of these to?

    Have you installed Java yet on Lion?
    http://support.apple.com/kb/DL1421

  • Replace symbolic links with actual file

    Hello everybody,
    I have recently decided to move my seven iPhoto collections from an old external drive with insufficient capacity to a new bigger one. We talk some 50.000+ photos. Up to a couple of years ago, I had decided NOT to let iPhoto import the photos into its internal library, but I left the originals in a distinct directory external to the iPhoto package.
    Moving the iPhoto packages from the old to the new disk, I ran into a problem with the links to this external directory once I had retired the old external drive … because all links to the external originals broke.
    Here an example:
    - The old drive is called MOBIL
    - The new drive is called Photos
    In the directory /Volumes/Photos/iPhoto Library 1999 - 2002/Masters/2000/ESRIN, I find a symbolic link named:
    /Volumes/Photos/iPhoto Library 1999 - 2002/Masters/2000/ESRIN/DCP_0211.JPG
    In a terminal session this file is: -rw-rw-rw-@ 1 js  0 29 Okt  2006 DCP_0211.JPG
    The original is correctly reported as /Volumes/MOBIL/Eigene Bilder - Jurgen/Fotos/2000/09 September/ESRIN/DCP_0211.JPG
    Of course, iPhoto does not find the original once I remove the volume MOBIL.
    I see two possible solutions to this issue:
    1. Replace the broken symbolic link /Volumes/MOBIL/... with the new one /Volumes/Photos
    2. Replace the symbolic link with the actual file, i.e., copy each file from MOBIL to Photos (I don't care about the additional disk space used by this)
    I'd prefer solution 2 but my UNIX knowledge is not sufficient to automate this task - we are talking hundreds of directories and thousands of files …
    Any idea ho to achieve the above ? Any utility around ? Any other idea ?
    Many thanks in advance - Jurgen

    I believe that /Volumes normally contains a single symbolic link to the boot volume, and that all the other items there are not true symbolic links but are rather "mount points" which are managed dynamically by the system. Try running
    ls -l /Volumes
    in Terminal and you will see that all the items except for the boot volume show up as directories, and that only the boot volume item is a symbolic link. When you look at /Volumes in Finder (via Go To Folder) , the mount point icons have curved "alias" arrows and are labeled "alias", similar to symbolic links,  but they are different entities.
    With respect to the iPhoto paths, if you still have the old drive I think I would try cloning it to the new one so that the contents of the new drive are identical, disconnecting the old drive, and then renaming the new drive to match the name of the old drive. Then launch iPhoto and see if it finds everything.

  • Symbolic Link doesn't work in 'File Window' on Mac

    Hi, I'm Nao from Japan.
    I'm sorry for my strange English.
    I usually use Dreamweaver CC on Windows7 PC.
    I manage some web sites. Three of them belong to same group. They require some same image files. The three sites are on one remote web server. So I use symbolic link(directory) to share the image files.
    And on my windows PC, I use symbolic link to share the files in the local sites of the three.
    'File Window' of dreamweaver CC (for Win) understands symbolic link and i have no trouble.
    But 'File Window' of dreamweaver CC (for Mac) can't understand symbolic link.
    ('Preview Window' understand symbolic link.)
    How can i solve the issue?

    Thank you for your reply.
    I should explain my situation again.
    at command prompt on windows7,
    c:\webSites>mkdir site_A
    c:\webSites>mkdir site_B
    c:\webSites>mkdir site_A\shared_images
    c:\webSites>mklink /d site_B\shared_images c:\webSites\site_A\shared_images\
    'c:\webSites\site_B\shared_images\' acts right on File Window of Dreamweaver CC.
    If some files are put into the 'c:\webSites\site_A\shared_images\' ,they will appear in 'c:\webSites\site_B\shared_images\' on File Window of Dreamweaver CC.
    but at terminal on Mac OSX,
    MacBookPro:webSites nao$ mkdir site_A
    MacBookPro:webSites nao$ mkdir site_B
    MacBookPro:webSites nao$ mkdir site_A/shared_images
    MacBookPro:webSites nao$ ln -s /(somewhere)/webSites/site_A/shared_images/ site_B/shared_images
    '/(somewhere)/webSites/site_B/shared_images/' doesn't act right on File Window of Dreamweaver CC.
    But '/(somewhere)/webSites/site_B/shared_images/' acts right on 'Finder'.
    And in the 'Design view', the images located in '/(somewhere)/webSites/site_B/shared_images/' are displayed right.
    I am at a loss.

  • It appears from my limited research and attempts that symbolic link command in Terminal is broken in 10.8.2

    It appears from my limited research and attempts that symbolic link command in Terminal is broken in 10.8.2
    Can anyone confirm or deny my observation ?

    It appears from my limited research and attempts that symbolic link command in Terminal is broken in 10.8.2
    Can anyone confirm or deny my observation ?

  • Remove broken links in RH 7.0.2

    I'm working on a project where the Help covers two different releases of a plug-in Adapter.  I thought I was going to have to have two different sets of files for one section of the product for release 4 and release 5, so I copied the existing folder and had "feature" and "feature4" folders.  Then, as it turned out, there weren't that many differences, so I deleted the "feature4" fodler.  I deleted the files and folder from within RoboHelp, so I assumed that if there had been any problems, I would have received a warning.  Apparently I was wrong.  =(
    Now I have Broken Links that refer to that deleted "feature4" folder.  I do NOT want to restore those files, because I don't need them.  I've checked all the hyperlinks in the topics in the "feature" folder and in the generated output, and they all seem to work.
    So, my question is, what file does RoboHelp use to store hyperlinks?  Is there any way to go in and hack the code to remove broken links to files that you have deleted and don't want to restore?

    Well that only took me three hours.  I had four broken links to repair. At one point I had one fixed and then it came back.  *shakes fist at sky*
    Can I just say that the Broken Links feature is remarkably unhelpful and non-intuitive?
    For anyone else who is here searching for answers, here's what I did.  (because "go in and fix it manually" is remarkably UNhelpful if you don't know what you're looking for)
    Under the Broken Links folder, double-click the broken link reference.
    In the Topic References dialog, click one of the references, then click Edit.  The topic will open.
    Click the HTML tab so you're looking at the code view.
    In the toolbar, go to Edit > Find.
    Search for links within the HTML code (I used part of the HTML code for a link, "href" as my search term).
    When you find the link code that matches what is shown in the Broken Links view, fix the link (edit the code, or place your cursor in the link then click the Design tab, then remove/replace the hyperlink).
    Two of my links required me to search the code as described above. I searched the code view and located the references to the "feature4" folder and deleted or corrected them.  The other two were links to deleted or renamed files, so I clicked Restore in the Topic References dialog box, recreated the files, then deleted the recreated files.  That seemed to fix those links.
    Oy, now to get some actual work done today!

  • I have iPhone 4s, and using latest iOS. When I try to open any link from Twitter or Facebook, it goes to open some wrong webpage. My iphone seems to be infected or suffering from some spyware or malware. How can I remove this wrong link opening

    I have iPhone 4s, and using latest iOS. When I try to open any link from Twitter or Facebook, it goes to open some wrong webpage. My iphone seems to be infected or suffering from some spyware or malware. How can I remove this wrong link opening ? Please help me to resolve...

    I think the McAfee suite will do the trick when I pay them a one-time fee of $69 or $179 for a year for unlimited support.
    Your call of course but IMO a waste of money. Please read this first:
    There are many forms of ‘Malware’ that can affect a computer system, of which ‘a virus’ is but one type, ‘trojans’ another. Using the strict definition of a computer virus, no viruses that can attack OS X have so far been detected 'in the wild', i.e. in anything other than laboratory conditions. The same is not true of other forms of malware, such as Trojans. Whilst it is a fairly safe bet that your Mac has NOT been infected by a virus, it may have another security-related problem, but more likely a technical problem unrelated to any malware threat.
    You may find this User Tip on Viruses, Trojan Detection and Removal, as well as general Internet Security and Privacy, useful:
    https://discussions.apple.com/docs/DOC-2435
    The User Tip (which you are welcome to print out and retain for future reference) seeks to offer guidance on the main security threats and how to avoid them.
    More useful information can also be found here:
    http://www.reedcorner.net/mmg/

  • How Can I Remove All the Links in a Document?

    I want to remove all the internal and external bound links in
    a number of my html documents. Is there any way I can do this with
    one action. I tried using Control + F on </a> and replacing
    it with nothing and that works. But Control + F on <a
    href="URL"> doesn't work as the url for that is different every
    time.
    Is it possible to remove all the links in one sweep, I hate
    to do it manually one by one as there are just so many?

    Tanim23 wrote:
    > Is it possible to remove all the links in one sweep
    Yes. In the Find and Replace dialog box, set Search to
    Specific Tag, and
    select a in the drop-down menu alongside. Then set Action to
    Strip Tag.
    You can do this in the current document, a particular folder,
    or the
    entire site, depending on what you select in the Find in
    drop-down menu.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • How Can I Remove the Home Link on the Main Page

    I am using PT 8.49 and I am creating a custom page where the only options I'd like to show on the page are my custom menu option and "Sign out" at the top right. I'd like to remove the "Home" link on the top right menu because I am doing the selection for them. I don't want them to be able to go back to the Home menu once they've entered my custom page. I have everything working the way I'd like except that I cannot get rid of the "Home" link. Can anyone help with that?
    I am also using a template in portal called HOMEPAGE_DESIGNER_TEMPLATE as this causes the page to display without the left menu, as I want it to be.
    Thanks for your help!

    Restore the default home page
    * https://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page#w_restore-the-default-home-page
    Now, set a single web site as your home page
    * https://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page#w_set-a-single-web-site-as-your-home-page
    Check and tell if its working.

Maybe you are looking for

  • Error when loading data from DSO to Cube

    Hi, After upgrading to 2004s we get the following error message when trying to load data from a DSO to a Cube: Unexpected error: RSDRC_CONVERT_RANGES_TO_SELDR Has anyone experienced a similar problem or have some guidelines on how to resolve it? Kind

  • PO Quote price break approval

    We want to approve Price Break Quotation lines thru program in R12 (we have lots of lines, so can not be possible one by one from screen). Oracle form calls the QUOTATION_APPROVALS_PKG.Insert_Row (and additional activities) to do this. The procedure

  • Save for Web Export

    I am trying to use the save for web export option to save out a file of type JPEG. I have gotten the code working fine if it saved out with the default file type of .gif, but I cannot get it to work with .jpg. set theExportOptions to {class:save for

  • How to undelete a sheet on NOTES app.

    I delete a sheet from NOTES and I need to recover it. Is there an option to reaches it and brings it back?

  • IPhone users unable to to send as email when trying to forward conversation

    Hello, I am seeing an issue on Lync 2013 for iPhone, where users attempt to save their IM conversation by using the send by email feature on iPhone.  The button is not listed, so there is no way for them to send the conversation.  I have searched but