Why Are Multiple Shell Instances Necessary?

I usually run 10--12 terminals at any given time, and this doesn't take up to much memory since I can use the rxvt-unicode daemon urxvtd.
Yet each terminal has its own instance of bash, and this does take up memory.
What I wonder is whether it is really necessary for each terminal to have its own shell instance.
Obviously this is a necessity for independent history, but I really don't care too much about that.
Is there a way to run a bashd and have the individual shells hook into it? Is it even possible, or is there some consideration I have failed to make?
Maybe my workflow is flawed, I don't know.
My OCD nature prevents me from opening and closing terminals as whim, as there is a predetermined place for everything to go.
I always have the same terminals for their same respective things open on each workspace.
Some of them really don't need a complete shell though... for instance I have one to update svn and read commit logs, one for irc, and another for file transfer on my net workspace.
None of these need bash's features... I know I don't need bash underneath irssi but I do need some sort of command prompt to run my svn scripts and transfer programs.
In fact it seems most of my shells are more like command launchers, though I do want to see the output and be able to scroll back. Perhaps another shell would be better for me.
Only in a couple of my terminals do I actually use globbing and piping and such --- this is where bash is a necessity.
Of course if there was a way to hook the shells into one instance, I wouldn't feel so guilty about having so many open for so little purpose.
Also, I still don't know how to use a single terminal multiplexer, so obviously I will look into screen or tmux.
Any recommendations or insight would be greatly appreciated.
EDIT: I now know that it isn't possible to have a shell daemon, and I realize that my concern over memory usage is considered unfounded. Now I would like to know why no such program is available / why it's impossible. This is for my education.
Last edited by egan (2010-07-05 16:48:01)

karol wrote:
@ egan
You can background apps: bg, fg, jobs etc.
> where the stdout goes
It goes where you tell it to go, you can always redirect.
Yes I know job control and such, I don't really see how that is related.
I know where stdout goes and how to redirect it --- I just wondered if that was a possible consideration as to WHY it is necessary for multiple, complete shell instances.
Why is it not possible to have one shell managing things with clients (in different terminals) hooked into it to give it commands?
Another consideration I realize is that blocking processes (not backgrounded or immediately returning) would preclude the clients from communicating with out the shell forking?

