No config page on web interface – Firefly running perfectly

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues No config page on web interface – Firefly running perfectly

Viewing 8 posts - 11 through 18 (of 18 total)
  • Author
    Posts
  • #7905
    rpedde
    Participant

    @Renno wrote:

    Would doing a meminfo help?

    Output of these commands would help:

    df
    mount
    ls -lad /opt

    — Ron

    #7906
    Renno
    Participant

    # df
    Filesystem 1k-blocks Used Available Use% Mounted on
    rootfs 739096 56072 675516 8% /
    /dev/sdb1 6528 6328 200 97% /initrd
    /dev/sdb1 739096 56072 675516 8% /
    /dev/sda1 307489140 50651768 253713456 17% /share/flash/data
    /dev/sdb1 739096 56072 675516 8% /share/hdd/data
    /dev/sdb2 123923 4151 118493 3% /share/hdd/conf
    /dev/sdb2 123923 4151 118493 3% /share/flash/conf
    # mount
    /dev/sdb1 on /initrd type jffs2 (rw)
    /dev/sdb1 on / type ext3 (rw)
    /proc on /proc type proc (rw)
    usbdevfs on /proc/bus/usb type usbdevfs (rw)
    /dev/sda1 on /share/flash/data type ext3 (rw)
    /dev/sdb1 on /share/hdd/data type ext3 (rw)
    /dev/sdb2 on /share/hdd/conf type ext3 (rw,sync)
    /dev/sdb2 on /share/flash/conf type ext3 (rw,sync)

    # ls -ld /opt lad /opt
    drwxr-xr-x 13 root root 4096 Dec 18 06:44 /opt

    Thanks Ron,

    Does this help?

    Paul

    #7907
    rpedde
    Participant

    @Renno wrote:

    Does this help?

    Well, it’s not a disk space issue. Something is clearly wrong on a system level though… ipk isn’t working, vi isn’t working… very little appears to be working.

    Maybe if we figure out what’s making one thing not work, we’ll get to the bottom of all of it.

    As far as the vi thing not working, it seems like it must be either missing termcap/terminfo stuff, or your TERM variable set incorrectly.

    Could try doing “export TERM=vt220”, and seeing if vi works then. Also could try doing an “ipkg update; ipkg install nano”, on the grounds that that should pull in ncurses, ncursesw, and the necessary terminfo stuff.

    Let’s see what that does.

    #7908
    Renno
    Participant

    Maybe due to my inadequacies, maybe down to you Ron, vi is now working. I’m not sure if I was navigating around it correctly, but I did what you asked first, and hence I’m none the wiser!

    Anyway, I can edit the config file no problem, but this doesn’t help at all in even starting firefly. I’ve re-attempted to install 1463 etc, but the previous problems have all resurfaced. When ie ipkg the new nightly the admin-root directories are “not a directory”.

    At the moment I can’t even get firefly started. Many thanks for your time Ron. Next step??

    Paul

    #7909
    Renno
    Participant

    Sorry, it would have been helpful to give the latest log read out.

    # ipkg update
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable/Packages.gz
    Inflating http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable/Packages.gz
    Updated list of available packages in /usr/lib/ipkg/lists/cross
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/nslu2/native/stable/Packages.gz
    Inflating http://ipkg.nslu2-linux.org/feeds/optware/nslu2/native/stable/Packages.gz
    Updated list of available packages in /usr/lib/ipkg/lists/native
    Downloading http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/6.8-beta/Packages.gz
    Inflating http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/6.8-beta/Packages.gz
    Updated list of available packages in /usr/lib/ipkg/lists/oe
    Downloading http://ipkg.nslu2-linux.org/feeds/unslung/cross/Packages.gz
    Inflating http://ipkg.nslu2-linux.org/feeds/unslung/cross/Packages.gz
    Updated list of available packages in /usr/lib/ipkg/lists/unslung-cross
    Downloading http://ipkg.nslu2-linux.org/feeds/unslung/native/Packages.gz
    Inflating http://ipkg.nslu2-linux.org/feeds/unslung/native/Packages.gz
    Updated list of available packages in /usr/lib/ipkg/lists/unslung-native

    # ipkg install libao_0.8.6-1_armeb.ipk
    Installing libao (0.8.6-1) to root…
    Configuring libao

    # ui ipkg install mt-daapd_svn-1463-1_armeb.ipk
    Installing mt-daapd (svn-1463-1) to root…
    ipkg: extract_archive: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/: File exists
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/builder.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/controls.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/dragdrop.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/effects.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/scriptaculous.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/slider.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/unittest.js: Not a directory
    Configuring mt-daapd

    # tail -f /var/log/messages
    <25>Jan 11 09:35:52 mt-daapd[604]: Firefly Version svn-1463: Starting with debuglevel 2
    <25>Jan 11 09:35:52 mt-daapd[604]: Starting rendezvous daemon
    <25>Jan 11 09:35:52 mt-daapd[606]: Starting signal handler
    <25>Jan 11 09:35:52 mt-daapd[606]: Error: enum_begin failed (error 1): Misc SQL Error: no such table: config
    <25>Jan 11 09:35:52 mt-daapd[606]: Can’t get db version. New database?
    <25>Jan 11 09:35:52 mt-daapd[606]: Initializing database
    <25>Jan 11 09:35:52 mt-daapd[606]: Error: enum_begin failed (error 1): ?
    <25>Jan 11 09:35:52 mt-daapd[606]: Error: enum_begin failed (error 1): ?
    <25>Jan 11 09:35:52 mt-daapd[606]: Full reload…
    <25>Jan 11 09:35:54 mt-daapd[605]: Rendezvous socket closed (daap server crashed?) Aborting.

    Thanks,

    Paul

    #7910
    rpedde
    Participant

    @Renno wrote:

    # ui ipkg install mt-daapd_svn-1463-1_armeb.ipk
    Installing mt-daapd (svn-1463-1) to root…
    ipkg: extract_archive: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/: File exists
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/builder.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/controls.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/dragdrop.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/effects.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/scriptaculous.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/slider.js: Not a directory
    ipkg: /opt/share/mt-daapd/admin-root/lib-js/script.aculo.us/unittest.js: Not a directory

    Something not right with the package. Let’s try uninstalling it and making sure the directories etc get wiped out:


    # killall -9 mt-daapd
    # ipkg remove mt-daapd
    # rm /opt/etc/init.d/S60mt-daapd
    # rm -rf /opt/etc/mt-daapd
    # rm -rf /opt/share/mt-daapd
    # rm -rf /opt/var/mt-daapd

    That should get rid of everything.

    Then try reinstalling, and see where that goes.

    #7911
    Renno
    Participant

    Many thanks again Ron, everything running well with 1463. I presume there would be no harm putting those commands on the wiki – it’s obviously pretty straight foward, as long as you know which files to delete. I guess any install error should be able to be solved by repeating that?

    Paul

    #7912
    rpedde
    Participant

    @Renno wrote:

    Many thanks again Ron, everything running well with 1463. I presume there would be no harm putting those commands on the wiki – it’s obviously pretty straight foward, as long as you know which files to delete. I guess any install error should be able to be solved by repeating that?

    Paul

    Yeah, pretty much. Can’t imagine what got it wedged into that state, though. 🙁

Viewing 8 posts - 11 through 18 (of 18 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.