Glxinfo/glxgears freeze the system like hell

I am running the latest updated Archlinux 64 bit box:
[arnuld@gnu ~]$ pacman -Q mesa
mesa 7.0.1-1
[arnuld@gnu ~]$ pacman -Q xorg-server
xorg-server 1.4-5
I am using openchrome and X runs fine. NO freezes in normals runs but as soon as I type glxinfo or glxgears it freezes the system an I can not do anything. keyboard, mouse all stop responding as if my system is dead, the only solution is Manual Reset button on my cabinet.
[arnuld@gnu ~]$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. K8M800 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 South]
00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:11.6 Communication controller: VIA Technologies, Inc. AC'97 Modem Controller (rev 80)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 01)
[arnuld@gnu ~]$ cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dri"
Load "glx"
Load "record"
Load "extmod"
Load "dbe"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30 - 70
VertRefresh 50 - 160
Option "DPMS"
DisplaySize 269 201 # 96 DPI @ 1024x768
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "PrintVGARegs" # [<bool>]
#Option "PrintTVRegs" # [<bool>]
#Option "I2CScan" # [<bool>]
#Option "VBEModes" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "ExaNoComposite" # [<bool>]
#Option "ExaScratchSize" # <i>
#Option "HWCursor" # [<bool>]
#Option "SWCursor" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoRAM" # <i>
#Option "ActiveDevice" # [<str>]
#Option "BusWidth" # [<str>]
#Option "Center" # [<bool>]
#Option "PanelSize" # [<str>]
#Option "ForcePanel" # [<bool>]
#Option "TVDotCrawl" # [<bool>]
#Option "TVDeflicker" # <i>
#Option "TVProgressive" # [<bool>]
#Option "TVType" # [<str>]
#Option "TVOutput" # [<str>]
#Option "DisableVQ" # [<bool>]
#Option "DisableIRQ" # [<bool>]
#Option "EnableAGPDMA" # [<bool>]
#Option "NoAGPFor2D" # [<bool>]
#Option "NoXVDMA" # [<bool>]
#Option "VbeSaveRestore" # [<bool>]
#Option "DisableXvBWCheck" # [<bool>]
#Option "MaxDRIMem" # <i>
#Option "AGPMem" # <i>
Identifier "Card0"
Driver "via"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
[arnuld@gnu ~]$
I found one other thread with the same problem as mine but nobody replied to his 2nd question:
http://bbs.archlinux.org/viewtopic.php?id=39667
BTW, just out of curiosity , I only watch Bruce Lee's movies and do internet. I do not play games etc. So, is there any use of DRI for me ?

Welcome to the world of Unichrome. Via's integrated graphics chips open gl support in Linux is very poor. I have KM400 and I got GL working with it somehow. When libgl was updated to version 7.0.1 in extra-repo installing it broke the opengl on my system. X simply locked up when ever I tried to start any opengl software. I found from the openchrome.org:
"The 3D driver that complements the openchrome driver can be obtained from the DRI project. For now you should use the Mesa-6.4 branch; the last version known to work sort of reliably is Mesa-6.4.1."
I built libgl, unichrome-dri and mesa -packages with ABS from Mesa-6.4.1-branch and installed latest openchrome -driver from svn. Now opengl with my unichrome chip works pretty "stable". Of course it can't run the latest opengl -stuff but atleast I can run Blender with my laptop.

