Setting attributes in jsp is not working

i want to recieve the "stuBean" object in the servlet by setting it in following jsp page.In this jsp page i am retrieving that object sent by a servlet and then again i want to forward it to another servlet through this jsp page. And in the servlet i want to recieve this object is giving me null pointer exception.
CoDe for JSP page
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>JSP Page</title>
    </head>
    <body  >
        <%
            LoginRemote stuBean=(LoginRemote) request.getAttribute("stuBean");
            out.print(stuBean.getPassWord());
            request.setAttribute("stuBean", stuBean);
%>
  <center>  <form  action="passChangeServlet" method="POST">
            <table  border="1">
                <tbody >
                    <tr>
                        <td>Current Password</td>
                        <td><input  type="password" name="currentPass" value="" /></td>
                    </tr>
                    <tr>
                        <td>New Password</td>
                        <td><input type="password" name="newPass" value="" /></td>
                    </tr>
                    <tr>
                        <td>Confirm Password</td>
                        <td><input type="password" name="confPass" value="" /></td>
                    </tr>
                    <tr>
                        <td><input type="reset" value="Reset" name="reset" /></td>
                        <td><input type="submit" value="Submit" name="process" /></td>
                    </tr>
                </tbody>
            </table>
        </form>
        <a href="http://abc">Continue....</a></center>
    </body>
</html>
Code for servlet
LoginRemote stuBean=(LoginRemote)request.getAttribute("stuBean");
        out.print(stuBean.getUserName());

Request attributes last for one "request".
If you want to remember a value across multiple HTTP requests, use Session scope.
Also rather than scriptlet code in a JSP, it would be better to have a <jsp:useBean> and <jsp:setProperty> tag.

