Folder names with diacritics & NFS shares

OK; sometimes things appear simple but are not. Sharing files with an OSX client has been, and is a nightmare in a Linux environment.
We have a mostly Ubuntu environment and have tried Samba, and NFS. After a significant amount of work the Mac can do stable NFS Mounts provided the following unconventional settings are implemented:
In the /etc/exports file on the Ubuntu server:
/some/catalog/to/export 192.168.0.0/24(rw,sync,nosubtree_check,allsquash,anonuid=1000,anongid=1000,insecure)
- anonuid needs to be user ID of the user on the server that is the owner of the catalog
- anongid needs to be group ID of the group on the server that is the primary group for of the catalog
On the Mac in Disk Utility/File/NFS Mounts:
- Enter the correct paths
- click "Advanced" and fill in: resvport,nolocks,locallocks,intr,soft,wsize=32768,rsize=32768
This finally let's you mount the share
However, after using the share for a while we discovered that folder names on the share that contains diacritic characters, including characters å,ä,ö and Å,Ä,Ö did not display in the file listing in Finder (In Path Finder Folder names are replaced with " -- "), nor could the folder be opened. However, right-clicking the " -- " in Path Finder and selecting "Get info" did display the correct path to the folder and did display the diacritic characters in the path correctly.
In a catalog containing 264 folders that all had the same owner and the same group & permissions, 94 did not display properly in OSX/Finder and none could be opened. All 94 contained one or more diacritic characters (åäö or ÅÄÖ). None of the 170 others did contain any diacritics. Spaces, and e.g. "&" does not cause problems.
With an Ubuntu client I can NFS mount the same server, and I do get the folder names displayed correctly and I can open the folders. It appears likely there is a bug in OSX - likely in Finder/Path Finder, since the correct path name is displayed in "Get Info".
Message was edited by: TheSnowGirl
Message was edited by: TheSnowGirl

Gave up on this and downloaded Interarchy (RBrowser seems similar). This is not NFS and not Samba; rather FTP over SSH (SFTP). Secure, even for remote access and works out of the box, like breeze. All access rights intact . And there is a preview of file, rather that open on remote server...

