Re: [techtalk] automating 'next' in gdb dubugger
[Subba Rao] > It has been a long time since I have used the gdb dubugger. > I am steping through a large program and would like to > automate the 'next' command from breakpoint A to breakpoint B. > > How can I automate the 'next' command in this case? I think what you're looking for is the 'continue' - command - or c. Type 'help running' when in gdb to see the other options you have for stepping through the source. -- Mari Wang [EMAIL PROTECTED] ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
[techtalk] problems with new X
Hi all, I'm having some problems with the new XFree86 4.0.1 that I just installed. The install went off without a single hitch and produced no errors whatsoever, but unfortunately I have another problem. Whenever I start X it produces no error messages, but starts up with a white screen and three Xterms. I was using Gnome with Sawmill, and I would like to continue using it but need ot know if I have to reinstall Gnome to do it Thanks _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
[techtalk] Mail configurations
Hello, everybody, I have been having trouble with my mail configuration since day one. Here is the situation; I have my mail with one isp (swipnet), and use another to dial up. My old isp doesn't allow me to use the SMTP server, so I want to use my own computer for sending. I configured exim with the defaults and told emacs that it should display my email adress as [EMAIL PROTECTED] which is the adress leading to the pop account at my old isp, the mail I check. The problem is that some of the mail won't get through; it complains that "reverie does not exist". reverie is the name I arbitrarily chose as my localhost name, and of course it doesn't exist as a locator. The question is, of course, how do I config exim properly for a situation like this? ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
Re: [techtalk] Mail configurations
On Mon, Sep 18, 2000 at 12:12:08AM +0200, Sunnanvind Briling wrote: > The problem is that some of the mail won't get through; it complains that > "reverie does not exist". reverie is the name I arbitrarily chose as my > localhost name, and of course it doesn't exist as a locator. > The question is, of course, how do I config exim properly for a situation like this? I don't think this will completely solve our problem (I eventually solved a similar one by using my ISP as a gateway which you say isn't an option) but this will certainly help: in /etc/exim.conf set "trusted_users = your_account_name_here" - this list is colon-separated if there are accounts there already - this will stop it attaching a Sender header which will obviously be difference from your >From address and causes mail to be rejected. Also it might be an idea to set qualify_domain to localhost rather than to a made-up name, since the reverse DNS certainly fails on that. If this doesn't work, and it may well not completely solve the problem - I can only point to the faq at www.exim.org which is one of the lengthiest I've ever seen so might well address the problem. Mary. ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk