element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum PHP bricked my Pi
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 6 replies
  • Subscribers 707 subscribers
  • Views 1329 views
  • Users 0 members are here
  • helpme
  • raspberry_pi
  • rpi
Related

PHP bricked my Pi

e14 Contributor
e14 Contributor over 14 years ago

Having setup ssh and a vpn and apache and had the pi nicely not doing a great deal for a while I thought it would be fun to try something a little more creative.

 

I decided to install php.  Simple I thought, connecting via ssh from a loaction the other side of town, something like apt-get install php5 should do the trick.

 

It all seemed to go well until it hung up trying to restart apache. Finally it bombed out of that with some error.  I tried a reboot, it refused to do that, claiming 'segmentation fault'. Then after a while the connection dropped and I had to wait until I got home to investigate.

 

I tried pulling the power, nothing, the red pwr light comes on but nothing else.  I tried re-imaging the SD card. Same, red light nothing else. I tried a different image, again nothing.

 

So the question is, have I destroyed the Pi? Or the SD card? Is that even possible over a remote connection?

 

Unfortunately I don't have another SD card to try at the moment, although the one I had seemed to work ok in the PC - well it did fail to rewrite the image the first time until I pulled it out of the writer and put it back in, I put that down to a poor connection.  Could the pi have corrupted the card so badly that it won't work even after two re-images?

  • Sign in to reply
  • Cancel
Parents
  • morgaine
    morgaine over 14 years ago

    @martinuser: One common situation with the Pi is that one makes a simple change like adding a USB device or increasing traffic a little and (reasonably) expects everything else to continue working correctly.  Unfortunately the Pi is not reasonable hardware but highly broken hardware, and so a change in one variable often has unforseen consequences.

     

    As selsinork says, you're very unlikely to have bricked your hardware.  Far more likely is that some seemingly innocuous change has given the Pi indigestion.  I find this regularly as I chop and change things around.

     

    Go back to the simplest Pi setup possible, in particular remove any self-powered hub -- the Pi hates external hubs (even correctly working ones), because its USB handling is utterly broken.  Your VPN application is putting much stress on networking, and the combination of network + other USB events is a known source of Pi failures.

     

    The epidemic of problems that you describe doesn't sound like software failure to me, but operation outside of the very narrow range of functionality that the Pi actually supports.  It's not like most other computer systems that either work or don't work.  Think of it as a dysfunctional child with tantrums and you'll have a more accurate picture.

     

    Morgaine.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to morgaine

    I had surmised it probably wasn't really due to php, but it's nice to have someone to blame.

     

    My concern was that I was remote when I made the simple software update, so it wasn't a hardware change that broke it.

     

    Again, the vpn was setup, but I was just using a simple terminal ssh connection so I wouldn't have thought the networking was to blame.

     

    I'll try starting it up without the keyboard and screen in and see what happens.  I'll get another card and try that.  Annoying as  I nearly bought a spare card yesterday, but refused to pay £7.99 for a 4GB card at whatever high street PC retailer I happened to be in - trying to buy a powered hub for the pi.

     

    If the pi is broken, does an element14 t-shirt count as proof of purchase? I think I shredded the invoice the other day in an over zealous olympic shreddathon.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • johnbeetem
    johnbeetem over 14 years ago in reply to e14 Contributor

    I would second selsinork that the most likely culprit is the SD card.

    martinuser wrote:

     

     

    If the pi is broken, does an element14 t-shirt count as proof of purchase? I think I shredded the invoice the other day in an over zealous olympic shreddathon.

    If they're like other major e-vendors, your order should still be in their system and you'll need to request an RMA (Return Materials Authorization) at the web site before sending it back.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to e14 Contributor

    but refused to pay £7.99 for a 4GB card at whatever high street PC retailer I happened to be in

    http://www.mymemory.co.uk/SDHC/Verbatim/Verbatim-16GB-Premium-SD-Card-%28SDHC%29---Class-10

     

    No connection with them, but have bought most of my R-Pi sd-cards from them rather than ebay image   'Free' delivery in a couple of days to the UK from the somewhere in Channel Islands.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to johnbeetem

    I thought I should give a quick update.

     

    A new card seemed to fix the problem when I finally got around to buying one.

     

    I tried the old card, for a 4th time, and annoyingly it fired up and worked this time as well....... for about 10 minutes before spurious errors started occuring.

     

    So I think definately a duff card!

     

    Thanks for the input.

     

    M

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to johnbeetem

    I thought I should give a quick update.

     

    A new card seemed to fix the problem when I finally got around to buying one.

     

    I tried the old card, for a 4th time, and annoyingly it fired up and worked this time as well....... for about 10 minutes before spurious errors started occuring.

     

    So I think definately a duff card!

     

    Thanks for the input.

     

    M

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube