Search Results

Search: Posts Made By: Phi01
14,815
Posted By Phi01
Very Interesting Command, i never came by this...
Very Interesting Command, i never came by this before. But can you correct me on this if i'm wrong.

The "at command" does not have an every day feature, so away around this is by having it invoke...
2,018
Posted By Phi01
Simple question: Tcl button color
Hey,

Can anyone tell me what is the default tcl button color is?

I've already tried gray60/70/80/85/90/95.

None are the same.

Thanks,

Phil.

-----Post Update-----

You can...
6,678
Posted By Phi01
$expect_out(buffer)
$expect_out(buffer)
1,783
Posted By Phi01
Tcl: Outputting Unix console without Buffering
Hi,

I'm have a tcl application using expect. The application is connecting to a unix box and is running a script. What i need my app to do is show the output of the console as the script runs in...
3,197
Posted By Phi01
I really dont want to be bumping my post, as i...
I really dont want to be bumping my post, as i know mod will kill me :P

But seriously does anyone know anyway of reading a file from windows to unix in tcl/tk.

I really need to do this....
...
3,197
Posted By Phi01
Ok, let me explain my application in more detail....
Ok, let me explain my application in more detail.

My application is running on windows, im using an ssh connection to unix. So i have a procedure set up to do the ssh, and i need within that...
3,197
Posted By Phi01
TCL Reading file from Server
I'm nearly finished developing my app, im programming it in tcl/tk. I just need to get 1 last thing done. When my app starts, i ask the user for username and password. These are stored on a file on a...
6,490
Posted By Phi01
In an earlier program i used rsh and rcp and...
In an earlier program i used rsh and rcp and placed them into my c drive
it looked like this:

my $remote = File::Remote->new(rsh => 'c:\putty.exe',
rcp =>...
6,490
Posted By Phi01
But how do i install through ppm. I tried using...
But how do i install through ppm. I tried using through nmake. But i'm not sure if it installed right.
when i run this code:

use Net::SCP;

my $scp = Net::SCP->new(...
6,490
Posted By Phi01
SCP Module
Hi,

Does anyone know where i can find the Net::SCP module for Perl version 5.10. I want to install it onto my windows machine, via ppm. But i donīt have it on any current repository.
This is very...
5,845
Posted By Phi01
Logging in by hand?? I don't know how to change...
Logging in by hand?? I don't know how to change my script to do this. On normal putty it works fine, very quick.

Googling this it seems to be a common problem but without any solution.
5,845
Posted By Phi01
No, Here is the full script use strict;...
No,

Here is the full script

use strict;
use Net::SSH::W32Perl;

my $host = 'server123.com123.domain123.com';
my $scon = new Net::SSH::W32Perl($host,...
5,845
Posted By Phi01
Perl Script Hanging
Hey,

Does anyone know why my Perl script is hanging when i execute it.


print "looking around ...\n";
my ($out, $err, $exit) = $scon->cmd('ls');
print "done";


i get the following error:...
13,832
Posted By Phi01
Just a quick question here: If i had the...
Just a quick question here:
If i had the following:


use File::Remote;
my $remote = new File::Remote;
# Create a new file and change its permissions
$remote->mkdir("host:/remote/dir");...
13,832
Posted By Phi01
Pludi Thank you!!! I love your scarcasm. I...
Pludi Thank you!!! I love your scarcasm. I thought i could just open once a connect had been made to the server. I'm going to look at File::Remote module and see where that gets me. Thanks again....
13,832
Posted By Phi01
Yes, i want to connect to the server through ssh...
Yes, i want to connect to the server through ssh and read the file.

im using this

use Net::SSH::Perl::SSH1 ;


I'm not using telnet.
13,832
Posted By Phi01
No problem kevin, I just hope someone else can...
No problem kevin, I just hope someone else can help me out, you seem to be the only person on this forum.
13,832
Posted By Phi01
Guys, I need some real help here. I'm stuck...
Guys,

I need some real help here. I'm stuck big time. This is what i have so far. I cannot figure out why its not running. It makes perfect sence to me, looks correct, but something is wrong.

...
13,832
Posted By Phi01
Reading File from Server - perl
Hey,

I'm trying to read a file from a server. Simple file with some numbers.
Here is the code i'm running.


use Net::SSH::Perl::SSH1 ;

$scon = Net::SSH::Perl->new...
12,470
Posted By Phi01
Just want to say to Mods, my post are for updates...
Just want to say to Mods, my post are for updates on where i am with this problem and are not to bump my posts.

UPDATE:

I commented out the lines

defined($sock->blocking(0))
or die "Can't...
12,470
Posted By Phi01
My system is Windows XP, surly i can run a...
My system is Windows XP, surly i can run a connection script to a unix box on that.

I'm having these errors now, with these scripts, maybe this will help in me getting an answe. I'm using this...
12,470
Posted By Phi01
Please, can someone help me??
Please, can someone help me??
12,470
Posted By Phi01
Ok, an update here again. I added...
Ok, an update here again. I added http://cpan.uwinnipeg.ca/PPMPackages/10xx/ onto ppm repository and it loaded the modules i needed, Math-Pari, GMP, etc....

But now when i goto run my perl script,...
12,470
Posted By Phi01
A few more things, I need to install...
A few more things, I need to install Math-BigInt-GMP, its not located on ppm. I went to CPAN and downloaded Math-BigInt-GMP-1.24, went to dos and ran "perl Makefile.pl".
I'm getting errors

Set...
Forum: Programming 02-27-2009
2,590
Posted By Phi01
Gentoo seems like a pain with its un-compiled...
Gentoo seems like a pain with its un-compiled binaries.
Showing results 1 to 25 of 30

 
All times are GMT -4. The time now is 09:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy