From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9943 Path: main.gmane.org!not-for-mail From: Eze Ogwuma Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with SOUP packing files Date: Fri, 14 Feb 1997 15:21:31 +0000 (GMT) Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035149893 21508 80.91.224.250 (20 Oct 2002 21:38:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:38:13 +0000 (UTC) Cc: ding@ifi.uio.no, Eze Ogwuma Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id HAA04448 for ; Fri, 14 Feb 1997 07:35:59 -0800 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 16:21:56 +0100 Original-Received: from link-1.ts.bcc.ac.uk by mail-c.bcc.ac.uk with SMTP (PP); Fri, 14 Feb 1997 15:21:39 +0000 Original-To: Lars Magne Ingebrigtsen In-Reply-To: Xref: main.gmane.org gmane.emacs.gnus.general:9943 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9943 On 14 Feb 1997, Lars Magne Ingebrigtsen wrote: > 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? I am using csh on the server. Eze.