Sunday, November 3, 2013

The blog is moved!

The new URL for this blog is this.

http://www.mtsoukalos.eu/blog/

.

Thursday, September 26, 2013

iOS 7.0.2 is available


Thursday, September 19, 2013

iOS 7 on my iPhone 4

If iOS 7 is too slow on my iPhone 4, then I will have an excuse to get an iPhone 5s!

Wednesday, September 18, 2013

Creativity lessons

"Bernhard said you might not seem very good at something when you start out, but if you’re persistent, tenacious even, you can get amazingly good."


"Bernhard told a story of a friend who did a drawing every day, for more than 3 years, and became amazingly good by the end of that stint."

More here.

Xcode 5 is available


...it requires a newer version of iPhone software...


Monday, September 16, 2013

Saturday, September 14, 2013

More MacPorts v8 problems


$ sudo port upgrade outdated
Password:
--->  Building v8
Error: org.macports.build for port v8 returned: command execution failed
Please see the log file for port v8 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_v8/v8/main.log
Error: Unable to upgrade port: 1
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets

The solution was to run the following two commands and try again:

$ sudo port clean --all installed
$ sudo port -f uninstall inactive
--->  Uninstalling file @5.14_1
--->  Cleaning file
--->  Uninstalling ImageMagick @6.8.6-6_0+x11
--->  Cleaning ImageMagick
--->  Uninstalling groff @1.22.2_0
--->  Cleaning groff
--->  Uninstalling ghostscript @9.06_3
--->  Cleaning ghostscript
--->  Uninstalling libmagic @5.14_1
--->  Cleaning libmagic
--->  Uninstalling nettle @2.6_0
--->  Cleaning nettle
--->  Uninstalling py27-setuptools @1.1.4_0
--->  Cleaning py27-setuptools
--->  Uninstalling unison @2.40.102_0
--->  Cleaning unison

And it worked!

$ sudo port upgrade outdated
--->  Fetching archive for v8
--->  Attempting to fetch v8-3.21.15_0.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/v8
--->  Attempting to fetch v8-3.21.15_0.darwin_12.x86_64.tbz2 from http://lil.fr.packages.macports.org/v8
--->  Attempting to fetch v8-3.21.15_0.darwin_12.x86_64.tbz2 from http://packages.macports.org/v8
--->  Attempting to fetch v8-3.21.15_0.darwin_12.x86_64.tbz2.rmd160 from http://packages.macports.org/v8
--->  Installing v8 @3.21.15_0
--->  Cleaning v8
--->  Deactivating v8 @3.21.7_0
--->  Cleaning v8
--->  Activating v8 @3.21.15_0
--->  Cleaning v8
--->  Updating database of binaries: 100.0%
--->  Scanning binaries for linking errors: 100.0%
--->  No broken files found.


Thursday, September 12, 2013

Mac OS X 10.8.5 is available

More about it here.

Tuesday, September 10, 2013

Submit your iOS 7 apps today!


Downloading iOS 7 GM


Color!


iOS 7 will be available on September 18


Tuesday, September 3, 2013

This should brighten everyone's day

10 September 2013

Friday, August 30, 2013

MongoDB and MacPorts (and v8)

In order to upgrade MongoDB to the latest version (using MacPorts), I had to deactivate v8, upgrade MongoDB and activate v8 again:


--->  Configuring mongodb
Error: mongodb cannot be built while v8 is active.
Error: Please deactivate v8 and try again.
Error: You can reactivate v8 again later.
Error: org.macports.configure for port mongodb returned: v8 is active
Please see the log file for port mongodb for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mongodb/mongodb/main.log
Error: Unable to upgrade port: 1
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
mtsouk$ sudo port -f deactivate v8
Password:
--->  Deactivating v8 @3.17.15_0
--->  Unable to deactivate v8 @3.17.15_0, the following ports depend on it:
--->   mongodb @2.4.6_0
Warning: Deactivate forced.  Proceeding despite dependencies.
--->  Cleaning v8
mtsouk$ sudo port upgrade outdated
--->  Computing dependencies for mongodb
--->  Configuring mongodb
--->  Building mongodb
...
mtsouk@ sudo port activate v8

Thursday, August 29, 2013

"An automated WordPress update has failed to complete"

If you get "An automated WordPress update has failed to complete" while using WordPress, the solution includes the following two steps:

  • Removing the upgrade directory from the ./wp-content directory
  • Deleting the .maintenance file from the . directory

My article for Linux User & Developer, issue 130

Article: Send Cisco logs to a remote PC
Learn the commands you need to deal with Cisco router logs and use rsyslog to receive them on a remote Linux PC

Friday, August 23, 2013

Starting MySQL on Mac OS X 10.8.4

I used to start MySQL 5.5 (MacPorts) on my Mac using the following command:
$ sudo /opt/local/share/mysql55/support-files/mysql.server start

Yesterday, I found out that this was not working anymore. The error message I was getting was the following:

$ /opt/local/share/mysql55/support-files/mysql.server start
Starting MySQL
. ERROR! The server quit without updating PID file (/opt/local/var/db/mysql55/monastery.local.pid).

It turns out that the new way of starting MySQL is the following:
$ sudo port load mysql56-server

PS. During the process, I have also updated MySQL to version 5.6.

Friday, August 16, 2013

iOS 7 beta 6


My MacTech July 2013 articles



Article 1: Using telnet to troubleshoot TCP/IP services
Article 2: An Introduction to Drupal
Article 3: Using VirtueMart for Web Payments
Article 4: The Mac OS X 10.8 Log Files