Computer not responding anymore when accessing shared files (systemd)

Hi,
i upgraded my arch system which now uses systemd. An error appears when trying to access shared from vmware. It results in an no more responding arch Linux.
Mounting is done via
mount -t vmhgfs .host:/ /mnt/hgfs/
which gives the note that
Could not add entry to mtab, continuing"
I could afterwards continue. When changing to the directory e.g. trying do list the files the computer stops responding.
dmesg
gives the following errors..
[ 323.160271] BUG: unable to handle kernel NULL pointer dereference at 0000000000000078
[ 323.160280] IP: [<ffffffffa02a6986>] HgfsDentryRevalidate+0x16/0x80 [vmhgfs]
[ 323.160289] PGD 25baf067 PUD 259c4067 PMD 0
[ 323.160292] Oops: 0000 [#1] PREEMPT SMP
[ 323.160295] Modules linked in: vmhgfs(O) fuse coretemp kvm_intel kvm crc32c_intel ppdev snd_ens1371 snd_ac97_codec ac97_bus gameport snd_rawmidi snd_seq_device evdev snd_pcm snd_page_alloc snd_timer vmw_balloon vmwgfx snd ttm microcode e1000 soundcore psmouse serio_raw pcspkr joydev parport_pc parport drm i2c_piix4 intel_agp i2c_core shpchp intel_gtt processor button container ac vmci(O) pci_hotplug ext4 crc16 jbd2 mbcache hid_generic usbhid hid sr_mod sd_mod cdrom uhci_hcd ata_generic mptspi pata_acpi ehci_hcd scsi_transport_spi mptscsih usbcore floppy usb_common mptbase ata_piix libata scsi_mod
[ 323.160334] CPU 0
[ 323.160339] Pid: 811, comm: ls Tainted: G O 3.6.4-1-ARCH #1 VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform
[ 323.160341] RIP: 0010:[<ffffffffa02a6986>] [<ffffffffa02a6986>] HgfsDentryRevalidate+0x16/0x80 [vmhgfs]
[ 323.160345] RSP: 0018:ffff880025abbc68 EFLAGS: 00010202
[ 323.160347] RAX: ffffffffa02aa280 RBX: ffff88002c05a480 RCX: 0000000000000010
[ 323.160348] RDX: ffff88002c05a480 RSI: 0000000000000040 RDI: ffff88002c05a480
[ 323.160349] RBP: ffff880025abbc78 R08: 6f6c474458007471 R09: ffff880025abbde8
[ 323.160350] R10: ffff88003c4c400a R11: 0000000000000002 R12: ffff880025abbd30
[ 323.160352] R13: 0000000000000000 R14: ffff880025abbdd8 R15: ffff880025abbd38
[ 323.160353] FS: 00007f5f0bd6c700(0000) GS:ffff88003f600000(0000) knlGS:0000000000000000
[ 323.160355] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 323.160356] CR2: 0000000000000078 CR3: 0000000025a9c000 CR4: 00000000000007f0
[ 323.160484] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 323.160506] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 323.160508] Process ls (pid: 811, threadinfo ffff880025aba000, task ffff8800371db870)
[ 323.160509] Stack:
[ 323.160511] ffff880025abbdd8 ffff88002c207bc0 ffff880025abbce8 ffffffff8118b285
[ 323.160514] ffff880025a42420 ffff880025a42420 0000000200007471 ffff88002c05a480
[ 323.160517] ffff880025a27048 000000022994b100 ffff880000000028 0000000000000000
[ 323.160519] Call Trace:
[ 323.160531] [<ffffffff8118b285>] lookup_fast+0x265/0x310
[ 323.160534] [<ffffffff8118ce2f>] path_lookupat+0x10f/0x7f0
[ 323.160538] [<ffffffff81145135>] ? handle_pte_fault+0x95/0xaa0
[ 323.160541] [<ffffffff8118d541>] do_path_lookup+0x31/0xc0
[ 323.160543] [<ffffffff8118ada3>] ? getname_flags+0x53/0xf0
[ 323.160546] [<ffffffff8118fc1d>] user_path_at_empty+0x5d/0xa0
[ 323.160551] [<ffffffff81495fd4>] ? do_page_fault+0x2c4/0x580
[ 323.160554] [<ffffffff8114c6cd>] ? do_mmap_pgoff+0x24d/0x340
[ 323.160557] [<ffffffff8118fc71>] user_path_at+0x11/0x20
[ 323.160560] [<ffffffff811843c5>] vfs_fstatat+0x35/0x70
[ 323.160563] [<ffffffff81191d87>] ? do_vfs_ioctl+0x97/0x530
[ 323.160565] [<ffffffff8118441e>] vfs_lstat+0x1e/0x20
[ 323.160568] [<ffffffff811845ba>] sys_newlstat+0x1a/0x40
[ 323.160575] [<ffffffff81493165>] ? page_fault+0x25/0x30
[ 323.160579] [<ffffffff81499ded>] system_call_fastpath+0x1a/0x1f
[ 323.160580] Code: 38 e8 e0 84 c0 75 9e eb 98 66 2e 0f 1f 84 00 00 00 00 00 66 90 55 48 89 e5 53 48 83 ec 08 66 66 66 66 90 48 85 f6 48 89 fb 74 06 <f6> 46 38 40 75 54 48 89 df e8 4c b7 ff ff 85 c0 ba 01 00 00 00
[ 323.160604] RIP [<ffffffffa02a6986>] HgfsDentryRevalidate+0x16/0x80 [vmhgfs]
[ 323.160609] RSP <ffff880025abbc68>
[ 323.160610] CR2: 0000000000000078
[ 323.160615] ---[ end trace 658c53aa01f4c121 ]---
[ 323.160618] note: ls[811] exited with preempt_count 1
[ 348.089297] BUG: soft lockup - CPU#0 stuck for 23s! [ls:811]
[ 348.089303] Modules linked in: vmhgfs(O) fuse coretemp kvm_intel kvm crc32c_intel ppdev snd_ens1371 snd_ac97_codec ac97_bus gameport snd_rawmidi snd_seq_device evdev snd_pcm snd_page_alloc snd_timer vmw_balloon vmwgfx snd ttm microcode e1000 soundcore psmouse serio_raw pcspkr joydev parport_pc parport drm i2c_piix4 intel_agp i2c_core shpchp intel_gtt processor button container ac vmci(O) pci_hotplug ext4 crc16 jbd2 mbcache hid_generic usbhid hid sr_mod sd_mod cdrom uhci_hcd ata_generic mptspi pata_acpi ehci_hcd scsi_transport_spi mptscsih usbcore floppy usb_common mptbase ata_piix libata scsi_mod
[ 348.089359] CPU 0
[ 348.089375] Pid: 811, comm: ls Tainted: G D O 3.6.4-1-ARCH #1 VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform
[ 348.089378] RIP: 0010:[<ffffffff81082552>] [<ffffffff81082552>] lg_local_lock+0x42/0x50
[ 348.089390] RSP: 0018:ffff880025abb858 EFLAGS: 00000297
[ 348.089392] RAX: 000000000000009e RBX: ffffffff81274859 RCX: 000000000000009f
[ 348.089393] RDX: ffff88003f610b90 RSI: ffffffff8119c0f0 RDI: ffffffff8184eec0
[ 348.089394] RBP: ffff880025abb858 R08: 00000000802e002c R09: ffff880025abbfd8
[ 348.089395] R10: 0000000000000000 R11: 0000000000000000 R12: ffff88002994b160
[ 348.089397] R13: 0000000000000000 R14: ffff880025adaf20 R15: ffff880025abb7c8
[ 348.089399] FS: 0000000000000000(0000) GS:ffff88003f600000(0000) knlGS:0000000000000000
[ 348.089400] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 348.089401] CR2: 0000000000000078 CR3: 000000000180c000 CR4: 00000000000007f0
[ 348.089481] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 348.089503] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 348.089505] Process ls (pid: 811, threadinfo ffff880025aba000, task ffff8800371db870)
[ 348.089506] Stack:
[ 348.089508] ffff880025abb888 ffffffff8119ddec ffff880025abb898 ffff880029a49b58
[ 348.089511] 0000000000000000 ffff8800371dbe68 ffff880025abb898 ffffffff8119df46
[ 348.089514] ffff880025abb8b8 ffffffff8118a342 0000000000000000 ffff880029a49b40
[ 348.089516] Call Trace:
[ 348.089524] [<ffffffff8119ddec>] mntput_no_expire+0x2c/0x160
[ 348.089527] [<ffffffff8119df46>] mntput+0x26/0x40
[ 348.089531] [<ffffffff8118a342>] path_put+0x22/0x30
[ 348.089535] [<ffffffff811af05a>] free_fs_struct+0x1a/0x40
[ 348.089538] [<ffffffff811af110>] exit_fs+0x90/0xa0
[ 348.089542] [<ffffffff8105b9cc>] do_exit+0x18c/0x940
[ 348.089548] [<ffffffff814899ea>] ? printk+0x4d/0x4f
[ 348.089552] [<ffffffff810594f1>] ? kmsg_dump+0xc1/0xd0
[ 348.089556] [<ffffffff81493cdd>] oops_end+0x9d/0xe0
[ 348.089559] [<ffffffff8148931e>] no_context+0x264/0x290
[ 348.089562] [<ffffffff814896fe>] __bad_area_nosemaphore+0x1cf/0x1ee
[ 348.089565] [<ffffffff81489730>] bad_area_nosemaphore+0x13/0x15
[ 348.089567] [<ffffffff814961b0>] do_page_fault+0x4a0/0x580
[ 348.089570] [<ffffffff814927b5>] ? _raw_spin_unlock_bh+0x25/0x30
[ 348.089576] [<ffffffffa02a1384>] ? HgfsTransportRemovePendingRequest+0x44/0x50 [vmhgfs]
[ 348.089579] [<ffffffffa02a1570>] ? HgfsTransportSendRequest+0x110/0x240 [vmhgfs]
[ 348.089584] [<ffffffff8116adbc>] ? kfree+0x2c/0x150
[ 348.089587] [<ffffffffa02a44ae>] ? HgfsBdChannelFree+0xe/0x10 [vmhgfs]
[ 348.089591] [<ffffffffa02a1450>] ? HgfsTransportFreeRequest+0x10/0x20 [vmhgfs]
[ 348.089594] [<ffffffffa02a0195>] ? HgfsRequestPutRef+0x25/0x30 [vmhgfs]
[ 348.089598] [<ffffffffa02a5895>] ? HgfsPrivateGetattr+0x65/0x440 [vmhgfs]
[ 348.089601] [<ffffffff81493165>] page_fault+0x25/0x30
[ 348.089605] [<ffffffffa02a6986>] ? HgfsDentryRevalidate+0x16/0x80 [vmhgfs]
[ 348.089608] [<ffffffff8118b285>] lookup_fast+0x265/0x310
[ 348.089611] [<ffffffff8118ce2f>] path_lookupat+0x10f/0x7f0
[ 348.089614] [<ffffffff81145135>] ? handle_pte_fault+0x95/0xaa0
[ 348.089617] [<ffffffff8118d541>] do_path_lookup+0x31/0xc0
[ 348.089619] [<ffffffff8118ada3>] ? getname_flags+0x53/0xf0
[ 348.089622] [<ffffffff8118fc1d>] user_path_at_empty+0x5d/0xa0
[ 348.089625] [<ffffffff81495fd4>] ? do_page_fault+0x2c4/0x580
[ 348.089628] [<ffffffff8114c6cd>] ? do_mmap_pgoff+0x24d/0x340
[ 348.089631] [<ffffffff8118fc71>] user_path_at+0x11/0x20
[ 348.089635] [<ffffffff811843c5>] vfs_fstatat+0x35/0x70
[ 348.089637] [<ffffffff81191d87>] ? do_vfs_ioctl+0x97/0x530
[ 348.089640] [<ffffffff8118441e>] vfs_lstat+0x1e/0x20
[ 348.089643] [<ffffffff811845ba>] sys_newlstat+0x1a/0x40
[ 348.089645] [<ffffffff81493165>] ? page_fault+0x25/0x30
[ 348.089649] [<ffffffff81499ded>] system_call_fastpath+0x1a/0x1f
[ 348.089650] Code: ff 01 48 8b 17 65 48 03 14 25 a8 db 00 00 b8 00 01 00 00 f0 66 0f c1 02 0f b6 cc 38 c1 74 13 66 2e 0f 1f 84 00 00 00 00 00 f3 90 <0f> b6 02 38 c8 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66
[ 376.076524] BUG: soft lockup - CPU#0 stuck for 23s! [ls:811]
[ 376.076531] Modules linked in: vmhgfs(O) fuse coretemp kvm_intel kvm crc32c_intel ppdev snd_ens1371 snd_ac97_codec ac97_bus gameport snd_rawmidi snd_seq_device evdev snd_pcm snd_page_alloc snd_timer vmw_balloon vmwgfx snd ttm microcode e1000 soundcore psmouse serio_raw pcspkr joydev parport_pc parport drm i2c_piix4 intel_agp i2c_core shpchp intel_gtt processor button container ac vmci(O) pci_hotplug ext4 crc16 jbd2 mbcache hid_generic usbhid hid sr_mod sd_mod cdrom uhci_hcd ata_generic mptspi pata_acpi ehci_hcd scsi_transport_spi mptscsih usbcore floppy usb_common mptbase ata_piix libata scsi_mod
[ 376.076599] CPU 0
[ 376.076605] Pid: 811, comm: ls Tainted: G D O 3.6.4-1-ARCH #1 VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform
[ 376.076607] RIP: 0010:[<ffffffff81082552>] [<ffffffff81082552>] lg_local_lock+0x42/0x50
[ 376.076619] RSP: 0018:ffff880025abb858 EFLAGS: 00000297
[ 376.076621] RAX: 000000000000009e RBX: ffffffff81274859 RCX: 000000000000009f
[ 376.076623] RDX: ffff88003f610b90 RSI: ffffffff8119c0f0 RDI: ffffffff8184eec0
[ 376.076624] RBP: ffff880025abb858 R08: 00000000802e002c R09: ffff880025abbfd8
[ 376.076626] R10: 0000000000000000 R11: 0000000000000000 R12: ffff88002994b160
[ 376.076627] R13: 0000000000000000 R14: ffff880025adaf20 R15: ffff880025abb7c8
[ 376.076630] FS: 0000000000000000(0000) GS:ffff88003f600000(0000) knlGS:0000000000000000
[ 376.076631] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 376.076633] CR2: 0000000000000078 CR3: 000000000180c000 CR4: 00000000000007f0
[ 376.076692] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 376.076753] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 376.076756] Process ls (pid: 811, threadinfo ffff880025aba000, task ffff8800371db870)
[ 376.076757] Stack:
[ 376.076758] ffff880025abb888 ffffffff8119ddec ffff880025abb898 ffff880029a49b58
[ 376.076762] 0000000000000000 ffff8800371dbe68 ffff880025abb898 ffffffff8119df46
[ 376.076764] ffff880025abb8b8 ffffffff8118a342 0000000000000000 ffff880029a49b40
[ 376.076767] Call Trace:
[ 376.076775] [<ffffffff8119ddec>] mntput_no_expire+0x2c/0x160
[ 376.076777] [<ffffffff8119df46>] mntput+0x26/0x40
[ 376.076781] [<ffffffff8118a342>] path_put+0x22/0x30
[ 376.076786] [<ffffffff811af05a>] free_fs_struct+0x1a/0x40
[ 376.076789] [<ffffffff811af110>] exit_fs+0x90/0xa0
[ 376.076793] [<ffffffff8105b9cc>] do_exit+0x18c/0x940
[ 376.076799] [<ffffffff814899ea>] ? printk+0x4d/0x4f
[ 376.076803] [<ffffffff810594f1>] ? kmsg_dump+0xc1/0xd0
[ 376.076808] [<ffffffff81493cdd>] oops_end+0x9d/0xe0
[ 376.076810] [<ffffffff8148931e>] no_context+0x264/0x290
[ 376.076813] [<ffffffff814896fe>] __bad_area_nosemaphore+0x1cf/0x1ee
[ 376.076816] [<ffffffff81489730>] bad_area_nosemaphore+0x13/0x15
[ 376.076818] [<ffffffff814961b0>] do_page_fault+0x4a0/0x580
[ 376.076821] [<ffffffff814927b5>] ? _raw_spin_unlock_bh+0x25/0x30
[ 376.076827] [<ffffffffa02a1384>] ? HgfsTransportRemovePendingRequest+0x44/0x50 [vmhgfs]
[ 376.076831] [<ffffffffa02a1570>] ? HgfsTransportSendRequest+0x110/0x240 [vmhgfs]
[ 376.076835] [<ffffffff8116adbc>] ? kfree+0x2c/0x150
[ 376.076839] [<ffffffffa02a44ae>] ? HgfsBdChannelFree+0xe/0x10 [vmhgfs]
[ 376.076843] [<ffffffffa02a1450>] ? HgfsTransportFreeRequest+0x10/0x20 [vmhgfs]
[ 376.076846] [<ffffffffa02a0195>] ? HgfsRequestPutRef+0x25/0x30 [vmhgfs]
[ 376.076849] [<ffffffffa02a5895>] ? HgfsPrivateGetattr+0x65/0x440 [vmhgfs]
[ 376.076852] [<ffffffff81493165>] page_fault+0x25/0x30
[ 376.076857] [<ffffffffa02a6986>] ? HgfsDentryRevalidate+0x16/0x80 [vmhgfs]
[ 376.076860] [<ffffffff8118b285>] lookup_fast+0x265/0x310
[ 376.076863] [<ffffffff8118ce2f>] path_lookupat+0x10f/0x7f0
[ 376.076866] [<ffffffff81145135>] ? handle_pte_fault+0x95/0xaa0
[ 376.076869] [<ffffffff8118d541>] do_path_lookup+0x31/0xc0
[ 376.076871] [<ffffffff8118ada3>] ? getname_flags+0x53/0xf0
[ 376.076874] [<ffffffff8118fc1d>] user_path_at_empty+0x5d/0xa0
[ 376.076876] [<ffffffff81495fd4>] ? do_page_fault+0x2c4/0x580
[ 376.076880] [<ffffffff8114c6cd>] ? do_mmap_pgoff+0x24d/0x340
[ 376.076882] [<ffffffff8118fc71>] user_path_at+0x11/0x20
[ 376.076886] [<ffffffff811843c5>] vfs_fstatat+0x35/0x70
[ 376.076889] [<ffffffff81191d87>] ? do_vfs_ioctl+0x97/0x530
[ 376.076891] [<ffffffff8118441e>] vfs_lstat+0x1e/0x20
[ 376.076894] [<ffffffff811845ba>] sys_newlstat+0x1a/0x40
[ 376.076897] [<ffffffff81493165>] ? page_fault+0x25/0x30
[ 376.076900] [<ffffffff81499ded>] system_call_fastpath+0x1a/0x1f
[ 376.076901] Code: ff 01 48 8b 17 65 48 03 14 25 a8 db 00 00 b8 00 01 00 00 f0 66 0f c1 02 0f b6 cc 38 c1 74 13 66 2e 0f 1f 84 00 00 00 00 00 f3 90 <0f> b6 02 38 c8 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66
[ 383.143757] INFO: rcu_preempt self-detected stall on CPU { 0} (t=18000 jiffies)
[ 383.143768] sending NMI to all CPUs:
[ 383.143782] NMI backtrace for cpu 0
[ 383.143783] CPU 0
[ 383.143788] Pid: 811, comm: ls Tainted: G D O 3.6.4-1-ARCH #1 VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform
[ 383.143789] RIP: 0010:[<ffffffff8103a6ec>] [<ffffffff8103a6ec>] default_send_IPI_mask_sequence_phys+0xbc/0x100
[ 383.143809] RSP: 0018:ffff88003f603d68 EFLAGS: 00000046
[ 383.143810] RAX: 0000000000000400 RBX: 000000000000b022 RCX: 0000000000000000
[ 383.143811] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000300
[ 383.143812] RBP: ffff88003f603da8 R08: ffffffff818a32b8 R09: 0000000000000000
[ 383.143813] R10: 0000000000010002 R11: 3a73555043206c6c R12: ffffffff818a32b0
[ 383.143815] R13: 0000000000000400 R14: 0000000000000092 R15: 0000000000000002
[ 383.143816] FS: 0000000000000000(0000) GS:ffff88003f600000(0000) knlGS:0000000000000000
[ 383.143818] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 383.143819] CR2: 0000000000000078 CR3: 000000000180c000 CR4: 00000000000007f0
[ 383.143824] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 383.143828] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 383.143830] Process ls (pid: 811, threadinfo ffff880025aba000, task ffff8800371db870)
[ 383.143831] Stack:
[ 383.143832] ffffffff00000000 0000000000000000 ffff88003f603dc8 0000000000002710
[ 383.143835] ffffffff81839dc0 0000000000000000 ffffffff81839e80 ffff880025aba000
[ 383.143838] ffff88003f603db8 ffffffff8103e5e7 ffff88003f603dd8 ffffffff8103a8aa
[ 383.143840] Call Trace:
[ 383.143842] <IRQ>
[ 383.143848] [<ffffffff8103e5e7>] physflat_send_IPI_all+0x17/0x20
[ 383.143851] [<ffffffff8103a8aa>] arch_trigger_all_cpu_backtrace+0x5a/0x90
[ 383.143857] [<ffffffff810e0f0a>] rcu_pending+0x24a/0x580
[ 383.143859] [<ffffffff810e23b9>] rcu_check_callbacks+0xd9/0x220
[ 383.143863] [<ffffffff81067808>] update_process_times+0x48/0x90
[ 383.143868] [<ffffffff810ae0e4>] tick_sched_timer+0x64/0xd0
[ 383.143871] [<ffffffff8107db27>] __run_hrtimer+0x77/0x270
[ 383.143874] [<ffffffff810ae080>] ? tick_nohz_handler+0x110/0x110
[ 383.143876] [<ffffffff8107e807>] hrtimer_interrupt+0xf7/0x230
[ 383.143882] [<ffffffff8149b0fc>] ? call_softirq+0x1c/0x30
[ 383.143886] [<ffffffff8149ba39>] smp_apic_timer_interrupt+0x69/0x99
[ 383.143889] [<ffffffff8149aa0a>] apic_timer_interrupt+0x6a/0x70
[ 383.143890] <EOI>
[ 383.143897] [<ffffffff81274859>] ? __percpu_counter_add+0x59/0xa0
[ 383.143902] [<ffffffff8119c0f0>] ? alloc_fdtable+0xf0/0xf0
[ 383.143907] [<ffffffff81082555>] ? lg_local_lock+0x45/0x50
[ 383.143910] [<ffffffff8119ddec>] mntput_no_expire+0x2c/0x160
[ 383.143912] [<ffffffff8119df46>] mntput+0x26/0x40
[ 383.143916] [<ffffffff8118a342>] path_put+0x22/0x30
[ 383.143921] [<ffffffff811af05a>] free_fs_struct+0x1a/0x40
[ 383.143923] [<ffffffff811af110>] exit_fs+0x90/0xa0
[ 383.143927] [<ffffffff8105b9cc>] do_exit+0x18c/0x940
[ 383.143932] [<ffffffff814899ea>] ? printk+0x4d/0x4f
[ 383.143936] [<ffffffff810594f1>] ? kmsg_dump+0xc1/0xd0
[ 383.143940] [<ffffffff81493cdd>] oops_end+0x9d/0xe0
[ 383.143943] [<ffffffff8148931e>] no_context+0x264/0x290
[ 383.143946] [<ffffffff814896fe>] __bad_area_nosemaphore+0x1cf/0x1ee
[ 383.143949] [<ffffffff81489730>] bad_area_nosemaphore+0x13/0x15
[ 383.143951] [<ffffffff814961b0>] do_page_fault+0x4a0/0x580
[ 383.143955] [<ffffffff814927b5>] ? _raw_spin_unlock_bh+0x25/0x30
[ 383.143961] [<ffffffffa02a1384>] ? HgfsTransportRemovePendingRequest+0x44/0x50 [vmhgfs]
[ 383.143964] [<ffffffffa02a1570>] ? HgfsTransportSendRequest+0x110/0x240 [vmhgfs]
[ 383.143968] [<ffffffff8116adbc>] ? kfree+0x2c/0x150
[ 383.143972] [<ffffffffa02a44ae>] ? HgfsBdChannelFree+0xe/0x10 [vmhgfs]
[ 383.143976] [<ffffffffa02a1450>] ? HgfsTransportFreeRequest+0x10/0x20 [vmhgfs]
[ 383.143979] [<ffffffffa02a0195>] ? HgfsRequestPutRef+0x25/0x30 [vmhgfs]
[ 383.143982] [<ffffffffa02a5895>] ? HgfsPrivateGetattr+0x65/0x440 [vmhgfs]
[ 383.143985] [<ffffffff81493165>] page_fault+0x25/0x30
[ 383.143989] [<ffffffffa02a6986>] ? HgfsDentryRevalidate+0x16/0x80 [vmhgfs]
[ 383.143993] [<ffffffff8118b285>] lookup_fast+0x265/0x310
[ 383.143995] [<ffffffff8118ce2f>] path_lookupat+0x10f/0x7f0
[ 383.143999] [<ffffffff81145135>] ? handle_pte_fault+0x95/0xaa0
[ 383.144002] [<ffffffff8118d541>] do_path_lookup+0x31/0xc0
[ 383.144004] [<ffffffff8118ada3>] ? getname_flags+0x53/0xf0
[ 383.144007] [<ffffffff8118fc1d>] user_path_at_empty+0x5d/0xa0
[ 383.144009] [<ffffffff81495fd4>] ? do_page_fault+0x2c4/0x580
[ 383.144013] [<ffffffff8114c6cd>] ? do_mmap_pgoff+0x24d/0x340
[ 383.144015] [<ffffffff8118fc71>] user_path_at+0x11/0x20
[ 383.144019] [<ffffffff811843c5>] vfs_fstatat+0x35/0x70
[ 383.144022] [<ffffffff81191d87>] ? do_vfs_ioctl+0x97/0x530
[ 383.144025] [<ffffffff8118441e>] vfs_lstat+0x1e/0x20
[ 383.144027] [<ffffffff811845ba>] sys_newlstat+0x1a/0x40
[ 383.144030] [<ffffffff81493165>] ? page_fault+0x25/0x30
[ 383.144033] [<ffffffff81499ded>] system_call_fastpath+0x1a/0x1f
[ 383.144034] Code: 90 8b 0c 25 00 b3 5f ff 80 e5 10 75 f2 89 f0 c1 e0 18 89 04 25 10 b3 5f ff 41 83 ff 02 44 89 e8 41 0f 45 c7 89 04 25 00 b3 5f ff <eb> 8a 4c 89 f7 57 9d 66 66 90 66 90 48 83 c4 18 5b 41 5c 41 5d
[ 383.144173] NMI backtrace for cpu 1
[ 383.144176] CPU 1
[ 383.144179] Pid: 0, comm: swapper/1 Tainted: G D O 3.6.4-1-ARCH #1 VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform
[ 383.144181] RIP: 0010:[<ffffffff81042e46>] [<ffffffff81042e46>] native_safe_halt+0x6/0x10
[ 383.144189] RSP: 0018:ffff88003daabeb8 EFLAGS: 00000246
[ 383.144190] RAX: 0000000000000000 RBX: ffff88003daabfd8 RCX: 0000000100006177
[ 383.144191] RDX: ffff88003dbb07e8 RSI: 0000000000000086 RDI: 0000000000000082
[ 383.144192] RBP: ffff88003daabeb8 R08: 0000000000000000 R09: 0000000000000000
[ 383.144193] R10: 0000000000000001 R11: 0000000000000001 R12: 0000000000000001
[ 383.144195] R13: ffff88003daaa000 R14: 0000000000000000 R15: 0000000000000000
[ 383.144196] FS: 0000000000000000(0000) GS:ffff88003f620000(0000) knlGS:0000000000000000
[ 383.144198] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 383.144199] CR2: 00007fc28cd0b000 CR3: 000000003c672000 CR4: 00000000000007e0
[ 383.144241] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 383.144266] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 383.144268] Process swapper/1 (pid: 0, threadinfo ffff88003daaa000, task ffff88003da3c890)
[ 383.144269] Stack:
[ 383.144270] ffff88003daabed8 ffffffff8101dc2f ffff88003daabfd8 ffffffff818a32b0
[ 383.144273] ffff88003daabf18 ffffffff8101ef16 0000000000000001 2ebcddbd1c0fb65d
[ 383.144276] ffff88003daabf08 0000000000000001 0000000000000000 0000000000000000
[ 383.144278] Call Trace:
[ 383.144284] [<ffffffff8101dc2f>] default_idle+0x4f/0x290
[ 383.144286] [<ffffffff8101ef16>] cpu_idle+0xf6/0x130
[ 383.144290] [<ffffffff814812a9>] start_secondary+0x1f9/0x200
[ 383.144291] Code: 00 00 00 00 00 55 48 89 e5 fa 5d c3 66 0f 1f 84 00 00 00 00 00 55 48 89 e5 fb 5d c3 66 0f 1f 84 00 00 00 00 00 55 48 89 e5 fb f4 <5d> c3 0f 1f 84 00 00 00 00 00 55 48 89 e5 f4 5d c3 66 0f 1f 84
[ 408.063121] BUG: soft lockup - CPU#0 stuck for 23s! [ls:811]
[ 408.063127] Modules linked in: vmhgfs(O) fuse coretemp kvm_intel kvm crc32c_intel ppdev snd_ens1371 snd_ac97_codec ac97_bus gameport snd_rawmidi snd_seq_device evdev snd_pcm snd_page_alloc snd_timer vmw_balloon vmwgfx snd ttm microcode e1000 soundcore psmouse serio_raw pcspkr joydev parport_pc parport drm i2c_piix4 intel_agp i2c_core shpchp intel_gtt processor button container ac vmci(O) pci_hotplug ext4 crc16 jbd2 mbcache hid_generic usbhid hid sr_mod sd_mod cdrom uhci_hcd ata_generic mptspi pata_acpi ehci_hcd scsi_transport_spi mptscsih usbcore floppy usb_common mptbase ata_piix libata scsi_mod
[ 408.063183] CPU 0
[ 408.063188] Pid: 811, comm: ls Tainted: G D O 3.6.4-1-ARCH #1 VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform
[ 408.063190] RIP: 0010:[<ffffffff81082552>] [<ffffffff81082552>] lg_local_lock+0x42/0x50
[ 408.063200] RSP: 0018:ffff880025abb858 EFLAGS: 00000297
[ 408.063202] RAX: 000000000000009e RBX: ffffffff81274859 RCX: 000000000000009f
[ 408.063203] RDX: ffff88003f610b90 RSI: ffffffff8119c0f0 RDI: ffffffff8184eec0
[ 408.063204] RBP: ffff880025abb858 R08: 00000000802e002c R09: ffff880025abbfd8
[ 408.063205] R10: 0000000000000000 R11: 0000000000000000 R12: ffff88002994b160
[ 408.063207] R13: 0000000000000000 R14: ffff880025adaf20 R15: ffff880025abb7c8
[ 408.063209] FS: 0000000000000000(0000) GS:ffff88003f600000(0000) knlGS:0000000000000000
[ 408.063210] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 408.063211] CR2: 0000000000000078 CR3: 000000000180c000 CR4: 00000000000007f0
[ 408.063216] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 408.063220] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 408.063221] Process ls (pid: 811, threadinfo ffff880025aba000, task ffff8800371db870)
[ 408.063222] Stack:
[ 408.063224] ffff880025abb888 ffffffff8119ddec ffff880025abb898 ffff880029a49b58
[ 408.063227] 0000000000000000 ffff8800371dbe68 ffff880025abb898 ffffffff8119df46
[ 408.063229] ffff880025abb8b8 ffffffff8118a342 0000000000000000 ffff880029a49b40
[ 408.063232] Call Trace:
[ 408.063239] [<ffffffff8119ddec>] mntput_no_expire+0x2c/0x160
[ 408.063242] [<ffffffff8119df46>] mntput+0x26/0x40
[ 408.063246] [<ffffffff8118a342>] path_put+0x22/0x30
[ 408.063250] [<ffffffff811af05a>] free_fs_struct+0x1a/0x40
[ 408.063253] [<ffffffff811af110>] exit_fs+0x90/0xa0
[ 408.063257] [<ffffffff8105b9cc>] do_exit+0x18c/0x940
[ 408.063263] [<ffffffff814899ea>] ? printk+0x4d/0x4f
[ 408.063267] [<ffffffff810594f1>] ? kmsg_dump+0xc1/0xd0
[ 408.063271] [<ffffffff81493cdd>] oops_end+0x9d/0xe0
[ 408.063274] [<ffffffff8148931e>] no_context+0x264/0x290
[ 408.063277] [<ffffffff814896fe>] __bad_area_nosemaphore+0x1cf/0x1ee
[ 408.063280] [<ffffffff81489730>] bad_area_nosemaphore+0x13/0x15
[ 408.063282] [<ffffffff814961b0>] do_page_fault+0x4a0/0x580
[ 408.063285] [<ffffffff814927b5>] ? _raw_spin_unlock_bh+0x25/0x30
[ 408.063302] [<ffffffffa02a1384>] ? HgfsTransportRemovePendingRequest+0x44/0x50 [vmhgfs]
[ 408.063306] [<ffffffffa02a1570>] ? HgfsTransportSendRequest+0x110/0x240 [vmhgfs]
[ 408.063310] [<ffffffff8116adbc>] ? kfree+0x2c/0x150
[ 408.063314] [<ffffffffa02a44ae>] ? HgfsBdChannelFree+0xe/0x10 [vmhgfs]
[ 408.063317] [<ffffffffa02a1450>] ? HgfsTransportFreeRequest+0x10/0x20 [vmhgfs]
[ 408.063320] [<ffffffffa02a0195>] ? HgfsRequestPutRef+0x25/0x30 [vmhgfs]
[ 408.063324] [<ffffffffa02a5895>] ? HgfsPrivateGetattr+0x65/0x440 [vmhgfs]
[ 408.063327] [<ffffffff81493165>] page_fault+0x25/0x30
[ 408.063331] [<ffffffffa02a6986>] ? HgfsDentryRevalidate+0x16/0x80 [vmhgfs]
[ 408.063335] [<ffffffff8118b285>] lookup_fast+0x265/0x310
[ 408.063337] [<ffffffff8118ce2f>] path_lookupat+0x10f/0x7f0
[ 408.063341] [<ffffffff81145135>] ? handle_pte_fault+0x95/0xaa0
[ 408.063343] [<ffffffff8118d541>] do_path_lookup+0x31/0xc0
[ 408.063346] [<ffffffff8118ada3>] ? getname_flags+0x53/0xf0
[ 408.063349] [<ffffffff8118fc1d>] user_path_at_empty+0x5d/0xa0
[ 408.063351] [<ffffffff81495fd4>] ? do_page_fault+0x2c4/0x580
[ 408.063354] [<ffffffff8114c6cd>] ? do_mmap_pgoff+0x24d/0x340
[ 408.063357] [<ffffffff8118fc71>] user_path_at+0x11/0x20
[ 408.063360] [<ffffffff811843c5>] vfs_fstatat+0x35/0x70
[ 408.063363] [<ffffffff81191d87>] ? do_vfs_ioctl+0x97/0x530
[ 408.063366] [<ffffffff8118441e>] vfs_lstat+0x1e/0x20
[ 408.063368] [<ffffffff811845ba>] sys_newlstat+0x1a/0x40
[ 408.063371] [<ffffffff81493165>] ? page_fault+0x25/0x30
[ 408.063374] [<ffffffff81499ded>] system_call_fastpath+0x1a/0x1f
[ 408.063375] Code: ff 01 48 8b 17 65 48 03 14 25 a8 db 00 00 b8 00 01 00 00 f0 66 0f c1 02 0f b6 cc 38 c1 74 13 66 2e 0f 1f 84 00 00 00 00 00 f3 90 <0f> b6 02 38 c8 75 f7 5d c3 0f 1f 44 00 00 55 48 89 e5 66 66 66
Anyone got an idea what to do? Would be nice to share files between the host and guest System...
Nik
PS: Read these two wiki pages already but nothing helps..
https://wiki.archlinux.org/index.php/In … _in_VMware
https://wiki.archlinux.org/index.php/In … _(systemd)
Last edited by nik1982 (2012-11-02 18:55:22)

