Re: [OT?] Problems with majordomo :-)

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Ennio-Sr <nasr(dot)laili(at)tin(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [OT?] Problems with majordomo :-)
Date: 2004-08-27 23:15:27
Message-ID: 20040827201400.I34829@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


there are two ways in which a message would drop off the face of the earth
... Spamassassin scored it high enough to be considered spam, or the virus
checker detected a virus :( In both cases, the messages are just drop'd
into /dev/null ...

On Fri, 27 Aug 2004, Ennio-Sr wrote:

> So sorry for the OT :-)
> I'm experiencing some weird behaviour by majordomo-owner (not answering
> my posts, even older than a week) and also with pgsql-novice and cygwin,
> I addressed a few posts to them which are nowhere to be seen (a search
> in the Archives also gives no result!); neither do I receive any
> acknowledgemt of reject or stall, which I set for. Even with 'general'
> there seem to be problems: I saw a couple of posts mailed recently, but
> couldn't see my answers, although the selfcopy is set.
> Could anibody explain what is going on?
>
> Regards,
> Ennio
>
> P.S. I do receive other people's post, apparently all of them.
>
>
>
> --
> [Perche' usare Win$ozz (dico io) se ..."anche uno sciocco sa farlo. \\?//
> Fa' qualche cosa di cui non sei capace!" (diceva Henry Miller) ] (°|°)
> [Why to use Win$ozz (I say) if ... "even a fool can do that. )=(
> Do something you aren't good at!" (used to say Henry Miller) ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664
>From pgsql-general-owner(at)postgresql(dot)org Fri Aug 27 20:24:50 2004
X-Original-To: pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org
Received: from localhost (unknown [200.46.204.144])
by svr1.postgresql.org (Postfix) with ESMTP id 2C3A85E46F9
for <pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org>; Fri, 27 Aug 2004 20:24:49 -0300 (ADT)
Received: from svr1.postgresql.org ([200.46.204.71])
by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024)
with ESMTP id 98794-01
for <pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org>;
Fri, 27 Aug 2004 23:24:44 +0000 (GMT)
Received: from greathost.nmsrv.com (greathost.nmsrv.com [69.28.204.49])
by svr1.postgresql.org (Postfix) with ESMTP id 1923F5E46FA
for <pgsql-general(at)postgresql(dot)org>; Fri, 27 Aug 2004 20:24:41 -0300 (ADT)
Received: (qmail 1230 invoked from network); 27 Aug 2004 23:24:36 -0000
X-AntiVirus: Clean
Received: from unknown (HELO IBMFF9B15A080F) (63.196.0.204)
by greathost.nmsrv.com with SMTP; 27 Aug 2004 23:24:36 -0000
From: "Jon Asher" <jon(at)vagabond-software(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problem with sql COPY command - FIXED
Date: Fri, 27 Aug 2004 16:24:43 -0700
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
Thread-Index: AcSMhF0sCszCTBxPShK7wcB/24WjkgACGVCQ
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
In-Reply-To: <20040827221625(dot)GA20455(at)guests(dot)deus(dot)net>
Message-Id: <20040827232441(dot)1923F5E46FA(at)svr1(dot)postgresql(dot)org>
X-Virus-Scanned: by amavisd-new at hub.org
X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 testsX-Spam-Level:
X-Archive-Number: 200408/1480
X-Sequence-Number: 65035

Thanks to all... it's importing now. I'm still learning Linux after
upgrading from Windows. Moving the file to another dir (\tmp) did it. Jon

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Richard Poole
Sent: Friday, August 27, 2004 3:16 PM
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Problem with sql COPY command

On Fri, Aug 27, 2004 at 03:03:34PM -0700, Jon Asher wrote:

> COPY fails with this error message:
> could not open file "/root/Desktop/server_transfer/WorldPoints_v2.txt"
> for
> reading: Permission denied

Don't forget that you'll need to set permissions on all the intermediate
directories as well as the file itself. It is probably safer to put the file
somewhere else than to make /root world-accessible. /tmp or an ordinary
user's home directory would be possibilities.

Richard

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hunter Hillegas 2004-08-27 23:58:08 PSql won't Let me Set Varchar Column to 'true'
Previous Message Tino Wildenhain 2004-08-27 22:50:32 Re: Problem with sql COPY command