Regarding space not released after rm commend on root

hello guys
actually i am facing an unexpected problem
i have a folder /archivelog which is mounted on ocfs.daily i used to store my export file here.But yesterday i started taking exp from one terminal with file=28june.dmp and after starting it removed previous day export from other terminal with file=27june.dmp.
But i have seen something different.
i fired rm -rf 27june.dmp it returned the root prompt immediately though daily to remove a 60 gb file it taken 30-40 seconds.
also it didn't released the spcae from /archivelog and also removed the file
means its not listing the file and also the space is not released ...i also fired command updatedb..but still the space is not released.
hoe could this be possible..anyone has any idea so kindly tell

There is a bug with ocfs2 if you delete archive logs manually some time will not freee the space which is used. So for future to avoid this case use rman to delete archive logs.
now to free space need ocfs2 partition to delete and create again with ocfs2. becarefull with this.
Thanks,

Similar Messages

  • Space is not released after truncating the table

    Team,
    We have a table of size 550gigs in size and we truncated the table , truncated sucessfully but space is not released in os level, what action we can take to release the space and this table has only one row and contains the binary data.
    Thanks
    PGR

    Team,
    We have a table of size 550gigs in size and we truncated the table , truncated sucessfully but space is not released in os level, what action we can take to release the space and this table has only one row and contains the binary data.
    Thanks
    PGR
    Hello,
    Yes space wont be released immediately .If large extents are in picture which I assume is your case it goes into deferred drop a background process which will execute after some time( time may vary).See below link for details.
    As per BOL if extents are more than 128 it goes in deferred drop.
    http://msdn.microsoft.com/en-us/library/ms177495.aspx
    You should wait for some time .keep checking the free space
    Below discussion will surely help you in understanding.See Jonathan's reply
    http://social.msdn.microsoft.com/Forums/en-US/4aa2537e-246b-4bfe-818d-3482531d9149/sql-server-2005-massive-400gb-table-dropped-space-not-released
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Table space not reduce after delete in oracle 11G

    Hi Team,
    I have a DB 11.1.0.7 on unix.
    I have execute delete tables on tablespace, but this not reduce.
    Thanks

    935299 wrote:
    What segment space management type is defined for the tablespace in question?
    MANUAL
    Then you should check out the documentation some more.
    But even if you shrink the table segement what is that going to do for the data file size?
    I don't undertand you.
    ThanksYour thread is titled "Table space not reduce after delete in oracle 11G" which implies to me that you are interested in reducing the size of a tablespace (which really means reducing the size of the underlying datafile(s)).
    So, if you shrink the size of the sys.aud$ table, will that cause the datafile(s) to become smaller? Will it accomplish your goal? What else, if anything, needs to happen?

  • Table space not reduce after delete in oracle 10g

    Hi..
    Based on my system, i have found that my oracle table space did not reduce after the deletion query. Why ?.. Could somebody help me. As your info, I am using oracle 10g.
    Thank you,
    Baharin

    After Delete the table space will not be set free. high water mark will not be reset. to regain the space you need to recognize the objects from which you deleted the data. This can be done in many ways.
    1) Move the objects.
    Alter table temp move --> optionally tablespace clause can be used. After this you need to rebuild table indexes.
    2) With 10g table can be shrinked or reorganize to free the space.
    alter table mytable enable row movement;
    alter table mytable shrink space;
    3) Export/Import
    export the objects and drop and recreate with import.

  • Percentage of used table space not reduce after deletion

    Hi..
    This is my query to delete data from database:-
    delete from $tb_data where to_char(partition_dt,'MON') = '$mm';
    The $tb_data and $mm is variable and the $tb_data will be read input table name (as example backup_nx160, backup_ngn and etc) and the $mm will be capture the input month.
    My question is why the percentage of used table space is not reduce after delete query was executed. Could somebody help me..
    Please help me..
    Thank you,
    Baharin

    baharin wrote:
    Hi..
    Is it the deleted space will be reused by the system ?Yes.
    .. How could i check the real free tablespace or real usage table space ?If you have gathered statistics on the schema recently, then sum (avg_row_len*num_rows) should give you the exact number of bytes that are being consumed - assuming all tables are in a single tablespace under consideration. You can subtract this value from sum (dba_data_files.bytes) figure for the tablespace, to know exact free space.

  • Open viewsets not released after report closed

    I create one data object "process" with layout like:
    process_id string
    company_id string
    user_id string
    then i create a report with only one bar chart view,
    edit bar chart add data object "process", leave group by as null, chart value = process_id, summary function = count. add fitler by company_id = report parameter1
    edit bar chart, add data object "process" again, leave group by as null, chart value = process_id, summary function = count. add fitler by user_id = report parameter2.
    save this report
    view this report. then in em, i can see it open two viewsets: one Shared viewset and one Inherited viewset.
    close this report, then in em, found there is no Shared viewset and Inherited viewset . but has one new Unshared viewset , and this viewset not released unless i restart BAM

    Vissharm,
    This issue still happened on my system.
    I can understand why there was two independent Viewsets, my concern is why still one open viewset after report closed.
    On my system, no any other report/alert use the same object
    I export the dataobject and report here:
    Data Ojbect:test
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <DataObject Version="14" Name="test" ID="_test" External="0">
    <Layout>
    <Column Name="process" ID="_process" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Column Name="company" ID="_company" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Column Name="user" ID="_user" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Indexes/>
    </Layout>
    <Contents/>
    </DataObject>
    </OracleBAMExport>
    Report:/public/Report/Report1
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <Report Name="/public/Report/Report1" ID="58" bMobileEnabled="false" Owner="csdev">
    <Contents>&lt;Iteration&gt;&lt;Report id=&quot;ITN_NEW_REPORT&quot; type=&quot;tiled&quot;&gt;&lt;Properties&gt;&lt;Title color=&quot;black&quot; font-family=&quot;Tahoma&quot; font-size=&quot;20&quot; font-style=&quot;normal&quot; font-weight=&quot;bold&quot; text-decoration=&quot;none&quot; text-transform=&quot;none&quot;/&gt;&lt;ReportBackgroundColor&gt;transparent&lt;/ReportBackgroundColor&gt;&lt;ActiveDataDelayMilliseconds&gt;0&lt;/ActiveDataDelayMilliseconds&gt;&lt;ShowBreadCrumbs&gt;true&lt;/ShowBreadCrumbs&gt;&lt;ShowReportPadding&gt;true&lt;/ShowReportPadding&gt;&lt;/Properties&gt;&lt;Layout maximize=&quot;true&quot;&gt;
    &lt;View height=&quot;100%&quot; id=&quot;view1&quot; left=&quot;0%&quot; top=&quot;0%&quot; width=&quot;100%&quot; z-index=&quot;0&quot;/&gt;
    &lt;/Layout&gt;&lt;Views&gt;&lt;View id=&quot;view1&quot; type=&quot;BarChart&quot;&gt;&lt;Modifiers&gt;&lt;Modifier dataset=&quot;/test&quot; id=&quot;0&quot;&gt;
         &lt;FieldRefs/&gt;
         &lt;Groups&gt;&lt;Group level=&quot;0&quot;&gt;&lt;Aggregate operandDatasetField=&quot;_process&quot; operation=&quot;COUNT&quot;/&gt;&lt;/Group&gt;&lt;/Groups&gt;&lt;Filter&gt;&lt;Branch type=&quot;ALL&quot;&gt;&lt;Entry type=&quot;EQ&quot;&gt;
                        &lt;Node type=&quot;COLUMN&quot;&gt;_user&lt;/Node&gt;
                        &lt;Node type=&quot;PARAMETER&quot;&gt;345&lt;/Node&gt;
                   &lt;/Entry&gt;
              &lt;/Branch&gt;&lt;/Filter&gt;&lt;/Modifier&gt;&lt;Modifier dataset=&quot;/test&quot; id=&quot;1&quot;&gt;
         &lt;FieldRefs/&gt;
         &lt;Groups&gt;
              &lt;Group level=&quot;0&quot;&gt;
                   &lt;Aggregate operandDatasetField=&quot;_process&quot; operation=&quot;COUNT&quot;/&gt;
              &lt;/Group&gt;
         &lt;/Groups&gt;
         &lt;Filter&gt;&lt;Branch type=&quot;ALL&quot;&gt;&lt;Entry type=&quot;EQ&quot;&gt;
                        &lt;Node type=&quot;COLUMN&quot;&gt;_company&lt;/Node&gt;
                        &lt;Node type=&quot;PARAMETER&quot;&gt;346&lt;/Node&gt;
                   &lt;/Entry&gt;
              &lt;/Branch&gt;&lt;/Filter&gt;&lt;/Modifier&gt;&lt;/Modifiers&gt;&lt;Properties ContentType=&quot;BarChart&quot; datasetId=&quot;/test&quot;&gt;&lt;Title background-color=&quot;#7B97C0&quot; background-display=&quot;default&quot; capitalize=&quot;false&quot; color=&quot;#3E403D&quot; display=&quot;true&quot; font-family=&quot;Tahoma&quot; font-size=&quot;11&quot; font-weight=&quot;Bold&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; text-align=&quot;left&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;&gt;
              &lt;Text bUseViewName=&quot;true&quot;/&gt;&lt;/Title&gt;&lt;ChartTitle capitalize=&quot;false&quot; color=&quot;#000000&quot; display=&quot;false&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; font-weight=&quot;Bold&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;DataAxis auto=&quot;true&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; major=&quot;&quot; max=&quot;&quot; min=&quot;&quot; minor=&quot;&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;NonDataAxis bAllowDiagonal=&quot;true&quot; bShowGroupLabels=&quot;true&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Legend capitalize=&quot;false&quot; color=&quot;#000000&quot; display=&quot;false&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; location=&quot;bottom&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;ColorPalette selected=&quot;&amp;lt;Row ID=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;Column ID=&amp;quot;_Name&amp;quot; Value=&amp;quot;Cold Snap&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Number&amp;quot; Value=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color1&amp;quot; Value=&amp;quot;#C6D6BB&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color2&amp;quot; Value=&amp;quot;#243471&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color3&amp;quot; Value=&amp;quot;#8CD5E3&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color4&amp;quot; Value=&amp;quot;#5B81A6&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color5&amp;quot; Value=&amp;quot;#871C4C&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color6&amp;quot; Value=&amp;quot;#D15F64&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color7&amp;quot; Value=&amp;quot;#EDE18C&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color8&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color9&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color10&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color11&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color12&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color13&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color14&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color15&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color16&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;/Row&amp;gt;&quot;/&gt;&lt;ActiveData newColor=&quot;#FFE299&quot; newTimeSeconds=&quot;1000&quot; showColor=&quot;true&quot;/&gt;&lt;Groups bynumber=&quot;false&quot;/&gt;&lt;SeriesValues capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;ErrorMessage capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;HorizontalAxisLabel capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; labelpos=&quot;onside&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; showlabel=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;VerticalAxisLabel capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; labelpos=&quot;onside&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; showlabel=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Target bShowValue=&quot;true&quot; bUseTarget=&quot;false&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; eDashStyle=&quot;solid&quot; fTargetValue=&quot;&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; iDashThickness=&quot;1&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; strTargetColor=&quot;&quot; strTargetLabel=&quot;&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Empty display=&quot;true&quot; text=&quot;No Values&quot;/&gt;&lt;ThreeDOptions fBackDepth=&quot;25&quot;/&gt;&lt;Body background-color=&quot;transparent&quot;&gt;&lt;Image name=&quot;BAM_default_bg.png&quot; position=&quot;stretch&quot; src=&quot;/shared/images/BAM_default_bg.png&quot;/&gt;&lt;/Body&gt;&lt;Drilling ModifierID=&quot;0&quot; bAllowDrillThrough=&quot;true&quot; bIncludeDrillingJS=&quot;true&quot; strDrillThroughViewType=&quot;UpdatingOrderedList&quot;/&gt;&lt;Series ModifierID=&quot;0&quot; aggregate=&quot;COUNT&quot; bShowAggFunction=&quot;true&quot; bShowPercent=&quot;false&quot; bShowSeriesName=&quot;false&quot; bShowValue=&quot;true&quot; chartType=&quot;BarChart&quot; dataType=&quot;STRING&quot; datasetField=&quot;_process&quot; include=&quot;true&quot; order=&quot;0&quot;/&gt;&lt;Series ModifierID=&quot;1&quot; aggregate=&quot;COUNT&quot; bShowAggFunction=&quot;true&quot; bShowPercent=&quot;false&quot; bShowSeriesName=&quot;false&quot; bShowValue=&quot;true&quot; chartType=&quot;BarChart&quot; dataType=&quot;STRING&quot; datasetField=&quot;_process&quot; include=&quot;true&quot; order=&quot;1&quot;/&gt;&lt;Drilling ModifierID=&quot;1&quot; bAllowDrillThrough=&quot;true&quot; bIncludeDrillingJS=&quot;true&quot; strDrillThroughViewType=&quot;UpdatingOrderedList&quot;/&gt;&lt;/Properties&gt;&lt;/View&gt;&lt;/Views&gt;&lt;/Report&gt;&lt;CreationInfo BuildNumber=&quot;7562&quot; CreationDate=&quot;2010-01-05 15:34:04.574&quot; ReportCreator=&quot;csdev&quot;/&gt;&lt;/Iteration&gt;</Contents>
    <Parameters>&lt;ParameterGroup&gt;&lt;Parameter&gt;
    &lt;lID&gt;345&lt;/lID&gt;
    &lt;strName&gt;user&lt;/strName&gt;
    &lt;bIsPrompt&gt;false&lt;/bIsPrompt&gt;
    &lt;ePromptMethod&gt;PARAMETER&lt;/ePromptMethod&gt;
    &lt;eDataType&gt;STRING&lt;/eDataType&gt;
    &lt;strCascadeLevel&gt;0&lt;/strCascadeLevel&gt;
    &lt;strCascadeDesc&gt;0&lt;/strCascadeDesc&gt;
    &lt;bCanLeaveBlank&gt;false&lt;/bCanLeaveBlank&gt;
    &lt;bCanLeaveUnselected&gt;false&lt;/bCanLeaveUnselected&gt;
    &lt;bCanSelectMultiple&gt;false&lt;/bCanSelectMultiple&gt;
    &lt;bAgainstField&gt;false&lt;/bAgainstField&gt;
    &lt;bActiveNowEnabled&gt;false&lt;/bActiveNowEnabled&gt;
    &lt;/Parameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1650&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;iOrder&gt;0&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1651&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;strViewID&gt;view1&lt;/strViewID&gt;
    &lt;iOrder&gt;2&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ParameterValue&gt;
    &lt;lID&gt;521&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;strValue&gt;_ALL_&lt;/strValue&gt;
    &lt;bIsDefault&gt;true&lt;/bIsDefault&gt;
    &lt;iQuantity&gt;0&lt;/iQuantity&gt;
    &lt;eTimeUnit&gt;NONE&lt;/eTimeUnit&gt;
    &lt;/ParameterValue&gt;&lt;/ParameterGroup&gt;&lt;ParameterGroup&gt;&lt;Parameter&gt;
    &lt;lID&gt;346&lt;/lID&gt;
    &lt;strName&gt;company&lt;/strName&gt;
    &lt;bIsPrompt&gt;false&lt;/bIsPrompt&gt;
    &lt;ePromptMethod&gt;PARAMETER&lt;/ePromptMethod&gt;
    &lt;eDataType&gt;STRING&lt;/eDataType&gt;
    &lt;strCascadeLevel&gt;0&lt;/strCascadeLevel&gt;
    &lt;strCascadeDesc&gt;0&lt;/strCascadeDesc&gt;
    &lt;bCanLeaveBlank&gt;false&lt;/bCanLeaveBlank&gt;
    &lt;bCanLeaveUnselected&gt;false&lt;/bCanLeaveUnselected&gt;
    &lt;bCanSelectMultiple&gt;false&lt;/bCanSelectMultiple&gt;
    &lt;bAgainstField&gt;false&lt;/bAgainstField&gt;
    &lt;bActiveNowEnabled&gt;false&lt;/bActiveNowEnabled&gt;
    &lt;/Parameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1652&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;iOrder&gt;1&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1653&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;strViewID&gt;view1&lt;/strViewID&gt;
    &lt;iOrder&gt;2&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ParameterValue&gt;
    &lt;lID&gt;522&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;strValue&gt;_ALL_&lt;/strValue&gt;
    &lt;bIsDefault&gt;true&lt;/bIsDefault&gt;
    &lt;iQuantity&gt;0&lt;/iQuantity&gt;
    &lt;eTimeUnit&gt;NONE&lt;/eTimeUnit&gt;
    &lt;/ParameterValue&gt;&lt;/ParameterGroup&gt;</Parameters>
    </Report>
    </OracleBAMExport>
    Edited by: Jeffrey Yan on Jan 5, 2010 12:15 AM

  • [Not solved][Sudo/X] Enter key not released after typing password

    After upgrade to xserver 1.16 I noticed strange thing - any command I try to run with sudo "hangs" keyboard and mouse. It looks like after typing password and pressing <Enter>, this key is not released.
    System is still responsive, for example I can watch youtube, listen to music, there is no high cpu usage, but inputs are blocked.
    For example:
    sudoedit /etc/whateverrc
    opens editor and cursor goes down.
    This is not a problem with my keyboard
    In tty sudo works fine.
    Last edited by n0rv (2014-08-09 19:45:28)

    jasonwryan wrote:How do you start X?
    startx
    What DE/WM?
    AwesomeWM, quite old setup.
    What is in your journal/logs?
    After "hang" X still works, so I need to kill it (alt+sysrq+re) or reboot.
    Xorg.log.0.old
    [ 5770.071] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 5770.071] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 5770.110] (II) systemd-logind: got resume for 13:68
    [ 5770.110] (II) systemd-logind: got resume for 13:67
    [ 5770.126] (II) systemd-logind: got resume for 13:64
    [ 5770.156] (II) systemd-logind: got resume for 13:65
    [ 5770.209] (II) systemd-logind: got resume for 13:66
    [ 5885.135] (II) systemd-logind: got pause for 226:0
    [ 5885.135] (II) systemd-logind: got pause for 13:68
    [ 5885.135] (II) systemd-logind: got pause for 13:67
    [ 5885.135] (II) systemd-logind: got pause for 13:64
    [ 5885.135] (II) systemd-logind: got pause for 13:65
    [ 5885.135] (II) systemd-logind: got pause for 13:66
    [ 5893.481] (II) evdev: USB Keyboard: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:66
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: USB Keyboard: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:65
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: A4Tech PS/2+USB Mouse: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:64
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: Power Button: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:67
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: Power Button: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:68
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.560] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
    [ 5893.560] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
    [ 5893.560] (EE)
    Fatal server error:
    [ 5893.560] (EE) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
    [ 5893.560] (EE)
    [ 5893.560] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 5893.560] (EE) Please also check the log file at "/home/n0rv/.local/share/xorg/Xorg.0.log" for additional information.
    [ 5893.560] (EE)
    [ 5893.560] (EE)
    [ 5893.560] (EE) Backtrace:
    [ 5893.613] (EE) 0: /usr/bin/Xorg.bin (xorg_backtrace+0x56) [0x593966]
    [ 5893.614] (EE) 1: /usr/bin/Xorg.bin (0x400000+0x197b69) [0x597b69]
    [ 5893.614] (EE) 2: /usr/lib/libc.so.6 (0x7f5912809000+0x33df0) [0x7f591283cdf0]
    [ 5893.614] (EE)
    [ 5893.614] (EE) Segmentation fault at address 0x0
    [ 5893.614] (EE)
    FatalError re-entered, aborting
    [ 5893.614] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 5893.614] (EE)
    journalctl:
    sie 07 23:15:12 Arch sudo[3368]: n0rv : TTY=pts/1 ; PWD=/home/n0rv ; USER=root ; COMMAND=sudoedit /etc/yaourtrc
    sie 07 23:15:12 Arch sudoedit[3368]: pam_unix(sudo:session): session opened for user root by (uid=0)
    sie 07 23:15:12 Arch systemd[1]: Starting user-0.slice.
    sie 07 23:15:12 Arch systemd[1]: Created slice user-0.slice.
    sie 07 23:15:12 Arch systemd[1]: Starting User Manager for UID 0...
    sie 07 23:15:12 Arch systemd[3372]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
    sie 07 23:15:12 Arch systemd-logind[1230]: New session c2 of user root.
    sie 07 23:15:12 Arch systemd[1]: Starting Session c2 of user root.
    sie 07 23:15:12 Arch systemd[1]: Started Session c2 of user root.
    sie 07 23:15:12 Arch systemd[3372]: Starting -.slice.
    sie 07 23:15:12 Arch systemd[3372]: Created slice -.slice.
    sie 07 23:15:12 Arch systemd[3372]: Starting D-Bus Message Bus Socket.
    sie 07 23:15:12 Arch systemd[3372]: Listening on D-Bus Message Bus Socket.
    sie 07 23:15:12 Arch systemd[3372]: Starting Paths.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Paths.
    sie 07 23:15:12 Arch systemd[3372]: Starting Timers.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Timers.
    sie 07 23:15:12 Arch systemd[3372]: Starting Sockets.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Sockets.
    sie 07 23:15:12 Arch systemd[3372]: Starting Basic System.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Basic System.
    sie 07 23:15:12 Arch systemd[3372]: Starting Default.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Default.
    sie 07 23:15:12 Arch systemd[3372]: Startup finished in 7ms.
    sie 07 23:15:12 Arch systemd[1]: Started User Manager for UID 0.
    sie 07 23:15:20 Arch kernel: SysRq : Keyboard mode set to system default
    sie 07 23:15:20 Arch systemd-journal[1227]: Journal stopped
    sie 07 23:15:21 Arch systemd-journal[3399]: Permanent journal is using 131.6M (max allowed 100.0M, trying to leave 2.9G free of 6.0G available → current limit 131.6M).
    sie 07 23:15:21 Arch kernel: SysRq : Terminate All Tasks
    sie 07 23:15:21 Arch systemd-journald[1227]: Received SIGTERM.
    sie 07 23:15:21 Arch systemd[1]: [email protected] has no holdoff time, scheduling restart.

  • Flash space not free after format

    Hello,
    I just received a 1812 model unit flash memory C class.
    I cannot free the space from CF; after format, I receive the same amount of space:
    Cisco-1812-II#show flash:
    14450688 bytes available (17489920 bytes used)
    Cisco-1812-II#format flash:
    Format operation may take a while. Continue? [confirm]
    Format operation will destroy all data in "flash:".  Continue? [confirm]
    Format: Drive communication & 1st Sector Write OK...
    Writing Monlib sectors.
    Monlib write complete
    Format: All system sectors written. OK...
    Format: Total sectors in formatted partition: 62583
    Format: Total bytes in formatted partition: 32042496
    Format: Operation completed successfully.
    Format of flash complete
    Cisco-1812-II#show flash:
    14450688 bytes available (17489920 bytes used)
    I believe it's hidden somehow, but no luck until now. I checked secure bootset; any other ideas?
    Cisco-1812-II#show secure bootset
    %IOS image and configuration resilience is not active
    Here is also detailed flash:
    Cisco-1812-II#show flash: all
    14450688 bytes available (17489920 bytes used)
    ******** ATA Flash Card Geometry/Format Info ********
    ATA CARD GEOMETRY
       Number of Heads:       4
       Number of Cylinders    490
       Sectors per Cylinder   32
       Sector Size            512
       Total Sectors          62720
    ATA CARD FORMAT
       Number of FAT Sectors  31
       Sectors Per Cluster    8
       Number of Clusters     7798
       Number of Data Sectors 62583
       Base Root Sector       167
       Base FAT Sector        105
       Base Data Sector       199
    ATA MONLIB INFO
       Image Monlib size = 49628
       Disk monlib size = 53760
       Name = c1800-atafslib-m
       Monlib Start sector = 2
       Monlib End sector = 98
       Monlib updated by = C181X-ADVIPSERVICESK9-M12.4(6)T9
       Monlib version = 1

    Ok, I thought of this from the beginning, just hoped I could do it from IOS.
    As I inserted the CF, there were 3 hidden files. Now comes the question: how can you hide a file on Cisco flash?
    In the end I format it and things went back to normal.
    Many thanks guys for the support!
    L.E. I believe this was related to IOS resiliency, but as I stated before:
    #show secure bootset
    %IOS image and configuration resilience is not active
    A bug maybe?
    show secure ?
      bootset  Display information about secured image and configuration files
      |        Output modifiers

  • Netweaver BI 7.0 on DB6, Space not reclaimed after PSA deletion

    Hi,
    We recently moved from Oracle to DB6 ( DB2 9.7.0 on AIX) for our Netweaver BI 7.0 system. Previously when we schedule the PSA deletion jobs we will see the benefits that the space is reclaimed, but now on DB6  we dont see that the space is reclaimed after PSA deletion. The DB size went up by whooping 30 GB in one month which was not expected.Please advice.
    Thanks in advance
    Siva

    Hi Debanshu,
    This is specific to DB6.
    To 'reclaim' the storage (no matter what is the activity after which you expect some storage to be 'freed'), this is the procedure you have to carry out. Also, try to study about High water mark in detail.
    http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=%2Fcom.ibm.db2.luw.admin.dbobj.doc%2Fdoc%2Ft0055375.html
    http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=%2Fcom.ibm.db2.luw.admin.dbobj.doc%2Fdoc%2Fc0055392.html
    Following very helpful link already provided -
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20057ef0-7952-2c10-949f-decd4fcbb392
    Thanks

  • Free space not showing after shrinking BootCamp Partition

    I gave a lot of space for the windows 8 bootcamp partition because I thought I am going to install Lots of stuff on it.
    After 3 months I found out that my lion partition is almost full!  And I have 100 GB of free (Unused) partition on my bootcamp partition.
    So I shrunk my bootcamp partition (in windows) by 60 GB.  I plan to expand my lion partition in OSX so then I restarted my mac.
    Next I went to disk Utility and found out that I can't expand my lion partition with the free space.  Until then I realized that lion and windows have different file systems (oops.)  so I decided to expand my windows partition back to normal.
    Then I went back in windows and found out that the free space is not showing in disk management!  What should I do next??
    The free space is showing on top but when I right-click the windows partition the "Extend volume" option is greyed out.
    PS I dont care about the mac partition now.  Did some cleaning with CCleaner and freed 10 GB

    you should have asked first to get some ideas? I would have recommended Paragon CampTuneX which is designed to resize those partitions for you.
    You want to have 20-30GB free space for any OS. If you were using an SSD, at least that much or even more.
    I have no idea if iPartition or gpart can help you now.

  • Internal memory not released after moved to SD card

    After installed from market, it was first it on the internal memory. I moved it to SD card and noticed the Manage applications page show the size changed to 128KB. But when I go to Settings -> Storage, the available space has not changed. It is still 12 - 13MB less than what is was before install Firefox Mobile.
    Has any one else got the same problem?

    A restart solved this problem. After restart the available space amount is correct.

  • Cpu not releasing after page load

    I'm a newby to flash. I need to show movie clips based on the
    XML data. The problem is after page is loaded with flash file,
    still CPU is not getting released. What am I doing wrong? After
    page is loaded with the flash file, I want the CPU to go its
    original utilization.
    Here is the sample code.
    import flash.geom.Matrix;
    import flash.geom.Point;
    import flash.display.*;
    import flash.geom.*;
    import mx.services.*;
    _root.lineStyle(1, 0x0000FF, 100);
    var mcMapContent = map_sp.content;
    var my_xml:XML = new XML();
    my_xml.ignoreWhite = true;
    var number_fmt:TextFormat = new TextFormat();
    number_fmt.font = "NumFont";
    number_fmt.size = 4;
    var fileName:String;
    if (!fileName)
    fileName = "test1";
    if (_global.styles.List == undefined)
    _global.styles.List = new mx.styles.CSSStyleDeclaration();
    _global.styles.List.setStyle("themeColor", 0x3366CC);
    _global.styles.List.setStyle("color", 0x000000);
    _global.styles.List.setStyle("backgroundColor", 0xFFFFFF);
    _global.styles.List.setStyle("borderStyle", "solid");
    _global.styles.List.setStyle("borderColor", 0x000000);
    _global.styles.List.setStyle("rolloverColor", 0x5a6970);
    _global.styles.List.setStyle("scrollTrackColor", 0xEEEEEE);
    _global.styles.List.setStyle("selectionColor", 0xCCCCCC);
    my_xml.load("XML/" + fileName + ".xml");
    my_xml.onLoad = function(success)
    var currentNode:XMLNode = my_xml.firstChild.firstChild;
    var LoopI:Number;
    var tmpDepthLevel:Number;
    var X1:Number, Y1:Number, Length:Number, Width:Number;
    var Code_str:String;
    currentNode = currentNode.firstChild;
    tmpDepthLevel = mcMapContent.getNextHighestDepth();
    try
    for (var child_xmlnode = currentNode; child_xmlnode != null;
    child_xmlnode = child_xmlnode.nextSibling, i++)
    TotalVertex_int =
    Number(child_xmlnode.attributes.VERTEX_COUNT);
    X1 = child_xmlnode.attributes.X1;
    Y1 = child_xmlnode.attributes.Y1;
    Width = Number(child_xmlnode.attributes.WIDTH);
    Length = Number(child_xmlnode.attributes.LENGTH);
    Code_str = child_xmlnode.firstChild.nodeValue;
    var my_mc:MovieClip = mcMapContent.attachMovie("MyRect",
    Code_str, tmpDepthLevel, {Name:Code_str});
    tmpDepthLevel++;
    my_mc._x = X1;
    my_mc._y = Y1;
    my_mc._width = Width;
    my_mc._height = Length;
    newMainColor = new Color(my_mc.rect_mc);
    my_mc.Num_txt.setTextFormat(number_fmt);
    name_fmt.font = "NumFont";
    newMainColor.setRGB(0xFF99FF);
    my_mc.Num_txt._yscale = my_mc.Num_txt._yscale * (Width /
    Length);
    my_mc.Num_txt._y = (20 - my_mc.Num_txt._height);
    my_mc.Num_txt._x = 0;
    catch (myError:Error)
    trace("error caught: " + myError);
    finally
    //trace("No Error");

    I'm a newby to flash. I need to show movie clips based on the
    XML data. The problem is after page is loaded with flash file,
    still CPU is not getting released. What am I doing wrong? After
    page is loaded with the flash file, I want the CPU to go its
    original utilization.
    Here is the sample code.
    import flash.geom.Matrix;
    import flash.geom.Point;
    import flash.display.*;
    import flash.geom.*;
    import mx.services.*;
    _root.lineStyle(1, 0x0000FF, 100);
    var mcMapContent = map_sp.content;
    var my_xml:XML = new XML();
    my_xml.ignoreWhite = true;
    var number_fmt:TextFormat = new TextFormat();
    number_fmt.font = "NumFont";
    number_fmt.size = 4;
    var fileName:String;
    if (!fileName)
    fileName = "test1";
    if (_global.styles.List == undefined)
    _global.styles.List = new mx.styles.CSSStyleDeclaration();
    _global.styles.List.setStyle("themeColor", 0x3366CC);
    _global.styles.List.setStyle("color", 0x000000);
    _global.styles.List.setStyle("backgroundColor", 0xFFFFFF);
    _global.styles.List.setStyle("borderStyle", "solid");
    _global.styles.List.setStyle("borderColor", 0x000000);
    _global.styles.List.setStyle("rolloverColor", 0x5a6970);
    _global.styles.List.setStyle("scrollTrackColor", 0xEEEEEE);
    _global.styles.List.setStyle("selectionColor", 0xCCCCCC);
    my_xml.load("XML/" + fileName + ".xml");
    my_xml.onLoad = function(success)
    var currentNode:XMLNode = my_xml.firstChild.firstChild;
    var LoopI:Number;
    var tmpDepthLevel:Number;
    var X1:Number, Y1:Number, Length:Number, Width:Number;
    var Code_str:String;
    currentNode = currentNode.firstChild;
    tmpDepthLevel = mcMapContent.getNextHighestDepth();
    try
    for (var child_xmlnode = currentNode; child_xmlnode != null;
    child_xmlnode = child_xmlnode.nextSibling, i++)
    TotalVertex_int =
    Number(child_xmlnode.attributes.VERTEX_COUNT);
    X1 = child_xmlnode.attributes.X1;
    Y1 = child_xmlnode.attributes.Y1;
    Width = Number(child_xmlnode.attributes.WIDTH);
    Length = Number(child_xmlnode.attributes.LENGTH);
    Code_str = child_xmlnode.firstChild.nodeValue;
    var my_mc:MovieClip = mcMapContent.attachMovie("MyRect",
    Code_str, tmpDepthLevel, {Name:Code_str});
    tmpDepthLevel++;
    my_mc._x = X1;
    my_mc._y = Y1;
    my_mc._width = Width;
    my_mc._height = Length;
    newMainColor = new Color(my_mc.rect_mc);
    my_mc.Num_txt.setTextFormat(number_fmt);
    name_fmt.font = "NumFont";
    newMainColor.setRGB(0xFF99FF);
    my_mc.Num_txt._yscale = my_mc.Num_txt._yscale * (Width /
    Length);
    my_mc.Num_txt._y = (20 - my_mc.Num_txt._height);
    my_mc.Num_txt._x = 0;
    catch (myError:Error)
    trace("error caught: " + myError);
    finally
    //trace("No Error");

  • Disk Space not restored after deleting iphone backup

    Hi,
    Today while restoring my iphone i realised that itunes had made multiple copies of ~3gb of my iphone data. Since my iphone was restored successfully I decided to remove all the backups and make a fresh new backup. After deleting the multiple backups I found that my available disk space had not increased at all. I even went to ~/Library/Application Support/MobileSync/Backup and ther was nothing in there. So I went ahead and made a new backup which consumed additional ~3gb. And just to test if it was only itunes that was doing this I deleted my photos from iphoto ~5gb and even that did not give me back my 5gb. I went to trash and I dont have anything there.
    So, here I am confused as to where my deleted stuff is going to because it does not seem like its getting deleted.
    Anything that i can do get my space back?
    Thanks,
    Yogi

    Local snapshots are hidden copies of files that have been changed or deleted in between Time Machine snapshots. They are stored in free space that would otherwise be unused, and therefore wasted. The space occupied by the snapshots is managed automatically. When free space starts to run low, the snapshots are deleted. The Finder reports the space occupied by local snapshots as "Available," which it is.
    If there are unwanted changes to your files in between Time Machine snapshots — which may be far apart when you're moving around with a portable computer — you may be able to revert the changes from a local snapshot. If you disable local snapshots, you lose that protection, and you gain nothing. There is no offsetting benefit whatsoever; merely added risk.
    Empty storage space is simply wasted. You paid for it to be there, but it's doing you no good at all. Local snapshots put it to use.
    Very rarely, if ever, you might need to delete the local snapshot store in order to add a large amount of data all at once. If that need ever arises, which it probably won't, all you have to do is turn Time Machine OFF in its preference pane, and then turn it back ON immediately.
    You should ignore the bad advice that circulates on this site to disable local snapshots permanently by running a shell command. If you ran such a command, ask for instructions on how to reverse it.

  • Free disk space not changing after deleting (large) photos

    Hi,
    I wasn't sure whether to post this on the iPhoto board or on the MBA one, since it's not clear if it's a system-level issue or not. Anyway, I had about 30GB of free space on my 256GB MBA and the other day I deleted four or five albums of photos from my DSLR that I'd downloaded to my computer, after I made backups of them elsewhere. In total there were about 3,500 photos, roughly 24MB each on average. I made sure that after deleting them, I deleted my iPhoto Trash as well as the system Trash. Neverless, my level of free space hardly budged and if anything, it decreased slightly. I've read several threads saying to wait a while as sometimes the system takes a delay to adjust - that's fine.
    It's now almost five days later and the situation remains the same, if not worse. I ran DaisyDisk and aside from the usual large folders (my movies in iTunes etc, none of which had been added to since I deleted all those photos), the only one I couldn't recognise was this folder iLifeAssetManagement (9GB). I know that there are a few threads about this one, and most people seem to suggest you can clear this if you're happy to lose the content in your Photo Stream. The thing is, I've looked through some of the images in this folder and I'm quite positive that a number of them are from the DSLR albums (there are CR2 files, which I believe is Canon's exclusive RAW format). Some of the others are definitely from my iCloud Photo stream. I'm more than glad to lose all the DSLR ones, though I'd like to keep the iCloud ones and I don't really want to have to sort through 5,000-odd files. I'm positive that this folder is related to why I never gained that free space.
    Has anybody else had issues like this and any suggestions for clearing this folder of all the files I already meant to delete, whilst keeping the others? Or have you had issues relating to this? Any help much appreciated.
    Thanks.

    If you've installed third-party software called "Disk Drill," I suggest you remove it according to the developer'sinstructions. If you prefer to keep the software, refer to the developer for support. Otherwise, see below.
    You may notice a difference in available space statistics between Disk Utility, Finder, and Get Info inspectors. This is expected and can be safely ignored. The Finder displays the available space on the disk without accounting for the local snapshots, because local snapshots will surrender their disk space if needed.
    About Time Machine's "local snapshots" on portable Macs

  • Disk image space not regained after deleting...

    Using my Powerbook I created backups and a 300gb disk image as a pseudo partition on a 1TB Time Capsule. This was prior to owning my MBP. I then used the same Time Capsule to make backups for my new MBP. I went back to my Powerbook to try to regain that 300gb's by deleting the disk image. I stuck it in the trash and deleted... But no space was regained and now the disk image is obviously gone. I'm afraid, as I think more carefully about it, that I needed to erase the disk image, once mounted, in Disk Utility (which is where the disk image was created in the first place). I'm also afraid that I'm now going to have to reformat the entire drive, erasing all back ups from both the PB and MBP, to regain the space? If anyone knows anything about this or has any advice it would be greatly appreciated.
    Thanks for your time!
    Andrew

    Thank you, Bob.
    Ok, here's where I'm at...
    I ran a Drive Genius 2 scan on the TC with my MBP and cancelled it after about 5 percent was completed. It was going to take all day and I didn't think it was going to do anything. To my surprise when I went back to my desktop and got info on the TC it showed over 500gb available, whereas before it showed 116gb available... so somehow I regained more than just my 300gb disk image worth of space back. Weird. (Although, I now understand how those figures can sometimes be misleading.) This rough figure would tell me that the MBP is also recognizing the Powerbook back ups as well even though they are not visible in Finder.
    Next, I connected with my PB and Finder showed only 116gb available... which wasn't too surprising. I then ran the same procedure with Drive Genius, this time only to about .65 percent complete and when I went to get info it showed that I had 805gb available. HA! So I guess it is not recognizing the MBP backups but that's no big deal. I won't be making anymore back ups with the PB anyway.
    Well, thanks for your help, Bob. I always learn something when I come to Discussions!
    Andrew

Maybe you are looking for

  • Problem of diappeared output text as soon as page refreshes

    Hi all, I have jspx page with following code <?xml version='1.0' encoding='windows-1252'?> <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"           xmlns:h="http://java.sun.com/jsf/html"           xmlns:f="http://java.sun.com/jsf/co

  • JLabel's size needed!

    Seems simple right? Wrong. I have a label containing a lot of text wich will be wrapped. The contents of the label will chang periodically. Before changing the text I need to set a new font size so the text is as large as possible without being cut-o

  • Error ULP2003

    Estimados, compre un moto x por Amazon para ser utilizado en Argentina, actualmente estoy en este pais y no me reconoce la SIM, requiero desbloquear el movil y al llenar la solicitud sale el error ULP2003 al ingresar la IMEI. Se que el problema es de

  • PSE 13(MacOS) unable to validate serial number

    I bought PSE13(MacOS) from amazon.com after install the product i can't resister it. it says that the serial number is unable to validate. How do I solve this matter? tried to 'chat' but haven't got any response yet. any phone number to call? please

  • Grey Lines on my iPhone5

    There are ten, broad, grey lines across the display of my iPhone5.  The display is virtually unreadable.  How do I get rid of them?