Strange Menus and Currupt File Systems? Help!

I recently replaced my ibook's HD with a new one, every thing has been fine until just recently. Mysteriously on my control click menus and other pop up windows like save and open, all system text has turned into code. use the following url for an example http://i6.photobucket.com/albums/y218/whatapileof/menu.jpg . The text is now N21 and things like that. Any ideas? When i tried to do a HD repair in disc utility, the permissions are fine but when i repair the disc it fails each time. I have tried to reinstall the OS but that also fails. I am guessing that the menu text and this repair issue are hand-in-hand. Only thing i can think of is doing a re-format. There’s no other issues that i can spot and the problem is bearable. Im used to doing reformats with windows. never thought i would have to with OSX though. Any ideas how to avoid?? Cheers.
(This message was previously in the ibook section of the discussion, no one could really help so i have moved it to a more viewed section. Dan)

As the error is on the system drive i have used the install dvd of 10.4 and used disc utility from that menu to repair the disc. The only error message displayed says only "disc unable to be repaired" and when you re-install the OS without reformatting it states "Mac OS X cannot be installed." and makes you restart. I havnt tried fsck. Do you recommend still trying it? can you remind me how to get to the command line whilst OS X is booting up. I haven’t moded the OS nor installed any haxies. I didn't notice any changes until a few days after i installed the last peace of software which i believe was the new version of firefox and i cant think of a time where the computer had incorrectly shut down or malfunctioned. Might as well face it, i'm going to have to re-format and reinstall.
Thanks for the help