Similar Messages

  • Why are multiple audio tracks causing one of the track levels to increase automatically when the other doesn't have an audio file in it?

    So I'm editing an interview and during subtitle sequences in the interview where there is no audio in the interview audio track, the levels automatically rise in the background music track.  Here's an illustration of my problem...
    http://i58.tinypic.com/2rh3atf.jpg
    I also troubleshooted by clicking the Solo button on the background music track and the music plays at the elevated level the whole way through when it's set to be the only track to play.  So for some reason, the interview audio track (when it's playing sound) is causing the background music track to decrease in level.  I get the same thing on exports.  Why is Premiere messing with my levels automatically?  No phone or chat support so I'm left asking the forums, thanks for the great customer service Adobe.

    Hi Richard,
    Appreciate you taking the time to help out.  There are absolutely no effects whatsoever on the audio or video tracks.
    Ryan

  • Why are multiple copies of outgoing mail saved in drafts folder?

    It looks as if these are being auto-saved every 5 minutes. How do I fix this?

    If it takes you longer than 5 minutes to compose a message, you will get more than one copy saved to Drafts. You can change the time interval in Options > Composition or uncheck "Auto Save every X minutes".

  • Why are multiple slides under one table of contents button?

    I'm using Captivate 8, and notice that when I preview my course, the table of contents buttons directly correspond with each slide but then after that, the remaining slides are lumped under one table of contents button.  How can I fix this?  In other words, when looking at the table of contents, it looks like my course only has 6 slides when in reality there's 30...many of which are lumped under the last button.

    You have to scroll, they are not under one button at all.
    Good practice is to group slides, then you'll see the hierarchy in the TOC and you are able to collapse all groups. That way the TOC will have a clean look, and the user can open a group to see the individual slides.

  • Multiple Database Instances on Single Server and effect of NLS_LANG

    What is the effect of the NLS_LANG registry setting on a Windows server that is to host multiple database instance each created with a different database character set ? The server needs to support data in the following languages : Thai, Chinese Traditional, Chinese Simplified, Vietnamese and Korean. Selecting the Unicode character set(AL32UTF8) is not an option since the application is not Unicode complaint.
    My understanding is that as long as NLS_LANG is set correctly on the client connecting to the particular database instance then the data will be stored correctly - is this correct ?
    What should NLS_LANG be set to on the server if there are multiple oracle instances with different character sets ?

    My question is not in relation to connecting to the database on the server itself but with regards to client connections. What I need to know is what is the effect of the NLS_LANG setting in the registry on a server that has multiple databases each created with a different character set ?
    Say for instance, the server has two databases - one created with the character set ZHS16GBK and the other created with the character set JA16SJIS and NLS_LANG is set to SIMPLIFIED CHINESE_CHINA.ZHS16GBK in the registry on the server. Will Japanese data that is inserted into the database that has character set JA16SJIS be stored correctly when it is inserted from a client with NLS_LANG set to JAPANESE_JAPAN.JA16SJIS even though NLS_LANG is set to SIMPLIFIED CHINESE_CHINA.ZHS16GBK on the server ?

  • Exchange 2007 Management shell issue: "There are multiple objects matching the identity "servername" Please specify a unique value"

    I thought this would be an easy answer to an issue I'm facing, but there's a problem executing the solution.
    I'm running Exchange 2007 in a clustered SCC configuration.  The clustered resource is called "DENBURYMAIL."  I want to give my account full mailbox access rights to all the mailboxes in this resource/database.
    I believe I found the solution to this at
    http://technet.microsoft.com/en-us/library/bb310792%28EXCHG.80%29.aspx (about halfway down the page) the instructions read as follows: 
    ==============================
     Q: I have a third-party messaging application that requires full access to each user's mailbox. With Exchange Server 5.5, we grant a special account the Service Account Admin permissions, and then tell the application to use this account. How
    can I achieve similar functionality in Exchange 2007?
    A: Exchange 2007 security works differently from that of Exchange Server 5.5. In fact, Exchange 2007 does not use a site service account. Instead, all services start as the local computer account.
    If your logon account is the Administrator account, a member of the root Domain Administrators, a member of the Enterprise Administrators groups, or a member of the Exchange Organization Administrators role, you are explicitly denied access to all mailboxes
    that are not your mailbox, even if you have full administrative rights over the Exchange system. All Exchange 2007 administrative tasks can be performed without having to grant an administrator sufficient rights to read other people's mail.
    You can achieve the results that you want in the following ways, but do so only in accordance with your organization's security and privacy policies:
    In the Exchange Management Shell, use the following command to allow access to all mailboxes on a given mailbox store:
    Add-ADPermission -identity "mailbox database" -user "serviceaccount" -ExtendedRights Receive-As
    =============================
    But when I run the command (Add-ADPermission -identity "denburymail" -user "matthew.fazio" -ExtendedRights Receive-As) I get an error telling me that "There are multiple objects matching the identity "DENBURYMAIL."  Please Specify a unique value."
    I'm not sure what's causing this-- why are there "multiple objects?"  Is this a problem due to operating in a clustered environment?
    Any assistance would be appreciated!

    It may not be specific enough for the command to understand you.
    Try this:
    Get-MailboxDatabase -Server <servername> | Add-ADPermission -user "matthew.fazio" -ExtendedRights Receive-As

  • Newbie: why are there multiple process started?

    Hi I have a simple question to ask...
    Q1. Why are there multiple process for webserver instance and http-admserv for a default installed web server? Please refer below:
    $ ps -ef | grep web
    root 931 930 0 Jan 21 ? 0:00 webservd -r /opt/SUNWwbsvr -d /opt/SUNWwbsvr/https-admserv/config -n https-adms
    root 930 1 0 Jan 21 ? 0:00 ./webservd-wdog -r /opt/SUNWwbsvr -d /opt/SUNWwbsvr/https-admserv/config -n htt
    root 948 1 0 Jan 21 ? 0:00 ./webservd-wdog -r /opt/SUNWwbsvr -d /opt/SUNWwbsvr/https-mta01.mydomain.com
    root 932 931 0 Jan 21 ? 0:03 webservd -r /opt/SUNWwbsvr -d /opt/SUNWwbsvr/https-admserv/config -n https-adms
    root 949 948 0 Jan 21 ? 0:00 webservd -r /opt/SUNWwbsvr -d /opt/SUNWwbsvr/https-mta01.mydomain.com/config
    root 950 949 0 Jan 21 ? 42:09 webservd -r /opt/SUNWwbsvr -d /opt/SUNWwbsvr/https-mta01.mydomain.com/config
    jes 6203 5994 0 10:52:36 pts/2 0:00 grep web
    I understand we need 1 watch dog for web server and 1 for admin server but why 2 process for "https-mta01.mydomain.com" and "https-admserv"?
    Q2. This is in relation to Q1. If I need to turn on CA Agent for monitoring, which process should I monitor for web server instance and also for http-admserv?
    Newbie.

    Ans1) That is by design and default behavior. There is one watch-dog process and 2 webservd processes that get started by default. The first webservd is called primordial and the second child webservd is the one that actually serves all the HTTP requests.
    Example:
    # ptree 6898
    6898 ./webservd-wdog -r /space/iws61sp2 ...
    6899 webservd -r /space/iws61sp2 -d ..
    6900 webservd -r /space/iws61sp2 -d ...
    In this example, the pid 6898 is called the watchdog process,
    6899 webservd process is called the primordial process
    and the pid 6900 is called the child webservd process that actually serves all the HTTP requests.
    Ans2) You would monitor the child webservd process.
    Thanks
    Manish

  • Why are some of my calendar appointments synching, some synch multiple times and others not at all?

    why are some of my calendar appointments synching, some synch multiple times and others not at all?

    iTunes: May be unable to transfer videos to iPhone, iPad, or iPod - http://support.apple.com/kb/TS1497

  • Why are my appointments listed multiple times?

    Why are my appointments listed multiple times?

    I noticed this today but I didn't even use outlook.  I made all appointments in EST/EDT.  Currently I'm on a business trip in Poland and all the times changed 6 hours ahead (the time zone in poland)... so now while planning things back home, everything is screwed up because I thought my appointments were 6 hours later then they were...
    This is a HUGE issue.... this will cause major headaches for business travelers and needs to be looked at ASAP.  But I can't even find a way to file a bug report with apple and let them know.  Not impressed one bit with this.

  • Multiple production instances - KScope follow up

    Had this posted on Network 54 and it was recommended that I post here as well.
    During one of the lunch and learn sessions at KScope I texted in a question about multiple instances in production. It seemed there was some confusion to the question so I thought expanding the question with additional details here may provoke some additional conversation on the topic.
    We are currently running a single essbase instance with active - passive clustering in production on 11.1.2.1 (considering 11.1.2.3 for next year). For example purposes lets say we have two business areas sharing the instance each with 50 applications for a total of 100 applications. Things run very smoothly most of the time, but from time to time during peak usages the single threaded nature of the security file can slow things down. My thought was to run two instances of Essbase, one for each business area, one active on server A and one active on server B. They would each have there own failover to the other server.
    Current Set-up
    Server A
    Active
    Instance 1
    100 applications
    Server B
    Passive
    Instance 1
    Proposed Setup
    Server A
    Instance 1 active - 50 applications
    Instance 2 passive
    Server B
    Instance 1 passive
    Instance 2 active - 50 applications
    I have seen that you can setup multiple instances on a server, but have also seen that it is not recomended for production. Are they considering this scenario when they do not recommend it or are there other reasons. I am fine if both instances fail to the same server as we run all applications on one server now and have plenty of memory. Also, we would have separate file systems and a separate port for the second instance (our end users do not know the port bases on their log in today so that will not be an issue). Are there any concerns with this approach, has anyone else tried it? We have successfully done this in our development region, but that does not have the usage on it that production has. It also seems a waste to have all the processors and memory sitting on server B not doing anything - we are paying for it why not use it.
    Some additional information that was requested.
    This is in addition to DR and having failover is required based on internal audit/IT standards.
    We have a NAS device and understand that is still a single point of failure and is likely a bottleneck, which is why we archive any modified databases each night along with packaging up rules and calc scripts.
    The servers are UNIX with 48 cores and 256+ Gig of Ram.
    About half or more of the databases require write back.
    Thanks Andy

    We have implemented similar solutions to take advantage of a server that otherwise be redundant for the majority of the time and it does work well, I have not personally done this type of configuration on unix using OPMN but have on windows using failover clusters, I feel OPMN is a bit poor in terms of management and lacks functionality so maybe worth considering Oracle clusterware depending on the flavour of Unix.
    You could also look at look at virtualisation options as an alternative.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Multiple BW Instance question

    Getting lost wading through the plethora of information available, so any direct pointers to information that directly addresses the following would be appreciated, in addition to any direct answers of course!
    Consider a multiple BW instance, with a staging layer, and integration layer, and multiple analytic layers (one large one, and a couple smaller ones that operate at different service levels).
    If we upgrade staging to 3.5, do all the rest have to tag along (staging feeds integration and one other, integration gets data from staging and feeds all the rest).
    If we upgrade to 7.0, or whatever they are going to call it, will every system have to upgrade, or are the BW to BW connections backwardly compatable.
    Major reason for considering this architecture is the ability to have a couple target BW's at higher or lower releases/service pack levels as warranted by the specific applications using them (e.g. SEM wanting SP's faster than the uber BW can test and apply them).   However, if we have to keep all systems in synch, then this is NOT a viable option.
    Mark Marty
    EBIS Architect
    Mckesson

    This is based on some work being done by another member of the Terabyte club, and we have similar sized landscapes.
    The key concerns are, with a single instance of BW, and ~ 10M rows of raw transactions migrating into the system each night (SD - BO, DD, SO's, MM, COPA, it all adds up), it is not clear to us that BW could handle all data rationalization, transformation and dissemination tasks. We have significant legacy transactions and master data that needs to be merged with a good portion of the R/3 data.
    In our current environment, 90% of this is done outside of BW, using Datastage and a Data Provisioning Area.  Even with sending only clean, merged, ready to load to target data, our load windows are increasing, and our backup window is scary.
    This new effort is an attempt to separate key data needs so that certain things that need to be more responsive can be made available earlier.  Additionally, this landscape is going to test out and prove or disprove the ability to do this volume of ETL wholly within a BW environment, rather than leveraging on other marketplace tools and techniques.  Needless to say, this is a hot topic, internally we have a slant towards best in breed, and consultatively everyone wants it all to be the SAP suite of tools.   Hence, we will build it and see.
    Splitting Staging from Integration is not necessary (likely) from a purely technical need, however it has proven useful at another company, and we are going to explore it and determine the efficacy ourselves.

  • Why are fonts very rough in Chrome but fine in the other browsers?

    I just started using BrowserLab about an hour ago (5/5/2011 2030 CST).
    I am not using the Dreamweaver integration, I'm just going to the BrowserLab site and using the facilities.
    The page, on one of my sites, I choose to look at first (http://www.sugarcatsimon.com) looks just about the same in all browsers except for Chrome. In Chrome, with both releases available in BrowserLab - 9.0 and 10.0), the fonts are very rough.
    I used to do some screen printing (posters, T-shirts, etc) and in that industry, this lettering would be said to be badly saw-toothed, that is, the edges of the letters are quite rough like the teeth of a saw.
    The Chrome representations of the page is just about identical whether I'm using Firefox (3.6.16) or IE (8) when using BrowserLab. I have both running and if I switch back and forth between the two apps, very little on the page display changes. The fonts are quite rough.
    Is this something caused by BrowserLab or is it inherent in Chrome and something I will need to take steps to correct?
    I'm wondering if it might not be better to simply install all of the various browsers on one or more of my systems and actually use them to check web pages.
    Oh yes, does anyone know why Opera is not one of the browsers supported by BrowserLab?
    Another question - is there a way to turn off the right click menu for this forum - the one with "Insert Link, Alignment,etc entries? It really is a pain when I go to use Firefox's normal right click menu. It is a pain.
    Bob
    EDIT -- forgot to say that I am looking at the pages in BrowserLab at the default setting of 100%
    Message was edited by: All I tried were in use

    Mark,
    Thanks for the reply.
    I'll see what I can find out about getting the text to look better in
    Chrome. I may have to detect it and do something CSS wise. If I find
    something, I'll let you know and post a message on the forum.
    SIDETRACK - I love it when someone posts a question in a forum "Help,
    how do I......?" No one comes up with a solution and then the original
    person posts "I found a way to do it, thanks anyway" -- AND THEY DON'T
    TAKE THE TIME TO TELL EVERYONE JUST HOW THEY DID IT!!!!!!
    Back to BrowserLab -- I found BrowserLab while searching to see if
    anyone had any warnings about browsers which will not peacefully
    co-habit the same system at the same time. I don't have access to a MAC
    but my wife has a friend who is a MAC junky and I should be able to
    double check things on her system.
    I am still thinking that it might be best, as you say, to install as
    many browsers as possible (on multiple machines if necessary) for testing.
    As to the right click menu, I wasn't clear about what I was talking
    about, sorry. It is when I right click in the "edit box" that the forum
    right click menu gets in my face. I use Firefox and use its spell
    checker and so, most of the time, when I'm in a forum posting something,
    I'm using the context menu to get at the spell checker or to copy or
    paste something.
    This is a bit of a weird coincident, but I came across something last
    night, after I posted the message here, about Firefox and context menus
    (right click menus). I happened upon a site where they were trying to
    override the context menu to prevent "theft" of images. It worked in
    I.E. but not in Firefox. In Firefox I was still seeing the contextual menu.
    Doing some research I found that there is an option in Firefox
    "dom.event.contextmenu.enabled" which, when set to false, is supposed to
    prevent a web site from disabling the context menu (right click menu).
    In my Firefox installation, that setting is set to false. That is why
    the forum right click menu and Firefox's are getting in each other's way.
    I did not look into the forum page in detail but there is obviously some
    Javascript (actually I see "JQuery" being used) to try and disable the
    context menu within the edit box.
    If  I change the "dom.event.contextmenu.enabled" setting to true and
    then right click in an edit box on Adobe, Firefox's contextual menu is
    not displayed.
    In Firefox, go to the address bar and type about:config
    There is a colon ( between about and config.
    A message will be displayed saying that making changes may void the
    warranty - ha, ha - click the "I'll be careful" button.
    In the search box at the top of the displayed page, type in context
    A few entries will be shown with context in their names. One is
    dom.event.contextmenu.enabled. According to the documentation, if the
    value is false, Firefox's contextual menu cannot be disabled. If the
    value is true, the contextual menu can be disabled.
    Whoever coded the attempt at disabling the contextual menu so that only
    the Adobe menu is displayed, is not aware of, or does not have a way to
    get around, the dom.event.contextmenu.enabled setting.
    Go read the thread at
    http://forums.mozillazine.org/viewtopic.php?f=8&t=2191055 for details, I
    post as Olhanzilla. I seem to have found a way to disable the contextual
    menu regardless of the dom.event.contextmenu.enabled setting
    Again, thanks for the reply.

  • Why won't Lenovo refund my money? Why are they ignoring me?

    I ordered recovery media on the 30th of July and I never received them. I am pretty sure they wrote the address wrong. They took long amounts of time to reply to my messages about not recieving the media and I ended up installing Windows 7 myself and then all the necessary software and drivers. I made it clear to them in 2 messages that they were far too late and that I didn't want the recovery media anymore and I wanted a refund instead, but they ignored both messages completely and sent me a message saying that they were going to ship it free of charge. I don't want it. I made this very clear.
    Also, I can't believe the nerve of them saying 'free'. No, I paid €37, and I didn't get what I want and will not get what I want, because I paid for it to be shipped in 3-5 days like the website says, not nearly a month later. Getting it nearly a month later is a completely different service that I never paid for. I have therefore not gotten and cannot get what I paid for so I want a refund. Why are they ignoring my messages? I sent yet another message yesterday and got no reply. That is 3 messages they have ignored now.

    The download is huge, 1.6GB, so it will take a while to download and if it fails, clear your browser’s cache and try again, or try a different browser.
    There is nothing on the page that will prevent you from downloading it multiple times.  If you are getting an error it is likely your internet connection or some internet security software or something else blocking.  Did you watch the download and did it completely successfully or did it just stop?
    On the page with the Try link there is a link for when you’re having problems downloading, which it seems like you are:
    http://helpx.adobe.com/x-productkb/global/troubleshoot-download-problems.html
    There are phone numbers for Adobe but usually it is an exercise in frustration talking to someone in India who has a script they will lead you through, not unlike what it says on the help page, just slower.
    If you want to attach a screenshot you need to use the web version of the forums and copy/paste into the message, or use the camera icon at the top left.

  • Why are static methods called with null references,valid ?

    This is my code :
    package inheritance;
    public class inh6{
         public static void method(){
         System.out.println("Called");
         public static void main(String[] args){
              inh6 t4 = null;
         t4.method();
    O/P :
    CalledHere t4 is a null reference and yet we are able to call a method on it,why is null pointerexception not thrown.Why are we able to call static methods using null references ?
    t4 is null means it doesnot refer to any memeory address,hence how is method() called correctly.
    I hope i am clear. :)
    Thank you for your consideration.

    punter wrote:
    jverd wrote:
    Memory addresses have nothing to do with it. I doubt memory addresses are even mentioned once in the JLS.
    By memory address i mean the memory location the reference is pointing to.I know what you mean. But if you think it's relevant, can you show me where in the JLS it says anything about memory locations?
    >
    You can do that because a) t4's type is "reference to inh6" and b) method() is declared static, which means that you don't need an object to call it, just the class. That class comes from the compile time type of t4. The fact that t4 is null at runtime is irrelevant.
    So at compile time the type of t4 is inh6 and hence the method is called.Is it ? Had method() not been static a NullPointerException would have been thrown.Correct.
    With non-static, non-private, non-final methods, which implementation of the method gets called is determined at runtime, buy the class of the object on which it's being called. If any one of those "non"s goes away, then the method is entirely determined at compile time, and in the case of static methods, there's no instance necessary to call the method in the first place.

  • Single SOA Suite Install with multiple oc4j instances and java processes

    We right now have 5 BPEL processes and 5 ESB processes all running under one java.exe process. We would like to seperate some of
    them out into their own java.exe processes without having to install more
    %ORACLE_HOME% instances of SOA Suite. I can create an oc4j instance but of
    course it doesn't have any SOA Suite stuff deployed to it. I tried to see what
    the install would do with this new oc4j instance but it wants to create a new
    %ORACLE_HOME% with an entire installation of SOA Suite.
    Is there some sort of way to clone oc4j instances that have SOA Suite deployed to them so that you
    don't need multiple %ORACLE_HOME% instances?
    ### How is this Issue Impacting Your Business ###
    We really don't want to have a lot of %ORACLE_HOME% instances to have to maintain. We are
    migrating projects over from our current integration server product and we'll
    have potentially dozens more BPEL and ESB projects. We definitely want to
    group and isolate projects so that outages of one project do not bring down
    others that are unrelated.
    We are currently experiencing periodic problems with one BPEL project that requires recycling but all the other BPEL and ESB
    projects get recycled also. If we could put this project into it's own java
    process without creating another SOA SUITE instance, it would be a big
    help.
    ANSWER
    =======
    You can create multiple domains in BPEL or create multiple systems/groups in ESB to group different projects.
    MY REPLY:
    =========
    We have been using systems/groups in ESB but they all run under the save java.exe process. I would assume that having a seperate domain in BPEL would also run in that same java.exe process.
    Right now, the one BPEL project we have a problem with will gobble up all the JDBC connections from time to time and that requires a recycle of SOA Suite, which means all BPEL and ESB projects that run in that java.exe process get recycled also. We're working that issue in a different ticket.
    It would be nice if the SOA Suite installation would install against a new oc4j instance and not assume it has to create a complete %ORACLE_HOME% instance. The components of SOA Suite seem to be J2EE based components.
    Scenario: I already have an oc4j instance called oc4j_soa and a complete %ORACLE_HOME% installation of soa suite. I then create a new oc4j instance from Enterprise Manager. Then I would deploy the esb-dt, esb-rt, orabpel, etc. components of SOA Suite to that new oc4j instance and modify the necessary config file so that it can work with OHS and the SOA Suite Databases. Is this possible?
    Does anyone have any experience with this or do people typically install multiple complete installation of SOA Suite with mulitple Oracle Homes?

    Hi,
    yes, on metalink you get in touch with real experts....
    You have to install serveral application servers to get different ORACLE_HOMEs.
    For each one, you can install a BPEL PM.
    But: For each BPEL PM you need your own database instance, or you have to configure them as a clustered BPEL installation.... (but i do not know if this work with non RAC DBs)

Maybe you are looking for

  • Composer Profiler configuration

    I'm trying to configure Composer to use the profiler in Data Services XI 3.0. I can't get Composer to connect to the Access-server for DS. Tip-offs anyone?

  • Airport not detecting the network but my cellphone detects

    hi... i am using 13 inch macbook pro.....yesterday night my wifi network was working fine,but suddenly the airport has stopped detecting the network......plz suggest me the solution.....thanx a lot... Regards, Sorabh Message was edited by: sorabh aro

  • NSS4000 logon to share

    Hello I have a problem connecting to shares on at NSS4000 with windows 2008 server and windows 7 below is the CIPS log fil. Do anyone have some suggestions? Apr 4 14:33:56 LILLYNAS nmbd[4513]: [2012/04/04 14:33:56, 0] nmbd/nmbd.c:main(711) Apr 4 14:3

  • Out of Warranty Cost

    My laptop runs good, every part works but after owning it for 6 years, it has had its share of being dropped. Do you all offer a flat out of warranty fee that would cover replacing the lower housing or the casing? Thanks, Rong6ft5

  • I'm having problems installing my printer, can anyone help ?

    Hello there, i've installed a Canon MP 560 onto my Macbook, by mistake i installed it onto my wives user page ( I am relatively new to all this ). I need to install it on my user page, as i need for work. Can anyone help me move it ? Thank you.