Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Seamanship, Navigation & Boat Handling > OpenCPN
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 08-12-2010, 02:49   #1
Registered User

Join Date: Dec 2010
Posts: 25
OpenCPN 2.1 Doesn't Open in Ubuntu 10.10

Hi all, newbie here, nice to find a forum dedicated to opencpn.

I've just downloaded OpenCPN 2.1 from the official download page and have tried to install on Ubuntu 10.10. It appears to install ok and creates an entry in my menu. It even opens with the splash screen "OpenCPN is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY etc etc", but when I click OK, nothing happens.

I'm fairly new to Linux so I'm unsure how to check that the install has worked. Can anyone help out?

Thanks in advance.
demonboy is offline   Reply With Quote
Old 08-12-2010, 09:30   #2
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Quote:
Originally Posted by demonboy View Post
Hi all, newbie here, nice to find a forum dedicated to opencpn.

I've just downloaded OpenCPN 2.1 from the official download page and have tried to install on Ubuntu 10.10. It appears to install ok and creates an entry in my menu. It even opens with the splash screen "OpenCPN is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY etc etc", but when I click OK, nothing happens.

I'm fairly new to Linux so I'm unsure how to check that the install has worked. Can anyone help out?

Thanks in advance.
It is possible that this is the same problem as "Claire".
There are updated installation instructions here: Installing OpenCPN | Official OpenCPN Homepage

If you could open a terminal by going to: Applications->Accessories->Terminal

Then in the terminal write the word, opencpn , press enter.
Report back your output.

Thomas
cagney is offline   Reply With Quote
Old 08-12-2010, 10:24   #3
Registered User

Join Date: Dec 2010
Posts: 25
Hi Thomas,

Typing in 'opencpn' in Terminal returns

Code:
Segmentation fault
I then followed the instructions on the opencpn site and cocked it up a bit by typing 'udo' instead of 'sudo' and ended up installed a packaged called 'udo' something! Anyway, here's what occured in Terminal:

Code:
jamie@jamie-NC10:~$ sudo apt-get install libwxgtk2.8-0  libwxbase2.8-0 libglu1-mesa libgl1-mesa-glx zlib1g bzip2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
bzip2 is already the newest version.
libgl1-mesa-glx is already the newest version.
libglu1-mesa is already the newest version.
zlib1g is already the newest version.
libwxbase2.8-0 is already the newest version.
libwxgtk2.8-0 is already the newest version.
The following packages were automatically installed and are no longer required:
  linux-headers-2.6.35-22 linux-headers-2.6.35-22-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
jamie@jamie-NC10:~$ sudo dpkg -i /home/jamie/Downloads/opencpn_2.1.624a-1_i386.deb
(Reading database ... 150307 files and directories currently installed.)
Preparing to replace opencpn 2.1.624a (using .../opencpn_2.1.624a-1_i386.deb) ...
Unpacking replacement opencpn ...
Setting up opencpn (2.1.624a) ...
jamie@jamie-NC10:~$ rpm -Uvh /home/jamie/Downloads/opencpn_2.1.624a-1_i386.debrpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
error: /home/jamie/Downloads/opencpn_2.1.624a-1_i386.deb: not an rpm package (or package manifest): 
jamie@jamie-NC10:~$
Like I said, I'm new to Linux so this doesn't mean a lot to me I'm afraid. Any clues?
demonboy is offline   Reply With Quote
Old 09-12-2010, 08:41   #4
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
"apt-get", "dpkg" and ".deb" packages are for Ubuntu and other Debian based Linux distributions. "rpm" and ".rpm packages" is for Fedora and other Red Hat based Linux distributions. Don't mix the two unless you know what you're doing(read "man alien")

It's as bit of luck that your last few commands failed......

What happens if you try to start OpenCPN now?

Thomas
cagney is offline   Reply With Quote
Old 09-12-2010, 09:58   #5
Registered User
 
Hillbillyfunk's Avatar

Join Date: Apr 2010
Location: New Iberia, LA
Boat: 1967 Falmouth Gypsy 24'
Posts: 103
Download OpenCPN from SourceForge.net.... make certian its type i386.deb
sudo dpkg -i opencpn_2.1.624a-1_i386.deb
Hillbillyfunk is offline   Reply With Quote
Old 09-12-2010, 10:16   #6
Registered User

