Jump to content

jimb0

Active Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by jimb0

  1. Can you connect to it via the pineapples LAN address on your network?

    You wont be able to reach the 172 address if you aren't connected to the pineapple (either via ICS or as a client) because that gateway is specific to the device. If the pineapple is using 192.168.1.3 on your network, try connecting to 192.168.1.3:yourporthere

  2. I'm trying to get my 8 gb Sandisk Cruzer setup for use the MK5 but keep hitting a wall for some reason. While it appears to be mounted properly, I have no option to install to USB from the bar, though swap works correctly.

    I formatted and partitioned the drive into two ext4 partitions (one 6gb storage, the other 2 gb swap) and reconfigured my fstab accordingly:

    config global automount
           option from_fstab 1
           option anon_mount 1
    
    
    config global autoswap
           option from_fstab 1
           option anon_swap 0
    
    
    config mount
           option target   /sd
           option device   /dev/sdcard/sd
           option fstype   auto
           option options  rw,sync
           option enabled  1
           option enabled_fsck 0
    
    
    config mount
           option target   /usb
           option device   /dev/sda1
           option fstype   ext4
           option options  rw,sync
           option enabled  1
           option enabled_fsck 0
    
    
    config swap
           option device   /dev/sda2
           option enabled  1

    Executed mkswap /dev/sda2, rebooted, and now I see:

    Current Disk Usage:
    
    Filesystem                Size      Used Available Use% Mounted on
    rootfs                    3.6M    728.0K      2.9M  20% /
    /dev/root                11.5M     11.5M         0 100% /rom
    tmpfs                    30.2M    272.0K     29.9M   1% /tmp
    tmpfs                   512.0K         0    512.0K   0% /dev
    /dev/mtdblock3            3.6M    728.0K      2.9M  20% /overlay
    overlayfs:/overlay        3.6M    728.0K      2.9M  20% /
    /dev/sda1                 6.0G    217.7M      5.5G   4% /usb
    /dev/sdcard/sd1         926.7M     48.2M    832.0M   5% /sd
    
    Current Memory Usage:
    
                 total         used         free       shared      buffers
    Mem:         61804        42156        19648            0         6212
    -/+ buffers:              35944        25860
    Swap:      2580328            0      2580328
    

    Good, right? Nah.

    For some reason I have no option to install to USB. I ssh'd to the box and created a test folder in the usb folder. checked /mnt/./sda1 and the test folder was there.

    Verified that mount has the device mapped to usb and was formatted to ext4...

    root@Pineapple:/# mount
    rootfs on / type rootfs (rw)
    /dev/root on /rom type squashfs (ro,relatime)
    proc on /proc type proc (rw,noatime)
    sysfs on /sys type sysfs (rw,noatime)
    tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime,size=30904k)
    tmpfs on /dev type tmpfs (rw,noatime,size=512k,mode=755)
    devpts on /dev/pts type devpts (rw,noatime,mode=600)
    /dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
    overlayfs:/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/overlay)
    debugfs on /sys/kernel/debug type debugfs (rw,relatime)
    /dev/sda1 on /usb type ext4 (rw,sync,relatime,user_xattr,barrier=1,data=ordered)
    /dev/sdcard/sd1 on /sd type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
    none on /proc/bus/usb type usbfs (rw,relatime)
    
    

    I'm not sure where I went wrong? I can install to and communicate with the sd card from infusion management without any issue, but I have no option to install to USB.

    Did I miss something obvious?

    Any input is appreciated

    Thanks!

  3. Howdy

    I've been having an issue getting Evil Portal installed on my pineapple. Things simply hangup at "installing dependencies". I gave it over an hour and grabbed some food but upon return, it was still hung up. Rebooted, removed the injection, and redownloaded with fingers crossed that I could have it installed in a less than a few minutes, but still no go.

    Flashed it and tried again and again but I keep running into this same issue.

    Has anyone had this experience?

    What are this apps dependencies and can I just install them to bypass the message? (or will it check anyway?)

    Any advice would be greatly appreciated. I got to have some fun with version 1 of this tool on a friends pineapple and was looking forward to checkout out version 2 on my own.

    Thanks in advance

×
×
  • Create New...