I have the same problem. Here's what journalctl gives me after I try to list the directory:
Nov 10 14:56:31 porky kernel: BUG: unable to handle kernel paging request at ffffffffffffffa8
Nov 10 14:56:31 porky kernel: IP: [<ffffffffa02b9078>] HgfsPermission+0x38/0xa0 [vmhgfs]
Nov 10 14:56:31 porky kernel: PGD 180e067 PUD 180f067 PMD 0
Nov 10 14:56:31 porky kernel: Oops: 0000 [#1] PREEMPT SMP
Nov 10 14:56:31 porky kernel: Modules linked in: fuse e1000 joydev ppdev intel_agp snd_ens1371 snd_ac97_codec ac97_bus gameport vmwgfx snd_rawmidi snd_seq_device snd_pcm ttm snd_page_alloc snd_timer drm snd soundcore i2c_piix4 psmouse parport_pc parport shpchp intel_gtt processor coretemp crc32c_intel microcode i2c_core pci_hotplug pcspkr serio_raw evdev vmw_balloon button ac container vmhgfs(O) vmci(O) vmblock(O) ext4 crc16 jbd2 mbcache dm_mod sr_mod cdrom hid_generic ata_generic pata_acpi usbhid hid sd_mod uhci_hcd ehci_hcd usbcore usb_common ata_piix mptspi scsi_transport_spi mptscsih mptbase libata floppy vmw_pvscsi scsi_mod
Nov 10 14:56:31 porky kernel: CPU 3
Nov 10 14:56:31 porky kernel: Pid: 753, comm: zsh Tainted: G O 3.6.6-1-ARCH #1 VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform
Nov 10 14:56:31 porky kernel: RIP: 0010:[<ffffffffa02b9078>] [<ffffffffa02b9078>] HgfsPermission+0x38/0xa0 [vmhgfs]
Nov 10 14:56:31 porky kernel: RSP: 0018:ffff88007665fe68 EFLAGS: 00010286
Nov 10 14:56:31 porky kernel: RAX: 0000000000000000 RBX: 0000000000000010 RCX: 00000000002b5843
Nov 10 14:56:31 porky kernel: RDX: ffff880037b1ddf0 RSI: 0000000000000010 RDI: ffff88007b0f8000
Nov 10 14:56:31 porky kernel: RBP: ffff88007665fec8 R08: 0000000000016c20 R09: ffff88007f676c20
Nov 10 14:56:31 porky kernel: R10: ffffffff8118ae63 R11: 0000000000000004 R12: 0000000000000010
Nov 10 14:56:31 porky kernel: R13: ffff88007b0f8000 R14: 00007fe7e8ba7428 R15: 0000000000000000
Nov 10 14:56:31 porky kernel: FS: 00007fe7eb1bb700(0000) GS:ffff88007f660000(0000) knlGS:0000000000000000
Nov 10 14:56:31 porky kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 10 14:56:31 porky kernel: CR2: ffffffffffffffa8 CR3: 00000000767bb000 CR4: 00000000000007e0
Nov 10 14:56:31 porky kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Nov 10 14:56:31 porky kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Nov 10 14:56:31 porky kernel: Process zsh (pid: 753, threadinfo ffff88007665e000, task ffff88006d98e8d0)
Nov 10 14:56:31 porky kernel: Stack:
Nov 10 14:56:31 porky kernel: 0000000000000000 ffff8800379d4e40 ffff88007b0f8000 0000000200001001
Nov 10 14:56:31 porky kernel: 0000000000000000 ffff88007a41eab8 ffff88006d98e8d0 0000000000000086
Nov 10 14:56:31 porky kernel: ffff88007665fee8 ffffffff8107e056 0000000000000000 ffff88007b0f8000
Nov 10 14:56:31 porky kernel: Call Trace:
Nov 10 14:56:31 porky kernel: [<ffffffff8107e056>] ? hrtimer_try_to_cancel+0x86/0x110
Nov 10 14:56:31 porky kernel: [<ffffffff8118b79c>] __inode_permission+0x7c/0xc0
Nov 10 14:56:31 porky kernel: [<ffffffff8118b7f8>] inode_permission+0x18/0x50
Nov 10 14:56:31 porky kernel: [<ffffffff8117e2fd>] sys_faccessat+0xdd/0x1c0
Nov 10 14:56:31 porky kernel: [<ffffffff8117e3f8>] sys_access+0x18/0x20
Nov 10 14:56:31 porky kernel: [<ffffffff81499f2d>] system_call_fastpath+0x1a/0x1f
Nov 10 14:56:31 porky kernel: Code: 90 31 c0 40 f6 c6 10 89 f3 74 63 48 8b 97 18 01 00 00 48 8b 02 48 39 c2 75 11 eb 67 0f 1f 80 00 00 00 00 48 8b 00 48 39 c2 74 0e <8b> 48 a8 48 8d b8 50 ff ff ff 85 c9 74 ea 48 85 ff 74 45 48 8d
Nov 10 14:56:31 porky kernel: RIP [<ffffffffa02b9078>] HgfsPermission+0x38/0xa0 [vmhgfs]
Nov 10 14:56:31 porky kernel: RSP <ffff88007665fe68>
Nov 10 14:56:31 porky kernel: CR2: ffffffffffffffa8
Nov 10 14:56:31 porky kernel: ---[ end trace d9bf986dbc6c4651 ]---

Similar Messages

  • CS5 - "Not Responding" message when saving large files??

    For quite some time now, I have been getting a message in the Save Progress Bar Dialogue that says "Not Responding" .... after I start saving a file.  The progress bar will advance about 20%, then it will say (Not Responding) in the box.... and then it will disappear and the file will save.
    It's very disconcerting to see this error pop up time-after-time when saving files.
    I also get this error when opening certain files.
    Anybody else get this error?
    The files may typically have several 'placed' files from Photoshop.... which is another topic and unresolved problem with Illustrator too.
    Anything to worry about??
    Thanks.
    Oh...
    I have an Intel i7 with 12gbs of ram, a fast SAS boot drive, and plenty of bells and whistles in the 'power' department.
    Todd

    Have you already tried saving the file to a different location (maybe on the other drive)?
    Just to find out if it's Illustrator or the drive.

  • Windows 7 computers asking for network password to access shared files and printers on Windows XP PRO computer.

    I have a network of 10 computers configured as peer-to-peer work group. I have upgraded one of the ten from Windows XP PRO to Windows 7 PRO. The other nine computers are all running XP PRO. AS near as I can tell they are all configured the same. I have the
    same user and same passwords on all computers. One of XP computers is used as a print server. The Windows 7 computer initially was able to access shared files and printers on all XP machines with out requesting a network password.
    Suddenly, the Win 7 computer began requesting a network password to access the shared files and printers on the XP print server. It will not accept any of the user names or passwords (all administrators on both machines with identical names and passwords.)
    The Win 7 computer has no problem accessing the shared files on the other XP machines. It can even access shared printers in a different work group. Apparently something has changed but I'm at my wits end trying to figure what changed on either the Windows
    7 machine or the print server XP machine.
    I would appreciate any help. Thank you

    Hi,
    Based on my research, I would like to suggest the following:
    1.   
    Disable simple file sharing on the Windows XP computer:
    How to disable simple file sharing and how to set
    permissions on a shared folder in Windows XP
    2.   
    On the Windows 7 computer, go to “Control Panel\All Control Panel Items\Network and Sharing Center\Advanced sharing settings” and ensure that the
    following items are turned ON:
    Network Discovery
    File and printer sharing
    And this one is OFF:
    Password protected sharing
    3.   
    Temporarily disable or remove all the security software (firewall, anti-virus, anti-spyware, etc.) on the computers and check if it works.
    In addition,
    I would like to share the following with you for your reference:
    Troubleshoot file and printer
    sharing
    Hope this helps. Thanks.
    Nicholas Li - MSFT

  • Can i get the time capsule to automatically back up my file from my Mac Book Air but have certain files which are only stored on the time capsule and not the computer? Then can i access these files only on the time capsule without connecting it?

    Can i get the time capsule to automatically back up my file from my Mac Book Air but have certain files which are only stored on the time capsule and not the computer? Then can i access these files only on the time capsule without connecting it?

    igonneau wrote:
    Can i get the time capsule to automatically back up my file from my Mac Book Air but have certain files which are only stored on the time capsule and not the computer?
    You can, but how are you going to back up those other files?  When (not if) your Time Capsule fails, you risk losing them.  See #Q3 in Using Time Machine with a Time Capsule for details.
    Then can i access these files only on the time capsule without connecting it?
    Not sure what you mean.  You have to connect a computer, either via Ethernet cable or wirelessly, to read or write to the disk. 

  • When downloading is complete, I can not see, run, nor access the file; it only appears in the "Downloads" window (and not the specified folder) and the only options permitted are to delete it, or to go to the download web site; what's blocking it?

    My PC's OS is 'MS Windows Vista Home Premium'. As my initil question states: When downloading, after the download completes, I can not see, run, nor access the file in it's designated folder. The download only appears in the "Downloads" window and the only "Right Click" options permitted are to "Remove From List", "Select All", & "Copy Download Link" I also can not double click to run it. What's blocking it?
    I have a similar problem when accessing .zip files that are attachments to my emails. Here, however, I can place the file in a designated folder, however, the .zip file and it's compressed content files are file-typed as "FireFox Document" and I get permissions errors when running an unzip tool.
    Why are my download files being quarantined ??? Is there a security setting option I need to change???
    To get around this, I'm using IE to download and install these files, but switching back & forth between FireFox & IE is a real pain.

    It's your anti-virus not working correctly while scanning. You can turn off the option to scan in Firefox's '''about:config''' by filtering for '''browser.download.manager.scanWhenDone''' and double-clicking that line to change the value to '''false'''

  • Progrem does not respond cs5- when I open a new file or an existing file

    progrem does not respond cs5- when I open a new file or an existing file

    Nobody can tell you anything without proper system info, error messages and possibly crash logs/ system logs.
    Mylenium

  • Why my iPad 4 become very lag after upgrade to iOS 8.0.2 and not sensitive anymore when press the keyboard and programs it didn't respond when I type the word using the keyboard  fast it lag until I cannot locked or switch off the phone

    Why my iPad 4 become very lag after upgrade to iOS 8.0.2 and not sensitive anymore when press the keyboard and programs it didn't respond when I type the word using the keyboard  fast it lag until I cannot locked or switch off the phone

    Same issue here both with my iphone 5S as well as my iPad2. THe sync to my macbook air does not complete and it shows a large overcapacity level when connected, but once I disconnect there is plenty of room (4 GB) available, not a 20 GB overage. 

  • TS1878 Disabled ipod due to passcode lock and will not respond at all to recovery steps. Original synced computer not got anymore. What else can I do? I don't care if data lost.

    My eldest son gave my youngest son his ipod. He locked it with a passcode, couldn't remember and now it is disabled. Will not work trying to get it in recovery/restore mode. Original synced computer not around anymore, either is eldest. Not worried about losing data as my young son can have it now. What else can I try?? I follow the steps and it still says ipod is disabled on ipod screen. iTunes keeps saying it needs passcode.....

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    Next try placing the iPod in recovery mode using one of these programs:
    For PC
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    If necessary:
    Download QTMLClient.dll & iTunesMobileDevice.dll for RecBoot
    For MAC or PC       
    The Firmware Umbrella - TinyUmbrella
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • Remote Desktop/Access shared files over PPTP VPN

    Hello,
    I just bought the RV180W so I can connect to my office computer from anywhere as a VPN client. The two things I need to do while I am connected as a VPN client is to be able to access my files on my office desktop and be able to remote desktop to it as well. I have Win7 on all of my computers. Ideally, I would like to do that over PPTP VPN connection but if that is not possible I can try Cisco QuickVPN software.
    I enabled PPTP on my router and created a user account. I was also able to successfully establish the connection remotely. While I was connected as a PPTP VPN client, I was able to access the Internet and my router setup page which is telling me that the connection is good. However, I was not able to either discover my office PC under my network tab in Win7 nor I was able to remote desktop. I keep my office PC on all the time and it never go to sleep. I did not create any connection policy but maybe this is the problem. Please let me know if you know of a solution.
    Thanks!

    Hi David,
    Thank you for the response.
    I was able to access the router configuration using the local IP address (in my case 192.168.1.1). I don't think I would have been able to access it using the public IP address since I have the router remote management feature disabled.
    Now after reading your email, I was finally able to remote desktop and access shared files through a PPTP VPN connection. Here is what I did:
    1- I separted the PPTP VPN IP address range from my DHCP range (in my case, PPTP VPN range is 192.168.1.200 to 210 and my DHCP range is from 192.168.1.100 to 199)
    2- I assigned my office desktop PC that I am trying to remote desktop to a fixed IP address (192.168.1.20)
    3- For remote desktop, I had to type the IP address (192.168.1.20). Typing the PC name (officepc) or searching for was not working.
    4- For shared files, I had to map a network drive as //192.168.1.20/My Pictures for example. I couldn't find my PC when searched for it under Network.
    After doing all that, I was able to do kinda what I wanted. Ideally, I would have liked to avoid using fixed IP addresses and be able to access computers by their name and see them under the Network tab. Is their a way to do this? I noticed that RV220W offers SSL VPN, would that help me?
    I would appreciate it if you could answer my last two questions.
    Thanks!
    Mustafa

  • My IPod Touch 4 Gen will not respond and when I try to Restore it it gives me a code 1601 how do I fix it?

    My IPod Touch 4th gen will not respond and when I try to restore it, it gives me a code 1601 how do I fix it?

    - Try another USB port.
    - Try on another computer
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.

  • Mac Mini login GUI not responding (but SSH access OK)

    I have an ongoing intermittant issue with my Mac Mini (running Lion).
    I can see the login GUI but can't login!  Sometimes the mouse pointer moves in response to my trackpad motions but the "click" doesn't respond when I try it. Generally the keyboard doesn't seem to respond (but pressing "enter" does wake-up the screen).
    I have the problem at the moment and have managed to actually enter 3 characters of my password, but now it's not responding.
    VNC access is enabled and if I connect via that method the results are exactly the same (so it's not an issue with my actual/physical keyboard or mouse).
    I have enabled SSH access and I can login via this method so the system is still responding.  I have run "top" from the SSH session and no particular process seems to be "hogging" the system.
    So I am at a loss as what to do.
    I would appreciate any advice on how to fault-find this via the SSH session.

    In System Preferences>Accounts, unlock the lock, click the little + icon & add a new Admin user, log into that account & see if it works.
    While in Safe mode/boot, in System Preferences>Accounts, unlock the lock, click the little + icon & add a new Admin user, log into that account & see if it works if you set the new user to Automatically login.

  • Hi, I have a macbook pro with a new hard drive installed. My WD external drive backup on time machine now wont let me access the files. I get a prompt saying 'you do not have permission to access the files'

    hi, I have a macbook pro with a new hard drive installed and restored. My WD external drive backup on time machine now wont let me access the files. I get a prompt saying 'you do not have permission to access the files' After my new drive was installed I plugged in time machine and it started backing up. I paused it when I realised that it was running for more than a few minutes. I now realise that it probably started backing up the new hard drive all over again. Which makes me think that the original back up must be on the WD back I cant seem to access it. Any ideas would be helpful.

    See E-10 in the first link.
    Time Machine Troubleshooting
    Time Machine Troubleshooting Problems

  • After updating my Macbook Pro retina display to os x yosemite 10.10.2, the mause and track pad locks, and do not respond especially when using the Mac for a long period, please help, how can I solve this, I do not like feel like in windows, so I paid

    after updating my Macbook Pro retina display to os x yosemite 10.10.2, the mause and track pad locks, and do not respond especially when using the Mac for a long period, please help, how can I solve this, I do not like feel like in windows, so I paid good money for this mack, I feel calm

    Hi Buterem,
    I'm sorry to hear you are having issues with your MacBook Pro since your recent Yosemite update. I also apologize, I'm a bit unclear on the exact nature of the issue you are describing. If you are having intermittent but persistent responsiveness issues with your mouse or trackpad, you may want to try using Activity Monitor to see if these incidents correspond to occupied system resources, especially system memory or CPU. You may find the following article helpful:
    How to use Activity Monitor - Apple Support
    If the entire system hangs or locks up (for example, if the system clock freezes and stops counting up), you may also be experiencing some variety of Kernel Panic. If that is the case, you may also find this article useful:
    OS X: When your computer spontaneously restarts or displays "Your computer restarted because of a problem." - Apple Support
    Regards,
    - Brenden

  • I don't understand why recently with the new "pages" my computer stops responding. When I go to fix some grammar all of a sudden the little colored circle begins to appear and won't go away I restart my computer.

    I don't understand why recently with the new "pages" my computer stops responding. When I go to fix some grammar all of a sudden the little colored circle begins to appear and won't go away I restart my computer.

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time after  you had the problem. Select the messages logged before the boot, while the system was unresponsive or was failing to shut down. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V). Please include the BOOT_TIME message at the end of the log extract.
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the entire contents of the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post any other kind of report — it will be very long and not helpful.

  • My Macbook air 2011, one line of key board (a to l) do not respond, but when an external keyboard is hooked up these keys starts functioning as normal, after disconnecting the external key board (from the USB) the problem comes back...Please help. Thank y

    My Macbook air 2011- key board (a-l) do not respond, but when you hook up an external key board to the usb these keys on the computer also starts functioning as normal and when you disconnect the external key, these keys stops functioning...?

    Perform SMC reset
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
    Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.

Maybe you are looking for

  • Questions on MDG

    My question is on MDG - Is the standard data model for GL account, profit center already configured in the package? As in SAP MDM there are standard data models (sca files) which we can import, is it something similar in there? Second question is - W

  • Accessing dynamically configured filename inside adapter module code.

    Hi, I am having a requirement where i have to access the filename configured using Dynamic configuration inside my receiver file adapter MODULE code.  I am having PI7.1. For accessing the DC filename i have inserted this piece of code inside my adapt

  • IDOC error after F110

    Could someone throw some light on this kinda error after F110 Payment run….The error says “IDoc type could not be determined for the IDoc” Should I check anything in House Bank Determination.? Please help me resolve this. Thanks G

  • Maximum Number fields in a secondary index key

    Hello All, We created a secondary index on BSIS which we had to drop as system was hung up. My question is how many fileds SAP recommends in a secondary index key? Ours had 6 keys including mandt. Thanks

  • Import miro reversal

    Dear All, MIRO Posted on 23.02.2007 and After that today i want to cancel Invoice System shows Error message .Exchange differeance can't posted. Please send valuable inputs.. Regards, Vivek