The line that gives the message is the following,
sailormoon$ scp home/voice.xml newwave@silvermoon:/newwave/config/radius
stty: : Invalid argument
voice.xml | 142 KB | 142.4 kB/s | ETA: 00:00:00 | 100%
sailormoon$
HOW CAN I GET RID OF THIS MESSAGE?
sailormoon$ uname -a
SunOS sailormoon 5.8 Generic_117350-08 sun4u sparc
sailormoon$ which scp
/opt/ssh/bin/scp
sailormoon$
Check the .profile or .login of the user newwave on server silvermoon - it's probably setting something like 'stty erase ^H' which is invalid when you don't have a terminal associated with the process. If you find that it is something you want to keep, either set it up so it checks that there is a terminal device associated before running that command, or, ignore the error.
I found this info in some wedsite
"While i doubt the stty errors are the problem stty should
never be called from a .cshrc file. stty belongs in .login
where it will only be called for login shells."
i have an android phone which i think is bricked, so wanted to see what the actual issue is, I flashed it with TWRP recovery image and launched terminal i, was able understand that mount is not happening, it says invalid argument and no such file or directory. Below is what i get while...
(32 Replies)
Discussion started by: nanz143
32 Replies
Hello everybody,
I've been programming an alternative to linux's standard 'arp' program. I can delete arp entries (SIOCDARP), get arp entries (SIOCGARP), but i'm having troubles setting entries with ioctl.
I can't set any PERM, USETRAILERS, or COM address. It only adds PUB entries and i don't...
(2 Replies)
Discussion started by: semash!
2 Replies
I have a Perl script, that does a system call with rsh to a remote machine.
#!/usr/bin/env perl
system ("rsh remote-machine echo 99");
And I get the following:
stty: standard input: Invalid argument
I've tried replacing the system call with below, but I still get the same stty...
(1 Reply)
Discussion started by: slchin
1 Replies
OK...I'm using the latest version of Fedora 10.
My network connection was working fine, and I had several network LAN shares on my desktop. Then I rebooted the system without dismounting those shares first. ooops. <:(
...When the system came back up, my network connection was gone. All...
(2 Replies)
Discussion started by: Pudnik
2 Replies
I lost a lot of time in understanding the message "sendto Invalid argument" when I execute the following code.
This code is a simple UDP sender improved with some reliability feature.
My goal is to send a file. I've reported only the code which may be useful.
Can anyone help me?
Thank you...
(0 Replies)
Discussion started by: Puntino
0 Replies
I tried to install glassfish on Solaris 10 and it worked fine on other instances. I got the below message
bash-3.00# ./sjsas-9_1_01-solaris-sparc.bin -console
bash: ./sjsas-9_1_01-solaris-sparc.bin: Invalid argument
I logged on as root and the file has execute permission. So strange. Do...
(1 Reply)
Discussion started by: Andrew2008
1 Replies
I am using message queues: msgsnd and msgrcv,
I am able to send through msgsnd and receive through msgrcv, but at times i get the belo error.
msgrcv : Invalid argument.
(1 Reply)
Discussion started by: answers
1 Replies
I want to figure out what is the reason of error message I have in Solaris 10. Why Solaris 10 dosn't recognize 65535?
ps: 65535 is an invalid non-numeric argument for -p option
usage: ps