Similar Messages

  • Windows 2003 - create folder name with yesterday's date

    Hello friends..
    please advise,
    I want to create folder name with yesterday's date and then move yesterday's date files to this folder...so for example;
    if today is 2014_07_17 then create folder as below (2014_07_16)
    d:\test\214_07_16
    then move all files extension .txt from d:\test\*.txt to d:\test\2014_07_17
    thanks in advance...

    These ones may help.
    Use PowerShell to Create a Bunch of Folders Based upon the
    Date
    Using the Move-Item Cmdlet
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • XL Reporter - folder name with funny character

    Hi experts,
    I'm using SAP B12007A PL:30 and XL Reporter Version 8.0.13.
    When I try to start my xl reporter, all predefined folder names in Report Organizer change
    to funny character. For example, the predefined folder name of "Inventory" display as "B1_11_2304".
    Please advice. Thanks

    Hi,
    Kait Chong.
    once again you disconnect XL Report Add on in Add on Manager then you Connect XL Report. B1_11_2304".  this is Inventory ID. try to Uninstall XL Report and install XL Report Add on then it will show
    Dimensions are transaction data that has underlying tables (master data) in the SAP Business One database. For instance, if you have a transaction with the name of a sales person recorded, you can have an underlying Sales Employee table that holds more information about the sales person. Other examples of dimensions are: Financial Period, G/L Accounts, Business Partner, Warehouses, Items, Vendor and many more.

  • Smart collection and folder names with "_"

    I have problems when making Smart Collections based on folder names
    My folder name is 2009_11_20 Mist
    When I make a Smart collection with "Folder" Stars with 2009
    I get a lot of files
    When I change the  2009 to 2009_11 I get no files. Even when I make 2009_ I get no files
    When I change the 2009 to Mist and the "Starts with" to "Contains" again I get the desired files.
    When I change the 2009 to 2009_11 and the "Starts with" to "Contains" again I get no files.
    It seems that LR with Smart Collections cannot handle the "_" character???
    Who can help?

    It's a bug. The usual workaround is to use hyphen as the separator in your folder names instead of an underscore.

  • Site Index Portlet and Folder names with quotes

    Hi,
    I don't know if anyone else has hit this problem with the site index portlet, but it fails to render when the page group contains a page with a quote >'< in the page name.
    This is an issue particularly using O Drive and 10.1.4 portal, as the page name and page display name both get set to the folder name & windows alows quotes in folder names.
    The portlet code escapes the display name, but not the page URL. In 10.1.4 the URL has the page name in it, including any quotes, so the URL needs to be escaped too.
    This is achieved by modifying the code in site_index_tree.process_tree. Have a look how l_title_enc is set & do the same for the l_link value. l_link_enc := replace(l_link, '''', '\''');
    Comments and suggestions welcome.
    Cheers,
    David

    Hi
    to avoid this problem I'm afraid that you have to avoid quotes from your pages names.
    Quotes in URL are not supported by navigators so you can't use them for pages names (but,as you said you can use for display names).
    A possible workaround is to modify the render_tree method, replacing URL by permanent links.
    Your url http://myportal/page/portal/page/apage/anotherpage/namewithquote will be replaced by something like :
    http://myportal/page/portal/page/54564F654SD5F4SD56F4SD564FS
    Hope this will help

  • Folder names with scaling

    I am developing a windows store app for 8.1. I have included various resources in the application and want to use different resources for each resolution. So I followed Microsoft
    documentation link which states the usage of scaled images. I put all my images in Images folder and named them as
    Images.scale-120 for 480x800
    Images.scale-160 for 720x1280
    Images.scale-240 for 1080x1920
    devices. But after I deleted my initial Folder and used only these folders no images were shown. So my question is how to name folders as per scaling and use these in windows store app.

    Hi Rohit,
    It looks like you're using the qualified files syntax to try to create qualified folders. This won't work: the syntax is different. See
    How to name resources using qualifiers for details.
    The standard naming convention is
    foldername/qualifiername-value_qualifiername-value/filename.qualifiername-value_qualifiername-value.ext
    For your Image folders, create a subfolder named for the qualifier rather than appending the qualifier to the folder name:
    Images/scale-100/foo.png
    Images/scale-140/foo.png
    Images/scale-180/foo.png 
    Images/scale-240/foo.png
    or
    Images/foo.scale-100.png
    Images/foo.scale-140.png
    Images/foo.scale-180.png 
    Images/foo.scale-240.png
    Also note that the valid scales are slightly different for Windows Phone and for Windows Store apps, and they are based on the DPI not the raw resolution (1080x1920 could be low DPI on a large monitor or high DPI on a small one). See the scaling plateaus
    at
    Scaling to pixel density and
    Choosing your app images . The specific values you had don't match either.

  • Creating folder names with variables in applescript?

    im trying to make folders and name them with structured names but im getting an error and im not sure what im doing wrong.
    the error i get is:
    Finder got an error: Can’t make "/Users/USERNAME/Desktop/Fake Server/Project Name" into type item.
    ----------------------these variables are just used for my example, the actual script asks for input and makes that into the variables -------------------
    set the_folder to "Macintosh HD:Users:USERNAME:Desktop:Fake Server"
    set theChosenOne to "Selected"
    set Code to "ABCD"
    set Number1 to "12345"
    set projLocation to (POSIX path of the_folder & "/" & theChosenOne)
    set folderTags to Code & " " & Number1
    tell application "Finder"
    make new folder at projLocation with properties {name:folderTags & " artfile"}
    end tell

    The following should work:
    set the_folder to "/Users/USERNAME/Desktop/Fake Server"
    set theChosenOne to "Selected"
    set Code to "ABCD"
    set Number1 to "12345"
    set projLocation to POSIX file (the_folder & "/" & theChosenOne)
    set folderTags to Code & " " & Number1
    tell application "Finder"
        make new folder at projLocation with properties {name:folderTags & " artfile"}
    end tell
    Message was edited by: Pierre L.

  • AppleScript Folder names with spaces

    Hello,
    I have been working on somethings in AppleScript and came accross one problem.
    How do I remove folders that have spaces in their name.
    The method I use is by using a terminal command as shown below.
    do shell script "rm ~/Desktop/This is the folder/"
    I would have come into an error saying
    error "rm: /Desktop/This: No such file or directory
    rm: is: No such file or directory
    rm: the: No such file or directory
    rm: folder: No such file or directory" number 1
    I have tried Googling and found this.
    do shell script "rm ~/Desktop/This\ is\ the\ folder/"
    but have came up with this syntax error.
    Expected “"” but found unknown token.
    Please help me with this issue. If there is another method, without using the do shell script command, maybe telling Finder to delete the folder?, please suggest.

    Neil gave the correct answer (though I would have used System Events to do the same thing).  But to address the problem you're having with the rm command...  In applescript the backslash character is an escape character.  It's used when you want to have literal quotes in a text string, e.g.
    set txt to "Senator McCain said \"Nerf Balls!\" in a press conference yesterday."
    Since the backslash is an escape character in applescript, you need to escape it as well if you want a literal backslash:
    do shell script "rm ~/Desktop/This\\ is\\ the\\ folder/"
    personally, I always single quotes where I can in do shell scripts because the double backslash looks weird, but...

  • INX file has trouble linking to folder names with certain characters?

    Hi!
    For technical reasons we have two folders and they have ”%0” at the end of their names.
    This seems to case problems for InDesign files that are saved using the interchange (INX) format – upon opening they complain about links to pictures that are in these folders. I can see that the links point to ”Logotypes” and ”Illustrations” when they should point to ”Logotypes%0” and ”Illustrations%0”.
    Anything that can be done?
    The links work fine when opening a ”normal” InDesign document that point to these folders.

    Hey Bob and thanks for your reply!
    Sounds like a good ideas, but what shall I change it to? In the .inx file I opened the path is ”correct” with the ”%0” at the end.
    I noticed now the problem is when opening the .inx file in InDesign 6 (CS4).
    The .inx file is created in InDesign 5 (CS3) and when opening it in InDesign CS4 the link problem with these folders occurs.
    If I open the .inx files in InDesign CS3 there's no problem with the links.

  • Changing a folder name

    I need to change my folder name with the home icon.. this can be changed by the user icon..... but when i change it it says i might lose information.... could someone please help

    Here it is again but I didn't do anything different, and it works for Rudegar. http://support.apple.com/kb/HT1428
    Here's a copy and paste in case you still can get to it:
    OS X: How to change user account name or home directory name
    Summary Learn how to change your user account name and home directory name (which should match) by using the advanced procedure described below.  
    Products Affected
    Mac OS X 10.4, Mac OS X 10.5, Mac OS X 10.6, OS X Lion, Mac OS X 10.0, Mac OS X 10.1, Mac OS X 10.2, Mac OS X 10.3, Mac OS X 10.4
    About the account name
    Each user in Mac OS X has a "Full Name" (referred to as "Name" in Mac OS X v10.5.8 or earlier) and an "Account name" (referred to as "Short Name" in Mac OS X v10.5.8 or earlier) as defined in the Users & Groups pane of System Preferences (referred to as Accounts pane or Users pane in Mac OS X v10.6.8 or earlier). The account name can contain up to 255 lowercase characters with no spaces. This is the name used to create a user's home directory (also known as the user's Home or Home folder) in the Users folder. Once the user has been created, the account name (or short name) cannot be changed in the Users & Groups pane of System Preferences.
    Changing the account name
    Though there are other methods by which an advanced user may change the short name and related information, the easier and safer workaround is described below.
    Before following these steps, you may wish to back up your important data.
    For Mac OS X v10.5 or later
    Enable the root user.
    Log in as root.
    Navigate to the /Users folder.
    Select the Home folder with the short name you want to change, and rename it just like you would rename any folder. Keep in mind that the shortname must be  all lowercase, with no spaces, and only contain letters.
    Use the Users & Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier) in System Preferences to create a new user with the Account name or Short Name that you used in the previous step.
    Click OK when "A folder in the Users folder already has the name 'account name'. Would you like to use that folder as the Home folder for this user account?" appears. Note: This will correct the ownership of all files in the Home folder, and avoid  permissions issues with the contents.
    Choose Log Out from the Apple menu.
    Log in as the newly created user. You should be able to access all of your original files (on the desktop, in Documents, and in the other folders of this Home).
    After verifying that your data is as expected, you can delete the original user account via the Users & Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier).
    Disable the root user.
    For Mac OS X v10.4.11 and earlier
    Optional step: As a precaution, you may disable automatic login prior to performing this procedure.  You might want to back up important data, too. In the event that you restart the computer for any reason before completing the procedure, this would prevent complications from having displaced the user selected for automatic login. (For Mac OS X v10.1.5 or earlier, automatic login is found in the Login preference pane. For Mac OS X v10.2 and v10.3, it is found in the Accounts preference pane.)
    Mac OS X v10.3 or later: If FileVault is enabled, temporarily turn it off, which will log you out.
    Enable the root user and log in as root.
    For Mac OS X v10.2 or later: Open the Accounts pane of  System Preferences.
    For Mac OS X v10.1.5 or earlier: Open the Users pane of System Preferences.
    In the Name list, locate the user account with the short name that you want to replace. This will be referred to as the "original user".
    Note whether or not the original user is identified as an administrator, which appears in the Kind column to the right.
    Click New User. For Mac OS X v10.3 or later, this is the plus button.
    Complete the Name and Short Name fields as desired. Be sure that the Short Name is exactly as you want it to appear.
    For Mac OS X v10.2: Fill in the New Password and Verify fields.
    For Mac OS X v10.1.5. or earlier: Click the password tab, then fill in the Password and Verify fields.
    If the user you are replacing is an Admin user, then select the checkbox for "Allow user to administer this computer". For Mac OS X 10.3, click the Security tab to locate this setting.
    Note: This checkbox is dimmed and already selected if there is not another Admin user. Mac OS X requires at least one Admin user.
    Click Save. (Skip this step for Mac OS X v10.3.)
    Quit System Preferences.
    Click the Finder icon in the Dock.
    Choose Computer from the Go menu.
    Open the Users folder in the Mac OS X disk.
    Open the folder with the short name of the new user that you just created.
    Drag the contents of this folder to the Trash.
    Important: Do not empty the Trash yet. In the event that you accidentally move contents of the wrong folder, you may recover them from the Trash after discovering your mistake.
    Choose New Finder Window from the File menu. Be sure to position the new window so that you can see both Finder windows.
    In the new window, open the folder of the original user.
    Press the Option key as you drag the contents of the original user's folder into the new user's folder (that you emptied in Step 16). This makes a copy of the contents.
    Close one of the Finder windows.
    Open the Terminal application (located at /Applications/Utilities/).
    Type: chown -R <new_name> /Users/<new_name>
    Important: Replace "<new_name>" with the actual short name of the new user you just created. For example, if the new user had the short name "jacques", you would type:
    chown -R jacques /Users/jacques
    Press Return
    Quit Terminal.
    Choose Log Out from the Apple menu.
    Log in as the new user. You should be able to access all of your original files on the desktop and in the folders of the Home directory.
    Important: If you do not have access to your original items, log out and log back in as root, then repeat Step 22. Also, be sure that you did not place the wrong files in the Trash in Step 16.
    Choose Home from the Go menu.
    Open the Library folder, then the Keychains folder inside it.
    Select the keychain, which should still have the short name of the original user.
    Choose Show Info from the File menu.
    In the Info window that appears, choose Name & Extension from the pop-up menu.
    Change the name to match the new user's short name.
    Close the Info window.
    Open the Keychain Access application, located in the Utilities folder.
    From the Edit menu, choose "<new_name> Settings". For the user Jacques, this would appear as: "jacques Settings".
    Click Change Passphrase.
    Enter the desired password, then click OK. You may use the same password again or set it to match the login password of the new user.
    Note: This step prevents you from discovering later that the keychain had retained an older password.
    Quit Keychain Access.
    Disable the root user.
    If everything is working correctly, you do not need to log back in as root to empty the Trash. The folders you put there occupy a negligible amount of disk space.
    Depending on what software you have installed, you may wish to rename other files and folders that may have been created under the original user short name to match the new user short name.
    Once you are certain that everything is working properly, you may want to delete the Home directory (folder) of the original user, which should be empty. For instructions on how to do this, see this article.
    Additional Information Note: Although you can change your Home name in Mac OS X v10.3 or later, you  usually shouldn't.  
    Rate this article:
    Not helpful
    Somewhat helpful
    Helpful
    Very helpful
    Solved my problem
    Last Modified: January 24, 2012
    Article: HT1428
    Views: 2475086
    Rating:  3.0/5 Stars
    (1039 Responses)
    Languages
    Still need help?
    Need more help? Express Lane is the fastest way to contact Apple.   Use Express Lane to connect with an expert in Apple Support. 
    Get started
    Home >          Support Shop the Apple Online Store (1-800-MY-APPLE), visit an Apple Retail Store, or find a reseller.                         
    Apple Info
    Site Map
    Hot News
    RSS Feeds
    Contact Us
    Copyright ©  2012 Apple Inc. All rights reserved.          
    Terms of Use
    Privacy Policy

  • IPad folder name truncated even when opened?

    Normally, I know that folder names with longer names are truncated to save space on the home screen. However, after 'opening' the folder by clicking on it, the name is still truncated even though there are more than enough room to show the full name. This only happens on my iPad, but not iPhone. Here are some screenshots to show what I mean:
    On the iPad:
    On the iPhone:
    Is this normal? Or is there any way to change the font size or character limit? Thanks!

    A few discoveries I made this morning.
    One is that disabling GPGMail seems to solve the problem, or at least significantly reduce its occurrence.
    Another is that with GPGMail enabled, it seems to depend on how quickly one opens an email. I can't say for sure that this is a hard and fast rule, but messages staying unread seems to be more of a problem if you've just entered the folder or just been viewing another message and suddenly change to an unread one. It's as though GPGMail causes Mail to need some time to think things through.
    A third is that if you have multiple mail accounts, a workaround to reset the unread count exists. If a mail folder in Account One is having problems, you can switch to a folder in Account Two, possibly wait an interval of time (not sure what that interval would be), then switch back to your original Account One folder. That seems to force a refresh of the unread count, without needing a folder rebuild (with consequent loss of expanded threads, etc).
    However, for the time being, I've just disabled GPGMail. I can re-enable it as needed, by the looks of it, and it's not as though I've really needed to use it yet.
    I could wish, though, that Apple offered proper GPG support, or at least that they made enough of their API available that third parties could do a proper job instead of an ugly and somewhat broken hack. (I've also seen complaints that Apple like to change their API without telling anyone, just to keep third-party developers on their toes =P.) I suppose another problem is lack of available time. Which I also suffer from, so I don't think a "real solution" is forthcoming from this quarter, at least.

  • Issue with special character in NFS shares

    Hello,
    I run a Ubuntu 10.04 server for serving my files via NFS. I have no problems mounting the NFS shares in my iMac (OS X 10.6.3). I can access all files, even the ones containing special characters in their names. I can copy, create, move them with no problem, both on Finder and on the Terminal.
    The problem comes when I try to synchronize or backup files using backup tools. Files with accents in their names (á, é, ã, ç, etc) are simply ignored by the backup/sync tools I am using. I could reproduce the problem in different softwares like "ChronoSync" and "File Synchronization". Accents are a must have in my network.
    I saw in other posts in this forum that there might be some incompatibilities with Unicode and special chars while using Mac OS X as a NFS client for a Linux NFS server. What strikes me is that Finder and Terminal work just OK.
    Any clue?
    Some details of my NFS configuration:
    /etc/exports on my server:
    /mnt/disco01 10.209.1.0/24(rw,sync,nosubtree_check,anonuid=1000,anongid=1000,allsquash)
    /mnt/disco02 10.209.1.0/24(rw,sync,nosubtree_check,anonuid=1000,anongid=1000,allsquash)
    /mnt/disco03 10.209.1.0/24(rw,sync,nosubtree_check,anonuid=1000,anongid=1000,allsquash)
    /mnt/disco04 10.209.1.0/24(rw,sync,nosubtree_check,anonuid=1000,anongid=1000,allsquash)
    On my iMac I moount them like this using Disk Utility's NFS tool:
    URL: nfs://servidor/mnt/disco01
    Mount point: /Network/disco01
    Options: -P nosuid
    Thanks for any help you can give me.

    Well, I dug a little further and got a solution, although It make no sense to me.
    So, the scenario is:
    server URL: nfs://server/mnt/disco01
    mount point: /Network/disco01
    I was trying to synchronize a folder from the server called /Network/disco01/Música (meaning music in Portugueses) to a local folder /Users/shared/Música. I would use ChronoSync to keep the folders in sync, mirroring the NFS share to the local folder. ChronoSync was ignoring the folder.
    After not being able to copy using the ChronoSync tool, I tried to copy the folder via the Finder. I could browse the nfs share using the finder, but not copy the files the local folder.
    While trying to copy, I use Cmd-C then Cmd-V in the /User/shared/ folder. I noticed that first the Finder named the folder "Music" and then some instants after if would refuse to copy. Very strange.
    I first renamed the "Música" folder on the NFS share to "Músicas", then everything worked allright, even Chronosync. Turns out that Música is the name of one of the system folder OS X creates on the user's home folder. It is actually a translation to the underlying name Music.
    Why it was interfering with the copy of totally unrelated NFS and local folders I can really not understand.
    More interesting, afterwards I renamed the NFS folder again to Música (without s) and it kept working.
    I am happy now, but I have no clue as to why there was the problem, and why it got solved.
    Hope this helps somebody in a similar situation.

  • Finder not refreshing file or folder names, in NFS mounts.

    We are experiencing the an issues with NFS mounts, in both 10.7 and 10.8 machines.  After mounting NFS shares, the file/folder names do not update in other MAC finder windows until it is unmounted and remounted on the MACs.  This DOES NOT happen in our 10.6.8 and earlier machines.

    Cross posted
    http://forum.java.sun.com/thread.jspa?threadID=768693&tstart=0

  • Copying contents between hard drives with the same folder names erases data

    I have Final Cut Pro assets stored in two hard drives. I was attempting to consolidate them into a single directory on one of the two hard drives. I did this by dragging and dropping the contents of one folder into the equivalent folder on the destination hard drive, meaning that several folder names were shared between the two directories.
    In Windows, the only contents that would be overwritten are files and folders who share the exact same relative name during the copy procedure. However, OS X appears to have erased the entire contents of the destination folder in favor of the contents of the source folder.
    Time Machine is not enabled: Not enough hard drive space to store everything twice.
    Is this by design? Am I missing something? Is my data recoverable by means that would not cost me several hundreds of dollars? On a scale of 1 to screwed, am I screwed?
    Message was edited by: NuclearBastard

    Seems like you did not select the content but the folder itself. Let's say you're copying from folder A to B. To only overwrite stuff in folder B with the same name while keeping other files & folders, you need to go inside folder A and select the content. If you do select folder A itself, it will completely replace folder B. This is normal behaviour and I'm sure it's the same with other operating systems like Windows.
    This behaviour, of course, applies also to any subfolders within A & B, so you can't just use the Finder for such a +merge operation+. I'm not 100% sure, but since you were overwriting a lot of stuff, I'd say you're screwed and your data is gone, sorry.
    To avoid things like that in the future, you might want to use software which has the ability to synchronize file structures. In Terminal you can use ditto for that, but there are several GUI apps out there, too. Just search http://www.versiontracker.com for merge or synchronize and you should find something.
    Björn

  • File name with symbols won't delete from trash.cache\trash\cache folder.

    found this weird file name with symbols (squares nad the like) in the trash.cache\trash\cache folder. Can't seem to delete it from windows, can't get at from the dos prompt. Windows safe mode won't delete it.
    Any suggestions as to what it is and how to get rid of it.
    At present am trying reinstall of firefox and virus scan.
    Thanks
    Peter

    I tried to do the instructions Adobe gave me but when
    I put in the disc that came with my mac and hold down
    C when it restarts it takes me to the screen to do a
    fresh install.
    At that point go to the Menu & select Disk Utility - I can't remember exactly which menu but you should be able to find it easily... there isn't too much there
    I went into the disk utility through the Apps folder
    and for somereason the option to repair isnt
    highlighted and it wont let me click it. I tried to
    repair permissions/verify but it doesnt change
    anything. I looked at the info and it says the volume
    can be repaired, but it wont let me.
    You can't Repair the disk the system is currently running the OS from - That's why you have to boot from the Installer disk (or some other start-up disk). Repair Disk addresses directory structure issues - totally separate from what Repair Permissions does.
    HTH|:>)
    Bob J.

Maybe you are looking for

  • MSI 970a-g46 motherboard starts up but doesn't display anything.

    Hello, I'm having problems with a new motherboard I got from Amazon, specifically the 970a-g46. The following are my specs in use with this motherboard: CPU: AMD Phenom 2 x4 965 GPU: nVidia GeForce 560 GTX Ram: 8gb Kingston HyperX Fury 1866mhz. PSU:

  • ICloud is not working in iphoto, iCloud is not working in iphoto

    Hi, I am having difficulties with installing iCloud 9.5.1. on my iMac from 2007. I have updated all operating systems, but still iPhoto is not working properly. The main reason why I wanted to upgrade from iPhoto '08 to iPhoto 9.5 is the iCloud featu

  • VF11 reverse billing, but no FI document generated

    Our current posting period is 2008/03, the FI posting period 2008/02 has been closed. We create one billing document in period 02/2008, and now we'd like to reverse this billing document via t-code VF11. However, during reversal, a information messag

  • Removing pulldown without knowing how it was captured

    Is there a simple way of finding out what settings to use in Cinema Tools if you have no idea how the video was captured? In this case it's NTSC film-sourced footage.

  • SQL error during bean deployment: E/A-Exception

    Hi, deploying and running a CMP bean still makes trouble on my OC4J server. The following exception occures when I deploy such a bean to a remote OC4J server (it works fine when I use the internal OC4J process of JDeveloper using the same JDBC connec