Re: TEST: Can I post to debian-users? EOF

2009-01-19 Thread s. keeling
Patrick Wiseman : > On Sun, Jan 18, 2009 at 8:22 PM, Allan Wind > wrote: > > > On 2009-01-18T17:33:04, Ron Johnson wrote: > > > Are test messages really so common and burdensome that you can't > > > ignore them? > > > > I find it inconsiderate of the sender to use a mailing list, with > > thousa

code of conduct WAS Re: TEST: Can I post to debian-users? EOF

2009-01-19 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Allan Wind wrote: > I find it inconsiderate of the sender to use a mailing list, with > thousands(?) of subscribers, for presumably testing his personal mail > configuration. As such my preference is to automate processing of such > messages as I a

Re: TEST: Can I post to debian-users? EOF

2009-01-18 Thread Patrick Wiseman
On Sun, Jan 18, 2009 at 8:22 PM, Allan Wind wrote: > On 2009-01-18T17:33:04, Ron Johnson wrote: > > Are test messages really so common and burdensome that you can't > > ignore them? > > I find it inconsiderate of the sender to use a mailing list, with > thousands(?) of subscribers, for presumably

Re: TEST: Can I post to debian-users? EOF

2009-01-18 Thread Ron Johnson
On 01/18/2009 07:22 PM, Allan Wind wrote: On 2009-01-18T17:33:04, Ron Johnson wrote: Are test messages really so common and burdensome that you can't ignore them? I find it inconsiderate of the sender to use a mailing list, with thousands(?) of subscribers, for presumably testing his personal

Re: TEST: Can I post to debian-users? EOF

2009-01-18 Thread Allan Wind
On 2009-01-18T17:33:04, Ron Johnson wrote: > Are test messages really so common and burdensome that you can't > ignore them? I find it inconsiderate of the sender to use a mailing list, with thousands(?) of subscribers, for presumably testing his personal mail configuration. As such my prefere

Re: TEST: Can I post to debian-users? EOF

2009-01-18 Thread dan
On Sunday 18 January 2009 22:44:32 Allan Wind wrote: > Is there a way to configure the mailing list software such that test > messages are automatically treated as unsubscribe requests? If not > does anyone have a canned maildrop rule to do so? If you are using mutt, just use mailfiler and delete

Re: TEST: Can I post to debian-users? EOF

2009-01-18 Thread Chris Jones
On Sun, Jan 18, 2009 at 06:33:04PM EST, Ron Johnson wrote: > On 01/18/2009 04:44 PM, Allan Wind wrote: > >Is there a way to configure the mailing list software such that test > >messages are automatically treated as unsubscribe requests? If not does > >anyone have a canned maildrop rule to do so

Re: TEST: Can I post to debian-users? EOF

2009-01-18 Thread Ken Irving
On Sun, Jan 18, 2009 at 05:44:32PM -0500, Allan Wind wrote: > Is there a way to configure the mailing list software such that test > messages are automatically treated as unsubscribe requests? Yes, as the list is run using procmail filters (smartlist). Refer to the archives for the many reasons

Re: TEST: Can I post to debian-users? EOF

2009-01-18 Thread Ron Johnson
On 01/18/2009 04:44 PM, Allan Wind wrote: Is there a way to configure the mailing list software such that test messages are automatically treated as unsubscribe requests? If not does anyone have a canned maildrop rule to do so? Are test messages really so common and burdensome that you can't

Re: TEST: Can I post to debian-users? EOF

2009-01-18 Thread Allan Wind
Is there a way to configure the mailing list software such that test messages are automatically treated as unsubscribe requests? If not does anyone have a canned maildrop rule to do so? /Allan -- Allan Wind Life Integrity, LLC http://lifeintegrity.com -- To UNSUBSCRIBE, email to debian-use

TEST: Can I post to debian-users? EOF

2009-01-18 Thread Paul Gupta
-- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Bash, cat and EOF problem