Similar Messages

  • Setting transient VO attributes defaut value does not work

    Hi,
    I try to set default values to transient attributes but it dowes not work the value retuened after the executequery() is null.
    Please help.
    Thnaks
    JO

    Transient attributes will be cleared on VO requery
    what is your requirement ?
    Thanks
    Tapash

  • OC4J JSP Debugging not working for all the jsps

    Hi,
    Initially I was not able to debug jsps using Eclipse and OC4J. The jsp debugging started working once I made the below changes:
    1) global-web-application.xml is modified
    Changed the attribute development="true" in orion-web-app
    Added the below init param for the JspServlet
    <init-param>
    <param-name>debug</param-name>
    <param-value>class</param-value>
    </init-param>
    If the jsps are present in a sub directory under the webcontent none of the breakpoints are working. I am still be able to view the jsp pages on the browser.
    Tools: Oracle 10g Application Server Standalone version(10.1.3.5.0), JDK5, Windows XP, Eclipse Indigo
    Project Structure:
    Test (Eclipse Dynamic Web Project)
    -WebContent
    Sample.jsp ( Breakpoints are working)
    -subF (Folder)
    SubSample.jsp (Breakpoints are not working)
    -WEB-INF
    web.xml
    Debugging worked for http://localhost:8888/Test/Sample.jsp
    Debugging not working for http://localhost:8888/Test/subF/SubSample.jsp
    Any help is highly appreciated.
    Regards
    Danny

    This tells there is not enough main memory (not disk space) for the program to run.
    - You can look the dump in ST22, it will have suggestions on increasing the ROLLAREA??, you can forward that to Basis.
    - Most likely you will not have any more memory to assign so the above may not be feasible. Try to rework your query so it works with less data.

  • Response.sendRedirect("abc.jsp") is not  working

    Hello,
    I deployed my web application(jsp with business components) on AS 902.
    Web cache is running on port 80.
    Apache is running on 7778.
    To pass request i use,
    mod_proxy.c in http.conf. and
    <virtual host> for my application, to get required url.
    It is running fine, But response.sendRedirect("abc.jsp") is not working properly. It redirects the request to apache directly and skips web-cache. Also it changes url for the page given in method.
    While the same application was running ok on v 10222a. That version handle this method properly.
    how to remove this error ???
    Plz hurry up. Our product is ready for launching on 9iAS. It is final testing.
    Thnx.

    Tahir,
    What is the exact error message you are hitting.
    Are you able to use web-cache with other examples.
    Can you try testing it the the webcache demos that are part of ojspdemos.ear under /j2ee/home/demo.
    -Prasad

  • My appstore n camera icon has gone..anyone can help me..i already try to go setting and restriction but did not works..

    My appstore n camera icon has gone..anyone can help me..i already try to go setting and restriction but did not works..
    I also cannot update ios..how to solve this problem..?

    Your going to have to perform a restore.

  • Jsp:useBean  not work when I install aplication!!

    Hi
    I developing an application with UIX JSP on Jdeveloper 9.0.2 and i using something like this:
    <jsp:useBean id="cbean" class="oracle.jsp.dbutil.ConnBean" scope="session" />
    <jsp:setProperty name="cbean" property="dataSource" value="jdbc/BiblosConnectionCoreDS" />
    </jsp:useBean>
    <%
    try{
    cbean.connect();
    This code work fine in standalone mode, but when i install this application on 9IAS, with an archive War, the code <jsp:useBean, not work.
    What is missing for? o What is the reason for this situation
    Thanks for some help?

    many thanks for your reply, and I have download new updates driver from your website (http://consumersupport.lenovo.com/en/DriversDownloads/drivers_show_890.html) and Installer it on my Y410 but it still does not work!!!
    the firstly: when I star up with win7, I can see a speaker icon right down near the clock, when I click mouse on it, I can see: Volume Mixer - Speaker with Device(Speaker Hight definition Audio Device, Digital Audio(S/PDIF) ( Hight definition Audio Device) ).
    Look in devicemanger I can see "Sound , video and game controll " has already installer with 'Hight definition Audio Device ' & 'Unimodem Hafl-Duplex Audio Device' below... but I cannot hear the sound when I play music, video, games...etc...
    the second: when laptop wakeup after 'sleep' mode, I can hear sound on speaker! but headphone jack does not work when I plug my headphone jack into it (I cannot hear sound with headphone), however I still hear sound from speaker, in this case!  
    Can you help me or tell me how I can do ?!
    Thanks and Best Regards,
    jupitervn

  • How to fix keyboard clicks and lock sounds when they are on in setting , sounds and still do not work?

    How to fix keyboard clicks and lock sounds when they are on in setting , sounds and still do not work?

    Double-click the Home button and swipe the Task Bar to the right. Check Volume and Mute Settings.
    Message was edited by: Diavonex

  • Alert set through timer job is not working in sharepoint 2010 as expected

    Hi,
    I create the standard sharepoint alerts through timer job.
    in my timer job, i loop through a list and based on the user value in the alert to field i create alert for the users and the condition for the alert are only when new items are created and something changes in the below view.
    all the properties are set fine. Email triggered on new items additions and on specific daily or weekly summary.
    The view filteration is not working at all:(
    But after the timer job ran and set the alert, if i open the alert settings on UI and without changing anything if i click ok , then the view filteration is happening and alerts are working fine.
    What is wrong here? is it a bug or anything am missing?
    Aruna
    try
    SPList Configlist = web.Lists.TryGetList("Configuration");
    foreach (SPListItem oItem in Configlist.Items)
    ProfilePicker = oItem["ProfilePicker"].ToString();
    ProfileViewer = oItem["ProfileViewer"].ToString();
    string MIS = oItem["MIS"].ToString();
    SPList list = web.Lists.TryGetList(ProfileViewer);
    SPList ProfileList = web.Lists[ProfilePicker];
    foreach (SPListItem oItem in ProfileList.Items)
    frequency = oItem["Frequenzy"].ToString();
    created = (DateTime)oItem["Created"];
    string createdDate = created.ToString();
    createdDate = DateTime.Parse(createdDate).ToShortDateString();
    DateTime today = DateTime.Today.Date;
    string dateonly = today.ToString(); ;
    dateonly = DateTime.Parse(dateonly).ToShortDateString();
    SPFieldUserValue fieldValue = null;
    SPFieldUser UserColumn = (SPFieldUser)oItem.Fields.GetField("Alert_x0020_owner");
    fieldValue = UserColumn.GetFieldValue(oItem["Alert_x0020_owner"].ToString()) as SPFieldUserValue;
    if (fieldValue != null)
    alertowner = fieldValue.User;
    alert = alertowner.ToString();
    //if (createdDate == dateonly)
    SPUser user = web.EnsureUser(alert);
    SPAlert newAlert = user.Alerts.Add();
    newAlert.AlertType = SPAlertType.List;
    newAlert.List = list;
    newAlert.DeliveryChannels = SPAlertDeliveryChannels.Email;
    newAlert.EventType = SPEventType.Add;
    if (frequency == "Daily")
    createDailyAlert(newAlert, list, user);
    else
    createWeeklyAlert(newAlert, list, user);
    catch (Exception ex)
    // Danfoss.Sharepoint.Logger.DanfossLogger.LogToOperations(ex, "Exception occurred in setting the profile alert", 0, EventSeverity.Error, DanfossExceptionCategory.General);
    private static void createDailyAlert(SPAlert newAlert, SPList list, SPUser user)
    newAlert.Title = "My Daily Profile viewer Alert";
    newAlert.AlertFrequency = SPAlertFrequency.Daily;
    newAlert.AlertTemplate = list.AlertTemplate;
    newAlert.AlertTime = new DateTime(DateTime.Today.Year, DateTime.Today.Month, DateTime.Today.Day, 10, 0, 0);
    newAlert.AlertTime = newAlert.AlertTime.AddDays(0);
    SPAlert existingAlert = null;
    newAlert.Properties.Add("filterindex", "4");
    newAlert.Properties.Add("viewid", list.Views["Daily Alert"].ID.ToString("D"));
    newAlert.Properties.Add("filterpath", string.Format("{0}/", list.Views["Daily Alert"].ServerRelativeUrl.TrimStart('/')));
    foreach (SPAlert alerts in user.Alerts)
    string al = alerts.AlertFrequency.ToString();
    // Filter down the alert to the list you wish to report on.
    if (al == "Daily")
    // Found your existing your custom alert. Don't create one.
    existingAlert = alerts;
    if (existingAlert == null)
    newAlert.Update(false);
    private static void createWeeklyAlert(SPAlert newAlert, SPList list, SPUser user)
    newAlert.Title = "My weekly profile viewer Alert";
    newAlert.AlertFrequency = SPAlertFrequency.Weekly;
    newAlert.AlertTemplate = list.AlertTemplate;
    newAlert.AlertTime = new DateTime(DateTime.Today.Year, DateTime.Today.Month, DateTime.Today.Day, 10, 0, 0);
    newAlert.AlertTime = newAlert.AlertTime.AddDays(0);
    SPAlert existingAlert = null;
    newAlert.Properties.Add("filterindex", "4");
    newAlert.Properties.Add("viewid", list.Views["Weekly Alert"].ID.ToString("D"));
    newAlert.Properties.Add("filterpath", string.Format("{0}/", list.Views["Weekly Alert"].ServerRelativeUrl.TrimStart('/')));
    foreach (SPAlert alerts in user.Alerts)
    string al = alerts.AlertFrequency.ToString();
    // Filter down the alert to the list you wish to report on.
    if (al == "Weekly")
    // Found your existing your custom alert. Don't create one.
    existingAlert = alerts;
    if (existingAlert == null)
    newAlert.Update(false);
    This is my code. alerts are not sending based on the view:(

    Hi sathyaav,
    I followed the example and made a test in my environment, it works like a charm.
    I suggest you check if you have inputed the valid site URL when you create the project solution.
    If you deployed succeed in the Central Administrator Site using Visual Studio, then the job named "Simple Job Definition" will appear in the job definition list.
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • JSP-Editor not working properly

    Hi everybody,
    I am working with ISA5.0 and NWDI. I have checked out the Web-Module Project crm/isa/web/b2b.
    Now I would like to modify JSP-Files. Unfortonately the JSP-Editor is not working properly.
    The JSP-Editor cannot resolve references to Tag-Libraries like
    <%@ taglib uri="/isa" prefix="isa" %>
    Furthermore I get Errors with JSP-Includes
    <%@ include file="checksession.inc" %>
    The JSP-Editor does not show any other compile errors until the above mentioned errors are resolved.
    So the JSP-Editor does not help with compile errors.
    I have tried to use Lomboz instead, but due to the modularization in ISA5.0 and NWDI (ie the Taglibraries are defined in a separate module) I did not get it to work either.
    Does anybody have experience on how to get the JSP editor to work properly?
    Thanks for your help,
    Andreas

    Highlite the clip in the timeline, control click on it and choose "send to soundtrack as an audio file project" in the pop up menu. Don't do an "open with editor". This should work.
    If it doesn't and it's just the one clip, you could launch Soundtrack and then open that clip as an audio project . . . don't do a open with editor, just open it directly. Make your adjustment and save over writing the file with the new audio. You may want to copy the clip first as a backup. When you open your FCP project, you'll have to re-link the clip. Once you do it will show up with the new sound.

  • Bean in JSP is NOT WORKING. Please help

    Hi,
              Anyone who got java-beans working with WL JSP? I could not get even the
              hello bean to work. I am getting a error message saying somthing like
              "foo.bar.HelloBean.class is not a bean" .
              Is there any perticular reason for the abuse of not including java bean
              example in JSP examples?
              I will greatly appreciate any help in this direction.
              Thank you in advance
              -Harit
              

    If I had to guess based on the error message I would say you have incorrectly
              defined the class file.
              Remove the .class from the definition within the JSP.
              For instance,
              <jsp:useBean
              id="myHelloBean"
              scope="session"
              class="foo.bar.HelloBean">
              </jsp:useBean>
              Not class="foo.bar.HelloBean.class"
              Hope this helps.
              Harit Nanavati wrote:
              > Hi,
              > Anyone who got java-beans working with WL JSP? I could not get even the
              > hello bean to work. I am getting a error message saying somthing like
              > "foo.bar.HelloBean.class is not a bean" .
              > Is there any perticular reason for the abuse of not including java bean
              > example in JSP examples?
              > I will greatly appreciate any help in this direction.
              > Thank you in advance
              > -Harit
              

  • The setting date and time is not working

    Bought an apple TV, installed it as per instruction, connected to my internet but the seting date  and time is not occuring and the activation cannot occur either.  Spent 1 hr on the phone with Apple support staff - they told me it may be a router blockage and to contact my internet provider.  contacted internet provider , they tell me everything is working from their end so must be the apple TV device.  I was told this was easy techonology and that I would not have issues - I have spent 3 hrs on this and truly frustrated as its not working .  any suggestions would help!

    That would be a network issue as you were initially advised. When the date and time can not be set it means it is having trouble connecting to the network.
    Make sure router is up to date, reboot router and ATV. Make sure location is set correctly via ATV and also DNS (settings - general - network - configure DNS - automatic)
    Make sure your router allows access over port 123.
    Failing that try a restore on the unit

  • SP2010 Designer workflow "Set Content Approval Status" does not work

    Hello
    I'm having a problem with a workflow for one of my clients.It is a SharePoint 2010 environment and I can only use SharePoint 2010 designer (no visual studio).
    We have an approval workflow in place, which works great. After the document approval workflow has does its thing, a new workflow can be launged by specific users (they have writing rights and can approve content). The workflow is used to set the release
    date of the document. This can only be determined after content approval.
    However, when the release date is set, the document approval status is changed to concept. This is of course to be expected, as we changed to document metadata. That is why I wanted to add the action "Set content approval" to this workflow. I cannot
    seem to get this action to work. Right now the workflow does the following:
    check out the document (check out is obligatory in our library)
    set the release date field to the released date parameter (defined when starting the workflow)
    check in the document
    set content approval to approved.
    The release date gets set to the parameter value, but the document is not checked in and the content approval status is not set. SharePoint produces the following error message (translated from Dutch): "An error occured. Cannot edit the item, possibly
    because one or more columns require another type of content. Unknown error."
    Guided by other posts online I gathered that this might be because the actions checkin and set content approval occur to close together. I tried letting the workflow pause for the duration of 1 minute after checking in, but this pauses the workflow indefinitely.
    I then tried 5 minutes (as this is the time standard set by SP2010 designer) but this also resulted in indefinite pausing.
    Posts online lead me to believe that I'm not the only suffering from this problem, but as of yet, I haven't been able to find a solution that works for me. Hopefully someone can help me.

    Hi,
    According to your post, my understanding is that the "Set Content Approval Status" didn’t work in SharePoint 2010 Designer workflow.
    I try to reproduce the issue and the result is the same as yours.
    If I only check out and check in the item, the workflow works well.
    However, once I set Content Approval Status after checking in the item, the workflow get error.
    As a workaround, I recommend to use two workflow to achieve what you want.
    First, create the first workflow, and allow the workflow to be manually started.
    Then, create the second workflow, and
    start the workflow automatically when an item is changed.
    When you start the first workflow, the document will be set value of the release date. And then the second workflow will be started automatically to set the content approval status.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • "Client" property set to "No", application deployment not working (issue with registering to MP?)

    Dear all,
    We're running an SCCM 2012 SP1 environment. All users have a thin client and are running virtual desktop in our VDI environment. Thin clients are deployed via an SCCM task sequence.
    Since a few months, software deployment (i.e. updated system drivers or application plug-ins) is not working to those thin clients. Upon investigating, I discovered the "Client" property for almost all thin client computer objects
    in the SCCM console is set to"No". For the computer objects of the virtual desktops, this property is set to "Yes", which I think should be the case for all clients managed by the SCCM environment.
    Also, I've discovered the ClientIDManagerStartup.log log file is showing the following errors for the thin clients:
    <![LOG[GetRegistrationState failed (0x8009000b)]LOG]!><time="07:00:05.474-60" date="01-13-2014" component="ClientIDManagerStartup" context="" type="3" thread="3580" file="ccmid.cpp:1698">
    <![LOG[RegTask: Failed to get registration state. Error: 0x8009000b]LOG]!><time="07:00:05.474-60" date="01-13-2014" component="ClientIDManagerStartup" context="" type="3" thread="3580"
    file="regtask.cpp:671">
    <![LOG[GetRegistrationState failed (0x8009000b)]LOG]!><time="07:01:59.496-60" date="01-13-2014" component="ClientIDManagerStartup" context="" type="3" thread="3580" file="ccmid.cpp:1698">
    These errors seem to be occuring every few minutes to every few seconds for all of the thin clients where the "Client" property is set to "No". I found out reinstalling the SCCM client or removing the
    smscfg.ini file solves the issue, but only temporarily as the problem returns the next day or after a few days.
    How can I solve this issue?

    Please find below the contents of MP_RegistrationManager.log:
    <![LOG[Begin validation of Certificate [Thumbprint 63C916F0DBECE76F4C2FE91D7A55BB0FA5516EAB] issued to 'SMS']LOG]!><time="11:08:45.220-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 63C916F0DBECE76F4C2FE91D7A55BB0FA5516EAB] issued to 'SMS']LOG]!><time="11:08:45.220-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:08:45.228-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:BC15F99B-19F8-4D39-B458-46068590C10E']LOG]!><time="11:09:12.345-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 650282D3C1ECA8F2D6D24C722FC9CEE007AD0905] issued to 'SMS']LOG]!><time="11:09:12.345-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 650282D3C1ECA8F2D6D24C722FC9CEE007AD0905] issued to 'SMS']LOG]!><time="11:09:12.345-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\8WCWQQ1K.RDR] for Client [GUID:A7CBD203-9B88-460D-B242-D6D997F6302D] with Subject [S-1-5-21-801348563-1299709240-1668161906-38417] Certificate Thumbprint
    [650282D3C1ECA8F2D6D24C722FC9CEE007AD0905]]LOG]!><time="11:09:12.348-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:12.354-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:28.146-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:09:42.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 634727411E7D294494B7821920DB04D347D3C3CE] issued to 'SMS']LOG]!><time="11:09:42.148-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 634727411E7D294494B7821920DB04D347D3C3CE] issued to 'SMS']LOG]!><time="11:09:42.148-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\LAJ8CYXP.RDR] for Client [GUID:BB6AFA46-5E5E-41BE-B4BF-86D5B2189D8A] with Subject [S-1-5-21-801348563-1299709240-1668161906-20344] Certificate Thumbprint
    [634727411E7D294494B7821920DB04D347D3C3CE]]LOG]!><time="11:09:42.153-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:42.161-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:09:48.830-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 718B054FFDA9A85D21F08BA42F914C37717A2B2E] issued to 'SMS']LOG]!><time="11:09:48.830-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 718B054FFDA9A85D21F08BA42F914C37717A2B2E] issued to 'SMS']LOG]!><time="11:09:48.830-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\C9T2FCWD.RDR] for Client [GUID:1991B86A-52BC-41E3-877D-53433D87244A] with Subject [S-1-5-21-801348563-1299709240-1668161906-20380] Certificate Thumbprint
    [718B054FFDA9A85D21F08BA42F914C37717A2B2E]]LOG]!><time="11:09:48.835-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:48.841-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:5DDF2785-ECE6-4A5A-B37E-4086FE8717F6']LOG]!><time="11:10:05.723-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 12C496D0BCEDEDBD0D77E9F2565F9BED6C659A55] issued to 'SMS']LOG]!><time="11:10:05.723-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 12C496D0BCEDEDBD0D77E9F2565F9BED6C659A55] issued to 'SMS']LOG]!><time="11:10:05.723-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:05.746-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:12.443-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2628" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:42.241-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:10:46.674-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint DB2B68C3C82E2AC8BD1BB35748C0970D50597EA2] issued to 'SMS']LOG]!><time="11:10:46.674-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint DB2B68C3C82E2AC8BD1BB35748C0970D50597EA2] issued to 'SMS']LOG]!><time="11:10:46.674-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\5XAF8VKW.RDR] for Client [GUID:0C725326-4D79-4CE1-9566-182B825EACB3] with Subject [S-1-5-21-801348563-1299709240-1668161906-20567] Certificate Thumbprint
    [DB2B68C3C82E2AC8BD1BB35748C0970D50597EA2]]LOG]!><time="11:10:46.691-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:46.697-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:48.940-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:11:46.814-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2788" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3']LOG]!><time="11:13:02.659-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 2D7E64BE2E3FF29AD8C728273A9FF65DC3069B78] issued to 'SMS']LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 2D7E64BE2E3FF29AD8C728273A9FF65DC3069B78] issued to 'SMS']LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1386">
    <![LOG[Registration hint is expired.]LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="3" thread="4872" file="clientauthutil.cpp:1469">
    <![LOG[CCMValidateAuthHeaders failed (0x87d0029b) to validate headers for client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3'.]LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="2" thread="4872"
    file="clientauthutil.cpp:1737">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\56T3Y401.RDR] for Client [GUID:C5B92DC2-4137-42FF-9A55-BB8BF621BAA4] with Subject [S-1-5-21-801348563-1299709240-1668161906-43409] Certificate Thumbprint
    [2D7E64BE2E3FF29AD8C728273A9FF65DC3069B78]]LOG]!><time="11:13:02.664-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:13:02.670-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:14:02.760-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:BC15F99B-19F8-4D39-B458-46068590C10E']LOG]!><time="11:14:48.687-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint FACEC9006B16F9F57DE5768C2EF63DAB2B82F9BE] issued to 'SMS']LOG]!><time="11:14:48.687-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint FACEC9006B16F9F57DE5768C2EF63DAB2B82F9BE] issued to 'SMS']LOG]!><time="11:14:48.687-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\DRDFK61W.RDR] for Client [GUID:299E64E8-89CE-4459-A78A-F2C2FF1C66C3] with Subject [S-1-5-21-801348563-1299709240-1668161906-37538] Certificate Thumbprint
    [FACEC9006B16F9F57DE5768C2EF63DAB2B82F9BE]]LOG]!><time="11:14:48.691-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:14:48.698-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:66aa100c-c734-4440-bcb4-20d2c132695b']LOG]!><time="11:15:45.540-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 1D68A0F60729B24B3AF9137B7AAAA347A9059C0B] issued to 'SMS']LOG]!><time="11:15:45.540-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 1D68A0F60729B24B3AF9137B7AAAA347A9059C0B] issued to 'SMS']LOG]!><time="11:15:45.540-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\H47ZK1ER.RDR] for Client [GUID:F2E5AFA2-75A3-43F6-80C4-56DE4F3423AB] with Subject [S-1-5-21-801348563-1299709240-1668161906-43800] Certificate Thumbprint
    [1D68A0F60729B24B3AF9137B7AAAA347A9059C0B]]LOG]!><time="11:15:45.582-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:15:45.588-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:15:48.785-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:A2FE5D5A-6D3D-4DCB-BA20-6C2C39F48C54']LOG]!><time="11:16:16.009-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint E4A20FA3C40145946659BCAB064CDAFC3BC34AB5] issued to 'SMS']LOG]!><time="11:16:16.009-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint E4A20FA3C40145946659BCAB064CDAFC3BC34AB5] issued to 'SMS']LOG]!><time="11:16:16.009-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:16:16.018-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3']LOG]!><time="11:16:25.092-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint BBF0C5711F78970734A5DD48EBEE43A7D0B4D05C] issued to 'SMS']LOG]!><time="11:16:25.092-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint BBF0C5711F78970734A5DD48EBEE43A7D0B4D05C] issued to 'SMS']LOG]!><time="11:16:25.092-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[Registration hint is expired.]LOG]!><time="11:16:25.093-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="3" thread="6056" file="clientauthutil.cpp:1469">
    <![LOG[CCMValidateAuthHeaders failed (0x87d0029b) to validate headers for client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3'.]LOG]!><time="11:16:25.093-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="2" thread="6056"
    file="clientauthutil.cpp:1737">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\6Y53IBO8.RDR] for Client [GUID:DC08C59C-319D-44E3-AEEB-F4C03152D30C] with Subject [S-1-5-21-801348563-1299709240-1668161906-41805] Certificate Thumbprint
    [BBF0C5711F78970734A5DD48EBEE43A7D0B4D05C]]LOG]!><time="11:16:25.109-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:16:25.115-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:16:45.684-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:17:24.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 38EDA53BD43A92BADB20E4FDD460003C569ABA53] issued to 'SMS']LOG]!><time="11:17:24.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 38EDA53BD43A92BADB20E4FDD460003C569ABA53] issued to 'SMS']LOG]!><time="11:17:24.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\35ZRBN2N.RDR] for Client [GUID:758F5DD3-DB3F-4E67-A556-6CB8F734A52F] with Subject [S-1-5-21-801348563-1299709240-1668161906-22416] Certificate Thumbprint
    [38EDA53BD43A92BADB20E4FDD460003C569ABA53]]LOG]!><time="11:17:24.151-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:17:24.156-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:17:25.213-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:F7CCBC82-9C32-46D2-85B9-E47BA3780A41']LOG]!><time="11:17:47.261-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint EDDB53135B3AA324D4C21473B035793CB364073B] issued to 'SMS']LOG]!><time="11:17:47.261-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint EDDB53135B3AA324D4C21473B035793CB364073B] issued to 'SMS']LOG]!><time="11:17:47.261-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\SNDGLNMW.RDR] for Client [GUID:7D4F2D5B-852B-4DC2-AE23-01B57536AF3D] with Subject [S-1-5-21-801348563-1299709240-1668161906-22361] Certificate Thumbprint
    [EDDB53135B3AA324D4C21473B035793CB364073B]]LOG]!><time="11:17:47.265-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:17:47.271-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:18:24.246-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:28E0DA10-F700-4B7C-B3EA-440CE3DAC7EE']LOG]!><time="11:18:41.624-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 394267FD19EC665DEF01D6278D27254033E754F5] issued to 'SMS']LOG]!><time="11:18:41.625-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 394267FD19EC665DEF01D6278D27254033E754F5] issued to 'SMS']LOG]!><time="11:18:41.625-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\PLZNU5C9.RDR] for Client [GUID:1843486B-C937-49FB-97C9-66DEBEC505D0] with Subject [S-1-5-21-801348563-1299709240-1668161906-43006] Certificate Thumbprint
    [394267FD19EC665DEF01D6278D27254033E754F5]]LOG]!><time="11:18:41.634-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:18:41.642-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:18:47.524-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:0AAF6209-9393-4ACB-A87C-7ED7F8623A82']LOG]!><time="11:19:12.870-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 398E6772F4E4C982F16F5FFFE9144A29F95AB31C] issued to 'SMS']LOG]!><time="11:19:12.870-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 398E6772F4E4C982F16F5FFFE9144A29F95AB31C] issued to 'SMS']LOG]!><time="11:19:12.870-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:19:12.879-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:19:41.710-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:20:13.172-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:66aa100c-c734-4440-bcb4-20d2c132695b']LOG]!><time="11:20:18.516-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 52B2D395F34ECFA630B52BB42B920EC124117663] issued to 'SMS']LOG]!><time="11:20:18.517-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 52B2D395F34ECFA630B52BB42B920EC124117663] issued to 'SMS']LOG]!><time="11:20:18.517-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\E5ZGSSB8.RDR] for Client [GUID:F1A365E4-5B11-4880-881D-38F939AE387B] with Subject [S-1-5-21-801348563-1299709240-1668161906-43788] Certificate Thumbprint
    [52B2D395F34ECFA630B52BB42B920EC124117663]]LOG]!><time="11:20:18.521-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:20:18.526-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:21:18.628-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">

  • [SOLVED] set columns in vim does not work

    I would like to set the window size of my vim to 95 when working with markdown files, so put
    set columns=95
    into an autosourced file when opening Markdown files. Unfortunately this has no effect and when I look at
    set columns?
    the window size is still 179 characters long.
    When I try to do
    set columns=95
    with vim already open, vim very shortly resizes the text/window, but after a second return to the original size which is 179 character (screen width)
    I tried ot figure out if it is a problem of my .vimrc by temporaliy working with a new empty .vimrc but the problem remains the same. I tried it out in another terminal emulator, but the problem remains the same. I tried it out logged in as root user before starting the XServer and here it worked as expected. So my gues is it has to do or with a X setting or with my window manager or with my shell.
    I am using i3, urxvt and zsh in the context where it didn't work and the Arch install default setting in the context where it works. Still I have no clue what causes the problem.
    Last edited by cutuchiqueno (2013-12-05 12:18:36)

    x33a wrote:I believe you'll need to float urxvt in i3 to do that.
    Thanks, I haven't thought of that possibility and it works. Although what I wanted to achieve is not possible with this solution though I found the Vimroom plugin which did the job, so thanks again.

  • Get/Set-NetQosPolicy with GPOs does not work

    Hi,
       I am trying to set the QoS policy in a GPO via P$; I am using the latest patched 2012R2 Windows P$. I have noticed that when you run the command and use the
    switch -PolicyStore GPO:DOMAIN\GPONAME the command does not work. Bug ??
       If you type an incorrect/non-existant GPONAME the command returns an error correctly saying:
    PS C:\> Get-NetQosPolicy -PolicyStore GPO:DOMAIN\GPONAME
    Get-NetQosPolicy : Group policy object not found on domain controller.
       If however you enter an existing GPONAME, the command simply returns without giving any error or output (regardless of
    whether or not the GPO has a policy in it).
       Further, if you try and set/new a policy in a GPO the command returns a very odd error:
    PS C:\> new-netQoSPolicy -Name "TestPolicy" -IPProtocolMatchCondition TCP -DSCPValue 24 -Port 5067 -PolicyStore GPO:DOMAIN\GPONAME
    new-netQoSPolicy : The system cannot find the file specified.
    Any Ideas ? I know I can use the Set-GPPrefRegistryValue or Set-GPRegistryValue; but I was looking for a neater way of doing this.

    >     If however you enter an existing GPONAME, the command simply returns
    > without giving any error or output (regardless of whether or not the GPO
    > has a policy in it).
    Try " | get-member" to see if it returns anything...
    > PS C:\> new-netQoSPolicy -Name "TestPolicy" -IPProtocolMatchCondition TCP -DSCPValue 24 -Port 5067 -PolicyStore GPO:DOMAIN\GPONAME
    > new-netQoSPolicy : The system cannot find the file specified.
    Suppose that's ok - this cmdlet creates a QoS policy, but possibly is
    not able to create the GPO that contains this QoS policy. So use new-gpo
    in advance :)
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

Maybe you are looking for