Jump to content

Bluedevil266

Active Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Bluedevil266

  1. Could you login to your pineapple through SSH, go to the MITM infusion folder and type the following command:

    sh install.sh

    and post the output of the command.

    same here installing on a blank pineapple isn't working. From what is saw going over the output for a short time it is trying to do a softlink on "/usb/usr/lib/ImageMagick-6.7.8/" which doesn't exist even after removing and reinstalling "ImageMagick" by hand.

    Created a folder with the name "ImageMagick-6.7.8" by hand and copied over all the files created by the opkg package "ImageMagick" in it. Then the script installs at least more or less fine but there are still some warnings from the pip install but i guess this is normal. After that the web interfaces shows but correctly but the addon won't work, i can start it but it will not work at all.

    here is the output of the install.sh on a blank pineapple with usb drive and swap:

    Downloading http://cloud.wifipineapple.com/packages/Packages.gz.
    Updated list of available packages in /var/opkg-lists/pineapple_packages.
    Installing python (2.7.3-1) to usb...
    Downloading http://cloud.wifipineapple.com/packages/python_2.7.3-1_ar71xx.ipk.
    Installing libffi (3.0.10-1) to usb...
    Downloading http://cloud.wifipineapple.com/packages/libffi_3.0.10-1_ar71xx.ipk.
    Installing python-mini (2.7.3-1) to usb...
    Downloading http://cloud.wifipineapple.com/packages/python-mini_2.7.3-1_ar71xx.ipk.
    Configuring libffi.
    Configuring python-mini.
    Configuring python.
    Installing python-openssl (2.7.3-1) to usb...
    Downloading http://cloud.wifipineapple.com/packages/python-openssl_2.7.3-1_ar71xx.ipk.
    Configuring python-openssl.
    Installing imagemagick-tools (6.7.8-1) to usb...
    Downloading http://cloud.wifipineapple.com/packages/imagemagick-tools_6.7.8-1_ar71xx.ipk.
    Installing imagemagick (6.7.8-1) to usb...
    Downloading http://cloud.wifipineapple.com/packages/imagemagick_6.7.8-1_ar71xx.ipk.
    Installing libjpeg (6b-1) to usb...
    Downloading http://cloud.wifipineapple.com/packages/libjpeg_6b-1_ar71xx.ipk.
    Installing libtiff (4.0.3-1) to usb...
    Downloading http://cloud.wifipineapple.com/packages/libtiff_4.0.3-1_ar71xx.ipk.
    Configuring libjpeg.
    Configuring libtiff.
    Configuring imagemagick.
    Configuring imagemagick-tools.
    mkdir: can't create directory '/usb/usr/lib/ImageMagick-6.7.8/config': No such file or directory
    cp: can't create '/usb/usr/lib/ImageMagick-6.7.8/config/': No such file or directory
    cp: can't create '/usb/usr/lib/ImageMagick-6.7.8/config/': No such file or directory
    Installing distribute (0.6.21-1) to usb...
    Downloading http://cloud.wifipineapple.com/packages/distribute_0.6.21-1_ar71xx.ipk.
    Configuring distribute.
    Downloading/unpacking pip
      Downloading pip-1.3.1.tar.gz (247Kb): 247Kb downloaded
      Running setup.py egg_info for package pip
    
        warning: no files found matching '*.html' under directory 'docs'
        warning: no previously-included files matching '*.txt' found under directory 'docs/_build'
        no previously-included directories found matching 'docs/_build/_sources'
    Installing collected packages: pip
      Running setup.py install for pip
    
        warning: no files found matching '*.html' under directory 'docs'
        warning: no previously-included files matching '*.txt' found under directory 'docs/_build'
        no previously-included directories found matching 'docs/_build/_sources'
        Installing pip script to /usb/usr/bin
        Installing pip-2.7 script to /usb/usr/bin
    Successfully installed pip
    Cleaning up...
    Downloading/unpacking mitmproxy
      Downloading mitmproxy-0.9.1.tar.gz (3.1MB): 3.1MB downloaded
      Running setup.py egg_info for package mitmproxy
    
    Downloading/unpacking netlib>=0.9.1 (from mitmproxy)
      Downloading netlib-0.9.1.tar.gz (58kB): 58kB downloaded
      Running setup.py egg_info for package netlib
    
    Downloading/unpacking urwid>=1.1 (from mitmproxy)
      Downloading urwid-1.1.1.tar.gz (482kB): 482kB downloaded
      Running setup.py egg_info for package urwid
    
    Downloading/unpacking pyasn1>0.1.2 (from mitmproxy)
      Error <urlopen error [Errno 131] Connection reset by peer> while getting https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.7.tar.gz#md5=2cbd80fcd4c7b1c82180d3d76fee18c8 (from https://pypi.python.org/simple/pyasn1/)
    Exception:
    Traceback (most recent call last):
      File "/usb/usr/lib/python2.7/site-packages/pip/basecommand.py", line 139, in main
        status = self.run(options, args)
      File "/usb/usr/lib/python2.7/site-packages/pip/commands/install.py", line 266, in run
        requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
      File "/usb/usr/lib/python2.7/site-packages/pip/req.py", line 1033, in prepare_files
        self.unpack_url(url, location, self.is_download)
      File "/usb/usr/lib/python2.7/site-packages/pip/req.py", line 1161, in unpack_url
        retval = unpack_http_url(link, location, self.download_cache, self.download_dir)
      File "/usb/usr/lib/python2.7/site-packages/pip/download.py", line 534, in unpack_http_url
        resp = _get_response_from_url(target_url, link)
      File "/usb/usr/lib/python2.7/site-packages/pip/download.py", line 569, in _get_response_from_url
        resp = urlopen(target_url)
      File "/usb/usr/lib/python2.7/site-packages/pip/download.py", line 143, in __call__
        response = self.get_opener(scheme=scheme).open(url)
      File "/usb/usr/lib/python2.7/urllib2.py", line 400, in open
        response = self._open(req, data)
      File "/usb/usr/lib/python2.7/urllib2.py", line 418, in _open
        '_open', req)
      File "/usb/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
        result = func(*args)
      File "/usb/usr/lib/python2.7/site-packages/pip/download.py", line 123, in https_open
        return self.do_open(self.specialized_conn_class, req)
      File "/usb/usr/lib/python2.7/urllib2.py", line 1177, in do_open
        raise URLError(err)
    URLError: <urlopen error [Errno 131] Connection reset by peer>
    
    Storing complete log in /root/.pip/pip.log
    Downloading/unpacking pyasn1
      Downloading pyasn1-0.1.7.tar.gz (68kB): 68kB downloaded
      Running setup.py egg_info for package pyasn1
    
    Installing collected packages: pyasn1
      Running setup.py install for pyasn1
    
    Successfully installed pyasn1
    Cleaning up...
    Downloading/unpacking BeautifulSoup
      Downloading BeautifulSoup-3.2.1.tar.gz
      Running setup.py egg_info for package BeautifulSoup
    
    Installing collected packages: BeautifulSoup
      Running setup.py install for BeautifulSoup
    
    Successfully installed BeautifulSoup
    Cleaning up...
    Downloading/unpacking upsidedown
      Downloading upsidedown-0.3.tar.gz
      Running setup.py egg_info for package upsidedown
    
    Installing collected packages: upsidedown
      Running setup.py install for upsidedown
    
        Installing upsidedown script to /usb/usr/bin
    Successfully installed upsidedown
    Cleaning up...
    root@Pineapple:/usb/infusions/mitm#
    
    
  2. Here is mine for the K3565-Z from Vodafone (at least they sell it here in germany)

    It´s unlock tough so it can be used with any provider.

    Oh yeah i can turned off the virtual CD-Rom drive when i unlocked it so no need or a modeswitch here because it will come online with the modem right away. But i am sure i would get it to work with modeswitch too just don´t want to turn the drive back on to test it.

    The sd memory is usable too.


    *19d2:0063*) echo "ZTE K3665-Z HSDPA detected. Attempting to connect"
    uci delete network.wan2
    uci set network.wan2=interface
    uci set network.wan2.ifname=ppp0
    uci set network.wan2.proto=3g
    uci set network.wan2.service=umts
    uci set network.wan2.device=/dev/ttyUSB3
    uci set network.wan2.apn=web.vodafone.de
    uci set network.wan2.username=
    uci set network.wan2.password=
    uci set network.wan2.defaultroute=1
    uci commit network
    sleep 2; rmmod usbserial
    sleep 3; insmod usbserial vendor=0x19d2 product=0x0063
    iptables -t nat -A POSTROUTING -s 172.16.42.0/24 -o 3g-wan2 -j MASQUERADE
    iptables -A FORWARD -s 172.16.42.0/24 -o 3g-wan2 -j ACCEPT
    iptables -A FORWARD -d 172.16.42.0/24 -m state --state ESTABLISHED,RELATED -i 3g-wan2 -j ACCEPT
    [/CODE]

    I am still looking for a solution to bring the E585 from Huwaei to work with the pineapple wich would be awesome.

    Of course i can connect to it via a second wlan but it would be nice to use it over the usb connection so i can turn off wlan from the device itself.

  3. Hi,

    today i changed my Swap partition to another usb stick and noticed that error:


    00:00:44 Pineapple kern.err kernel: [ 44.160000] Unable to find swap-space signature
    00:00:43 Pineapple kern.err kernel: [ 43.760000] Unable to find swap-space signature
    00:00:43 Pineapple kern.err kernel: [ 43.360000] Unable to find swap-space signature
    00:00:42 Pineapple kern.err kernel: [ 42.960000] Unable to find swap-space signature
    00:00:41 Pineapple kern.err kernel: [ 41.730000] Unable to find swap-space signature
    00:00:41 Pineapple kern.err kernel: [ 41.180000] Unable to find swap-space signature
    [/CODE]

    After changing swap partitions i started looking at the dmesg output closer and found that error, i am not quiet sure if it was there before.

    Some has the same error or is it just me?

    Swap is working without a problem at least i get the swap space shown as free memory.

  4. I do had the same problem but i knew this from another Stick wich locked me out before.

    This happens if the Stick is not properly ejected from the os.

    Did send an email to scandisk they offered me to replace the stick.

    Anyway that´s it your stick is locked and there is no way (at least i didn´t found a way and scandisk says the same) to unlocked it again, either buy a new one or contact scandisk about your problem.

    If you want to i can post the email answer from scandisk with their solution (have to translate it from german into english tough).

  5. Hi,

    around 1 week ago my Wifi Pineapple Mark IV Elite arrived.

    Everything was fine til today when i unplugged the usb stick while (i assume so) the pineapple was saving files on it, wich made it write protected.

    I know this from another usb stick where i had the same problem unplugging it while saving files on it made it a brick.

    It´s not possible to mount it in Ubuntu anymore because it´s read only and it needs to be checked because something is wrong with the filesystem (ext4)

    It was a usb stick out of the elite pack (scandisk 4gb).

    My problem now is that i outsourced the www folder on the usb stick -.- so no more web interface for me, but i can ssh on to the pineapple.

    Can i download the www manually somewhere so i can at least get the standard web interface back.

    Even customized the Web interface for 2 days and now it´s gone for good... at least that teaches me to make backups.

×
×
  • Create New...