Join Date: Dec 2010
Posts: 25
@ Thomas, if you look at the Terminal print out you can see that I tried to install the .deb package, as per the OpenCPN website. I am running Ubuntu so this should work. Why does it come back telling me it's not rpm when I am in Ubuntu?

@HillyBillyfunk, that is the package I downloaded.

I still have a menu entry for OpenCPN and still nothing happens after the splash screen. I've successfully installed this on a friend's Windows PC today, so I'm a bit frustrated this isn't working so well for me in Ubuntu.

I've uninstalled the original install and am dloading it again. I'll keep you posted...
demonboy is offline   Reply With Quote
Old 09-12-2010, 10:27   #7
Registered User
 
Hillbillyfunk's Avatar

Join Date: Apr 2010
Location: New Iberia, LA
Boat: 1967 Falmouth Gypsy 24'
Posts: 103
gotcha, I saw the lower lines in the pasted text and missed the dpkg command. Make certain to remove the rpm package

When calling opencpn from the command line is the segmentation fault the only error you get?

ideas: an older version perhaps, the newest release taxes my system and runs slow as syrup
Hillbillyfunk is offline   Reply With Quote
Old 09-12-2010, 10:53   #8
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
demonboy

I was refering to the last lines in your output.
Quote:
jamie@jamie-NC10:~$ rpm -Uvh /home/jamie/Downloads/opencpn_2.1.624a-1_i386.debrpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
error: /home/jamie/Downloads/opencpn_2.1.624a-1_i386.deb: not an rpm package (or package manifest):
jamie@jamie-NC10:~$
Quote:
Why does it come back telling me it's not rpm when I am in Ubuntu?
Because you're using the rpm command on a deb package on Ubuntu. I have added a few lines to the wiki instructions, to try to cover the case when the difference between Debian based and Red Hat based systems is not obvious to the user.

Back to the problem...

It could be that your /home/jamie/.opencpn/opencpn.conf is corrupted for some reason. Rename it and try to start opencpn again.
If this is indeed the problem, I'm interested in having a look at it.
I have seen this problem, once in a blue moon, when messing around with OpenCPN.

Thomas
cagney is offline   Reply With Quote
Old 09-12-2010, 11:00   #9
Registered User

Join Date: Dec 2010
Posts: 25
Nope, sorry guys, it's not happening. Still getting 'Segmentation fault' and after the sudo dpkg -i /home/jamie/Downloads/opencpn_2.1.624a-1_i386.deb I got:

