Adding first server questions

We are moving and are going to be adding a server (Quad 2.5 G5 w/ 2x500 HDs). We are currently have the internet connection coming in (static IP) to an AEBS running two printers and an AEX on the same network running the other. All the machines use the wireless network for internet access and printing. Email is via a hosted Exchange solution and another company hosts our web site. We have one spare machine that does limited file server work, but most folks have stuff on their hard drives.
I have read the manuals on OS X server and a couple of after market books and, since much of it is somewhat familiar, I am relatively confident about many of the software setup issues. However, I have gotten some conflicting advice about the physical configuration and hoped you guys could help.
We want to be able to use the server as a file server, with better access control than the sharing preference, have remote users connect with a VPN, use the wireless network for internet access and printing. We might want to host web sites via an intranet or be able to access them from outside, but don't want them to be associated with the domain name that is the real web site.
My first question is about the interface between the airport network and the server. I was originally told that the cable to the internet should go into one of the servers ports and the other should connect to an AEBS. I should set up the server to act as a firewall and serve up DCHP addresses. However, some of what I have read says that this is a bad idea--that the AEBS or something else should be the first in line and that the server should be connected to the LAN port of the AEBS. Which is best?
Other questions:
Should I use the server print services or just the bonjour through airport?
I don't need to set up the mail services, correct?
Anything else I should consider?
Thanks

Since no one else has chimed in yet I'll pipe up and suggest you consider another configuration: connect your internet modem to a standalone firewall/router. (You'll either need one with a built in switch, or you'll need to connect a standalone switch to it.) Then connect both your server and Airport to the switch. The Airport will be set to bridge your wireless network to the wired network.
This way you focus your server resources on real server stuff, while the router takes care of grunt work like NAT and DHCP. You also gain some isolation for your server compared to having it function as your firewall and gateway.
Just an alternative to think about.

