VI editor and zones

I am having an issue after creating a zone from the Solaris 9 sample container. When editing a file using the vi editor it is showing only two thirds of the screen. Also when editing a file the edits are not saved, very strange.
Thanks.

Hmmm...
From my WinXP desktop I just ssh'd into one of my local sparse zones (SPARC Sol10u6) using PuTTY 0.60 (Configuration: Connection->Data->Terminal Details- Terminal-type string: xterm) and set my TERM=vt100. No problem with vi. Guess that's not it, eh? It certainly sounds like a TERM problem... until you throw the "can't write the file" into the mix.
Are you root in your zone? Can you create a file in your zone in that same directory (touch foo; ls -l foo)?
Does this work in other zones or is this your first zone? What's your zone config look like?

Similar Messages

  • Property editor, Permission editor and security zone

    Could anyone let me know what different between <u>Property editor, Permission editor and security zone</u> when we build the new role in portal and have to go through these three for setting up. Could you compare them with creating new role in R/3 system?
    Thank you so much and sorry to bother you guys.

    Hi,
    Property editor is the editor which shows a list of properties of any pcd object like iView property or page property etc. Using this, u can edit the properties of the pcd object.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9e/7d9713087311d7b84600047582c9f7/frameset.htm
    Permission editor is the editor where u can change the permission level for particular application or portal content objects like read/ write permission, end user permission etc. So using this, u can set permissions for different users to access different pcd objects.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/0fab1b76984ed0944d5c732cfad1b2/frameset.htm
    Security zone mentions the level of portal security like low, high etc.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/25/85de55a94c4b5fa7a2d74e8ed201b0/frameset.htm
    Regards,
    Vijai

  • Help please! imac is completely full, FPC wont let me render! I'm a video editor and have over 70 gb worth of videos on the imac which all need to be kept but now beloved imac is full, only had it for 5 months! need external hard drive every 5 months??

    FPC wont let me render! I'm a video editor and have over 70 gb worth of videos on the imac which all need to be kept for various clients/backup/original versons but now beloved imac is full, only had it for 5 months! Will Ineed external hard drive every 5 months?? This can't be I've already resorted to getting rid of unsed applications such as garage band, iTunes,address book ect. I've trashed everything I could. what next ???
    My video files are massive, converting them to a different format doesn't reduce the size of them it just turns them into mp4 or apple pro res ect
    This iMac is for work only so there's no pictures, no music, no conacts, no messenger, no games, nonothing but videos!!

    Have a look at this: http://grandperspectiv.sourceforge.net/
    It will show you exactly what is taking up all of your space.
    You also may want to consider some kind of external storage just for your video projects.

  • I am using both PSE 13 and Lightroom 5.  When I use Lightroom as an external editor and save the photo, it shows up in PSE13 as an edited file but does not look any different.  Why doesn't it appear edited?

    I am using both PSE 13 and Lightroom 5.  When I use Lightroom as an external editor and save the photo, it shows up in PSE13 as an edited file but does not look any different.  Why doesn't it appear edited?

    People who have Photoshop, but don't have Lightroom, need ACR so that they can use Raw files. Without ACR they could do nothing with those (they may also like having ACR so that they can work on other kinds of image using the same kinds of adjustments and techniques, as are used with Raw files).
    People who have Lightroom, can get access to Raw files regardless whether ACR is present or not. They can use Lightroom on other kinds of image also, using the same methods. LR can pass images directly into Photoshop without passing via ACR (or else does so transparently, which amounts to substantially the same thing).
    ACR does not, strictly speaking, even need to be installed for this external editing to happen. In fact, not even PS needs to be - since a different image editor can be used instead, while still retaining the Adobe Raw conversion etc.
    Lightroom "subcontracts out" specialised external tasks, in this workflow, but is still your "main contractor": the image is otherwise located, viewed, managed, adjusted/presented and output entirely using LR.
    So IMO we can divide image processing into:
    operations that involve pixels and layers and layer masks and adjustment layers etc (of the kind done inside Photoshop)
    operations that involve parametric edits (of the kind done in ACR where you are not using a Lightroom based workflow; otherwise, done inside Lightroom)
    When PS is called in, that's because those tasks are impossible or unsuitable to do in Lightroom. But those tasks can't be done in ACR either - by definition, since LR and ACR have exactly the same image processing "feature set".
    Lightroom is irrelevant to the Bridge + ACR + PS workflow. This workflow requires both your PS and your ACR to be current enough, to support your Raw format etc.
    ACR and Bridge are irrelevant to the LR + (image editor) workflow. It is in this case, only LR which needs to be current enough to support your Raw format etc.
    RP

  • Error when trying to access the RBAC User editor and Message tracking

    Hi,
    I am getting an error when trying to access the RBAC User editor and Message tracking on the Web Mgmt interface. I verified that the admin account trying to access is in the Organization Management group and has the correct Role Assignment Policy applied.
    I searched through this thread below and saw that matching the msExchRoleLink and msExchUserLink attributes fixed the issue. 
    https://social.technet.microsoft.com/Forums/exchange/en-US/fc568cc6-8691-4127-b70b-bcc82f9b1f7f/first-2010-cas-server-no-administrator-rights-emc-permissions-gone?forum=exchange2010
    However I have another environment where this is not the case and works just fine; the msExchUserLink attribute has a value of CN=Organization Management,OU=Microsoft Exchange Security Groups,DC=Domain,DC=Local which is different as per the issue outlined in
    the above thread so I am not convinced that this will work and also don’t want to blindly edit something in adsiedit without being sure.
    I then checked the event logs on the server and saw the below error logged;
    Current user: 'Domain/Server Services Accounts/administrator'
    Request for URL 'https://server.domain.com/ecp/default.aspx?p=AdminDeliveryReports&exsvurl=1' failed with the following error:
    System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Exchange.Management.ControlPanel.UrlNotFoundOrNoAccessException: The page may not be available or you might not have permission to open the
    page. Please contact your administrator for the required credentials. For new credentials to take effect, you have to close this window and log on again.
       at Microsoft.Exchange.Management.ControlPanel._Default.CreateNavTree()
       at Microsoft.Exchange.Management.ControlPanel._Default.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       --- End of inner exception stack trace ---
       at System.Web.UI.Page.HandleError(Exception e)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest()
       at System.Web.UI.Page.ProcessRequest(HttpContext context)
       at ASP.default_aspx.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Microsoft.Exchange.Management.ControlPanel.UrlNotFoundOrNoAccessException: The page may not be available or you might not have permission to open the page. Please contact your administrator for the required credentials. For new credentials to take effect, you
    have to close this window and log on again.
       at Microsoft.Exchange.Management.ControlPanel._Default.CreateNavTree()
       at Microsoft.Exchange.Management.ControlPanel._Default.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    I then had a look at the IIS permissions for ecp and owa. The account did not have permissions so I added them there but still got the same error. I’ve also tried all of the above with a newly-created account but still got the same issue.
    Any ideas as to what the above event log is specifically referring to?

    Hi,
    From your description, I would like to clarify the following thing:
    If you want to search message tracking logs, the account you use should be a member of the role groups below:
    Organization Management role group, Records Management role group, Recipient Management role group.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Is it OK to re-use 1 instance of editors and renderers?

    Hi,
    The simple version of the question, is can I make 1 instance of my custom cell editor and cell renderer classes and safely use it in all my JTable instances?
    For example, I have a DateRenderer class, and instantiate it in a static member, and use it in all Date columns and tables, many of which will be instatiated at one time. If a column needs a non-default format, then I guess I'd create a special instance for it, other wise it would use the default instance.
    It seems to be OK so far, but but my program hasn't received any serious usage yet.
    As to why, I'm thinking this way, I've been messing around with CellEditors and renderers and despite wanting to use default functionality whenver possible, I find that I'm using custom versions for every situation... so if possible, I'd like to keep the number of instances to a minimum.
    Regards
    Iain

    OK, I see what you mean.
    Stop cell editing on focus lost isn't the default behaviour, but I've had to use it anyway (it seems to make sense).
    The reason I asked is that, to get the behaviour that I want, it looks like I'll have to have my custom renderers and editors on every column of every table so I'd like to avoid unneccessary instantiation.
    I'm aiming for a system where:
    - 1 click selects the row (default behaviour),
    - 2 clicks starts editing the cell (also default),
    - but tabbing or pressing enter after editing a cell keeps you in editing mode.
    I don't suppose that many people here have had experience with this, but entering Japanese (and presumably other non ascii type character sets) using MS's IME doesn't work very well with the standard JTable behaviour. If you don't double click, the entered japanese text appears in a little IME window somewhere on the screen (no neccessarily near the editing cell) and just gets lost when you press enter. You have to double click every time, and I can't see the users accepting that.
    I'll be investigating this over tme, and hopefully will be able to get it working smoothly.
    Thanks,
    Iain

  • I imported a video I make in another program and I played it back in the video editor and I like the pan and zoom that was added by the program how do I save a copy with the effect of Premiere elements 12

    I imported a video I make in movie maker program and I played it back in the premiere video editor and I like the pan and zoom that was added by the program how do I save a copy with the effect of Premiere elements 12
    all I did was played it back how do I save that and make a new version of the video beacause when I save a copy the effect look I was trying to save was not there.
    Rodney
    [personal information removed... Mod - https://forums.adobe.com/docs/DOC-3731]
    [This is an open forum, not Adobe support, please do not post personal information]
    [If you are posting using email, please turn your 'sig file' function OFF for posting]

    silkman1
    I would be glad for the opportunity to customize a Premiere Elements 12 answer to your Premiere Elements 12 issue.
    But, I want to make sure that we are together on the details. This is my understanding of what you have written. Please review and let me
    know if I am misinterpreting anything that you have written.
    You have a video created in Windows Movie Maker.
    How did you output the video from Windows Movie Maker...wmv or mp4, what was the frame size and frame rate of that export?
    Next you import that video into Premiere Elements 12 (can we assume that this is on Windows 7, 8, or 8.1 64 bit?)
    From what you wrote, you have applied a pan and zoom effect to your video in Premiere Elements.
    Now you go to export the Premiere Elements 12 Timeline content with your video with the pan and zoom applied.
    But, the pan and zoom effect is not seen in playback of the export.
    Is all of the above correct so far?
    If so....we are going to need some more details from you...
    a. What is the project preset that you or the project are setting to match the properties of the video coming from Movie maker? See Edit Menu/Project Settings/General and the readings for Editing Mode, Timebase, Frame Rate, and Pixel Aspect Ratio even if the fields look grayed out.
    b. Are you applying the pan and zoom effect with the Pan and Zoom Tool, fx Effects Presets, or keyframing the Scale (for Zoom) and
    Position (for Pan) in the Motion Panel expanded?
    c. What are you selecting as your export in Publish+Share/. Please give details...are you using default settings or customizing the export
    setting under the Advanced Button/Video Tab and Audio Tab of the preset selected?
    I am suspecting some sort of mismatch of your project settings or some problems with working with the Pan and Zoom tool. I need
    your answers to help me help you. If I have written anything that you do not understand, please let me know. I will re-write if necessary
    so that we are in sync to resolve the issue.
    Thanks.
    ATR

  • I want to get another 4s and use it not as a phone, but only as a video camera and editor and hook it up only with wifi. i would sync it to itunes so i can pay for apps and upload. would this work, or must it be connected to a phone carrier?

    I want to get another 4s and use it not as a phone, but only as a video camera and editor and hook it up only to wifi. i would sync it to itunes so i can pay for apps and upload. would this work, or must it be connected to a phone carrier?

    Trust me when I say this coming from 20 years of experience.
    Get a powered external drive, format it 1 Partition Option: GUID and OS X Extended Journed as the format in Disk Utility.
    Download and install Carbon Copy Cloner, clone internal drive to external drive.
    Set a schedule to remind you to do it at least once a week, keep it near your charger.
    When you plug your charger in, do plug the clone and power the machine up, set the display to sleep only,
    CCC will do the rest.
    If you want to boot from it, hold the option/alt and select it Startup Manager.
    I've seen many TimeMachine and TimeCapsule nightmares and so far haven't seen a problem from anyone using a bootable clone.
    It's simple, it's easy, it's more reliable and more powerful than what Apple does and it only takes plugging in a extra cable.
    Make as many clones as you want, keep them time seperated, off site etc. etc.
    Cables don't have network issues, clones can be verified in seconds merely by booting from them.
    Clones protect your productivity, your up in seconds on a clone despite even the hard drive dying.
    Software problem? No sweat, boot of the clone and reverse clone your problems away.
    If you want to fuss and muss with half implemented TimeMachine and TimeCapsule network headaches then prepare to suffer.
    I don't like to suffer, I bought a Mac not to suffer, but it appears you do with TimeMachine and TimeCapsule.
    Most commonly used backup methods

  • Theme editor and especific wd theme problems

    Hi, my problem is this.
    Hi have one WD application that has have a different theme from the EP.
    I downloaded the SP13 Theme editor and then uploaded the new theme to the server wd theme folder.
    Using the sap-cssurl parameter when calling the wd applicaction to apply the theme its working with the standars themes (sap_chrome, sap_tradeshow, etc) but when I try to use my custom theme the dropdowncomboboxs are not opening and their values apear separately as a list. Also table footer is displaying without an style at all.
    I read the note 779659 and I already tryed to change the default theme property using my custom theme but result is the same.
    Can anyone give me some help?
    Here's some images so you can have a better idea of the problem.
    Standard theme(I changed it's name to xsap_tradeshow to make some tests)
    http://img530.imageshack.us/my.php?image=example1.jpg
    Custom theme (the table footer arrows disaperead too)
    http://img412.imageshack.us/my.php?image=example2.jpg

    hi
    if you are using EP 7.0 , you may have go to Visual ADMIN , in the configuration adapter , there
    is PropertyStyleSHeet , there is you can find webdynpro property ,
    Re: Trouble with Appplication after modifying WebDynpro Theme
    you can go through this thread ,  if you are using CE 7.1 you have to navigate to NWA
      configuration management , infrastructure , application modules , tp~wdpa ,  search for this
    and then  in the properties you have provide the Custom theme name you have created .

  • Highlighted info in html editor and sending it in an email

    Is there a way to take everything that is highlighted in the html editor and send in an email?
    Either in the body of the default email client or as attachment in apex.mail or email client?
    Thanks.

    Hello,
    Maybe this link can help you: http://javascript.internet.com/page-details/highlighted-text.html
    I've been looking at the FCK Editor (which is what APEX is using) Javascript API's but didn't find a solution that quick, but my guess it's somewhere in there too.
    Nevertheless the above link provides you with something that works as well.
    Hope you like it.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • PSE 8.0 Will Not Open (Including Editor and Organizer)

    I have been using PSE 8.0 for three or four years now, and I have never experienced any problems with it. Today, after installed a Wacom Intuos Creative Pen Tablet, my PSE 8.0 would not open-- nor would Editor and Organizer. I tried uninstalling and reinstalling the program, renaming certain files (as read in other answers), creating shortcuts to bypass the Welcome Screen (which also will not appear), among other solutions that I read about for similar problems. Whenever I attempt to open Organizer, a crash report appears, stating that the program has quit unexpectedly--that's all it says. If I try to open PSE 8 or Editor, the circle next to my cursor appears for a moment, but soon it disappears without a single pop-up or explanation as to why the program won't open. Since I cannot access the Welcome Screen, I cannot locate the Preference file to change the name/delete it.  If it matters, I use Windows 7.
    Any and all help is appreciated. I'm going a bit insane without my lovely Photoshop to doodle in. ;n;
    Thank you,
    ~ Mongoose

    EDIT: I found the Preferences within the PSE folder, and I renamed it; afterwards, I tried to open PSE again. It reset the Preferences, yet it is still telling me that PSE has unexpectedly quit. /EDIT
    I went into the PSE folder and attempted the "three finger salute" while clicking on Organizer, but all it brought up were the Organizer Properties.
    Also, within the past hour, PSE has been randomly popping multiple times up to inform me that it unexpectedly quit, yet I have not tried to open it recently. I am not sure if that is important or not.

  • Photo editor and video editor

    Please suggest me a very good video editor and a photo editor (although inbuilt photo editing is there but still if there is any better) for my nokia 808 pureview white and from where i can download these and install in my mobile.
    Thanking you,
    Pbhowmik

    your best bet apart from Google would be searching under photo or video or editor in Nokia Store on your device. As Symbian is now in maintenance mode, developer support and application support appears to be winding down, so what is found or not found, is unfortunately as good as you're going to get mate.

  • Mismatch in linenumbers of ABAP editor and debugger

    Hi all,
    although the ABAP program is shown as active in our editor, we sometimes have a mismatch in line numbers between ABAP editor and debugger.
    E.g.: FORM ITEM_PRINT in report RVADOR01 starts at linenumber 1403 in our ABAP editor. Debugger shows line number 1410 as startline.
    When I try to set a breakpoint in editor at line 1403, the breakpoint is displayed in line 1410 of the editor.
    I cannot navigate forward to FORM ITEM_PRINT and when I select FORM ITEM_PRINT in the objects tree in SE80, cursor jumps to line 118 of source code.
    We use new editor and debugger and have installed SAP ECC 6.0 EHP3.
    Any      suggestions?
    Regards,
    Hubert
    Edited by: Hubert Heitzer on Jul 30, 2009 7:36 AM
    Edited by: Hubert Heitzer on Jul 30, 2009 7:41 AM

    Hi Lakshman,
    thx a lot  for your help, nearly all my Problems are solved.
    Generating a new navigation index cleared problems with forward navigation and objects tree in SE80.
    I applied OSS Note 1279209.
    SAP Note 986915 is for SAP_BASIS 640, we are at 700, so I didnt apply it.
    Mismatch in line numbers between ABAP editor and debugger in some source codes still remains.
    I take report RVADOR01 again as example - like in my startpost:
    In my editor FORM ITEM_PRINT starts in line 1403 of RVADOR01
    When I set a breakpoint in this form, eg.
    CALL FUNCTION 'WRITE_FORM'           "First header
    and my debugger stops at this BP, I see that FORM ITEM_PRINT starts at line 1389 (now!!! unlike before at my startpost, which was 1410).
    Regards,
    Hubert

  • Patchadd and zones??

    I feel dumb asking this question especially since I think its due to my lack of knowledge with zones. I am using Solaris 10 with only a global zone, at least thats what I think? I ran a "zoneadm list" and only listed "global".
    I have downloaded uwc [yes I posted something similar on the JMS forum] patch 118540-42 and have tried to add it with patchadd. I get an error saying " Package SUNWuwc from directory SUNWuwc in patch 118540-42 is not installed on the system" and the patch does not install [I can not see it with showrev -p nor in /var/sadm/patch]. I also tried the "-G" option but no difference.
    Then I tried using Solaris Management Console 2.1 using its patch tool. Action -> add patch and I get an error saying "Some or all of the software packages that patch 118540-42 patches are not installed on the target host.".
    So I decided to look for SUNWuwc with pgkinfo and there is no listing, in fact none of the Java comm suite is found [nor most of the stuff in /opt and /usr/local ]. Yet I know JES is all in /opt and is working fine. I have never created a zone on this system and thought I had installed everything to just a global zone. I have had this system running for over a year and some updates have happened [just not sure what changed].
    So I am wondering is there another way to add patches with Sol 10? another flag or utility? Is there a way to know what zone one is working in? or has installed stuff to. Is there a way at this point to stop using zones altogether?
    Maybe I am missing a Sol 10 patch?
    I had also run into a file /var/sadm/install/gz-only-packages and sure enough all my installed packages were listed here [all the JES stuff and web server etc]. I thought this meant "global zone only" and I only have a global zone??? so why can I not patch??
    Apologies for the confusion [and lack of more details], although I have worked with Solaris for years this new 10 version and zones is a bit confusing for me. Plus the problem might not be zones related at all :^)
    Thanks in Advance
    -James

    try zoneadm list -vc
    this shows all zones on the system, whether they are configured, running or not running.
    Next, try to get the 10-recommended patches from sunsolve.sun.com and add those, but do it in single-user mode.
    /tony

  • EBS 7.4 with ZFS and Zones

    The EBS 7.4 product claims to support ZFS and zones, yet it fails to explain how to recover systems running this type of configuration.
    Has anyone out there been able to recover a server using the EBS software, that is running with ZFS file systems both in the Global zone and sub zones (NB: The servers system file store / /usr /var, is UFS for all zones).
    Edited by: neilnewman on Apr 3, 2008 6:42 AM

    The EBS 7.4 product claims to support ZFS and zones, yet it fails to explain how to recover systems running this type of configuration.
    Has anyone out there been able to recover a server using the EBS software, that is running with ZFS file systems both in the Global zone and sub zones (NB: The servers system file store / /usr /var, is UFS for all zones).
    Edited by: neilnewman on Apr 3, 2008 6:42 AM

Maybe you are looking for

  • How to print the Actual Check on 1st Page if line items are more for F110_p

    Hi, How to print the Actual Check on 1st page if the line items are more in F110_PRENUM_CHCK script. The standard script is printing at the last page of line items. I tried using IF &PAGE& EQ '1 ' /E 545 --> text element ENDIF but it is of no use. Pl

  • B Doc Error(Sent to receiver ( not all have  confirmed)

    Hello Guru's We are facing issue with the B Do error's  the error mssg is (Sent to Receiver(not all have confirmed)),which is in colour yellow *wht do u mean by that .........? *when can we over come this kind of error ...? *wht may cause this issue.

  • Creating a Cube from an XML CLOB

    I'm trying to create a cube by calling dbms_aw_xml.execute, passing a CLOB. The CLOB has been populated by saving a cube XML template to a database table, then selecting it into a temporary CLOB. When I run dbms_aw_xml.execute, I get error messages s

  • Error in reservation..message ag11

    hi,      i ma creating reservation via mb21. i am getting the error. message no. ag11. "date 2558 can not be converted please correct" date is 26.12.2010. which is coverd in our factory calendar !!! regards rahul

  • Any way to bring back the front page Recent Topics thingy?

    I miss it. It was fun just waiting for a good question to answer. (I used another ID back then, I used to be Level 2)