Code:
dpkg-deb: `/home/jamie/Downloads/opencpn_2.1.624a-1_i386.deb' is not a debian format archive
dpkg: error processing /home/jamie/Downloads/opencpn_2.1.624a-1_i386.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 /home/jamie/Downloads/opencpn_2.1.624a-1_i386.deb
Is it possible that I am not downloading the package fully? I'm on a crappy EDGE dongle and it takes a while to download this package. I now appear to have two different versions of the same .deb file. One is 14.6MB and the other is 15.7MB. The 15.7MB file was giving me the error about loading RPS files, whilst I got this when I tried to install the 14.6MB file:

Code:
(Reading database ... 166610 files and directories currently installed.)
Preparing to replace opencpn 2.1.624a (using .../opencpn_2.1.624a-1_i386.deb) ...
Unpacking replacement opencpn ...
Setting up opencpn (2.1.624a) ...
This to me looks like it has worked, but I am still getting nowhere further than the splash screen. I uninstalled it via Synaptic and then reinstalled. Still the same damn thing.

What diagnostics can I run to help someone work out what the problem is? Any other clues?

EDIT: Sorry, posted that whilst you posted your replies. I'll get back to you again in a mo...
demonboy is offline   Reply With Quote
Old 09-12-2010, 11:09   #10
Registered User

Join Date: Dec 2010
Posts: 25
Interesting. I don't actually have an opencpn.conf file. Should I have one? I created an empty file called opencpn.conf to see if it made a difference but to no avail.

I'd still like to know what size the .deb should be. I'm guessing 14.6MB. I will attempt to dload it (yet) again to see if it comes in at a different file size. Should I try an earlier version? And I mentioned diagnostics - anything I can do to make this issue easier to spot?
demonboy is offline   Reply With Quote
Old 09-12-2010, 17:36   #11
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
cagney....

Poor connection here (026 31.0704 N, 078 37.8559 W), but....

Could you walk demonboy through ddd install and run?

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 10-12-2010, 02:51   #12
Registered User

Join Date: Dec 2010
Posts: 25
Yes, if anyone could talk me through alternatives I'd be very grateful. I've just installed all updates and uninstalled and reinstalled OpenCPN once again, still with the same results.

Thank you.
demonboy is offline   Reply With Quote
Old 10-12-2010, 06:46   #13
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
demonboy....

From a command line shell:

1. $sudo apt-get install ddd

2. $ddd opencpn

3. in the floating control box, select "Run".

4. OpenCPN will crash, with word like "segmentation fault" or such in lower pane.

5. Select from ddd menu Status->Backtrace

6. Take a screenshot and post, please

This is just a start of debugging with ddd. We may need to try some other things to isolate the problem.

Sorry to be so cryptic. My Web connection is iffy....

Thanks, and good luck
Dave
bdbcat is offline   Reply With Quote
Old 10-12-2010, 09:02   #14
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
demonboy & Dave

I think it makes sense, to try to install the latest beta instead.
* It may be an error that is already fixed.
* If it is indeed a new bug, it would be good to relate it to the present code base.
* This beta is now very close to become 2.3

Here is a link: opencpn_2.2.1207-1_i386.deb

To make sure that your download is not corrupted use md5sum.
The result of this command
Quote:
$ md5sum opencpn_2.2.1207-1_i386.deb
is this for me.
Quote:
b5c6b84f83d8bccba3d052eb16f37293 opencpn_2.2.1207-1_i386.deb
It ought to be the same for you.

I would also like to see the output of the following commands, just to make the situation 100% clear. Please copy and paste into a terminal.
Quote:
ls -l ~/.opencpn
and
Quote:
cat opencpn.log
Another thing, if you open Synaptic - do you get any warnings about broken packages?

If this isn't working, I'll talk you through Daves instructions, if necessary.

Thomas
cagney is offline   Reply With Quote
Old 10-12-2010, 19:11   #15
Registered User

Join Date: Dec 2010
Posts: 25
Thomas, I'm already on it! Just downloading the Beta now.

With regards to DDD I opened it but got confused when you said type 'run' in the floating box. What floating box and where? After a start-up tip I just get the main DDD window. There is a text box that says 'main'. I just went to 'Open Program' and tried to select OpenCPN but nothing happened. All the while Terminal is printing out the following:

Code:
jamie@jamie-NC10:~$ ddd opencpn
Warning: XmStringGetNextComponent: unknown type 168831440

(Annoyed?  Try 'Edit->Preferences->General->Suppress X Warnings'!)
Warning: XmStringGetNextComponent: unknown type 168830736

Warning: XmStringGetNextComponent: unknown type 168830184

Warning: XmStringGetNextComponent: unknown type 168831584

Warning: XmStringGetNextComponent: unknown type 168833104

Warning: XmStringGetNextComponent: unknown type 168856128

Warning: XmStringGetNextComponent: unknown type 168856176

Warning: 
    Name: DirList
    Class: XmList
    Parent refused resize request. Second XtMakeGeometryRequest() failed
    Parent is DirListSW (XmScrolledWindow)
    Original request w 263 h 166, Second request w 261 h 164
    Parent size 286 187

Warning: 
    Name: ItemsList
    Class: XmList
    Parent refused resize request. Second XtMakeGeometryRequest() failed
    Parent is ItemsListSW (XmScrolledWindow)
    Original request w 44 h 166, Second request w 42 h 164
    Parent size 67 187

Warning: 
    Name: ItemsList
    Class: XmList
    Parent refused resize request. Second XtMakeGeometryRequest() failed
    Parent is ItemsListSW (XmScrolledWindow)
    Original request w 44 h 166, Second request w 42 h 164
    Parent size 67 187
With regards to ls -l ~/.opencpn I get
Code:
total 0
And cat opencpn.log I get

Code:
11:47:34  IST: 


11:47:34  IST: 2010-12-08
11:47:34  IST:  -------Starting opencpn-------
11:47:34  IST: Version 2.1.0 Build 624a
11:47:34  IST: SData_Locn is /usr/local/share/opencpn/
11:47:34  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
11:47:34  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
11:47:34  IST: Setting Ownship Lat/Lon 33.358, -79.282
11:54:01  IST: 


11:54:01  IST: 2010-12-08
11:54:01  IST:  -------Starting opencpn-------
11:54:01  IST: Version 2.1.0 Build 624a
11:54:02  IST: SData_Locn is /usr/local/share/opencpn/
11:54:02  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
11:54:02  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
11:54:02  IST: Setting Ownship Lat/Lon 33.358, -79.282
11:54:38  IST: 


11:54:38  IST: 2010-12-08
11:54:38  IST:  -------Starting opencpn-------
11:54:38  IST: Version 2.1.0 Build 624a
11:54:38  IST: SData_Locn is /usr/local/share/opencpn/
11:54:38  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
11:54:38  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
11:54:38  IST: Setting Ownship Lat/Lon 33.358, -79.282
03:57:08  IST: 


03:57:08  IST: 2010-12-08
03:57:08  IST:  -------Starting opencpn-------
03:57:08  IST: Version 2.1.0 Build 624a
03:57:08  IST: SData_Locn is /usr/local/share/opencpn/
03:57:08  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
03:57:08  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
03:57:08  IST: Setting Ownship Lat/Lon 33.358, -79.282
04:17:24  IST: 


04:17:24  IST: 2010-12-08
04:17:24  IST:  -------Starting opencpn-------
04:17:24  IST: Version 2.1.0 Build 624a
04:17:24  IST: SData_Locn is /usr/local/share/opencpn/
04:17:24  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
04:17:24  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
04:17:24  IST: Setting Ownship Lat/Lon 33.358, -79.282
04:18:31  IST: 


04:18:31  IST: 2010-12-08
04:18:31  IST:  -------Starting opencpn-------
04:18:31  IST: Version 2.1.0 Build 624a
04:18:32  IST: SData_Locn is /usr/local/share/opencpn/
04:18:32  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
04:18:32  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
04:18:32  IST: Setting Ownship Lat/Lon 33.358, -79.282
11:17:39  IST: 


11:17:39  IST: 2010-12-08
11:17:39  IST:  -------Starting opencpn-------
11:17:39  IST: Version 2.1.0 Build 624a
11:17:39  IST: SData_Locn is /usr/local/share/opencpn/
11:17:39  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
11:17:39  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
11:17:39  IST: Setting Ownship Lat/Lon 33.358, -79.282
11:24:31  IST: 


11:24:31  IST: 2010-12-08
11:24:31  IST:  -------Starting opencpn-------
11:24:31  IST: Version 2.1.0 Build 624a
11:24:31  IST: SData_Locn is /usr/local/share/opencpn/
11:24:31  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
11:24:31  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
11:24:31  IST: Setting Ownship Lat/Lon 33.358, -79.282
11:42:26  IST: 


11:42:26  IST: 2010-12-08
11:42:26  IST:  -------Starting opencpn-------
11:42:26  IST: Version 2.1.0 Build 624a
11:42:26  IST: SData_Locn is /usr/local/share/opencpn/
11:42:26  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
11:42:26  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
11:42:26  IST: Setting Ownship Lat/Lon 33.358, -79.282
11:44:01  IST: 


11:44:01  IST: 2010-12-08
11:44:01  IST:  -------Starting opencpn-------
11:44:01  IST: Version 2.1.0 Build 624a
11:44:02  IST: SData_Locn is /usr/local/share/opencpn/
11:44:02  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
11:44:02  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
11:44:02  IST: Setting Ownship Lat/Lon 33.358, -79.282
11:49:28  IST: 


11:49:28  IST: 2010-12-08
11:49:28  IST:  -------Starting opencpn-------
11:49:28  IST: Version 2.1.0 Build 624a
11:49:28  IST: SData_Locn is /usr/local/share/opencpn/
11:49:28  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
11:49:28  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
11:49:28  IST: Setting Ownship Lat/Lon 33.358, -79.282
06:24:27  IST: 


06:24:27  IST: 2010-12-09
06:24:27  IST:  -------Starting opencpn-------
06:24:27  IST: Version 2.1.0 Build 624a
06:24:27  IST: SData_Locn is /usr/local/share/opencpn/
06:24:27  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
06:24:27  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
06:24:27  IST: Setting Ownship Lat/Lon 33.358, -79.282
06:50:13  IST: 


06:50:13  IST: 2010-12-09
06:50:13  IST:  -------Starting opencpn-------
06:50:13  IST: Version 2.1.0 Build 624a
06:50:13  IST: SData_Locn is /usr/local/share/opencpn/
06:50:13  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
06:50:13  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
06:50:13  IST: Setting Ownship Lat/Lon 33.358, -79.282
11:31:23  IST: 


11:31:23  IST: 2010-12-09
11:31:23  IST:  -------Starting opencpn-------
11:31:23  IST: Version 2.1.0 Build 624a
11:31:23  IST: SData_Locn is /usr/local/share/opencpn/
11:31:23  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
11:31:23  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
11:31:23  IST: Setting Ownship Lat/Lon 33.358, -79.282
11:38:48  IST: 


11:38:48  IST: 2010-12-09
11:38:48  IST:  -------Starting opencpn-------
11:38:48  IST: Version 2.1.0 Build 624a
11:38:48  IST: SData_Locn is /usr/local/share/opencpn/
11:38:48  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
11:38:48  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
11:38:48  IST: Setting Ownship Lat/Lon 33.358, -79.282
12:08:06  IST: 


12:08:06  IST: 2010-12-09
12:08:06  IST:  -------Starting opencpn-------
12:08:06  IST: Version 2.1.0 Build 624a
12:08:06  IST: SData_Locn is /usr/local/share/opencpn/
12:08:06  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
12:08:06  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
12:08:06  IST: Setting Ownship Lat/Lon 33.358, -79.282
12:13:51  IST: 


12:13:51  IST: 2010-12-09
12:13:51  IST:  -------Starting opencpn-------
12:13:51  IST: Version 2.1.0 Build 624a
12:13:51  IST: SData_Locn is /usr/local/share/opencpn/
12:13:51  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
12:13:51  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
12:13:51  IST: Setting Ownship Lat/Lon 33.358, -79.282
12:19:34  IST: 


12:19:34  IST: 2010-12-09
12:19:34  IST:  -------Starting opencpn-------
12:19:34  IST: Version 2.1.0 Build 624a
12:19:34  IST: SData_Locn is /usr/local/share/opencpn/
12:19:34  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
12:19:34  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
12:19:34  IST: Setting Ownship Lat/Lon 33.358, -79.282
12:21:22  IST: 


12:21:22  IST: 2010-12-09
12:21:22  IST:  -------Starting opencpn-------
12:21:22  IST: Version 2.1.0 Build 624a
12:21:23  IST: SData_Locn is /usr/local/share/opencpn/
12:21:23  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
12:21:23  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
12:21:23  IST: Setting Ownship Lat/Lon 33.358, -79.282
12:28:45  IST: 


12:28:45  IST: 2010-12-09
12:28:45  IST:  -------Starting opencpn-------
12:28:45  IST: Version 2.1.0 Build 624a
12:28:46  IST: SData_Locn is /usr/local/share/opencpn/
12:28:46  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
12:28:46  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
12:28:46  IST: Setting Ownship Lat/Lon 33.358, -79.282
12:29:51  IST: 


12:29:51  IST: 2010-12-09
12:29:51  IST:  -------Starting opencpn-------
12:29:51  IST: Version 2.1.0 Build 624a
12:29:52  IST: SData_Locn is /usr/local/share/opencpn/
12:29:52  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
12:29:52  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
12:29:52  IST: Setting Ownship Lat/Lon 33.358, -79.282
12:34:56  IST: 


12:34:56  IST: 2010-12-09
12:34:56  IST:  -------Starting opencpn-------
12:34:56  IST: Version 2.1.0 Build 624a
12:34:56  IST: SData_Locn is /usr/local/share/opencpn/
12:34:56  IST: Using existing Config_File: /home/jamie/.opencpn/opencpn.conf
12:34:56  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
12:34:56  IST: Setting Ownship Lat/Lon 33.358, -79.282
12:35:20  IST: 


12:35:20  IST: 2010-12-09
12:35:20  IST:  -------Starting opencpn-------
12:35:20  IST: Version 2.1.0 Build 624a
12:35:20  IST: SData_Locn is /usr/local/share/opencpn/
12:35:20  IST: Using existing Config_File: /home/jamie/.opencpn/opencpn.conf
12:35:20  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
12:35:20  IST: Setting Ownship Lat/Lon 33.358, -79.282
12:45:06  IST: 


12:45:06  IST: 2010-12-10
12:45:06  IST:  -------Starting opencpn-------
12:45:06  IST: Version 2.1.0 Build 624a
12:45:07  IST: SData_Locn is /usr/local/share/opencpn/
12:45:07  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
12:45:07  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
12:45:07  IST: Setting Ownship Lat/Lon 33.358, -79.282
12:45:21  IST: 


12:45:21  IST: 2010-12-10
12:45:21  IST:  -------Starting opencpn-------
12:45:21  IST: Version 2.1.0 Build 624a
12:45:21  IST: SData_Locn is /usr/local/share/opencpn/
12:45:21  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
12:45:21  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
12:45:21  IST: Setting Ownship Lat/Lon 33.358, -79.282
12:48:21  IST: 


12:48:21  IST: 2010-12-10
12:48:21  IST:  -------Starting opencpn-------
12:48:21  IST: Version 2.1.0 Build 624a
12:48:21  IST: SData_Locn is /usr/local/share/opencpn/
12:48:21  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
12:48:21  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
12:48:21  IST: Setting Ownship Lat/Lon 33.358, -79.282
03:01:00  IST: 


03:01:00  IST: 2010-12-10
03:01:00  IST:  -------Starting opencpn-------
03:01:00  IST: Version 2.1.0 Build 624a
03:01:00  IST: SData_Locn is /usr/local/share/opencpn/
03:01:00  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
03:01:00  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
03:01:00  IST: Setting Ownship Lat/Lon 33.358, -79.282
03:01:08  IST: 


03:01:08  IST: 2010-12-10
03:01:08  IST:  -------Starting opencpn-------
03:01:08  IST: Version 2.1.0 Build 624a
03:01:09  IST: SData_Locn is /usr/local/share/opencpn/
03:01:09  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
03:01:09  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
03:01:09  IST: Setting Ownship Lat/Lon 33.358, -79.282
06:12:35  IST: 


06:12:35  IST: 2010-12-10
06:12:35  IST:  -------Starting opencpn-------
06:12:35  IST: Version 2.1.0 Build 624a
06:12:35  IST: SData_Locn is /usr/local/share/opencpn/
06:12:35  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
06:12:35  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
06:12:35  IST: Setting Ownship Lat/Lon 33.358, -79.282
08:30:43  IST: 


08:30:43  IST: 2010-12-11
08:30:43  IST:  -------Starting opencpn-------
08:30:43  IST: Version 2.1.0 Build 624a
08:30:43  IST: SData_Locn is /usr/local/share/opencpn/
08:30:43  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
08:30:43  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
08:30:43  IST: Setting Ownship Lat/Lon 33.358, -79.282
08:33:04  IST: 


08:33:04  IST: 2010-12-11
08:33:04  IST:  -------Starting opencpn-------
08:33:04  IST: Version 2.1.0 Build 624a
08:33:04  IST: SData_Locn is /usr/local/share/opencpn/
08:33:04  IST: Creating new Config_File: /home/jamie/.opencpn/opencpn.conf
08:33:04  IST: Setting Viewpoint Lat/Lon 33.358, -79.282
08:33:04  IST: Setting Ownship Lat/Lon 33.358, -79.282
No warning from Synaptic regarding broken packages.

OpenCPN Beta is today's project. I'll report back later
demonboy is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenCPN Linux / Ubuntu Issues and Questions yachtmanforfun OpenCPN 65 24-01-2018 08:06
Ubuntu 10.10 and OpenCPN cagney OpenCPN 11 10-09-2011 10:40
OpenCPN 2.1.624 with Ubuntu 10.10 Gypsy23 OpenCPN 4 15-04-2011 00:46
Ubuntu 10.4 and OpenCPN cagney OpenCPN 24 07-01-2011 12:16
Opencpn 2.2 Build 823 Crashes when Dashboard Is Opened in Ubuntu tebsin OpenCPN 1 24-08-2010 14:16

Advertise Here


All times are GMT -7. The time now is 09:59.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.