X connection to machine.here.sy:14.0 broken (explicit kill or server shutdo

As a user, not as root, on linux 64, AMD64/EM64T, trying to
./jdk-1_5_0_06-nb-5_0-linux.bin*
I get the error about X connection.
I'm not using an X connection - is that needed?
Any other gotchas on a simple install?
Thanks,
J

in this case how i can run xwindow like OUI?

Similar Messages

  • X connection to :0.0 host broken (explicit kill or server shutdown)

    Hello All,
    I strongly believed in using JAVA Swing GUI, for huge data visualization.
    Now I encounter a problem:
    I start up my application, and things work very well and looks pretty fast.
    I try and create a JPanel with is almost 11.3MPixels (just length), and I don't have any problem. However, if I try and create a JPanel 15.4MPixels (just length), my application crashes and I receive a weird error - "X connection to :0.0 host broken (explicit kill or server shutdown)". This happens only on Linux (I am using Debian). I bumped Xmx till 1024m (My system has more than that).
    If I run same application in Windows, I do not have this error at all, everything displays fine. I am using -Xmx200m.
    This is not a Memory issue. I am assuming something is wrong with Java-on-Linux or I am unaware of what is happening.
    Can anyone of you enlighten, and help me solve this issue?
    Thanks in advance,
    Jazz

    Hello All,
    I strongly believed in using JAVA Swing GUI, for huge data visualization.
    Now I encounter a problem:
    I start up my application, and things work very well and looks pretty fast.
    I try and create a JPanel with is almost 11.3MPixels (just length), and I don't have any problem. However, if I try and create a JPanel 15.4MPixels (just length), my application crashes and I receive a weird error - "X connection to :0.0 host broken (explicit kill or server shutdown)". This happens only on Linux (I am using Debian). I bumped Xmx till 1024m (My system has more than that).
    If I run same application in Windows, I do not have this error at all, everything displays fine. I am using -Xmx200m.
    This is not a Memory issue. I am assuming something is wrong with Java-on-Linux or I am unaware of what is happening.
    Can anyone of you enlighten, and help me solve this issue?
    Thanks in advance,
    Jazz

  • CONNECT UNIX MACHINE FROM WINDOWS USING C#

    Hi all i have a requirement to connect unix machine from windows using c# code . I have the IP Address of the unix machine and the path too.I have to make a FTP using the c# code from unix to windows and vice versa . Can anybody help me out on this . It
    would be great if have a solution for this .

    Hi
    Balamurali_Mohan,
    Please refer to the similar thread
    How to connect to unix server using c#
    The marked answer said: Use a SSH (secure shell) client wrapper for .NET to connect to the remote UNIX machine and execute commands to run your script.
    Have a look at:
    http://www.codeproject.com/KB/IP/sharpssh.aspx
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • My wife just got a new iPhone 6 and took some photos then I connected it to her computer and restored it to her iPhone 4 settings and lost her new photos. Is there a way to recover them?

    My wife just got a new iPhone 6 and took some great photos then I connected it to her computer and restored it to her iPhone 4 settings and lost her new photos. Is there a way to recover them?

    Sorry, unless she backup up the new phone before or is using iCloud to save the photos, the photos are gone.

  • TS1550 What about when using the "Time Capsule" HD as the external disk, especially when it is connected by ethernet cable? I'm having trouble getting it to work at all. Don't need it to work as anything else, other than a ethernet connected Time Machine

    What about when using the "Time Capsule" HD as the external disk, especially when it is connected by ethernet cable? I'm having trouble getting it to work at all. Don't need it to work as anything else, other than a ethernet connected Time Machine backup. Already have a wireless network that works fine so no need to mess with it. We get the internet via cable company and their modem is upstairs and the Time Capsule is downstairs in the basement. The latest error message was about it could not backup as it was already in use (should have written it down before clicking OK and moving on.

    See if this helps...
    http://pondini.org/TM/C12.html

  • Connecting two machines using personal oracle

    I have a personal oracle 8.0.4 installed on my machine, I tried to connect another machine to use the same database, as a networking both machines were able to access the other but upon trying to connect to oracle I always get TNS message.
    Would you please advise.

    Make sure that your listener is started along with the oracle version. use lsnrctl command to start view listener status
    lsnrctl> status tells status
    > start to start
    > stop to stop listener
    now you need to configure the tnsnames thru net8 easy config or manually. it works
    good luck
    null

  • Connecting 3 machines as seperate clusters using synchronized-site example

    I am trying to configure three machines as seperate clusters and want to have replication between them. I followed the synchronized-site example and configured two machines successfully.
    For connecting the third machine, I am adding the remote address of the third machine in the remote-invocation-scheme of the other two machines and also defining a proxy-scheme for the third machine.
    I observed that in case of three machines the cache is getting replicated only between any two machines and not in the third machine. I am not able to identify the faulty node in the above mentioned setup.
    Please forward any information as to how to configure more than two nodes using the synchronized site example.
    P.S. Attaching the error log.
    Error Log:_
    Map (india-cache): cache london-cache
    2009-07-23 18:46:43.350/593.493 Oracle Coherence GE 3.5/459 <D5> (thread=Distrib
    utedCache:LondonPartitionedCache, member=2): Service LondonPartitionedCache join
    ed the cluster with senior service member 1
    2009-07-23 18:46:43.360/593.503 Oracle Coherence GE 3.5/459 <D5> (thread=Distrib
    utedCache:LondonPartitionedCache, member=2): Service LondonPartitionedCache: rec
    eived ServiceConfigSync containing 258 entries
    <distributed-scheme>
    <!--
    no backups, since this is a replica
    -->
    <scheme-name>london-partitioned</scheme-name>
    <service-name>LondonPartitionedCache</service-name>
    <thread-count>4</thread-count>
    <backup-count>0</backup-count>
    <backing-map-scheme>
    <class-scheme>
    <class-name>com.tangosol.examples.extend.ExtendBackingMap</class-name>
    <init-params>
    <init-param>
    <param-type>com.tangosol.net.BackingMapManagerContext</param-type>
    <param-value>{manager-context}</param-value>
    </init-param>
    <init-param>
    <param-type>string</param-type>
    <param-value>RemoteCache</param-value>
    </init-param>
    <init-param>
    <param-type>string</param-type>
    <param-value>london-cache</param-value>
    </init-param>
    </init-params>
    </class-scheme>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    Map (london-cache): get done
    2009-07-23 18:46:56.980/607.123 Oracle Coherence GE 3.5/459 <Error> (thread=main
    , member=2):
    (Wrapped: Failed request execution for LondonPartitionedCache service on Member(
    Id=1, Timestamp=2009-07-23 18:36:39.152, Address=192.168.14.122:8088, MachineId=
    26234, Location=site:mcgrawhill.co.in,machine:TCS047891,process:4152, Role=Coher
    enceServer)) com.tangosol.net.RequestTimeoutException: request timed out after 1
    0000 millis
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.G
    rid.tagException(Grid.CDB:36)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.DistributedCache.onGetRequest(DistributedCache.CDB:40)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.DistributedCache$GetRequest.run(DistributedCache.CDB:1)
    at com.tangosol.coherence.component.util.DaemonPool$WrapperTask.run(Daem
    onPool.CDB:1)
    at com.tangosol.coherence.component.util.DaemonPool$WrapperTask.run(Daem
    onPool.CDB:32)
    at com.tangosol.coherence.component.util.DaemonPool$Daemon.onNotify(Daem
    onPool.CDB:69)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:37)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: com.tangosol.net.RequestTimeoutException: request timed out after 100
    00 millis
    at com.tangosol.coherence.component.net.extend.message.Request$Status.wa
    itForResponse(Request.CDB:58)
    at com.tangosol.coherence.component.net.extend.Channel.request(Channel.C
    DB:20)
    at com.tangosol.coherence.component.net.extend.Channel.request(Channel.C
    DB:1)
    at com.tangosol.coherence.component.net.extend.RemoteNamedCache$BinaryCa
    che.get(RemoteNamedCache.CDB:11)
    at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterColl
    ections.java:1522)
    at com.tangosol.coherence.component.net.extend.RemoteNamedCache.get(Remo
    teNamedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCac
    he.CDB:1)
    at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterColl
    ections.java:1522)
    at com.tangosol.examples.extend.ExtendBackingMap.get(ExtendBackingMap.ja
    va:320)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.DistributedCache.onGetRequest(DistributedCache.CDB:25)
    ... 6 more
    Map (london-cache): get tcs
    null
    Map (london-cache):
    Edited by: user11285641 on Jul 23, 2009 7:58 AM

    Thanx a lot for your suggestion.
    I have implemented Push Replication pattern to connect three machines in the hub-spoke model. But I am facing another problem.
    I want replicate the message (or cache data) at any one of the listeners across all the listener nodes. My hub publisher is taking care of that. But how to get the message from the listener site to the hub in the first place?
    I read somewhere about the active-active configuration of the Push Replication pattern, but am unable to implement it.
    Will it suit my purpose? Any suggestions would be helpful.
    Regards,
    Arunava

  • Connect two machines via WiFi

    I've forgotten the magic routine to connect two machines via WiFi.
    Have Sharing turned on, multiple tries with Go > Network. Nothing.
    Cannot see Machine A from Machine B. Clearly I've forgotten how to walk & chew gum at the same time.

    Is there a Router involved?
    If not then under the Airport icon in the Menu Bar, choose "Create Network, that is for Computer to Computer, then shortly there after, the other one will "see" it.
    In System Preferences>Sharing, turn both Personal File Sharing &Personal Web Sharing to advertise the fact.
    For full access, sign in from Computer #1 with Computer #2's Username & Computer #2's Password & vice versa.

  • Perfmon: Unable to connect to machine

    I'm investigating an issue where intermittently we are unable to connect to perfmon on our SQL cluster which is running Windows 2008 R2.  This originally manifested itself as timeouts within our monitoring system but I recently discovered that when
    the polling was timing out we are unable to connect to perfmon remotely.  The error message displayed is:
    Error
    Unable to connect to machine
    OK   
    I've checked permissions and confirmed I can access perfmon on the box using the same credentials. I have also checked port 445 is up and running by using portui.
    Does anyone have any ideas of what to try next?

    Hi Gary, are you connecting remotely to actually capture data to central location, or just for a quick view of current live activity?
    if you are capturing remotely, I would advise against it as it can add load to the network (depending on how much data you are collecting) and can cause loss of data if any capture information is dropped due to network latency.
    Please review these two articles for a better way of capturing perfmon data:
    How to take a great Perfmon capture!
    https://www.linkedin.com/pulse/how-take-great-perfmon-capture-richard-diver?trk=mp-author-card
    Microsoft Windows Blackbox Flight Recorder
    https://www.linkedin.com/pulse/microsoft-windows-blackbox-flight-recorder-richard-diver?trk=mp-author-card

  • Is it possible to connect my home computer to files stored on my running osx server mac via VPN

    Is it possible to connect my home computer to files stored on my running osx server mac via VPN. I have VPN set up and can access the Calendar and Contacts via a web browser, however I want to be able to access data files store on the hard drive and shared external drives connected to it. The MacPro runs OSX Server Lion. Any Ideas if this is even possible or how to do it!

    Yeah, that's what I kinda figured. Maybe there is another solution - here is my situation:
    I have internet and cable service through Telus. Telus' system consists of a modem/set-top-box that provides internet (ethernet and wifi) and TV signal (corded) for one TV and another set top box that provides internet (ethernet only) and TV signal (corded) for my other TV in the basement.
    I have an Airport Extreme connected to the modem upstairs which I am using as my home network wifi. I also have an external hard drive (USB) connected to it on which my iTunes library is shared with all Apple machines in my home network.
    My upstairs ATV, connected to my APE, works fine and streams internet (Netflix), iTunes Store and my shared iTunes drive just fine - the APE is 3 feet away with a great signal.
    My downstairs ATV, also connected to my APE via wifi, does not stream so well, particularly the media from the shared drive. I suspect that this is the case because of signal degredation.
    Any suggestions on how to reconstruct my home network to enable my downstairs ATV to work properly?

  • Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server)

    After upgrading to MacOS X Lion, it was discovered that it was not possible to logon to Novell-shares and NAS-boxes (e.g. Qnap).
    Here is a recipe that has been tested OK with the following combinations:
    * Mac OS X Lion -> Novell shares
    * Mac OS X Lion -> Mac OS X 10.5 server
    * Mac OS X Lion -> Mac OS X Lion
    Please note that the command-lines themselves must not have CR/NL-characters. Copy the commands to a text-editor and remove format-inserted CR/NL-characters.
    Another note: Your logon will be less secure with these changes. Later when e.g. Novell and/or your NAS-box support native Lion-logon, then please remove the AppleShareClient-parameter changes again with the first block.
    Recipe:
    The following block can be skipped if you have not previously changed AppleShareClient-parameters:
    sudo -s
    chmod o+w /Library/Preferences
    cd  /Library/Preferences/
    rm com.apple.AppleShareClient.plist*
    ! Restart
    The following block makes it possible to logon to: (1) Novell-shares (2) Pre Lion Mac-OS-X-volumes - and possibly non-native Lion logon NAS-shares:
    sudo -s
    chmod o+w /Library/Preferences
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_host_prefs_version -int 1
    ! Restart
    You now have to logon a real account (non-guest) on another Mac OS X Lion volume
    to catalyst a creation of AppleShareClient-files. (See Apple-support-link) (Is this necessary?)
    ! instead?:
    /bin/sleep 60
    chmod o+w /Library/Preferences
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHX2"
    defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHCAST128"
    chmod o-w /Library/Preferences
    PS:
    Possibly all volume-links may be deletes and recreated to use the new logon-parameters?
    Sources for command-bricks:
    OS X Lion: Connecting to legacy AFP services:
    http://support.apple.com/kb/HT4700
    AFP changes in OSX Lion:
    http://www.novell.com/communities/node/13155/afp-changes-osx-lion
    AFP support for DHX2 authentication mechanism on OES:
    http://www.novell.com/support/search.do?cmd=displayKC&docType=kc&externalId=7008 683&sliceId=1&docTypeID=DT_TID_1_1
    "/bin/sleep 60":
    Making My NAS Work in Lion:
    http://krypted.com/mac-os-x/making-my-nas-work-in-lion/
    Example:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# cd  /Library/Preferences/
    bash-3.2# rm /Library/Preferences/com.apple.AppleShareClient.plist*
    bash-3.2# chmod o-w /Library/Preferences
    bash-3.2#
    ! Restart
    Last login: Fri Aug 12 14:41:58 on console
    $ sudo -s
    Password:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
    2011-08-12 14:42:31.172 defaults[188:707]
    The domain/default pair of (com.apple.AppleShareClient, afp_disabled_uams) does not exist
    bash-3.2#
    ! Restart
    Last login: Fri Aug 12 14:47:31 on console
    $ sudo -s
    Password:
    bash-3.2# chmod o+w /Library/Preferences
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams(
        "Cleartxt Passwrd",
        "MS2.0",
        "2-Way Randnum exchange"
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHX2"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
        DHX2
    bash-3.2# defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "DHCAST128"
    bash-3.2# defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams
        DHCAST128
    bash-3.2# chmod o-w /Library/Preferences
    bash-3.2#
    Also posted here:
    Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server):
    http://forum.qnap.com/viewtopic.php?f=30&t=48143
    http://forums.macrumors.com/showthread.php?p=13166617

    hammer58 wrote:
    Thanks for your response, but this all looks pretty complicated to me.  I am not sure from this which lines I need to use and what I don't need.
    What are CR/NL characters?
    In plain text files carriage-return (CR) and new-line (NL) has:
    LF, NL: decimal 10, hexadecimal 0x0A
    CR: decimal 13, hexadecimal 0x0D
    References:
    http://en.wikipedia.org/wiki/Carriage_return
    http://en.wikipedia.org/wiki/Line_feed
    http://www.asciitable.com/
    Especially:
    http://en.wikipedia.org/wiki/Line_feed#Representations
    Quote: "...
    CR+LF: Microsoft Windows, DEC TOPS-10, RT-11 and most other early non-Unix and non-IBM OSes, CP/M, MP/M, DOS (MS-DOS, PC-DOS, etc.), Atari TOS, OS/2, Symbian OS, Palm OS
    LF+CR: Acorn BBC spooled text output.
    CR:   Commodore 8-bit machines, Acorn BBC, TRS-80, Apple II family, Mac OS up to version 9 and OS-9
    LF:   Multics, Unix and Unix-like systems (GNU/Linux, AIX, Xenix, Mac OS X, FreeBSD, etc.), BeOS, Amiga, RISC OS, and others.
    RS:   QNX pre-POSIX implementation.
    http://en.wikipedia.org/wiki/Newline#Unicode
    Quote:"...
    The Unicode standard defines a large number of characters that conforming applications should recognize as line terminators:[3]
    LF:   Line Feed, U+000A
    VT:   Vertical Tab, U+000B
    FF:   Form Feed, U+000C
    CR:   Carriage Return, U+000D
    CR+LF: CR (U+000D) followed by LF (U+000A)
    NEL:  Next Line, U+0085
    LS:   Line Separator, U+2028
    PS:   Paragraph Separator, U+2029
    If you have Linux, classic Mac or Windows/DOS text files, and you want to convert their LF/CR-flavor to another, then TextWrangler can do it for you; choose new LF/CR-combination via bottom button of the text file window. TextWrangler can be downloaded for free - also via App Store.
    TextWrangler:
    http://www.barebones.com/products/textwrangler/

  • I still have problems with getting my website online. I have defined my server. Then I did the test and there was a connection via FTP. I put my files on the external server and there is a connection with the external server. But when I check to see my we

    I still have problems with getting my website online. I have defined my server. Then I did the test and there was a connection via FTP. I put my files on the external server and there is a connection with the external server. But when I check to see my website online (with Firefox, Explorer, Chrome browser) I always get the message 'Forbidden, You don't have permission to access / on this server.' Can somebody help me please? I have to get my website online..Thank you!

    Hello Els,
    it's well known, that in all these cases you describe I'm not a friend of a detailed Troubleshooting (I see Nancy#s smile already).
    To be able to be independent in all this things It is one of the reasons why I prefer an external FTP program. The difficulties with which you have to fight encourage me in this opinion, not least because we always search for experts, we don't charge a "jack of all trades".
    To manage several websites or to upload my files and sometimes for the opposite way, for a necessary download from my server or to use a "a site-wide synch", I'm using FileZilla. It simply looks easier for me to keep track of all operations precisely and generate or reflect easily the desired tree structure.
    Above all, FileZilla has a feature (translation from my German FileZilla) called "compare file list". Here it's possible to use file size or modification time as a criterion. There is also the possibility to "hide identical files", so that only these files which you want to redact remain visible.
    And even if it means you have to install a new program, I am convinced that there is an advantage. Here is the link to get it and where you can read informations about how it works:
    http://filezilla-project.org/ and http://wiki.filezilla-project.org/Tutorial#Using_the_site_manager
    Mac: Mac OS X (Use: Show additional download options)
    http://filezilla-project.org/download.php
    Of course, you also need all the access data to reach your server and for MIME issues, you should contact your web host/provider.
    Good luck!
    Hans-Günter
    P.S.
    Since I use two screens, the whole thing became even more comfortable.

  • I want to Connect my Mac Mini as a Slave to a Mac pro Server while at the same time using the Mac mini's thunderbolt ports peripherals ( ie monitor, Sound Card, Hard drives) Creating a poor man's new mac Pro. Can this be Done?

    I want to Connect my Mac Mini as a Slave to a Mac pro Server while at the same time using the Mac mini's thunderbolt ports peripherals ( ie monitor, Sound Card, Hard drives) Creating a poor man's new mac Pro. Can this be Done?

    Well, I really would love the new unreleased mac pro however , I'm not sure of the expected cost , Everyone speculates from $3,000 to $8,000, in which I may have to wait a while to purchase.
    To the point .... I want fully functional thunderbolt ports to be on the current mac pro's .... wonder if anyone had workarounds yet?...  or could I chain the the current mac pro to a mac mini to make that happen?

  • Cannot connect to an Exchange account in Outlook 2013 using "Microsoft Exchange Server or Compatible Service"

    Dear All,
    I cannot connect to my Exchange account in Outlook 2013 using "Microsoft Exchange Server or Compatible Service".
    First I would like to present my network environment, I have 4 physical servers;
    The first one is holding the Domain Controller 1, IP@: 192.168.1.10
    The second server is holding the additional Domain Controller which it is DC2, IP@: 192.168.1.11
    The third server is holding the Exchange 2013 Mailbox, IP@: 192.168.1.15
    And the last server is holding the Exchange 2013 CAS-HT, IP@: 192.168.1.16
    I am doing the steps below:
    1-Creating a new profile in outlook and start configuring the exchange account by entering the IP address of the Exchange-CAS Server, 192.168.1.16
    2-entering the account name: [email protected]
    3-Go to "More Settings" > "Connection" > "Connect to Microsoft Exchange using HTTP" > and entering the "Exchange Proxy Settings"
    4-type the exchange CAS Server URL, https://192.168.1.16
    5-Check the "Connect using SSL Only"
    6-Authentication Settings: "NTLM Authentication", and pressing Apply
    7-When I press the "Check Name" button, a message occurred> "The action cannot be completed. The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action".
    8-I go back to the "Exchange Proxy Settings" and I Uncheck the "Connect using SSL Only" and pressing Apply
    9-i press the "Check Name" Button, a small window occurred to enter a Username and Password, so I enter the Administrator username and the administrator password and pressing "OK", but nothing is changed, I tried to enter my
    username and password in the small window and I still got the same result.
    I cannot verify the account name and I cannot complete the process.
    I appreciate you kind assistance.

    Hi,
    To narrow down the cause, I’d like to recommend the following troubleshooting:
    1. Try to login the test account through OWA.
    2. Check the Autodiscover settings: get-clientaccessserver |fl autodiscoverserviceinternaluri
    3. Check the result of directly accessing the following URL:
    https://autodiscover.domain.com/autodiscover/autodiscover.xml
    Thanks,
    Angela
    Angela Shi
    TechNet Community Support

  • AFP fails to connect to a PC volume and gives a "version of the server you are trying to connect to is not supported" error message.

    AFP fails to connect to a PC volume and gives a "version of the server you are trying to connect to is not supported" error message.
    Has anybody come across this error and found a fool-proof solution? I have found some stuff on the web but nothing seems to work. In particular this one on the Apple Help doesn't:
      http://support.apple.com/kb/HT4700
    I have a W2K3  server where the volume is. It's a new Mac with OSX 10.8 and is connecting with AFP (I don’t want to move to SMB yet). There are older Macs with lower OS and all of them work fine. I have checked all the basic stuff and it is set-up correctly (hosts file on Mac, network, etc.).
    Any help greatly appreciated,
    Cheers,
    Ian

    This may work for you:
    http://www.zdnet.com/mavericks-smb2-problem-and-fixes-7000022519/

Maybe you are looking for

  • Acrobat X freezes on OCR during "recognizing text" step

    Acrobat X standard freezes every time I try to OCR a document - it starts through the process but when it gets to the "recognizing text" stage it just freezes - wondows says program not responding.

  • IOS devices aren't recognized by iTunes

    I just upgraded my late 2008 model iMac to Snow Leopard. After the upgrade, iTunes will not recognize our 1st gen iPod touches on either user of the computer. When I connect the iPod, iPhoto still opens, but iTunes doesn't recognize that anything is

  • App-V 5.0 Recipe: Google Chrome Enterprise v37

    Sorry for the format here, but I wanted to get this out ASAP to help the requester. Create a cmd file using the code below: START /WAIT C:\Temp\GoogleChromeStandaloneEnterprise.MSI ALLUSERS=TRUE /QB- RD /Q /S "%ProgramFiles%\Google\Chrome\Application

  • Iphone 3g draining my Earset 2 battery

    I bought the B&O Earset 2 from Apple a few weeks after the purchase of the 3g iphone in July. I can not get more than 7 hours of standby daily before needing a full charge. I have replaced the Earset twice and sent it into B&O chicago service center

  • Using MANDT field in Inner joins

    Experts, I need your suggestions on using MANDT field in JOINS. Example Select afield1 afield2 b~field1 from table1 as a inner join table 2 b on amandt = bmandt                                  afield1 = bfield1 where...... Will it be a performance i