Similar Messages

  • Difference between ASM Disk Group, ADVM Volume and ACFS File system

    Q1. What is the difference between an ASM Disk Group and an ADVM Volume ?
    To my mind, an ASM Disk Group is effectively a logical volume for Database files ( including FRA files ).
    11gR2 seems to have introduced the concepts of ADVM volumes and ACFS File Systems.
    An 11gR2 ASM Disk Group can contain :
    ASM Disks
    ADVM volumes
    ACFS file systems
    Q2. ADVM volumes appear to be dynamic volumes.
    However is this therefore not effectively layering a logical volume ( the ADVM volume ) beneath an ASM Disk Group ( conceptually a logical volume as well ) ?
    Worse still if you have left ASM Disk Group Redundancy to the hardware RAID / SAN level ( as Oracle recommend ), you could effectively have 3 layers of logical disk ? ( ASM on top of ADVM on top of RAID/SAN ) ?
    Q3. if it is 2 layers of logical disk ( i.e. ASM on top of ADVM ), what makes this better than 2 layers using a 3rd party volume manager ( eg ASM on top of 3rd party LVM ) - something Oracle encourages against ?
    Q4. ACFS File systems, seem to be clustered file systems for non database files including ORACLE_HOMEs, application exe's etc ( but NOT GRID_HOME, OS root, OCR's or Voting disks )
    Can you create / modify ACFS file systems using ASM.
    The oracle toplogy diagram for ASM in the 11gR2 ASM Admin guide, shows ACFS as part of ASM. I am not sure from this if ACFS is part of ASM or ASM sits on top of ACFS ?
    Q5. Connected to Q4. there seems to be a number of different ways, ACFS file systems can be created ? Which of the below are valid methods ?
    through ASM ?
    through native OS file system creation ?
    through OEM ?
    through acfsutil ?
    my head is exploding
    Any help and clarification greatly appreciated
    Jim

    Q1 - ADVM volume is a type of special file created in the ASM DG.  Once created, it creates a block device on the OS itself that can be used just like any other block device.  http://docs.oracle.com/cd/E16655_01/server.121/e17612/asmfilesystem.htm#OSTMG30000
    Q2 - the asm disk group is a disk group, not really a logical volume.  It combines attributes of both when used for database purposes, as the database and certain other applications know how to talk "ASM" protocol.  However, you won't find any general purpose applications that can do so.  In addition, some customers prefer to deal directly with file systems and volume devices, which ADVM is made to do.  In your way of thinking, you could have 3 layers of logical disk, but each of them provides different attributes and characteristics.  This is not a bad thing though, as each has a slightly different focus - os file system\device, database specific, and storage centric.
    Q3 - ADVM is specifically developed to extend the characteristics of ASM for use by general OS applications.  It understands the database performance characteristics and is tuned to work well in that situation.  Because it is developed in house, it takes advantage of the ASM design model.  Additionally, rather than having to contact multiple vendors for support, your support is limited to calling Oracle, a one-stop shop.
    Q4 - You can create and modify ACFS file systems using command line tools and ASMCA.  Creating and modifying logical volumes happens through SQL(ASM), asmcmd, and ASMCA.  EM can also be used for both items.  ACFS sits on top of ADVM, which is a file in an ASM disk group.  ACFS is aware of the characteristics of ASM\ADVM volumes, and tunes it's IO to make best use of those characteristics. 
    Q5 - several ways:
    1) Connect to ASM with SQL, use 'alter diskgroup add volume' as Mihael points out.  This creates an ADVM volume.  Then, format the volume using 'mkfs' (*nix) or acfsformat (windows).
    2) Use ASMCA - A gui to create a volume and format a file system.  Probably the easiest if your head is exploding.
    3) Use 'asmcmd' to create a volume, and 'mkfs' to format the ACFS file system.
    Here is information on ASMCA, with examples:
    http://docs.oracle.com/cd/E16655_01/server.121/e17612/asmca_acfs.htm#OSTMG94348
    Information on command line tools, with examples:
    Basic Steps to Manage Oracle ACFS Systems

  • New zone and inherited file system mount point error

    Hi - would anyone be able to help with the following error please. I've tried to create a new zone that has the following inherited file system:
    inherit-pkg-dir:
    dir: /usr/local/var/lib/sudo
    But when I try to install it fails with:
    root@tdukunxtest03:~ 532$ zoneadm -z tdukwbprepz01 install
    A ZFS file system has been created for this zone.
    Preparing to install zone <tdukwbprepz01>.
    ERROR: cannot create zone <tdukwbprepz01> inherited file system mount point </export/zones/tdukwbprepz01/root/usr/local/var/lib>
    ERROR: cannot setup zone <tdukwbprepz01> inherited and configured file systems
    ERROR: cannot setup zone <tdukwbprepz01> file systems inherited and configured from the global zone
    ERROR: cannot create zone boot environment <tdukwbprepz01>
    I've added this because unknown to me when I installed sudo from sunfreeware in the global it requires access to /usr/local/var/lib/sudo - sudo itself installs in /usr/local. And when I try to run any sudo commands in the new zone it gave this:
    sudo ls
    Password:
    sudo: Can't open /usr/local/var/lib/sudo/tdgrunj/8: Read-only file system
    Thanks - Julian.

    Think I've just found the answer to my problem, I'd already inherited /usr ..... and as sudo from freeware installs in /usr/local I guess this is never going to work. I can only think to try the sudo version of the Solaris companion DVD or whatever it's called.

  • Missing Recovery Partition and Unrecognized File Systems

    So, a long time ago I accidentally deleted my recovery partition and have recently been trying to fix it so that I can upgrade my OS to Mavericks. After browsing around here I found the Recovery Partition Creator 3.7 and used it to create a new recovery partition. Using the diskutil list command everything seemed to be fine and it looked like the partition was successfully created so I tried reinstalling OS X Lion by holding command R at startup. Doing so brought up the internet recovery menu and I selected reinstall Lion which was still unsuccessful because "a recovery partition could not be created". So, I decided to check in disk utility to see what might be wrong and I used the disk utility debug command in order to access disk utility's debug menu and show all the hidden partitions. Now, looking at these partitions I see two hidden partitions: disk0s1 which is an EFI partition, and disk0s3 which is the Apple Boot Partition that was created by Recovery Partition Creator 3.7. After verifying the partitions, disk utility is telling me that both my EFI and apple boot partitions have unrecognized file systems, my Macintosh HD partition is fine. At this point I do not know what to do.
    Below are photos of the diskutil list and of what disk utility is showing me for the two hidden partitions.
    For reference I am running OSX Lion 10.7.5 (11G63) on a early 2011 13 inch Macbook Pro (Base Model).
    Bootrom version: MBP81.0047.B27
    SMC Version: 1.68f99
    Thank you all in advance for your help, feel free to ask me any questions.

    Just an update, I went ahead and installed Lion again over the existing TM restored installation using the Lion Update file and at least File Vault is working. Interestingly, I still do not have a Recover partition so obviously something new for Apple Support to learn.

  • Please Advise on SAP and DB2 file system during installation

    Dear Experts
    SAP ERP 6.0 EHP5 ( AS ABAP and AS JAVA(EP))
    DB2
    RHEL 6
    i have a requirment to install solution manager,development and production server, at present client is allocated below hardware for 3 servers and one MSA Storage  
    Landscape: Two system landscape
    DEV Server:  2*300GB HDD 2cpu/32gb ram
    PRD server: 2*300GB HDD 2cpu/32gb ram
    solution manger: 2*300GB HDD 1cpu/16gb ram
    MSA Storage HP P2000 G3 MSA 12*300Gb HDD
    1 TAPE DEVICE
    these three server should to connected to storage
    Its my first time to work on this kind of landscape with SAN
    Request to please provide me filesytems and mountpoint with size. However i am going through standardinst document & trying to understand...
    Regards
    Raju

    RAJU83 wrote:
    > Request to please provide me filesytems and mountpoint with size. However i am going through standardinst document & trying to understand...
    Better you continue with that and plan and document the file system and size strategy.
    'SAP Sizing' is very important, utilize it - service.sap.com/sizing
    After you understand the guides' advice and explore standard sizing, then share your queries with us.
    This concept is very detailed one and really the 'subjective' one - depends case to case - customer to customer - ultimately the SIZING will help you - It can't be explained clearly in a discussion thread 'initially'
    Thanks

  • 1.1.4 and new file system

    Does 1.1.4 have a new file system?
    I upgraded to 1.1.4 using iTunes. Now I am unable to load any application packages that are normally displayed by the installer.
    When I tried to view what is in the iphone I see that the file system layout is different - there is only root.
    Did I upgrade wrongly? or did I do it on a wrong day .
    THanks

    Let me explain in case you didn't already know: the iPhone currently has two restrictions:
    1. it can only be used with one carrier (e.g. AT&T in the US)
    2. You cannot download any applications on to it.
    Installer is a 3rd party app which allows you to download applications, but if you use it, you void your iPhone warranty.
    In updating to 1.1.4, you have probably wiped installer of the iPhone, and are back to a standard iPhone (hopefully) - any 3rd party apps that were on the phone will have been wiped as well.
    If you want more apps, the I would wait until late June, when version 2.0 will be released, which will allow you to download Apple-approved apps, without voiding your warranty.
    Hope this helps.

  • APEX 2.1 and server  file system interaction methods

    Hello experts
    I am building a web application using APEX 2.1 that would be used by a few hundred users as a secure and auditable portal to a word document file library.
    The main use case is that an authenticated user will find links to documents he/she has been granted access of various levels (read only or read/write).
    All the files are stored on the server file system.
    I have a couple of questions:
    1.some file" when placed in an HTML region source does not work. Is this normal ?
    2.Will I have to import the entire file library (very large in size and number of files) into APEX so I can access them from APEX or can I simply use the simple anchor HTML tag above.
    Many thanks. Zemus.
    Edited by: zemus on Jun 4, 2009 1:25 PM
    Edited by: zemus on Jun 4, 2009 1:26 PM
    Edited by: zemus on Jun 4, 2009 1:27 PM

    I think I answered your email. Also, you can have a look at these threads:
    Re: How to display bfile in Apex report
    Re: Linking to display an external file
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Scrambled Music and Unknown file names Help!!!!

    I have two problems and hopefully someone can help me. The first problem I have is some of my songs are scrambled. For example, I'll put on song 1 and it will play, then all of a sudden in the middle of song 1, song 2 will cut in and sometimes song 3 or 4. When I do catch the songs that are scrambled I delete them but I'm not able to catch them upfront until the song actually starts playing. If anyone could help me this would really be appreciated. I've tried a few programs but they haven't really worked or it costs to do it. I will pay to fix the problem but I want the program to actually work. BTW this all started a few years ago when I had a Zune and it deleted all my music and I had to search for the music to retrieve what I could. My itunes library hasn't been right every since.
    2nd problem: My computer caught a virus a few months back and my entire operating system was deleted. Erased! Finito! I am lucky enough to know a good computer tech and they were able to restore my computer and give me a new operating system currently Windows 7 Ultimate. Anyway, since that I was able to retrieve my music library in Itunes however, some song titles are 4 letters. It's way too much for me to individually change them. For example, song 1 title is now "JHGN". So if anyone could help me with this problem, this would also be helpful.
    also want to mention not all my music was downloaded from Itunes. Both of these problems are very frustrating and driving me crazy. I appreciate any help.
    Message was edited by: jamada

    Hi TTBWA,
    If you are having issues locating or restoring items to iTunes on your iMac, you may find the following article helpful:
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/ts1408,
    Regards,
    - Brenden

  • File system and LR2 file system view summary

    Hello,
    Is there a way when navigating a directory via the Folders panel to click on the folder and get summary information about the contents of the folder both from a file system perspective as well as a Lightroom perspective?
    file system perspective: number of physical files supported by LR2 in the folder
    LR2 perspective: the number of files that have virtual copies, how many total virtual copies total, how many photos are in stacks, how many stacks, etc.
    Thanks,
    Matt
    -Windows XP x64 SP2
    -AMD Athlon 64 X2 Dual Core 6400+
    -4.00 GB of RAM
    -Lightroom Version 2.0 64-bit 481478 Camera Raw 4.5
    -Two Silicon Graphics GDM-5011P Monitors
    -Huey Pro with version 1.5 of their calibration/profiling software
    -Nvidia Evga 8800 GT graphics card with 512 MB of Video RAM
    -Monitor One: The 'normal' Lightroom window in either the Library or Develop Module
    -Monitor Two: 'Loupe-Normal' in 1:1 view

                   No, you can't specify an entire filesystem as something to cluster. I
              suggest using NFS or some shared filesystem and then running a cluster
              off of that.
                                       - Mike
              Michael Lenart wrote:
              >
              > yes
              > "Mike Benham" <[email protected]> wrote in message
              > news:[email protected]..
              > >
              > >
              > >
              > > I'm not sure if I understand what you're asking. How can you cluster a
              > > filesystem? It seems like you want to mount some filesystem via NFS and
              > > then access that from each instance of a server? Are you asking if
              > > Weblogic can perform the duty of NFS?
              > >
              > > - Mike
              > >
              > >
              > > Michael Lenart wrote:
              > > >
              > > > Can the file system be clustered?? For example, in the cluster level
              > > > property file can I have a file system with the name of XDrive and then
              > use
              > > > that file system in my components??
              

  • I give up! Can I send someone the ID CS3 file and print file for Help

    I have done everything I possibly can (given I am no where near expert), and can not figure this printing out.
    I have a food menu that is on 11 x 17 (will be tri fold) ID file with a border. The border is a "Placed" PSD file into a separate ID layer.
    Even though it looks perfect on the screen, I can not get it to print properly using an Epson Stylus 1400 series printer (wide body).
    The border does not print correctly.
    I can (and will if you want), print the menu to a file and send it to someone (along with the ID CS3 file and PSD file) to see if someone can tell me what stupid things I am doing.
    I also believe I can print to a file, then bring the printed file up on the screen and do a Snagit Screen Grab to upload to pixentral.com If this is possible, you will see how the border did not print correctly. I would also take a screen grab of the ID CS3 menu file so you can see how the border is perfect.
    I am hoping someone with a wide body printer can load 11 x 17 paper and try to see what I am doing wrong. I am printing it on 11 x 17, landscape, centered borderless stock and it looks good in preview mode.
    Any and all help would be appreciated. At least I don't have those OOLLM phantom lines like I did on my last plea for help.
    Bob

    Hmmm.
    Looking at the last picture, I see what is going to be a bit of a problem for you, I think. Do you really have a thin red line around the outside of the yellow border?
    Here's how bleeds work, and why they are set up the way they are. Printing, and more importantly, trimming, is done on mechanical equipment. Paper sizes may or may not be entirely uniform in a stack, or there may be minor alignment issues when jogging the stack, or there may be dust build-up, or any number of other little things that conspire to keep a stack of prints from being 100% perfectly aligned with each other, or a cutter setting may be off by a few thousandths of an inch making the trim larger than intended. In such cases there is a possibility that color intended to run all the way to the edge of the page may in fact stop short of the trimmed edge, leaving the paper showing.
    To hide this, and that's all you are doing, hiding misalignments, areas of color at the edge of the page are extended beyond the page boundary, typically 1/8" in the US, so that the excess color will fill what would otherwise be a blank area after trimming. InDesign Allows you to set up a "Bleed Area" in the document setup, which adds a colored guide around the page for easy reference, and also allows you to check the "use Bleed Area" checkbox in the print dialog so you don't need to specify it manually.
    Now for why that narrow red line is a problem, if it is really there. Printing presses typically can maintain sheet to sheet registration that is very accurate, but desktop printers are often off by as much as 1/16" in either direction from sheet to sheet. Further, there can be some paper stretching during the printing process, and the aforementioned dust build-up or slight errors in cutter setup, which can cause the paper to be trimmed slightly inside the intended mark. Also consider that if the paper is cut outside the mark on one edge, it will be cut the same distance inside on the opposite side.
    So, if you have a thin line on the edge of the page, you need to be very accurate in both sheet-to-sheet registration AND in cutter setup or you risk cutting off the line on one or two edges completely, and leaving more than you planned on the opposite edges. The thinner the border is, the greater the risk of cutting it off, and the more small differences in position will show. (The difference between 1/16 and 1/8 is much more obvious than the difference between 1/16 and 3/8 )
    As a corollary, jobs that bleed need to have a safe zone, or "live area" that is smaller than the page dimension by at least the amount of the bleed allowance all around so that trimming at the outside of the bleed on one edge doesn't end up cutting off something important on the opposite edge. The easiest way I can think of to visualize this is to think of trimming as if you were putting an open frame the finished size on top of the print, and you move it around so that the hole exposes more on one edge while hiding the opposite edge the same amount.
    Peter

  • Strange noise and corrupted files and trouble fixing

    hi. forgive me if someone's answered this already, but my eyes are bleeding reading through all the comments without finding a fitting answer. my ibook g3 dual usb has been great all these years. every once in a while i get the "unable to mount" question mark folder at startup and have been able to fix it using the disk utility first aid stuff that came with my computer. but i've also had trouble in the last few years with corrupted files paralyzing my computer anywhere from a few seconds to hours till i have to force shut down. when my computer comes upon a corrupted file it starts making this slight whiny grinding noise that happens as a series of noises - like eeeer eeer eeer eeer eeer - over and over. it immediately stalls all functions of the desktop/computer.
    this last time, it happened while downloading a .pdf. unfortunately, after force shutting down, i got the question mark folder when i started back up and none of the utilities or norton disk doctor have been able to fix it. i tried running the hard disk testing utilities and disks, and it keeps saying the hard drive is fine. but whenever i run disk recovery with norton i suspect it comes upon corrupted files and starts with the grinding noise. i'm trying not to completely reinitialize the hard disk until i know i've tried everything. i just want to recover a few things, but i don't know how to isolate the corrupt files to trash.
    under the repair function of the disk first aid, it says theres some kind of pdef problem or something, and that it cannot repair. DOES ANYONE HAVE ANY IDEA WHAT I SHOULD DO!!!! P L E A S E. i feel like i've tried everything, including the custom loading of softwar install....
    thanks

    Hi, and welcome to Apple Discussions.
    The iBook would have come with the first version of OS X (likely OS X 10.0.3) installed on it. Using Norton DiskDoctor on any hard drive that has an OS X volume on it can actually cause hard drive corruption. DiskDoctor also reports the OS X files as "errors," so any "errors" it reports are not to be believed (although, as I said, using it can actually create corruption).
    Could you please report the exact message you get when trying to repair the hard drive using Disk First Aid from the Install CD?
    You may want to try a command-line method called "fsck" (for "file system check") to attempt to repair the hard drive. To use fsck, you have to run it from the command line. Unlike using your trackpad to open an application to do something, you'll need to type a text command at the prompt (#) to tell fsck what to do. To use fsck:
    1. Start up your computer in _single-user mode_ to reach the command line.
    2. At the command-line prompt, type /sbin/fsck -fy
    3. Press Return. fsck will go through five "phases" and then return information about your disk's use and fragmentation. Once it finishes, it will display this message if no issue is found:
    ** The volume (nameofvolume) appears to be OK
    If fsck found issues and has altered, repaired, or fixed anything, it will display this message:
    *** FILE SYSTEM WAS MODIFIED ***
    Important: If this message appears, repeat the fsck command you typed in step 2 until fsck tells you that your volume appears to be OK (first-pass repairs may uncover additional issues, so this is a normal thing to do).
    When fsck reports that your volume is OK, type reboot at the prompt and then press Return.
    Your computer should start up normally and allow you to log in.
    (This information is from the Apple Knowledge Base article entitled Resolve startup issues and perform disk maintenance with Disk Utility and fsck.)

  • Flash Player 9, Director MX, LocalConnection and the file system sandbox

    I have a Director MX asset to which I have no source-code
    access. Previously I could use LocalConnection in a Flash Player 8
    projector to interact with the Director app, local to the
    file-system. I seem unable to do the same thing with a Flash Player
    9 projector. The director asset looks for and loads the relevant
    Flash projector and unloads itself when it is no longer present,
    and this functionality continues without a problem. However, when I
    use the LocalConnection.send method, the Flash player does not
    receive the expected responses.
    I know that this is a rather general and abstract question:
    put simply, does anyone know whether Flash Player 9 and Director MX
    can't talk to each other using LocalConnection?
    ps to pre-empt over-enthusiastic respondees, yes I am aware
    of other technologies such as AIR, Zinc etc, and no they're not a
    viable option for my particular project.

    Hi,
    the following sourcecode is compiled with Flexbuilder 2 and
    runs in flashplayer 9.0.115 as expected.
    How do you trigger the effect?
    best regards,
    kcell
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Button label="run"
    click="{wr1.play();}"></mx:Button>
    <mx:Label id="l1" top="20" text="this is label"
    visible="false"/>
    <mx:Image id="img1" source="@Embed('k.jpg')" top="40"
    visible="false"/>
    <mx:WipeRight id="wr1" target="{img1}" duration="1000"
    effectStart="img1.visible=true" effectEnd="{wr2.play();}"/>
    <mx:WipeRight id="wr2" target="{l1}" duration="1000"
    effectStart="l1.visible=true"/>
    </mx:Application>

  • Raw devices and cluster file system

    what is difference between raw and cluster file system

    See to this thread if this can help
    http://asktom.oracle.com/pls/asktom/f?p=100:11:3285616048047775::::P11_QUESTION_ID:7931107631402

  • Accessing FAT and NTFS file systems in same machine

    hi
    i m new in solaris
    is it possible to access my windows file system in solaris.
    file systems are FAT and NTFS.
    regards

    You should be able to mount FAT filesystems as type pcfs.
    Theres no native support for NTFS, but I seem to remember a project working on that.
    So google for solaris NTFS will probably find it..

  • ASM and ext. file system

    Hi,
    Can I use ASM for one ERP database instance and other for normal .ext file system?
    if yes, what impact would be on system?
    Thanks

    Can I use ASM for one ERP database instance and other for normal .ext file system?Please elaborate more on what you are trying to achieve.
    What is the application release? Database version? OS?
    RAC: Frequently Asked Questions [ID 220970.1] -- What storage option should I use for Oracle RAC on Linux? ASM / OCFS / Raw Devices / Block Devices / Ext3 ?
    RAC Assurance Support Team: RAC Starter Kit and Best Practices (Linux) [ID 811306.1]
    Thanks,
    Hussein

