Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Tobias Boege
On Tue, 17 Mar 2015, Beno?t Minisini wrote: > >> I'm automating scp and ssh daily with Gambas, by detecting when the > >> password prompt appears (and the ssh key confirmation question too). > >> > >> It cannot be 100% reliable, because any other program can print > >> "password:" on its standard o

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Benoît Minisini
Le 16/03/2015 22:44, Tobias Boege a écrit : > On Mon, 16 Mar 2015, Beno?t Minisini wrote: >> Le 16/03/2015 16:31, Tobias Boege a ?crit : >>> On Mon, 16 Mar 2015, Nigel Verity wrote: Hi I would welcome some advice about interacting with the Linux command shell from within a Gamb

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Tobias Boege
On Mon, 16 Mar 2015, Beno?t Minisini wrote: > Le 16/03/2015 16:31, Tobias Boege a ?crit : > > On Mon, 16 Mar 2015, Nigel Verity wrote: > >> Hi > >> > >> I would welcome some advice about interacting with the Linux command shell > >> from within a Gambas application. > >> > >> The requirement is to

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Lewis Balentine
Handling unexpected error messages, which might appear in a terminal window That of course assumes that there is a terminal windows open to receive the error messages. :-) Lewis On 03/16/2015 04:39 PM, Nigel Verity wrote: > Hi Benoit > > I suspect there could be good security reasons why the a

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Nigel Verity
> Date: Mon, 16 Mar 2015 16:57:05 +0100 > From: Beno?t Minisini > Subject: Re: [Gambas-user] Interaction With Command Shell > To: mailing list for gambas users > Message-ID: <5506fd51.80...@users.sourceforge.net> > Content-Type: text/plain; charset=windows-1252; format=flowed > > Le 16/03/2015

Re: [Gambas-user] Random access files with fixed-length string

2015-03-16 Thread Tobias Boege
On Mon, 16 Mar 2015, Gian wrote: > About gb.settings and gb.xml unfortunately I did not understand what you > suggest me, perhaps to use their instead of the dat file? But how? > If you are creating a new file format for your application, you should, when possible, refrain from using a binary for

Re: [Gambas-user] Random access files with fixed-length string

2015-03-16 Thread Gian
Il 12/03/2015 11:10, Gian ha scritto: Il 11/03/2015 14:12, Tobias Boege ha scritto: Looks good. But, as you mentioned in the project description, it would also be possible, and easier, to use Structs, as we did[0]. [0] http://gambaswiki.org/wiki/app/struct-db Great Tobias, perhaps beginnin

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Willy Raets
On ma, 2015-03-16 at 16:50 +0100, Christof Thalhofer wrote: > Am 16.03.2015 um 16:25 schrieb Willy Raets: > > > On ma, 2015-03-16 at 11:43 -0300, Sebastian Kulesz wrote: > >> You can use the same packages that are now available on the ppa. Just > >> use curl or wget to download them all. There is

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Lewis Balentine
Another alternative: You might use 'apt-get' and 'apt-cache' (on a clean machine) to: 1) download Gambas 3.6.2 from the current PPA 2) build list of dependences 3) download all dependences Then copy all the debs to an appropriate portable device (USB Drive) Then write script to: 1) Install depend

[Gambas-user] Interaction With Command Shell

2015-03-16 Thread Nigel Verity
Hi I would welcome some advice about interacting with the Linux command shell from within a Gambas application. The requirement is to create a connection with a remote server using SSHFS. The general syntax for this command is: sshfs username@remote-server:/foldername /local-mount-folder Ther

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Benoît Minisini
Le 16/03/2015 16:31, Tobias Boege a écrit : > On Mon, 16 Mar 2015, Nigel Verity wrote: >> Hi >> >> I would welcome some advice about interacting with the Linux command shell >> from within a Gambas application. >> >> The requirement is to create a connection with a remote server using SSHFS. >> T

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Christof Thalhofer
Am 16.03.2015 um 16:25 schrieb Willy Raets: > On ma, 2015-03-16 at 11:43 -0300, Sebastian Kulesz wrote: >> You can use the same packages that are now available on the ppa. Just >> use curl or wget to download them all. There is no need to build >> anything. > > Are you saying that a wget and ne

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Tobias Boege
On Mon, 16 Mar 2015, Nigel Verity wrote: > Hi > > I would welcome some advice about interacting with the Linux command shell > from within a Gambas application. > > The requirement is to create a connection with a remote server using SSHFS. > The general syntax for this command is: > > sshfs u

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Willy Raets
On ma, 2015-03-16 at 16:04 +0100, Christof Thalhofer wrote: > Hello Willy, > > Am 16.03.2015 um 15:34 schrieb Willy Raets: > > > I have considered this but IF I would get a PPA working, I do not have > > the know how to make the needed Gambas packages to go into the PPA. > > > > Another thing is

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Willy Raets
On ma, 2015-03-16 at 11:43 -0300, Sebastian Kulesz wrote: > > On Mar 16, 2015 11:36 AM, "Willy Raets" > wrote: > > > > On ma, 2015-03-16 at 09:25 -0500, Lewis Balentine wrote: > > > Have you considered setting up a local PPA. > > > In that way you might also control 'what else' gets updated. > >

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Willy Raets
On ma, 2015-03-16 at 11:28 -0300, Sebastian Kulesz wrote: > Hey there! Hi Sebastian, Thanks for the quick response. > > I haven't pushed the update to the stable ppa yet. Just last night I > updated the bleeding edge ppa and I would like to wait a day or two to > see if any issues arise. Nice

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Christof Thalhofer
Hello Willy, Am 16.03.2015 um 15:34 schrieb Willy Raets: > I have considered this but IF I would get a PPA working, I do not have > the know how to make the needed Gambas packages to go into the PPA. > > Another thing is the time constrain, I have much to do before the > migration starts next we

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Sebastian Kulesz
On Mar 16, 2015 11:36 AM, "Willy Raets" wrote: > > On ma, 2015-03-16 at 09:25 -0500, Lewis Balentine wrote: > > Have you considered setting up a local PPA. > > In that way you might also control 'what else' gets updated. > > http://inodes.org/2009/09/14/building-a-private-ppa-on-ubuntu/ > > > > Ch

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Willy Raets
On ma, 2015-03-16 at 09:25 -0500, Lewis Balentine wrote: > Have you considered setting up a local PPA. > In that way you might also control 'what else' gets updated. > http://inodes.org/2009/09/14/building-a-private-ppa-on-ubuntu/ > > Cheers, > > Lewis Hi Lewis, I have considered this but IF I

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Sebastian Kulesz
Hey there! I haven't pushed the update to the stable ppa yet. Just last night I updated the bleeding edge ppa and I would like to wait a day or two to see if any issues arise. I can not hold the update because of one user. Think that there are a lot of people waiting for the new features and fixe

Re: [Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Lewis Balentine
Have you considered setting up a local PPA. In that way you might also control 'what else' gets updated. http://inodes.org/2009/09/14/building-a-private-ppa-on-ubuntu/ Cheers, Lewis On 03/16/2015 09:15 AM, Willy Raets wrote: > Hi, > > First, thank you for all the good and hard work getting Gamba

[Gambas-user] URGENT request to people of Gambas stable PPA

2015-03-16 Thread Willy Raets
Hi, First, thank you for all the good and hard work getting Gambas out there. I have an urgent request for the Gambas-team people taking care of Gambas stable PPA. Would it be possible to have a PPA where Gambas 3.6.2 is available (a copy for example of the current). The reason I am asking is a