April 11, 201313 yr I have been getting this error: Tower kernel: emhttp[3324]: segfault at 0 ip b7481760 sp bffce540 error 4 in libc-2.11.1.so[b7408000+15c000] (Errors) Joe L. has pronounced it serious, but I have no idea what to do to rectify it. My system is running, I can log into tower and can access unMenu. Load time of files is very slow. I would appreciate any suggested solutions. Syslog attached. syslog-2013-04-10.txt.zip
April 11, 201313 yr Had a look through your syslog and found this just before the segfault: get_config_idx: fopen /boot/config/flash.cfg: No such file or directory - assigning defaults Your plash drive may be corrupted. Pull it out of the sevrer and perform an chkdsk on a another computer. Also check to ensure your config files are there. If you shorten your search term to emhttp[3324]: segfault in your favorite search engine a few threads will show up that may give you some guidance in fixing your issue.
April 11, 201313 yr I don't know for sure, but it looks to me as if you are restarting emhttp somewhere, perhaps in your go file? Tom's emhttp cannot be restarted in v5. That may be the cause of your segfault.
April 11, 201313 yr Author I am running Mac OS. Can someone lay out the process for checking my flash drive? Will disk utility suffice?
April 11, 201313 yr 1. Plug in USB Drive 2. Open utilities folder 3. open Disk Utilities 4. Click on your USB drive in the left hand column 5. Click on first aid tab ( has 4 options first aid erase raid and restore) 6. Click the verify disk button in the lower right of box 7. Click verify and let finish.
April 13, 201313 yr Author No errors on disk utility. Now what? Verifying volume “UNRAID” Checking file system** /dev/disk1s1 ** Phase 1 - Preparing FAT ** Phase 2 - Checking Directories ** Phase 3 - Checking for Orphan Clusters 408 files, 7759016 KiB free (1939754 clusters)
April 13, 201313 yr Post 2 and 3 above and see if the problem goes away. If it does you can add one plugin at a time to find out what is causing the issue.
April 13, 201313 yr Author I am still getting the error. Here is a list of the contents of my config folder with my plugins folder "off". I notice that even with my plugins folder renamed, simple features is still active in my browser. disk.cfg go ident.cfg network.cfg passwd Pro.key renameplugins cache_dirs cache_dirs.cfg cache_dirs.png simpleFeatures simpleFeatures.active.streams-1.0.5-noarch-1.plg simpleFeatures.activity.monitor-1.0.5-noarch-1.plg simpleFeatures.cache.dirs-1.0.5-noarch-1.plg simpleFeatures.core.webGUI-1.0.5-noarch-1.plg simpleFeatures.disk.health-1.0.5-noarch-1.plg simpleFeatures.dns.server-1.0.5-noarch-1.plg simpleFeatures.email.notify-1.0.5-noarch-1.plg simpleFeatures.log.viewer-1.0.5-noarch-1.plg simpleFeatures.s3.sleep-1.0.5-noarch-1.plg simpleFeatures.system.info-1.0.5-noarch-1.plg simpleFeatures.system.stats-1.0.5-noarch-1.plg simpleFeatures.web.server-1.0.5-noarch-1.plg shadow share.cfg shares smb-extra.conf smb-extra.conf~ smbpasswd snap super.dat unraid_notify.cfg Also, here is my go script which Joe L says looks fine. #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c /boot/config/snap/snap.sh -b unraid_notify start
April 14, 201313 yr You have not removed all plugins. You have probably disabled/renamed /boot/config/plugins. Do the same to /boot/plugins and /boot/extra Also comment out (put a # before) the starting of unmenu and snap in your go file. Now restart.
Archived
This topic is now archived and is closed to further replies.