Why arch always access ext4 every second?

I've read one related topic https://bbs.archlinux.org/viewtopic.php?id=113516.
$ pacman -Q linux
linux 3.10.10-1
$ mount -o defaults,noatime,commit=60 /dev/sdb2 /mnt/home
# it access my disk every second
$ mount | grep sdb2
/dev/sdb2 on /mnt/home type ext4 (rw,noatime,commit=60,data=ordered)
Any tip to debug it?

> f it has just been created, the link you posted may contain the answer i.e. it might still be creating the inodes.
Thanks, I just notice it
man mkfs.ext4
# default enabled lazy_itable_init and lazy_journal_init.
# and related mount option: uninit_bg
But how to know all the inode have already created?
Here I list my another PC's ext4 partition information.
$ smartctl --all /dev/sda
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.10.10-1-ARCH] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Device Model: HITACHI HDS7225SCSUN250G 0710B99GZK
Serial Number: VFA140R1D99GZK
LU WWN Device Id: 5 000cca 210d25271
Firmware Version: V5DOA7BA
User Capacity: 250,056,000,000 bytes [250 GB]
Sector Size: 512 bytes logical/physical
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ATA/ATAPI-7 T13/1532D revision 1
Local Time is: Tue Sep 17 10:03:25 2013 CST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x84) Offline data collection activity
was suspended by an interrupting command from host.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 4949) seconds.
Offline data collection
capabilities: (0x5b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 83) minutes.
SCT capabilities: (0x003f) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000b 100 100 016 Pre-fail Always - 0
2 Throughput_Performance 0x0005 161 161 050 Pre-fail Offline - 195
3 Spin_Up_Time 0x0007 135 135 024 Pre-fail Always - 260 (Average 292)
4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 73
5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0
7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0
8 Seek_Time_Performance 0x0005 134 134 020 Pre-fail Offline - 32
9 Power_On_Hours 0x0012 096 096 000 Old_age Always - 32356
10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 73
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 208
193 Load_Cycle_Count 0x0012 100 100 000 Old_age Always - 208
194 Temperature_Celsius 0x0002 181 181 000 Old_age Always - 33 (Min/Max 17/54)
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0
197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x000a 200 253 000 Old_age Always - 0
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
$ tune2fs -l /dev/sda2
tune2fs 1.42.8 (20-Jun-2013)
Filesystem volume name: arch64
Last mounted on: /
Filesystem UUID: xxx(omit)
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Filesystem flags: signed_directory_hash
Default mount options: (none)
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 15138816
Block count: 60548805
Reserved block count: 3027440
Free blocks: 8208333
Free inodes: 12058767
First block: 0
Block size: 4096
Fragment size: 4096
Reserved GDT blocks: 1009
Blocks per group: 32768
Fragments per group: 32768
Inodes per group: 8192
Inode blocks per group: 512
Flex block group size: 16
Filesystem created: Thu Jan 5 17:01:16 2012
Last mount time: Mon Sep 2 08:58:15 2013
Last write time: Mon Sep 2 08:58:15 2013
Mount count: 12
Maximum mount count: 34
Last checked: Fri Jul 12 11:00:12 2013
Check interval: 15552000 (6 months)
Next check after: Wed Jan 8 11:00:12 2014
Lifetime writes: 1724 GB
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
First inode: 11
Inode size: 256
Required extra isize: 28
Desired extra isize: 28
Journal inode: 8
First orphan inode: 13159924
Default directory hash: half_md4
Directory Hash Seed: 5deea733-f866-4478-add5-a98235057da4
Journal backup: inode blocks

Similar Messages

  • Why I always have to go back to Arch?

    Hi there!
    A little story about me. I discovered Linux a long ago (6-7 years ago) while I was interested in computer security and hacking, and got a hint the 1337s uses Linux (or any other unix based system), so I decided to try it (I choose for Linux because it was the most popular *nix based system atm).
    My romance with Linux started with Mandrake (today Mandriva) and included distributions like Red hat (it wasn't enterprise oriented that time and AFAIK there were no Fedora yet), and the lovely Gentoo. Its funny tough, Ubuntu wasn't that popular at the time (I even remember how I was on an open lecture in University about open source and Linux, and I got a free CD of Ubuntu and no body heard about it before )
    Anyway its stopped there for few years and I got back to Linux about 2 years ago, with Ubuntu on my desktop machine.
    My nature is to discover and be different. If everybody uses Ubuntu, I must use something else (even now, I'm on Xubuntu).
    This nature lead me to replace Ubuntu with Arch. This was the first time I encountered a very similar distribution to Gentoo, that were optimized to i686 and did not require you to compile every package (for instance I installed Gentoo like 2-3 times from scratch [those were beautiful Friday evenings-nights :romantic-smiley:]) and I remember how compiling Xorg took me hours (and when I say hours I mean hours, something like 6-8 hours).
    Then I got back to windows since my old PC died and I got a new one and a laptop.
    This leads us to nearly today. Right now I'm using my laptop as my main computer at home and at work (the desktop PC had a motherboard issue that was replaced under warranty. While they were fixing it, I switched to use my laptop).
    I started with Ubuntu, simply because it works! But I hated Untiy and I switched to Xubuntu. But you do remember my nature right? This lead me to switching to Arch.
    A few days of configurations and I got stable up and running system. Then I came to work and had some issues (especially with keyring) and they blocked me from working, instead I needed to fix them. Then I said "This is it! I need a machine that works!".
    I removed Arch, installed Xubuntu and promised my self never to do this pointless Distro_name->Arch->Distro_name path, because well, it ends the same way always.
    But you do remember my nature right? So right now I'm standing in front of a decision whether to go back to Arch or not. I must say I really like the rolling release scheme, I'm in love with pacman (its a lot more superior than apt-get or yum IMHO), I like the way you can customize Arch.
    But Archs customization is also its weak point, you have to devote hours or reading and configuring to get a stable and running system. And sometimes (especially if you use your laptop for work or for studies or both) you need to have a running system and you don't want to mess with cups just because its 2 A.M. and you need to print your project to submit it in 5 hours (yes you must take care of it at a lot earlier point than 5 hours before deadline )
    Ubuntu is nice, but its bloated. It doesn't even give you the option to select what packages you want to install (unlike Fedora for example). Its comes with (IMHO) stupid meta packages like ubuntu-desktop, xubuntu-desktop so its nearly impossible to try gnome3, xfce, openbox on the same system without breaking something.
    Ubuntu simply works, but as soon as you need something deeper, you are screwed.
    I don't really ask sort of a question here, but I know many of you use Arch (I'm on bbs.archlinux.org doh -.-' ) as your everyday system, so I would like to know how do you handle its configuration, what you do when something breaks and you don't have the time to fix it (you are at work, hitting the deadline of your university project or whatever). Maybe you will be able to convince me why I always want to get back to Arch and what I need to do to choose it as my the one and only distribution. Maybe you will be able to suggest me another distro that fits my needs. Or maybe you want to tell me how sucky I'm.
    So simply go on and post, this is why I created this topic.
    Thanks you for your time

    skwo wrote:
    Hi there!
    A little story about me. I discovered Linux a long ago (6-7 years ago) while I was interested in computer security and hacking, and got a hint the 1337s uses Linux (or any other unix based system), so I decided to try it (I choose for Linux because it was the most popular *nix based system atm).
    My romance with Linux started with Mandrake (today Mandriva) and included distributions like Red hat (it wasn't enterprise oriented that time and AFAIK there were no Fedora yet), and the lovely Gentoo. Its funny tough, Ubuntu wasn't that popular at the time (I even remember how I was on an open lecture in University about open source and Linux, and I got a free CD of Ubuntu and no body heard about it before )
    Anyway its stopped there for few years and I got back to Linux about 2 years ago, with Ubuntu on my desktop machine.
    My nature is to discover and be different. If everybody uses Ubuntu, I must use something else (even now, I'm on Xubuntu).
    This nature lead me to replace Ubuntu with Arch. This was the first time I encountered a very similar distribution to Gentoo, that were optimized to i686 and did not require you to compile every package (for instance I installed Gentoo like 2-3 times from scratch [those were beautiful Friday evenings-nights :romantic-smiley:]) and I remember how compiling Xorg took me hours (and when I say hours I mean hours, something like 6-8 hours).
    Then I got back to windows since my old PC died and I got a new one and a laptop.
    This leads us to nearly today. Right now I'm using my laptop as my main computer at home and at work (the desktop PC had a motherboard issue that was replaced under warranty. While they were fixing it, I switched to use my laptop).
    I started with Ubuntu, simply because it works! But I hated Untiy and I switched to Xubuntu. But you do remember my nature right? This lead me to switching to Arch.
    A few days of configurations and I got stable up and running system. Then I came to work and had some issues (especially with keyring) and they blocked me from working, instead I needed to fix them. Then I said "This is it! I need a machine that works!".
    I removed Arch, installed Xubuntu and promised my self never to do this pointless Distro_name->Arch->Distro_name path, because well, it ends the same way always.
    But you do remember my nature right? So right now I'm standing in front of a decision whether to go back to Arch or not. I must say I really like the rolling release scheme, I'm in love with pacman (its a lot more superior than apt-get or yum IMHO), I like the way you can customize Arch.
    tl;dr
    But Archs customization is also its weak point, you have to devote hours or reading and configuring to get a stable and running system. And sometimes (especially if you use your laptop for work or for studies or both) you need to have a running system and you don't want to mess with cups just because its 2 A.M. and you need to print your project to submit it in 5 hours (yes you must take care of it at a lot earlier point than 5 hours before deadline )
    That is the strong point. Arch's customisation allows me to use it on the craptop and on the desktop. I prefer to see it as an investment of time to get a system I want instead of one a developer thinks I want (don't get me wrong open source devs do an amazing job!)
    Ubuntu is nice, but its bloated. It doesn't even give you the option to select what packages you want to install (unlike Fedora for example). Its comes with (IMHO) stupid meta packages like ubuntu-desktop, xubuntu-desktop so its nearly impossible to try gnome3, xfce, openbox on the same system without breaking something.
    Ubuntu simply works, but as soon as you need something deeper, you are screwed.
    Bloat is the price you pay to have a distro that works out of the box.
    I don't really ask sort of a question here, but I know many of you use Arch (I'm on bbs.archlinux.org doh -.-' ) as your everyday system, so I would like to know how do you handle its configuration, what you do when something breaks and you don't have the time to fix it (you are at work, hitting the deadline of your university project or whatever). Maybe you will be able to convince me why I always want to get back to Arch and what I need to do to choose it as my the one and only distribution. Maybe you will be able to suggest me another distro that fits my needs. Or maybe you want to tell me how sucky I'm.
    So simply go on and post, this is why I created this topic.
    Thanks you for your time
    My arch setup is relatively simple, I set cron jobs to back up files with rsync and keep important config files backed up too. I am lucky by the fact I have a laptop I can use if the desktop breaks and vice versa but the sensible solution is to upgrade after work is done.
    I keep coming back to arch because of pacman and the AUR. No package manager comes close.

  • Satellite A300-1IW: HDD access light blinks every seconds

    Hello everyone, and sorry for the english, I'm french :)
    I bought a Satellite A300-1IW few days ago and suddently (didn't remember exactly when) the HDD access light start to blink every seconds and it continues even after several reboots!
    It only does this with Vista; I checked the disk activity with "diskmon" and I saw that even if there were *no* *disk* *writing* *or* *reading* the led continued blinking, so I think it's not related to some vista services (superfetch, indexing...)
    I saw on a Microsoft support a similar problem but it was under windows 98 and with old motherborads!
    see : Link: [http://support.microsoft.com/kb/138598]
    It seems so that it's related to Vista SCSI or DVD quering...
    I now that's not critical but it's annoying to have this led blinking all the time
    Have any idea? Do you think it could be related to the bios? I want to be sure before touching this because it's always delicate.
    Thanks for your help

    In my opinion nobody must offer any comment because you already given the answer. This is nothing unusual and definitely no reason for panic.
    What to do about it? What you want to do? Sorry but it is really stupid question. I can just offer you one stupid answer. ;) Take some black adhesive tape and cower the LED. ;)

  • Why does my screen flicker every 10-15 seconds?

    Why does my screen flicker every 10-15 seconds?

    like a blinking? do you have the late 08 MBP?
    if so go to system, energy saver, and select better performance. Your screen should be flicker free.

  • Why firefox freezes every second momentarily while loading webpages?

    Firefox freezes momentarily every second while loading pages and it is not smooth like other browsers out there..I'm facing this problem at home, office, etc with every stable/beta/developer versions!!! I've did all sort of troubleshooting procedures like reset, deinstall/reinstall, safe mode, etc. I'm facing this issue since the time i'm using this browser. Till now i'm with the hope that this issue will be cleared in the updated version!! But not!!
    To be brief, Firefox is not smooth like other browsers! Try to give me a solution to fix this issue! Else pls give me a statement that firefox is not capable of loading pages smoothly like chrome, opera, etc.. I'll happily uninstall this and use other browsers!!

    Hello,
    The Refresh feature (called "Reset" in older Firefox versions) can fix many issues by restoring Firefox to its factory default state while saving your bookmarks, history, passwords, cookies, and other essential information.
    '''''Note:''' When you use this feature, you will lose any extensions, toolbar customizations, and some preferences.'' See the [[Refresh Firefox - reset add-ons and settings]] article for more information.
    To Refresh Firefox:
    # Open the Troubleshooting Information page using one of these methods:
    #*Click the menu button [[Image:New Fx Menu]], click help [[Image:Help-29]] and select ''Troubleshooting Information''. A new tab containing your troubleshooting information should open.
    #*If you're unable to access the Help menu, type '''about:support''' in your address bar to bring up the Troubleshooting Information page.
    #At the top right corner of the page, you should see a button that says "Refresh Firefox" ("Reset Firefox" in older Firefox versions). Click on it.
    #Firefox will close. After the refresh process is completed, Firefox will show a window with the information that is imported.
    #Click Finish and Firefox will reopen.
    Did this fix the problem? Please report back to us!
    Thank you.

  • Whenever I access my Hotmail inbox to open a new mail it starts reloading the mail after every second unless i switch it to full view?

    whenever I access my Hotmail inbox to open a new mail it starts reloading the mail after every second unless i switch it to full view. Kindly help me to solve this continuous problem.

    I confirm this is a known bug and Microsoft are working on a fix. They plan to fix this before Firefox 4 reaches release candidate phase.
    A workaround is to change a preference in Firefox:
    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # Locate the preference '''html5.enable''' and double-click on it to change its value to '''false'''
    If you do this, remember to set the preference back to true by double-clicking on it again when Firefox 4 release candidate is made available, the bug should be fixed by then.

  • Why does ipad keep asking for icloud every second?

    why does ipad keep asking for icloud every second?

    Hey there mcsafranek,
    It sounds like you are getting prompted for your iCloud password very frequently. I would sign out of your iCloud account in Settings first:
    On your iOS device’s Home screen, go to Settings > iCloud, then at the bottom of the screen, tap Delete Account.
    From: iCloud: Change iCloud feature settings
              http://support.apple.com/kb/PH2613
    Then close all the running apps on the device:
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    When you have done that and restart the phone, sign back into iCloud, and test the issue again:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    If the issue persists could you relay what exactly the message says when it pops up?
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • Why does my ipod touch 5th gen not charge when plugged into my computer? (it keeps stuttering(lightning symbol next to bettery goes on and off literally every second))

    so I have my ipod touch 5th gen connect and the little lightning symbol, next to the battery on the top left, keeps flashing on and off every second. I don't know what to do and also it doesn't show up on iTunes.

    Hey Ed, Try trouble shooting 101. Do you have a different cable and/or charging device? If so, try the different cable first, then a different charging device. If the problem goes away, I'd say it's the cable, replace it. If with in 1 from date of purchase, Apple will replace for free if the cable is found to be defective. If the problem continues with a different cable or a different charging device, then the problem is with your iPod. With a strong light and a magnifying glass look in the iPod's charging port. Your looking for damage in and around the port. Is the port lose? (shouldn't be). Are pieces missing or damaged? Bent or damaged contact pins can do what you describe. Foreign debris, namely pocket lint or corrosion can also cause charging issues. If you see something like lint, try to blow it out, or if you must use a non-conductive probe, I find a round wooden toothpick works well to carefully remove the lint from the bottom of the port. Just be careful to not touch, bend or damage the gold contact pins on the long side of the port. Also make sure the locking pins on the short ends (looks like two silver bumps, one on each end) of the port are free to move. If you find corrosion, try plugging / unplugging about 12 times to clean the contacts off. If you must use a cotton swab cut to fit, with a drop of 91% isopropyl alcohol on it, you want it damp, not wet, then plug it in and out until the swab comes out clean. You will most likely need several swabs. If you find nothing physically wrong, then try resetting your iPod. If that does not work, restore from backup, last resort, make a backup then restore to new, a full factory restore. If issue continues see your Apple store and have it evaluated for a possible hardware issue. But start with a different or new cable. Good luck, Cheers.

  • [Solved] Why continual disk access?

    Just installed ArchLinux on an ASRock S330 nettop. Works great. My only concern at the moment is what appears to be intermittent but continuous disk activity every 2 seconds or so. At first I thought this might be gamin, but I killed that process and it made no difference.
    Is there any way to determine what process is doing this and why? Below is a snapshot of running processes from "ps aux"
    USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
    root 1 0.0 0.0 1688 572 ? Ss 08:36 0:00 ini
    root 2 0.0 0.0 0 0 ? S 08:36 0:00 [kthreadd]
    root 3 0.0 0.0 0 0 ? S 08:36 0:00 [migration/0]
    root 4 0.0 0.0 0 0 ? S 08:36 0:00 [ksoftirqd/0]
    root 5 0.0 0.0 0 0 ? S 08:36 0:00 [watchdog/0]
    root 6 0.0 0.0 0 0 ? S 08:36 0:00 [migration/1]
    root 7 0.0 0.0 0 0 ? S 08:36 0:00 [ksoftirqd/1]
    root 8 0.0 0.0 0 0 ? S 08:36 0:00 [watchdog/1]
    root 9 0.0 0.0 0 0 ? S 08:36 0:00 [migration/2]
    root 10 0.0 0.0 0 0 ? S 08:36 0:00 [ksoftirqd/2]
    root 11 0.0 0.0 0 0 ? S 08:36 0:00 [watchdog/2]
    root 12 0.0 0.0 0 0 ? S 08:36 0:00 [migration/3]
    root 13 0.0 0.0 0 0 ? S 08:36 0:00 [ksoftirqd/3]
    root 14 0.0 0.0 0 0 ? S 08:36 0:00 [watchdog/3]
    root 15 0.0 0.0 0 0 ? S 08:36 0:00 [events/0]
    root 16 0.0 0.0 0 0 ? S 08:36 0:00 [events/1]
    root 17 0.0 0.0 0 0 ? S 08:36 0:00 [events/2]
    root 18 0.0 0.0 0 0 ? S 08:36 0:00 [events/3]
    root 19 0.0 0.0 0 0 ? S 08:36 0:00 [khelper]
    root 20 0.0 0.0 0 0 ? S 08:36 0:00 [async/mgr]
    root 21 0.0 0.0 0 0 ? S 08:36 0:00 [pm]
    root 22 0.0 0.0 0 0 ? S 08:36 0:00 [sync_supers]
    root 23 0.0 0.0 0 0 ? S 08:36 0:00 [bdi-default]
    root 24 0.0 0.0 0 0 ? S 08:36 0:00 [kblockd/0]
    root 25 0.0 0.0 0 0 ? S 08:36 0:00 [kblockd/1]
    root 26 0.0 0.0 0 0 ? S 08:36 0:00 [kblockd/2]
    root 27 0.0 0.0 0 0 ? S 08:36 0:00 [kblockd/3]
    root 28 0.0 0.0 0 0 ? S 08:36 0:00 [kacpid]
    root 29 0.0 0.0 0 0 ? S 08:36 0:00 [kacpi_notify]
    root 30 0.0 0.0 0 0 ? S 08:36 0:00 [kacpi_hotplug]
    root 31 0.0 0.0 0 0 ? S 08:36 0:00 [kseriod]
    root 36 0.0 0.0 0 0 ? S 08:36 0:00 [khungtaskd]
    root 37 0.0 0.0 0 0 ? S 08:36 0:00 [kswapd0]
    root 38 0.0 0.0 0 0 ? SN 08:36 0:00 [ksmd]
    root 39 0.0 0.0 0 0 ? S 08:36 0:00 [aio/0]
    root 40 0.0 0.0 0 0 ? S 08:36 0:00 [aio/1]
    root 41 0.0 0.0 0 0 ? S 08:36 0:00 [aio/2]
    root 42 0.0 0.0 0 0 ? S 08:36 0:00 [aio/3]
    root 43 0.0 0.0 0 0 ? S 08:36 0:00 [crypto/0]
    root 44 0.0 0.0 0 0 ? S 08:36 0:00 [crypto/1]
    root 45 0.0 0.0 0 0 ? S 08:36 0:00 [crypto/2]
    root 46 0.0 0.0 0 0 ? S 08:36 0:00 [crypto/3]
    root 524 0.0 0.0 0 0 ? S 08:36 0:00 [ata/0]
    root 525 0.0 0.0 0 0 ? S 08:36 0:00 [ata/1]
    root 527 0.0 0.0 0 0 ? S 08:36 0:00 [ata/2]
    root 528 0.0 0.0 0 0 ? S 08:36 0:00 [ata/3]
    root 529 0.0 0.0 0 0 ? S 08:36 0:00 [ata_aux]
    root 533 0.0 0.0 0 0 ? S 08:36 0:01 [scsi_eh_0]
    root 534 0.0 0.0 0 0 ? S 08:36 0:00 [scsi_eh_1]
    root 610 0.0 0.0 0 0 ? S 08:36 0:00 [jbd2/sda1-8]
    root 611 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 612 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 613 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 614 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 639 0.0 0.0 2152 896 ? S<s 08:36 0:00 /sbin/udevd --daemon
    root 842 0.0 0.0 2148 900 ? S< 08:36 0:00 /sbin/udevd --daemon
    root 845 0.0 0.0 2148 900 ? S< 08:36 0:00 /sbin/udevd --daemon
    root 892 0.0 0.0 0 0 ? S 08:36 0:00 [ksuspend_usbd]
    root 893 0.0 0.0 0 0 ? S 08:36 0:00 [khubd]
    root 955 0.0 0.0 0 0 ? S 08:36 0:00 [i915/0]
    root 956 0.0 0.0 0 0 ? S 08:36 0:00 [i915/1]
    root 957 0.0 0.0 0 0 ? S 08:36 0:00 [i915/2]
    root 958 0.0 0.0 0 0 ? S 08:36 0:00 [i915/3]
    root 1005 0.0 0.0 0 0 ? S 08:36 0:00 [hd-audio0]
    root 1006 0.0 0.0 0 0 ? S 08:36 0:00 [usbhid_resumer]
    root 1175 0.0 0.0 0 0 ? S 08:36 0:00 [flush-8:0]
    root 1178 0.0 0.0 0 0 ? S 08:36 0:00 [jbd2/sda3-8]
    root 1179 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 1180 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 1181 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 1182 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 1183 0.0 0.0 0 0 ? S 08:36 0:00 [jbd2/sda4-8]
    root 1184 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 1185 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 1186 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 1187 0.0 0.0 0 0 ? S 08:36 0:00 [ext4-dio-unwrit]
    root 1303 0.0 0.0 4672 492 ? S 08:36 0:00 supervising syslog-ng
    root 1304 0.0 0.1 4852 1768 ? Ss 08:36 0:00 /usr/sbin/syslog-ng
    dbus 1322 0.0 0.0 2352 956 ? Ss 08:36 0:00 /usr/bin/dbus-daemon --system
    hal 1325 0.0 0.4 6196 4192 ? Ss 08:36 0:00 /usr/sbin/hald
    root 1326 0.0 0.1 3308 1124 ? S 08:36 0:00 hald-runner
    root 1354 0.0 0.1 3372 1088 ? S 08:36 0:00 hald-addon-input: Listening on /dev/input/event4 /dev/input/
    hal 1368 0.0 0.0 3068 988 ? S 08:36 0:00 hald-addon-acpi: listening on acpi kernel interface /proc/ac
    root 1369 0.0 0.1 3372 1088 ? S 08:36 0:02 hald-addon-storage: polling /dev/sr0 (every 2 sec)
    root 1389 0.0 0.0 1688 532 tty1 Ss+ 08:36 0:00 /sbin/agetty -8 38400 tty1 linux
    root 1390 0.0 0.0 1688 532 tty2 Ss+ 08:36 0:00 /sbin/agetty -8 38400 tty2 linux
    root 1391 0.0 0.5 9788 5888 ? Ss 08:36 0:01 /usr/bin/slim
    root 1392 0.0 0.0 1724 572 ? S 08:36 0:00 /usr/sbin/crond
    root 1422 0.0 0.0 1872 340 ? Ss 08:36 0:00 /sbin/dhcpcd -q eth0
    root 1431 2.7 2.4 33128 25252 tty7 Ss+ 08:37 1:57 /usr/bin/X -nolisten tcp vt07 -auth /var/run/slim.auth
    andrea 1435 0.0 0.0 2044 716 ? S 08:37 0:00 ck-launch-session startlxde
    root 1442 0.0 0.2 18012 2780 ? Sl 08:37 0:00 /usr/sbin/console-kit-daemon --no-daemon
    andrea 1513 0.0 0.0 2580 960 ? S 08:37 0:00 /usr/bin/lxsession -s LXDE
    andrea 1514 0.0 0.5 11664 6152 ? S 08:37 0:02 openbox --config-file /home/andrea/.config/openbox/lxde-rc.x
    andrea 1515 0.0 0.1 5596 1272 ? S 08:37 0:00 lxde-settings-daemon
    andrea 1516 0.0 0.1 4372 2036 ? S 08:37 0:01 xscreensaver -no-splash
    andrea 1519 0.4 1.2 37452 12716 ? S 08:37 0:18 lxpanel --profile LXDE
    andrea 1521 0.0 1.1 45544 11856 ? S 08:37 0:03 pcmanfm -d
    andrea 1526 0.0 0.1 3688 1480 ? S 08:37 0:00 /usr/lib/menu-cache/menu-cached
    andrea 1537 0.0 0.0 3104 676 ? S 08:37 0:00 dbus-launch --autolaunch e86a792e0168dc845149b03d4b5653d3 --
    andrea 1538 0.0 0.0 2244 908 ? Ss 08:37 0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7
    andrea 1572 0.0 0.1 2828 1200 ? S 08:43 0:00 /usr/lib/gamin/gam_server
    andrea 1627 0.3 7.0 198024 71976 ? Sl 08:48 0:11 /usr/lib/go-openoffice/program/soffice.bin -calc -splash-pip
    andrea 1712 0.0 2.3 1625228 23908 ? S 08:55 0:01 C:\Program Files\Learn to Play Bridge\ltpb.exe
    andrea 1715 0.0 0.2 4888 2416 ? Ss 08:55 0:00 /usr/bin/wineserver
    andrea 1719 0.0 0.2 1594856 2888 ? Sl 08:55 0:00 C:\windows\system32\services.exe
    andrea 1721 0.0 0.2 1595140 2904 ? Sl 08:55 0:00 C:\windows\system32\winedevice.exe MountMgr
    andrea 1727 0.0 0.7 1606492 8192 ? Ss 08:56 0:00 C:\windows\explorer.exe /desktop
    andrea 1732 7.1 7.2 265400 74820 ? Sl 08:56 3:39 firefox
    andrea 1739 0.0 0.2 5760 2276 ? S 08:56 0:00 /usr/lib/GConf/gconfd-2
    andrea 1987 2.9 0.9 18884 9452 ? R 09:46 0:01 lxterminal
    andrea 1988 0.0 0.0 1732 592 ? S 09:46 0:00 gnome-pty-helper
    andrea 1990 0.0 0.1 4984 1728 pts/0 Ss 09:46 0:00 /bin/bash
    Any assistance greatly appreciated....Larry
    Last edited by lagagnon (2010-07-31 05:27:24)

    I have a similar issue with jdb2 making writes every second. Can someone shed some light on the cause?
    iotop -obt
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    10:39:43 3472 be/4 sahilm 0.00 B/s 3.94 K/s 0.00 % 0.00 % python /usr/bin/iotop -obt
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 43.34 K/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    10:39:47 2069 be/3 root 0.00 B/s 3.94 K/s 0.00 % 7.47 % [jbd2/sda2-8]
    10:39:47 681 be/3 root 0.00 B/s 3.94 K/s 0.00 % 6.06 % [jbd2/sda1-8]
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 11.81 K/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    10:39:53 2069 be/3 root 0.00 B/s 0.00 B/s 0.00 % 1.69 % [jbd2/sda2-8]
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    Total DISK READ: 0.00 B/s | Total DISK WRITE: 0.00 B/s
    TIME TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND
    uname -a
    Linux glaive 2.6.32-ARCH #1 SMP PREEMPT Tue Feb 23 19:43:46 CET 2010 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ AuthenticAMD GNU/Linux
    fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    #/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    #/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    #/dev/fd0 /media/fl auto user,noauto 0 0
    /dev/disk/by-label/root / ext4 defaults,noatime 0 1
    /dev/disk/by-label/home /home ext4 defaults,noatime 0 1
    Last edited by sahilm (2010-02-25 05:11:44)

  • Query-ing to MSSQL every second... would there be no problem?

    Hello,
    i am yet new to java programming.
    i have this project which calls for connecting to MSSQL and
    echoing transactions committed to the database each time
    a transaction at card reader is carried out. It's actually a
    timekeeping data collection's magnetic card readers with
    users swiping their cards at arbitrary time.
    Apparently, the card reader needs a visual presentation of
    each user's transactions because it has been my headache
    attending to their concerns about what exactly happens
    when they swipe their cards. Much as there's a light indicator
    on the cardreader, still it doesn't make sense to them.
    (for the record, the company bought that system from a third-party
    vendor)
    My concern is, would there be no problem that may surface if
    i query to MSSQL at regular interval in seconds? I used TRIGGERS
    to fire newly committed record to a temporary table (which i regularly
    purge so that connection to it would be lightweight), and which
    i access every second just to display
    the last 3 transactions. Well, i completed the program and tested
    it. So far, no problem. However, i dread about coming across
    a so-to-speak "bomb"( which paralyzes the whole network and makes
    my application unusable due to threats) when my program
    has been fully implemented.
    Is there no way other than per second query? pls help. =)
    and by the way, transactions are flashed on
    screen a little longer after the user has already swiped.
    -- which bothers me right now.
    hence, is there a faster way ( or, real-time)
    to get the latest transations from MSSQL at the same
    moment they are committed to the database?
    pls help. =(
    what about query every 250 milliseconds (1/4 of a second), would that be ok?
    Message was edited by:
    sinnex2004
    Message was edited by:
    sinnex2004
    Message was edited by:
    sinnex2004
    Message was edited by:
    sinnex2004
    Message was edited by:
    sinnex2004

    My concern is, would there be no problem that may
    surface if
    i query to MSSQL at regular interval in seconds? I
    used TRIGGERS
    to fire newly committed record to a temporarytable
    (which i regularly
    purge so that connection to it would be
    lightweight), and which
    i access every second just to display
    the last 3 transactions. Well, i completed the
    program and tested
    it. So far, no problem. However, i dread about
    coming across
    a so-to-speak "bomb"( which paralyzes the whole
    network and makes
    my application unusable due to threats) when my
    program
    has been fully implemented.Why a trigger and this temporary table that gets
    purged?
    Why not just grab the last 3 transactions and not
    worry about this temp table?
    Also, is the problem giving feedback to users when
    they swipe a card? Is there no why to tell when they
    swiped?thank you. =)
    <<--- it is a system, actually. it's just that it doesn't cater for
    a friendlier user interface right at card reader station itself.
    it has 1 pair of card readers; ie. one for IN and one for OUT
    traffic.
    The system may have a program that displays each transaction
    but it doesn't filter its display ;i.e., users get mixed up with
    both IN and OUT transactins both surfacing at the program's evnt
    window. apparently, it isn't designed for users consumption.
    hence, i made my own, echoing what has just been committed to the
    database to the screen (of pc which my program is running on).
    my plan is to have 2 screens -- one for OUT and one for IN station.
    the info which i display is descriptive. therefore, users would know
    what exactly happen to their transactions.
    i used trigger to make access to temporary table lightweight.
    or, am i wrong?
    i just want to effect a real-time presentation of
    each transaction the moment they are saved to the database.
    right now, i employ every 250 millisecond query.. so far,
    it does well. But my concern is, am i doing it the right way?
    or, is there another way that really caters for my need?

  • Why can I access Internet, and get my email through yahoo, but can't access email when I use the mail icon on the front of my tablet. It just started doing this today.

    Why can I access the Internet, even get my email by going through yahoo, but as of this morning I can not access my email from the mail icon on my tablet screen. It just started doing this today. When I try to get my email by going through the icon, I am asked to enter yahoo password. I do this, then the box just pops up again, and again and again never letting me get signed in. Don't know what I am doing wrong. Need help!

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • "Last devices used" menu every second over Ovi map...

    Hello all,
    I installed Ovi Maps on my phone, and have a huge problem with it: Every second the"Last devices used" pops up and goes away again.
    Since a few years I own (and use) a Nokia N95, and I just used 'Setup Nokia Maps Update 1.0.8.exe' to get Ovi maps on my phone. Apparently I had to use 'Nokia Software Updater' to make sure I got the latest version. Done that too.Next step is to use the Nokia Map Loader to get the maps on there. Done that too.
    Here is the version info of the installed map:
    I have Bluetooth enabled. Now, when I use the maps, every second the"Last devices used" pops up and goes away again. Mildly irritating would be a severe understatement here. Switching Bluetooth off and starting the map again gives the question "Bluetooth is currently switched off. Switch on?". Every second. It seems impossible to answer the popup-question or do something with the popup-menu.
    Is this a known prob by anyone, and can you please tell me a fix or workaround (preferably a fix of course)?
    Thank you,
    wlamee
    Solved!
    Go to Solution.

    And I got a nippy reply from the Benelux Nokia Care.
    The trick is I had to go to Tools -> Settings -> General -> Positioning -> Positioning Methods, and switch off 'Bluetooth GPS'. I think I always ahd this switched on and it never complained with the standard Nokia maps, but I'm not sure - I think I saw that menu only once, when I was palying with my GPS and the original maps.
    But hey, it's fixed. Cool!
    wlamee

  • ITunes always accessing the iTunes store

    I just upgraded my iTunes to version 7. Now always the bar at the top of the window is always accessing the iTunes store. Why does it do that? I don't want to access the store.
    Thanks for the help
    Linda Reinfeld
    IBM ThinkPad T43   Windows XP Pro  

    I have no more tricks up my sleeve other than maybe it is a firewall issue with your router.
    You can tap or click on the heading below and read Apple's take on the issue. I really don't hold out much hope though that his kb article has any more to offer to you, but I am out of ideas now.
    Can't connect to the iTunes Store
    support.apple.com/kb/TS1368
    Sep 21, 2012 – You may be completely unable to access the iTunes Store on your computer or iOS device. You might also see an alert message similar to one ...

  • ToolBoxTools.addEventListener only works every second time

    Hi!
    Our layouts pretty often click on the "page tool" by mistake and it happened a few times, that they changes the size of the page without even noticing. Because there is no way to remove the tool from the toolbar (I guess?), I wanted to write a script, that at least shows a message, that the page tool ("Seitenwerkzeug" in german) was selected. Unfortunately the event listener only works every second time:
    1. indesign starts > selection tool is active
    2. click on page tool > message appears > page tool is active
    3. click on "another tool1" > "another tool1" is active
    4. click on "another tool2" > "another tool1" is active
    5. click on page tool > nothing happens, the icon of the page tool is active, but the icon of the "another tool2" is still active, too, and "another tool2" is still activated
    6. click on "another tool3" > "another tool3" is active
    7. click on page tool > message appears > page tool is active
    8. ......
    Any idea why that is?
    My script:
    #targetengine myToolListener
    app.toolBoxTools.addEventListener ("afterAttributeChanged", changeToolAlert);
    function changeToolAlert() {
        if(app.toolBoxTools.currentToolName == "Seitenwerkzeug") {
            alert ("Message", "Title");
        exit(); //i tried with and without this!
    At the beginning I tried to use an confirm message instead of an alert, which had the same problem and I thought it might be because the changing doesn't work... but it seems I can't even work with the information without something "crashing" in the background?
    My previous confirm Function:
    function changeToolConfirm() {
        if(app.toolBoxTools.currentToolName == "Seitenwerkzeug") {
            var confirmDialog = confirm("Do you really want to activate the page tool?", true);
            if(!confirmDialog) {
                app.toolBoxTools.currentTool = UITools.SELECTION_TOOL;
    I really hope someone has an idea
    Best,
    Anke

    Hi Anke,
    The problem, I think, comes from the fact that the Page Tool selection event (which you listen to via afterAttributeChanged) needs some time to complete. Since the alert() or confirm() instruction gives the focus to a new modal window before the event life-cycle is finished, the GUI becomes instable, the PageTool icon state is not properly restored, and your event management goes wrong.
    A way to solve this might be to queue a temporary IdleEvent listener once the Page Tool selection event is caught. That is, we do not initiate any modal dialog as long as the GUI is refreshing.
    Something like this:
    //====================================================
    // PageToolDisclaimer.jsx
    //====================================================
    // Should be useable as a startup script, no #targetengine required
    // NB - MutationEvent is known to create a global 'evt' variable
    // so we don't seem to need a persistent session engine here :-)
    // That's why the active script File is used as the event handler
    (function(/*File*/EVENT_HANDLER, /*str*/TASK_NAME, /*uint*/TASK_TIME, /*str*/PAGE_TOOL_NAME)
        var t;
        // Installer
        if( !(t=app.toolBoxTools.eventListeners).length )
            t.add(MutationEvent.AFTER_ATTRIBUTE_CHANGED, EVENT_HANDLER);
            return;
        // IdleEvent handler (--> confirm)
        if( (t=app.idleTasks.itemByName(TASK_NAME)).isValid )
            t.eventListeners.everyItem().remove();
            t.remove();
            if( !confirm("***WARNING***\rDo you really want to activate the page tool?", true) )
                app.toolBoxTools.currentTool = UITools.SELECTION_TOOL;
            return;
        // PageTool event handler
        if( ('evt' in $.global) && 'currentToolName'==evt.attributeName && PAGE_TOOL_NAME==evt.attributeValue )
            evt.stopPropagation();
            app.idleTasks.add({name:TASK_NAME, sleep:TASK_TIME})
                  .addEventListener(IdleEvent.ON_IDLE, EVENT_HANDLER);
    })(app.activeScript, 'WaitPageTool', 400, app.translateKeyString('$ID/Page Tool'));
    Hope that helps.
    @+
    Marc

  • How to read two files (one is updating every second, the other is constant) simoltaneously

    Dear All,
    I will appreciate if somebody help me.
    I want to read two files, one is temperature wich is updating every second, and the other is hysteresis energy which has specific rows and is constant.
    I got a program in discussion forum which read a file as it is updating. I checked this program in my case and it works.
    Then I added reading hysteresis energy file to the existing file. But while i am running the program, the hysteresis energy file is read with all rows.
    But the aim is that everytime which temperature updates, I need to read just one row of the hysteresis energy file.
    so, in this way in every second i have a new temperature data and one row of the other file.
    I tried to used "for loop" inside the program, but it did not work, becuase reading temperature will be stopped untill for loop ends.
    I attached the program.
    Could somebody help me how to read just one row of hysteresis energy file everytime temperature updates?
    Solved!
    Go to Solution.
    Attachments:
    Readfiles.vi ‏23 KB

    I do not understand relationship between your two files.
    You have another VI or app that is writing data to both files and when new temperature data added you wish just to read the new data and then read one new line of the hysteresis file?????
    But is one is constant, why do you need to keep reading it?
    Anyway…
    The “Read From Spreadsheet File.vi” preformed an Open and a Close for each time it is called (if you will open the VI up and drill down and you will see). So that resets the file pointer back to the beginning and there for will read in the whole file from the first to the last each time if you do not set the start of read offset or number of rows.
    Now the Read from Binary File does not reset the file pointer and leaves the file pointer just past the last byte read so it will start with any new bytes automaicly only giving you the new data.
    I do not think you need to do the math with the Previous EOF=0 and the File size to get what I think you are trying to do.
    Plus use shift reg for the Data string instead of local var
    Set the mechinacl action of the stop botton to Latched
    So you do not need to init the two controls
    Also, I do not get the End of file encountered error (4) from the Read from Binary file if I attempt to read past. It just returns and empty string.
    Omar
    Attachments:
    Readfiles.vi ‏22 KB

Maybe you are looking for

  • I can't install Final Cut Studio

    I have just brought a iMac and am a new Mac user. I try to install FCS. However my iMac will be hung while installing Boris Calligraphy 2.0 preset. Please advise it.

  • Yosemite doesn't detect my UPS

    I have an APC BR900 GI UPS - but it;s not detected in the Energy Saver preferences. I'm running an iMac 27" with 32 gig and the 3 TB fusion drive. I did a PRAM reset which made no difference - and there's no power icon in the top menu bar. All worked

  • Custom mouse icons

    I would like to import a different image for a mouse icon on several slides. I would like to create the image of a bar scanner moving so that the scanner can "read" the code in the lesson I am creating. I have Captivate 2, we will be upgrading to Cap

  • Compaq presario v5000 drivers xp

    I recently purchased a Compaq Presario V5000 online. It came with a copy of Windows 7 that was not genuine. I then installed my own copy of XP. I can't seem to find any drivers for this laptop anywhere. Please help.

  • Alarm clock - lost weekend days to

    Originally on my Sony xperia z3 compact the screen options for setting an alarm included 'weekdays' and 'weekend day's. I closed something somehow and now only have available 'weekdays'. Can anyone tell me how to get the original screen choices back