User:Brett Wuth/Running Notes/2009-03

From PCSAR

< User:Brett Wuth | Running Notes(Difference between revisions)
Jump to: navigation, search
(2009-03-14)
Current revision (16:09, 18 March 2009) (edit) (undo)
(2009-03-15)
 
(5 intermediate revisions not shown.)
Line 9: Line 9:
pcsar and sara don't.
pcsar and sara don't.
-
pcsar:
+
Install vmware-tools.
 +
== 2009-03-15 ==
<pre>
<pre>
-
There is insufficient disk space available in
+
pcsar:/etc/mediawiki# rm LocalSettings.php~
-
/usr/local/vmware-tools/lib/vmware-tools. Please make at least an additional
+
pcsar:/etc/mediawiki# chmod 640 LocalSettings.php
-
134200k available or choose another directory.
+
pcsar:/etc/mediawiki# chown :www-data LocalSettings.php
-
In which directory do you want to install the library files?
+
pcsar:/etc/mediawiki# adduser root www-data
-
[/usr/local/vmware-tools/lib/vmware-tools] ^CExecution aborted.
+
Adding user `root' to group `www-data' ...
-
 
+
Adding user root to group www-data
-
pcsar:~/vmware-tools-install/vmware-tools-distrib#
+
Done.
 +
pcsar:/etc/mediawiki#
</pre>
</pre>
-
increased virtual disk size.
+
Edit /etc/mediawiki/LocalSettings.php, add:
-
 
+
<pre>
<pre>
-
Before running VMware Tools for the first time, you need to configure it by
+
$wgLogo = "$wgScriptPath/skins/common/images/mediawiki.png";
-
invoking the following command:
+
-
"/usr/local/vmware-tools/bin/vmware-config-tools.pl". Do you want this program
+
-
to invoke the command for you now? [yes]
+
-
 
+
-
It looks like you are trying to run this program in a remote session. This
+
-
program will temporarily shut down your network connection, so you should only
+
-
run it from a local console session. Are you SURE you want to continue?
+
-
[no]
+
-
 
+
-
Please re-run this program from a local console shell.
+
-
Execution aborted.
+
</pre>
</pre>
 +
to give logo on all skins.
 +
== 2009-03-18 ==
 +
Our Iridium sat phones are their own country code: 881
 +
http://www.ablecommunications.com/customerservice/iridium/iridium.html
-
Rerun from VNC to arc:7
+
The "country" is called "Global Mobile Satellite System (GMSS)"
 +
http://fraudcontrolprotection.org/telephone_codesalpha.php
-
requires make.
+
http://en.wikipedia.org/wiki/Global_Mobile_Satellite_System
-
 
+
-
<pre>
+
-
Setup is unable to find the "make" program on your machine. Please make sure
+
-
it is installed. Do you want to specify the location of this program by hand?
+
-
[yes]
+
-
</pre>
+
-
 
+
-
aptitude update; aptitude upgrade
+
-
 
+
-
Set up /etc/apt/sources to use my arc as a caching proxy.
+
-
 
+
-
aptitude install gcc make
+
-
 
+
-
<pre>
+
-
Your kernel was built with "gcc" version "4.1.3", while you are trying to use
+
-
"/usr/bin/gcc" version "4.3.2". This configuration is not recommended and
+
-
VMware Tools may crash if you'll continue. Please try to use exactly same
+
-
compiler as one used for building your kernel. Do you want to go with compiler
+
-
"/usr/bin/gcc" version "4.3.2" anyway? [no]
+
-
<pre>
+
-
aptitude install gcc-4.1
+
Telus Mobility can't look up by country code.
 +
Give them the name "Iridium".
 +
$7.85/min is the high rate for Telus Mobility.

Current revision

[edit] 2009-03-14

migration from zwiki to mediawiki done previously for PCSAR scripts are in pcsar:/root/zwiki-to-mediawiki-migration


clock not accurate. doc.castrov.cuug.ab.ca has vmware-tools installed. pcsar and sara don't.

Install vmware-tools.

[edit] 2009-03-15

pcsar:/etc/mediawiki# rm LocalSettings.php~
pcsar:/etc/mediawiki# chmod 640 LocalSettings.php
pcsar:/etc/mediawiki# chown :www-data LocalSettings.php
pcsar:/etc/mediawiki# adduser root www-data
Adding user `root' to group `www-data' ...
Adding user root to group www-data
Done.
pcsar:/etc/mediawiki#                                   

Edit /etc/mediawiki/LocalSettings.php, add:

$wgLogo = "$wgScriptPath/skins/common/images/mediawiki.png";

to give logo on all skins.

[edit] 2009-03-18

Our Iridium sat phones are their own country code: 881 http://www.ablecommunications.com/customerservice/iridium/iridium.html

The "country" is called "Global Mobile Satellite System (GMSS)" http://fraudcontrolprotection.org/telephone_codesalpha.php

http://en.wikipedia.org/wiki/Global_Mobile_Satellite_System

Telus Mobility can't look up by country code. Give them the name "Iridium". $7.85/min is the high rate for Telus Mobility.

Personal tools