|
|
07/07/2009, 12:31 AM
|
#381 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 1
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
anyone have this running on nix? I'm on ubuntu using virtual box 3.0.0 (not OSE)
I keep getting grub error 16: "Inconsistent File Name Structure" ... its part of Stage of 2 grub. I believe it occurs on 'boot/bzimage' settings in virtualbox are: OS Type: Linux 2.6 (tried others, including Debian) Base mem: 256 Processors: 1 Vt-x/amd-v: Disabled (tried Enabled too) Nested Paging: Disabled Video Memory: 10 (tried 12 too) 3d accel: disabled Remote display server: disabled IDE Primary Master: nova-cust-image-sdk47.vmdk (Normal, 500.00 MB) CD/DVD-ROM Image: grub.iso Audio: disabled (tried enabled too) Network: Adapter 1: PCnet-FAST III (NAT) |
07/07/2009, 02:22 AM
|
#382 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 1
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
Quote:
Do following will let you ssh into the emulater on Linux: $ VBoxManage setextradata "YourMachineName" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/SSH/Protocol" TCP $ VBoxManage setextradata "YourMachineName" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/SSH/GuestPort" "22" $ VBoxManage setextradata "YourMachineName" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/SSH/HostPort" "5522" $ ssh -p 5522 root@localhost Now Enjoy it! |
|
07/11/2009, 01:22 PM
|
#384 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Posts: 21
Likes Received: 0
Thanks: 4
Thanked 4 Times in 4 Posts
|
Quote:
Code:
13:13:48.876428 IP6 ::1.60025 > ::1.56497: S 2268047960:2268047960(0) win 32752 <mss 16376,sackOK,timestamp 39718232 0,nop,wscale 6> 13:13:48.876458 IP6 ::1.56497 > ::1.60025: S 2263091095:2263091095(0) ack 2268047961 win 32728 <mss 16376,sackOK,timestamp 39718232 39718232,nop,wscale 6> 13:13:48.876472 IP6 ::1.60025 > ::1.56497: . ack 1 win 512 <nop,nop,timestamp 39718232 39718232> 13:13:48.876503 IP6 ::1.60025 > ::1.56497: F 1:1(0) ack 1 win 512 <nop,nop,timestamp 39718232 39718232> 13:13:48.876518 IP6 ::1.56497 > ::1.60025: F 1:1(0) ack 2 win 512 <nop,nop,timestamp 39718232 39718232> 13:13:48.876526 IP6 ::1.60025 > ::1.56497: . ack 2 win 512 <nop,nop,timestamp 39718232 39718232> Hopefully this will lead us to having a working palm-install to the emulator on linux using the SDK. Or if this is working already, someone point me in the right direction, please. |
|
07/11/2009, 06:17 PM
|
#385 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 21
Likes Received: 0
Thanks: 4
Thanked 4 Times in 4 Posts
|
I broke down and got to a windows machine to inspect things. Indeed 6969 is listening on localhost and is the windows service, "novacomd.exe", so that doesn't help much in the Linux land.
The config file for the Pre SDK does forward two more TCP ports to the emulator: 5858, 9991. Code:
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/tcp_guest9991_host9991/Protocol" value="TCP"/>
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/tcp_guest9991_host9991/GuestPort" value="9991"/>
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/tcp_guest9991_host9991/HostPort" value="9991"/>
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/tcp_guest5858_host5858/Protocol" value="TCP"/>
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/tcp_guest5858_host5858/GuestPort" value="5858"/>
<ExtraDataItem name="VBoxInternal/Devices/pcnet/0/LUN#0/Config/tcp_guest5858_host5858/HostPort" value="5858"/>
|
![]() |
|
| Tags |
| sdk |
| Thread Tools | |
| Display Modes | |
|
|



