Sunday, November 3, 2013
Thursday, September 26, 2013
Thursday, September 19, 2013
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.
"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.
Posted by
WidgetBook
at
22:07
0
comments
Labels: Blog
...it requires a newer version of iPhone software...
Posted by
WidgetBook
at
19:35
0
comments
Labels: iOS
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.
Posted by
WidgetBook
at
17:25
0
comments
Labels: MacPorts
Thursday, September 12, 2013
Mac OS X 10.8.5 is available
More about it here.
Posted by
WidgetBook
at
23:44
0
comments
Labels: Apple, Mountain Lion
Tuesday, September 10, 2013
Tuesday, September 3, 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
---> 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
Posted by
WidgetBook
at
12:25
3
comments
Thursday, August 29, 2013
My article for Linux User & Developer, issue 130
Posted by
WidgetBook
at
14:32
0
comments
Labels: cisco, Linux, Linux User & Developer
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.
$ 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.
Posted by
WidgetBook
at
17:52
0
comments
Friday, August 16, 2013
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
Posted by
WidgetBook
at
11:47
0
comments
Labels: article, Drupal, Mac OS X, MacTech, VirtueMart
Subscribe to:
Posts (Atom)













