WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: A10 boot files  (Read 39318 times)

Offline persian

  • Newbie
  • *
  • Posts: 28
Re: A10 boot files
« Reply #60 on: September 19, 2013, 04:13:41 AM »
Dear Roberts,

Hi,

I found another problem in new image (20130904) about the RBF authentication with X11vnc server.

Authentication with X11vnc server does not work and you can not connect successfully to it by RealVNC client.

It's working well with previous image (20130712).

Please check the following setting with X11vnc server (Create a text file ~/.X.d/x11vnc with the following code then run backup command and reboot) :

Code: [Select]
x11vnc  -rfbauth  ~/.vnc/passwd  -bg  -cursor arrow  -gui tray  -env X11VNC_FONT_REG_SMALL='Helvetica -12'  &
Note 1: Create encrypted password with the following commands:

Code: [Select]
:~$ mkdir ~/.vnc
:~$ sudo x11vnc  -storepasswd  'PASSWORD'  ~/.vnc/passwd
:~$ backup

Note 2: The X11vnc server only works in unsecured plain-text password mode in current image (20130904) with the following setting (Edit text file ~/.X.d/x11vnc with the following code and then run backup command and reboot):

Code: [Select]
x11vnc  -passwd 'PASSWORD'  -bg  -cursor arrow  -gui tray  -env X11VNC_FONT_REG_SMALL='Helvetica -12'  &
Please help me to solve this problem.

Thank you
« Last Edit: September 19, 2013, 04:46:28 AM by persian »

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: A10 boot files
« Reply #61 on: September 19, 2013, 06:53:45 AM »
Not sure what this conveys.
Obviously using external drives are fully supported.
On marsboard my extensions are on sda1 a usb flash drive.
On mele my extensions are on sda1 which is a SATA SSD drive.

BTW the only changes from the prior image have to do with the import scripts, you can check git.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: A10 boot files
« Reply #62 on: September 19, 2013, 04:14:48 PM »
persian, removing your post after I have responded, making my post seem inapprorpiate, gives me less incentive to want to continue to respond to you.
10+ Years Contributing to Linux Open Source Projects.

Offline persian

  • Newbie
  • *
  • Posts: 28
Re: A10 boot files
« Reply #63 on: September 19, 2013, 10:44:45 PM »
Dear Roberts,

I am sorry .

I remove it because it was my fault.
My cool disk switch was in write protected mode.

Pardon me please.