I/O error when recording cd

OK I know how that sounds... but bear with me. When trying (twice) to create an audio cd (with K3b), the same thing happened: I/O wait grew steadily bigger, until the system became completely unresponsive, and had to be hard-rebooted. In console, messages where being thrown saying Bad I/O on device sda. /var/log/errors.log shows:
May 28 22:02:39 localhost kernel: [ 8736.921300] sd 6:0:0:0: [sdc] No Caching mode page present
May 28 22:02:39 localhost kernel: [ 8736.921303] sd 6:0:0:0: [sdc] Assuming drive cache: write through
May 28 22:02:39 localhost kernel: [ 8736.925800] sd 6:0:0:0: [sdc] No Caching mode page present
May 28 22:02:39 localhost kernel: [ 8736.925803] sd 6:0:0:0: [sdc] Assuming drive cache: write through
May 28 22:02:39 localhost kernel: [ 8736.930926] sd 6:0:0:0: [sdc] No Caching mode page present
May 28 22:02:39 localhost kernel: [ 8736.930930] sd 6:0:0:0: [sdc] Assuming drive cache: write through
May 28 22:07:22 localhost kernel: [ 9020.339181] ata1.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0 frozen
May 28 22:07:22 localhost kernel: [ 9020.339198] ata1.01: cmd a0/01:00:00:30:09/00:00:00:00:00/b0 tag 0 dma 2352 in
May 28 22:07:22 localhost kernel: [ 9020.339199] res 40/00:02:00:1c:00/00:00:00:00:00/b0 Emask 0x4 (timeout)
May 28 22:07:22 localhost kernel: [ 9020.339201] ata1.01: status: { DRDY }
May 28 22:22:18 localhost kernel: [ 79.779896] NOHZ: local_softirq_pending 08
May 28 22:22:19 localhost /usr/sbin/crond[845]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
(I'm not sure this indicates anything wrong, but it's the only thing that seemed related to the problem at hand...)
Does this make any sense? Could it be related to the update udev/systemd is currently undergoing?

Are the movies being exported larger than 4GB? If so, that would be the problem. Premiere/Mac apparently (reported by others in the Adobe forums) cannot successfully export videos larger than 4GB, at least not with QuickTime 7 (not sure whether the problem also appears with QT6). The workaround is to cut your movie into <4GB segments, export them, and then reassemble them in QuickTime Player Pro or another video editing app.
Hope this helps.

