From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9934 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with SOUP packing files Date: 14 Feb 1997 10:28:10 +0100 Sender: larsi@proletcult.slip.ifi.uio.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035149885 21466 80.91.224.250 (20 Oct 2002 21:38:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:38:05 +0000 (UTC) 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 BAA03761 for ; Fri, 14 Feb 1997 01:57:48 -0800 Original-Received: from proletcult.slip.ifi.uio.no (root@xyplex21.uio.no [129.240.154.41]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 14 Feb 1997 10:44:49 +0100 Original-Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id KAA26189; Fri, 14 Feb 1997 10:28:20 +0100 Original-To: ding@ifi.uio.no In-Reply-To: Eze Ogwuma's message of Wed, 12 Feb 1997 23:53:29 +0000 (GMT) Original-Lines: 24 X-Mailer: Gnus v5.4.13/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ 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? -- (domestic pets only, the antidote for overdose, milk.) larsi@ifi.uio.no * Lars Ingebrigtsen