2006-03-01 Thread LUK ShunTim
Dave Thayer wrote: > On Thu, Mar 02, 2006 at 02:41:08PM +0800, LUK ShunTim wrote: > > >> >>cat <>outfile >>Some words >>EOF >> >> >>works but when it is embedded inside an if-then-fi construct like, >> >> >>AAA=&

Re: Bash, cat and EOF problem

2006-03-01 Thread Dave Thayer
On Thu, Mar 02, 2006 at 02:41:08PM +0800, LUK ShunTim wrote: > > cat <>outfile > Some words > EOF > > > works but when it is embedded inside an if-then-fi construct like, > > > AAA="" > if [ -z "$AAA" ]; then >cat <&

Re: Bash, cat and EOF problem

2006-03-01 Thread Andrew Cady
On Thu, Mar 02, 2006 at 02:41:08PM +0800, LUK ShunTim wrote: > if [ -z "$AAA" ]; then >cat <>outfile >EOF > fi Remove indentation before EOF or use <<" EOF". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bash, cat and EOF problem

2006-03-01 Thread LUK ShunTim
Hello, I ran into this problem which I cannot figure out. I must have missed something. I'm using sid with bash version 3.1.5(1). cat <>outfile Some words EOF works but when it is embedded inside an if-then-fi construct like, AAA="" if [ -z "$AAA" ]; then

Re: gunzip and Unexpected EOF

2005-06-17 Thread Joerg Rossdeutscher
Am Donnerstag, den 16.06.2005, 07:59 -0500 schrieb Martin McCormick: > tar zxf otherfilesystem/root.tar.gz, things seemed to start for a > while and then disaster!!! > > > gzip: stdin: unexpected end of file > tar: Read 4489 bytes from /mnt/root.tar.gz Some days ago I had a similar problem. tar

Re: gunzip and Unexpected EOF

2005-06-17 Thread Hendrik Boom
On Fri, Jun 17, 2005 at 12:35:55AM +0200, Almut Behrens wrote: > On Thu, Jun 16, 2005 at 07:59:09AM -0500, Martin McCormick wrote: > > > > gzip: stdin: unexpected end of file > > tar: Read 4489 bytes from /mnt/root.tar.gz > > > > Apparently a special file or something in / makes gzip stop >

Re: gunzip and Unexpected EOF

2005-06-16 Thread Martin McCormick
Almut Behrens writes: >I'm afraid your tarball got corrupted... In that case - I'm sorry to >say - you're almost certainly outta luck. After creating a tar.gz >file, the _whole_ tarfile has been piped through gzip, so if any part >of the file gets corrupted afterwards (however tiny - a single bit

Re: gunzip and Unexpected EOF

2005-06-16 Thread Almut Behrens
On Thu, Jun 16, 2005 at 07:59:09AM -0500, Martin McCormick wrote: > > gzip: stdin: unexpected end of file > tar: Read 4489 bytes from /mnt/root.tar.gz > > Apparently a special file or something in / makes gzip stop > before decompressing most of the 900 MB file. Is there any way to > cause

gunzip and Unexpected EOF

2005-06-16 Thread Martin McCormick
before rebuilding a system after an upgrade that went terribly wrong, I did the following in order to save kernel sources and configuration files: tar cf - . |gzip >../otherfilesystem/root.tar.gz This worked fine on the home file system and I recovered all the /home files but when I went

Re: Detecting EOF

2004-05-27 Thread Alan Shutko
Simon Buchanan <[EMAIL PROTECTED]> writes: > I am trying to detect that a file has stopped copying via FTP. As an > example: User sending a file via FTP (100MB), cron job to test if the file > has completed and then launch a command to do something with that file. You could just keep checking the

Detecting EOF

2004-05-27 Thread Simon Buchanan
Hi There, I am trying to detect that a file has stopped copying via FTP. As an example: User sending a file via FTP (100MB), cron job to test if the file has completed and then launch a command to do something with that file. Like a 'watch folder' type thing. How can i find out if the file has co

Re: dpkg EOF mozilla error after dselect install

