Intermittent crashes on new install

Hi,
I am seeing intermittent crashes on a new install of Arch.
I see different messages on crash, quite often
INFO: rcu_preempt_state detected stalls on CPUs/tasks:
also
BUG: Bad page map in process bash
and other processes.
sometimes:
CPU: 1 PID: 1 Comm: shutdown tainted
I am vague here in the specific messages because it's not always the same and partly because I usually lose the logs due to hard restarting the machine.
I realize that the information here is somewhat lacking so I don't expect a magic answer to solve the problem. I am looking for advice on where to go from here to try and get it fixed.
The system seems normal most of the time then crashes without warning. When it does happen it will almost certainly get stuck at what seems to be the very  last stage of shutdown (that is if it allowed me to use the shell). It might or might not go wrong after reboot then.
I've done 2 cycles of test using memtest, both passing.
Any advice? Could a faulty hard drive possible be the cause?

TheSaint wrote:How much big is your RAM and swap ?
Perhaps you may add one more swap file, for testing purposes.
I suspect the most problem starts within swapping. You may look at this for references.
I've 4GB RAM and another 4GB swap partition.
I've tried using swapfile instead of the partition already to no avail.
I've also played with the swap performance settings, again, to no avail.
I've some more information to add now:
I left the system on last night and using it normally to see whether the hard drive replacement actually fixed the crashes (assuming the swap issues were separate). After 24 hours and some fair use, I was optimistic that the drive was in fact at fault. I then made some changes to a smb.conf file and restarted using:
sudo systemctl restart smbd.service
The systemd returned with an error saying smbd failed to start. I checked the logs and smbd reported a segfault. I try again several times, leave it a few minutes and try again (having reverted to the last working smb.conf), segfault still occurs. I then checked "free -m" and noticed that the memory is mostly unused but the entire RAM is used for cache (which I guess is normal anyway). I then cleared the cache:
echo 3 | tee /proc/sys/vm/drop_caches
and immediately I was able to restart smbd.
A few hours go by and I do some rsync'ing to a CIFS mounted share. Partway through I get the following:
Jan 15 18:17:01 engserv sudo[7859]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/rsync --info=PROGRESS2 -a /mnt/smb/pc1/Proj/All/ /media/data/Proj/All/
Jan 15 18:17:01 engserv sudo[7859]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
Jan 15 18:36:00 engserv kernel: INFO: task jbd2/sdb1-8:215 blocked for more than 120 seconds.
Jan 15 18:36:01 engserv kernel: Not tainted 3.17.6-1-ARCH #1
Jan 15 18:36:01 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jan 15 18:36:01 engserv kernel: jbd2/sdb1-8 D 0000000000000000 0 215 2 0x00000000
Jan 15 18:36:01 engserv kernel: ffff8800bcc27c90 0000000000000046 ffff8800bd24c670 00000000000135c0
Jan 15 18:36:01 engserv kernel: ffff8800bcc27fd8 00000000000135c0 ffff88003b934670 ffff8800bd24c670
Jan 15 18:36:01 engserv kernel: ffff8800bcc27be0 ffff8800bcc27bf8 ffff8800bcc27be0 ffffffffa024b3c7
Jan 15 18:36:01 engserv kernel: Call Trace:
Jan 15 18:36:01 engserv kernel: [<ffffffffa024b3c7>] ? ext4_mb_unload_buddy.isra.18+0x27/0x30 [ext4]
Jan 15 18:36:01 engserv kernel: [<ffffffff810b5f30>] ? cpuacct_charge+0x50/0x60
Jan 15 18:36:01 engserv kernel: [<ffffffff810a4c9c>] ? update_curr+0xec/0x1b0
Jan 15 18:36:01 engserv kernel: [<ffffffff810a51ff>] ? dequeue_entity+0x13f/0x580
Jan 15 18:36:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
Jan 15 18:36:01 engserv kernel: [<ffffffffa00fb806>] jbd2_journal_commit_transaction+0x236/0x19c0 [jbd2]
Jan 15 18:36:01 engserv kernel: [<ffffffff810a9954>] ? pick_next_task_fair+0x144/0x520
Jan 15 18:36:01 engserv kernel: [<ffffffff810136b2>] ? __switch_to+0x1b2/0x5e0
Jan 15 18:36:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:36:01 engserv kernel: [<ffffffff810d659e>] ? try_to_del_timer_sync+0x5e/0x90
Jan 15 18:36:01 engserv kernel: [<ffffffffa010280c>] kjournald2+0xec/0x2a0 [jbd2]
Jan 15 18:36:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:36:01 engserv kernel: [<ffffffffa0102720>] ? commit_timeout+0x10/0x10 [jbd2]
Jan 15 18:36:01 engserv kernel: [<ffffffff8108e2ea>] kthread+0xea/0x100
Jan 15 18:36:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
Jan 15 18:36:01 engserv kernel: [<ffffffff8153dbbc>] ret_from_fork+0x7c/0xb0
Jan 15 18:36:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
Jan 15 18:36:01 engserv kernel: INFO: task rsync:7862 blocked for more than 120 seconds.
Jan 15 18:36:01 engserv kernel: Not tainted 3.17.6-1-ARCH #1
Jan 15 18:36:01 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jan 15 18:36:01 engserv kernel: rsync D 0000000000000002 0 7862 7861 0x00000000
Jan 15 18:36:01 engserv kernel: ffff8800bd337a80 0000000000000086 ffff88003b934670 00000000000135c0
Jan 15 18:36:01 engserv kernel: ffff8800bd337fd8 00000000000135c0 ffff880138400000 ffff88003b934670
Jan 15 18:36:01 engserv kernel: ffffffff00000e00 00000000010200da 0000000000000246 ffff88013eff96c0
Jan 15 18:36:01 engserv kernel: Call Trace:
Jan 15 18:36:01 engserv kernel: [<ffffffff8115ab54>] ? __alloc_pages_nodemask+0x174/0xb40
Jan 15 18:36:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
Jan 15 18:36:01 engserv kernel: [<ffffffffa00f808d>] wait_transaction_locked+0x8d/0xd0 [jbd2]
Jan 15 18:36:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:36:01 engserv kernel: [<ffffffffa00f83c2>] start_this_handle+0x262/0x610 [jbd2]
Jan 15 18:36:01 engserv kernel: [<ffffffff81150c1e>] ? __add_to_page_cache_locked+0x24e/0x2c0
Jan 15 18:36:01 engserv kernel: [<ffffffff811ab9da>] ? kmem_cache_alloc+0x16a/0x170
Jan 15 18:36:01 engserv kernel: [<ffffffffa00f8b6b>] jbd2__journal_start+0xfb/0x210 [jbd2]
Jan 15 18:36:01 engserv kernel: [<ffffffffa021ce4f>] ? ext4_da_write_begin+0x10f/0x350 [ext4]
Jan 15 18:36:01 engserv kernel: [<ffffffffa02486cd>] __ext4_journal_start_sb+0x6d/0x110 [ext4]
Jan 15 18:36:01 engserv kernel: [<ffffffffa021ce4f>] ext4_da_write_begin+0x10f/0x350 [ext4]
Jan 15 18:36:01 engserv kernel: [<ffffffff8115191a>] generic_perform_write+0xca/0x1e0
Jan 15 18:36:01 engserv kernel: [<ffffffff81153345>] __generic_file_write_iter+0x1e5/0x3b0
Jan 15 18:36:01 engserv kernel: [<ffffffffa0211eba>] ext4_file_write_iter+0x11a/0x3f0 [ext4]
Jan 15 18:36:01 engserv kernel: [<ffffffff811dc05b>] ? core_sys_select+0x2cb/0x330
Jan 15 18:36:01 engserv kernel: [<ffffffff8142935b>] ? sock_aio_read.part.29+0xcb/0x100
Jan 15 18:36:01 engserv kernel: [<ffffffff811c71ee>] new_sync_write+0x8e/0xd0
Jan 15 18:36:01 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
Jan 15 18:36:01 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
Jan 15 18:36:01 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
Jan 15 18:36:01 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
Jan 15 18:38:00 engserv kernel: INFO: task jbd2/sdb1-8:215 blocked for more than 120 seconds.
Jan 15 18:38:00 engserv kernel: Not tainted 3.17.6-1-ARCH #1
Jan 15 18:38:00 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jan 15 18:38:00 engserv kernel: jbd2/sdb1-8 D 0000000000000000 0 215 2 0x00000000
Jan 15 18:38:00 engserv kernel: ffff8800bcc27c90 0000000000000046 ffff8800bd24c670 00000000000135c0
Jan 15 18:38:00 engserv kernel: ffff8800bcc27fd8 00000000000135c0 ffff88003b934670 ffff8800bd24c670
Jan 15 18:38:00 engserv kernel: ffff8800bcc27be0 ffff8800bcc27bf8 ffff8800bcc27be0 ffffffffa024b3c7
Jan 15 18:38:00 engserv kernel: Call Trace:
Jan 15 18:38:00 engserv kernel: [<ffffffffa024b3c7>] ? ext4_mb_unload_buddy.isra.18+0x27/0x30 [ext4]
Jan 15 18:38:00 engserv kernel: [<ffffffff810b5f30>] ? cpuacct_charge+0x50/0x60
Jan 15 18:38:00 engserv kernel: [<ffffffff810a4c9c>] ? update_curr+0xec/0x1b0
Jan 15 18:38:00 engserv kernel: [<ffffffff810a51ff>] ? dequeue_entity+0x13f/0x580
Jan 15 18:38:00 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
Jan 15 18:38:00 engserv kernel: [<ffffffffa00fb806>] jbd2_journal_commit_transaction+0x236/0x19c0 [jbd2]
Jan 15 18:38:00 engserv kernel: [<ffffffff810a9954>] ? pick_next_task_fair+0x144/0x520
Jan 15 18:38:00 engserv kernel: [<ffffffff810136b2>] ? __switch_to+0x1b2/0x5e0
Jan 15 18:38:00 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:38:00 engserv kernel: [<ffffffff810d659e>] ? try_to_del_timer_sync+0x5e/0x90
Jan 15 18:38:00 engserv kernel: [<ffffffffa010280c>] kjournald2+0xec/0x2a0 [jbd2]
Jan 15 18:38:00 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:38:00 engserv kernel: [<ffffffffa0102720>] ? commit_timeout+0x10/0x10 [jbd2]
Jan 15 18:38:00 engserv kernel: [<ffffffff8108e2ea>] kthread+0xea/0x100
Jan 15 18:38:00 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
Jan 15 18:38:00 engserv kernel: [<ffffffff8153dbbc>] ret_from_fork+0x7c/0xb0
Jan 15 18:38:00 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
Jan 15 18:38:00 engserv kernel: INFO: task rsync:7862 blocked for more than 120 seconds.
Jan 15 18:38:00 engserv kernel: Not tainted 3.17.6-1-ARCH #1
Jan 15 18:38:00 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jan 15 18:38:00 engserv kernel: rsync D 0000000000000002 0 7862 7861 0x00000000
Jan 15 18:38:00 engserv kernel: ffff8800bd337a80 0000000000000086 ffff88003b934670 00000000000135c0
Jan 15 18:38:00 engserv kernel: ffff8800bd337fd8 00000000000135c0 ffff880138400000 ffff88003b934670
Jan 15 18:38:00 engserv kernel: ffffffff00000e00 00000000010200da 0000000000000246 ffff88013eff96c0
Jan 15 18:38:00 engserv kernel: Call Trace:
Jan 15 18:38:00 engserv kernel: [<ffffffff8115ab54>] ? __alloc_pages_nodemask+0x174/0xb40
Jan 15 18:38:00 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
Jan 15 18:38:00 engserv kernel: [<ffffffffa00f808d>] wait_transaction_locked+0x8d/0xd0 [jbd2]
Jan 15 18:38:00 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:38:00 engserv kernel: [<ffffffffa00f83c2>] start_this_handle+0x262/0x610 [jbd2]
Jan 15 18:38:00 engserv kernel: [<ffffffff81150c1e>] ? __add_to_page_cache_locked+0x24e/0x2c0
Jan 15 18:38:01 engserv kernel: [<ffffffff811ab9da>] ? kmem_cache_alloc+0x16a/0x170
Jan 15 18:38:01 engserv kernel: [<ffffffffa00f8b6b>] jbd2__journal_start+0xfb/0x210 [jbd2]
Jan 15 18:38:01 engserv kernel: [<ffffffffa021ce4f>] ? ext4_da_write_begin+0x10f/0x350 [ext4]
Jan 15 18:38:01 engserv kernel: [<ffffffffa02486cd>] __ext4_journal_start_sb+0x6d/0x110 [ext4]
Jan 15 18:38:01 engserv kernel: [<ffffffffa021ce4f>] ext4_da_write_begin+0x10f/0x350 [ext4]
Jan 15 18:38:01 engserv kernel: [<ffffffff8115191a>] generic_perform_write+0xca/0x1e0
Jan 15 18:38:01 engserv kernel: [<ffffffff81153345>] __generic_file_write_iter+0x1e5/0x3b0
Jan 15 18:38:01 engserv kernel: [<ffffffffa0211eba>] ext4_file_write_iter+0x11a/0x3f0 [ext4]
Jan 15 18:38:01 engserv kernel: [<ffffffff811dc05b>] ? core_sys_select+0x2cb/0x330
Jan 15 18:38:01 engserv kernel: [<ffffffff8142935b>] ? sock_aio_read.part.29+0xcb/0x100
Jan 15 18:38:01 engserv kernel: [<ffffffff811c71ee>] new_sync_write+0x8e/0xd0
Jan 15 18:38:01 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
Jan 15 18:38:01 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
Jan 15 18:38:01 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
Jan 15 18:38:01 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
Jan 15 18:40:00 engserv kernel: INFO: task jbd2/sdb1-8:215 blocked for more than 120 seconds.
Jan 15 18:40:00 engserv kernel: Not tainted 3.17.6-1-ARCH #1
Jan 15 18:40:00 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jan 15 18:40:00 engserv kernel: jbd2/sdb1-8 D 0000000000000000 0 215 2 0x00000000
Jan 15 18:40:00 engserv kernel: ffff8800bcc27c90 0000000000000046 ffff8800bd24c670 00000000000135c0
Jan 15 18:40:00 engserv kernel: ffff8800bcc27fd8 00000000000135c0 ffff88003b934670 ffff8800bd24c670
Jan 15 18:40:00 engserv kernel: ffff8800bcc27be0 ffff8800bcc27bf8 ffff8800bcc27be0 ffffffffa024b3c7
Jan 15 18:40:00 engserv kernel: Call Trace:
Jan 15 18:40:00 engserv kernel: [<ffffffffa024b3c7>] ? ext4_mb_unload_buddy.isra.18+0x27/0x30 [ext4]
Jan 15 18:40:00 engserv kernel: [<ffffffff810b5f30>] ? cpuacct_charge+0x50/0x60
Jan 15 18:40:00 engserv kernel: [<ffffffff810a4c9c>] ? update_curr+0xec/0x1b0
Jan 15 18:40:00 engserv kernel: [<ffffffff810a51ff>] ? dequeue_entity+0x13f/0x580
Jan 15 18:40:00 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
Jan 15 18:40:00 engserv kernel: [<ffffffffa00fb806>] jbd2_journal_commit_transaction+0x236/0x19c0 [jbd2]
Jan 15 18:40:00 engserv kernel: [<ffffffff810a9954>] ? pick_next_task_fair+0x144/0x520
Jan 15 18:40:01 engserv kernel: [<ffffffff810136b2>] ? __switch_to+0x1b2/0x5e0
Jan 15 18:40:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:40:01 engserv kernel: [<ffffffff810d659e>] ? try_to_del_timer_sync+0x5e/0x90
Jan 15 18:40:01 engserv kernel: [<ffffffffa010280c>] kjournald2+0xec/0x2a0 [jbd2]
Jan 15 18:40:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:40:01 engserv kernel: [<ffffffffa0102720>] ? commit_timeout+0x10/0x10 [jbd2]
Jan 15 18:40:01 engserv kernel: [<ffffffff8108e2ea>] kthread+0xea/0x100
Jan 15 18:40:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
Jan 15 18:40:01 engserv kernel: [<ffffffff8153dbbc>] ret_from_fork+0x7c/0xb0
Jan 15 18:40:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
Jan 15 18:40:01 engserv kernel: INFO: task rsync:7862 blocked for more than 120 seconds.
Jan 15 18:40:01 engserv kernel: Not tainted 3.17.6-1-ARCH #1
Jan 15 18:40:01 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jan 15 18:40:01 engserv kernel: rsync D 0000000000000002 0 7862 7861 0x00000000
Jan 15 18:40:01 engserv kernel: ffff8800bd337a80 0000000000000086 ffff88003b934670 00000000000135c0
Jan 15 18:40:01 engserv kernel: ffff8800bd337fd8 00000000000135c0 ffff880138400000 ffff88003b934670
Jan 15 18:40:01 engserv kernel: ffffffff00000e00 00000000010200da 0000000000000246 ffff88013eff96c0
Jan 15 18:40:01 engserv kernel: Call Trace:
Jan 15 18:40:01 engserv kernel: [<ffffffff8115ab54>] ? __alloc_pages_nodemask+0x174/0xb40
Jan 15 18:40:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
Jan 15 18:40:01 engserv kernel: [<ffffffffa00f808d>] wait_transaction_locked+0x8d/0xd0 [jbd2]
Jan 15 18:40:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:40:01 engserv kernel: [<ffffffffa00f83c2>] start_this_handle+0x262/0x610 [jbd2]
Jan 15 18:40:01 engserv kernel: [<ffffffff81150c1e>] ? __add_to_page_cache_locked+0x24e/0x2c0
Jan 15 18:40:01 engserv kernel: [<ffffffff811ab9da>] ? kmem_cache_alloc+0x16a/0x170
Jan 15 18:40:01 engserv kernel: [<ffffffffa00f8b6b>] jbd2__journal_start+0xfb/0x210 [jbd2]
Jan 15 18:40:01 engserv kernel: [<ffffffffa021ce4f>] ? ext4_da_write_begin+0x10f/0x350 [ext4]
Jan 15 18:40:01 engserv kernel: [<ffffffffa02486cd>] __ext4_journal_start_sb+0x6d/0x110 [ext4]
Jan 15 18:40:01 engserv kernel: [<ffffffffa021ce4f>] ext4_da_write_begin+0x10f/0x350 [ext4]
Jan 15 18:40:01 engserv kernel: [<ffffffff8115191a>] generic_perform_write+0xca/0x1e0
Jan 15 18:40:01 engserv kernel: [<ffffffff81153345>] __generic_file_write_iter+0x1e5/0x3b0
Jan 15 18:40:01 engserv kernel: [<ffffffffa0211eba>] ext4_file_write_iter+0x11a/0x3f0 [ext4]
Jan 15 18:40:01 engserv kernel: [<ffffffff811dc05b>] ? core_sys_select+0x2cb/0x330
Jan 15 18:40:01 engserv kernel: [<ffffffff8142935b>] ? sock_aio_read.part.29+0xcb/0x100
Jan 15 18:40:01 engserv kernel: [<ffffffff811c71ee>] new_sync_write+0x8e/0xd0
Jan 15 18:40:01 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
Jan 15 18:40:01 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
Jan 15 18:40:01 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
Jan 15 18:40:01 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
Jan 15 18:42:00 engserv kernel: INFO: task jbd2/sdb1-8:215 blocked for more than 120 seconds.
Jan 15 18:42:01 engserv kernel: Not tainted 3.17.6-1-ARCH #1
Jan 15 18:42:01 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jan 15 18:42:01 engserv kernel: jbd2/sdb1-8 D 0000000000000000 0 215 2 0x00000000
Jan 15 18:42:01 engserv kernel: ffff8800bcc27c90 0000000000000046 ffff8800bd24c670 00000000000135c0
Jan 15 18:42:01 engserv kernel: ffff8800bcc27fd8 00000000000135c0 ffff88003b934670 ffff8800bd24c670
Jan 15 18:42:01 engserv kernel: ffff8800bcc27be0 ffff8800bcc27bf8 ffff8800bcc27be0 ffffffffa024b3c7
Jan 15 18:42:01 engserv kernel: Call Trace:
Jan 15 18:42:01 engserv kernel: [<ffffffffa024b3c7>] ? ext4_mb_unload_buddy.isra.18+0x27/0x30 [ext4]
Jan 15 18:42:01 engserv kernel: [<ffffffff810b5f30>] ? cpuacct_charge+0x50/0x60
Jan 15 18:42:01 engserv kernel: [<ffffffff810a4c9c>] ? update_curr+0xec/0x1b0
Jan 15 18:42:01 engserv kernel: [<ffffffff810a51ff>] ? dequeue_entity+0x13f/0x580
Jan 15 18:42:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
Jan 15 18:42:01 engserv kernel: [<ffffffffa00fb806>] jbd2_journal_commit_transaction+0x236/0x19c0 [jbd2]
Jan 15 18:42:01 engserv kernel: [<ffffffff810a9954>] ? pick_next_task_fair+0x144/0x520
Jan 15 18:42:01 engserv kernel: [<ffffffff810136b2>] ? __switch_to+0x1b2/0x5e0
Jan 15 18:42:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:42:01 engserv kernel: [<ffffffff810d659e>] ? try_to_del_timer_sync+0x5e/0x90
Jan 15 18:42:01 engserv kernel: [<ffffffffa010280c>] kjournald2+0xec/0x2a0 [jbd2]
Jan 15 18:42:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:42:01 engserv kernel: [<ffffffffa0102720>] ? commit_timeout+0x10/0x10 [jbd2]
Jan 15 18:42:01 engserv kernel: [<ffffffff8108e2ea>] kthread+0xea/0x100
Jan 15 18:42:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
Jan 15 18:42:01 engserv kernel: [<ffffffff8153dbbc>] ret_from_fork+0x7c/0xb0
Jan 15 18:42:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
Jan 15 18:42:01 engserv kernel: INFO: task rsync:7862 blocked for more than 120 seconds.
Jan 15 18:42:01 engserv kernel: Not tainted 3.17.6-1-ARCH #1
Jan 15 18:42:01 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jan 15 18:42:01 engserv kernel: rsync D 0000000000000002 0 7862 7861 0x00000000
Jan 15 18:42:01 engserv kernel: ffff8800bd337a80 0000000000000086 ffff88003b934670 00000000000135c0
Jan 15 18:42:01 engserv kernel: ffff8800bd337fd8 00000000000135c0 ffff880138400000 ffff88003b934670
Jan 15 18:42:01 engserv kernel: ffffffff00000e00 00000000010200da 0000000000000246 ffff88013eff96c0
Jan 15 18:42:01 engserv kernel: Call Trace:
Jan 15 18:42:01 engserv kernel: [<ffffffff8115ab54>] ? __alloc_pages_nodemask+0x174/0xb40
Jan 15 18:42:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
Jan 15 18:42:01 engserv kernel: [<ffffffffa00f808d>] wait_transaction_locked+0x8d/0xd0 [jbd2]
Jan 15 18:42:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:42:01 engserv kernel: [<ffffffffa00f83c2>] start_this_handle+0x262/0x610 [jbd2]
Jan 15 18:42:01 engserv kernel: [<ffffffff81150c1e>] ? __add_to_page_cache_locked+0x24e/0x2c0
Jan 15 18:42:01 engserv kernel: [<ffffffff811ab9da>] ? kmem_cache_alloc+0x16a/0x170
Jan 15 18:42:01 engserv kernel: [<ffffffffa00f8b6b>] jbd2__journal_start+0xfb/0x210 [jbd2]
Jan 15 18:42:01 engserv kernel: [<ffffffffa021ce4f>] ? ext4_da_write_begin+0x10f/0x350 [ext4]
Jan 15 18:42:01 engserv kernel: [<ffffffffa02486cd>] __ext4_journal_start_sb+0x6d/0x110 [ext4]
Jan 15 18:42:01 engserv kernel: [<ffffffffa021ce4f>] ext4_da_write_begin+0x10f/0x350 [ext4]
Jan 15 18:42:01 engserv kernel: [<ffffffff8115191a>] generic_perform_write+0xca/0x1e0
Jan 15 18:42:01 engserv kernel: [<ffffffff81153345>] __generic_file_write_iter+0x1e5/0x3b0
Jan 15 18:42:01 engserv kernel: [<ffffffffa0211eba>] ext4_file_write_iter+0x11a/0x3f0 [ext4]
Jan 15 18:42:01 engserv kernel: [<ffffffff811dc05b>] ? core_sys_select+0x2cb/0x330
Jan 15 18:42:01 engserv kernel: [<ffffffff8142935b>] ? sock_aio_read.part.29+0xcb/0x100
Jan 15 18:42:01 engserv kernel: [<ffffffff811c71ee>] new_sync_write+0x8e/0xd0
Jan 15 18:42:01 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
Jan 15 18:42:01 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
Jan 15 18:42:01 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
Jan 15 18:42:01 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
Jan 15 18:44:00 engserv kernel: INFO: task jbd2/sdb1-8:215 blocked for more than 120 seconds.
Jan 15 18:44:00 engserv kernel: Not tainted 3.17.6-1-ARCH #1
Jan 15 18:44:00 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jan 15 18:44:00 engserv kernel: jbd2/sdb1-8 D 0000000000000000 0 215 2 0x00000000
Jan 15 18:44:00 engserv kernel: ffff8800bcc27c90 0000000000000046 ffff8800bd24c670 00000000000135c0
Jan 15 18:44:00 engserv kernel: ffff8800bcc27fd8 00000000000135c0 ffff88003b934670 ffff8800bd24c670
Jan 15 18:44:00 engserv kernel: ffff8800bcc27be0 ffff8800bcc27bf8 ffff8800bcc27be0 ffffffffa024b3c7
Jan 15 18:44:00 engserv kernel: Call Trace:
Jan 15 18:44:00 engserv kernel: [<ffffffffa024b3c7>] ? ext4_mb_unload_buddy.isra.18+0x27/0x30 [ext4]
Jan 15 18:44:00 engserv kernel: [<ffffffff810b5f30>] ? cpuacct_charge+0x50/0x60
Jan 15 18:44:00 engserv kernel: [<ffffffff810a4c9c>] ? update_curr+0xec/0x1b0
Jan 15 18:44:00 engserv kernel: [<ffffffff810a51ff>] ? dequeue_entity+0x13f/0x580
Jan 15 18:44:00 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
Jan 15 18:44:00 engserv kernel: [<ffffffffa00fb806>] jbd2_journal_commit_transaction+0x236/0x19c0 [jbd2]
Jan 15 18:44:00 engserv kernel: [<ffffffff810a9954>] ? pick_next_task_fair+0x144/0x520
Jan 15 18:44:00 engserv kernel: [<ffffffff810136b2>] ? __switch_to+0x1b2/0x5e0
Jan 15 18:44:00 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:44:00 engserv kernel: [<ffffffff810d659e>] ? try_to_del_timer_sync+0x5e/0x90
Jan 15 18:44:00 engserv kernel: [<ffffffffa010280c>] kjournald2+0xec/0x2a0 [jbd2]
Jan 15 18:44:00 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:44:00 engserv kernel: [<ffffffffa0102720>] ? commit_timeout+0x10/0x10 [jbd2]
Jan 15 18:44:00 engserv kernel: [<ffffffff8108e2ea>] kthread+0xea/0x100
Jan 15 18:44:00 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
Jan 15 18:44:00 engserv kernel: [<ffffffff8153dbbc>] ret_from_fork+0x7c/0xb0
Jan 15 18:44:00 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
Jan 15 18:44:00 engserv kernel: INFO: task rsync:7862 blocked for more than 120 seconds.
Jan 15 18:44:00 engserv kernel: Not tainted 3.17.6-1-ARCH #1
Jan 15 18:44:00 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Jan 15 18:44:00 engserv kernel: rsync D 0000000000000002 0 7862 7861 0x00000000
Jan 15 18:44:00 engserv kernel: ffff8800bd337a80 0000000000000086 ffff88003b934670 00000000000135c0
Jan 15 18:44:00 engserv kernel: ffff8800bd337fd8 00000000000135c0 ffff880138400000 ffff88003b934670
Jan 15 18:44:00 engserv kernel: ffffffff00000e00 00000000010200da 0000000000000246 ffff88013eff96c0
Jan 15 18:44:00 engserv kernel: Call Trace:
Jan 15 18:44:01 engserv kernel: [<ffffffff8115ab54>] ? __alloc_pages_nodemask+0x174/0xb40
Jan 15 18:44:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
Jan 15 18:44:01 engserv kernel: [<ffffffffa00f808d>] wait_transaction_locked+0x8d/0xd0 [jbd2]
Jan 15 18:44:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
Jan 15 18:44:01 engserv kernel: [<ffffffffa00f83c2>] start_this_handle+0x262/0x610 [jbd2]
Jan 15 18:44:01 engserv kernel: [<ffffffff81150c1e>] ? __add_to_page_cache_locked+0x24e/0x2c0
Jan 15 18:44:01 engserv kernel: [<ffffffff811ab9da>] ? kmem_cache_alloc+0x16a/0x170
Jan 15 18:44:01 engserv kernel: [<ffffffffa00f8b6b>] jbd2__journal_start+0xfb/0x210 [jbd2]
Jan 15 18:44:01 engserv kernel: [<ffffffffa021ce4f>] ? ext4_da_write_begin+0x10f/0x350 [ext4]
Jan 15 18:44:01 engserv kernel: [<ffffffffa02486cd>] __ext4_journal_start_sb+0x6d/0x110 [ext4]
Jan 15 18:44:01 engserv kernel: [<ffffffffa021ce4f>] ext4_da_write_begin+0x10f/0x350 [ext4]
Jan 15 18:44:01 engserv kernel: [<ffffffff8115191a>] generic_perform_write+0xca/0x1e0
Jan 15 18:44:01 engserv kernel: [<ffffffff81153345>] __generic_file_write_iter+0x1e5/0x3b0
Jan 15 18:44:01 engserv kernel: [<ffffffffa0211eba>] ext4_file_write_iter+0x11a/0x3f0 [ext4]
Jan 15 18:44:01 engserv kernel: [<ffffffff811dc05b>] ? core_sys_select+0x2cb/0x330
Jan 15 18:44:01 engserv kernel: [<ffffffff8142935b>] ? sock_aio_read.part.29+0xcb/0x100
Jan 15 18:44:01 engserv kernel: [<ffffffff811c71ee>] new_sync_write+0x8e/0xd0
Jan 15 18:44:01 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
Jan 15 18:44:01 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
Jan 15 18:44:01 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
Jan 15 18:44:01 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
Jan 15 18:48:48 engserv sudo[7897]: sth : TTY=tty1 ; PWD=/home/sth ; USER=root ; COMMAND=/usr/bin/journalctl -xb --no-pager
Jan 15 18:48:48 engserv sudo[7897]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
Jan 15 18:48:49 engserv sudo[7897]: pam_unix(sudo:session): session closed for user root
Jan 15 18:51:45 engserv sudo[7859]: pam_unix(sudo:session): session closed for user root
Jan 15 18:52:38 engserv sudo[7911]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/pkill rsync
Jan 15 18:52:38 engserv sudo[7911]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
Jan 15 18:52:38 engserv sudo[7911]: pam_unix(sudo:session): session closed for user root
Jan 15 18:52:50 engserv sudo[7916]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/pkill rsync
Jan 15 18:52:50 engserv sudo[7916]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
Jan 15 18:52:50 engserv sudo[7916]: pam_unix(sudo:session): session closed for user root
Jan 15 18:53:06 engserv sudo[7918]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/pkill -9 rsync
Jan 15 18:53:06 engserv sudo[7918]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
Jan 15 18:53:06 engserv sudo[7918]: pam_unix(sudo:session): session closed for user root
Jan 15 18:55:59 engserv sudo[7949]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/pkill -9 rsync
Jan 15 18:55:59 engserv sudo[7949]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
Jan 15 18:55:59 engserv sudo[7949]: pam_unix(sudo:session): session closed for user root
Jan 15 18:56:21 engserv systemd[1]: Starting Getty on tty2...
-- Subject: Unit [email protected] has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit [email protected] has begun starting up.
Jan 15 18:56:21 engserv systemd[1]: Started Getty on tty2.
-- Subject: Unit [email protected] has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit [email protected] has finished starting up.
-- The start-up result is done.
Jan 15 18:56:25 engserv login[7954]: pam_unix(login:session): session opened for user sth by LOGIN(uid=0)
Jan 15 18:56:25 engserv systemd[1]: Starting Session c4 of user sth.
-- Subject: Unit session-c4.scope has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit session-c4.scope has begun starting up.
Jan 15 18:56:25 engserv systemd-logind[275]: New session c4 of user sth.
-- Subject: A new session c4 has been created for user sth
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- A new session with the ID c4 has been created for the user sth.
-- The leading process of the session is 7954.
Jan 15 18:56:25 engserv systemd[1]: Started Session c4 of user sth.
-- Subject: Unit session-c4.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit session-c4.scope has finished starting up.
-- The start-up result is done.
Jan 15 18:56:25 engserv login[7954]: LOGIN ON tty2 BY sth
Jan 15 18:56:39 engserv sudo[7960]: sth : TTY=tty2 ; PWD=/home/sth ; USER=root ; COMMAND=/usr/bin/umount /media/data/
Jan 15 18:56:39 engserv sudo[7960]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
Jan 15 18:56:39 engserv sudo[7960]: pam_unix(sudo:session): session closed for user root
Jan 15 19:02:43 engserv sudo[7984]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/tee /proc/sys/vm/drop_caches
Jan 15 19:02:43 engserv sudo[7984]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
Jan 15 19:02:43 engserv kernel: ------------[ cut here ]------------
Jan 15 19:02:43 engserv kernel: WARNING: CPU: 3 PID: 7985 at mm/truncate.c:508 invalidate_mapping_pages+0x1c1/0x1f0()
Jan 15 19:02:43 engserv kernel: Modules linked in: des3_ede_x86_64 des_generic arc4 ecb md4 md5 hmac nls_utf8 cifs dns_resolver fscache cfg80211 rfkill nls_iso8859_1 nls_cp437 vfat fat nouveau video ttm drm_kms_helper drm kvm_amd r8169 i2c_algo_bit kvm crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel mxm_wmi evdev snd_hda_codec_realtek snd_hda_codec_hdmi sp5100_tco aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mac_hid pcspkr serio_raw edac_core snd_hda_codec_generic edac_mce_amd mii fam15h_power i2c_piix4 k10temp hwmon i2c_core shpchp tpm_infineon snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm snd_timer snd soundcore wmi tpm_tis tpm button acpi_cpufreq processor sch_fq_codel ext4 crc16 mbcache jbd2 sd_mod crc_t10dif crct10dif_common atkbd libps2 ahci firewire_ohci
Jan 15 19:02:43 engserv kernel: ehci_pci libahci ohci_pci firewire_core ohci_hcd libata crc_itu_t xhci_hcd ehci_hcd scsi_mod usbcore usb_common i8042 serio
Jan 15 19:02:43 engserv kernel: CPU: 3 PID: 7985 Comm: tee Not tainted 3.17.6-1-ARCH #1
Jan 15 19:02:43 engserv kernel: Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./990FXA-UD3, BIOS FC 02/05/2013
Jan 15 19:02:43 engserv kernel: 0000000000000000 000000008e7f3f05 ffff8800b9727c58 ffffffff81537c3e
Jan 15 19:02:43 engserv kernel: 0000000000000000 ffff8800b9727c90 ffffffff8107079d 0000000000000003
Jan 15 19:02:43 engserv kernel: 0000000000000003 ffff880137e2c0a8 ffffffffffffffff ffffea0000637e00
Jan 15 19:02:43 engserv kernel: Call Trace:
Jan 15 19:02:43 engserv kernel: [<ffffffff81537c3e>] dump_stack+0x4d/0x6f
Jan 15 19:02:43 engserv kernel: [<ffffffff8107079d>] warn_slowpath_common+0x7d/0xa0
Jan 15 19:02:43 engserv kernel: [<ffffffff810708ca>] warn_slowpath_null+0x1a/0x20
Jan 15 19:02:43 engserv kernel: [<ffffffff811627c1>] invalidate_mapping_pages+0x1c1/0x1f0
Jan 15 19:02:43 engserv kernel: [<ffffffff81224e0c>] drop_pagecache_sb+0xac/0xf0
Jan 15 19:02:43 engserv kernel: [<ffffffff81224d60>] ? do_coredump+0xec0/0xec0
Jan 15 19:02:43 engserv kernel: [<ffffffff811cb432>] iterate_supers+0xb2/0x110
Jan 15 19:02:43 engserv kernel: [<ffffffff81224ed6>] drop_caches_sysctl_handler+0x86/0x140
Jan 15 19:02:43 engserv kernel: [<ffffffff81206dac>] ? fsnotify+0x28c/0x370
Jan 15 19:02:43 engserv kernel: [<ffffffff812387a3>] proc_sys_call_handler+0xd3/0xf0
Jan 15 19:02:43 engserv kernel: [<ffffffff812387d4>] proc_sys_write+0x14/0x20
Jan 15 19:02:43 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
Jan 15 19:02:43 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
Jan 15 19:02:43 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
Jan 15 19:02:43 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
Jan 15 19:02:43 engserv kernel: ---[ end trace 2601969f96a93148 ]---
Jan 15 19:02:44 engserv kernel: tee (7985): drop_caches: 3
Jan 15 19:08:04 engserv sudo[8011]: sth : TTY=tty2 ; PWD=/home/sth ; USER=root ; COMMAND=/usr/bin/reboot
Jan 15 19:08:04 engserv sudo[8011]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
Jan 15 19:08:04 engserv systemd[1]: Unmounting /media/data...
-- Subject: Unit media-data.mount has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit media-data.mount has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Timers.
-- Subject: Unit timers.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit timers.target has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped target Timers.
-- Subject: Unit timers.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit timers.target has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Session c3 of user sth.
-- Subject: Unit session-c3.scope has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit session-c3.scope has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped Session c3 of user sth.
-- Subject: Unit session-c3.scope has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit session-c3.scope has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping system-systemd\x2dfsck.slice.
-- Subject: Unit system-systemd\x2dfsck.slice has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit system-systemd\x2dfsck.slice has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Removed slice system-systemd\x2dfsck.slice.
-- Subject: Unit system-systemd\x2dfsck.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit system-systemd\x2dfsck.slice has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Sound Card.
-- Subject: Unit sound.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit sound.target has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped target Sound Card.
-- Subject: Unit sound.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit sound.target has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Deactivating swap Swap Partition...
-- Subject: Unit dev-sda3.swap has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit dev-sda3.swap has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Graphical Interface.
-- Subject: Unit graphical.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit graphical.target has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped target Graphical Interface.
-- Subject: Unit graphical.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit graphical.target has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Deactivating swap Swap Partition...
-- Subject: Unit dev-sda3.swap has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit dev-sda3.swap has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Daily Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.timer has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-tmpfiles-clean.timer has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped Daily Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.timer has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-tmpfiles-clean.timer has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Session c1 of user sth.
-- Subject: Unit session-c1.scope has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit session-c1.scope has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped Session c1 of user sth.
-- Subject: Unit session-c1.scope has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit session-c1.scope has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping User Manager for UID 1000...
-- Subject: Unit [email protected] has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit [email protected] has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
-- Subject: Unit avahi-daemon.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit avahi-daemon.service has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Deactivating swap Swap Partition...
-- Subject: Unit dev-sda3.swap has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit dev-sda3.swap has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Session c4 of user sth.
-- Subject: Unit session-c4.scope has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit session-c4.scope has begun shutting down.
Jan 15 19:08:04 engserv login[276]: pam_unix(login:session): session closed for user sth
Jan 15 19:08:04 engserv login[276]: pam_systemd(login:session): Failed to release session: Interrupted system call
Jan 15 19:08:04 engserv avahi-daemon[411]: Got SIGTERM, quitting.
Jan 15 19:08:04 engserv avahi-daemon[411]: Leaving mDNS multicast group on interface enp5s0.IPv4 with address 172.16.1.2.
Jan 15 19:08:04 engserv avahi-daemon[411]: avahi-daemon 0.6.31 exiting.
Jan 15 19:08:04 engserv sshd[359]: Received signal 15; terminating.
Jan 15 19:08:04 engserv systemd[1]: Stopped Session c4 of user sth.
-- Subject: Unit session-c4.scope has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit session-c4.scope has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Multi-User System.
-- Subject: Unit multi-user.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit multi-user.target has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped target Multi-User System.
-- Subject: Unit multi-user.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit multi-user.target has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Daily verification of password and group files.
-- Subject: Unit shadow.timer has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit shadow.timer has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped Daily verification of password and group files.
-- Subject: Unit shadow.timer has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit shadow.timer has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping D-Bus System Message Bus...
-- Subject: Unit dbus.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit dbus.service has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Daily man-db cache update.
-- Subject: Unit man-db.timer has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit man-db.timer has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped Daily man-db cache update.
-- Subject: Unit man-db.timer has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit man-db.timer has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Login Prompts.
-- Subject: Unit getty.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit getty.target has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped target Login Prompts.
-- Subject: Unit getty.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit getty.target has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Getty on tty1...
-- Subject: Unit [email protected] has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit [email protected] has begun shutting down.
Jan 15 19:08:04 engserv systemd-logind[275]: Failed to abandon session scope: Transport endpoint is not connected
Jan 15 19:08:04 engserv systemd[364]: Stopping Default.
-- Subject: Unit UNIT has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun shutting down.
Jan 15 19:08:04 engserv systemd[364]: Stopped target Default.
-- Subject: Unit UNIT has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Starting Generate shutdown-ramfs...
-- Subject: Unit mkinitcpio-generate-shutdown-ramfs.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit mkinitcpio-generate-shutdown-ramfs.service has begun starting up.
Jan 15 19:08:04 engserv systemd[364]: Stopping Basic System.
-- Subject: Unit UNIT has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun shutting down.
Jan 15 19:08:04 engserv systemd[364]: Stopped target Basic System.
-- Subject: Unit UNIT has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has finished shutting down.
Jan 15 19:08:04 engserv systemd[364]: Stopping Timers.
-- Subject: Unit UNIT has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun shutting down.
Jan 15 19:08:04 engserv systemd[364]: Stopped target Timers.
-- Subject: Unit UNIT has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has finished shutting down.
Jan 15 19:08:04 engserv systemd[364]: Stopping Paths.
-- Subject: Unit UNIT has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun shutting down.
Jan 15 19:08:04 engserv systemd[364]: Stopped target Paths.
-- Subject: Unit UNIT has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has finished shutting down.
Jan 15 19:08:04 engserv systemd[364]: Stopping Sockets.
-- Subject: Unit UNIT has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Samba SMB/CIFS server...
-- Subject: Unit smbd.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit smbd.service has begun shutting down.
Jan 15 19:08:04 engserv systemd[364]: Stopped target Sockets.
-- Subject: Unit UNIT has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has finished shutting down.
Jan 15 19:08:04 engserv systemd[364]: Starting Shutdown.
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun starting up.
Jan 15 19:08:04 engserv systemd[364]: Reached target Shutdown.
-- Subject: Unit UNIT has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has finished starting up.
-- The start-up result is done.
Jan 15 19:08:04 engserv systemd[364]: Starting Exit the Session...
-- Subject: Unit UNIT has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit UNIT has begun starting up.
Jan 15 19:08:04 engserv systemd[364]: Received SIGRTMIN+24 from PID 8032 (kill).
Jan 15 19:08:04 engserv systemd[1]: Stopped User Manager for UID 1000.
-- Subject: Unit [email protected] has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit [email protected] has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping user-1000.slice.
-- Subject: Unit user-1000.slice has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit user-1000.slice has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Removed slice user-1000.slice.
-- Subject: Unit user-1000.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit user-1000.slice has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Permit User Sessions...
-- Subject: Unit systemd-user-sessions.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-user-sessions.service has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped Permit User Sessions.
-- Subject: Unit systemd-user-sessions.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-user-sessions.service has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopping Remote File Systems.
-- Subject: Unit remote-fs.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit remote-fs.target has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Stopped target Remote File Systems.
-- Subject: Unit remote-fs.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit remote-fs.target has finished shutting down.
Jan 15 19:08:04 engserv systemd[1]: Unmounting /mnt/smb/share2...
-- Subject: Unit mnt-smb-share2.mount has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit mnt-smb-share2.mount has begun shutting down.
Jan 15 19:08:04 engserv systemd[1]: Unmounting /mnt/smb/share1...
-- Subject: Unit mnt-smb-share1.mount has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit mnt-smb-share1.mount has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: media-data.mount mount process exited, code=exited status=32
Jan 15 19:08:04 engserv nmbd[7459]: STATUS=daemon 'nmbd' finished starting up and ready to serve connectionsGot SIGTERM: going down...
Jan 15 19:08:04 engserv systemd[366]: pam_unix(systemd-user:session): session closed for user sth
Jan 15 19:08:05 engserv umount[8015]: umount: /media/data: target is busy
Jan 15 19:08:05 engserv umount[8015]: (In some cases useful info about processes that
Jan 15 19:08:05 engserv umount[8015]: use the device is found by lsof(8) or fuser(1).)
Jan 15 19:08:05 engserv systemd[1]: Unmounted /mnt/smb/share2.
-- Subject: Unit mnt-smb-share2.mount has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit mnt-smb-share2.mount has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Unmounted /mnt/smb/share1.
-- Subject: Unit mnt-smb-share1.mount has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit mnt-smb-share1.mount has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Network.
-- Subject: Unit network.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit network.target has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped target Network.
-- Subject: Unit network.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit network.target has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping dhcpcd on enp5s0...
-- Subject: Unit [email protected] has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit [email protected] has begun shutting down.
Jan 15 19:08:05 engserv dhcpcd[8049]: dhcpcd[8049]: sending signal TERM to pid 358
Jan 15 19:08:05 engserv dhcpcd[8049]: sending signal TERM to pid 358
Jan 15 19:08:05 engserv dhcpcd[8049]: waiting for pid 358 to exit
Jan 15 19:08:05 engserv dhcpcd[358]: received signal TERM from PID 8049, stopping
Jan 15 19:08:05 engserv dhcpcd[358]: enp5s0: removing interface
Jan 15 19:08:05 engserv dhcpcd[8049]: dhcpcd[8049]: waiting for pid 358 to exit
Jan 15 19:08:05 engserv mkinitcpio[8024]: ==> Starting build: none
Jan 15 19:08:05 engserv dhcpcd[358]: exited
Jan 15 19:08:05 engserv systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
Jan 15 19:08:05 engserv mkinitcpio[8024]: -> Running build hook: [sd-shutdown]
Jan 15 19:08:05 engserv systemd[1]: Stopped dhcpcd on enp5s0.
-- Subject: Unit [email protected] has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit [email protected] has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Unit [email protected] entered failed state.
Jan 15 19:08:05 engserv systemd[1]: [email protected] failed.
Jan 15 19:08:05 engserv systemd[1]: Stopping system-dhcpcd.slice.
-- Subject: Unit system-dhcpcd.slice has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit system-dhcpcd.slice has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Removed slice system-dhcpcd.slice.
-- Subject: Unit system-dhcpcd.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit system-dhcpcd.slice has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Basic System.
-- Subject: Unit basic.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit basic.target has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped target Basic System.
-- Subject: Unit basic.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit basic.target has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Paths.
-- Subject: Unit paths.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit paths.target has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped target Paths.
-- Subject: Unit paths.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit paths.target has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
-- Subject: Unit systemd-ask-password-wall.path has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-ask-password-wall.path has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
-- Subject: Unit systemd-ask-password-wall.path has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-ask-password-wall.path has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
-- Subject: Unit systemd-ask-password-console.path has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-ask-password-console.path has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
-- Subject: Unit systemd-ask-password-console.path has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-ask-password-console.path has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Slices.
-- Subject: Unit slices.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit slices.target has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped target Slices.
-- Subject: Unit slices.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit slices.target has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping User and Session Slice.
-- Subject: Unit user.slice has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit user.slice has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Removed slice User and Session Slice.
-- Subject: Unit user.slice has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit user.slice has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Sockets.
-- Subject: Unit sockets.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit sockets.target has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped target Sockets.
-- Subject: Unit sockets.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit sockets.target has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping D-Bus System Message Bus Socket.
-- Subject: Unit dbus.socket has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit dbus.socket has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Closed D-Bus System Message Bus Socket.
-- Subject: Unit dbus.socket has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit dbus.socket has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Avahi mDNS/DNS-SD Stack Activation Socket.
-- Subject: Unit avahi-daemon.socket has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit avahi-daemon.socket has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
-- Subject: Unit avahi-daemon.socket has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit avahi-daemon.socket has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping System Initialization.
-- Subject: Unit sysinit.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit sysinit.target has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped target System Initialization.
-- Subject: Unit sysinit.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit sysinit.target has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Swap.
-- Subject: Unit swap.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit swap.target has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped target Swap.
-- Subject: Unit swap.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit swap.target has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Encrypted Volumes.
-- Subject: Unit cryptsetup.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit cryptsetup.target has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped target Encrypted Volumes.
-- Subject: Unit cryptsetup.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit cryptsetup.target has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
-- Subject: Unit systemd-update-utmp.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-update-utmp.service has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Load/Save Random Seed...
-- Subject: Unit systemd-random-seed.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-random-seed.service has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Setup Virtual Console...
-- Subject: Unit systemd-vconsole-setup.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-vconsole-setup.service has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped Setup Virtual Console.
-- Subject: Unit systemd-vconsole-setup.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-vconsole-setup.service has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Apply Kernel Variables...
-- Subject: Unit systemd-sysctl.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-sysctl.service has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped Apply Kernel Variables.
-- Subject: Unit systemd-sysctl.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-sysctl.service has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
-- Subject: Unit systemd-update-utmp.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-update-utmp.service has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Create Volatile Files and Directories...
-- Subject: Unit systemd-tmpfiles-setup.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-tmpfiles-setup.service has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped Create Volatile Files and Directories.
-- Subject: Unit systemd-tmpfiles-setup.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit systemd-tmpfiles-setup.service has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopping Local File Systems.
-- Subject: Unit local-fs.target has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit local-fs.target has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Stopped target Local File Systems.
-- Subject: Unit local-fs.target has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit local-fs.target has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: Unmounting /home...
-- Subject: Unit home.mount has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit home.mount has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Unmounting /run/user/1000...
-- Subject: Unit run-user-1000.mount has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit run-user-1000.mount has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Unmounting /boot...
-- Subject: Unit boot.mount has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit boot.mount has begun shutting down.
Jan 15 19:08:05 engserv systemd[1]: Unmounting Temporary Directory...
-- Subject: Unit tmp.mount has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit tmp.mount has begun shutting down.
Jan 15 19:08:05 engserv umount[8075]: umount: /home: target is busy
Jan 15 19:08:05 engserv umount[8075]: (In some cases useful info about processes that
Jan 15 19:08:05 engserv umount[8075]: use the device is found by lsof(8) or fuser(1).)
Jan 15 19:08:05 engserv systemd[1]: home.mount mount process exited, code=exited status=32
Jan 15 19:08:05 engserv systemd[1]: Failed unmounting /home.
-- Subject: Unit home.mount has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit home.mount has finished shutting down.
Jan 15 19:08:05 engserv systemd[1]: U

