Location custom startup/resume script

I tried to figure it out using the search function but i couldnt get the answer i was looking for. After following the wiki and installing everything i needed to control my fan speed and so on, my fan keeps spinning very fast. I read many threads and the only thing that seemed to be working was forcing my fans with the code below. Now i used the search alot but i couldnt figure out how to add the code so it will run at boot and after resume from suspending. Is there anyone who can tell me how i can fix this?
# echo 0 > /sys/class/thermal/cooling_device3/cur_state
# echo 0 > /sys/class/thermal/cooling_device4/cur_state
# echo 0 > /sys/class/thermal/cooling_device5/cur_state
# echo 0 > /sys/class/thermal/cooling_device6/cur_state
/Edit: Typo.
Last edited by Greenify (2015-01-31 20:23:12)

snakeroot wrote:
Greenify wrote:Eventually i want this to run on boot also, but im still searching how i must get it to work.
The detail you need is in man 5 tmpfiles.d
Try creating a file named fan.conf in /etc/tmpfiles.d
Then edit it to add the following line:
w /sys/class/thermal/cooling_device*/cur_state - - - - "0"
This assumes you are trying to write to every single cooling_devicex file. If not, you'll need to modify the blob in the path.
Obviously, I'm not passing on the wisdom of shutting off any or all of your fans. It's your system: you break it you keep all the pieces.
I followed your advice and read the man pages of the tmpfiles.d and it seems that is exactly what im looking for. I have just tested it out and it works like a charm, thank you. As for forcing the fans to a state, the reason i do this is because no other method seems to work. CPU temperature wont pass 43 degrees when i use this laptop for normal tasks. When they are forced that is.
nstgc wrote:I have to do something like this for bcache at boot. I use tmpfiles.d and it works great.
I agree, it works like a charm!
/Edit:
Greenify wrote:
whoops wrote:Not sure if it's the right place though - I think you might not be supposed to change (/add) anything directly in /usr/lib/systemd and instead maybe copy it to /etc/systemd (?)... but I'm not sure if that applies to scripts like that, or might be confusing it with stuff in /usr/share -.-
You got a good point there, ill look it up this week and post my findings here.
This is what it says in the wiki:
Hooks in /usr/lib/systemd/system-sleep
An example of a custom sleep script:
/usr/lib/systemd/system-sleep/example.sh
#!/bin/sh
case $1/$2 in
pre/*)
echo "Going to $2..."
post/*)
echo "Waking up from $2..."
esac
Last edited by Greenify (2015-02-02 22:29:04)

Similar Messages

  • Custom Measure in Script logic

    Hi,
    We have a custom measure created which is more or less the same as the YTD, but it starts not at the beginning of the year, but instead it starts at a given month.
    The measure creation was ok and we can use it perfectly well in reports and input shedules and the cumulation of data is ok.
    However, if we want to use this measure in a script logic it does not work.
    - Validating the script in the admin console goes fine
    - Executing the script gives the error:
             - Root element is missing
    - validating in UJKT gives the erro:
            - UJK_VALIDATION_EXCEPTION:Invalid Measures value: "T_232"
    The script we try to use is below. If we change the LTD (our custom measure) by YTD it works perfectly fine:
    *XDIM_MEMBERSET BUILDSTATE=NABS
    *XDIM_MEMBERSET BUSAREA=V1
    *XDIM_MEMBERSET CATEGORY=FCSTCUR
    *XDIM_MEMBERSET DATASRC=INPUT
    *XDIM_MEMBERSET ENTITY=201
    *XDIM_MEMBERSET MARKSEGM=NAMS
    *XDIM_MEMBERSET ORIGIN=OBOOK
    *XDIM_MEMBERSET PRODUCT=ELEVATORS
    *XDIM_MEMBERSET PROFCENT=201251
    *XDIM_MEMBERSET RPTCURRENCY=LC
    *XDIM_MEMBERSET SALESORG=SO_201
    *XDIM_MEMBERSET TECHPLATF=NATP
    *XDIM_MEMBERSET TIME=2010.OCT
    *XDIM_MEMBERSET TYPE=T_PLAN0
    *XDIM_MEMBERSET NEBACCOUNT =BAS(T_232)
    *XDIM_MEMBERSET MEASURES=PERIODIC
    [NEBACCOUNT].[#A232]=([MEASURES].[LTD],[NEBACCOUNT].[T_232])
    *COMMIT
    Thanks for any input on this. We want to avoid going via a BADI!
    Kind regards,
    Christophe Posson

    Hi Christophe,
    I'm in a similar position to you and wish to avoid use of a BAdI if we can - despite the MDX parser engine being pretty pathetic at handling YTD or custom measures.
    Did you get a resolution to this? If so, could you please share it with everyone?
    As much information as possible would be apprecaited. Our next move is to contact SAP for confirmation that there is no possibility of using custom measures in Script Logic.
    Many thanks,
    Nick

  • Passing PL/SQL Procedure call to custom explain plan script

    Hi,
    Oracle have sent me a custom explain plan script and have asked me to pass in my problematic code through it. They use the GET command in their script to retrieve the command which is passed in as a parameter e.g:
    @custom_explain_plan <my sql script>
    The script has a section as follows:
    get &&1 -- my script
    0 explain plan set statement_id = 'APG' into plan_table for
    This works for a standard SQL statement e.g. SELECT SYSDATE FROM DUAL but (and Oracle Support know this) my issue is triggered by a call to an e-Business Suite API that updates the database. This is contained within a PL/SQL block and COMMITs a few sample updates. I've not used explain plan before but I suspect it can only be used on SQL statements? I have no access to the DELETEs and INSERTs that the API triggers, so what am I supposed to do?
    Am I missing something or have Oracel Support sold me a pup?
    I thought I'd post here first before going back to them...
    Many thanks,
    Bagpuss

    Sybrand,
    Many thanks for the swift confirmation. I didn't think I was going mad! Already gave them a standard trace so I guess it's up to them now - my experience with Oracle Support in the last few years has been very deflating - they evidently do not read/understand much of the information they are given in an SR. Added to that, we've had patches from them with basic syntax errors! I've consistently received much more informed responses from the various OTN forums, which are much appreciated.
    I may construct the DELETE and INSERT statements dynamically myself using a typical employee record to at least give them something to ponder over...
    Thanks again,
    Bagpuss.

  • Startup/Shutdown script for OBIEE 11g on Linux

    Hi all,
    as a follow-up to [url http://forums.oracle.com/forums/thread.jspa?messageID=4546010]an earlier thread by some fine gentleman, I have improved the original startup/shutdown script for Linux a bit, making sure that all processes are handled correctly. The script has been tested and works fine on CentOS 5.5 with Oracle BI 11.1.1.3.0 in a clustered configuration. Instructions:
    Manual start/stop:
    > service obiee start
    > service obiee stop
    > service obiee status
    Automatic start/stop during boot sequence:
    > chkconfig --add obiee
    > chkconfig obiee on
    Note that in order for the procedure to go through smoothly, you need to provide the admin credentials (username/password, defaulting to weblogic/weblogic) in three different places:
    1. In configuration file <FMW_HOME>/user_projects/domains/<domain name>/servers/AdminServer/security/boot.properties for the administration server;
    2. In script <FMW_HOME>/user_projects/domains/<domain name>/bin/startManagedWebLogic.sh (variables WLS_USER and WLS_PW) for the managed server;
    3. In the startup script itself (variables BIEE_USER and BIEE_PASSWD) for shutting down the managed server.
    Complete logs are available in /var/log/obiee-start (-stop).log files.
    Please comment as necessary,
    Chris
    #!/bin/bash
    # File:    /etc/init.d/obiee
    # Purpose: Start and stop Oracle Business Intelligence 11g components.
    # chkconfig: 2345 99 10
    # description: Manage OBIEE service.
    # These values must be adapted to your environment.
    ORACLE_OWNR=oracle                  # Local Unix user running OBIEE
    ORACLE_FMW=/home/oracle/biee        # Deployment root directory
    BIEE_USER=<username>                # BIEE administrator name
    BIEE_PASSWD=<password>              # BIEE administrator password              
    BIEE_DOMAIN=<domain name>           # Domain name
    BIEE_INSTANCE=instance1             # Instance name
    BIEE_SERVER=bi_server1              # Server name
    BIEE_MANAGER_URL=<hostname>:7001    # Admin server URL (hostname:port)   
    # These should require no change.
    WL_PATH=$ORACLE_FMW/wlserver_10.3/server/bin
    BIEE_PATH=$ORACLE_FMW/user_projects/domains/$BIEE_DOMAIN/bin
    ORACLE_INSTANCE=$ORACLE_FMW/instances/$BIEE_INSTANCE
    export ORACLE_INSTANCE
    START_LOG=/var/log/obiee-start.log
    STOP_LOG=/var/log/obiee-stop.log
    SUBSYS=obiee
    start() {
        echo "********************************************************************************"
        echo "Starting Admin Server on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/startWebLogic.sh" &
        wait_for "Server started in RUNNING mode"
        echo "********************************************************************************"
        echo "Starting Node Manager on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$WL_PATH/startNodeManager.sh" &
        wait_for "socket listener started on port"
        echo "********************************************************************************"
        echo "Starting Managed Server $BIEE_SERVER on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/startManagedWebLogic.sh $BIEE_SERVER http://$BIEE_MANAGER_URL" &
        wait_for "Server started in RUNNING mode"
        echo "********************************************************************************"
        echo "Starting BI components on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$ORACLE_INSTANCE/bin/opmnctl startall"
        echo "********************************************************************************"
        echo "OBIEE start sequence completed on $(date)"
        echo "********************************************************************************"
    stop() {
        echo "********************************************************************************"
        echo "Stopping BI components on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$ORACLE_INSTANCE/bin/opmnctl stopall"
        echo "********************************************************************************"
        echo "Stopping Managed Server $BIEE_SERVER on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/stopManagedWebLogic.sh $BIEE_SERVER t3://$BIEE_MANAGER_URL $BIEE_USER $BIEE_PASSWD"
        echo "********************************************************************************"
        echo "Stopping Node Manager on $(date)"
        echo "********************************************************************************"
        pkill -TERM -u $ORACLE_OWNR -f "weblogic\\.NodeManager"
        echo "********************************************************************************"
        echo "Stopping Admin Server on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/stopWebLogic.sh"
        echo "********************************************************************************"
        echo "OBIEE stop sequence completed on $(date)"
        echo "********************************************************************************"
    wait_for() {
        res=0
        while [[ ! $res -gt 0 ]]
        do
            res=$(tail -5 "$START_LOG" | fgrep -c "$1")
            sleep 5
        done
    case "$1" in
        start)
            echo "********************************************************************************"
            echo "Starting Oracle Business Intelligence on $(date)"
            echo "Logs are sent to $START_LOG"
            echo "********************************************************************************"
            start &> $START_LOG &
            touch /var/lock/subsys/$SUBSYS
        stop)
            echo "********************************************************************************"
            echo "Stopping Oracle Business Intelligence on $(date)"
            echo "Logs are sent to $STOP_LOG"
            echo "********************************************************************************"
            stop &> $STOP_LOG
            rm -f /var/lock/subsys/$SUBSYS
        status)
            echo "********************************************************************************"
            echo "Oracle BIEE components status...."
            echo "********************************************************************************"
            su $ORACLE_OWNR -c "$ORACLE_INSTANCE/bin/opmnctl status"
        restart)
            $0 stop
            $0 start
            echo "Usage: $(basename $0) start|stop|restart|status"
            exit 1
    esac
    exit 0

    You can use WLST to start/stop BI Services and it works on both Linux and Windows.
    Following link has the sample -
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10541/admin_api.htm#CDEFAHDD

  • Automatic startup/shutdown script - 3 Oracle Home

    Hi All,
    We have a server which has 3 Oracle Home - 8i/9i/10g.
    So i am confused about configuring automatic startup/shutdown scripts.
    Can you guys please let me know how to setup automatic startup/shutdown for these multiple Oracle Homes.
    Thanks,
    Kumar.

    Bellow is a HP-UX script that can help. Create three scripts like oracle8, oracle9, oracle10 with correct path values. and than decide the runlevels and create soft links for the scripts you created, for example;
    Under /sbin/rc3.d
    ln -s /sbin/init.d/oracle10 S999oracle10
    Under /sbin/rc1.d and /sbin/rc2.d
    ln -s /sbin/init.d/oracle10 C9oracle10
    AUTOMATIC STARTUP/SHUTDOWN SCRIPT
    $vi /sbin/init.d/oracle10
    #!/sbin/sh
    # NOTE: This script is not configurable! Any changes made to this
    # scipt will be overwritten when you upgrade to the next
    # release of HP-UX.
    # WARNING: Changing this script in any way may lead to a system that
    # is unbootable. Do not modify this script.
    # NOTE:
    # For ORACLE:
    PATH=/usr/sbin:/usr/bin:/sbin
    export PATH
    ORA_HOME="/oracle/app/oracle/product/10.2.0"
    ORA_OWNR="oracle"
    rval=0
    set_return() {
    x=$?
    if [ $x -ne 0 ]; then
    echo "EXIT CODE: $x"
    rval=1
    fi
    case $1 in
    start)
    # Oracle listener and instance startup
    echo -n "Starting Oracle: "
    su - $ORA_OWNR -c "$ORA_HOME/bin/dbstart /oracle/app/oracle/product/10.2.0"
    echo "OK DB started"
    stop)
    # Oracle listener and instance shutdown
    echo -n "Shutdown Oracle: "
    su - $ORA_OWNR -c "$ORA_HOME/bin/dbshut /oracle/app/oracle/product/10.2.0"
    echo "OK DB shutdown"
    reload|restart)
    $0 stop
    $0 start
    echo "usage: $0 {start|stop}"
    esac
    exit $rval

  • Verizon Customer Service - Impersonal, scripted, unhelpful.

    This email correspondence began because this is the 2nd time in 4 years that my service as degraded at my house for some unknown reason and in both cases, Verizon has been unwilling to do anything to help resolve that situation. I had good coverage in both of these locations initially but then something happened on Verizon's end that degraded the service. This is my attempt at getting some kind of resolution.
    I'm not sure of this but in my current location, 4g service seems to be just fine but I have a 3g phone and have no need to upgrade to 4g and I don't want to be forced to have to upgrade two handsets just because the 3g service is degraded. Could this be on purpose? According to Verizon 3g and 4g should be the same.
    By the way, my repeated request for escalation to upper management was ignored.
    In any case, I'm posting this so others can see that VZW is a mail order phone company that has no personal interest in customer communication. Customer service is entirely script driven as you will see by the over use of "I'm delighted to help you" "I'm deeply sorry for...". This is not at all sincere as VZW was delighted to close the call without a resolution and happy for me to take a survey because they are "always looking to provide a better experience for our customers".
    Perhaps other carriers are just as bad, but after 4 years of being treated like the lucky person who gets to use VZW, I'm going to find out first hand by moving to another carrier in July when my contract expires.
    I'm sure some will see this as simply an unreasonable customer demand being handled by skilled customer service reps... until you call with a legitimate complaint. Then you will understand.
    My original message Sent: Sun Feb 12 03:41:19 MST 2012:
    Message Body: Please forward this email to someone in upper management. I have been a customer for 4yrs and have been paying nearly $200/mo for phone coverage and have HAD to upgrade my phones several times in order to try to get better service. Since 2010 I have had very poor phone performance and had to buy a network extender (non 3g) in August of 2010 just to receive phone calls in an area that was supposed to have good coverage. I found out only 2months later a 3g version of the network extender had been released. I was told there was NO 3g network extender when I purchased the one I did. I can't imagine no one at Verizon knew this. Last year, I have moved to another location and finally freed myself of the Network Extender until about 4 months ago when the service began to degrade. I was told by CSR I 'should' have good connectivity. The service has become so poor now that I often see missed calls, and voice mails when the phone never rang. I drug out the old network extender just to be able to receive calls again and I found I can no longer receive MMS texts. After calling CS I found it's because it is not 3g and was advised to upgrade to a 4G phone. My wifes' contract ends in July 2012 and mine has already expired.
    I'm growing weary of this dance with Upgrade-degraded service service loop. My phones are 3G. I am happy with the performance when I can get coverage. I work from home and use my phone often from home. PLEASE, don't make me pay for another network extender. Send me a 3G network extender so I can use my phones. I have been a faithful customer for 4 years and all 3 of my kids are also customers. We want to stay with VZW but am forced to look for alternate Solutions. I have friends that come over to my house and show me their AT&T 3g Iphones with full coverage. It's very tempting to switch.
    PLEASE RESPOND BY EMAIL because of lack of coverage.
    VZW Response On 02/14/12 12:28 - 2 days later:
    (Things to notice: Non-personal, scripted response that completely ignores the clear message that I no longer am willing to upgrade.)
    Good afternoon David,
    My name is Ariel and I am sorry to hear about the issues you have been experiencing with your service. I will be more than happy to assist you with forwarded your email to management today. I have forwarded your email to management. I also recommend contacting our Technical Support team at 800-922-0204 so we can do troubleshooting in your area
    and to make sure the Network Extender will fix this issue. We may be able to fix the service in the area if it worked before.
    I am delighted to inform you that your line ending in -xxxx is eligible to receive promotional pricing on a new wireless device. When participating in our Equipment Upgrade Program, the discounted price is contingent upon you accepting a two year Customer Agreement. To view your promotional pricing and to process your order, please sign
    in to "My Verizon" on www.verizonwireless.com using your Account Owner Number and password. Next, click on the "Upgrade" icon located under "Device" in the "I Want To" section at the bottom of your home page and follow the instructions provided.
    You also have the following options to process your order:
    1. Complete the upgrade process by visiting a local Verizon Wireless store. To obtain a list of stores in your area, please click on the following link, which will direct you to the "Store Locator" page of our website:
    www.verizonwireless.com/storelocator
    2. Call Customer Service at 800-922-0204 or by dialing *611 (Send) airtime free from your wireless device. Regular delivery time is three to five days.
    3. Call me directly at xxx-xxx-xxxx ext xxxx and I can get your new phones sent out with overnight shipping for free!
    Based on your equipment history, I recommend that you upgrade this line to the Motorola DROID 3 for $149.99 (after $50 New Every Two). The retail price of this phone is $459.99, however; due to your loyalty and additional discounts, you will save $260 on this device! The NE2 and Annual Upgrade programs have been retired since the
    beginning of 2011. You will not be eligible for these programs after you upgrade.
    I also wanted to let you know that I performed a quick analysis of your account and I found you have the best calling plan and features for your wireless needs.
    If you would like to perform an analysis of your account, you may go to www.verizonwireless.com and log into the "My Verizon" account attached to the account owner. After you have successfully logged in, you may select "More Actions" link under the "I Want To..." section of the homepage. The "Run Account Analysis" option will be under "Plan."
    David, I appreciate you allowing me to assist you with forwarding your email. Again, I recommend also contacting Technical Support to ensure the Network Extender is the correct path. Feel free to reply to this email if you have any other questions or concerns regarding your account. Thank you for your time and for being a part of the Verizon
    Wireless family since 2008.
    Have a great day!
    Sincerely,
    Ariel
    Verizon Wireless, Customer Service
    Internet Response Team
    My Response Tue Feb 14 13:48:18 MST 2012:
    Ariel,
    I did contact technical support which is why I opened this email correspondence. They did the same thing, recommending I pay more money in hopes of finally getting decent service. If you were me, you would understand why that is not only the wrong path but insulting. How many years of buying new equipment while still receiving consistently poor service would should I endure? It's been 2 years already. Giving another several hundred dollars for another set of device upgrades as I have already been doing? No. I think it's time VZW gave me $150/mo worth of good service first. Look at my usage on both phone and it's clear VZW is benefiting and I'm not. My phones are nothing more then cordless extensions with wifi. Texting is intermittent, MMS only works if I turn off the wifi, stand in the right corner of the room, get the text after many retries and then turn the wifi back on, data is wifi only. We can hardly use our 3G phones at home where we spend the majority of our time since we both work from home. I will be seriously considering an alternate carrier if this continues until July. You have my address, you can check if there is a 3G coverage problem in my area. If there is (or isn't) then VZW can provide the appropriate devices/solution as a customer service. I'm tired of paying to test faulty equipment.
    Very frustrated,
    David Ford
    VZW Response On 02/16/12 16:19 - 2 days later:
    (Things to notice: Different CSR, ignores email about trying to call because I'm not receiving phone calls reliably, wants me to call and "discuss". In other words, as you will see later, WE ARE NOT GOING TO GIVE YOU ANYTHING.)
    Hello David ,
    My name is Clyde. I was sorry to learn of all the issues that you are having with your service. I can definitely assist you with your concern. Please call me at xxx-xxx--xxxx ext. xxxx, and I will be glad to go over your options. I will provide additional information below in this email.
    I attempted to reach you on 02/16/2012, and did leave a message. I was able to see that you form your previous emails, that you are interested in getting a free Network Extender. When you call me, we can discuss your options for the 3G Extender.
    In closing, I was glad to give you my number, so that we can discuss your options for the 3G Network Extender from Verizon Wireless. It was a privilege to serve you! Should you have additional questions, please call me at xxx-xxx-xxxx ext.xxxx, or reply to this email. Thank you for choosing Verizon Wireless!
    Respectfully,
    Clyde
    Verizon Wireless, Customer Service
    Internet Response Team
    My Response Thu Feb 16 19:09:01 MST 2012 :
    Clyde,
    I mentioned in my email to please correspond by email as I often miss calls. I can tell by your super positive response that you are going to offer me discounts against purchasing more equipment. I don't know if this is a Verizon programming thing, but discounts are not savings when you are forced to have to make a purchase. I'm only hope the government doesn't catch on to this. "What, you don't like paying 85% tax? You still save 15%!". Perhaps I can Verizon-speak my dilemma. In July my contract ends and I stop paying Verizon $152.00+ a month for service. Sooo... If you send me a 3G wireless extender and that solves my coverage problems, I'll continue to pay Verizon $152.00+ per month. Over one year that will be more the 7 TIMES THE VALUE OF THE ROUTER!!!! And the "savings" will continue on as long as I'm a happy customer. Isn't that a bargain?
    I'm not meaning to be factious but offering me a discount is like a crappy restaurant offering coupons for a free meal to compensate for the crummy food and poor service.
    Please, if FREE is on the table then I will gladly call you to discuss. Otherwise, hasta Julio (until July). Thanks for at least contacting me,
    David
    VZW Response 02/20/12 09:25 - 4 days later:
    (Things to notice: 4 days later because of "higher then normal call volumes, yet it only took one day, see the end, to send a case closed email. No offer of any compensation or resolution apart from me having to upgrade and pay more money for a faulty service. More impersonal scripted response)
    Hello David,
    My name is Larry and I am sorry to learn about the service issues you have been experiencing. I am happy to address your request to receive a network extender. Please know, we are unable to guarantee service indoors and this is why the Network Extenders are not offered at no cost. We thank you for your understanding.
    We appreciate your business and will be happy to offer further troubleshooting if you call. However, we are unable to offer a free Network Extender and apologize for any inconveniences this may cause.
    The Verizon Wireless Network Extender enhances indoor voice and data coverage in areas with minimum or no in-building coverage, allowing customers to get the most of their plan minutes while indoors.
    This indoor coverage solution operates with existing Verizon Wireless-branded devices and installation is simple - just "plug and play."
    For additional information regarding Verizon Wireless Network Extender visit the following website:
    Network Extender
    Again, my name is Larry and I am sorry we are unable to offer the Network Extender at no cost.
    Because my reply was not prompt, I would like to apologize for the delayed response to your email as we have been receiving a higher than normal rate of email inquiries. We appreciate your business and would like to thank you for helping to make Verizon Wireless the most reliable network in America.
    Did you know, most of your questions can be answered with out calling or emailing? Simply visit www.verizonwireless.com/support any time, day or night!
    Sincerely,
    Larry
    Verizon Wireless
    Internet Response Team
    My Response 02/20/12 15:03:
    Ok, well. It looks like I will be canceling my service in July and moving to a better carrier that cares for it's customers. Please forward this email to management as I asked in the beginning for further review.
    VZW Response 02/21/12 14:26 - 1 day later:
    (Things to notice: Only 1 day response, case closed. No resolution. No concern for losing a customer to due faulty service. Impersonal scripted response.)
    Dear Verizon Wireless Customer,
    Thank you for your recent inquiry on verizonwireless.com. We are always looking to provide a better experience for our customers, so your opinion is important to us. Please take just a moment to give us your thoughts about your experience.
    Just click on the link below to take a quick 3-question survey.
    It is part of our commitment to making your wireless experience the best that it can be.
    Sincerely,
    Verizon Wireless
    >Edited internal VZW phone numbers and extensions<
    Message was edited by: Verizon Administrator

    David, Don't give up. That's what they want by giving you and everyone else who has legitimate complaints the run around.
    Send the FCC a complaint. You will get a response. I did after 5 months of getting the **. Please pass this along to everyone, that the FCC responds. They will log the complaint with Verizon and then you can followup with a confirmation number. It took approx. 30 days to receive a letter from Verizon. A few weeks later my issue was resolved.
    I think it's time to gather enough willing customers to file a class action lawsuit. It is unfortunate that corporations won't take responsibility with customer complaints/issues unless they are threatened with a lawsuit. We need to hold businesses and their employees accountable.  WWW.esupport.fcc.gov/ccmsforms  888-225-5322  email [email protected]

  • GPO Startup/Shutdown scripts not running

    I am running server 2003 SBS with windows 8.1 Pro workstations.
    My workstations run 1 start-up script and 2 shutdown scripts. All are BAT files.
    They were all working fine last week before I ran the update for 8.1.1, now they do not run at the appropriate time on any of those systems. However, if I execute them manually they work as expected.
    I have checked to see if the BAT files are still located in the GPO and they are there. They are stored locally on each machine, I have even tried to delete and re-add them and then run GPUPDATE to no avail. 
    Any help here would be great, as they deal with local encrypted containers and are specific to each workstation.

    Hi Sebastian,
    Thanks for posting.
    Whether the GPO with start-up/shutdown scripts are linked to the OU containing computers?
    FYI -  Logon/Logoff scripts could only be applied to users, whereas Start-up/Shutdown scripts applies to computers.
    Also, checkout the below thread on similar discussion,
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/b193e8a9-9b2a-4993-bd74-836c65c51dc3/gpo-with-a-startup-script-is-not-working
    Regards,
    Gopi
    www.jijitechnologies.com

  • Error when starting opmn with custom startup class

    I'm trying to use jaxb 2.0 classes in my custom oc4j startup class, but when I try to start the container the following error is produced in the logs.
    Exception in thread "OC4J Launcher" java.lang.IllegalAccessError: tried to access class javax.xml.bind.ContextFinder from class javax.xml.bind.JAXBContext
    Can anyone provide some guidance?
    Regards,

    It seems I trying to use jaxb 2.x classes but oas 10.1.3.5 uses jaxb 1.0. Is there anyway to get this to work with jaxb 2.x? The error message I'm receiving now is
    Exception in thread "OC4J Launcher" java.lang.NoSuchMethodError: javax.xml.bind.JAXBContext.newInstance([Ljava/lang/Class;)Ljavax/xml/bind/JAXBContext;
    and if I use the JAXBContext.newInstance("package", this.getClass().getClassLoader());
    I get this:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package mil.usmc.mol.mbeans
    10/02/23 13:03:08 at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:205)
    10/02/23 13:03:08 at javax.xml.bind.ContextFinder.find(ContextFinder.java:149)
    10/02/23 13:03:08 at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:281)
    Brett

  • Set cache location on startup?

    I have a number of various RAIDs that I have attached to my computer, each one having a folder called z_AECache that is used for the cache for whenever said RAID happens to be plugged in. But every time I change disks, AE resets the cache location to the default since it can't find the previous one. Having a permanent dedicated drive is not an option, nor is naming all my RAIDs the same in order for AE to recognize it. What I'd like to do is to write a simple start up script that iterates through the various possible cache locations in order of preference (/volumes/RAID_A/z_AECache, /volumes/RAID_B/z_AECache, etc.) and when it finds one, set the cache to that location, else set it to a default location on my local disk.
    I've dug through the scripting documentation and there doesn't seem to be a cache location attribute or any methods dealing with the cache other than to purge it. Is there some other way I'm missing that's just not listed in the AE documentation because it isn't dealing with classes specific to AE? Maybe some other startup thing that runs a python script in a terminal in the background. Many thanks,
    Robert

    I think you can use it as base.
    var cacheFolder = app.preferences.getPrefAsString("Disk Cache Controls", "Folder 7"); // get your current cache folder
    if(!cacheFolder.exists){
    var foldersArr = [];    // here  goes your possible folders
    for (i=0; i<=foldersArr.length; i++){
            cacheFolder = new Folder(foldersArr[i]);
        if(cacheFolder.exists){
            break;
    app.settings.saveSettings("Disk Cache Controls", "Folder 7", cacheFolder.toString());

  • LabView startup configuration script?

    Hello,
    (Sorry, I initially posted this message in the wrong board.  It should be in this board "LabView")  Is there anyway to write a script or change the options/settings somewhere in LabView so that when LabView starts it references a configuration file somewhere on a server?   
    This question comes about because of another question: Is it possible to create a new VI User Library with the VI repository as a shared folder on a server?  I've found that you can add paths in the "paths" section of the LabView options.  I created a folder and placed a custom made VI within the folder.  I then added this folder path to the list of paths.  When I restart LabView, the VI I created can then be found by going to the block panel palette and selecting "Select VI" from the list.  It then opens up a browser window with a default path to the folder path I just created in the LabView Options > Paths page.  Obviously, within this folder, I can find my VI.  However, I would like my custom VIs to appear in the  “User Libraries” section of the palatte. 
    What I would really like to do is have my team save all their custom VIs to a shared folder on the network and then have these VIs appear in the "User Libraries" section of the block panel palette (instead of having to do to "Select VI").  On top of this, I would like to create, perhaps, a start up script so that when one or multiple of my teammate starts LabView, LabView automatically configures the paths in the Option page so that the custom defined VIs appear in the "User Libraries" (as stated above).  
    Is this possible? If so, can anyone explain how? 
    Thanks!
    Message Edited by PhilipJoeP on 05-04-2009 02:09 PM
    Solved!
    Go to Solution.

    As much as I want you to take user.lib out of SCC I'll give you a tip, just as on Unix environments you can have symbolic links on Windows as well.
    I haven't tried them but I guess Google is your friend.
    To answer your original question you can instruct LabVIEW to read a different INI file on startup. See the LabVIEW wiki.
    You cannot move the user.lib folder, LabVIEW 8.0 had that option and it was one of the bigger mistakes of that release.
    Ton
    Message Edited by TonP on 05-04-2009 10:41 PM
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Creating custom startup file

    Where is the existing default startup file in Illustrator CS5 located? I'm assuming once I find that, I can replace it with a custom file of my own so I can eliminate the preloaded swatches, etc. that get in my way?

    There is no single default startup file; there are several. There are different startup files for different selections when you create a new document. Eash is a standard Illustrator file with different page size, colour mode, and palette items (swatches, symbols, etc.).
    The location of the files depends on your OS. On the Macintosh they are in Users/[your user name]/Library/Application Support/Adobe/Adobe Illustrator CS5/en_US/New Document Profiles/

  • How to locate Malicious or unwanted scripts in a Server 2008 R2 install?

    I am Managing two systems as part of a competition, Windows Server 2008 R2 and a Windows 7 Machine. The competition is the National Collegiate Cyber Defense Competition.
    Part of my issue is i normally am very good at research but it's like i am unable to find this bit of info.
    I need Answers to several issues.
    1. Where can i locate Scripts at in Server 2008 R2?
    2. Assuming scripts aren't in one specific directory... Is there a Freeware Tool i can use that can locate and identify what they do? Such as tot ell em if they are malicious or dangerous.
    3. Is there a way i can block execution of any scripts in the system not created by a valid source?
    Thank you very much for your assistance, regardless if my questions are answered it is nice if i can at least be proactive and actually ask instead of keeping silent. Perhaps future competitors will be helped by this so they don't have to spend months locating
    it.

    1. It is very hard task. Strictly speaking you need baseline and compare every next situation with baseline.
    2. There is a base of nice and useful tools in Sysinternals
    http://technet.microsoft.com/en-us/sysinternals/bb545021.aspx
    3. Basic study material is book written by Mark Russinovich - Windows Internals
    http://technet.microsoft.com/cs-cz/sysinternals/bb963901.aspx
    4. Expert hackers know how to hide script. Unless all files are digitally signed there is a non zero chance to get in (hypothesis).
    These are very special topics that are well behind the scope of this forum ( and my knowledge).
    Regards
    Milos

  • Not able to create a java class included in custom jar from script

    Hi,
    We need to call a third-party web service from within SAP Sourcing and so we have created and deployed a custom JAR. However I am not able to create any of the custom classes included in this object. I have created a simple JAR file having just a "Hello World" message and got our BASIS team to deploy this (they deployed using the steps mentioned in Installation Guide Section 4.2.4 - we are using Sourcing Wave 9). I have added the required import statement in my test script and included this line:
    HelloWorld test = new HelloWorld();
    When this script executes, it gives the error:
    Class:HelloWorld not found in namespace.
    Can you please give your suggestions on how to fix this error?
    Thanks,
    Gayathri

    The issue was fixed after including the custom jar in esourcing90/lib folder and redeploying

  • GE70 Issues on Startup / Resume from Sleep

    Ever since I got my laptop back from it's first RMA to fix the fan which had stopped working, I've been having issues with the hard drive. For some reason the packing slip on the first RMA said they also replaced the HDD, which was working fine I though. What happens is that when it's been off for several hours, when I go to turn on the system the BIOS can't find the HDD to boot from. Putting my ear to where the hard drive is I can hear a faint repeating click.
    Needless to say this was quite alarming, so I called support. They had me open the back on check the connections and try again. I redid the connections and the problem still persisted. Before he gave me a second RMA I tried once more and to my surprise was able to boot into windows! The tech on the phone advised me to call back for an RMA if the problem came back. It came back later that night, after trying to resume Windows from sleep. The same clicking could be heard from the HDD as windows locked up on me. Further reboots had the same issue. I called back and RMA #2 was issued.
    This is where it gets annoying. The tech working on the second RMA called me and said he couldn't recreate the problem, and would be sending that laptop back. Imagine my surprise when after unboxing my laptop and trying to boot it up resulted in the exact same issue I'd sent it in for the second RMA. I've been doing what test I can over the weekend, and so far I've gotten the clicking / not detected on every startup in the morning. It doesn't matter if it's just on battery or plugged in, or no battery and plugged in, the issue persists and the BIOS doesn't see the HDD. If I listen really closely to the HDD though, on startup or resume, and listen for the click to go away, I can then boot into windows and everything seems to run fine.
    Needless to say this is especially confusing. If it's not the HDD that's failing then for some reason the laptop isn't getting it the power it needs on startup. It's probably not the AC adapter, or the wall socket / wiring as it still happens on battery only, and it's probably not the battery since it still happened without the battery in. What  does that leave us? Motherboard issues perhaps? Maybe a power problem in the Laptop itself? I'm stumped at this point, and not looking forward to a third long RMA period should it (likely) be needed. Hopefully I'll be able to get my hands a good 2.5 inch HDD tomorrow for more testing, but for now I'll post this and see if anyone has encountered something similar or has any ideas.
    Thanks in advance.

    Searching in Event Viewer has turned up the following entries that coincide with resuming Windows from sleep mode with the mentioned clicking sound.
    wuaueng.dll (1148) SUS20ClientDataStore: A request to write to the file "C:\windows\SoftwareDistribution\DataStore\DataStore.edb" at offset 0 (0x0000000000000000) for 32768 (0x00008000) bytes succeeded, but took an abnormally long time (27100 seconds) to be serviced by the OS. This problem is likely due to faulty hardware. Please contact your hardware vendor for further assistance diagnosing the problem.
      - Provider
       [ Name]  ESENT
      - EventID 508
       [ Qualifiers]  0
       Level 3
       Task 7
       Keywords 0x80000000000000
      - TimeCreated
       [ SystemTime]  2013-05-10T22:25:38.000000000Z
       EventRecordID - 48681
       Channel - Application
       Computer - <snippy>
       Security
    - EventData
       wuaueng.dll
       1148
       SUS20ClientDataStore: 
       "C:\windows\SoftwareDistribution\DataStore\DataStore.edb"
       0 (0x0000000000000000)
       32768 (0x00008000)
       27100
    Not entirely sure what it means, but there are log entries for this during the time it was in the hands of the msi tech for RMA #2.
    EDIT: Just did a short self-test with HD Sentinel and it found no errors, though it did take over 15 minutes.

  • Can't locate custom Graphic Styles

    I created and saved some custom Graphic Styles in Illustrator CS4. When I follow the path of the default save location (Apps>Illustrator>Presets>en_US>Graphic Styles) they are not there. I have used Spotlight to search my machine for the files, but it returns no results.
    I have created a new, custom location for saving Graphic Styles in the future, but I want to locate these "missing" files so that I can delete them.
    Anyone know how to locate these files?
    Can I locate and remove them from within Illustrator?
    I am using Illustrator CS4 for Mac.
    Thanks.

    Thanks for the reply Mylenium.
    I still don't see them.
    User>Library>Preferences>Adobe>...nothing about Illustrator (Encore, Encoder, AE, Contribute, EXT Mgr, MediaCore ImporterProcess, OnLocation, Plugins, PProHeadlines, PPro, SB, XMP). I checked each of these folders and their subfolders with no luck.
    User>Library>Preferences>Adobe Illustrator CS4 Library Settings>en_US>Flash 10 and FWAIPref>...empty.
    User>Library>Preferences>Adobe Illustrator CS4 Settings>en_US>...no folders and no Graphic Styles.
    Weird.

Maybe you are looking for

  • Download Report

    Someone can indicate to me where to be able to unload of the report so as to to be able to see them and to learn? Thanks

  • Error in ODS Activation

    Hi Friends, I got error when the ODS activating in Process Chain. The Error Messages are 1. Inconsistent aggregation behavior - activation will be terminated. 2 Activation of M records from DataStore object 0PUR_DS03 terminated in the data target (OD

  • Maintenance Cycle Order deleted

    Hi all, Due to bad authorizations somebody deleted the maintenancecycle order. The order with transaction type SDMN. Now, when we change de status from "Created" to "In development" an error message is raied: No document found. That's because the rel

  • HT4906 how to import from iphone to iphoto

    How to import photos from iphone 4S to iphoto on my Mac

  • HT4972 My iPhone says iOS 4.2.1 is most current thus won't upgrade to iOS5 & iCloud

    My iPhone says iOS 4.2.1 is most current thus won't upgrade to iOS5 & iCloud. Is there a work around to get it to upgrade?