2004-03-13 Thread Wolfgang Pfeiffer
g up mozilla-browser (1.6-2) ... > > Updating mozilla chrome registry.../usr/sbin/update-mozilla-chrome: line > > 68: une > > xpected EOF while looking for matching `}' > > There is a typo in /usr/sbin/update-mozilla-chrome. > Just open up the file in your favorite t

Re: dpkg EOF mozilla error after dselect install

2004-03-12 Thread Nick Lidakis
Roberto Sanchez wrote: Nick Lidakis wrote: Roberto Sanchez wrote: Nick Lidakis wrote: Running unstable debian here, and after a dselect update, dselect install: [SNIP] Updating mozilla chrome registry.../usr/sbin/update-mozilla-chrome: line 68: une xpected EOF while looking for matching

Re: dpkg EOF mozilla error after dselect install

2004-03-12 Thread Chris Metzler
On Thu, 11 Mar 2004 23:36:28 -0500 Nick Lidakis <[EMAIL PROTECTED]> wrote: > > > May I ask how you knew about this? Did I not Goggle properly? > > Many thanks on your solution. Googling only works if something's been around long enough for them to find it and index it. Since we just started see

Re: dpkg EOF mozilla error after dselect install

2004-03-12 Thread Roberto Sanchez
Nick Lidakis wrote: Roberto Sanchez wrote: Nick Lidakis wrote: Running unstable debian here, and after a dselect update, dselect install: [SNIP] Updating mozilla chrome registry.../usr/sbin/update-mozilla-chrome: line 68: une xpected EOF while looking for matching `}' [SNIP] There is a ty

Re: dpkg EOF mozilla error after dselect install

2004-03-12 Thread Florian Ernst
0B of additional disk space will be used. > >>Do you want to continue? [Y/n] > >>Setting up mozilla-browser (1.6-2) ... > >>Updating mozilla chrome registry.../usr/sbin/update-mozilla-chrome: ^^^ > >>l

Re: dpkg EOF mozilla error after dselect install

2004-03-12 Thread scott
. > NL> Do you want to continue? [Y/n] > NL> Setting up mozilla-browser (1.6-2) ... > NL> Updating mozilla chrome > NL> registry.../usr/sbin/update-mozilla-chrome: line > NL> 68: une > NL> xpected EOF while looking for matching `}' > > Open the file /us

Re: dpkg EOF mozilla error after dselect install

2004-03-11 Thread Edward J. Shornock
Thursday, March 11, 2004, 9:30:13 PM, Nick Lidakis wrote: NL> Running unstable debian here, and after a dselect update, dselect install: NL> I have Google'd, and can't seem to find anything relevant. I also tried NL> removing all of the mozilla packages using dpkg -P, and reinstalling; I NL>

Re: dpkg EOF mozilla error after dselect install

2004-03-11 Thread Edward J. Shornock
registry.../usr/sbin/update-mozilla-chrome: line NL> 68: une NL> xpected EOF while looking for matching `}' Open the file /usr/sbin/update-mozilla-chrome . Change lines 68 & 69 from -start- touch ${LIBDIR]/chrome/user-skins.rdf touch ${LIBDIR]/chrome/user-locales.rdf -end- to

Re: dpkg EOF mozilla error after dselect install

2004-03-11 Thread Nick Lidakis
not fully installed or removed. Need to get 0B of archives. After unpacking 0B of additional disk space will be used. Do you want to continue? [Y/n] Setting up mozilla-browser (1.6-2) ... Updating mozilla chrome registry.../usr/sbin/update-mozilla-chrome: line 68: une xpected EOF while looking for

dpkg EOF mozilla error after dselect install

2004-03-11 Thread Nick Lidakis
. After unpacking 0B of additional disk space will be used. Do you want to continue? [Y/n] Setting up mozilla-browser (1.6-2) ... Updating mozilla chrome registry.../usr/sbin/update-mozilla-chrome: line 68: une xpected EOF while looking for matching `}' dpkg: error processing mozilla-br

Re: dpkg EOF mozilla error after dselect install

2004-03-11 Thread Roberto Sanchez
removed. Need to get 0B of archives. After unpacking 0B of additional disk space will be used. Do you want to continue? [Y/n] Setting up mozilla-browser (1.6-2) ... Updating mozilla chrome registry.../usr/sbin/update-mozilla-chrome: line 68: une xpected EOF while looking for matching `}' There