Similar Messages

  • Console.app and Terminal freezing the system.

    Dear Apple Inc.,
    Recently I noticed opening Terminal takes 3-4 minutes, with system completely frozen at that time. Trying to open Console and check system logs freezes system completely on each log update - I could not use any software (including the Console itself) until I exit Console.app.
    I tried to check & fix hard drive errors, fix permissions, disable/clear Spotlight index and other similar "common to check" fixes. Nothing helped.
    Mac Model: MacBook 6,1
    OS version: Mac OS X 10.6.3 (10D578) All updates are installed (up to date 2010-05-17).
    Here is short workaround to the bug that is STILL not fixed: http://www.webapper.com/blog/index.php/2009/03/26/consoleapp-freezes-on-launch-t erminalapp-slow-to-launch/
    Please note that bug appears even on SMALL log sizes, like several megabytes, and makes the system completely unusable.

    macjack wrote:
    Deleting logs in /private/var/log/asl/* helped.
    How did it help?
    Console and Terminal start instantly and work without problems.
    Btw, during these freezes most applications start to write error reports to the logs...
    great share the salient portions with us.
    But you're not telling us what you've tried...
    Did you try deleting the plists?
    Did you try starting in Safe Mode?
    Give us some stuff to go on....
    Deleting plists: no.
    Starting in Safe mode: no, but I started in Single user mode to run fsck just to be sure. It reported no errors. And terminal was working just fine.
    Unfortunately I deleted the logs that were causing the problems. Next time it happens I will try all suggested actions and post results. Hope it happens again so I could help.

  • Laptop lid closed freezes the system after xorg update

    Hello! After the recent xorg-server update one of the problems I got was that when I close the lid of my laptop (it is configured to turn off the screen) the system just freezes and the screen never turns on again... I try to change TTY, press ctrl-alt-bkspc, even press 1 time the poweroff button (that usually shuts down the system gently) but nothing happens. Anyone with the same problem?

    Interestingly enough, on a fresh boot, Xorg runs in tty8, instead of running in the usual tty7. It also takes very long to come up after the boot sequence. Could it be that it's crashing and then running another instance immediately after?
    Anybody else have something similar?
    Last edited by Mystal (2008-12-21 16:54:17)

  • Changing input language freezes the system

    Hello,
    when switching from one input language to the other in a time period of one minute or less, the system freezes for 30 seconds and sometimes even more.
    Has anyone ever had such an issue?
    Any ideas what causing the system to freeze?
    Thanks in advance,
    Konstantinos

    I wish there was a native one for MacOS X
    For what it's worth, there are some available via CocoAspell and OpenOffice 2.
    http://wiki.services.openoffice.org/wiki/Dictionaries
    But I am stumped about your freezing problem....
    I wonder if you would have the same issue with a different polytonic keyboard. Here are a couple
    http://www.sourcecod.com/sophokeys/
    http://faculty.bbc.edu/rdecker/font/mackeyboard.htm

  • How do I scan and detect the NI PCI devices present in the system like 4060 DMM and PCI 6511 etc?

    Hi there,
    I would like to scan the devices present in the system every time when the software starts.
    This will help me to prompt user if a particular device is not present or is bearing a different device number than the one used in the software.
    For this system I'm using PCI4060, PCI 6511 and DIO96. I am using LV7.0 and Win 2K & XP.
    Thanks in advance for your help.
    _Deepu

    Hi,
    you can make a scan of all the Daq devices by using the function: Get DAQ Device Information.vi that you find under the: Traditional Daq - calibration configuration palette.
    See BD image attached. It scans for 16 devices and return a list of the found.
    This seems to work only for Traditional Daq-compatible devices, no problem for PCI 6511 and DIO96.
    I don't know if it works for the multimeter also; if not, you can make a basic call to the device at the beginning of the program and check for errors.
    Alberto 
    Attachments:
    devices.jpg ‏8 KB

  • Pulseaudio freezes the system

    Dear all
    I've got the following problem. Randomly GNOME3 completely freezes (I am able to move the mouse pointer but any click I make has no effect). Since the system freezes I'm able to see the precise hour in the Gnome3 top panel. Consulting the log contained in /var/log/errors.log I see that every time the system freezes the log contains the following error:
    May 14 21:27:23 VGPORT01 pulseaudio[1674]: module-alsa-card.c: Failed to find a working profile.
    May 14 21:27:23 VGPORT01 pulseaudio[1674]: module.c: Failed to load  module "module-alsa-card" (argument: "device_id="29" name="platform-thinkpad_acpi" card_name="alsa_card.platform-thinkpad_acpi" tsched=yes ignore_dB=no card_properties="module-udev-detect.discovered=1""): initialization failed.
    May 14 21:27:26 VGPORT01 pulseaudio[1740]: pid.c: Daemon already running.
    The error is however impossible to be reproduced with precision since it seems that it appears randomly even if i'm not using any audio player. If it helps I can tell you that I made a fresh net install of my system and I'm using a T60 Lenovo laptop.
    Thank you in advance.

    Can pulseaudio be uninstalled with GNOME3? If so, try removing pulseaudio. If you still get freezes then the problem won't be pulseaudio. Instead it will be either the drivers, alsa, or your hardware. You can also try to use oss instead of alsa. If you can't remove pulseaudio try using another desktop environment that allows you to control it. I don't propose a fix for the problem. It is just what I would do in this situation to try to target the problem more accurately.

  • Playing videos freezes the system, but 3D games are 100% stable

    Since I have gotten this RMA'd motherboard back I have weird problems with it, even though the same components were used in the Msi K9a2 Platinum board without issues.
    The problem is when playing certain videos on the net the system will ocasionally freeze and very rarely will even freeze when fast forwarding videos in KMPLAYER. I just get a black screen and the FAN on the GPU starts spinning at 100%.
    this is a one of the videos that the problems sometimes happens when in full screen:
    http://talent.24ur.com/multimedia/oddaje/slovenija-ima-talent-7-oddaja.html
    The weird thing about it is that I have run over night 3DMark 06 and Vantage, Memtest 86+, Intel Burn Test, OCCT all without errors. I can even play games such as GTA4, Far Cry 2, ... for hours without system crashing.
    What I have tried so far:
    reinstalled OS on the other drive
    tried it with only 1 stick of RAM
    loaded bios failsafe defaults
    updated bios
    increased voltages by a notch on everything
    putted the GPU into the other PCI x16 slot
    unplugged every non essential component from the PC
    ps. needless to say everything is set to stock speed.
    btw. This is the screenshot of the HWMONITOR with Orthos running in the background, check out the low voltage on the 3.3V and 12V rail. Is this normal?

    Quote from: Bas on 07-May-10, 01:56:22
    Download the video instead of viewing it online.
    Online speed is never guaranteed to be stable.
    Also never heard of KMPLAYER.
    what has that got to do with freezing the PC? KMPLAYER is a BSPLAYER alternative. The problem happens in BSPLAYER too.

  • FW400 or USB hard drives freeze the system until unplugged

    Here's what happens, and I can reliably reproduce with any external HD either FW400 or USB:
    I'll plug it in and it'll work just fine... for a while.
    Then, at a seemingly random time, all disk activity to ANY disk will halt. This means internal SATA2, eSATA2, USB Flash, FW400, USB, etc. Any disk queries go unanswered. If I try and open a video off the external disk, QT opens then hangs.
    Usually, when I disconnect the disk, I get the usual "Device not ejected" error, but then my system returns to its normal state.
    Again, this is with any HD I've tried, both on FW400 and USB. Also, a FW400 DVD-RW has this same problem. It seems to be a generic disk issue... though this problem does NOT include eSATA disks - they work just fine and don't hose the system.
    The only difference between the eSATA disks and the FW400/USB disks is that, at least with the FW400 disk I currently have next to me, it's formatted with the Apple Partition Map whereas the eSATA are formatted with GUID Partition Map.
    Here's the console log from plugging in the HD on a FW400 port then watching it become unresponsive:
    Dec 10 09:28:40 Defiant kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xc715f00, 3 -> 2) timed out after 100146 ms
    Dec 10 09:33:40 Defiant kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xc715f00, 2 -> 1) timed out after 100123 ms
    // At this point, I unplugged it
    Dec 10 09:34:20 Defiant /usr/sbin/spindump[20189]: process 20184 is being monitored
    Dec 10 09:34:21 Defiant /usr/sbin/spindump[20189]: process 20184 is being force quit
    Dec 10 09:34:30 Defiant diskarbitrationd[44]: QuickTime Player [20184]:83839 not responding.
    Dec 10 09:34:30 Defiant diskarbitrationd[44]: mds [34]:14595 not responding.
    Dec 10 09:34:30 Defiant diskarbitrationd[44]: fseventsd [40]:13059 not responding.
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test' (fd=0) left open on device 234881041
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test/.Spotlight-V100/Store-V1/Stores/1A194423-2C4A-4DB5-8EFA-4AABCA422310/index State' (fd=26) left open on device 234881041
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test/.Spotlight-V100/Store-V1/Stores/1A194423-2C4A-4DB5-8EFA-4AABCA422310/live. 0.indexGroups' (fd=32) left open on device 234881041
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test/.Spotlight-V100/Store-V1/Stores/1A194423-2C4A-4DB5-8EFA-4AABCA422310' (fd=33) left open on device 234881041
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test/.Spotlight-V100/Store-V1/Stores/1A194423-2C4A-4DB5-8EFA-4AABCA422310/journ alAttr.28' (fd=34) left open on device 234881041
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test/.Spotlight-V100/Store-V1/Stores/1A194423-2C4A-4DB5-8EFA-4AABCA422310/live. 0.indexIds' (fd=35) left open on device 234881041
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test/.Spotlight-V100/Store-V1/Stores/1A194423-2C4A-4DB5-8EFA-4AABCA422310/live. 0.indexHead' (fd=36) left open on device 234881041
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test/.Spotlight-V100/Store-V1/Stores/1A194423-2C4A-4DB5-8EFA-4AABCA422310/store .db' (fd=49) left open on device 234881041
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test/.Spotlight-V100/Store-V1/Stores/1A194423-2C4A-4DB5-8EFA-4AABCA422310/.stor e.db' (fd=50) left open on device 234881041
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test' (fd=59) left open on device 234881041
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test/.Spotlight-V100/Store-V1/Stores/1A194423-2C4A-4DB5-8EFA-4AABCA422310/journ alLive' (fd=60) left open on device 234881041
    Dec 10 09:34:34 Defiant mds[34]: (Error) LSOF: File '/Volumes/Stability Test/.Spotlight-V100/Store-V1/Stores/1A194423-2C4A-4DB5-8EFA-4AABCA422310/journ alSync' (fd=62) left open on device 234881041
    Dec 10 09:35:20 Defiant kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xc715f00, 1 -> 4) timed out after 100239 ms
    // At this point, my system usually returns to its normal state. This time, it did not, so I plugged the drive back in via USB (external hard drive has both USB and FW400), and got the following logs before unplugging it.
    Dec 10 09:37:06 Defiant kernel[0]: jnl: disk5s3: replay_journal: from: 17478144 to: 18109440 (joffset 0x749000)
    Dec 10 09:37:06 Defiant kernel[0]: jnl: disk5s3: journal replay done.
    Dec 10 09:37:06 Defiant kernel[0]: disk4s3: I/O error.
    Dec 10 09:37:06 Defiant kernel[0]:
    Dec 10 09:37:06: --- last message repeated 1 time ---
    Dec 10 09:37:06 Defiant kernel[0]: disk4s3: media is not present.
    Dec 10 09:37:06 Defiant kernel[0]:
    Dec 10 09:37:06 Defiant kernel[0]: lkNum 14920] [LBlkNum 14920] [FSLogMsgID 1006091285] [FSLogMsgOrder First]
    Dec 10 09:37:06 Defiant com.apple.launchd[128] ([0x0-0x760760].com.apple.quicktimeplayer[20184]): Exited: Terminated
    Dec 10 09:37:06 Defiant mds[34]: (/Volumes/Stability Test/.Spotlight-V100/Store-V1/Stores/1A194423-2C4A-4DB5-8EFA-4AABCA422310)(Erro r) IndexCI in openPayload:open err: 6, 0.indexPositions
    Dec 10 09:37:06 Defiant kernel[0]:
    Dec 10 09:37:06 Defiant fseventsd[40]: event logs in /Volumes/Stability Test 1/.fseventsd out of sync with volume. destroying old logs. (518 1 1527)
    Dec 10 09:37:06 Defiant kernel[0]: jnl: disk4s3: dojnlio: strategy err 0x6
    Dec 10 09:37:06 Defiant fseventsd[40]: log dir: /Volumes/Stability Test 1/.fseventsd getting new uuid: 3FDB756A-ADEB-4531-821A-CBA1C2D273FE
    Dec 10 09:37:06 Defiant kernel[0]: jnl: disk4s3: writejournalheader: error writing the journal header!
    Dec 10 09:37:06 Defiant /usr/sbin/spindump[20189]: process 20184 is being no longer being monitored
    Dec 10 09:37:06 Defiant kernel[0]: disk4s3: media is not present.
    Dec 10 09:37:06 Defiant kernel[0]:
    Dec 10 09:37:06: --- last message repeated 1 time ---
    Dec 10 09:37:06 Defiant kernel[0]: jnl: disk4s3: dojnlio: strategy err 0x6
    Dec 10 09:37:06 Defiant kernel[0]: jnl: disk4s3: end_transaction: only wrote 0 of 61952 bytes to the journal!
    Dec 10 09:37:06 Defiant kernel[0]: disk4s3: media is not present.
    Dec 10 09:37:06 Defiant kernel[0]:
    Dec 10 09:37:06: --- last message repeated 1 time ---
    Dec 10 09:37:06 Defiant kernel[0]: disk4s3: media is not present.
    Dec 10 09:37:07 Defiant kernel[0]:
    Dec 10 09:37:07: --- last message repeated 1 time ---
    Dec 10 09:37:07 Defiant kernel[0]: disk4s3: media is not present.
    Dec 10 09:37:07 Defiant kernel[0]:
    Dec 10 09:37:07: --- last message repeated 1 time ---
    Dec 10 09:37:07 Defiant kernel[0]: disk4s3: media is not present.
    Dec 10 09:37:07 Defiant kernel[0]:
    Dec 10 09:37:07: --- last message repeated 1 time ---
    Dec 10 09:37:07 Defiant kernel[0]: disk4s3: media is not present.
    Dec 10 09:37:07 Defiant kernel[0]:
    Dec 10 09:37:09: --- last message repeated 1 time ---
    Dec 10 09:37:09 Defiant kernel[0]: disk4s3: media is not present.
    Dec 10 09:37:09 Defiant kernel[0]:
    Dec 10 09:37:09: --- last message repeated 1 time ---
    Dec 10 09:37:09 Defiant kernel[0]: jnl: disk4s3: close: journal 0x40e2a28, is invalid. aborting outstanding transactions
    I see the "I/O Error" above... but don't believe its the disk. Again, completely different disks, both confirmed working on a G5 iMac, cause my MacBook Pro 17" C2D to stop responding, both running Leopard.
    Any ideas as to what's wrong? Or even better, how to fix it? It'd be really nice to use my USB drive for Time Machine, FW for temporary storage, and my eSATA disks for high-speed temporary stuff... instead of using an eSATA disk for Time Machine...

    Me again. I think I have solved and/or understood the USB problems I have seen.
    The issue of the external drive 'ticking' may indicate a lack of bus power, according to various other threads in this forum. There also seem to be differences between left and right USB ports. My external drive does not mount at all when plugged into the left USB port, even though the power light is on.
    I was still getting an intermittent problem with the drive plugged into the right hand port. This appears to have been fixed by reformatting the drive in a different way, creating a single Partition rather than using Erase in Disk Utility. I have also disabled Spotlight indexing on the backup disk: maybe that's what really fixed it?
    The other observation I have is that the drive only seems to work if the cable is connected to the computer first, then to the drive.

  • [Solved] Flash+Firefox regularly freeze the system

    I'm not quite sure which forum to post this in, but this seems right.
    With reasonable regularity, my whole system freezes, almost to a complete halt. The freeze itself seems to take 5-10 seconds, during which time I can switch between windows, interact etc., but in the end everything stops. I can usually switch to a tty but it takes 2-8 minutes from I press ctrl-alt-f2 until it appears. If I kill Firefox, eventually I can return to work again.
    dmesg has this:
    [356927.994259] Out of memory: Kill process 1468 (firefox) score 298 or sacrifice child
    [356927.994640] Killed process 1701 (plugin-containe) total-vm:794732kB, anon-rss:109672kB, file-rss:0kB
    so I guess the plugin-container is to blame.
    I recently had Linux Mint and Ubuntu installed on the same computer, none of which had this problem.
    Can someone suggest ways to solve the problem (and I don't count "Don't watch Youtube while you're working" as a valid solution)?
    Last edited by eyolf (2014-08-27 18:15:31)

    Here's the output with a youtube video running in the background:
    # free -m
    total used free shared buffers cached
    Mem: 3957 3400 556 33 72 719
    -/+ buffers/cache: 2609 1347
    Swap: 0 0 0
    # smem -kt
    PID User Command Swap USS PSS RSS
    6147 eyolf dbus-launch --sh-syntax --e 0 284.0K 284.0K 288.0K
    11717 eyolf ./words 0 380.0K 380.0K 388.0K
    6229 eyolf /bin/sh /usr/bin/gnome-do 0 416.0K 416.0K 428.0K
    9247 eyolf /bin/sh -c set -- '/home/ey 0 424.0K 424.0K 436.0K
    11716 eyolf /bin/bash /usr/bin/words 0 428.0K 428.0K 440.0K
    13289 eyolf /bin/sh -c set -- '/home/ey 0 428.0K 428.0K 440.0K
    871 eyolf /usr/lib/systemd/systemd -- 0 620.0K 620.0K 648.0K
    8579 eyolf /usr/lib/gvfs/gvfsd-metadat 0 624.0K 624.0K 656.0K
    6281 eyolf /usr/lib/GConf/gconfd-2 0 672.0K 749.0K 2.3M
    25061 eyolf /usr/lib/pulse/gconf-helper 0 800.0K 800.0K 832.0K
    6153 eyolf /usr/lib/dconf/dconf-servic 0 868.0K 868.0K 900.0K
    6166 eyolf /usr/lib/gvfs/gvfsd 0 816.0K 920.0K 3.5M
    10819 eyolf /bin/bash /usr/bin/yaourt i 0 968.0K 968.0K 980.0K
    6185 eyolf /usr/lib/gvfs/gvfsd-fuse /r 0 1.0M 1.0M 1.1M
    8255 eyolf htop 0 1.1M 1.1M 2.6M
    6148 eyolf /usr/bin/dbus-daemon --fork 0 1.0M 1.2M 2.5M
    8251 eyolf -zsh 0 1.7M 1.7M 1.7M
    9419 eyolf zsh 0 1.7M 1.7M 1.7M
    12072 eyolf zsh 0 1.7M 1.7M 1.7M
    9141 eyolf zsh 0 1.7M 1.7M 1.7M
    9321 eyolf zsh 0 1.7M 1.7M 1.7M
    11853 eyolf zsh 0 1.7M 1.7M 1.7M
    11064 eyolf zsh 0 1.8M 1.8M 1.8M
    18564 eyolf zsh 0 2.0M 2.0M 2.1M
    6204 eyolf /usr/lib/gvfs/gvfs-udisks2- 0 2.1M 2.3M 5.3M
    12359 eyolf zsh 0 1.7M 2.4M 5.4M
    13214 eyolf zsh 0 1.7M 2.4M 5.6M
    11996 eyolf /usr/lib/gvfs/gvfsd-http -- 0 3.1M 3.1M 3.2M
    6248 eyolf /usr/lib/gvfs/gvfsd-trash - 0 3.4M 3.5M 6.7M
    25054 eyolf /usr/bin/pulseaudio --start 0 4.1M 5.2M 9.2M
    3832 eyolf mocp 0 5.3M 5.3M 5.4M
    15345 eyolf python2 /usr/bin/smem -kt 0 9.6M 9.8M 12.1M
    9225 eyolf /usr/bin/python -O /usr/bin 0 13.8M 13.8M 13.8M
    6226 eyolf /usr/lib/mate-polkit/polkit 0 14.5M 14.7M 17.9M
    13216 eyolf /usr/bin/python -O /usr/bin 0 13.7M 14.8M 20.0M
    6140 eyolf mate-session 0 14.7M 14.9M 19.1M
    6272 eyolf /usr/lib/mate-panel/notific 0 14.7M 15.1M 21.2M
    6216 eyolf mate-screensaver 0 15.1M 15.2M 17.7M
    12074 eyolf /usr/bin/python -O /usr/bin 0 16.1M 16.8M 19.4M
    11855 eyolf vim 0 17.3M 17.3M 17.4M
    9421 eyolf vim 0 17.3M 17.3M 17.4M
    6222 eyolf mate-power-manager 0 17.0M 17.5M 23.8M
    6218 eyolf mate-volume-control-applet 0 17.1M 17.6M 22.9M
    6270 eyolf /usr/lib/mate-panel/clock-a 0 17.9M 19.1M 29.4M
    9248 eyolf vim -- /home/eyolf/.vimrc 0 19.2M 19.2M 19.3M
    9285 eyolf /usr/bin/python -O /usr/bin 0 20.6M 21.2M 24.0M
    6268 eyolf /usr/lib/mate-panel/wnck-ap 0 20.5M 21.3M 31.8M
    6159 eyolf marco 0 21.3M 22.9M 33.2M
    6227 eyolf nm-applet 0 21.9M 23.3M 29.3M
    15027 eyolf /usr/bin/gvim -f /tmp/vimpe 0 21.4M 26.7M 59.7M
    15250 eyolf /usr/bin/gvim -f /tmp/vimpe 0 21.4M 26.9M 60.1M
    9315 eyolf mate-terminal 0 26.1M 27.7M 39.9M
    12779 eyolf caja 0 22.4M 29.9M 65.3M
    6157 eyolf /usr/lib/mate-settings-daem 0 27.3M 31.0M 41.6M
    6164 eyolf mate-panel 0 31.0M 31.8M 40.6M
    12345 eyolf vidalia 0 62.9M 68.4M 103.3M
    6261 eyolf mono /usr/lib/gnome-do/Do.e 0 94.8M 95.5M 105.8M
    14331 eyolf luakit 0 111.2M 120.1M 160.8M
    12638 eyolf /usr/lib/firefox/plugin-con 0 118.7M 134.2M 179.2M
    13290 eyolf zathura -- /home/eyolf/doku 0 132.5M 136.8M 145.3M
    14386 eyolf thunderbird 0 262.2M 269.1M 307.7M
    12373 eyolf /usr/lib/firefox/firefox 0 742.3M 760.5M 812.4M
    62 1 0 2.0G 2.1G 2.5G

  • Can Time Machine freeze the system?

    Hello,
    Twice in the last month or so, Time Machine has apparently frozen my iMac while trying to find my external USB drive. Both times, all applications and the finder froze, although I could still maneuver the mouse (could not click on anything). Force Quit would not work and worse, powering off and powering on would not force a reboot -- the same frozen screen would reappear.
    After a lot of investigation the first time, I realized that the Time Machine menu button had stuck in place and my external LaCie drive was not responding. I also found that when I tried Force Quit, I saw a process listed -- backupd-helper -- for a short period of time that helped point me to a Time Machine issue. Both times, the only solution was to turn off the external drive.
    Normally, Time Machine works great with this drive. I leave it on and it does its thing every hour. I think the drive is formatted correctly (GUID), with only one partition, and it checks out ok with drive utility, so I'm not sure the drive is the issue.
    Perhaps someone here has experienced the same kind of odd behavior? Or could point me to a log file to review for possible evidence of what's going on? It seems like the drive mounts most of the time as required, but for some reason has failed to on these two occasions.
    Thanks for any help!

    Folks;
    I am new to this board but I have experienced a similar problem and thought I would pass along what I THINK has solved the problem.
    I purchased a new 27" imac about three weeks ago.  At the same time I also purchased a "g drive mini" (500mg) that I used as a back drive to use with Time Machine.  Over those three weeks my imac froze about  6 times and this seemed to happen during Time Machine back ups.  I would get a message about "calculating changes" and the machine would freeze at that point for many hours (often during overnight hours) - forcing a hard shut down of the imac. 
    After researching the internet for a solution, one suggestion I found was to turn off "sleep mode" for the comouter and ALSO turn off "put hard disks to sleep when possible".  These can both be found in the Preferences section of your mac.
    I made these changes on Wednesday evening (6-1-2011) and the machine has backed up every hour since then (now 6-3-2011) with no problems.
    So, having said all of that, I think the turning off of the the two sleep modes has done the trick.
    Apparently,  when the computer and/or hard disks are asleep, Time Machine cannot always wake them up and do a back up to the external drive.  I plan to let the machine run through the weekend and see if I have any more problems - but so far - so good.
    Matt

  • Video will not open OS 10.6.8 Safari 5.1.10, youtube page freezes the system. Activity moniy=tor shows all memory being used up, but processor use is very low

    Video will not open. OS 10.6.8, safari 5.1.10. problem is very noticeable when opening youtube main page. stalls complete system. tried reloading most recent version of flash. Activity monitor identifies all memory is being used to open page, no processor usage and transfer rate does not look out of line. 4 GB memory. Macbookpro6.2, i5, 2.4 GHz. Individual Video will open in facebook. Some video will not open in Yahoo.

    Video will not open. OS 10.6.8, safari 5.1.10. problem is very noticeable when opening youtube main page. stalls complete system. tried reloading most recent version of flash. Activity monitor identifies all memory is being used to open page, no processor usage and transfer rate does not look out of line. 4 GB memory. Macbookpro6.2, i5, 2.4 GHz. Individual Video will open in facebook. Some video will not open in Yahoo.

  • Arch Linux freezes the whole system in VMware

    Hi,
    I use Windows Vista as main OS and I'm trying to install Arch on VMware, the problem is, when I log in into the console and try to type anything else, it will crash my host system (Vista).
    This is very weird because:
    a) I'm running a virtual Gentoo on VMware and it doesn't freeze as Arch.
    b) Arch Linux doesn't freeze the system if I use VirtualBox instead of VMware
    c) I did a clean install of XP (just for testing purposes) and virtual Arch also crashed the system.
    This is confusing me because:
    a) Why does Gentoo work and Arch doesn't? Are there base configurations/software so different that one works and the other doesn't?
    b) Why can VirtualBox handle Arch and VMware can't?
    c) Even a clean install can't handle Arch on VMware? Does this mean it's something wrong in my hardware? How come if Gentoo works on VMware and VirtualBox handles Arch?
    Please note that I can't use VirtualBox, I must use VMware and I would really like to use Arch instead of Gentoo. I'm trying to ditch Gentoo and use Arch but this problem is leaving me no choice than to keep using Gentoo...
    Any ideas?

    Ranguvar wrote:Is it that you can't use VBox, or you must use VMware? There are still other virtual machine apps.
    I know, but I want to use VMware. I don't like VirtualBox that much and VMware is better for me. The other virtual machine apps don't even come close to VMware, at least in my point of view. But it doesn't matter, I want to use VMware.
    Ranguvar wrote:Anyways, is it the Arch install CD that crashes, or is it Arch after it has been installed? Have you read http://wiki.archlinux.org/index.php/Ins … _in_VMWare ?
    After installation, it never crashed during the install as far as I remember.
    Ranguvar wrote:Do you get any specific error messages from Windows? Are you using the latest version of VMware? Can you at least try VirtualBox to help isolate the problem?
    No specific error messages, nothing in the log files, there's nothing anywhere... Yes, I'm using the latest version. What do you mean try VirtualBox to help isolate the problem? I've already used VirtualBox, installed Arch fine and it didn't freeze.
    Ranguvar wrote:This is very odd, and may actually indicate a problem with hardware, or something... a virtual machine should NOT be able to bring down the host, under any circumstances. If it can, both the OS and the virtual machine are bugged. Not too much of a surprise, but yeah.
    My thoughts exactly but how can be an hardware problem if VirtualBox works just fine? How can it be a virtual machine problem if Gentoo works fine on VMware?
    fumbles wrote:Sounds like a problem with VMware (or maybe Vista?) not Arch. Try reinstalling VMware, make sure it is at the lastest version (maybe try even roll back to the previous version), make sure Vista is updated. When you say crash, do you mean BSoD? Or does it just freeze? If it is a BSoD then what is the specific error?
    It just freezes, not a BSOD. It is not a problem with Vista because it also happens on XP. Like I said on my first post, I did a clean install of XP, update all drivers and did all Windows updates, installed latest VMware version and the same thing still happened.
    Joe_Arch wrote:How much ram are you allocating to Arch? Counterintuitively, you might want to try lowering it. If you allocate too much your host OS freaks out.
    I have 2Gb (2x1024Mb) installed on my laptop and I'm using just 256Mb for Arch.
    jacko wrote:someone else was having this issue the other day on irc. the fact is a guest OS should NEVER even come close to crashing the host OS. So more then likely this is a bug in VMware and not arch. What arch packages that is causing the conflict with VMware is unapparent, but it's not likely a bug arch can fix.
    That was me... I'm not saying it's a bug on Arch, but it's weird that Gentoo doesn't have a problem and Arch does. They must differ somehow, one must use some package where the other doesn't or some global system configuration is different from one to the other, there must be some difference, otherwise, they both would freeze or they both would work...

  • 512MB of RAM and Widgets...can it make the system completely freeze?

    Noticing a very sluggish response on my Mac Mini I realize that memory is an issue with MS Office and such using Safari with iCal in the background.
    My Mac does a complete freeze, no force quit no toggle when I hit F12 (widgets) retrieving widgets while an app is running will freeze the system it has occurred twice in one day.
    I use a maintenance tool to run cron jobs, optimize safari, updated prebinding, check S.M.A.R.T disk and all is fine.
    Looking for more avenues...
    I am on the fence on adding more memory because of the processor chip and wanting to go to Leopard shortly..
    I may just have to backup and live with this problem...

    The folder and question mark at startup is an indicator that no valid MacOS install was found to boot from. Usually it means the system can't find the internal drive or the internal drive wasn't correctly recognized. In a normally functional and correctly configured Mac, this is a rare thing, but it can happen if, for example, the system is usually booted from an external drive, but the external is disconnected or powered down.
    However, it can also be caused by an error in the system management controller, where an SMC reset will usually resolve it. It may have been this in your case, since although you may not have intentionally performed an SMC reset, the disconnection of power and other devices is essentially the same thing!
    Just check that the startup disk preference pane has the internal drive selected, and as long as there is a valid MacOS install on that, this problem should not recur.

  • I ERASEd WINDOWS. I want to re-install it and before, i'd'like to re-install all the system (10.6.7). But that seems to be impossible. When i try to turn on with the softare and pushing "c", blind screen. When i turn on it normaly, nothing happened. pls,

    I ERASEd WINDOWS. I want to re-install it and before, i'd'like to re-install all the system (10.6.7). But that seems to be impossible. When i try to turn on with the softare and pushing "c", blind screen. When i turn on it normaly, and put the disc after, the process begins and stops 5 minutes after. The computer turns off. Has someone an idea to help me ? Thanks by advance.
    Zach

    Thank you for your answer.
    And...Yes, i did : i inserted the install disc and started up holding the C key. Many time. But each time, the logo of install disc appeared during ten minutes and then, during the installation, he disappeared suddenly with no reason. And in  the same time the computer turn off.
    The beginning of the storry : my son made long time ago (a year) the partition between Mac and Windows. Everything was fine.
    Recently, He decided to give more memory space to windows.
    He could do that directly (perhaps, was there a way but he did'nt know it)
    For this reason, he decided to desinstall Windows in a first step before reinstalling it.
    But before doing this, he decided to re install all the system, like for cleaning his computer...and then, since, it's a big mess.
    You know everythin now.
    Could you help us ?
    Thanks by advance.

  • How to create a 'System'variable to identify the system from merged dimension

    Hi,
         I have a webi report with merged dimensions on users and
    roles. Users and Roles are coming from 3 different systems (ECC,BW,BOBJ). Now,
    I don’t have the system field available in the queries to filter by the system.
    So, I would like to create a variable for system where I want to be able to
    identify the system (like ECC,BW,BOBJ) based on the merged “Role” dimension.
    Could someone tell me , if it is possible to do that? And if so, how do I do
    that? (I tried, but it's not working for me) I really appreciate your help.
    Thanks,
    Charvi.

    HI,
    You can not use inlist operator here.For inlist static values are required for comparison.I know this is not a solution for you.
    For to use match operator you have to use multiple else-if conditions.I know this is time consuming but if you can not do anything from BW side then use like below formula.
    =If(Match([Role];"FRP.*")) Then "ECC" ElseIf (Match([Role];"HRP.*")) Then "ECC" else"BW"
    Add more conditions in the formula and if you are sure in your report there are only three type of roles.Then define condition only for  ECC and BW systems in the variable and rest mark as else BO.
    Thanks,
    Amit

Maybe you are looking for

  • Firefox 21.0 crashes with multiple tabs

    When I open firefox in my Note 2 with multiple tabs already opened it hangs for some time, crashes and requests for restart. Although after restart it works fine with my closed tabs listed in the first page.

  • Calling web service via utl_dbws with unbounded return values

    Hello, everyone. I'm trying to use utl_dbws to call web service from Oracle DB 10 g. WS has unbounded return value: <xs:element maxOccurs='unbounded' minOccurs='0' name='return' type='xs:string'/> I'm setting return paramter in web service call handl

  • I have an iphone s. I can't update it.

    I cant update or download apps on my iphone4s. I get a message that either my ID or my password is wrong. Both are right, but in itunes & app stores it list an old Apple ID. Is this the problem? How do I change it?

  • Menus like "Bookmarks" or "File" are blinking

    When I click on a bookmarks folder or one of the item in the menu bar, the menu is blinking very fast and it is very hard to read each items. If Firefox is open on the main monitor, this problem never happen.

  • FCP won't hide

    Anyone know why both FCP 5.1.2 on a macbook pro and 5.0.4 on a G5 often refuse to hide after a bit of usage - neither apple-H nor right click in the dock, nor apple-alt-h from other apps will work - and its greyed out in the drop down menu. It usuall