Re: "Debugging" a password dialog

2004-12-14 Thread David Gümbel
On Montag 13 Dezember 2004 18:03, you (Andreas Mohr) wrote: > On Sun, Dec 12, 2004 at 01:21:44AM -0800, Walt Ogburn wrote: > > Sorry, I was thinking of the debug channels, but I don't know which > > ones to use, short of turning on "trace+all." > > Probably something like +edit,+relay,+string Than

Re: "Debugging" a password dialog

2004-12-13 Thread Andreas Mohr
Hi, On Sun, Dec 12, 2004 at 01:21:44AM -0800, Walt Ogburn wrote: > Sorry, I was thinking of the debug channels, but I don't know which ones > to use, short of turning on "trace+all." Probably something like +edit,+relay,+string Andreas Mohr

Re: "Debugging" a password dialog

2004-12-12 Thread Walt Ogburn
Sorry, I was thinking of the debug channels, but I don't know which ones to use, short of turning on "trace+all." - Walter On Sat, 11 Dec 2004, David [iso-8859-1] Gümbel wrote: > On Samstag 11 Dezember 2004 01:42, Walt Ogburn wrote: > > Dump a trace into a file, then grep for the username and

Re: "Debugging" a password dialog

2004-12-11 Thread David Gümbel
On Samstag 11 Dezember 2004 01:42, Walt Ogburn wrote: > Dump a trace into a file, then grep for the username and password you > entered? Are you refering to using something like strace, or would you use a debug channel? If a debug channel, which ?-) Bye, and thanks for your input! David p

Re: "Debugging" a password dialog

2004-12-11 Thread David Gümbel
On Samstag 11 Dezember 2004 02:09, Robert Shearman wrote: > David Gümbel wrote: > >I am trying to get an application to run under Wine that requires a > > login with a username and a password. The program runs all fine, > > however I can't login with data that should work (and AFAIK works under > >

Re: "Debugging" a password dialog

2004-12-10 Thread Robert Shearman
David Gümbel wrote: Hi everybody, I am trying to get an application to run under Wine that requires a login with a username and a password. The program runs all fine, however I can't login with data that should work (and AFAIK works under Windows). Having entered the password, in the correspo

Re: "Debugging" a password dialog

2004-12-10 Thread Walt Ogburn
Dump a trace into a file, then grep for the username and password you entered? On Fri, 10 Dec 2004, David [iso-8859-15] Gümbel wrote: > Hi everybody, > > > > > I am trying to get an application to run under Wine that requires a login > with a username and a password. The program runs all fine,

"Debugging" a password dialog

2004-12-10 Thread David Gümbel
Hi everybody, I am trying to get an application to run under Wine that requires a login with a username and a password. The program runs all fine, however I can't login with data that should work (and AFAIK works under Windows). Having entered the password, in the corresponding part of the