Bug Filed on 03-09-2016: Raspberry Pi B hangs (SOLVED by expanding file system prior to install)

1. What OS? (Wheezy or Jessie)

Jessy (not the lite version)

2. What class/size SD card? (ex. class 10 16gb)

4gb

3. What Model Pi? (A+, A, B+, B, Pi2)

B


4. Please describe the bug / issue. Attaching any relevant screenshots would be very helpful! Thanks in advance.

Step 1 of 4 hangs
If tryed 3 times
The donot tel me an error
It just donot go on. I let it run for about 1hour
The ios app always tell me installing libaries

@julian.wehrstedt

Julian, welcome to the group!

I noticed your SD card is 4GB.
I have no idea if this is your problem or not, but a quick look at 4 of my 5 RPi’s shows that 2 of them have more than 4GB of space used and the other 2 are very close. I’m wondering if you are running out of room on your SD card?

Again, not sure if it is your problem, but it might be a good place to start.

Good luck,

Ian

pi@raspberrypi ~ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        15G  4.6G  9.1G  34% /
devtmpfs        459M     0  459M   0% /dev
tmpfs           463M     0  463M   0% /dev/shm
tmpfs           463M   47M  417M  11% /run
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           463M     0  463M   0% /sys/fs/cgroup
/dev/mmcblk0p1   56M   20M   37M  36% /boot
tmpfs            93M     0   93M   0% /run/user/1000
tmpfs            93M     0   93M   0% /run/user/0

pi@raspberrypi:~ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        15G  8.6G  5.0G  64% /
devtmpfs        214M     0  214M   0% /dev
tmpfs           218M     0  218M   0% /dev/shm
tmpfs           218M   25M  193M  12% /run
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           218M     0  218M   0% /sys/fs/cgroup
/dev/mmcblk0p1   60M   20M   41M  34% /boot
tmpfs            44M     0   44M   0% /run/user/0
tmpfs            44M     0   44M   0% /run/user/1000

pi@raspberrypi:~ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root       7.2G  3.5G  3.4G  51% /
devtmpfs        459M     0  459M   0% /dev
tmpfs           463M     0  463M   0% /dev/shm
tmpfs           463M   47M  417M  11% /run
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           463M     0  463M   0% /sys/fs/cgroup
/dev/mmcblk0p1   60M   20M   41M  34% /boot
tmpfs            93M     0   93M   0% /run/user/1000
tmpfs            93M     0   93M   0% /run/user/0

pi@raspberrypi:~ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root       7.2G  3.7G  3.2G  54% /
devtmpfs        459M     0  459M   0% /dev
tmpfs           463M     0  463M   0% /dev/shm
tmpfs           463M   47M  417M  11% /run
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           463M     0  463M   0% /sys/fs/cgroup
/dev/mmcblk0p1   60M   20M   41M  34% /boot
tmpfs            93M     0   93M   0% /run/user/1000
tmpfs            93M     0   93M   0% /run/user/0

Thanks @Ian. @julian.wehrstedt did you expand the file system prior to install?

Hey,

Yes that was the problem! I did not expand the file system.
I just made a new image but didnot expand.
Can you include that in the ios app?

Yep, that’s the plan. We’re making changes so we will automatically expand the file system if it’s not already expanded. :slight_smile: Keep us updated with projects you make with Cayenne!
-B

I’ll resolve this issue now. Thanks for understanding about the expanding file system!