From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9947 Path: main.gmane.org!not-for-mail From: Eze Ogwuma Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with SOUP packing files Date: 14 Feb 1997 19:53:01 +0000 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149896 21527 80.91.224.250 (20 Oct 2002 21:38:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:38:16 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: Original-Received: from spork.callamer.com (root@spork.callamer.com [199.74.141.2]) by deanna.miranova.com (8.8.5/8.8.5) with ESMTP id MAA04965 for ; Fri, 14 Feb 1997 12:21:44 -0800 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by spork.callamer.com (8.8.5/8.8.5) with SMTP id MAA12094 for ; Fri, 14 Feb 1997 12:18:46 -0800 (PST) Original-Received: from mail-c.bcc.ac.uk (mail-c.bcc.ac.uk [144.82.100.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id ; Fri, 14 Feb 1997 20:53:08 +0100 Original-Received: from link-1.ts.bcc.ac.uk by mail-c.bcc.ac.uk with SMTP (PP); Fri, 14 Feb 1997 19:53:03 +0000 Original-To: Lars Magne Ingebrigtsen In-Reply-To: Lars Magne Ingebrigtsen's message of 14 Feb 1997 10:28:10 +0100 Original-Lines: 29 X-Mailer: Gnus v5.3/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:9947 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9947 Lars Magne Ingebrigtsen writes: > > Eze Ogwuma writes: > > > I'm using SOUP to transfer stuff between machines. Each time I've used > > G-s-p to pack the SOUP files on the server, Gnus has exited with the > > message "Couldn't pack packet". A tgz file has been left in my home > > directory but the files in ~/SoupBrew are not deleted. > > This means that the packing shell command is not returning 0, for some > reason: > > (if (zerop (call-process shell-file-name > nil nil nil shell-command-switch > (concat "cd " dir " ; " packer))) > (progn > (call-process shell-file-name nil nil nil shell-command-switch > (concat "cd " dir " ; rm " files)) > (gnus-message 4 "Packing...done" packer)) > (error "Couldn't pack packet.")))) > > Perhaps you use a wonky shell? > What is the default Gnus 5.3 shell packing command? Eze.