Posts

Google Latitude

· Google, Misc

Pretty cool. Scary, I'll admit. Giving Google (and whoever else) the power to, well, track you. But nevertheless, pretty cool to see where I have been in 3 days time.
Finally an app that automatically checks you in (don't think other apps a la 4SQ and Gowala do that ? At least, Brightkite, when I used it, didn't do that on iPhone). Now geoloc is becoming useful. I no longer need to take my phone out. My phone is doing it for me.

However, Google, please give the ability to users to add places, and don’t just make us able to check in at businesses. I’m a bit annoyed to check in at my neighbour’s, or at another company in my office.

Oh, and fix automatically check-in feature, it doesn’t work. And loc:on status message while you’re at it! ;)

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!