Creation of undesired Automount of Shares in 10.9

I'm experiencing one problem that is made worse by another problem. This appears to be a new bug under 10.9 and while I will report it to Apple I'm trying to work around it for now but my inability to find where Apple stores the automount info now in 10.9 is making it impossible. Here is what is happening under 10.9:
If a network sharepoint is mounted on a 10.9 client and the server which is hosting that sharepoint restarts or otherwise goes offline for a short period the client machine will apparently create an automount entry for that sharepoint if you do not choose the "Disconnect" option when the OS informs you the server is gone. By doing this when the server comes back up it will be mounted automatically. This actually is a very nice feature, however when it runs into this other bug:
HOW TO Mount a Network Share using the Automount as non-root
it becomes a nightmare. Briefly this bug is that anything mounted via autofs mounts as ROOT (and not as the logged in user, which is what occurs when you use command-K Connect to Server), therefore even though it is mounted the user cannot access it at all. If you look at the /Volumes folder you can see the share is there but there is no disclosure triangle (meaning you can't see the contents) and clicking on it only confirms that by giving you the "you don't have permission" message.
The real problem now comes in when you restart. When you restart the client  the machine mounts that share prior to the Finder loading.... and even if you have an actual alias to the share as well in startup items, it simply points to that already mounted root-owned share you have no access to, so you get an open window that is empty. Also any reference to that sharepoint in the dock is empty. You can then do Connect to Server and manually mount it again, and it does give you access, but it mounts as SHAREPOINT-1, so the reference in the dock still does not work thus removing any utility by having a reference to it in the Dock. So there is no way to have these shares that the OS helpfully tried to make automount actually mount automatically at login or restart! Oh the irony. The only work around is to just not do that and to manually unmount them from /Volumes and then to remount them using command-K  (aliases only seem to point to SHAREPOINT not SHAREPOINT-1).
So my question at this point is this: Where the heck is Apple storing these autofs entries telling it to mount these shares automatically. I've seen references online to /etc/autofs but I don't have that file in my /etc folder and although I do have auto_home, auto_master, autofs.conf none of those contain anything with any sort of reference to the shares in question I'm having a problem with. I'm thinking if I can just find the correct file I can simply remove those references (or delete the file if it is a cache) to restore normal behavior of not automounting.
Or Apple could fix the bug that mounts these things as ROOT instead of as the logged in user. But it seems it has been around for at least 3 years so I'm not gonna hold my breath.
As an addendum, this occurs whether or not the server that got disconnected is OS X Server. I have an OS X Server 10.8 and a regular 10.9 both sharing up folders and this occurred on a client for both. It is strictly a client side issue.

Problem resolved, turned out to be an application, Synk Pro, that was mounting these servers as root so it could do its syncing if they ever became unmounted.

Similar Messages

  • Autofs doesn't automount nfs4 shares

    I'm trying to automount NFS shares using autofs. All in all, NFS is configured correctly, as I can manually mount the share on the command line.
    user@client:~$ sudo mount -t nfs4 myserver:/home /mnt
    user@client:~$ mount | grep myserver
    myserver:/home on /mnt type nfs4 (rw,addr=192.168.9.20,clientaddr=192.168.9.8)
    user@client:~$ df | grep myserver
    myserver:/home 480719104 421950976 34348800 93% /mnt
    user@client:~$ sudo umount /mnt
    user@client:~$
    Following the instructions on the wiki, I install the autofs package, I add the required line in /etc/nsswitch.conf, and modprobe nfs4. Here is my /etc/autofs/auto.master file :
    # Sample auto.master file
    # Format of this file:
    # mountpoint map options
    # For details of the format look at autofs(5).
    #/media /etc/autofs/auto.media
    /net -hosts --timeout=60
    Finally, I start the autofs daemon as such :
    user@client:~$ sudo /etc/rc.d/autofs restart
    The daemon starts fine, but I can't access the NFS shares as I should :
    user@client:~$ cd /net
    user@client:/net$ ls -l
    total 0
    dr-xr-xr-x 2 root root 0 Aug 6 22:40 localhost.localdomain
    dr-xr-xr-x 2 root root 0 Aug 6 22:40 myserver
    user@client:/net$ cd myserver
    bash: cd: myserver: No such file or directory
    user@client:/net$
    What have I done wrong? What more must I do to use my NFS shares with autofs?
    Thanks.

    good luck.
    I'm having this problem since autofs5 came out. (which is a few years now), and no one knows the solution.
    see https://bbs.archlinux.org/viewtopic.php?id=79513

  • Automounting AFP shares... no seriously

    I simply cannot get my head around the file sharing capabilities of Leopard/Snow Leopard. Sure it has NFS support, but from time to time it dies and one have to reboot in order to remount. So I (try to) switch to native AFP. Again I cannot mount manually using mount_afp nor can I mount using auto_master file syntax.
    I have checked several tutorials and they do it exactly the same way I do it. I can mount my shares from "Connect to server..." no problemo, but automounting is never working.
    I just can't understand why Apple has made it so difficult to get a basic file sharing up and running AND to make it automatic. Why on earth it this so problematic all the time. Ridiculous.
    If anyone at all has SL running with automatic AFP shares mounted on boot (not using Login items, I don't want them in my face every time I boot) please tell me your syntax. And Apple, come on... why make it so difficult?

    I agree that the lack of documentation and of GUI options to do this is quite puzzling and frustrating.
    I guess they want you do it using login items.
    I'm not an expert on the issue (I wish somebody who IS one would pop in) but I sort of managed to do it using /etc/fstab as described here
    http://blogs.sun.com/lowbit/entry/easyafp_autmount_onos
    It works but I'm not sure if did it completely correctly because I have to drill in quite deep before i get to the actual share when I start on "All" in the sidebar. also, the mounted share does not show up on the desktop even when I have the option to do so checked in finder preferences.

  • Automounting smb share without network daemon

    Hello everyone, I have an issue. I'm using networkmanager to manage wireless connections. While installing networkmanger, the wiki told you must remove network daemon from rc.conf, and use networkmanager instead: that's exactly what I did, and networkmanager does the job just well. I told you that because I think that it is the reason why i'm failing to auto mount smb share through editing fstab. If i put in fstab the command described on the wiki (cisf mounting) I get a FAIL at booting, it says it can't find the share. Otherwise am I wrong and the reason must be related to something else, like syntax errors? Thank you.

    Trying to follow your advice, I did the following: I put into /etc/fstab
    //server/Videos$ /mnt/video cifs noauto,noatime,username=Y3KNET/Arch,password=Ilove69,ip=192.168.1.1 0 0
    //server/Public$ /mnt/public cifs noauto,noatime,username=Y3KNET/Arch,password=Ilove69,ip=192.168.1.1 0 0
    then, in /etc/rc.local:
    mount /mnt/video
    mount /mnt/public
    and, as a second try,
    sudo mount /mnt/video
    sudo mount /mnt/public
    but without luck: no mount actually takes place. Anyway, if i type the above code after logon into kde, everything works flawlessly. Where am I mistaken?
    Last edited by Y3k (2011-12-03 23:06:36)

  • 10.4 Automounting NFS shares at startup - can't stop it!!

    Hi,
    I am seeing two processes trying to mount a NFS share at startup from a NFS server that nolonger exists - however I cannot find out what is causing these to try to mount - hence I cannot stop them. At the moment I have to kill the two processes for the startup to complete normally. The processes show thus:
    dom-forrests-computer:~ marty$ ps -ax | grep nas1
    208 ?? S 0:00.00 /sbin/mount -t nfs -o noautomounted -o browse -o suid -o dev nas1:/mnt/array1/mac /Volumes/nas1
    209 ?? S 0:00.00 /sbin/mount_nfs -o noautomounted -o browse -o suid -o dev nas1 /mnt/array1/mac
    If I look in finders "Connect to server" they are not listed. I cannot see them in netinfo and fstab appears to be a dummy file. Can anyone suggest where I need to look to stop these connecting?
    Thx
    Dom

    Hi Dom_f, and a warm welcome to the forums!
    Check System Preferences>Accounts>Login Items window to see if it or something unknown is listed.
    Also look in...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    Or try a Safe Boot from the HD, (holding Shift key down at bootup), to see if they still mount.

  • Bug/incompatibility? SnowLeopard server problem automounting group share point on Lion clients

    I've been using Wazza's Server Notes for Snow Leopard server, with great success. But now I've run into something that I don't think is user error.
    Here's the rundown: school network, mix of PPC Leopard, Intel Snow Leopard, and Lion clients running off a Snow Leopard server. Clients are bound with server. Things that work great: account access, managed preferences, file sharing, mobile accounts, even network image deployment.
    Now the latest obstacle: only on Lion clients, the Group Sharepoint will not automount. I know it's not mounting (as opposed to merely not being seen). Finder is configured correctly. I know it's not a conflict of managed preferences--I isolated this one managed preference from the others to make sure of that. And moreover, the Group Sharepoint appears fine, using any user account on any Snow Leopard client. Only the Lion clients don't cooperate.
    I have heard rumors that Lion is still a little bit buggy. Is that the culprit? Or is it rather that Apple wants me to upgrade my server to Lion if I have Lion clients?
    Regardless, is there a workaround?
    Thanks for any input. The help and education I get here is amazing,

    Well, no, now I've eliminated that line of reasoning. I had no problem getting the User Home Sharepoint automounted, via computer-group managed preference. Which means that in principle there shouldn't be problems automounting in a lion client.
    What I am noticing is that, in general, the lion client is having plenty of success handling managed preferences of computer groups in WGM, but not User groups. For example, the lion client stops loading one of my startup apps if I use user-group preferences to set it.
    Problem is, the group Sharepoint can only be ticked on within the users and user groups preferences. Too bad it doesn't do anything,

  • Automounting Samba Shares

    Hi,
    I just recently added a NAS to my network and was wondering if there's a way to automatically mount it's shares. My NAS is an external hard drive enclosure with 4 drives in JBOD mode (as single drives) attached to a Linksys E4200v1 router with USB port. I'd like to auto mount the shares after rebooting the Mac as well as after the router has to reboot for whatever reason.
    Any help with a script etc. would be much appreciated.
    Thanks,
    V

    Hello Kostas. I wish I had an answer for you, but I have the opposite situation. I have a Mac OS X Tiger machine on an SBS 2008 network and it will not connect to the share. I've "binded" the Tiger machine to Active Directory and turned off SMB sharing on the SBS server and done a few other settings, but when I go to the Mac and try to connect with Cmd-K, I never get the login window asking for username and password.
    Can I ask you - did you have a lot of difficulty getting your Tiger machines to work on SBS 2008? Have you installed SP2 or SP1 on the SBS server?
    Thanks
    David

  • Automounting shares as guest

    I'm trying to automount a share at boot time. It needs to be accessible to all users so I want to mount it using guest access. I can successfully mount the share as guest from the Finder so I know the server side is ok. I put the following line in /etc/fstab:
    server:/share x url net,automounted,url==afp://guest:@server.local/Share 0 0
    But when I try to access the share I get an authentication error:
    [mac:~] user% ls /Network/Servers/server/Share/
    ls: : Authentication error
    Does anyone know how to make this work?

    I'm trying to automount a share at boot time. It needs to be accessible to all users so I want to mount it using guest access. I can successfully mount the share as guest from the Finder so I know the server side is ok. I put the following line in /etc/fstab:
    server:/share x url net,automounted,url==afp://guest:@server.local/Share 0 0
    But when I try to access the share I get an authentication error:
    [mac:~] user% ls /Network/Servers/server/Share/
    ls: : Authentication error
    Does anyone know how to make this work?

  • Personalized view creation in OA Framwork

    HI ,
    I am developing a search Trasaction in OAF using Query Region (AtuoCustomization Mode ). I developed the simple search and advanced search with dyamanic where caluse (I am setting the where clause and not using the where caluse genrate by Search Framwork ) . now i have to develope the personalized View page . i am using same method used in simple search and advance search for genrating where caluse dayanamiclly . but problem is that in personiazied view i am not able to invoke that method as i am not getting the how to handle the apply and apply & view result button in view panal . if anyone work on personalized View creation or know anything about creation of personalized view , please share your knowladge . its urgent , please help me
    regards,
    Vishal

    Looks like you are running a page which is part of a multipage transaction. Check the page function and make sure that page is not expecting any parameter, all the corresponding class files are present in the myclasses folder.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Accessing NFS mounted share in Finder no longer works in 10.5.3+

    I have setup an automounted NFS share previously with Leopard against a RHEL 5 server at the office. I had to go through a few loops to punch a hole through the appfirewall to get the share accessible in the Finder.
    A few months later when I returned to the office after a consultancy stint and upgrades to 10.5.3 and 10.5.4 the NFS mount no longer works. I have investigated it today and I can't get it to run even with the appfirewall disabled.
    I've been doing some troubleshooting, and the interaction between the statd, lockd and perhaps the portmap seem a bit fishy, even with the appfirewall disabled. Both the statd and lockd complains that they can not register; lockd once and statd indefinitely.
    Jul 2 15:17:10 ySubmarine com.apple.statd[521]: rpc.statd: unable to register (SM_PROG, SM_VERS, UDP)
    Jul 2 15:17:10 ySubmarine com.apple.launchd[1] (com.apple.statd[521]): Exited with exit code: 1
    Jul 2 15:17:10 ySubmarine com.apple.launchd[1] (com.apple.statd): Throttling respawn: Will start in 10 seconds
    ... and rpcinfo -p gets connection refused unless I start portmap using the launchctl utility.
    This may be a bit obscure, and I'm not exactly an expert of NFS, so I wonder if someone else stumbled across this, and can point me in the right direction?
    Johan

    Sorry for my late response, but I have finally got around to some trial and error. I can mount the share using mount_nfs (but need to use sudo), and it shows up as a mounted disk in the Finder. However, when I start to browse a directory on the share that I can write to, I end up with the lockd and statd failures.
    $ mount_nfs -o resvport xxxx:/home /Users/yyyy/xxxx-home
    mount_nfs: /Users/yyyy/xxxx-home: Permission denied
    $ sudo mount_nfs -o resvport xxxx:/home /Users/yyyy/xxxx-home
    Jul 7 10:37:34 zzzz com.apple.statd[253]: rpc.statd: unable to register (SM_PROG, SM_VERS, UDP)
    Jul 7 10:37:34 zzzz com.apple.launchd[1] (com.apple.statd[253]): Exited with exit code: 1
    Jul 7 10:37:34 zzzz com.apple.launchd[1] (com.apple.statd): Throttling respawn: Will start in 10 seconds
    Jul 7 10:37:44 zzzz com.apple.statd[254]: rpc.statd: unable to register (SM_PROG, SM_VERS, UDP)
    Jul 7 10:37:44 zzzz com.apple.launchd[1] (com.apple.statd[254]): Exited with exit code: 1
    Jul 7 10:37:44 zzzz com.apple.launchd[1] (com.apple.statd): Throttling respawn: Will start in 10 seconds
    Jul 7 10:37:54 zzzz com.apple.statd[255]: rpc.statd: unable to register (SM_PROG, SM_VERS, UDP)
    Jul 7 10:37:54 zzzz com.apple.launchd[1] (com.apple.statd[255]): Exited with exit code: 1
    Jul 7 10:37:54 zzzz com.apple.launchd[1] (com.apple.statd): Throttling respawn: Will start in 10 seconds
    Jul 7 10:37:58 zzzz loginwindow[25]: 1 server now unresponsive
    Jul 7 10:37:59 zzzz KernelEventAgent[26]: tid 00000000 unmounting 1 filesystems
    Jul 7 10:38:02 zzzz com.apple.autofsd[40]: automount: /net updated
    Jul 7 10:38:02 zzzz com.apple.autofsd[40]: automount: /home updated
    Jul 7 10:38:02 zzzz com.apple.autofsd[40]: automount: no unmounts
    Jul 7 10:38:02 zzzz loginwindow[25]: No servers unresponsive
    ... and firewall wide open.
    I guess that the Finder somehow triggers file locking over NFS.

  • NAS Shares disconnect after awaking from sleep

    I have been searching and searching for a solution to this frustrating problem.
    Every time my laptop goes to sleep the SMB shares from my NAS become unresponsive. The only way to fix the problem is to reset my computer. Obviously this is a problem.
    I once found a program that I thought my have worked that automounted the share but deleted out of stupidity and can't find it. I have added the shared to my login account and that works at startup but not when I wake the computer up from sleep. Please help this is frustrating!
    I should add that the NAS is a HP MediaSmart 487
    Message was edited by: danp26

    Hello danp26,
    I have been experiencing the same problem. Have you found a solution?

  • How to create NAS nfs automounts in Mavericks

    So I had 3 automount nfs shares working in Mavericks last week, but for some odd reason all stopped working along with access to TimeMachine on my NAS and the ability to open disk images.
    After some digging I removed my automount modifications to auto_master in /etc and all started to work again... my problem now is how do I now get my 3 automounts to work again so Aperture and iTunes can see their content on my NAS...
    I had added this line to auto_master /Volumes/  -auto_share
    I had created a flie in /etc called auto_share and this contained the following
    Vault 
    -fstype=nfs,soft,intr,rsize=32768,wsize=32768,noatime,timeo=900,retrans=3,proto= tcp 192.168.128.20:/Vault
    Multimedia 
    -fstype=nfs,soft,intr,rsize=32768,wsize=32768,noatime,timeo=900,retrans=3,proto= tcp 192.168.128.20:/Multimedia
    Aperture 
    -fstype=nfs,soft,intr,rsize=32768,wsize=32768,noatime,timeo=900,retrans=3,proto= tcp 192.168.128.20:/Aperture
    This worked and then it stopped...
    Any help appreciated
    Andrew

    Hi Andrew, as promised, here is my login script. Substitute anything in and including <> for your info. Copy/Paste into AppleScript Editor, save as an .app and add to login items for a user. Logout script to follow.
    tell application "Terminal"
         try -- See if the NAS is awake, if not, wake it and give it time to appear
              do shell script "ping -c 1 <ip address>"
         on error
              tell application "Terminal"
                   try
                        do shell script "/Applications/wol -q -p=7 <mac address>" -- if the NAS supports WOL
                        delay 120 -- give more or less after timing NAS startup time
                   end try
              end tell
         end try
         try -- Make the mount points, repeat for how many are needed
              do shell script "mkdir /Volumes/<Dir1>"
              do shell script "mkdir /Volumes/<Dir2>"
         end try
         set success to 0
         repeat 5 times -- try the mounts 5 times, then bomb out
              delay 5
              try -- perform the mounts, change protocol formats as required (e.g. for SMB mounts "smbfs://..."
                   do shell script "mount -t afp afp://<user>:<password@<ip address>/<Share1> /Volumes/<Dir1>"
                   do shell script "mount -t afp afp://<user>:<password@<ip address>/<Share2> /Volumes/<Dir2>"
                   close every window -- close Finder windows that automatically open on mount
                   beep
                   activate
                   with timeout of 43200 seconds -- Display success dialog and wait up to 12 hours (doesn't need that long) for user to click "OK", reason: see last line, leave out if not needed
                        display alert "<Share1> and <Share2> are now available."
                   end timeout
                   set success to 1
                   exit repeat
              on error number errNum
                   tell application "Terminal"
                        quit
                   end tell
              end try
         end repeat
         if success is not 1 then -- the bomb out section
              beep
              activate
              display alert "Please check that NAS is on then Log Out and Log In again. ( " & errNum & " )"
         end if
         quit
    end tell
    tell application "<application name>" to quit -- auto-close any apps that you don't want running for this session, without OK message delay above, script will time out and this line won't execute

  • Reading an SMB Share Without Mounting

    I'm sure hte answer to this must be incredibly simple, but when I Google, almost every link is about mounting SMB shares.
    I want to be able to read an SMB share on another system from the command line WITHOUT mounting the share.
    For example, in Windows, I can type "dir \\servername\directory" and get a listing of the files on an SMB mount without having to mount it.
    Can I do anything like that from the command line in OS X?  (I tried variations, like "ls //servername/directory" and did not get anything that worked.)

    There's no support for the Microsoft \\ syntax within the various tools of the command line environment.
    You're using a CIFS/SMB/Samba remote access path and particularly attempting to use a feature and syntax that is specific to Microsoft Windows (that \\ stuff) and its MS-DOS command mode.
    It's probably easier (and likely best) to use Filezilla or another similar tool to remotely access the share via ftp or sftp transport or another path when the GUI is required, or to use the command-level tools scp or sftp (which can be configured for a no-password login), or to use ftp (wildly insecure, and largely incompatible with firewalls), or to simply mount (or automount) the share. 
    Alternatively and if the other system involved here is remote and you're being blocked by a gateway firewall, then you might look to use a VPN into the remote network gateway or (less desirably) a VPN that's been port-forwarded into the remote server.  That can allow the volume to be mounted, and also avoids exposing CIFS/SMB/Samba to the Internet.
    The most direct command-line analog to what you're trying here is the smbclient command-line tool.  For details and features and limitations of that, issue the smbclient --help command, or see the available Samba smbclient documentation.  Though it can do what you want, I"d still look to use scp or sftp (directly at the command line, or via a GUI client) or a VPN here.

  • Mac OSX Lion symlink to Windows 7 share is broken

    Hi all!
    I'd like someone to help me with the following issue:
    I have a Windows 7 Ultimate machine with some shared folders. In order to access theses folders, passwords are not requirede. So, when I try to access these folders putting the smb address in Finder, everything works fine. However, I need to use a symlink to XBMC recognize the folder Pictures in my share. So, I had to create a symlink to this folder in the smb share (also I configured it in a way that Mac OSX Lion automount the share when the session starts). I did it and for a while everything worked fine.
    But when I restart the computer, although the share is mounted, the symlink is broken. So when I click on it, it seems like an empty folder, instead of going to the share.
    Thanks in advance.
    Cheers!

    There are any number of "theme" applications out there for Windows (WindowBlinds comes to mind).  They let you control just about every aspect of the interface.  They do have options that allow you to have a similar dock to OS X as well as other settings to make your desktop look like a Mac.  If you are talking about actually installing OS X on a PC... that's a no-no.  When you say there are "tutorials" on YouTube, that implies that you're looking to do something more involved than using a simple tool to tweek the interface.  I just wanted to point out the difference.

  • Systemd failing to mount a network share

    I just installed systemd and I'm having some problems getting it to reliably mount the network shares I have listed in /etc/fstab.  In case it is relevant, I should note that I have opted to install systemd alongside the usual initscripts.  I've created two different Grub menu entries to select between the two systems during boot.
    The relevant fstab entries are as follows:
    //192.168.1.54/MP3z /mnt/MP3z/ cifs _netdev,password=foo,uid=foo,gid=foo,file_mode=0644,dir_mode=0755 0 0
    //192.168.1.100/share /mnt/share/ cifs _netdev,password=foo,uid=foo,gid=foo,file_mode=0644,dir_mode=0755 0 0
    //192.168.1.100/docs /mnt/docs/ cifs _netdev,password=foo,uid=foo,gid=foo,file_mode=0644,dir_mode=0755 0 0
    This is what I've observed with respect to mount failures:
    The share at 192.168.1.54 mounts every time without fail.
    Usually, one of the other two shares at 192.168.1.100 will fail to mount while the second share at the same ip address will succeed.  Which of the two that fails is apparently random.
    Only very occasionally will both shares at 192.168.1.100 mount successfully.
    So far, I have never seen both of these shares fail to mount on the same test run.
    I have tried changing the order of the fstab entries but it doesn't seem to affect things.
    I've tried adding the "noauto" and "x-systemd.automount" options to my fstab entries.  This seems to make things work although with this setup I think the shares are mounted the first time they are browsed, not during starup.  With these mount options set, the system hangs on shutdown with either the messsage "Unset automount mnt-share.automount" or "Unset automout mnt-docs.automount".
    I thought perhaps that this is happening because my network connection isn't being started in time to mount the shares correctly.  Though, I thought systemd handled these sorts of dependencies without any explicit configuration required.  Perhaps this has something to do with the two shares being on the same host (192.168.1.100)?  I don't have any problems with the third share at 192.168.1.54.
    Can anyone shed some light?
    Last edited by battlepanic (2012-08-15 19:28:05)

    I had the same problem. While logged in as root, I can't use an alias or Cmd+K to connect to a server, but it works fine as any other user. I tried the link above and after reading the mount_afp man page, it describes two steps needed to mount a server. Here's what I had to put in Terminal to mount a share called Installers:
    The root account does not seem to be getting past the first step when using Cmd+K or an alias to a network share, although this worked in previous versions of OSX.
    This problem was not fixed in 10.7.1

Maybe you are looking for

  • How do I replace Admin account with transferred account?

    Just setup my new Imac. Used migration assistant to transfer via firewire my existing account from my Macbook. The transferred account shows up on my new Imac in accounts under "other accounts". HOW do I replace my Main User Account with my newly tra

  • What is the wrong about converting the .class of api of jc to .cap files?

    hi everyone l tried to convert the .class filses of api to .cap files,there are some wrongs please help me! ___the .opt file:___ -out JCA CAP EXP -exportpath D:\jCDK2_2_1\api_export_files -classdir D:\workspace\framework framework 0x0a:0x0:0x0:0x0:0x

  • IMAC Premiere CS6 and GPU's question. (Updated)

    The only new iMac's which might support GPU CUDA operation in Premiere CS6, are the 27 inch ones using the GTX 675MX or the GTX 680MX video chipset. Neither of these are on the cuda supported list but of course they could be added to the appropriate

  • Five exclamation marks behind a string .. is it impossible ?

    I've wrote a method which I want to add five exclamation marks behind a String s. here is my code : * Haengt fuenf Ausrufezeichen an den String an public void ausrufezeichenAnhaengen(String s) s = s + "!!!!!"; }But when I want to try it out nothing h

  • Hibernate+Struts

    Hi everyone I've already posted this java programming subforum but they adviced me to post in databases or in struts forums, so I repeat it here: First of all thanks for reading my post. I've been looking for it on internet for a week but there are d