+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.