"[STANDBY] ExecuteThread" (some of threads happening to STANDBY)

Hi,
I am using weblogic 9.2 version . Some of my threads are going into STANDBY mode , i think they are facing deadlock condtion.
After restarting the managed server with in some time some of the threads displaying as:
"[STANDBY] ExecuteThread: '30' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@1485e8d WAITING
     java.lang.Object.wait(Native Method)
     java.lang.Object.wait(Object.java:474)
     weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:165)
     weblogic.work.ExecuteThread.run(ExecuteThread.java:186)
"[STANDBY] ExecuteThread: '29' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@14d8300 WAITING
     java.lang.Object.wait(Native Method)
     java.lang.Object.wait(Object.java:474)
     weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:165)
     weblogic.work.ExecuteThread.run(ExecuteThread.java:186)
Anybody pls tell me why this problem is coming and please help me with the solution to get rid of above problem.
Thanks in Advance,
Krikar

OK, so all you logs are getting shipped and applied according to v$archived_log. That is good news.
Not sure you have a problem. IDLE or BUSY are the only two results of v$archive_processes (STATE). I would expect this when using Data Guard,
something is always busy.
v$archive_processes is generally used to see ARCH process is active or not. I assume your query was on the Primary side and even if you defer them, the ARCH will probably still be active. Will post and check mine.
After the check
I set LOG_ARCHIVE_MAX_PROCESSES=30 on my system and at this time of the day they are all idle even on the most used database. What is your LOG_ARCHIVE_MAX_PROCESSES setting?
Edited by: mseberg on Jan 11, 2011 4:18 AM
Run this query to determine how often log switches are occurring:
SELECT ROUND(AVG(1440 * (b.first_time - a.first_time)), 0) "Log switch
time - minutes"
FROM v$loghist a, v$log b
WHERE b.sequence# = a.sequence# + 1
AND a.sequence# = (SELECT MAX(sequence#) FROM v$loghist)
ORDER BY a.sequence#;
My gut instinct is your redo my be too small. You can change the redo size but you have no direct control over the ARCH process. This query returns 10 (minutes)
on my system. I'm thinking yours will be must lower.
MS
Edited by: mseberg on Jan 11, 2011 4:26 AM
Even later they as mostly idle with a decent load on them. My bet is you could bounce the server and they would return to BUSY. Still thinking log size, it make sense when you think about it, if all your redo were 1M instead of 100M the ARCH process would be very busy all the time.
Edited by: mseberg on Jan 11, 2011 7:32 AM

Similar Messages

  • Some Java Thread error in Xp (Urgent)

    HI all,
    I am working on a 3 tier software and it is running fine on all machines except one "The XP Machine",
    The problem is when i m going tru http://appserv:13000 it starts executing but in between an error comes that shows that some java thread or null pointer error and execution stops, i have faced similar type of error in WIN 98 but after installing java virtual machine it was sorted.
    but on this perticular machine i have already installed this JVM, but still problem is as it is.
    Please help me to sort this problem,
    Thanks & regards
    Tehzeeb Ahmed

    Tehzeeb,
    this is an Oracle Forms discussion forum. General Java questions are best answered on teh J2EE forum or the JDeveloper forum.
    Btw.: You need to be more specific when describing the problem.
    Frank

  • I traded my iphone in and now have a new one (iPhone 5) with the same SIM.  Since, I have had some iMessages meant for someone else and some strange things happening on my phone (applications opening by themselves, calls disappearing from log). Any ideas?

    I traded my iphone in and now have a new one (iPhone 5) with the same SIM.  Since, I have had some iMessages meant for someone else and some strange things happening on my phone (applications opening by themselves, calls disappearing from log). Any ideas?

    The answer is very simple: You were not the original owner of the phone. Target sold you a phone that had been returned. You can verify the date of the original sale here: Apple - Support - Check Your Service and Support Coverage. I suspect you will find that the warranty expiration date is not one year from the date that you bought it.

  • Create test database from standby without some data

    Hi. I want to create test database from my standby database using rman.
    But i have some some tables and where information is too large i dont want backup all data from this tables. because i dont have enough space on my test server.
    Have u any idea for solution this problem.
    Thanks

    But have suggestion.
    You can create duplicate database on based your target database (to new host) and skip undesired tablespaces...
    bash# rman target /
    RMAN> ....
    your code should be like :
    run {
    allocate auxiliary channel 'dev_0' type 'sbt_tape'
    parms 'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=my,OB2BARLIST=MY DAILY)';
    allocate auxiliary channel 'dev_1' type 'sbt_tape'
    parms 'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=my,OB2BARLIST=MY DAILY)';
    allocate auxiliary channel 'dev_2' type 'sbt_tape'
    parms 'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=my,OB2BARLIST=MY DAILY)';
    allocate auxiliary channel 'dev_3' type 'sbt_tape'
    parms 'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=my,OB2BARLIST=MY DAILY)';
    SET UNTIL SCN 7769764681915;
    DUPLICATE TARGET DATABASE TO MYTS SKIP TABLESPACE TOOLS_IDX,TOOLS,ARCHIVE,IDX;
    Edited by: Ulfet Tanriverdiyev on Dec 21, 2010 3:42 AM

  • 7.5 Standby apply log issue - Cold backup of standby

    We are in the process of migrating to 7.8 from 7.5 and have a 7.5 standby. Needed to test the time is takes to backup from the standby once we go-live on the 7.8 64bit server. Logs have been applied to the 7.5 standby for more than a month just fine prior to doing a "cold" backup test on the standby. Now the logs will not apply to the standby.
    ERR 20039 Log 
    Logrecovery is not allowed, because state of log volume is 'HistoryLost' (log must be cleared)
    2014-05-04 10:02:16 
    0xF28 WRN 20026 Admin
    Initialization of log for 'restore log' failed with 'LogAndDataIncompatible'
    First - backing up the standby in ADMIN mode / cold backup on the standby database, right?  The source and target (standby) have different server names.
    Is it possible to clear the log area or some other process to fix the issue?

    Hi Mike,
    You may need to restore the database with re-intialization and clear the logs
    Refer to the copy steps described in the thread
    Error while recover logs
    Hope this helps.
    Regards,
    Deepak Kori

  • Creation of logical standby by shipping the  redologs from physical standby

    Hi all,
    I have to create a logical standby database using redo shipping from my PHYSICAL STANDBY while it is in mounted state .Is it really possible to do it??
    Please send me any docs regarding this to my mail id ([email protected])
    Thanx in advance

    It is possible to do what you ask by using cascaded destinations. See the Data Guard Manual (online at OTN) http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14239/cascade_appx.htm#i636046
    for the information. This relies on the standby creating and re-transmitting redo log data.
    Hope this helps

  • Status of Logical Standby In case of Failover to Physical Standby

    I am using oracle 9.2.0.8 database . I have one logical and one physical standby database in place. If I perform failover to my physical standby, will my logical standby still continue to work with new primary database?

    Thank you for your kind reply.
    I performed failover to my physical standby and now archives are going on my logical standby from new primary but changes are not getting applied on my logical standby database.
    when i tried to register the logical logfile from new primary on my logical standby i am getting following error.
    SQL> ALTER DATABASE REGISTER LOGICAL LOGFILE 'E:\orcl1\stdb\archives\TESTDBT001S00001.ARC';
    ALTER DATABASE REGISTER LOGICAL LOGFILE 'E:\orcl1\stdb\archives\TESTDBT001S00001.ARC'
    ERROR at line 1:
    ORA-01287: file is from a different database incarnation

  • Can the standby become the active for the active standby pair

    Hi all,
    Will the standby database take over the duty of the active database when the active database fails?
    If not is there only a read-only standby database and how high availability of the active stand pair works?
    Thanks

    That will work for a simple test/demo environment but it is not robust enough to use for real. If implementing a robust HA monitor and management framework were that easy then we wouldn't need Clusterware...What about all the different failure conditions, combinations and corner cases? Please don't make the mistake of thinking that this is close to adequate for production usage. You will just create a heap of pain for yourself. State management and co-ordination across multiple nodes is a difficult and complex problem which is why cluster managers have evolved into the thinsg they are today.
    Just one simple example; the network that connects your detection program to both nodes is working fine but the network between the TT nodes is not. How does your monitor (a) detect this and (b) handle it? What of the network between the monitor and one of the nodes fails but the connection to the other node and between the TT nodes is okay? How is that detected/handled? Ensuring that you 'do the right thing' in each case and don't take any action that could result in loss of service? And these are the 'easy' cases...
    Chris

  • Can read-only standby be cascaded from another DR physical standby

    we are going to have one two-node RAC database in the primary site (site A), one Data Guard maintained standby database in the DR site (site B) and one ACTIVE Data Guard maintained read-only database for reporting (site C, on the same subnet as site B). My question is what is the best practice for the data guard configuration in terms of the redo log transportation, Is it possible to set up relay of redo log transport from one physical standby to another (database version 11gR2, data guard in Maximum Performance Mode):
    1)     A->B->C (minimum overhead to primary site A, maximum delay to report site C)
    2)     A->C->B (minimum overhead to primary site A, maximum delay to DR site C)
    3)     A->B; A-C (maximum overhead to primary site A, minimum delay to site B and C)
    Are all three configuration possible, which one would you recommend?
    Any discussion document or white paper about the above configuration you can point to for me (I gather the scenario may be rare, but multiple physical standby instances set up are not uncommon, if to ignore active data guard part) ?
    Edited by: user10786648 on 24/07/2012 17:40
    Edited by: user10786648 on 24/07/2012 17:47
    Edited by: user10786648 on 24/07/2012 23:36

    Hello;
    Welcome to the forum.
    minimum overhead to primary site A, maximum delay to report site - ( I don't believe in emergency reports, Primary should rule. )
    Will refer to these white papers :
    Data Guard Redo Transport & Network Best Practices
    http://www.oracle.com/technetwork/database/features/availability/maa-wp-10gr2-dataguardnetworkbestpr-134557.pdf
    And
    Rapid Oracle RAC Standby
    http://www.oracle.com/technetwork/database/availability/maa-wp-11g-racone-standby-501088.pdf
    And of General interest
    Oracle Data Guard with Oracle Database 11g Release 2
    http://www.oracle.com/technetwork/database/features/availability/twp-dataguard-11gr2-1-131981.pdf
    Oracle Data Guard Technical White Papers
    http://www.oracle.com/technetwork/database/features/availability/data-guard-technical-info-152834.html
    http://grokbase.com/t/freelists.org/oracle-l/11c18th65t/active-dataguard-ndash-ndash-cascade-standby-or-not
    Best Regards
    mseberg
    Edited by: mseberg on Jul 24, 2012 7:55 PM

  • Need some basic Thread Help

    Hello everyone,
    I've recently been working on a game project with network capabilities.
    I need to be able to send data to a client and vice-versa for both a client and a host.
    Say whenever a player moves a character it should send the new coords, etc to the other person
    I have all the networking through a Host and Client class done already, with methods like sendData(String[] data) and getData(). What I need is some sort of update thread in the main program to send this data without stopping the flow of the program.
    I was thinking maybe a inner class inside the main program which extends a thread but I'm not sure how to implement that.
    Please help if you can. Thanks.
    P.S - Would maybe making the Host and Client classes extend Thread work too?
    (Then I can do all the threading inside there instead)

    dekenx wrote:
    Hello everyone,
    I've recently been working on a game project with network capabilities.
    I need to be able to send data to a client and vice-versa for both a client and a host.
    Say whenever a player moves a character it should send the new coords, etc to the other person
    I have all the networking through a Host and Client class done already, with methods like sendData(String[] data) and getData(). What I need is some sort of update thread in the main program to send this data without stopping the flow of the program.Sounds like a producer/consumer pattern. You produce move data, put it on a queue, and go on with the game. Meanwhile, a consumer thread reads from the queue of move data and pushes it over the network to the other side.
    I was thinking maybe a inner class inside the main program which extends a thread but I'm not sure how to implement that.
    Please help if you can. Thanks.
    P.S - Would maybe making the Host and Client classes extend Thread work too?
    (Then I can do all the threading inside there instead)The inner class or deciding which class to have extend Thread are implementation details you shouldn't be thinking about until you have a good understanding of the overall approach.
    Having said that, you should almost never extend Thread, since you're not creating a specialized kind of Thread class. You're just creating a task to be run in a separate thread, so implement Runnable. Or use an Executor from the java.util.concurrent package.
    I would also probably not use an inner class for this.

  • Every time I try to add album art work to some albums nothing happens, it's the same for the metadata. Nothing changes when I try to change artwork/genre/artist etc. Any help?

    I can't change any of the metadata for some of my albums and see blank artwork really bugs me, I'm a little OCD about it.

    That is the highest you will be able to go with 3g. You need 3gs or 4 to go any higher (multi processors and more memory needed).  Version 4.2.1 marks the end of your updates for that device.

  • Some two threaded image prepare and painting applet coordination problem

    hi all,
    i'm sure this multithreaded gui is complex but anyway. a simple producer&consumer type applet. there is one seperate thread preparing an offscreen image, and the main guy draws it on applet. i can not coordinate them, what's wrong i don't know. simply, applet starts a thread, which paints something on an offscreen image, and then tells to applet repaint(). anyway, here is the code, this small png files are a lot, idea is making a view on them, just imagine a big big png file divided into matrices. afterall this is not the important part. what i see on the screen is, if you ask, nothing.
    thanx,
    ozz
    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.Graphics;
    import java.awt.Image;
    import java.awt.Point;
    import java.awt.Toolkit;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseMotionListener;
    import java.lang.reflect.Array;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class MapViewer
         extends JFrame
         Image map[][];
         public MapViewer()
              int dimensions[] = { 58, 46 };
              map = (Image[][]) Array.newInstance(Image.class, dimensions);
              try
                   loadImages();
              catch(Exception e)
                   e.printStackTrace();
         public void loadImages()
              throws Exception
              for(int i=0; i<58; i++)
                   for(int j=0; j<46; j++)
                        StringBuffer sb = new StringBuffer();
                        sb.append("C:\\map\\");
                        sb.append(i+1);
                        sb.append("_");
                        sb.append(46-j);
                        sb.append(".png");
                        map[i][j] = Toolkit.getDefaultToolkit().getImage( sb.toString() );
         public void go()
              initComponents();
              show();
         private void initComponents()
              addWindowListener
                   new java.awt.event.WindowAdapter()
                        public void windowClosing(java.awt.event.WindowEvent evt)
                             exitForm(evt);
              getContentPane().setLayout(new BorderLayout());
              getContentPane().add(new MapPanel(), BorderLayout.NORTH);
              pack();
         private void exitForm(java.awt.event.WindowEvent evt)
              System.exit(0);
         public static void main(String args[])
              new MapViewer().go();
         private class MapPanel
              extends JPanel
              implements MouseMotionListener, Runnable
              private int north = 1;
              private int east = 2;
              private int south = 4;
              private int west = 8;
              private int direction;
              private Image model;
              private Boolean refreshModel = Boolean.TRUE;
              private Boolean modelReady = Boolean.FALSE;
              private Point start = new Point(200, 200);
              public MapPanel()
                   addMouseMotionListener(this);
                   new Thread(this).start();
              public synchronized Image requestImage()
                   return createImage(1600, 1600);
              public Dimension getMinimumSize()
                   return new Dimension(400, 400);
              public Dimension getPreferredSize()
                   return new Dimension(400, 400);
              public void paint(Graphics g)
                   synchronized(modelReady)
                        if(modelReady.booleanValue() == true)
                             g.drawImage(model, 0, 0, null);
                   g.setColor(Color.white);
                   g.fillRect(0, 0, 30, 10);
                   g.setColor(Color.black);
                   g.drawString(String.valueOf(direction), 0, 10);
              public void mouseDragged(MouseEvent e)
              public void mouseMoved(MouseEvent e)
                   Point p = e.getPoint();
                   findDirection(p);
              private void findDirection(Point p)
                   direction = 0;
                   if(p.x < 100)
                        direction |= west;
                   else if(p.x > 300)
                        direction |= east;
                   if(p.y < 100)
                        direction |= north;
                   else if(p.y > 300)
                        direction |= south;
              public void moveIt()
                   int px = 20;
                   int py = 20;
                   synchronized(refreshModel)
                        if(refreshModel.booleanValue() == true)
                             model = requestImage();
                             if(model == null || model.getGraphics() == null)
                                  return;
                             Graphics g = model.getGraphics();
                             for(int x=0; x < 4; x++)
                                  for(int y=0; y<4; y++)
                                       g.drawImage(map[px+x][py+y], x*200, y*200, null);
                             refreshModel = Boolean.FALSE;
                             modelReady = Boolean.TRUE;
    //               start.x -= 3;
    //               start.y -= 3;
              public void run()
                   while(true)
                        try
                             moveIt();
                             repaint();
                             Thread.currentThread().sleep(20);
                        catch(InterruptedException ie)

    Hi.
    The Graphics.drawImage method is asynchronyous, that may be the reason of the problem. Set an ImageObserver parameter in drawImage method, when drawing on an offscreen image. Count finished images and when all are done
    draw the big image on the screen.
    Alternatively you can call Toolkit.prepareImage method in a loop, after loadimages and wait until all images are loaded(true returned).

  • Safari crashes.  I've tried some other threads but suggestions don't work

    Safari 3.2.1 crashes after opening. It opens very slowly with spinning wheel. It crashes sooner now so that I don't have time to uncheck the security warning pop up that was suggested.
    I've verified and repaired disc, verified and repaired permissions via disc utility. Based upon a previous solution I also corrected duplicate fonts in Font Book and used Font Nuke to delete the cache. Earlier I had time to empty Safari cache. I tried reloading Safari 3.2.1 for 10.4.11 but that didn't help. I checked both libraries and did not have any Input Manager folders. I don't believe I have any third party applications for Safari, at least those mentioned. I deleted "form values" and download.plist from Home/Library/safari and com.apple.safari.plist from Home/Library/Preferences per Klaus1's post. I tried to complete the link in his reply to Safari3.2.1 is flawed but that didn't help either.
    Can someone help? Thanks.
    Mark
    Here's my latest error report. I've sent 4 to apple in the last 24 hours.
    Date/Time: 2008-12-15 00:12:17.992 -0800
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [101]
    Version: 3.2.1 (4525.27.1)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 45252701
    PID: 371
    Thread: 4
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000001
    Code[1]: 0x90b200d0
    Thread 0:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x9f4c59ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9f4c52b0 CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x9fbaab20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x9fbaa1b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x9fbaa020 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x9250f734 _DPSNextEvent + 384
    8 com.apple.AppKit 0x9250f3f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.Safari 0x00007f20 0x1000 + 28448
    10 com.apple.AppKit 0x9250b93c -[NSApplication run] + 472
    11 com.apple.AppKit 0x925fc458 NSApplicationMain + 452
    12 com.apple.Safari 0x000b779c 0x1000 + 747420
    13 com.apple.Safari 0x000b74a0 0x1000 + 746656
    Thread 1:
    0 libSystem.B.dylib 0x9004b88c pread + 12
    1 com.apple.WebCore 0x0101088c unixRead + 44
    2 com.apple.WebCore 0x01036018 sqlite3PagerAcquire + 4008
    3 com.apple.WebCore 0x01349ce8 checkList + 312
    4 com.apple.WebCore 0x0134a450 checkTreePage + 768
    5 com.apple.WebCore 0x0134a51c checkTreePage + 972
    6 com.apple.WebCore 0x0134a51c checkTreePage + 972
    7 com.apple.WebCore 0x0134a668 checkTreePage + 1304
    8 com.apple.WebCore 0x0134a51c checkTreePage + 972
    9 com.apple.WebCore 0x013498e8 sqlite3BtreeIntegrityCheck + 1560
    10 com.apple.WebCore 0x01028614 sqlite3VdbeExec + 34404
    11 com.apple.WebCore 0x0101fdc8 sqlite3Step + 1608
    12 com.apple.WebCore 0x0102ce08 sqlite3_step + 152
    13 com.apple.WebCore 0x01348f34 WebCore::IconDatabase::checkIntegrity() + 164
    14 com.apple.WebCore 0x0102d04c WebCore::IconDatabase::performOpenInitialization() + 76
    15 com.apple.WebCore 0x0100a5e0 WebCore::IconDatabase::iconDatabaseSyncThread() + 224
    16 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x9f4c59ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9f4c52b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x90b2d7bc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x90b05118 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x9f4c59ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9f4c52b0 CFRunLoopRunSpecific + 268
    4 com.apple.Safari 0x001112bc 0x1000 + 1114812
    5 com.apple.Safari 0x00111370 0x1000 + 1114992
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4 Crashed:
    0 com.apple.Foundation 0x90b200d0 _NSRaiseError + 264
    1 com.apple.Foundation 0x90b1fe0c +[NSException raise:format:] + 40
    2 com.apple.Foundation 0x90b42bd8 -[NSConcreteFileHandle readDataOfLength:] + 508
    3 com.apple.Foundation 0x90b433d8 -[NSHTTPCookieDiskStorage(NSInternal) _saveCookies] + 292
    4 com.apple.Foundation 0x90b43180 saveTimerCallback + 96
    5 com.apple.CoreFoundation 0x9f4d9384 __CFRunLoopDoTimer + 184
    6 com.apple.CoreFoundation 0x9f4c5cfc __CFRunLoopRun + 1680
    7 com.apple.CoreFoundation 0x9f4c52b0 CFRunLoopRunSpecific + 268
    8 com.apple.Foundation 0x90b2c67c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    9 com.apple.Foundation 0x90b05118 forkThreadForFunction + 108
    10 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x90b0c284 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9ba3b42c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x90b05118 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x9f4d8240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9004e70c fsync + 12
    1 com.apple.Foundation 0x90b3e810 _NSWriteBytesToFile + 400
    2 com.apple.Foundation 0x90b3e66c -[NSData writeToFile:atomically:] + 104
    3 com.apple.Safari 0x00058e1c 0x1000 + 359964
    4 com.apple.Safari 0x00029e14 0x1000 + 167444
    5 com.apple.Safari 0x00029cec 0x1000 + 167148
    6 com.apple.Safari 0x00029830 0x1000 + 165936
    7 com.apple.Foundation 0x90b05118 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4 crashed with PPC Thread State 64:
    srr0: 0x0000000090b200d0 srr1: 0x000000000202f030 vrsave: 0x0000000000000000
    cr: 0x24024442 xer: 0x0000000000000007 lr: 0x0000000090b200a8 ctr: 0x0000000090ae1e5c
    r0: 0x0000000000000000 r1: 0x00000000f01823e0 r2: 0x00000000a0adf508 r3: 0x00000000f0181f90
    r4: 0x0000000000000000 r5: 0x0000000090ae1784 r6: 0x00000000f0182014 r7: 0x00000000000000ff
    r8: 0x00000000f0182000 r9: 0x0000000001b3b500 r10: 0x000000009f3f7628 r11: 0x0000000024024442
    r12: 0x0000000090ae1e5c r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x00000000a0b032b4 r18: 0x00000000a0b032b4 r19: 0x00000000a0b032b4
    r20: 0x0000000000000011 r21: 0x00000000ffffffff r22: 0x0000000001b79c68 r23: 0x000000009f4615b8
    r24: 0x0000000000000000 r25: 0x0000000006d05000 r26: 0x0000000001be5f50 r27: 0x00000000ffffffff
    r28: 0x0000000001becaf0 r29: 0x00000000a0ae5d30 r30: 0x00000000ffffffff r31: 0x0000000090b1ffd8
    Binary Images Description:
    0x1000 - 0x1dffff com.apple.Safari 3.2.1 (4525.27.1) /Applications/Safari.app/Contents/MacOS/Safari
    0x405000 - 0x4c3fff com.apple.WebKit 1.0.3 (4525.27.1) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x551000 - 0x63afff com.apple.JavaScriptCore 4525.26 (4525.26.2) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x690000 - 0x77efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x1008000 - 0x16dbfff com.apple.WebCore 4525.26 (4525.26.6) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x903b2000 - 0x90689fff com.apple.CoreServices.CarbonCore 681.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x909f9000 - 0x90a81fff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90adf000 - 0x90d0afff com.apple.Foundation 6.4.10 (567.37) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fe000 - 0x91536fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x915a6000 - 0x915b5fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x915be000 - 0x915cbfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91615000 - 0x9162efff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91d06000 - 0x91d09fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91df5000 - 0x91e37fff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91e5d000 - 0x91e5dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e5f000 - 0x91f44fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f4c000 - 0x91f6bfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd7000 - 0x92045fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92050000 - 0x920e5fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92507000 - 0x92b3afff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92f27000 - 0x92f45fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f50000 - 0x92faafff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fc8000 - 0x92fc8fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fca000 - 0x92fdefff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ff6000 - 0x93006fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93012000 - 0x93027fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93039000 - 0x930c0fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930d4000 - 0x930dffff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93131000 - 0x93140fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9314c000 - 0x931b2fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931e3000 - 0x93232fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93260000 - 0x9327dfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9328f000 - 0x9329cfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x933bf000 - 0x933d4fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x933dc000 - 0x9350cfff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93703000 - 0x9370ffff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93714000 - 0x93734fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93788000 - 0x93788fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93a33000 - 0x93a50fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x93a59000 - 0x93adafff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9414a000 - 0x941bcfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941f5000 - 0x942bafff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9430d000 - 0x9430dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9430f000 - 0x944cffff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94519000 - 0x94556fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9455e000 - 0x945aefff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945b7000 - 0x945d0fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94669000 - 0x946a1fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946e6000 - 0x94702fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94716000 - 0x9475afff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94c1e000 - 0x94c8ffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94fc8000 - 0x94fd7fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fdf000 - 0x9500cfff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95013000 - 0x95023fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x95713000 - 0x95815fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x95870000 - 0x95937fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x95986000 - 0x959b5fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9630b000 - 0x963ddfff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x964e5000 - 0x96527fff com.apple.CFNetwork 129.22 (129.23) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9673f000 - 0x967f0fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x97b25000 - 0x97b6bfff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x97b8d000 - 0x97c44fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x97e5a000 - 0x97e74fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97ef0000 - 0x97f2efff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9ba38000 - 0x9ba6efff com.apple.Syndication 1.0.7 (55) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9ba8e000 - 0x9baa0fff com.apple.SyndicationUI 1.0.7 (55) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9e9a5000 - 0x9e9d3fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9e9ed000 - 0x9eadbfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9eade000 - 0x9ee09fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9ee39000 - 0x9f3c1fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9f3f4000 - 0x9f478fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x9f4a2000 - 0x9f57cfff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9f5c5000 - 0x9f67cfff com.apple.QD 3.10.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9f6b9000 - 0x9fa74fff com.apple.CoreGraphics 1.258.79 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9fb01000 - 0x9fb13fff libauto.dylib /usr/lib/libauto.dylib
    0x9fb1a000 - 0x9fb8cfff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9fba2000 - 0x9feb0fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    Model: PowerMac3,5, BootROM 4.2.5f1, 1 processors, PowerPC G4 (2.1), 867 MHz, 1.12 GB
    Graphics: NVIDIA GeForce2 MX, GeForce2 MX, AGP, 32 MB
    Memory Module: DIMM0/J21, 128 MB, SDRAM, PC133-333
    Memory Module: DIMM1/J22, 512 MB, SDRAM, PC133-333
    Memory Module: DIMM2/J23, 512 MB, SDRAM, PC133-333
    Modem: Spring, UCJ, V.90, 7.0F, APPLE VERSION 0007, 7/31/2000
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Parallel ATA Device: IBM-IC35L060AVER07-0, 57.27 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-103
    Parallel ATA Device: IOMEGA ZIP 250 ATAPI
    USB Device: General Purpose USB Hub, Up to 12 Mb/sec, 500 mA
    USB Device: Simple Drive, STECH, Up to 12 Mb/sec, 500 mA
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: USB Monitor, LG Electronics Inc., Up to 1.5 Mb/sec, 500 mA
    USB Device: Keyboard Hub, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Up to 12 Mb/sec, 100 mA
    USB Device: M4848, Logitech, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Keyboard, Apple, Inc, Up to 1.5 Mb/sec, 220 mA
    USB Device: SoundSticks, harman/kardon, Up to 12 Mb/sec, 500 mA

    First, launch Safari and open Preferences > Security and disable the "Warn when visiting a fraudulent website" if you haven't already done so; then quit Safari.
    Next, do these in order:
    1. Go to ~/Library/Safari and remove (do not delete) these items:
    • Downloads.plist
    • History.plist
    • LastSession.plist
    2. Go to ~/Library/Cookies and remove (do not delete) the cookies.plist file.
    3. Go to ~/Library/Caches/Safari and delete the entire contents of that folder.
    4. Restart Safari and see if things have improved.
    Mulder

  • Some strange things happened this morning.

    Hi,
    just wanted to ask if anybody expirienced comparable things in the last time:
    Yesterday i hat no /bin/shutdown, so i couldnt shutdown... it was like *gone*. So i killed my PC the hard way. Today i was booting again, and the nvidia module couldn't be loaded for some reason... so i had to remove and reinstall it. Then, my centerim was gone, totally! Reinstalled it - no problems. Whats up with me?

    / isnt full, there is like 4gb free space...
    and i made a mistake, /sbin/shutdown was there, but when i typed "shutdown -h now" it says that "shutdown" is an unknown command. (i just had that error again!). root uses bash as default shell... it didnt work in tty, it didnt work in urxvt, this time i typed /sbin/shutdown -h now and that worked... but its still not like it should be. And it doesnt explain the random corruption of packages...
    EDIT:
    Same problem with any other files out of /sbin...  the strange thing is, in /etc/profile, $PATH looks like this:
    /bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/home/jan/bin:/usr/local/bin
    but echo $PATH gives me:
    ./:/bin:/usr/bin:/usr/local/bin:/usr/bin
    Last edited by mienensuchkind (2008-03-09 15:52:26)

  • Deleted some games, something happened and can't get firefox anymore, can get IE. Keep getting crash reporter but get no email or anything in response. Please help. I want FF, not IE

    I can open FF but all I get is a blank screen with FF logo on top left, and the minimixe-maximize, exit buttons on top left. Nothing else and it won't open. I done the crash reporter about 10 times and get no response at all, I don't think that it is getting to you. FF 4.0 Beta 12 is what I was using however, I can't get anything FF. I've tried doing it through the administrator, can't do it. I've uninstalled and re-installed and nothing happens. This has gone on for about 6 weeks and I've tried everything and nothing happens. The problem is so bad that I thought if I was stuck with IE, I would update to their current program and won't even do that. Help.

    Google ATI Firefox crash. You'll see ATI video cards have multiple problems with Firefox and also internet videos. Also, note the dates these problems occurred - many are 2011...

Maybe you are looking for

  • ITS 6.10 Display problem

    Hi, When i click on the date field in the Create Leave Request ITS screen, the button to enter the calendar gets displayed above some text not next to the date field. unfortunately we can't move to 6.20 right now, so any ideas on whats wrong here. Th

  • Songs not transfering completely

    alright so i noticed that after i transferred some songs to my 30 gig and started listening it, one of my songs thats around 5:40 was cutting off after about 3:20. I thought it was just skipping the rest of the song but when i looked on my ipod to pu

  • How to pass multiple parameters to Query using START WITH, CONNECT BY OBIEE

    Hi I have following oracle query which need to be used as a Data Source in OBIEE Physical Layer. I guess I have to create stored proc. How do I implement this in OBIEE RPD and how do I implement the respective Dashboard prompts for the parameters. SE

  • VPD - what happens if predicate already coded on sql statement?

    Does anyone know, when using VPD, what happens if a where clause already exists on an sql statement that a policy predicate would duplicate? ie the examples are all simple, like adding a "where customer = xx" to a statement like "select * from custom

  • FMAVCR01 and Alternative Hierarchy in AVC

    Hi gurus, Help me please with following question: Is transaction FMAVCR01 depends only on control object table or on hierarchy also? Sholud I change something in control object configuration if we have now an alternative hierarchy also(there is no hi