Similar Messages

  • Question on adding new server to existing pool in OVM 2.2 environment

    I have an existing iscsi based server pool with one server attached to the pool. I am adding a second ovm server. I have configured the iscsi and multipath modules and can see the repository lun.
    I then added the server to the pool via ovm manager, but the server is not fully participating as the agent did not create a mount point for /OVS so I can't see the repos directiories from the new server. A "df" does not show the device as it does on the first server.
    The manager gui does show the server as part of the pool even though we received an error.
    In the ovm manager log, we see the following messages.
    Check prerequisites to add server (ovm2.highlinehosting.com) to server pool (san_pool1) succeed
    During adding servers ([ovm2.domain.com]) to server pool (san_pool1), Cluster setup failed: (OVM-1011 OVM Manager communication with ovm1.domain.com for operation HA Setup for Oracle VM Agent 2.2.0 failed: errcode=00000, errmsg=Unexpected error: <Exception: ha_check_cpu_compatibility failed:<Exception: CPU not compatible! {'ovm1.domain.com': 'vendor_id=GenuineIntel;cpu_family=6;model=44', 'ovm2.highlinehosting.com': 'vendor_id=GenuineIntel;cpu_family=6;model=46'}> )
    I'm not sure why it's complaining about cpu compatibility as we are not using any HA features at this time, and both servers are identical in make and model. They are both equipped with the same cpu type and speed.
    I checked ocfs2 network connectivity by executing the command "nc -zv nodename 7777", which ran successfully from both nodes. The manager was able to propagate a valid cluster.conf file to both servers. I restarted the ovs-agent service on the new server.
    Are there any other configuration steps that I need to take on the new server before trying to add it to the pool? I do need to tread carefully as I have live guests running in the pool.
    Thx

    Bob Weinmann wrote:
    If I have to go the route of using a separate pool for each server, do you have any suggestions on how I would be able to access the repos of server1 from server2 if server1 were to go down hard? I don't mean to access it as a repos for running the vms, but just to be able to copy the vm files over to the running server.This would be possible if you were using NFS for your storage, but not if you're using FC or iSCSI, as the LUN is formatted with the OCFS2 cluster ID of each pool, so probably wouldn't be able to be mounted by another pool. Your best bet is to upgrade to Oracle VM 3.0 so that you can create a pool that contains both servers: you won't have live migration, but HA will still work just fine.

  • Error while adding essbase server(V9.3.1)

    Hi All,
    I have installed all essbase related products and configured everything thru configuration utility successfully.But while adding essbase server through ADMINISTARTION SERVICES CONSOLE,I got the following error.
    ============================================>
    Error: -1 com.essbase.eas.net.remote.RemoteStartException: Unable to connect to server LENOVO-91845925. Reason: Connection timed out: connect
    The server might not be running.
    LENOVO-91845925 com.essbase.eas.essbase.defs.ServerCommands.Connect July 27, 2008 9:32:06 PM PDT Failed : 1051293 Login fails due to invalid login credentials
    Error: 1051293 Login fails due to invalid login credentials
    Essbase Server: LENOVO-91845925 com.essbase.eas.essbase.defs.ServerCommands.Connect July 27, 2008 9:32:06 PM PDT
    Error: 1051293: Login fails due to invalid login credentials ------------------------------------------------------------------------------------------------------->
    I am sure that I am giving correct credentials as I did it couple of times.I just added the essbase server as LOCALHOST and username as ADMIN and password as PASSWORD and confirm password as PASSWORD.I am not sure where I am making mistake.or Do I need to configure anything after adding the ADMINISTARTION SERVER through CONSOLE.
    Please let me know if you have any idea on this.
    Thanks in Advance..

    Hi Sandeep,
    Yes,While configuring essbase server,it has asked me to provide userid and password twice.
    First time:
    By default it came with userid as hypuser.But i changed it to essadmin(This is the user which i have created in database specifcally for essbase).
    Second Time:
    After the above step is completed ,when i click next,It was asking the for userid.By default it came with admin.I left it as it is and provided password as password.
    After this it took several mins to configure and finally came out successfully.
    Now my doubt is that Do I need to provide essadmin(which i have given while configuring essbase server) while adding essbase server through CONSOLE?.
    Thanks.

  • Dreamweaver previews first Server Side Include Only (SSI)

    Dreamweaver CC and 2014 preview the first Server Side Include (SSI) only, even if the Adobe extension is installed (Using the SSI extension in Dreamweaver to create page headers | Adobe Developer Connection)
    How do I set Dreamweaver to preview multiple (more than one) SSI's?
    Example Code:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    </head>
    <body>
    <!--#include virtual="/content.shtml" -->
    <!--#include virtual="/content2.shtml" -->
    </body>
    </html>
    The code above will preview the text in "Content.shtml" but will not display the text in "content2.shtml".
    For troubleshooting purposes, I have reduced the content in each file to only single lines of basic text.
    Please advise. Thanks.
    Update:
    Dreamweaver Live View will show all of the server side includes. However the "Design View" and "Preview in Browser" will only show the one ssi.
    The following Preference settings are enabled:
    -Preview using temporary file
    -Show contents of included file
    Update 2:
    I discovered that server side includes have been removed from the Dreamweaver interface, inferred from this article: A Look at the Modernized Dreamweaver CC : Adobe Dreamweaver Team Blog. If Server Side Includes were removed, can they be added again using the Server Behavior extension?

    The issue is fixed in Dreamweaver 2014.1

  • Adding Index server to existing farm, "Server Farm Product and Patch Status" returned 34 Missing Locally required products and patches

    Once I connected my new server to my farm's config db, it returned all of the following missing locally. I stripped out any redundancies and Headings, and I'm left with 43. I'm looking for a efficient strategy. Should I start with the lowest version number
    and work my way up? Current DB version is 14.0.7015.1000. IIRC, SP2 is cumulative, so can I ignore the first two (SP1 and Hotfix), install SP2, and then the Language packs and etc on top?
    Sorted by version:
    Microsoft SharePoint 2010 Service Pack 1 (SP1) (14.0.6029.1000)
    Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition (14.0.6105.5000)
    Service Pack 2 for Microsoft SharePoint 2010 (KB2687453) 64-Bit Edition (14.0.7015.1000)
    Service Pack 2 for Microsoft 2010 Server Language Pack (KB2687462) 64-Bit Edition (14.0.7015.1000)
    Microsoft Office Server Proof (English) 2010 (14.0.7015.1000)
    Microsoft Office Server Proof (French) 2010 (14.0.7015.1000)
    Microsoft Office Server Proof (Russian) 2010 (14.0.7015.1000)
    Microsoft Office Server Proof (Spanish) 2010 (14.0.7015.1000)
    Microsoft SharePoint Portal (14.0.7015.1000)
    Microsoft User Profiles (14.0.7015.1000)
    Microsoft SharePoint Portal English Language Pack (14.0.7015.1000)
    Microsoft Shared Components (14.0.7015.1000)
    Microsoft Shared Coms English Language Pack (14.0.7015.1000)
    Microsoft Slide Library (14.0.7015.1000)
    Microsoft InfoPath Forms Services (14.0.7015.1000)
    Microsoft InfoPath Form Services English Language Pack (14.0.7015.1000)
    Microsoft Word Server (14.0.7015.1000)
    Microsoft Word Server English Language Pack (14.0.7015.1000)
    PerformancePoint Services for SharePoint (14.0.7015.1000)
    PerformancePoint Services in SharePoint 1033 Language Pack (14.0.7015.1000)
    Microsoft Visio Services English Language Pack (14.0.7015.1000)
    Microsoft Visio Services Web Front End Components (14.0.7015.1000)
    Microsoft Excel Services Components (14.0.7015.1000)
    Microsoft Document Lifecycle Components (14.0.7015.1000)
    Microsoft Excel Services English Language Pack (14.0.7015.1000)
    Microsoft Search Server 2010 Core (14.0.7015.1000)
    Microsoft Search Server 2010 English Language Pack (14.0.7015.1000)
    Microsoft Document Lifecycle Components English Language Pack (14.0.7015.1000)
    Microsoft Slide Library English Language Pack (14.0.7015.1000)
    Microsoft SharePoint Server 2010 (14.0.7015.1000)
    Microsoft Access Services Server (14.0.7015.1000)
    Microsoft Access Services English Language Pack (14.0.7015.1000)
    Microsoft Web Analytics Web Front End Components (14.0.7015.1000)
    Microsoft Web Analytics English Language Pack (14.0.7015.1000)
    Microsoft Excel Mobile Viewer Components (14.0.7015.1000)
    Recommendations?
    Thanks,
    Scott

    Thanks guys. I was able to get through all of the patches except for
    Language Pack for SharePoint, Project Server and Office Web Apps 2010 - English   missing locally
    Language Pack for SharePoint, Project Server and Office Web Apps 2010 -
    Spanish/Español missing locally
    This was my process:
    Config Wizard:
    Adding Index server to existing farm, "Server Farm Product and Patch Status" returned 34 Missing Locally required products and patches.
    SKIP installing the following two, as SP2 is cumulative
    Microsoft SharePoint 2010 Service Pack 1 (SP1) (14.0.6029.1000) (officeserver2010sp1-kb2460045-x64-fullfile-en-us.exe)
    Hotfix for Microsoft SharePoint Server 2010 (KB2775353) 64-Bit Edition (14.0.6105.5000)
    install SP2 oserversp2010-kb2687453-fullfile-x64-en-us.exe
    install oslpksp2010-kb2687462-fullfile-x64-en-us.exe
    Got "There are no products affected by this package installed on this system."
    SO!
    Uninstalled Sharepoint 2010 Server
    WIll try to install again, without skipping #2, and reorder installation of oslpksp2010-kb2687462-fullfile-x64-en-us.exe
    Retry (the long way):
    Run SharePointServer.exe, get Missing Locally...
    Install oslpksp2010-kb2687462-fullfile-x64-en-us.exe SUCCESSFUL
    Install officeserver2010sp1-kb2460045-x64-fullfile-en-us.exe SUCCESSFUL
    Reboot
    Install oserversp2010-kb2687453-fullfile-x64-en-us.exe SUCCESSFUL
    Rerun Config
    STILL MISSING
    Download oslpksp2010-kb2687462-fullfile-x64-es-es.exe, run, "there are no products affected..."
    Uninstall.
    Re-retried, only got through the first couple:
    Run SharePointServer.exe, get Missing Locally...
    Install SP1 officeserver2010sp1-kb2460045-x64-fullfile-en-us.exe, SUCCESSFUL
    Install English Lang Pack oslpksp2010-kb2687462-fullfile-x64-en-us.exe, "There are no products affected by this package installed on this system."
    Install Spanish Lang Pack oslpksp2010-kb2687462-fullfile-x64-es-es.exe,
    Install SP2 oserversp2010-kb2687453-fullfile-x64-en-us.exe, run Config Wizard
    I'm now downloading 462150_intl_x64_zip.exe, going to try and install it as step three.
    Any suggestions greatly appreciated.
    Thanks,
    Scott

  • Error when adding second server to pool

    I've setup a system completely with OV Manager and it worked quite well with one server. Then I installed a second server with OVS and added it to my Pool.
    But no VM can be started on this server because the cfg and disk files are only on the first server. So I think there have to be some shared mounts, but I found nothing in the docs. Is there a description somewhere?

    servers in the same pool must have same view on storages, i.e. /OVS and /OVS/<uuid>(file system mounted throu /usr/lib/ovs/ovs-makerepos) must be shared.
    for /OVS you must manully mount it on each of the servers,
    for /OVS/<uuid>, ovs-makerepos must run on each servers, which will mount the shared storage.

  • Lync 2013 On Prem - Front End Pool - Second server in pool becomes unavailable when first server is offline

    We have one front end pool, that contains 2 front end servers running Lync Server 2013.
    When the first server, LFE01 goes offline (to be restarted for instance), the second front end server LFE02 in the same pool's Lync services will suddenly stop and will refuse to start until LFE01's Lync services have started again.
    During this time, the Lync client will go from full functioning mode whilst LFE01 is up and running, to reduced functionality (when LFE01 is restarting), to the user being signed out of Lync and not able to log back in. As soon as LFE01 comes back up, users
    can log back in to Lync.
    We'd ideally like LFE02 to take over the front end server role whilst LFE01 is restarting, and vice-versa.
    Checking the event logs on LFE02, I can see the following errors when LFE01 is offline:
    This process was not able to update its health status
    The Audio-Video Conferencing Server failed to send health notifications to the MCU factory at https://frontendpool.contoso.com:444/liveserver/mcufactory/. 
    Failure occurrences: 30, since 7/11/2013 3:40:38 PM.
    Cause: Either the Front End service is not running, or poor network connectivity.
    Resolution:
    Verify that the Front End Service is available, and its machine is visible over the network.
    This process was not able to update its health status
    The IM Conferencing Server failed to send health notifications to the MCU factory at https://frontendpool.contoso.com:444/liveserver/mcufactory/. 
    Failure occurrences: 30, since 7/11/2013 3:40:42 PM.
    Cause: Either the Front End service is not running, or poor network connectivity.
    Resolution:
    Verify that the Front End Service is available, and its machine is visible over the network.
    Server startup is being delayed because fabric pool manager is initializing.
    Cause: This is normal when Pool is bootstrapped and indicates that the Front-End is waiting for a quorum of other Front-Ends to be started.
    Resolution:
    If this event recurs persistently, ensure that 85% of the Front-Ends configured for this Pool are up and running. For 2 or 3 machine Pools, initial cold-start of the Pool requires all machines to be started. If multiple Front-Ends have been recently
    decommissioned, run Reset-CsPoolRegistrarState -ResetType QuorumLossRecovery to enable the Pool to recover from Quorum Loss and make progress.
    Does the first server in the pool need to be up at all times for the second server to be running? If so, I may need to re-plan my redundancy.

    I can't believe how inaccurate these statements are. 
    Yes as per Microsoft it is best practice to have 3 FE in a pool but that absolutely does not mean that if you have 2 FE server in a pool that your pool will stop working!!
    In case when you do have 2 FE servers in a pool your Back End primary database server will act as a vote to keep the quorum for single server still left in a pool and all your clients will keep operating in a pool with one FE still running. 
    The problem with having 2 FE in a pool as per Microsoft documentation is as follows:
    If one of the two Front End Servers goes down, you should try to bring the failed server back up as soon as you can. Similarly, if you need to upgrade one of the two servers, bring it back
    online as soon as the upgrade is finished.
    If for some reason you need to bring both servers down at the same time, do the following when the downtime for the pool is finished:
    The best practice is to restart both Front End Servers at the same time.
    If the two servers cannot be restarted at the same time, you should bring them back up in the reverse order of the order they went down.
    If you cannot bring them back up in that order, then use the following cmdlet before bringing the pool back up:.
    http://technet.microsoft.com/en-us/library/gg412996.aspx
    I tested this in my environment which I currently am running with 2 FE servers and I can categorically confirm that pool will continue operating. 
    However, with all this said I did notice that clients with connection to FE server that is shut down take anywhere from 2-9 min to reconnect. I was trying to figure out why such a long delay until clients reconnect. Possibly it might be because there are
    2 FE servers in a pool and Back End server is taking a while to vote in turn delaying auto reconnect process for clients. Second possibility that I'm looking into is that we deployed HLB for sip traffic internally as well and I'm curious if using DNS LB would
    fix this delay.
    I'm just so disappointed how inaccurate some of these accepted answers above are.

  • JavaScript Error when adding the Server Behaviors for insert Record in php_mysql

    Hi guys,
    I am using Adobe DreamWeaver CS4.
    Here is the Scenerio, i am doing  php mysql driven website.
    While adding the server behavior for insert record i got following error
    Plz help me..
    Thanks in Advance
    RafelNash

    Have you found a fix to this??

  • HT201303 The Itunes store constantly asks me to Improve Apple ID Security by adding three secret questions but won't accept my valid password.  I have tried to reset the password, update the billing info and it still won't let me make any purchases.

    The Itunes store constantly asks me to Improve Apple ID Security by adding three secret questions but won't accept my valid password.  I have tried to reset the password, update the billing info and it still won't let me make any purchases.

    I have the same problem - it is maddening. I rely on this iPad for work so this is not just an annoyance! The above solutions of changing the appleid on the device or on the website do not work.
    The old email address no longer exists - I haven't used it in a year probably and I no longer have the account.  I logged into the appleid website and there is no trace of the old email address so there is nothing that can be deleted or changed there.  On the iPad there is no trace of the old email address so nothing can be deleted there either. I have updated the iPad software and the same problem comes right back.  Every 2 seconds I am asked to log in using the old non-existent email.  The device is currently useless.
    The only recent change to anything was the addition of an Apple TV device, which was set up using the correct login and password.
    Does anyone have any ideas? The iPad has been backed up to the iCloud so presumably it now won't recognize the current iCloud account? So restoring may notbe an option?

  • What are the advantages to adding a server to my home/home office system?

    What are the advantages to adding a server to my home/home office system?

    It's hard to give you specific answers unless we know your current setup. Any server, or specifically OS X server, may not be appropriate for your workflow.
    A server is a centralized computer which can act as a file repository for other computers and devices to access. It can also centrally manage authentication for other resources (ie, have a single sign in for multiple services), can act as a web server, a calendar server, and other features. Of course, many of those things are available from other providers, but having your own server means that you have more control (and responsibility) over them.
    This is a good place to start:
    https://www.apple.com/osx/server/
    Matt

  • Issue with First Quiz Question

    When I try to go back BEFORE answering the first quiz
    question, when I move forward again to the first question, it tells
    me that "You did not answer the question completely"and it will not
    allow me to answer this question or any additional questions. (I
    have set the option to use the BACK button in a quiz.) If I answer
    the FIRST question, it allows me to go backwards on any additional
    questions. Why can't I move backwards before I answer the first
    question? Is there something I am missing?

    As Mzedella said, my understanding is that backing out of the
    quiz (going backwards past the first question) costs the user an
    attempt, so if you've only allowed one attempt, the questions are
    considered not answered....
    We have a mix of content and questions (not a single block of
    quiz questions), and wanted to allow backward movement. We solved
    this problem by making the first slide a question. That way, the
    user is always in the quiz and they can move backward as much as
    they like.
    If you can't think of a good question for the first slide
    (often a question about their background knowledge is good), you
    can always make it 'are you ready to begin?'. A little clumsy, but
    you get the functionality you want.
    We further required all questions to be answered, so users
    can't skip ahead past unanswered questions. By removing the nav
    bar, but including a menu (via skin), users can easily review the
    material, but are still required to at least click through all the
    slides. This works for our application, but you many want something
    different.

  • [svn:osmf:] 10648: Adding first MAST unit tests and added some ASDocs

    Revision: 10648
    Author:   [email protected]
    Date:     2009-09-28 10:28:12 -0700 (Mon, 28 Sep 2009)
    Log Message:
    Adding first MAST unit tests and added some ASDocs
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/.actionScriptProperties
        osmf/trunk/framework/MediaFrameworkFlexTest/org/openvideoplayer/MediaFrameworkTests.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/adapter/MASTAdapter.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTDocumentProcessedEvent. as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTDocumentProcessor.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTLoadedContext.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTLoader.as
        osmf/trunk/plugins/MASTPlugin/org/openvideoplayer/mast/managers/MASTConditionManager.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/openvideoplayer/mast/
        osmf/trunk/framework/MediaFrameworkFlexTest/org/openvideoplayer/mast/MASTTestConstants.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/openvideoplayer/mast/loader/
        osmf/trunk/framework/MediaFrameworkFlexTest/org/openvideoplayer/mast/loader/TestMASTLoade r.as
        osmf/trunk/plugins/MASTLib/
        osmf/trunk/plugins/MASTLib/.actionScriptProperties
        osmf/trunk/plugins/MASTLib/.flexLibProperties
        osmf/trunk/plugins/MASTLib/.project
        osmf/trunk/plugins/MASTLib/src/

    These are automated emails from the OSMF forums.  To unsubscribe, go here:
    http://forums.adobe.com/community/opensource/osmf/commits
    -- Brian

  • Adding custom challenge questions in OIM 11gR2

    Friends,
    Can you please let me know the process to add new custom challenge questions in OIM 11gR2?
    Thanks

    Detailed steps have been given in my blog at the below url.
    http://srini-bellamkonda.blogspot.com/2012/11/adding-custom-challenge-questions-in.html
    Have a look and let me know if you have any questions.

  • Setting my First Server help/ Guide!!

    Hi All ,
    Setting up my first Server normally i would have My WAN Goes into my router then from my router into my Server with 2 Nics which then i use Routing and remote access to Create a NAT and shaire my internet connection through my server Spreading on my Private
    LAN using RRAS. i have only one server acting has DC, DNS and DHCP, ive been told that i should not have my internet pass through my server instead through my switch , but i am confuse has to how i am going to get my internet to broadcast on my Private LAN
    Without going through my server first or using routing and Remote access (NAT).
    I would appreciate anyone can help me out with this , thank you
    Paul

    Hi,
    I think Bill has given the unambiguous solution.
    In all my years as an administrator of an internet data center, networking Architecture is flexible. Network schema is always changed for meeting  a variety of needs. There isn’t an only standard for it.
    In your case, the solution which is given by Bill works best for you.
    In addition, if there is any misunderstanding, please let us know what you would like to achieve.
    Steven Lee
    TechNet Community Support

  • ATP first come, first served

    Hi,
    According to the ATP documentation orders should be promised by ATP on first-come-first-serve basis.
    Which criteria will determine which orders are first: will this be done with the creation date of the order line, the request date of the order line or the date the line is scheduled?
    Regards,
    Jan

    Hi Jan,
    Its the date when someone trys to schedule the order. During that time sales order can use all the available supply to meet the requested date.
    Regards,
    Deepak

Maybe you are looking for

  • IPad iCloud Back-Up

    Hi Guys, My iPad has not backed-up to iCloud for over 6 weeka now, just keep getting the message now and again telling me how long its been since the back up...but if i try doing it, an error message comes up....iPhone works fine, but for some reason

  • I need to do some work in Arabic language...

    Hi I need to do some work in Arabic language... Write text in Arabic language into a food product label I use Google translator for translation But when I copy and paste into illustrator cs4 which I use now Then the Arabic text comes the wrong way Do

  • Problem Adding Usable Layer Mask

    I keep trying to add a reveal-all layer mask to an image,(with another image on a layer below) but can't seem to produce a mask that I can paint on to reveal the image below.  When I click the add mask icon or go to layer add a mask, I see a layer ma

  • Window drawing Woes!

    I just had a major crash while using Zend Studio on OSX, which I think it is a Java application. Now, I have this heavy black bordered box drawn around every window element I focus the mouse or keyboard on in every application window, even after rebo

  • Stuck display brightness

    Hello, Automatic display brightness adjusting on my mid-2010 13" MacBook Pro somehow gets stuck. For example, when I work in bright room and put the computer to sleep (close the lid) the brightness level remains high when I wake the computer in darke