Similar Messages

  • Getting error when record type is used

    Hi Experts,
    Getting error when using record type as in parameter.
    PLS-00306: wrong number or types of arguments in call to 'SAL_UPDATE_PROC'
    PLS-00302: component 'ENAME' must be declared
    PLS-00302: component 'SAL' must be declared
    CREATE OR REPLACE PACKAGE emp_details_proc
    IS
    TYPE emp_record IS RECORD
    (empno emp.empno%TYPE,
    ename emp.ename%TYPE,
    sal emp.sal%TYPE);
    TYPE emp_type is TABLE OF emp_record INDEX BY binary_integer;
    PROCEDURE EMP_PROC;
      PROCEDURE sal_update_PROC
      (    p_rule in  emp_type
         , p_deptno in number
         , p_job in number
    END;
    CREATE OR REPLACE PACKAGE BODY emp_details_proc
    IS
    PROCEDURE EMP_PROC
      IS
        V_DEPTNO NUMBER := 10;
        V_JOB VARCHAR2(20):='CLERK';
      BEGIN
    for rc in (SELECT EMPNO,ENAME,SAL FROM emp where deptno =v_deptno)
             loop
                  sal_update_PROC
                  (  p_rule => rc
                    , p_deptno => V_DEPTNO
                    , p_job =>V_JOB
      end loop;
    EXCEPTION
         WHEN OTHERS THEN
    DBMS_output.put_line(SQLERRM);
    END;
      PROCEDURE  sal_update_PROC
      (    p_rule in  emp_type
         , p_deptno in number
         , p_job in number
      IS
        V_ename VARCHAR2(20);
        V_SAL NUMBER;
      BEGIN
          V_ename := p_rule.ename;
          V_sal := p_rule.sal;
            IF V_sal <=3000 THEN
            UPDATE EMP SET sal=sal+v_sal*10 WHERE ename=v_ename;
            commit;
          END IF;
    dbms_output.put_line(v_ename||'   '||v_sal);      
          END;
          END;
    Instead of this
    SELECT EMPNO,ENAME,SAL FROM emp where deptno =v_deptno;
      PROCEDURE  sal_update_PROC
      (    p_rule in  emp_type
         , p_deptno in number
         , p_job in number
    If I use
    SELECT * FROM emp where deptno =v_deptno
      PROCEDURE  sal_update_PROC
      (    p_rule in  emp%ROWTYPE
         , p_deptno in number
         , p_job in number
      I am not getting any error.
      Please help me.Why I am getting error what is wrong in my code.
      Thanks in advance.

    for rc in (SELECT EMPNO,ENAME,SAL FROM emp where deptno =v_deptno)
             loop
                  sal_update_PROC
                  (  p_rule => rc                        
                    , p_deptno => V_DEPTNO
                    , p_job =>V_JOB
    p_rule => rc       --> What exactly in rc? It's just a counter. You are using this (SELECT EMPNO,ENAME,SAL FROM emp where deptno =v_deptno)query but not using a single value returned from this query in the code.
    Ishan

  • Error when recording f4v-files: Error from libmp4.so: No Space left in the stsd box.

    We are recording live streams on a Flash Media Interactive Server 3.5.3 r824. In general, everything works fine, so there are no appliaction-issues. But sometimes (it is not reproducable yet) a stream stops recording without any notice or event in the application. All we can find is such a message in our core.log:
    2010-03-05 03:30:00 4747 (e)2611178 Error from libmp4.so: No Space left in the stsd box. -
    2010-03-05 03:30:00 4747 (e)2611423 Failed to record [...]16891_14351_RGtBCODxPR4cM8QfML9CuxqhHqutMwWX.f4v (Unknown Error). -
    Can anyone give me a hint, where i could start searching for the cause of this error?
    These streams are in general sent by Adobe Media Live Encoder.
    Thanks in advance
    Suha

    You're running out of sample description spaces in your recording of an F4V - this is presumably because you're splicing together different H264 encodings or other types of media.  No matter, you can configure this value up from it's default of 10 - check out Server.xml in your configs and you'll find this section
    <Recording>
                        <!-- Maximum ELST entries in a recording.  ELST entries are used when there     -->
                        <!-- are gaps in a kind of content.  Gaps occur during an append to the file    -->
                        <!-- or when content like video ends while other content proceeds.  If more    -->
                        <!-- gaps or appends occur than configured here, recording would terminate    -->
                        <!-- Making this value too high takes up unnecessary space in each recorded file-->
                        <!-- Default value is 100                            -->
                        <MaxELSTEntries>100</MaxELSTEntries>
                        <!-- Each change in codec for a content type, like two different video codecs    -->
                        <!-- takes a sample description.  All space for sample descriptions is made on    -->
                        <!-- file creation.  If codec type changes more than descriptions available    -->
                        <!-- recording will terminate.  Adding too many descriptions takes unnecessary    -->
                        <!-- space for every file record.  Default is 10 for each type            -->
                        <MaxDataSampleDescriptions>10</MaxDataSampleDescriptions>
                        <MaxAudioSampleDescriptions>10</MaxAudioSampleDescriptions>
                        <MaxVideoSampleDescriptions>10</MaxVideoSampleDescriptions>
                    </Recording>
    You'll want to increase the appropriate SampleDescription Max.  Not sure which it is yet (audio/video/data) but in theory you can increase any or all as needed.  These boxes are set in size when you start your recording so all recordings will bloat very slightly to cover this case that most users don't run into, but feel free to set the SampleDescription limits higher and you should stop seeing this.

  • No records retrieved error when records are there?

    Hi
    This is frm-40350 No records retrieved and it is happening on the detail block even though records are retrieved.
    I am currently testing an enhancement to an existing form that can be called by other forms. I noticed that when calling this form from another, when it is populated with global values the cursor then goes to the detail block and I get the error message at usual place at bottom of screen. There is a new form instance procedure that puts cursor in details block as below. I think this is because the detail block records are only meant to be changed so if a user goes in to that form it puts cursor in the details block.
    BEGIN
    go_block('master');
    IF :CG$CTRL.form_called_from IN ('FORM_X', 'FORM_Y') THEN
    execute_query;
    go_block('detail');
    ELSE
    enter_query;
    END IF;
    END;
    The code above is existing and I have not changed it. I was making a small enhancement to my form in another area that will not have created any such problems as this. it operates ok apart from this error message. Why is it producing this error message?
    Thanks
    user605593

    Hi,
    Basically its not an error message....Its just informative message....according to this your trying to fetch some data from the table that is not there or your search query retrives no rows from the table.....
    If this message is not causing any problem to your operation then you can supress this message by writing the following code in pre-form,
    :SYSTEM.MESSAGE_LEVEL := 5;
    :SYSTEM.SUPPRESS_WORKING := 'TRUE';
    and write the following code in post-form
    :SYSTEM.MESSAGE_LEVEL := 0;
    :SYSTEM.SUPPRESS_WORKING := 'FALSE';
    Thanks,
    Pavan.

  • Error when recording from Siebel 7.5

    I have been attempting to record step/actions from Siebel 7.5 using OnDemand Developer 9.1.0 (Build 9.1.0.3230), with IE version 6.0.2900.5512. It was working fine but then it forced my PC to shut down and restart. Since then everytime I attempt to record in Siebel I receive an *"Event Viewer"* message box with the following message:
    *"An invalid argument was encountered."*
    When going to the *OnDemand Log Viewer - [Event Log]* there is a long list repeating the same error over and over. The error message is as follows:
    *"07/13/10 12:39:55 SIEBEL.WAP Version check - Trying to record unsupported SIEBEL version [16285]"*
    Does anyone know what can be done to resolve this issue? I have searched the threads but did not find any that corresponded to this issue.
    Thank you in advance.

    This is not the correct forum for this question. This forum is for CRM On Demand Admin.

  • Error when recording measurements in IFCU

    Hi
    when I enter fuel reading and KM reading in IFCU i get the error "You have not recorded a primary consumption" however i have eneterd a reading in for fuel .
    please can anyone assist.
    john hawkins

    Hi Naveen,
    I have created the following in IMG.
    Counters
    DISTANCE     Usage-related distance counter
    FUEL                    Usage-related fuel counter
    ODOMETER            Distance Travelled
    TIME                        Usage-related time counter
    and for Distance i have counter purpose.
    Consumption- related distance counter
    Replacement- related distance counter
    for fuel  have i counter purpose
    Consumption -Relevant Fuel Counter
    Primary Fuel Counter
    for Odometer I have counter purpose
    Consumption- related distance counter
    Replacement- related distance counter
    Time i have counter purpose
    Consumption -relevant time counter
    In Fleet Consumtion Calulation Keys i have created 2 for now
    1     Usage volume / distance     LHK     l/100 km     FUEL     DISTANCE     30     360
    L     Usage volume / distance     LHK     l/100 km     FUEL     ODOMETER     90     360
    IN my equipment master i have created 2 measuring points.
    MeasPoint    Measurement position Cat Char. Name                     Unit
    Description of measuring point           CodeGrp     V   Counter
    42           DISTANCE             M   KILOMETER                      km
    distance travelled
    43           FUEL                 M   LITER                          l
    FUEL USAGE
    However when i enter 1 into the field Calumethod i get the error
    No consumption-relevant fuel counter is suitable for calculation method 1
    Please can you assist I need to Finalise  this configuration today.
    regards
    John Hawkins
    Edited by: JohnHa on Apr 8, 2009 9:37 AM
    Edited by: JohnHa on Apr 8, 2009 9:44 AM
    Edited by: JohnHa on Apr 8, 2009 9:46 AM

  • Exposure control errors when recording videos with...

    I noticed that when I record videos, the exposure sometimes is not adjusted properly. If lighting conditions change, exposure remains at the same level, and records became over or underexposed. This is especially noticeable outdoors.
    I have a few minutes long sample recording where the recording starts normally, then as light conditions change, (I slowly move from a shady area to a lit area) exposure gradually degrades to a point where most of the recording "burns out" due to extreme overexposure ( about 80% of the picture is white). 
    What confuses me is when I tried to reproduce this problem (albeit it different lighting conditions), exposure control worked pretty good.
    I wonder if these exposure problems are due to a bug, hardware problem or a device limitation.
    Do you have any tips to get better recordings with the phone?
    Nokia Lumia 520 3046.0000.1329.2001 RM-914
    Nokia Asha 302 V15.09 22-05-13 RM-813

    The phone runs the latest firmware (3.36) available currently. There are no  image-related  changes mentioned in the 3.36 changelog though.
    Nokia Lumia 520 3046.0000.1329.2001 RM-914
    Nokia Asha 302 V15.09 22-05-13 RM-813

  • Error when recording with "What you hear" opt

    Hi there fellow Creative Fans,
    I see that a similar thread already exists for this topic, however it does not seem to be resolved yet...and, my situation is a bit different. I run a pretty standard setup (Intel P4 .6 Ghz, 52 MB RAM, Windows XP Pro SP2) and of course a Sound Blaster Audigy 2. I have been running this setup for approxiamately 5 months now with no changes whatsoever (hardware/software). I have been making extensi've use of the "What you hear" functionality in the Creative Media Go Player. Two nights ago, I wanted to record sound from a DVD and I got this message "The recording process was aborted".
    As stated before, I have not added or removed hardware, installed service packs or any new software for that matter. I have reinstalled all the drivers and software, checked and re-checked settings. I have downloaded the latest drivers from Creative's site...all in vain.
    Can anyone please help. If acker25 is reading this: "Have you resolved your problem yet?"
    Regards
    Steyn

    Problem resolved. Follow Creatives FAQ advice on uninstalling the Soundblaster device drivers...it's on this web site. Follow all the steps, but include deleting "Creative" out of the registry. This worked for me. I can not guarantee this on any other users machines. I'm assuming that the drivers get's damaged.
    Good luck.

  • Warping of audio quality when recording Synths in GarageBand

    I have currently got back into using GarageBand and have noticed a strange error when recording a software synth sound.
    When simply playing back the sound through my midi keyboard the sound is fine, but as soon as I hit record and start playing the sound is broken up, and when I stop recording it returns to normal again.
    The sound is an ethereal type pad. It almost seems as if Garageband cant handle the sound complexity and is breaking it down but it seems unlikely giving the fact that the platform supports vst's like Absynth which feature plenty of such sounds.
    Has anyone else encountered the same problem, and if so, is there a way to correct it?

    Your actually using an AU not a VST inside GB. I also use Albino 3. What preset are you using. After you tweaked the Albino preset to your liking check albino signal level output to make sure your new tweaked preset is not overdriving its output. Back off on the master output of Albino if this is the case.
    Also check the audio meters on the track you have assigned Albino to in GB. Make sure those levels are ok.
    It could also be that you have tweaked a parameter in Albino to the extent that it is beyond the synths parameters to export that sound to GB without distortion, something which may not become apparent until you record it.

  • Error when starting JRA recording

    Hello! I get an error when I try to use the JRARecordingStarter.
    I'm running JBoss with a JRockit and set the -Xmanagement option. The management port is set to 7091.
    Then I try
    java -jar JraRecordingStarter.jar localhost 7091 d:/sednajra.xml 120
    and it gives me the following error after a while:
    Failed to start recording...
    com.jrockit.common.rmp.JRockitNotAnRmpServerException: Handshaking with JRockit failed due to timeout waiting on server reply.
    (Encapsulated exception: Connection lost to JRockit. Reason: RMP reply timed out for packet 'HELO'.)
    at com.jrockit.console.connection.RmpConnection.handshake(RmpConnection.java:175)
    at com.jrockit.console.connection.RmpConnection.<init>(RmpConnection.java:149)
    at com.jrockit.jra.starter.JraConnectorModel.connect(JraConnectorModel.java:168)
    at com.jrockit.jra.starter.JraRecordingStarter.main(JraRecordingStarter.java:63)
    === Encapsulated exception ===
    com.jrockit.common.rmp.JRockitRmpPacketTimeOutException: Connection lost to JRockit. Reason: RMP reply timed out for packet 'HELO'.
    at com.jrockit.console.connection.RmpConnection.getReplyPacket(RmpConnection.java:392)
    at com.jrockit.console.connection.RmpConnection.sendRmpWithReply(RmpConnection.java:343)
    at com.jrockit.console.connection.RmpConnection.handshake(RmpConnection.java:165)
    at com.jrockit.console.connection.RmpConnection.<init>(RmpConnection.java:149)
    at com.jrockit.jra.starter.JraConnectorModel.connect(JraConnectorModel.java:168)
    at com.jrockit.jra.starter.JraRecordingStarter.main(JraRecordingStarter.java:63)
    Do I make a mistake here?
    Thanks!
    stephan

    Don't bother... Version conflict. Updated jrockit and it works now.

  • Error when using record group type as param in a function in where clause

    Hi folks.
    I have a record type defined in a packages specification. I have to use this record as parameter to call a function. I am able to call the function if as return its value to a string variable. However, the function should be called into a query to compare the returned value and this code is not compiled.
    The code is below:
    DECLARE
    l_line_group_rec INL_CUSTOM_PUB.inl_ship_headers_rec;
    l_name VARCHAR2(100);
    l_count NUMBER;
    BEGIN
    l_name := INL_GET_PARTY_SITE_NAME(l_line_group_rec); -- Compiling successfully
    SELECT COUNT(1)
    INTO l_count
    FROM dual
    WHERE INL_GET_PARTY_SITE_NAME(l_line_group_rec) = 'Allied Manufacturing'; --- Error when compiling
    END;
    I got the error: PLS-00306: wrong number or types of arguments in call to 'INL_GET_PARTY_SITE_NAME'
    I would like to know if there is any restriction in using record type as parameter in where clauses or if there is another way to do it.
    Thanks in advance

    Hi.
    The definition of INL_GET_PARTY_SITE_NAME:
    FUNCTION INL_GET_PARTY_SITE_NAME(p_line_group_rec INL_CUSTOM_PUB.inl_ship_headers_rec) RETURN VARCHAR2 IS
    l_party_site_name VARCHAR2(100);
    BEGIN
    l_party_site_name := 'Allied Manufacturing';
    URN l_party_site_name;
    END INL_GET_PARTY_SITE_NAME;
    Thanks.

  • BW error:  "invalid call sequence for interface when recording changes"

    I am getting the error "invalid call sequence for interface when recording changes" when I try to activate a datasource in BW.  Any ideas on how to resolve this error?
    Thanks.

    I already tried that.  This is what's happening..  When I get this error, if I try again it will activate and gets collected into a transport.  I moved this transport to our QA system.  As soon as I try to execute an infopackage under this datasource in QA, I get the error datasource   xxxxx must be activated.   Before the excecution of the infopackage, the datasource is in "Active version executable".   After I get the error message "datasource must be activated", the datasource in the QA system changes to "Active version not executable".   I am not sure all these issues are related back to the "invalid call sequence" error I am getting when I try to activate the data source.
    I also tried recollecting the transport from our Dev system to QA and it still gives the above errors.
    Any help?
    Thanks.

  • Short dump error when extracting delta records from R/3

    I am working on BW 3.5 and I am facing some short dump error when extracting delta records from the r/3 to BW.
    Below is the error message
    Kindly do the needful ASAP.
    Job started
    Step 001 started (program SBIE0001, variant &0000000024277, user ID BWREMOTE)
    Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)
    DATASOURCE = 0ISCM_PAYMENT_01
             Current Values for Selected Profile Parameters               *
    abap/heap_area_nondia......... 2000000000                              *
    abap/heap_area_total.......... 2000000000                              *
    abap/heaplimit................ 40000000                                *
    zcsa/installed_languages...... DE                                      *
    zcsa/system_language.......... E                                       *
    ztta/max_memreq_MB............ 2047                                    *
    ztta/roll_area................ 6500000                                 *
    ztta/roll_extension........... 2000000000                              *
    2,454 LUWs confirmed and 2,454 LUWs to be deleted with function module RSC2_QOUT_CONFIRM_DAT
    ABAP/4 processor: MESSAGE_TYPE_X
    Job cancelled

    Hi,
    I look at the transaction ST22 to see which type of error has given you. Take a look at the notes to correct the error.
    Another option is to look at OSS notes, because the error is giving you a standard extractor.
    Greetings,

  • Runtime Error when activating Comp Records

    When trying to activate IT 0759 records in Comp to update Basic Pay, some employees received a Runtime Error. It states, "The exception CX_HRPA_VIOLATED_POSTCONDITION was raised, but it was not caught anywhere along the call hierarchy."
    It says it was not caught in 'HR_ECM_INSERT_INFOTYPE' function.
    Has anyone else seen this problem? It didn't happen for all employees.
    Thanks!

    Hi guys,
    Another reason for locked SPO's is:
    The terrible attribute-change-run (ACR). When you try to activate  a locked SPO, you only get a message like this:
    Runtime Lock: Activity ACTIVATE_SPO, Object DATATARGET ZZZ
    Unable to lock the semantically partitioned object
    Error when activating Semantically Partitioned Object ZZZ
    NO DTP request is running, so you can take all the day trying to find the error.
    So  in my case, there was an incomplete ACR (cancelled with error - red).
    It's like a curse. It is not easy to find the relation between ACR an SPO activation process (SAP error message is not useful to identify the reason)
    Finally, keep in mind:
    Check any DTP request running or cancelled that affect your SPO model and
    Check if you have an ACR (running or cancelled). This can lock your SPO object
    regards!

  • Loyalty application error when creating records.

    I am new in Siebel world and we have just installed Siebel loyalty and the Siebel Customer eLoyalty Portal on a sandbox to learn the product features.
    The database has no data yet so I would like to create records.
    So I start Siebel Loyalty 8.2.1 client, connect to the server, go to Loyalty Program Administration and click new to create a new program. I put a entry for the Name field and I have nothing to select from the Program owner pick channel window because I did not create a partner yet. So I start the Siebel Partner manager ENU application 8.2.1, connect to the server. I go in the partner tab and try to create a new partner entering a partner name.
    Then I get this error when I press enter:
    An error has occurred writing to a record.
    Please continue or ask your systems administrator to check your application configuration if the problem persists. (SQL-DBC-00111) ORA-01400 cannot insert NULL into ("SIEBEL"."S_ACCNT_POSTN"."POSITION_ID")
    I have Siebel admiinistrator access.
    What I am missing here to be able to enter data. The only field mandatory is the Partner name...
    Thank you for your help

    You probably want to create an account, link a partner to the account and then create the program.
    - Hashim

Maybe you are looking for

  • Overwrite report with scheduled istance.

    Hi gurus, I'd need to schedule a webi report and overwrite the original report with the latest scheduled istance. Searching in forum, I found that this is not possible but it would it possible to set as default the opening of the last successfull ist

  • Enterprise Portal in Internet Explorer (IE) 7.0 browser

    hi, i would like to know the integration SAP EP6 (EP7 later) with browser IE7. I have an issue/error on page when I'm browsing the SAP EP6 in IE7. anyone encounter this before. Any update on the IE7 or SAP EP patch in order to solve the issue. Regard

  • Error in CAF Project Deployment

    Hi All, I have created a simple CAF project named as "firstcaf" in NWDS of NetWeaver CE. But at the deployment time I am getting an error like bellow May 30, 2007 7:11:43 PM /userOut/daView_category (eclipse.UserOutLocation) [Thread[Deploy Thread,5,m

  • Java web Service and Tomcat

    Hello, how can I set where service save files. Becouse when I save file in web service running on Tomcat 6.0, it is in directory Tomcat\bin.

  • Photoshop CC 64bit Freeze whole System Win7 64bit Pro

    Hi @ll houston i have a problem! my photoshop freezes during work. when photoshop freezes then is the whole system freezed only an reset help to boot and try again. the freezes startet 3 day ago and comes ONLY in photoshop! i tried diferent applicati