uucp question

1999-04-07 Thread Eugene Sevinian
Hi ppl, Could someone explain me how should I use uucp to download
multiple files at once.  This command doesn't work for me:
uucp crdlx2\!/var/spool/uucppublic/\*tmp gaguk\!~

...while these four commands do their job just fine.
uucp crdlx2\!/var/spool/uucppublic/123tmp gaguk\!~
uucp crdlx2\!/var/spool/uucppublic/124tmp gaguk\!~
uucp crdlx2\!/var/spool/uucppublic/125tmp gaguk\!~
uucp crdlx2\!/var/spool/uucppublic/126tmp gaguk\!~

Here is what I have found  in uucp's info:
   The shell metacharacters `?' `*' `[' and `]' are interpreted on the
appropriate system, assuming they are quoted to prevent the shell from
interpreting them first.

Do I use wrong quotation symbol before '*'?

Probably it would be possible to figure out what is going wrong from debug
info. There are some strings where Bad header is mentioned. What does it
mean?

Thanks in advance for any help,
Eugene.


--
Login successful
DEBUG: fsend_uucp_cmd: Sending Sgaguk -R -N07
DEBUG: zget_uucp_cmd: Got \020ROKN07\000
DEBUG: zget_uucp_cmd: Got \020PgvG\000
DEBUG: fsend_uucp_cmd: Sending Ug
DEBUG: fgsend_control: Sending control INITA 7
DEBUG: fgprocess_data: Got control INITA 7
DEBUG: fgsend_control: Sending control INITB 1
DEBUG: fgprocess_data: Got control INITB 1
DEBUG: fgsend_control: Sending control INITC 7
DEBUG: fgprocess_data: Got control INITC 7
Handshake successful (protocol 'g' sending packet/window 64/7 receiving
64/7)
64/7)
 2558) Requesting work: /var/spool/uucppublic/*tmp to
gaguk!/var/spool/uucppublic
 2558) DEBUG: fgsendcmd: Sending command X /var/spool/uucppublic/*tmp
gaguk!/var/spool/uucppublic sevinian -d  
DEBUG: floop: Waiting for data
 2558) DEBUG: fgot_data: Charging 217031 to X /var/spool/uucppublic/*tmp
gaguk!/var/spool/uucppublic
DEBUG: floop: No work for master
DEBUG: fgsendcmd: Sending command H
DEBUG: floop: Waiting for data
 2558) DEBUG: fgot_data: Charging 217031 to X /var/spool/uucppublic/*tmp
gaguk!/var/spool/uucppublic
DEBUG: floop: No work for master
DEBUG: fgsendcmd: Sending command H
DEBUG: floop: Waiting for data
DEBUG: ftadd_cmd: Got command HN
DEBUG: fgprocess_data: Bad header: K 2 TT 0 XOR byte 105 calc 17
DEBUG: fgsend_control: Sending control RJ 3
DEBUG: fgprocess_data: Bad header: K 2 TT 0 XOR byte 105 calc 17
DEBUG: fgprocess_data: Bad header: K 2 TT 0 XOR byte 105 calc 17
DEBUG: fgprocess_data: Bad header: K 2 TT 0 XOR byte 105 calc 17
DEBUG: fgprocess_data: Bad header: K 2 TT 0 XOR byte 105 calc 17
DEBUG: fgprocess_data: Bad header: K 2 TT 0 XOR byte 105 calc 17
DEBUG: fgprocess_data: Bad header: K 2 TT 0 XOR byte 105 calc 17
DEBUG: fgprocess_data: Bad header: K 2 TT 0 XOR byte 105 calc 17
DEBUG: fgprocess_data: Got control CLOSE 0
ERROR: Received unexpected CLOSE packet
DEBUG: fgsend_control: Sending control CLOSE 0
DEBUG: fgsend_control: Sending control CLOSE 0
DEBUG: fgsend_control: Sending control CLOSE 0
Protocol 'g' packets: sent 3, resent 0, received 3
Errors: header 8, checksum 0, order 0, remote rejects 0
DEBUG: fsend_uucp_cmd: Sending OO
DEBUG: fsend_uucp_cmd: Sending OO
DEBUG: zget_uucp_cmd: Got \020\011\*\010\011\020OOO\000  
Call complete (71 seconds 0 bytes 0 bps)  
DEBUG: fcsend: Writing sleep sleep +++ sleep sleep ATM0H\r
DEBUG: Call failed: 5 (Call failed)





Eugene Sevinian


CRD, YerPhI, 375036, Armenia
URL: http://crdlx5.yerphi.am/
Phone: 374-2-344873


Re: UUCP question (important)

1998-04-26 Thread Peter Prohaska
Hi *

I just run into the same problem these days.
One way to solve the problem is by using uucico -e -p TCP (think TCP is
the default name in debian).

But thats not a very good thing I think, because you continously have uucico
running in the background.
As I read in the info doc, using -l, -p and /usr/sbin/uucico (linked to
/usr/lib/uucp/uucico) as serverpath should role it. Didn't work. I was'n able
to get things working, yet.

If anyone could give me hint or a working inetd.conf-line, it would be great!

A few suggestions:
* uucp uses stream/tcp = nowait
* uucico has to be run as root (port 540 in /etc/services)

But why should I have to add a line in /etc/hosts.allow. uucico is stared by
inetd, so the other host dos not have to have permission to start it, not?
Also, it should read foo /usr/{lib/uucp,sbin}/uucico uucico bar-options
in the inetd.conf.

hope this helps and someone helps me ;)

Peter.

On Mon, Apr 20, 1998 at 10:16:56AM -0700, George Bonser wrote:
 On Mon, 20 Apr 1998, Nicolas Weinachter wrote:
 
  On the server, i have put this next line in the inetd.conf :
  uucp   stream  tcp nowait  root/usr/lib/uucp/uucico -x all -l
  Is it correct ???
 
 Try:
 
 /usr/lib/uucp/uucico -l
 
 And make sure you have a file called passwd in /etc/uucp readable only by
 uucp that contains the hostname/password pair in plain text:
 
 systempassword
 
 
 Also, make sure you have an entry in /etc/hosts.allow for uucico:
 
 uucico:   *.mynet.net
 
 
 
 George Bonser
 
 If I had a catchy quip, it would be here.
 
 http://www.debian.org
 Debian/GNU Linux ... the maintainable operating system.
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


UUCP question (important)

1998-04-20 Thread Nicolas Weinachter
Hello,

I want to create a connection between 2 unix machine (1 linux and 1 aix)
using uucp (the goal is to exchange mail) and in tcp mode.

I installed the taylor version of uucp on the 2 unix stations : the
install was successfull
I configured the 2.
My linux is named : pclin2
My aix is named : master (he is the server)

when i try to make the connection from ythe linux i have this error
message in the log file :

uucico master - (1998-04-17 18:22:05.55 23704) Calling system master
(port TCP)
uucico master - (1998-04-17 18:22:05.58 23704) ERROR: Line disconnected

 i tried various sort of invoking uucico but i can't see what is wrong.

When i invoke uucico from the linux, i type :
uucico -s master

On the server, i have put this next line in the inetd.conf :
uucp   stream  tcp nowait  root/usr/lib/uucp/uucico -x all -l
Is it correct ???


Can you help me ?
thank u

-- 
Nicolas Weinachter -- EXTERN
e-mail: [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Quick UUCP Question..

1996-12-17 Thread Adam Shand
Hi.

A quick question I hope.  We are moving our main server to debian in the
next few days.  At the same time I hope to move from UUCP hdb configs to
taylor configs.  I found the utility uuconv which got me started and I
think that I have that sorted out.  My question is, if I have gotten
something wrong when I swap servers, can I revert to the old hdb config
files on the debian box in /etc/uucp or can I only put taylor configs in
there?

Thanks,

Adam.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Quick UUCP Question..

1996-12-17 Thread tomk%westgac3
Adam Shand writes:
 
 Hi.
 
 A quick question I hope.  We are moving our main server to debian in the
 next few days.  At the same time I hope to move from UUCP hdb configs to
 taylor configs.  I found the utility uuconv which got me started and I
 think that I have that sorted out.  My question is, if I have gotten
 something wrong when I swap servers, can I revert to the old hdb config
 files on the debian box in /etc/uucp or can I only put taylor configs in
 there?

My experiences with UUCP are don't mix Taylor config files with HDB config
files. UUCICO gets confused if both type of configurations exist on the same
machine. Other than that, yes, you should be able to swap back either
configuration into /etc/uucp (think of exclusive-OR )

-- 
-= Sent by Debian Linux =-
Thomas Kocourek  KD4CIK
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Debian UUCP question

1996-10-15 Thread Erik van der Meulen
-BEGIN PGP SIGNED MESSAGE-

At 03:09 AM 10/15/96 GMT, George Bonser wrote:

I installed the Debian UUCP package and can not seem to find where it
put the configuration files. The binaries seem to be in place but if I
look in /usr/local or /usr I find no conf/ directory and it I look in
/etc/uucp all I find is a crontab.daily and another file but I can not
seem to find the configs anywhere.


If you give 'dpkg -L uucp', you will receive a list with all files contained 
in the uucp package. This shows the /usr/doc/examples/uucp/taylor tree. Just 
edit and copy the files you need to /etc/uucp and you should be all set.

Good luck,

-BEGIN PGP SIGNATURE-
Version: 2.7.1
Comment: Erik van der Meulen [EMAIL PROTECTED]

iQCVAwUBMmPAGASsHV9rOgLdAQGyRQP/bpu2xipZIDRwQ0+i+WFYAu5PquDCwGYG
6jzlFX8TGB/GZNy/cR+fVrGWMITAF8SaypXCxOpaJ5AG08jqFWFdSxjIcPXHVAEc
iz8TZHklJt84IL7oyByYsGlt/vUtNCi3/WWu2IHu0cr4UbZNFaBLyyZ9wzzzBoPu
jshmUuYbqYg=
=7+CN
-END PGP SIGNATURE-

Erik van der Meulen [EMAIL PROTECTED]
  
---
PGP Fingerprint = 6C 2A A6 83 4A 57 B7 95  B7 79 A6 D7 F7 16 04 5C
PGP KeyID = 0x6B3A02DD

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]