Similar Messages

  • Need help restoring original desktop after crash and new install

    Question: is there a way to restore my original desktop?
    My system starting giving me kernel errors. I was running Member when it crashed. I did a restart and the mouse would no longer work. Tried starting in safe mode. Mouse still refused to work. Removed most of my memory and restarted but mouse still would not work. Finally got the mouse to move in safe mode. Set my system to start from a different hard drive. This time the mouse worked fine. Ran memory check from this secondary driver and ALL memory checked out fine. Restarted computer with the original drive and once again the mouse would not work.
    Finally, I re-loaded OS 10.4 plus ran all updates. I first tried to load it keeping all the setting but this made the system lock up and the computer would not restart without the CD. Finally, re-loaded 10.4 and archived original desktop.
    Question: is there a way to restore my original desktop?
    I found a folder that has the desktop stuff in it but some seems to be missing...
    AND I cannot find any of my previous mail that had been saved. I'm sure (I hope) that it is here, but don't know where or how to set it back up.
    I still don't know what caused the original problem...
    PowerMac G4   Mac OS X (10.4.7)   3 HD totalling 400GB/ after market processor 1.6mhz

    Hi, Edward.
    1. You wrote: "I first tried to load it keeping all the setting but this made the system lock up and the computer would not restart without the CD. Finally, re-loaded 10.4 and archived original desktop.... I cannot find any of my previous mail that had been saved. "If you performed an Archive & Install of Mac OS X and did not use the "Preserve Users and Network Settings" option, then everything that was in your old user account, including your Mail, is gone. Before performing an Archive and Install without that option, you should have made a complete backup of the affected hard drive using a comprehensive Backup and Recovery solution.
    While it's unclear what you mean by "archived original desktop." If you mean you used Create Archive to create an Archive (.zip file) of your previous Home > Desktop folder before performing the Archive & Install, then only the files and folders that were saved on the Desktop at that time would be preserved. Mail was saved in your Home > Library > Mail folder, which the Archive & Install replaced if you failed to use the "Preserve Users and Network Settings" option.
    If any e-mail files are still on the hard drive in question, then the instructions in my "Data Recovery" FAQ may help you find them, but I suspect they are all gone.
    2. You wrote: "I still don't know what caused the original problem..."Earlier in your post you noted:"My system starting giving me kernel errors."and"Finally got the mouse to move in safe mode."If by "kernel errors" you meant the following message:
    That indicates a kernel panic.
    See my "Resolving Kernel Panics" FAQ. This FAQ includes step-by-step instructions for identifying and resolving some of the most common causes of kernel panics. The FAQ is a roadmap: start at the beginning and work systematically through the end, i.e. the "If all else fails..." section.
    Since the system appeared to work properly in Safe Mode, this would also imply an errant Startup or Login Item could have been the cause, which is addressed in Step 4 of the "Troubleshooting kernel panics" section of my FAQ.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Desktop Manager 6 Crashes after new install

    I was hapilly using DTM6 but installed a SSD after a HDU failure. Now DTM6 crashes every time I open it. I have re-installed several times, to different locations and even a different HDU. After each crash I have cleaned out registry, etc. but it seems that going back to DTM5 is the only answer. Has anyone else had this problem?

    I am having the exact same problem. V6 was actually installed and running on my laptop a few weeks ago (I don't use it that often). Then two days ago I tried to use it and it crashed. I downloaded the software file and did a 'repair' installation, but it still crashed. I uninstalled it, reloaded it from the downloaded software and it still crashed. I uninstalled it, installed version 5 which worked, then used the upgrade option from that to install v 6 and it crashed.
    I have tried turning off my anti-virus during the download and installation, and every other program I could identify as unnecessary via Windows manager, but it still crashes.
    I am running Windows XP with all the latest Service Packs.

  • Premiere Pro CS 5 crashes on new install

    Had this on my other computer - worked great - on this computer keeps crashing.
    Premiere Pro CS5 5.0.3
    Have installed updates
    What operating system? Windows 7
    What kind(s) of source footage? When telling about your source footage, tell us about the codecs, not just the container types. All types of footage
    If you are getting error message(s), what is the full text of the error message(s)? Just crashes
    What were you doing when the problem occurred? all types of things - no pattern
    Has this ever worked before? Yes on my other computer
    What other software are you running? None
    Do you have any third-party effects or codecs installed? No
    Tell us about your computer hardware. Be especially certain to tell us about third-party I/O hardware (e.g., AJA, Matrox, Blackmagic, MOTU).
    Are you using Mercury Playback Engine GPU Acceleration? no clue
    Does the problem only happen with your final output, with previews, or both? Both

    Advanced System Care - I installed and was on my last computer
    Bluetooth was installed on my last computer
    AVG - I installed and was on my last computer
    Cyberlink - DVD burning software I installed -
    Mystic Thumbs - I installed and was on my last computer
    Akamai Netsession This is the adobe downloader file
    Multimedia Card Reader - was installed on my last computer
    Dell DataSafe Local Backup- This I can remove - was not on my last computer

  • CS5 Photoshop crashes on new install

    Here is the log :
    Process:         Adobe Photoshop CS5 [704]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:      com.adobe.Photoshop
    Version:         12.0 (12.0x20100407.r.1103) (12.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [115]
    Date/Time:       2010-11-02 11:35:12.537 -0500
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          296732 sec
    Crashes Since Last Report:           19
    Per-App Interval Since Last Report:  869 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      74426F13-AB90-479C-B093-C0EEEAA36661
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  4
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x00007fff83c81f16 close$NOCANCEL + 10
    1   libSystem.B.dylib             0x00007fff83ccf8cd fclose + 139
    2   libstdc++.6.dylib                0x00007fff82c9f5e1 std::__basic_file<char>::close() + 45
    3   libstdc++.6.dylib                0x00007fff82c69e4a std::basic_filebuf<char, std::char_traits<char> >::close() + 196
    4   libstdc++.6.dylib                0x00007fff82c69f04 std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf() + 38
    5   libstdc++.6.dylib                0x00007fff82c6b425 std::basic_ofstream<char, std::char_traits<char> >::~basic_ofstream() + 53
    6   ...pdaterNotificationFramework    0x0000000122a8b57d ESDofstream::~ESDofstream() + 37
    7   ...pdaterNotificationFramework    0x0000000122ab1da9 std::auto_ptr<ESDofstream>::reset(ESDofstream*) + 41
    8   ...pdaterNotificationFramework    0x0000000122ab1261 ESDLogFile::CloseFileStream() + 481
    9   ...pdaterNotificationFramework    0x0000000122ab143e ESDLogFile::~ESDLogFile() + 24
    10  libSystem.B.dylib                         0x00007fff83c927f4 __cxa_finalize + 203
    11  libSystem.B.dylib                         0x00007fff83c9270c exit + 18
    12  com.adobe.Photoshop                   0x0000000100002eab 0x100000000 + 11947
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x00007fff83c9908a kevent + 10
    1   libSystem.B.dylib             0x00007fff83c9af5d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib             0x00007fff83c9ac34 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib             0x00007fff83c9a75e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib             0x00007fff83c9a088 _pthread_wqthread + 353
    5   libSystem.B.dylib             0x00007fff83c99f25 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib             0x00007fff83cbaeb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff83cbecd1 _pthread_cond_wait + 1286
    2   com.adobe.amt.services                 0x0000000108223c53 AMTConditionLock::LockWhenCondition(int) + 37
    3   com.adobe.amt.services                 0x000000010821ccce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92
    4   com.adobe.amt.services                 0x0000000108223cbe AMTThread::Worker(void*) + 28
    5   libSystem.B.dylib             0x00007fff83cb9456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff83cb9309 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib             0x00007fff83c802fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff83c8096d mach_msg + 59
    2   com.apple.CoreFoundation            0x00007fff8753b3c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation            0x00007fff8753a84f CFRunLoopRunSpecific + 575
    4   com.apple.CoreMediaIOServices 0x00007fff866d063f MIO::DAL::RunLoop::OwnThread(void*) + 147
    5   com.apple.CoreMediaIOServices 0x00007fff866d220a CAPThread::Entry(CAPThread*) + 140
    6   libSystem.B.dylib             0x00007fff83cb9456 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff83cb9309 thread_start + 13
    Thread 4 Crashed:
    0   ServiceManager-Launcher.dylib    0x0000000122ade7b8 Terminate2 + 12
    1   com.adobe.PlugPlug                      0x0000000106859473 csxs::servicemgr::api::ServiceManager::~ServiceManager() + 31
    2   com.adobe.PlugPlug                      0x0000000106859781 csxs::services::csi::CSServiceManager::Deactivate(csxs::services::core::IServiceContext*) + 49
    3   com.adobe.PlugPlug                      0x0000000106849aff csxs::services::core::ServiceLocator::DeactivateAll() + 75
    4   com.adobe.PlugPlug                      0x0000000106849f0c csxs::services::core::ServiceLocator::~ServiceLocator() + 38
    5   com.adobe.PlugPlug                      0x0000000106863f01 vcfoundation::IVCType::Release() + 55
    6   com.adobe.PlugPlug                      0x0000000106842cda csxs::internal::AsyncStartupTask::InitialAuthStatusCheckListener::~InitialAuthStatusCheck Listener() + 40
    7   com.adobe.PlugPlug                      0x0000000106863f01 vcfoundation::IVCType::Release() + 55
    8   com.adobe.PlugPlug                      0x000000010685aeea csxs::services::csi::AsyncGetUserInfo::~AsyncGetUserInfo() + 40
    9   com.adobe.PlugPlug                      0x0000000106863f01 vcfoundation::IVCType::Release() + 55
    10  com.adobe.PlugPlug                     0x000000010686d77f vcfoundation::thread::AbstractThread::~AbstractThread() + 61
    11  com.adobe.PlugPlug                     0x000000010686fbdb vcfoundation::thread::Thread::~Thread() + 41
    12  com.adobe.PlugPlug                     0x0000000106863f01 vcfoundation::IVCType::Release() + 55
    13  com.adobe.PlugPlug                     0x000000010686fb5a vcfoundation::thread::Thread::TlsFinalize() + 64
    14  com.adobe.PlugPlug                     0x000000010686f7e5 vcfoundation::thread::TLS::~TLS() + 27
    15  com.adobe.PlugPlug                     0x000000010686f77f vcfoundation::thread::DestroyTLS(void*) + 51
    16  libSystem.B.dylib                         0x00007fff83cb9b68 _pthread_tsd_cleanup + 82
    17  libSystem.B.dylib                         0x00007fff83cb981c _pthread_exit + 147
    18  libSystem.B.dylib                         0x00007fff83cb9309 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib             0x00007fff83cc3dce select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation            0x00007fff8755ce92 __CFSocketManager + 818
    2   libSystem.B.dylib             0x00007fff83cb9456 _pthread_start + 331
    3   libSystem.B.dylib             0x00007fff83cb9309 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib             0x00007fff83cbaeb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff83cbad45 nanosleep + 148
    2   libSystem.B.dylib             0x00007fff83cbacaf usleep + 57
    3   com.apple.AppKit                          0x00007fff830f9619 -[NSUIHeartBeat _heartBeatThread:] + 1540
    4   com.apple.Foundation                   0x00007fff8420be8d __NSThread__main__ + 1429
    5   libSystem.B.dylib             0x00007fff83cb9456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff83cb9309 thread_start + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00000001224425d0  rcx: 0x00007fff5fc404a0  rdx: 0x0000000122ade7ac
      rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000122a82c70  rsp: 0x0000000122a82c70
       r8: 0x00007fff70680748   r9: 0x0000000122a82ba0  r10: 0x000000000000001f  r11: 0x0000000122ade7ac
      r12: 0x0000000122a82ca0  r13: 0x0000000122442820  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x0000000122ade7b8  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Binary Images:
           0x100000000 -        0x1026b5fff +com.adobe.Photoshop 12.0 (12.0x20100407.r.1103) (12.0) <B69D89E5-01DD-C220-48B1-E129D0574536> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
           0x103295000 -        0x10330dfef +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <4A355686-1451-B19A-0C55-DFE49FD2539E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x103323000 -        0x10332afff  org.twain.dsm 1.9.4 (1.9.4) <D32C2B79-7DE8-1609-6BD4-FB55215BD75B> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103332000 -        0x103342ff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <5D6FFC4E-7B81-3E8C-F0D4-66A3FA94A837> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x10334d000 -        0x103353ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <1AB34F57-2E8D-42FB-A484-5CCB928CA456> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10335a000 -        0x103560fef +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <499B4E7A-08BB-80FC-C220-D57D45CA424F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x1035f3000 -        0x1037a1fef +com.adobe.owl AdobeOwl version 3.0.91 (3.0.91) <C36CA603-EFFB-2EED-6CEE-0B532CE052D2> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x103843000 -        0x103c73fef +AdobeMPS ??? (???) <FA334142-5343-8808-7760-4318EB62AD51> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103dcd000 -        0x1040f8ff7 +AdobeAGM ??? (???) <52E17D56-6E7A-A635-82ED-5DE1F3E5045D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1041c5000 -        0x1044edfe7 +AdobeCoolType ??? (???) <9E03F47A-06A3-F1F4-AC4C-76F12FACC294> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x104585000 -        0x1045a6ff7 +AdobeBIBUtils ??? (???) <F7150688-2C15-0F0C-AF24-93ED82FC321A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x1045b3000 -        0x1045deff6 +AdobeAXE8SharedExpat ??? (???) <7E809606-BF97-DB3A-E465-156446E56D00> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x1045f0000 -        0x104734fef +WRServices ??? (???) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x10477b000 -        0x1047e0fff +aif_core ??? (???) <12FA670E-05A8-1FCB-A7A2-AAE68728EA30> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x1047fc000 -        0x104812fff +data_flow ??? (???) <9C5D39A6-D2A2-9B6A-8B64-D1B59396C112> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x10482a000 -        0x1048c0fff +image_flow ??? (???) <B72AA922-0D68-D57E-96B1-2E009B0AD4AE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x104937000 -        0x104955fff +image_runtime ??? (???) <32786637-C9BF-4CB6-2DF9-5D99220E00BE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x104972000 -        0x104ba1fff +aif_ogl ??? (???) <615E7DF6-09B1-857A-74AC-E224A636BEE1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x104c80000 -        0x104d13fff +AdobeOwlCanvas ??? (???) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
           0x104d33000 -        0x10507cfef +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <023E0760-0223-AB5D-758C-2C5A052F6AF4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x10520c000 -        0x10538efe7 +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <42077295-9026-D519-C057-35E07029D97B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x105430000 -        0x1057a8fff +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.0) <0E95A0DF-038A-CFF2-EC7B-BDB905CDF5C5> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x1058f2000 -        0x105a06fff +AdobeACE ??? (???) <E359887D-1E7F-5E62-CB8D-37CE4DBFB4D8> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x105a2b000 -        0x105a47fff +AdobeBIB ??? (???) <7A792F27-42CC-2DCA-D5DF-88A2CE6C2626> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x105a51000 -        0x105abbff7 +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <6B2F73C2-10AB-08B3-4AB0-A31C83D1E5E0> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x105aee000 -        0x105bc1ffb +AdobeJP2K ??? (???) <465D1693-BE79-590E-E1AA-BAA8061B4746> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105be1000 -        0x105be5ff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <0C380604-C686-C2E4-0535-C1FAB230187E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x105be9000 -        0x105c60fff +FileInfo ??? (???) <6D5235B9-0EB6-17CA-6457-A2507A87EA8F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105c81000 -        0x105cdfffd +AdobeXMP ??? (???) <561026BB-C6EA-29CE-4790-CABCB81E8884> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x105ced000 -        0x106188fff +com.nvidia.cg 2.2.0006 (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg
           0x10670e000 -        0x106764feb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <03B80698-2C3B-A232-F15F-8F08F8963A19> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1067a9000 -        0x1067ceffe +adobepdfsettings ??? (???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x106808000 -        0x10680dffd +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <DFFB9A08-8369-D65F-161F-7C61D562E307> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x106812000 -        0x1069adfff +com.adobe.PlugPlug 2.0.0.746 (2.0.0.746) <CB23C5AA-0E4B-182B-CB88-57DD32893F92> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x106a55000 -        0x106a6efeb +libtbb.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib
           0x106a7f000 -        0x106a85feb +libtbbmalloc.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib
           0x106a8c000 -        0x106a8cff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <B146C134-CE18-EC95-12F8-E5C2BCB43A6B> /usr/lib/libmx.A.dylib
           0x106a8f000 -        0x106a97ff3 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <6858DF5A-F020-22A7-B945-14EC277724D4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x106a9e000 -        0x106b84fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
           0x106f52000 -        0x106f54fef  com.apple.textencoding.unicode 2.3 (2.3) <B254327D-2C4A-3296-5812-6F74C7FFECD9> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x106ff2000 -        0x106ff3fff  libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) <5EB939D1-53CF-EDD2-36DF-3E8A3FB13179> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x108200000 -        0x108270ff6 +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <52FF1F9B-9991-ECE2-C7E3-09DA1B368CBE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
           0x1083ad000 -        0x1083c4fe7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <1B9D1076-CC7C-521A-676C-F7BE51F65271> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x1083c8000 -        0x1083e9fef  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <FA6280BD-A73C-3A3D-6494-81EB80FE1C24> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x1083ed000 -        0x1083fcfe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <0628B99F-F193-89BF-6332-B8C50D301F29> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x119935000 -        0x119947fff  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <A77665EF-B6FB-00B4-2F3D-90D7845814C9> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x11994b000 -        0x119953fff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <3D59CB21-F5C7-4232-AB00-DFEB04206024>

    Thank you for the response.
    How do i check for corrupt fonts? How do i remove or identify bad plugins?

  • Will not start on New Install. Opening goes straight to Crash reporter

    Will not start on New Install. Clicking on icon does not open a window and goes straight to Crash reporter. I cannot access a window to try to open in safe mode (unless there is another method than outlined in the help article).
    I run Windows XP and trying to install the latest 15.0.1 version. Before install, I did disable my Symantic virus protection. I have never used Firefox and would like to try it, but I'm having little success so far to even get started.
    Please let me know if anyone has any other ideas or need more information from me.

    hello Singyt, the bug report associated to this kind of crash indicates that it might be a malware related issue.
    your crash report also shows a file named "urixalog.dll", which doesn't turn up any search hits on google, which is also slightly suspicious. could you search for that file on your pc and upload it to a site like virustotal.com in order to analyze it.
    please do a full scan of your system with the security software already in place and/or a different tool like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes].
    [[Troubleshoot Firefox issues caused by malware]]
    edit: the bug report also suggests that a monitoring program named spector pro/360/... which essentially acts like malware, might cause the issue. in case you have that installed please remove it. otherwise [https://support.mozilla.org/en-US/kb/Firefox%20crashes%20when%20you%20open%20it#w_backdoor-ulrbot-c here] would be a removal guide for urixalog.dll

  • Adobe updater is crashing with adobe photoshop elements 6 and mac os version 10.9.4 (on a brand new install)  . How to overcome  this ?

    adobe updater is crashing with adobe photoshop elements 6 and mac os version 10.9.4 (on a brand new install)  . How to overcome  this ?

    Maybe I typed it wrong ...it is unchecked.
    This is the message I receive:
    Process:         Adobe Updater
    Path:            /Applications/Utilities/Adobe Utilities.localized/*/Adobe Updater.app/Contents/MacOS/Adobe Updater
    Identifier:      "com.Adobe.ESD.AdobeUpdaterApplication"
    Version:         Adobe Updater 5.1.0.1082 (5.1.0.1082)
    Code Type:       X86 (Native)
    Parent Process:  launchd
    Responsible:     Adobe Updater
    User ID:         501
    Date/Time:       2014-11-21 12:39:47.691 -0600
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  42CCAEE7-C520-BA70-4B27-711A184AB1A5
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    terminating with uncaught exception of type std::runtime_error: Unable to determine registration filepath!
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib        0x93982952 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x96f15167 pthread_kill + 101
    2   libsystem_c.dylib             0x940f029c abort + 155
    3   libc++abi.dylib               0x99fe06c9 abort_message + 169
    4   libc++abi.dylib               0x9a00147d default_terminate_handler() + 264
    5   libc++abi.dylib               0x99ffec30 std::__terminate(void (*)()) + 14
    6   libc++abi.dylib               0x99ffe64b __cxa_throw + 116
    7   "com.Adobe.ESD.AdobeUpdaterApplication"0x0004e4a3 0x1000 + 316579
    8   "com.Adobe.ESD.AdobeUpdaterApplication"0x00056f19 0x1000 + 352025
    9   "com.Adobe.ESD.AdobeUpdaterApplication"0x00024499 0x1000 + 144537
    10  "com.Adobe.ESD.AdobeUpdaterApplication"0x000139c0 0x1000 + 76224
    11  "com.Adobe.ESD.AdobeUpdaterApplication"0x00002912 0x1000 + 6418
    12  "com.Adobe.ESD.AdobeUpdaterApplication"0x0000282d 0x1000 + 6189
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib        0x93983992 kevent64 + 10
    1   libdispatch.dylib             0x96f1e899 dispatchmgr_invoke + 238
    2   libdispatch.dylib             0x96f1e532 dispatchmgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib        0x93983046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x96f15dcf pthreadwqthread + 372
    2   libsystem_pthread.dylib       0x96f19cce start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib        0x93983046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x96f15dcf pthreadwqthread + 372
    2   libsystem_pthread.dylib       0x96f19cce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib        0x93983046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x96f15dcf pthreadwqthread + 372
    2   libsystem_pthread.dylib       0x96f19cce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xa10e2c0c  ecx: 0xbffff0dc  edx: 0x93982952
      edi: 0xa13a31a8  esi: 0x00000006  ebp: 0xbffff0f8  esp: 0xbffff0dc
       ss: 0x00000023  efl: 0x00000206  eip: 0x93982952   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x99fe3e46
    Logical CPU:     0
    Error Code:      0x00080148
    Trap Number:     132
    Binary Images:
        0x1000 -   0x24cff7 +"com.Adobe.ESD.AdobeUpdaterApplication" (Adobe Updater 5.1.0.1082 - 5.1.0.1082) <3D59867C-5698-4D46-AD1F-C357C48B75AA> /Applications/Utilities/Adobe Utilities.localized/*/Adobe Updater.app/Contents/MacOS/Adobe Updater
      0x3ce000 -   0x3d9fff  com.apple.CommerceCore (1.0 - 42) <D28DD970-4B69-3848-9BCC-3C67323B3D9C> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x493f000 -  0x4964ff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x8fea6000 - 0x8fed8417  dyld (239.4) <0F2176BD-4239-3506-BA41-3B885269520E> /usr/lib/dyld
    0x90008000 - 0x90023ff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x90024000 - 0x90025fff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x90026000 - 0x90109ff7  libcrypto.0.9.8.dylib (52) <D3AB1D26-30BA-36D3-956C-EC7D7185C396> /usr/lib/libcrypto.0.9.8.dylib
    0x9010a000 - 0x90135ff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x90136000 - 0x9052effb  com.apple.CoreGraphics (1.600.0 - 599.35.4) <2B46D887-CAED-30F3-B009-1EBF0C71DC2E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9069c000 - 0x906a5fff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    ...and it goes on and on.
    Joy (Awbrey) Schichtl
    [email protected]

  • Encore CS5.5 New Install crashes when I assign a drive to the project - Win7

    Encore CS5.5 open fine but when I have assigned a drive and named the project then enter, it crashes with this error:
    "Microsoft C+++
    Runtime error
    Program: C:\Pr....
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information."
    Then when I chose OK it says "the application has stopped running and Windows will search for a solution" of course it can't find one and so it closes the program.
    This is a new install and the first time I've tried to run Encore on this new computer.
    I've been editing in Premiere and exporting out thorugh AME just fine, but now I need to make a DVD and Encore won't stay open because of this error.
    I've tried opening to another drive beside the raid but I get the same error.
    I also have a Matrox MO2 aqttached but that doesn't seem to be a problem with Premiere either.
    Can you help?
    This is Win7 on an Asus P9X79 MB with Intell i73930 and 16 gigs of ram.

    >This is a new install and the first time I've tried to run Encore
    Have you checked to see if there are any updates for Encore?
    All Adobe updates start here and select product, read to see if you need to install updates in number order, or if the updates are cumulative for the individual product http://www.adobe.com/downloads/updates/
    Have you also made sure Win7 is updated?
    And, some other things to check...
    As well as the below, right click the Encore icon and select Run as Administrator, which is NOT the same thing as running the computer with the Administrator account, and which fixes several "odd" problems... To create a two layer DVD (or a BluRay?), you MUST have Encore set to use the Run as Administrator option
    Run as Administrator http://forums.adobe.com/thread/771202
    -Set to always "run as" via icon http://forums.adobe.com/thread/969395
    Odd Errors http://forums.adobe.com/thread/670174
    Long File Names or odd characters cause problems
    Read http://forums.adobe.com/thread/588273
    And #4 http://forums.adobe.com/thread/666558
    And This Message Thread http://forums.adobe.com/thread/665641

  • My macbook started crashing on startup. The startup tone wavers. I got it going with the option start keystroke. Is this apt to be software or hardware? I ordered new system software to see if a new install will solve.

    My macbook started crashing on startup. The startup tone wavers. I got it going with the option start keystroke. Is this apt to be software or hardware? I ordered new system software to see if a new install will solve.

    when you install the disc, do it with the machine powered off. Place the disc in the the slot, push it in while holding the power switch tp poer it up, while holding the "C" key down till the gear starts spinning. After the gear starts spinning you can release the C key and wait. This takes much longer than normal longer, then create a new account. Be ready to wait.
    USE YOUR ORIGINAL INSTALL DISC!

  • FF is not opening even uninstalled Java, Flash, Shockware and new install of firefox. It is still crashing. Crash ID: bp-86f02078-e5d6-4a3c-8b97-7df152130129

    Each time I try to start firefox (FF), it crashes. I tried reinstalling new version couple of times, it is still crashing. I uninstalled:
    J2SE Runtime Environment 5.0 Update 11
    Jave 7 Update 9
    Adobe Flash Player Plugin
    Adobe Flash ActiveX
    Adobe Shockware Player 11.6
    After new install, FF is still crashing.
    Crash ID: bp-86f02078-e5d6-4a3c-8b97-7df152130129
    Crash ID: bp-6db32472-b5d3-4f25-af10-3e8f72130129

    The report for first Crash ID: bp-86f02078-e5d6-4a3c-8b97-7df152130129 is
    https://crash-stats.mozilla.com/report/index/86f02078-e5d6-4a3c-8b97-7df152130129
    Firefox 18.0.1 Crash Report [@ nsPrefBranch::GetIntPref(char const*, int*)
    Related Bug:
    [https://bugzilla.mozilla.org/show_bug.cgi?id=828184 828184] REOPENED --- startup crash in nsPrefBranch::GetIntPref with QIPCAP.dll (Websense Endpoint)
    (The second Crash ID: [https://crash-stats.mozilla.com/report/index/6db32472-b5d3-4f25-af10-3e8f72130129 bp-6db32472-b5d3-4f25-af10-3e8f72130129] has the same signature and related bug)
    QIPCAP.dll is a DLL that belongs to Websense Endpoint software https://www.websense.com/content/Home.aspx
    '''Try Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    * You can open Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut and just use "'Start in Safe Mode"''
    '''''If Firefox no longer crashes when you start in Firefox Safe Mode''''', your problem is probably caused by an extension related to Websense Endpoint software.
    If Firefox still crashes in Safe Mode, you will need to contact Websense Endpoint support or else disable or uninstall that software and use another security product.

  • New install of Elements 8 - Organizer crashes

    New install of Elements 8 on Windows 7 64 bit machine. When I start the Organizer the program crashes and attempts to send a report to Adobe.
    Since this is a brand new install and other programs are working nomally I am not sure where to go.
    The log file of the Organizer is seen in blue below
    Thanks for any help

    That's a new error I haven't seen before.
    Try running the Organizer as administrator (which on Windows 7 is different than running in an account that's an administrator).  Right-click the PSE icon on the desktop or the Start-menu item and select Run As Administrator.  On some installations, PSE doesn't ensure that it has proper file permissions for all the folders and files it needs to write.
    If that doesn't help, see these troubleshooting steps:
    http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_Troubleshooting_Organizer_ crashes

  • After Effects cs6 crashs on almost everything after new install

    Hi,
    I bought a new SSD to install Windows 7 64 bit and the software I'm used to working with on. After that install After Effect crashes as soon as I import a file. I've read other treads about the temp file paths but there all at %USERPROFILE%\AppData\Local\Tem I've haven't changed any settings.
    Please if anyone can help!

    While I was updating the update manager said I need to close the ''Dynamic Link Media Server'' or something like that while the update manager was the only programm that was running, could something be going wrong there? Are there known problems with the dynamic link media server''?
    What version of After Effects? Include the minor version number (e.g., After Effects CS5.5 with the 10.5.1 update).
    After Effects cs6 with lastest update
    Have you installed the recent updates? (If not, you should. They fix a lot of problems.)
    Yes
    What operating system? This should include specific minor version numbers, like "Mac OSX v10.6.8"---not just "Mac".
    Windows 7 64 bit, fresh install with servcice pack 1
    What kind(s) of source footage? When telling about your source footage, tell us about the codecs, not just the container types. For example, "H.264 in a .mov container", not just "QuickTime".
    Every type of footage I import
    If you are getting error message(s), what is the full text of the error message(s)?
    It just shuts dows
    What were you doing when the problem occurred?
    Importing footage
    Has this ever worked before?
    Yes, before the install
    What other software are you running?
    Nothing
    Do you have any third-party effects or codecs installed?
    No, I did install new catalyst drivers for vga
    Tell us about your computer hardware. Include CPU type and number of processor cores, amount of RAM installed, GPU, number of disk drives, and how any external drives are connected.
    Amd 4x 3000, 8gig, radeon 6450, one ssd
    Do you have any third-party I/O hardware (e.g., AJA, Matrox, Blackmagic, MOTU)?
    No
    Are you using OpenGL features in After Effects?
    No
    Does the problem only happen with your final output, RAM preview, or both?
    I don´t get there
    Are you using Render Multiple Frames Simultaneously multiprocessing?
    No
    What is the exact sequence of steps that you are taking?
    New install, both Windows and Ae, new vga drivers.

  • HT1335 My computer crashed and we installed a new hard drive.  How do I sync my I pod nano 6th generation?  Will I lose everything I have on the Ipod ?

    My computer crashed and we installed a new hard drive.  How do I reinstall I tunes and sync my Ipod Nano 6th generation?  Will
    I lose everything I have on it?

    If you don't have the prior computer backup files, you may want to look at this to get your information from the phone:
    http://www.wideanglesoftware.com/touchcopy/index.php

  • Microsoft Word Intermittently Crashing After Installing Mountain Lion

    After installing Mountain Lion (10.8), Microsoft Word 2011 (v 14.2.3, currently the latest update) is intermittently crashing.  This is not the error I have seen reported elsewhere where Word crashses on start up.  Rather, it starts fine, runs for a while, then suddently freezes and gives an error message.  Unfortunately I do not remember the full error message, but it stated something like "Microsoft Office  cannot write to the hard drive..."  I was prevously running Microsoft Office 2011 and had no problems until upgrading to Mountain Lion.
    So far I tried repaired disk permissions, both via the disk utility application and by restarting while holding down the option key to boot into disk utility directly.  This did not solve the problem.
    I also checked the activity monitor, because after crashing the computer starts running very hot.  The activity monitor shows a process called "mtmd", which is using 50-80% of the CPU.  This activity seems to persist until the computer is restarted again. 
    I also checked fonts in Font Book, but there appear to be no duplicate fonts, which I thought might cause a problem in Word. 
    Any suggestions would be greatly appreciated.

    Hi there,
    I've been getting the same error message for teh last few days. Word and Mountain Lion seemed to be playing well together until the last MS update (now running Word 2011 14.2.3). Fans go into overdrive and always a reboot required. Additionally, my DOCX is gone from where it was saved and in place only a word.tmp file remains. Sometimes I can open the temp file and recover all of the data but sometimes not. Luckily Time Machine has saved me on both occasions when the tmp file wouldn't open.
    Excel and Powerpoint are currently running very smoothly (in fact I dare say better than previously).
    I've tried running the DOCX from local drives and two external drives all with the identical results.  However, after this occurring for the nth time I noticed that it seems to occur when Time Machine kicks in. I'm presently testing it with Time Machine turned off and all seems ok. Though it does kind of defeat the purpose!

  • IPhoto won't open after new install and restore of back-up

    Hi guys
    My hard drive just died (for the second time in 6 months!) so I have just gotten the computer back with a new drive. I did a new install of Tiger from my original install CDs, did the download thing to get all the updates, and ran a "restore" from my external drive using iBackup (http://www.grapefruit.ch/iBackup//index.html) to restore all my previous system settings, documents, etc. So far this seems to have worked well, a couple of 3rd party applications didn't re-install - specifically Neo Office and WiFind - but I was able to manually install those and everything seems to be working fine.
    Except iPhoto. It won't open. When I click the dock icon it bounces once and does nothing. No little arrow under it or anything. Nothing at all happens when I click the icon in Finder (in the Applications folder). When I searched it in spotlight it told me there was a file called iphoto.crash.log, so I went and had a look at that hoping it would tell me the problem, but I don't understand it. I'm not particularly good at the behind the scenes stuff with computers.
    Wondering what I should do now - if someone can perhaps interpret the log file and find the issue if that would help, or if I should uninstall and re-install iPhoto by itself (and if so, how?), or if there is something else that may be causing the issue. I noticed there are a few files relating to it when I search with spotlight but I don't know which of them might be relevant. I could post a screenshot if that is allowed, or post the log file if it would help?
    Thanks in advance for any advice or help!
    Regards,
    Chloë

    400 Updates???
    Did you Repair Permissions before & after each one?
    The usual reason why updates fail or mess things up, or things don't load/run, is if Permissions are not fixed before & after every update, with a reboot... you may get a partial update when the installer finds it doesn't have Permissions to change one obscure little part of the OS, leaving you with a mix of OS versions.
    Some people get away without Repairing Permissions for years, some for only days.
    If Permissions are wrong before applying an update, you could get mixed OS versions, if Directory is the slightest messed up, who knows!
    If many Permission are repaired, or any Directory errors are found, you may need to re-apply some the latest/biggest updates again, or even do an A&I if you have enough free disk space.
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html
    The combo update for Intel-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateintel.html
    Repair Permissions before & after re-install, then reboot again each time.
    If all the above do not resolve the problem, then it's time for an Archive & Install, which gives you a new OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space...
    http://docs.info.apple.com/article.html?artnum=107120
    I only use Software Update to see what is needed, then get them for real via...
    http://www.apple.com/support/downloads/
    That way I can wait a week or so, check the forums for potential problems, and get Permissions & such in order before installing.

Maybe you are looking for

  • Reg : Logic for Report

    Hi , I would like to know one logic for preparing functional specification for one MM report. This report should fetch all materials that are below safety stock. Please help me.

  • 'Open with' window displaying applications twice

    When right clicking on an icon / file, either directly on the desktop or in finder, and selecting 'Open With' I am getting a lot of applications listed twice, directly on top of each other. For example Photoshop CS Photoshop CS Firefox Firefox This s

  • Upgrade to Skype Premium unavailable?

    I need to upgrade my account to Premium so I can share screens and video call simultaneously. However, when tried to upgrade, I get the following message: "Now that group video calls* are free for everyone, we've removed Premium to give it a refresh.

  • Mail divider bar lost

    In Mail 1.3.11 I lost the divider bar (betwwen message list and preview pane) and its handles and I can't get it back. Anyone know how to get it back?

  • Flex website not working properly in Firefox

    Hi All, We have a huge app built in Flex. When we deployed the app, it ran successfully in IE,Opera,Safari. But in FIREFOX, the site opens up and the user is able to login for the first time. After that when he log out and re-login in the same Firefo