Maybe you are looking for

  • NoClassDefFoundError in Java client after Message Queue upgrade

    Hi, I upgraded from version 3.5 SP1 to Message Queue 3 2005Q1. The Java client I was using from a remote client seems to be throwing a NoClassDefFound error when I use the new imq.jar . java.lang.NoClassDefFoundError: com/sun/messaging/jmq/Version at

  • Datapump network import from 10g to 11g database is not progressing

    We have an 11.2.0.3 shell database in RedHat Linux 5 64-bit platform, and we are pulling data from its 10g database (10.2.0.4) HP-UX platform using datapump via NETWORK_LINK. However, the import seems to be not progressing and completing. We have lef

  • Can i set apps to always launch in ful screen (like Safari)

    can i set apps to always launch in ful screen (like Safari)

  • Teaming 2.1 Tasks Due problem

    The "Tasks due" tab in our workspaces shows completed tasks. If the "Within 2 Weeks" radio button is active, it shows the completed tasks even id they are older than 2 weeks. For example, this shows up in today's Tasks due tab in my workspace with th

  • Why is photo stream so slow?

    why is photo stream so slow? i'm trying to stream photos from my macbook air to my other devices, only about 50 photos and it's taking quite some time. trying to understand this. also, is it possible to photo stream videos? they are in my iPhoto so i