#Board

6 posts tagged Board

Selling: IGEPv2

· Hardware

I’m selling my IGEPv2* board. Rarely used and works perfectly.

Selling because I could use some cash and I do not have the time (or any particular use) for it anymore. It was a dev project for a project of mine.

Contact: yeri+igep@tiete.be

(*) seems like my Flickr plugin is broken. > pics here.

socket: Permission denied

· Errors, Linux, Networking, Software

After upgrading my Guruplug Display from Lenny to Squeeze I came along an odd error; every non-root user was unable to access anything related to the internet.

NTP:

Mar 26 20:31:50 localhost ntpd[1055]: ./../lib/isc/unix/ifiter_ioctl.c:348: unexpected error: Mar 26 20:31:50 localhost ntpd[1055]: making interface scan socket: Permission denied Mar 26 20:35:09 localhost ntpd[1055]: ntpd exiting on signal 15

Regular user:

yeri@gplugD ~ $ ping google.be ping: unknown host google.be yeri@gplugD ~ $ ping 85.12.6.171 socket: Permission denied yeri@gplugD ~ $ ssh localhost socket: Permission denied ssh: connect to host localhost port 22: Permission denied

sudo: must be setuid root

· Errors, Linux, Software

Got this error on my Guruplug Display after messing with it.

Neither was I able to use su, or any other important command.

After many chmods, chowns, and cursing – check your mount (in /etc/fstab) options… ;)

Be sure / is not mounted with

nosetuid

Reboot and enjoy!