dpkg EOF mozilla error after dselect install

2004-03-11 Thread Nick Lidakis
0B of archives. After unpacking 0B of additional disk space will be used. Do you want to continue? [Y/n] Setting up mozilla-browser (1.6-2) ... Updating mozilla chrome registry.../usr/sbin/update-mozilla-chrome: line 68: une xpected EOF while looking for matching `}' dpkg: error processing mo

Re: EOF on net-drivers.img

2004-03-03 Thread Joseph
files nothing prints out. -- Joseph On Wed, 2004-03-03 at 18:24, Joey Hess wrote: > Joseph wrote: > > However, the cd-drivers.img & net-drivers.img are giving me an error: > > EOF on net-drivers.img etc. > > Tell us the real error message, not a paraphrased fragment. I

Re: EOF on net-drivers.img

2004-03-03 Thread Joey Hess
Joseph wrote: > However, the cd-drivers.img & net-drivers.img are giving me an error: > EOF on net-drivers.img etc. Tell us the real error message, not a paraphrased fragment. I have my suspecions, but I will not speculate without a real error message, sorry. -- see shy jo sig

EOF on net-drivers.img

2004-03-03 Thread Joseph
rs.img net-drivers.img root.img However, the cd-drivers.img & net-drivers.img are giving me an error: EOF on net-drivers.img etc. I use the command to write the floppies: dd if=file.img of=/dev/fd0 bs=1024 conv=sync ; sync The images from testing branch from Jan. have their own problem re

Re: EOF

2003-09-21 Thread Ron Johnson
On Sun, 2003-09-21 at 06:50, [EMAIL PROTECTED] wrote: > Try CTRL + Z Wouldn't that be more a CP/M thing? -- - Ron Johnson, Jr. [EMAIL PROTECTED] Jefferson, LA USA Some former UNSCOM officials are alarmed, however. Terry Taylor, a

Re: EOF

2003-09-21 Thread Ismael Valladolid Torres
El domingo, 21 de septiembre de 2003, a las 07:50, [EMAIL PROTECTED] escribe: > Try CTRL + Z Try CTRL + D Try disappearing from my inbox... :P Regards, Ismael -- "Tout fourmille de commentaries; d'auteurs il en est grande cherté" signature.asc Description: Digital signature

EOF

2003-09-21 Thread Kucukdurgut
Try CTRL + Z

Re: enexpected EOF problem

2000-06-10 Thread Stelios Bounanos
In message <[EMAIL PROTECTED]> , Pollywog <[EMAIL PROTECTED]> was rumoured to have said about `` enexpected EOF problem '': > Although I have only used vi to edit a file, I keep getting this when I > execute it: > > /etc/iptables.sh: line 247: sy

Re: enexpected EOF problem

2000-06-10 Thread Tom Furie
On Sat, Jun 10, 2000 at 03:53:31PM +, Pollywog wrote: > Although I have only used vi to edit a file, I keep getting this when I > execute it: > > /etc/iptables.sh: line 247: syntax error: unexpected end of file     Some pieces of software expect a linefeed on the last line and break if there

enexpected EOF problem

2000-06-10 Thread Pollywog
Although I have only used vi to edit a file, I keep getting this when I execute it: /etc/iptables.sh: line 247: syntax error: unexpected end of file     I don't see anything there that could be causing the problem. Is there a way to see and remove whatever character is doing this? thanks -- A

Re: Unexpected EOF on devpts.sh

2000-02-05 Thread Kent West
Thanks for the response. The problem, as mentioned by several on this list, was a bug in the devtps.sh file; there was a "{" where a "}" should have been (or vice-versa). Bruce Sass wrote: > > > I don't have a /devpts line in /etc/fstab, on any of my > > boxes. Is this something I need? What does

Re: Unexpected EOF on devpts.sh

2000-02-05 Thread Bruce Sass
> I don't have a /devpts line in /etc/fstab, on any of my > boxes. Is this something I need? What does it do? I really don't know anything about it. I've been testing the boot floppies and noticed this in /etc/fstab: # Uncomment the following entry if you use a 2.2.x or newer kernel for # UNIX98-

Re: Unexpected EOF on devpts.sh

2000-02-04 Thread Gary Hennigan
Kent West <[EMAIL PROTECTED]> writes: > Bruce Sass wrote: > > > > I wonder if the /devpts line being commented out in /etc/fstab has > > anything to do with the problem. > > > > -- > > On Thu, 3 Feb 2000, Kent West wrote: > > > > > When booting a Potato box, I'm getting the error: > > > ./devp

Re: Unexpected EOF on devpts.sh

2000-02-04 Thread Kent West
Bruce Sass wrote: > > I wonder if the /devpts line being commented out in /etc/fstab has > anything to do with the problem. > > -- > On Thu, 3 Feb 2000, Kent West wrote: > > > When booting a Potato box, I'm getting the error: > > ./devpts.sh: line 63: syntax error: unexpected end of file > > y

Re: Unexpected EOF on devpts.sh

2000-02-04 Thread Bruce Sass
I wonder if the /devpts line being commented out in /etc/fstab has anything to do with the problem. -- On Thu, 3 Feb 2000, Kent West wrote: > When booting a Potato box, I'm getting the error: > ./devpts.sh: line 63: syntax error: unexpected end of file > yet the file appears to be fine. I don't

Unexpected EOF on devpts.sh

2000-02-04 Thread Kent West
When booting a Potato box, I'm getting the error: ./devpts.sh: line 63: syntax error: unexpected end of file yet the file appears to be fine. I don't even know what "devpts" is or does. Anyone know how to fix this error? Thanks!

wget && unexpected EOF

1999-08-26 Thread Paul Dufresne
: unexpected EOF in netscape... internal format violated The first time I thaught I had probably ended wget badly, something like using Ctrl-\ rather than Ctrl-C. But the second time I stopped it by doing a kill -SIGINT (wget process ID). Oh, I need to do that because I am launching it from an at

Re: how to insert EOF from keyboard ?

1998-10-02 Thread Raymond A. Ingles
On Thu, 1 Oct 1998, Jan Krupa wrote: > Could someone please tell how can I insert under > Linux (debian2.0) EOF (end of file) sign (in C lang.) from keyboard? > I mean what sequence of keys ? CTRL-D Sincerely, Ray Ingles (248) 377-7735 [EMAIL PROTECTED] An

Re: how to insert EOF from keyboard ?

1998-10-01 Thread Nathan E Norman
On Thu, 1 Oct 1998, Kendall P. Bullen wrote: : On Thu, 1 Oct 1998, Jan Krupa wrote: : : > Could someone please tell how can I insert under : > Linux (debian2.0) EOF (end of file) sign (in C lang.) from keyboard? : > I mean what sequence of keys ? : : Er, insert it where?! In E

Re: how to insert EOF from keyboard ?

1998-10-01 Thread Martin Bialasinski
>> "JK" == Jan Krupa <[EMAIL PROTECTED]> writes: JK> Could someone please tell how can I insert under JK> Linux (debian2.0) EOF (end of file) sign (in C lang.) from keyboard? JK> I mean what sequence of keys ? Control D is eof. Ciao, Martin

Re: how to insert EOF from keyboard ?

1998-10-01 Thread Kendall P. Bullen
On Thu, 1 Oct 1998, Jan Krupa wrote: > Could someone please tell how can I insert under > Linux (debian2.0) EOF (end of file) sign (in C lang.) from keyboard? > I mean what sequence of keys ? Er, insert it where?! In EMACS, you would press control-Q control-D (^Q^D) to insert a contr

Re: how to insert EOF from keyboard ?

1998-10-01 Thread Jeff Miller
Ctrl-d >>> Jan Krupa <[EMAIL PROTECTED]> 10/1/98 9:24:42 AM >>> Could someone please tell how can I insert under Linux (debian2.0) EOF (end of file) sign (in C lang.) from keyboard? I mean what sequence of keys ? Thanks Jan -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Re: how to insert EOF from keyboard ?

1998-10-01 Thread Gary L. Hennigan
Jan Krupa <[EMAIL PROTECTED]> writes: | Could someone please tell how can I insert under | Linux (debian2.0) EOF (end of file) sign (in C lang.) from keyboard? | I mean what sequence of keys ? Under most circumstances ^D is considered the EOF mark. Gary

how to insert EOF from keyboard ?

1998-10-01 Thread Jan Krupa
Could someone please tell how can I insert under Linux (debian2.0) EOF (end of file) sign (in C lang.) from keyboard? I mean what sequence of keys ? Thanks Jan

Re: Signaling end of input with EOF by keyboard instead of file.

1998-07-19 Thread Martin Bialasinski
>> "CB" == Christopher Barry <[EMAIL PROTECTED]> writes: CB> So can I send the EOF character with the keyboard? CTRL d Ciao, Martin ^d :-) -- from a 1996 Microshit ad campaign: "The less you know about computers the more you want Micro$oft!"

Signaling end of input with EOF by keyboard instead of file.

1998-07-19 Thread Christopher Barry
Hi all, Say I have command 'foo' that takes a file 'bar' as input and does something useful with it and is run like this: $ foo < bar Now foo expects EOF to stop accepting input and to exit and when filtering in files as in the example above everything is perfect but fo

Re: LILO: Unexpected EOF?

1998-07-03 Thread Hamish Moffatt
On Fri, Jul 03, 1998 at 01:14:47AM -0400, SEGV wrote: > This used to work and bring up NT Loader. I know I have reinstalled since > then, > but why would I get this, and how would I fix it? The relevant conf entry is: > > image=/dev/hda1 > label=Microsoft Should be other=/dev/hda1 Hamish --

Re: LILO: Unexpected EOF?

1998-07-03 Thread Ionut Borcoman at debian
SEGV wrote: > This used to work and bring up NT Loader. I know I have reinstalled since > then, > but why would I get this, and how would I fix it? The relevant conf entry is: > > image=/dev/hda1 > label=Microsoft > My lilo.conf says: other = /dev/hda1 label = dos table = /dev/hda for

LILO: Unexpected EOF?

1998-07-03 Thread SEGV
For the last few months I have been getting this error when using the "Microsoft" entry of my /etc/lilo.conf: Loading Microsoft Unexpected EOF Loading Microsoft Unexpected EOF Loading Microsoft Unexpected EOF ... until I hit CTRL. This used to work and bring up NT Loader. I k

Re: mt eof + Travan = Operation not permitted

1997-03-18 Thread meierrj
tape with eof marks in between, and an eot at the end. Tar by default writes several file blocks followed by two eof marks. ...++..++.++* ^^^ ^^ ^file blocks ^^ ^^ ^^ 6 eof marks (2/file by convention

Re: mt eof + Travan = Operation not permitted

1997-03-17 Thread Ken Gaugler
s Dec 96 6 cd set, and was disappointed that > > mt(1) limitations were not lifted. > > > > Summary:How can I read and write multiple archives on a floppy tape? > > Is anyone writing multiple archives on a Travan floppy tape? > > > > Problem:mt -f /dev/nrft

Re: mt eof + Travan = Operation not permitted

1997-03-17 Thread Jens B. Jorgensen
) limitations were not lifted. > > Summary:How can I read and write multiple archives on a floppy tape? > Is anyone writing multiple archives on a Travan floppy tape? > > Problem:mt -f /dev/nrft0 eof > reports "Operation not permitted" > I u

mt eof + Travan = Operation not permitted

1997-03-17 Thread meierrj
tiple archives on a floppy tape? Is anyone writing multiple archives on a Travan floppy tape? Problem:mt -f /dev/nrft0 eof reports "Operation not permitted" I understood that this was a limitation of linux 1.2.13 but not of linux 2.0.6.