Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
error message- help!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
michael.hry...@potashcorp.com  
View profile  
 More options May 26 2011, 2:18 pm
From: Michael.Hry...@potashcorp.com
Date: Thu, 26 May 2011 12:18:33 -0600
Local: Thurs, May 26 2011 2:18 pm
Subject: error message- help!

---------------------------
Uncaught exception
---------------------------
An error occurred in Terminator:

Exception Errno::EEXIST: File exists - //hqfile3/users
        at /usr/lib/ruby/1.8/fileutils.rb:243:in `mkdir'
        at /usr/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir'
        at /usr/lib/ruby/1.8/fileutils.rb:217:in `mkdir_p'
        at /usr/lib/ruby/1.8/fileutils.rb:215:in `reverse_each'
        at /usr/lib/ruby/1.8/fileutils.rb:215:in `mkdir_p'
        at /usr/lib/ruby/1.8/fileutils.rb:201:in `each'
        at /usr/lib/ruby/1.8/fileutils.rb:201:in `mkdir_p'
        at /cygdrive/c/Program Files
(x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:1 85:in
`install_terminfo_in'
        at /cygdrive/c/Program Files
(x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:7 8:in
`launch0'
        at /cygdrive/c/Program Files
(x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 1:in
`launch'
        at /cygdrive/c/Program Files
(x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:133:in
`call'
        at /cygdrive/c/Program Files
(x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:133:in
`initialize'
        at /cygdrive/c/Program Files
(x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:145:in
`new'
        at /cygdrive/c/Program Files
(x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:145:in
`report_exceptions'
        at /cygdrive/c/Program Files
(x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 1:in
`launch'
        at /cygdrive/c/Program Files
(x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 18

Please mail this error message to terminator-users@googlegroups.com.
You can copy it to the clipboard with Ctrl-C.
Windows won't let you select the text but Ctrl-C works anyway.
---------------------------
OK
---------------------------

Michael Hrycay,
Programmer Analyst,
Potash Corporation of Saskatchewan.
Phone: +1.306.933.8581

Suite 500, 122 – 1st Avenue South
Saskatoon, SK Canada
S7K 7G3
(306) 933-8500
(800) 667-0403 (within Canada)
(800) 667-3930 (from the USA)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Dorey  
View profile  
 More options May 26 2011, 10:31 pm
From: Martin Dorey <mdo...@bluearc.com>
Date: Thu, 26 May 2011 19:31:21 -0700
Local: Thurs, May 26 2011 10:31 pm
Subject: RE: [terminator-users] error message- help!

Looking at the fileutils.rb code that's fingered by the stack:

        begin
          fu_mkdir path, options[:mode]
        rescue SystemCallError => err
          raise unless File.directory?(path)
        end

That suggests that \\hqfile3\users<file:///\\hqfile3\users> doesn't appear to be a directory.  Similar shares appear like directories for me:

$ ruby -e 'puts(File.directory?("//us-mercury/users"))'
true
$ ruby -e 'puts(File.directory?("//10.2.1.1/SYSVOL"))'
true
$

What sort of OS is hqfile3 running?

________________________________
From: terminator-users@googlegroups.com [mailto:terminator-users@googlegroups.com] On Behalf Of Michael.Hry...@potashcorp.com
Sent: Thursday, May 26, 2011 11:19
To: terminator-users@googlegroups.com
Subject: [terminator-users] error message- help!

---------------------------
Uncaught exception
---------------------------
An error occurred in Terminator:

Exception Errno::EEXIST: File exists - //hqfile3/users
        at /usr/lib/ruby/1.8/fileutils.rb:243:in `mkdir'
        at /usr/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir'
        at /usr/lib/ruby/1.8/fileutils.rb:217:in `mkdir_p'
        at /usr/lib/ruby/1.8/fileutils.rb:215:in `reverse_each'
        at /usr/lib/ruby/1.8/fileutils.rb:215:in `mkdir_p'
        at /usr/lib/ruby/1.8/fileutils.rb:201:in `each'
        at /usr/lib/ruby/1.8/fileutils.rb:201:in `mkdir_p'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:1 85:in `install_terminfo_in'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:7 8:in `launch0'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 1:in `launch'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:133:in `call'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:133:in `initialize'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:145:in `new'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:145:in `report_exceptions'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 1:in `launch'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 18

Please mail this error message to terminator-users@googlegroups.com.
You can copy it to the clipboard with Ctrl-C.
Windows won't let you select the text but Ctrl-C works anyway.
---------------------------
OK
---------------------------

Michael Hrycay,
Programmer Analyst,
Potash Corporation of Saskatchewan.
Phone: +1.306.933.8581

Suite 500, 122 - 1st Avenue South
Saskatoon, SK Canada
S7K 7G3
(306) 933-8500
(800) 667-0403 (within Canada)
(800) 667-3930 (from the USA)
--
You received this message because you are subscribed to the Google Groups "terminator-users" group.
To post to this group, send email to terminator-users@googlegroups.com.
To unsubscribe from this group, send email to terminator-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/terminator-users?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Dorey  
View profile  
 More options May 27 2011, 1:09 am
From: Martin Dorey <mdo...@bluearc.com>
Date: Thu, 26 May 2011 22:09:10 -0700
Local: Fri, May 27 2011 1:09 am
Subject: Re: [terminator-users] error message- help!

Looking at the parts of the stack in our code, I see that Terminator is probably trying to install its terminfo under your home directory. This isn't usually much use on Windows, so you could disable it. You could try to circumvent it without touching the code by setting an environment variable, TERMINFO, to /usr/share/terminfo/ in the context from which you run Terminator. It should then get further, though I fear it may not get much further.

From: Martin Dorey [mailto:mdo...@bluearc.com]
Sent: Thursday, May 26, 2011 07:31 PM
To: Michael.Hry...@potashcorp.com <Michael.Hry...@potashcorp.com>
Cc: terminator-users@googlegroups.com <terminator-users@googlegroups.com>
Subject: RE: [terminator-users] error message- help!

Looking at the fileutils.rb code that's fingered by the stack:

        begin
          fu_mkdir path, options[:mode]
        rescue SystemCallError => err
          raise unless File.directory?(path)
        end

That suggests that \\hqfile3\users<file:///\\hqfile3\users> doesn't appear to be a directory.  Similar shares appear like directories for me:

$ ruby -e 'puts(File.directory?("//us-mercury/users"))'
true
$ ruby -e 'puts(File.directory?("//10.2.1.1/SYSVOL"))'
true
$

What sort of OS is hqfile3 running?

________________________________
From: terminator-users@googlegroups.com [mailto:terminator-users@googlegroups.com] On Behalf Of Michael.Hry...@potashcorp.com
Sent: Thursday, May 26, 2011 11:19
To: terminator-users@googlegroups.com
Subject: [terminator-users] error message- help!

---------------------------
Uncaught exception
---------------------------
An error occurred in Terminator:

Exception Errno::EEXIST: File exists - //hqfile3/users
        at /usr/lib/ruby/1.8/fileutils.rb:243:in `mkdir'
        at /usr/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir'
        at /usr/lib/ruby/1.8/fileutils.rb:217:in `mkdir_p'
        at /usr/lib/ruby/1.8/fileutils.rb:215:in `reverse_each'
        at /usr/lib/ruby/1.8/fileutils.rb:215:in `mkdir_p'
        at /usr/lib/ruby/1.8/fileutils.rb:201:in `each'
        at /usr/lib/ruby/1.8/fileutils.rb:201:in `mkdir_p'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:1 85:in `install_terminfo_in'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:7 8:in `launch0'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 1:in `launch'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:133:in `call'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:133:in `initialize'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:145:in `new'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:145:in `report_exceptions'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 1:in `launch'
        at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 18

Please mail this error message to terminator-users@googlegroups.com.
You can copy it to the clipboard with Ctrl-C.
Windows won't let you select the text but Ctrl-C works anyway.
---------------------------
OK
---------------------------

Michael Hrycay,
Programmer Analyst,
Potash Corporation of Saskatchewan.
Phone: +1.306.933.8581

Suite 500, 122 – 1st Avenue South
Saskatoon, SK Canada
S7K 7G3
(306) 933-8500
(800) 667-0403 (within Canada)
(800) 667-3930 (from the USA)
--
You received this message because you are subscribed to the Google Groups "terminator-users" group.
To post to this group, send email to terminator-users@googlegroups.com.
To unsubscribe from this group, send email to terminator-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/terminator-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "terminator-users" group.
To post to this group, send email to terminator-users@googlegroups.com.
To unsubscribe from this group, send email to terminator-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/terminator-users?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Dorey  
View profile  
 More options Jun 13 2011, 1:42 pm
From: Martin Dorey <mdo...@bluearc.com>
Date: Mon, 13 Jun 2011 10:42:52 -0700
Local: Mon, Jun 13 2011 1:42 pm
Subject: RE: [terminator-users] error message- help!

+list

> Thank you very much.  This worked like a charm!

(Grand, thanks for letting us know.)

It is, of course, fine if you don't want to tell us but, if it was just an oversight, then I'd still be interested in what OS hqfile3 is running.  Whatever rough idea you have to hand would be great, eg "XP, I think", "some version of Samba", "I don't have a scooby" (as opposed to Service Pack 782 with hotfixes yadda, yadda).

________________________________
From: Michael.Hry...@potashcorp.com [mailto:Michael.Hry...@potashcorp.com]
Sent: Monday, June 13, 2011 10:32
To: Martin Dorey
Subject: Re: [terminator-users] error message- help!

Thank you very much.  This worked like a charm!

Michael Hrycay,
Programmer Analyst,
Potash Corporation of Saskatchewan.
Phone: +1.306.933.8581

Suite 500, 122 - 1st Avenue South
Saskatoon, SK Canada
S7K 7G3
(306) 933-8500
(800) 667-0403 (within Canada)
(800) 667-3930 (from the USA)

From:        Martin Dorey <mdo...@bluearc.com>
To:        "'terminator-users@googlegroups.com'" <terminator-users@googlegroups.com>, "'Michael.Hry...@potashcorp.com'" <Michael.Hry...@potashcorp.com>
Date:        05/26/2011 11:09 PM
Subject:        Re: [terminator-users] error message- help!
________________________________

Looking at the parts of the stack in our code, I see that Terminator is probably trying to install its terminfo under your home directory. This isn't usually much use on Windows, so you could disable it. You could try to circumvent it without touching the code by setting an environment variable, TERMINFO, to /usr/share/terminfo/ in the context from which you run Terminator. It should then get further, though I fear it may not get much further.

From: Martin Dorey [mailto:mdo...@bluearc.com]
Sent: Thursday, May 26, 2011 07:31 PM
To: Michael.Hry...@potashcorp.com <Michael.Hry...@potashcorp.com>
Cc: terminator-users@googlegroups.com <terminator-users@googlegroups.com>
Subject: RE: [terminator-users] error message- help!

Looking at the fileutils.rb code that's fingered by the stack:

        begin
          fu_mkdir path, options[:mode]
        rescue SystemCallError => err
          raise unless File.directory?(path)
        end

That suggests that \\xxxx\xxxx doesn't appear to be a directory.  Similar shares appear like directories for me:

$ ruby -e 'puts(File.directory?("//us-mercury/users"))'
true
$ ruby -e 'puts(File.directory?("//10.2.1.1/SYSVOL"))'
true
$

What sort of OS is xxxx running?

________________________________

From: terminator-users@googlegroups.com [mailto:terminator-users@googlegroups.com] On Behalf Of Michael.Hry...@potashcorp.com
Sent: Thursday, May 26, 2011 11:19
To: terminator-users@googlegroups.com
Subject: [terminator-users] error message- help!

---------------------------
Uncaught exception
---------------------------
An error occurred in Terminator:

Exception Errno::EEXIST: File exists - //hqfile3/users
       at /usr/lib/ruby/1.8/fileutils.rb:243:in `mkdir'
       at /usr/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir'
       at /usr/lib/ruby/1.8/fileutils.rb:217:in `mkdir_p'
       at /usr/lib/ruby/1.8/fileutils.rb:215:in `reverse_each'
       at /usr/lib/ruby/1.8/fileutils.rb:215:in `mkdir_p'
       at /usr/lib/ruby/1.8/fileutils.rb:201:in `each'
       at /usr/lib/ruby/1.8/fileutils.rb:201:in `mkdir_p'
       at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:1 85:in `install_terminfo_in'
       at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:7 8:in `launch0'
       at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 1:in `launch'
       at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:133:in `call'
       at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:133:in `initialize'
       at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:145:in `new'
       at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:145:in `report_exceptions'
       at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 1:in `launch'
       at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 18

Please mail this error message to terminator-users@googlegroups.com.
You can copy it to the clipboard with Ctrl-C.
Windows won't let you select the text but Ctrl-C works anyway.
---------------------------
OK
---------------------------

Michael Hrycay,

--
You received this message because you are subscribed to the Google Groups "terminator-users" group.
To post to this group, send email to terminator-users@googlegroups.com.
To unsubscribe from this group, send email to terminator-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/terminator-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "terminator-users" group.
To post to this group, send email to terminator-users@googlegroups.com.
To unsubscribe from this group, send email to terminator-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/terminator-users?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Dorey  
View profile  
 More options Jun 13 2011, 9:31 pm
From: Martin Dorey <mdo...@bluearc.com>
Date: Mon, 13 Jun 2011 18:31:57 -0700
Local: Mon, Jun 13 2011 9:31 pm
Subject: RE: [terminator-users] error message- help!

+list

> It is a Widows 2008 Server R2

Hot diggity, completely mainstream.  I was hoping it was some minority-interest Nas box.  So this says "false" for you?

ruby -e 'puts(File.directory?("//hqfile3/users"))'

(I'd been hoping to find such a system to try it, but it's got to the end of the day and I'm nowhere near starting, so I may as well hit Send.)

________________________________
From: Michael.Hry...@potashcorp.com [mailto:Michael.Hry...@potashcorp.com]
Sent: Monday, June 13, 2011 11:02
To: Martin Dorey
Subject: RE: [terminator-users] error message- help!

Hi:

It is a Widows 2008 Server R2.  The thing is, I realized it wasn't probably a good thing to install from a network drive anyway (at first it didn't occur to me that that is what I was doing.)  I installed from a local drive (Windows Server 2003 R2 64 bit.)  Still didn't work.  Added the environment variable- worked without error or warning.

Thanks,

Michael Hrycay,
Programmer Analyst,
Potash Corporation of Saskatchewan.
Phone: +1.306.933.8581

Suite 500, 122 - 1st Avenue South
Saskatoon, SK Canada
S7K 7G3
(306) 933-8500
(800) 667-0403 (within Canada)
(800) 667-3930 (from the USA)

From:        Martin Dorey <mdo...@bluearc.com>
To:        "Michael.Hry...@potashcorp.com" <Michael.Hry...@potashcorp.com>
Cc:        "terminator-users@googlegroups.com" <terminator-users@googlegroups.com>
Date:        06/13/2011 11:43 AM
Subject:        RE: [terminator-users] error message- help!
________________________________

+list

> Thank you very much.  This worked like a charm!

(Grand, thanks for letting us know.)

It is, of course, fine if you don't want to tell us but, if it was just an oversight, then I'd still be interested in what OS hqfile3 is running.  Whatever rough idea you have to hand would be great, eg "XP, I think", "some version of Samba", "I don't have a scooby" (as opposed to Service Pack 782 with hotfixes yadda, yadda).

________________________________

From: Michael.Hry...@potashcorp.com [mailto:Michael.Hry...@potashcorp.com]
Sent: Monday, June 13, 2011 10:32
To: Martin Dorey
Subject: Re: [terminator-users] error message- help!

Thank you very much.  This worked like a charm!

Michael Hrycay,
Programmer Analyst,
Potash Corporation of Saskatchewan.
Phone: +1.306.933.8581

Suite 500, 122 - 1st Avenue South
Saskatoon, SK Canada
S7K 7G3
(306) 933-8500
(800) 667-0403 (within Canada)
(800) 667-3930 (from the USA)

From:        Martin Dorey <mdo...@bluearc.com>
To:        "'terminator-users@googlegroups.com'" <terminator-users@googlegroups.com>, "'Michael.Hry...@potashcorp.com'" <Michael.Hry...@potashcorp.com>
Date:        05/26/2011 11:09 PM
Subject:        Re: [terminator-users] error message- help!

________________________________

Looking at the parts of the stack in our code, I see that Terminator is probably trying to install its terminfo under your home directory. This isn't usually much use on Windows, so you could disable it. You could try to circumvent it without touching the code by setting an environment variable, TERMINFO, to /usr/share/terminfo/ in the context from which you run Terminator. It should then get further, though I fear it may not get much further.

From: Martin Dorey [mailto:mdo...@bluearc.com]
Sent: Thursday, May 26, 2011 07:31 PM
To: Michael.Hry...@potashcorp.com <Michael.Hry...@potashcorp.com>
Cc: terminator-users@googlegroups.com <terminator-users@googlegroups.com>
Subject: RE: [terminator-users] error message- help!

Looking at the fileutils.rb code that's fingered by the stack:

       begin
         fu_mkdir path, options[:mode]
       rescue SystemCallError => err
         raise unless File.directory?(path)
       end

That suggests that \\xxxx\xxxx doesn't appear to be a directory.  Similar shares appear like directories for me:

$ ruby -e 'puts(File.directory?("//us-mercury/users"))'
true
$ ruby -e 'puts(File.directory?("//10.2.1.1/SYSVOL"))'
true
$

What sort of OS is xxxx running?

________________________________

From: terminator-users@googlegroups.com [mailto:terminator-users@googlegroups.com] On Behalf Of Michael.Hry...@potashcorp.com
Sent: Thursday, May 26, 2011 11:19
To: terminator-users@googlegroups.com
Subject: [terminator-users] error message- help!

---------------------------
Uncaught exception
---------------------------
An error occurred in Terminator:

Exception Errno::EEXIST: File exists - //hqfile3/users
      at /usr/lib/ruby/1.8/fileutils.rb:243:in `mkdir'
      at /usr/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir'
      at /usr/lib/ruby/1.8/fileutils.rb:217:in `mkdir_p'
      at /usr/lib/ruby/1.8/fileutils.rb:215:in `reverse_each'
      at /usr/lib/ruby/1.8/fileutils.rb:215:in `mkdir_p'
      at /usr/lib/ruby/1.8/fileutils.rb:201:in `each'
      at /usr/lib/ruby/1.8/fileutils.rb:201:in `mkdir_p'
      at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:1 85:in `install_terminfo_in'
      at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:7 8:in `launch0'
      at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 1:in `launch'
      at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:133:in `call'
      at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:133:in `initialize'
      at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:145:in `new'
      at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/salma-hayek/bin/show-alert. rb:145:in `report_exceptions'
      at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 1:in `launch'
      at /cygdrive/c/Program Files (x86)/software.jessies.org/terminator/Resources/terminator/bin/terminator:2 18

Please mail this error message to terminator-users@googlegroups.com.
You can copy it to the clipboard with Ctrl-C.
Windows won't let you select the text but Ctrl-C works anyway.
---------------------------
OK
---------------------------

Michael Hrycay,

--
You received this message because you are subscribed to the Google Groups "terminator-users" group.
To post to this group, send email to terminator-users@googlegroups.com.
To unsubscribe from this group, send email to terminator-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/terminator-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "terminator-users" group.
To post to this group, send email to terminator-users@googlegroups.com.
To unsubscribe from this group, send email to terminator-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/terminator-users?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »