Re: e-mail with line in body beginning with "From"

2022-12-11 Thread David Wright
Threaded to the OP, rather than a private message. On Sun 11 Dec 2022 at 18:56:24 (-0600), Greg Marks wrote: > Dear David, Thanks, but please keep replies on list so others can see solutions or join in with suggestions. Rather than appending a piece of free-standing text to the rest of the email

Re: e-mail with line in body beginning with "From"

2022-12-10 Thread David Wright
On Sat 10 Dec 2022 at 20:45:37 (-0500), pa...@quillandmouse.com wrote: > On Sun, 11 Dec 2022 09:49:54 +1100 > David wrote: > > > On Sat, 10 Dec 2022 at 19:05, wrote: > > > On Fri, 9 Dec 2022 20:39:34 -0600 Greg Marks > > > wrote: > > [snip] > > > > > > I don't know the RFCs involved, but I'

Re: e-mail with line in body beginning with "From"

2022-12-10 Thread paulf
On Sun, 11 Dec 2022 09:49:54 +1100 David wrote: > On Sat, 10 Dec 2022 at 19:05, wrote: > > On Fri, 9 Dec 2022 20:39:34 -0600 Greg Marks > > wrote: [snip] > > > I don't know the RFCs involved, but I'm guessing they mandate or > > suggest this treatment. > > Here's a reference describing 'mb

Re: e-mail with line in body beginning with "From"

2022-12-10 Thread David
On Sat, 10 Dec 2022 at 19:05, wrote: > On Fri, 9 Dec 2022 20:39:34 -0600 Greg Marks wrote: > > In a recent instance, the body of the e-mail contained a line > > beginning with the word "From"; the sendmail program prefixed the > > line with the character ">" and a space (evidently interpreting >

Re: e-mail with line in body beginning with "From"

2022-12-10 Thread David Wright
On Sat 10 Dec 2022 at 08:24:05 (+0200), Teemu Likonen wrote: > * 2022-12-09 20:39:34-0600, Greg Marks wrote: > > > > I occasionally send e-mail from the command line via Postfix, using a > > script containing the command > > > >/usr/sbin/sendmail -oi -f -t < file > > Is there a way to tell

Re: e-mail with line in body beginning with "From"

2022-12-10 Thread Miguel A. Vallejo
I remember some e-mail programs automatically add an extra space in front of a From in the message body if any line starts with From. Probably Thunderbird is one of them. to...@tuxteam.de wrote: > > On Sat, Dec 10, 2022 at 08:36:39AM -0500, Greg Wooledge wrote: > > [...] > > > Technically, it's th

Re: e-mail with line in body beginning with "From"

2022-12-10 Thread debian-user
> On Sat, Dec 10, 2022 at 02:57:42AM -0500, pa...@quillandmouse.com > wrote: > > You don't want to do this. Consider an MUA which stores your mail in > > "mbox" format-- one email right after another in one file. The > > delimiter is a line which starts at the left margin with the word > > "From".

Re: e-mail with line in body beginning with "From"

2022-12-10 Thread tomas
On Sat, Dec 10, 2022 at 08:36:39AM -0500, Greg Wooledge wrote: [...] > Technically, it's the 5-character sequence "From " (including the space) > that matters in mbox formats. If you begin a line with "Fromage" [...] I thusly propose to drop the '>' escaping of "From" and change every From at a

Re: e-mail with line in body beginning with "From"

2022-12-10 Thread Greg Wooledge
On Sat, Dec 10, 2022 at 02:57:42AM -0500, pa...@quillandmouse.com wrote: > You don't want to do this. Consider an MUA which stores your mail in > "mbox" format-- one email right after another in one file. The > delimiter is a line which starts at the left margin with the word > "From". Technically

Re: e-mail with line in body beginning with "From"

2022-12-10 Thread Thomas Schmitt
Hi, pa...@quillandmouse.com wrote: > [...] any other line which starts with "From" must > be "armored". And the way you do that is to precede it with "> ". > I don't know the RFCs involved, but I'm guessing they mandate or > suggest this treatment. It does not look like being fully specified by a

Re: e-mail with line in body beginning with "From"

2022-12-10 Thread paulf
On Fri, 9 Dec 2022 20:39:34 -0600 Greg Marks wrote: > I occasionally send e-mail from the command line via Postfix, using a > script containing the command > >/usr/sbin/sendmail -oi -f -t < file > > In a recent instance, the body of the e-mail contained a line > beginning with the word "F

Re: e-mail with line in body beginning with "From"

2022-12-09 Thread Teemu Likonen
* 2022-12-09 20:39:34-0600, Greg Marks wrote: > Is there a way to tell the Postfix sendmail command not to alter any > such lines ["From" lines] in the body of the message? I can't answer your actual question but I think Postfix and other "sendmails" do the right thing. In my opinion you shouldn'

Re: E: Package 'vlc' has no installation candidate ...

2022-05-01 Thread Charlie
On Sun, 1 May 2022 15:35:27 +0200 wrote: > On Sun, May 01, 2022 at 10:19:25PM +1000, Charlie wrote: > > [...] > > > The hardware clock thought it was in 2005-01-01 > > Uh, oh. This looks as if your clock's battery is dying. > > Cheers Thank you Tomas, I thought that; will replace it. Than

Re: E: Package 'vlc' has no installation candidate ...

2022-05-01 Thread tomas
On Sun, May 01, 2022 at 10:19:25PM +1000, Charlie wrote: [...] > The hardware clock thought it was in 2005-01-01 Uh, oh. This looks as if your clock's battery is dying. Cheers -- t signature.asc Description: PGP signature

Re: E: Package 'vlc' has no installation candidate ...

2022-05-01 Thread Charlie
On Sun, 1 May 2022 11:18:23 + "Andrew M.A. Cater" wrote: > On Sun, May 01, 2022 at 03:13:06PM +1000, Charlie wrote: > > > > > > > Thank you for that update. I will give your sources list a try because > > my new Asus desktop install won't accept the sources list from my > > working laptop

Re: E: Package 'vlc' has no installation candidate ...

2022-05-01 Thread Andrew M.A. Cater
On Sun, May 01, 2022 at 03:13:06PM +1000, Charlie wrote: > > > > Thank you for that update. I will give your sources list a try because > my new Asus desktop install won't accept the sources list from my > working laptop: > > deb http://deb.debian.org/debian/ bullseye main non-free contrib > >

Re: E: Package 'vlc' has no installation candidate ...

2022-04-30 Thread Charlie
On Sat, 30 Apr 2022 16:45:01 -0500 Albretch Mueller wrote: > after editing it the unhashed line in my /etc/apt/sources.list are: > > deb http://security.debian.org/debian-security bullseye-security main > deb-src http://security.debian.org/debian-security bullseye-security main > > deb http://

Re: E: Package 'vlc' has no installation candidate ...

2022-04-30 Thread Charles Curley
On Sat, 30 Apr 2022 16:45:01 -0500 Albretch Mueller wrote: > and all seems to be fine and dandy. Good to hear. A bit of fine tuning: Unless you want the source for any package(s), comment out the deb-src lines. Comment in the deb-src lines only for packages that interest you. You have two sec

Re: E: Package 'vlc' has no installation candidate ...

2022-04-30 Thread Albretch Mueller
after editing it the unhashed line in my /etc/apt/sources.list are: deb http://security.debian.org/debian-security bullseye-security main deb-src http://security.debian.org/debian-security bullseye-security main deb http://deb.debian.org/debian/ bullseye-updates main deb-src http://deb.debian.or

Re: E: Package 'vlc' has no installation candidate ...

2022-04-30 Thread Albretch Mueller
I had just installed Debian 11 onto a pen drive and as soon as I connected my computer to the Internet I started having such problems, which makes me wonder if the original installation disk was OK. lbrtchx

Re: E: Package 'vlc' has no installation candidate ...

2022-04-29 Thread Greg Wooledge
On Fri, Apr 29, 2022 at 09:51:47PM -0500, Albretch Mueller wrote: > On 4/28/22, Greg Wooledge wrote: > > Run these commands for additional information: > > > > cat /etc/apt/sources.list > > apt policy vlc > > # date; cat /etc/apt/sources.list > Fri 29 Apr 2022 09:44:06 PM CDT > [...] > deb http:/

Re: E: Package 'vlc' has no installation candidate ...

2022-04-29 Thread Albretch Mueller
# apt-add-repository -bash: apt-add-repository: command not found #

Re: E: Package 'vlc' has no installation candidate ...

2022-04-29 Thread Albretch Mueller
On 4/28/22, Greg Wooledge wrote: > Run these commands for additional information: > > cat /etc/apt/sources.list > apt policy vlc # date; cat /etc/apt/sources.list Fri 29 Apr 2022 09:44:06 PM CDT # deb cdrom:[Official Debian GNU/Linux Live 11.2.0 lxde 2021-12-18T12:41]/ bullseye main #deb cdrom:[

Re: E: Package 'vlc' has no installation candidate ...

2022-04-28 Thread Charles Curley
On Fri, 29 Apr 2022 05:23:57 +0100 (BST) Tim Woodall wrote: > > (And why do I have two signal repos???) > > > > Do you? Isn't it the Release file and then the Packages file that are > fetched? Presumably you're up to date on the others (except vivaldi) Actually, I don't. I misread the output.

Re: E: Package 'vlc' has no installation candidate ...

2022-04-28 Thread Tim Woodall
On Thu, 28 Apr 2022, Charles Curley wrote: On Thu, 28 Apr 2022 21:27:11 -0500 Albretch Mueller wrote: # time apt-get update Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Reading package lists... Done Odd. I would think you would show a few more repos. I see:

Re: E: Package 'vlc' has no installation candidate ...

2022-04-28 Thread Charles Curley
On Thu, 28 Apr 2022 21:27:11 -0500 Albretch Mueller wrote: > # time apt-get update > Hit:1 http://security.debian.org/debian-security bullseye-security > InRelease Reading package lists... Done > > real 0m0.955s > user 0m0.395s > sys 0m0.236s Odd. I would think you would show a few more rep

Re: E: Package 'vlc' has no installation candidate ...

2022-04-28 Thread Greg Wooledge
On Thu, Apr 28, 2022 at 09:27:11PM -0500, Albretch Mueller wrote: > How do you install vlc on Debian BUllseye? > # time apt-get install vlc > Reading package lists... Done > Building dependency tree... Done > Reading state information... Done > Package vlc is not available, but is referred to by

Re: "E: Package 'gs' has no installation candidate" ...

2022-03-25 Thread Albretch Mueller
$ sudo apt-get install ghostscript Reading package lists... Done Building dependency tree... Done Reading state information... Done The following package was automatically installed and is no longer required: libeatmydata1 Use 'sudo apt autoremove' to remove it. Suggested packages: ghostscript-

Re: "E: Package 'gs' has no installation candidate" ...

2022-03-25 Thread Nicholas Geovanis
On Fri, Mar 25, 2022 at 9:26 AM Greg Wooledge wrote: > On Fri, Mar 25, 2022 at 02:22:43PM +, Albretch Mueller wrote: > > basically I need to extract, merge, ... pages from pdf files and gs > > was the way to go? > > Do you know what is going on? > > The program's name is gs, but the package

Re: "E: Package 'gs' has no installation candidate" ...

2022-03-25 Thread tomas
On Fri, Mar 25, 2022 at 02:25:05PM +, Albretch Mueller wrote: > $ sudo apt-get update > Hit:1 http://deb.debian.org/debian bullseye InRelease > Reading package lists... Done > $ sudo apt-get install gs [...] Ah... much better now :) See the other answers. Cheers -- t signature.asc Descri

Re: "E: Package 'gs' has no installation candidate" ...

2022-03-25 Thread tomas
On Fri, Mar 25, 2022 at 02:22:43PM +, Albretch Mueller wrote: > $ uname -a > Linux debian 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) > x86_64 GNU/Linux > ~ > basically I need to extract, merge, ... pages from pdf files and gs > was the way to go? > Do you know what is going on? > D

Re: "E: Package 'gs' has no installation candidate" ...

2022-03-25 Thread Greg Wooledge
On Fri, Mar 25, 2022 at 02:22:43PM +, Albretch Mueller wrote: > basically I need to extract, merge, ... pages from pdf files and gs > was the way to go? > Do you know what is going on? The program's name is gs, but the package's name is ghostscript.

Re: "E: Package 'gs' has no installation candidate" ...

2022-03-25 Thread Albretch Mueller
$ sudo apt-get update Hit:1 http://deb.debian.org/debian bullseye InRelease Reading package lists... Done $ sudo apt-get install gs Reading package lists... Done Building dependency tree... Done Reading state information... Done Package gs is not available, but is referred to by another package. T

Re: E: Unable to locate package zimlib . . .

2019-01-24 Thread Alexander V. Makartsev
On 25.01.2019 1:15, Albretch Mueller wrote: > I installed the package, but could not make sense of it. > > "zim" is the extension used by compressed wikipedia pages. You find > such files here: > > https://wiki.kiwix.org/wiki/Content > http://download.kiwix.org/zim/wikipedia_en_all_nopic.zim >

Re: E: Unable to locate package zimlib . . .

2019-01-24 Thread Albretch Mueller
On 1/16/19, Tom Bachreier wrote: > I don't know what zimlib is but you mean maybe libzim? In stretch is > libzim0v5: > I installed the package, but could not make sense of it. "zim" is the extension used by compressed wikipedia pages. You find su

Re: E: Unable to locate package zimlib . . .

2019-01-15 Thread Tom Bachreier
Hi! Jan 16, 2019, 8:00 AM by lbrt...@gmail.com: > Why is it I can't install zimlib? > I don't know what zimlib is but you mean maybe libzim? In stretch is libzim0v5: Tom

Re: E: Unable to locate package zimlib . . .

2019-01-15 Thread Albretch Mueller
https://packages.debian.org/sid/xz-utils seems to be what I actually needed in order to decompress zim files

Re: E: Unable to locate package zimlib . . .

2019-01-15 Thread Steve Kemp
> Why is it I can't install zimlib? Because there is no package named zimlib available: https://packages.debian.org/search?keywords=zimlib You probably want libzim-dev, which does exist: https://packages.debian.org/search?keywords=libzim Note that libzim 2.x is only available fo

Re: e-mail addresses not being redone

2018-05-12 Thread Gary Dale
On 2018-05-12 09:18 AM, Jude DaShiell wrote: On Fri, 11 May 2018, Gary Dale wrote: Date: Fri, 11 May 2018 17:30:26 From: Gary Dale Reply-To: g...@extremeground.com To: debian users Subject: e-mail addresses not being redone Resent-Date: Fri, 11 May 2018 21:30:56 + (UTC) Resent-From: debia

Re: E-mail headers 101 (was: Can't find the DNS Servers)

2017-10-02 Thread Gene Heskett
On Monday 02 October 2017 06:39:00 Reco wrote: > On Mon, Oct 02, 2017 at 06:26:08AM -0400, Gene Heskett wrote: > > On Monday 02 October 2017 03:00:28 Reco wrote: > > > Hi. > > > > > > On Sun, Oct 01, 2017 at 07:26:30PM -0700, Gary Roach wrote: > > > > This is the second time I've tried to send t

Re: E-mail headers 101 (was: Can't find the DNS Servers)

2017-10-02 Thread Reco
On Mon, Oct 02, 2017 at 06:26:08AM -0400, Gene Heskett wrote: > On Monday 02 October 2017 03:00:28 Reco wrote: > > > Hi. > > > > On Sun, Oct 01, 2017 at 07:26:30PM -0700, Gary Roach wrote: > > > This is the second time I've tried to send this. The first one just > > > disappeared to the bit bu

Re: E: Unable to locate package libpngwriter0-dev

2013-10-18 Thread Bob Proulx
don magnify wrote: > now that have sorted out the sources.list i get this: > E: Unable to locate package libpngwriter0-dev > for # apt-get install libpngwriter0-dev > > although http://packages.debian.org/squeeze/libpngwriter0-dev > > my guess is one is squeezing the other is weezing. so how do i

Re: E: Unable to locate package libpngwriter0-dev

2013-10-18 Thread Dmitrii Kashin
don magnify writes: > http://packages.debian.org/squeeze/libpngwriter0-dev > > do i create a separate sources.list for squeeze? No. I would recommend you to read sources.list(5) accurately, and then add squeeze repository into it. pgpuB6F9Kl7qe.pgp Description: PGP signature

Re: E: Couldn't rebuild package cache

2012-06-24 Thread lina
On Sun, Jun 24, 2012 at 2:02 PM, Dom wrote: > On 24/06/12 06:01, lina wrote: >> >> On Sun, Jun 24, 2012 at 12:39 PM, lina  wrote: >>> >>> Hi, >>> >>> I don't know how to fix the following problem, >> >> >> It's fixed after changing the source.list to my former mirror. >> >> Thanks, >> >> Best rega

Re: E: Couldn't rebuild package cache

2012-06-24 Thread Brian
On Sun 24 Jun 2012 at 13:01:37 +0800, lina wrote: > On Sun, Jun 24, 2012 at 12:39 PM, lina wrote: > > Hi, > > > > I don't know how to fix the following problem, > > It's fixed after changing the source.list to my former mirror. Switching backwards and forwards between mirrors may be avoided by

Re: E: Couldn't rebuild package cache

2012-06-23 Thread Dom
On 24/06/12 06:01, lina wrote: On Sun, Jun 24, 2012 at 12:39 PM, lina wrote: Hi, I don't know how to fix the following problem, It's fixed after changing the source.list to my former mirror. Thanks, Best regards, W: Failed to fetch gzip:/var/lib/apt/lists/partial/ftp.us.debian.org_debian

Re: E: Couldn't rebuild package cache

2012-06-23 Thread Charlie
On Sun, 24 Jun 2012 12:39:08 +0800 "lina lina.lastn...@gmail.com" suggested this: >W: Failed to fetch >gzip:/var/lib/apt/lists/partial/ftp.us.debian.org_debian_dists_wheezy_main_binary-amd64_Packages: >Hash Sum mismatch >E: Some index files failed to download. They have been ignored, or old >one

Re: E: Couldn't rebuild package cache

2012-06-23 Thread lina
On Sun, Jun 24, 2012 at 12:39 PM, lina wrote: > Hi, > > I don't know how to fix the following problem, It's fixed after changing the source.list to my former mirror. Thanks, Best regards, > > W: Failed to fetch > gzip:/var/lib/apt/lists/partial/ftp.us.debian.org_debian_dists_wheezy_main_binary-

Re: E-business and Linux

2010-12-29 Thread Dotan Cohen
On Tue, Dec 28, 2010 at 10:13, Yuwen Dai wrote: > I just can not completely abandon Windows, for all the E-business related > software are for Windows or IE in my country, for example, the security > plug-ins released by banks in China. I don't understand why they don't > develop plug-ins for Linu

Re: E-business and Linux

2010-12-29 Thread Michelle Konzack
Hello Yuwen Dai, where you will even find China related open source software. I am using a buch of them in my enterprise and created my own Debian Packages for it. Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux

Re: [OT] Re: E-business and Linux

2010-12-29 Thread Sjoerd Hardeman
Op 29-12-10 06:36, Eero Volotinen schreef: > 2010/12/29 francis southern : >> On 28 December 2010 20:23, John Hasler wrote: >>> Yuwen Dai writes: The situation is the same in all countries... >>> >>> I get along fine using only Debian here in the USA. >>> -- >>> John Hasler >>> >> >> Actually

Re: [OT] Re: E-business and Linux

2010-12-29 Thread Camaleón
On Tue, 28 Dec 2010 20:23:29 -0600, John Hasler wrote: > Yuwen Dai writes: >> The situation is the same in all countries... That was me :-) > I get along fine using only Debian here in the USA. I (sadly) not... I have to manage some CCTV and control access surveillance applications in the off

Re: [OT] Re: E-business and Linux

2010-12-29 Thread Camaleón
On Wed, 29 Dec 2010 09:50:15 +0800, Yuwen Dai wrote: > On Tue, Dec 28, 2010 at 5:43 PM, Camaleón wrote: > >> On Tue, 28 Dec 2010 16:13:14 +0800, Yuwen Dai wrote: >> (...) >> Companies only put money (aka, provide open tools and develop standard >> applications) when they know they are going to ge

Re: [OT] Re: E-business and Linux

2010-12-28 Thread Eero Volotinen
>> No problems *) with banking on Finland, using only Linux or Mac > > That's great.  Will the bank ask you to install any software developed for > Linux? No, only sampo bank requires some custom java applet. -- Eero -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subjec

Re: [OT] Re: E-business and Linux

2010-12-28 Thread Yuwen Dai
On Wed, Dec 29, 2010 at 1:36 PM, Eero Volotinen wrote: > 2010/12/29 francis southern : > > On 28 December 2010 20:23, John Hasler wrote: > >> Yuwen Dai writes: > >>> The situation is the same in all countries... > >> > >> I get along fine using only Debian here in the USA. > >> -- > >> John Hasle

Re: [OT] Re: E-business and Linux

2010-12-28 Thread Eero Volotinen
2010/12/29 francis southern : > On 28 December 2010 20:23, John Hasler wrote: >> Yuwen Dai writes: >>> The situation is the same in all countries... >> >> I get along fine using only Debian here in the USA. >> -- >> John Hasler >> > > Actually, Camaleón said that, not Yuwen Dai.  You should be car

Re: [OT] Re: E-business and Linux

2010-12-28 Thread francis southern
On 28 December 2010 20:23, John Hasler wrote: > Yuwen Dai writes: >> The situation is the same in all countries... > > I get along fine using only Debian here in the USA. > -- > John Hasler > Actually, Camaleón said that, not Yuwen Dai. You should be careful with your quoting! And, I've had no

Re: [OT] Re: E-business and Linux

2010-12-28 Thread John Hasler
Yuwen Dai writes: > The situation is the same in all countries... I get along fine using only Debian here in the USA. -- John Hasler -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://l

Re: E-business and Linux

2010-12-28 Thread Yuwen Dai
On Tue, Dec 28, 2010 at 11:34 PM, Klistvud wrote: > Dne, 28. 12. 2010 09:13:14 je Yuwen Dai napisal(a): > > Dear all, >> >> I just can not completely abandon Windows, for all the E-business related >> software are for Windows or IE in my country, for example, the security >> plug-ins released by

Re: [OT] Re: E-business and Linux

2010-12-28 Thread Yuwen Dai
On Tue, Dec 28, 2010 at 5:43 PM, Camaleón wrote: > On Tue, 28 Dec 2010 16:13:14 +0800, Yuwen Dai wrote: > > > I just can not completely abandon Windows, for all the E-business > > related software are for Windows or IE in my country, for example, the > > security plug-ins released by banks in Chi

Re: E-business and Linux

2010-12-28 Thread Klistvud
Dne, 28. 12. 2010 09:13:14 je Yuwen Dai napisal(a): Dear all, I just can not completely abandon Windows, for all the E-business related software are for Windows or IE in my country, for example, the security plug-ins released by banks in China. I don't understand why they don't develop plug

[OT] Re: E-business and Linux

2010-12-28 Thread Camaleón
On Tue, 28 Dec 2010 16:13:14 +0800, Yuwen Dai wrote: > I just can not completely abandon Windows, for all the E-business > related software are for Windows or IE in my country, for example, the > security plug-ins released by banks in China. I don't understand why > they don't develop plug-ins for

Re: E: Read error - read (21 Is a directory) What is this

2010-10-29 Thread Camaleón
On Fri, 29 Oct 2010 00:22:45 +0530, ravi wrote: > how to use strace, im gettin too much option And you are getting that error when you... (insert here the command you were issuing). Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "

Re: Re: E: Read error - read (21 Is a directory) What is this

2010-10-29 Thread ravi
how to use strace, im gettin too much option -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1288291965.3858.1.ca...@ubuntu

RE - E-Quote No. 242897

2010-06-06 Thread Zip Posters
This quote was sent to you in error, please accept our apologies. David Crawley www.zip-posters.co.uk

Re: E: Sub-process /usr/bin/dpkg returned an error code (1)

2008-12-23 Thread Sven Joachim
On 2008-12-23 17:07 +0100, Zaki Akhmad wrote: > On Mon, Dec 22, 2008 at 5:06 PM, Sven Joachim wrote: >> Exactly. FWIW, I kind of expected that, it's a rather common error >> when installing linux-image packages because >> >> - they are rather large and dump everything into the root partition >>

Re: E: Sub-process /usr/bin/dpkg returned an error code (1)

2008-12-23 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Dec 22, 2008 at 5:06 PM, Sven Joachim wrote: > Exactly. FWIW, I kind of expected that, it's a rather common error > when installing linux-image packages because > > - they are rather large and dump everything into the root partition > > - old

Re: E: Sub-process /usr/bin/dpkg returned an error code (1)

2008-12-22 Thread Sven Joachim
On 2008-12-22 09:08 +0100, M.Lewis wrote: > Looks like you're out of space: > > failed in buffer_write(fd) (10, ret=-1): backend dpkg-deb during > `./lib/modules/2.6.26-1-686/kernel/net/irda/irda.ko': No space left on > device Exactly. FWIW, I kind of expected that, it's a rather common error w

Re: E: Sub-process /usr/bin/dpkg returned an error code (1)

2008-12-22 Thread M.Lewis
Zaki Akhmad wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Dec 22, 2008 at 2:52 PM, Sven Joachim wrote: If you still have your terminal open, send the complete output of the "apt-get upgrade" run. Otherwise, try "apt-get upgrade" again. Here's the full version: # apt-get upg

Re: E: Sub-process /usr/bin/dpkg returned an error code (1)

2008-12-22 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Dec 22, 2008 at 2:52 PM, Sven Joachim wrote: > > If you still have your terminal open, send the complete output of the > "apt-get upgrade" run. Otherwise, try "apt-get upgrade" again. Here's the full version: # apt-get upgrade Reading pack

Re: E: Sub-process /usr/bin/dpkg returned an error code (1)

2008-12-21 Thread Sven Joachim
On 2008-12-22 04:45 +0100, Zaki Akhmad wrote: > I met this error while trying to upgrade with > > # apt-get upgrade > ... Somewhere here there should be the error message. > ... > ... > Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst > Searching for splash image ... non

Re: E: pyracerz: subprocess pre-removal script returned error exit status 2

2006-10-13 Thread Olafur Jens Sigurdsson
Þann 2006-10-13, 12:08:13 (+0200) skrifaði HXC: > When I try to remove pyracerz I get this error: > > E: pyracerz: subprocess pre-removal script returned error exit status 2 > > Anyone knows how to solve this? I couldn't find it at bugs.debian.org Installing pyracerz and removing with apt-get wo

Re: E-CVs.net Support

2006-07-02 Thread nelly fakat
mam i already got your message and i want to ask or inquire what will i do next Do you Yahoo!? Next-gen email? Have it all with the all-new Yahoo! Mail Beta.

Re: E-mail Failing in weird ways

2006-06-26 Thread Mumia W.
Mike McCarty wrote: [...] she wants to import her e-mail, and her address book. We poked around with that for a while, and found what we take to be her address book (in ~/.thunderbird/.default/abook.mab, but evoloution seems unable to read/understand that. Nor does it seem to be able to import he

Re: E-mail Failing in weird ways

2006-06-26 Thread Kent West
Mike McCarty wrote: Dave Patterson wrote: * Mike McCarty <[EMAIL PROTECTED]> [2006-06-26 09:05:42 -0500]: Yeah, I shoulda mentioned that those had both been checked. I've sent her an e-mail asking for what (if any) error messages she gets, but I'm going to give her a phone call, as well. She

Re: E-mail Failing in weird ways

2006-06-26 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike McCarty wrote: > Dave Patterson wrote: >> * Mike McCarty <[EMAIL PROTECTED]> [2006-06-26 >> 09:05:42 -0500]: >> >> >> >>> Yeah, I shoulda mentioned that those had both been checked. >>> I've sent her an e-mail asking for what (if any) error >>>

Re: E-mail Failing in weird ways

2006-06-26 Thread Mike McCarty
Dave Patterson wrote: * Mike McCarty <[EMAIL PROTECTED]> [2006-06-26 09:05:42 -0500]: Yeah, I shoulda mentioned that those had both been checked. I've sent her an e-mail asking for what (if any) error messages she gets, but I'm going to give her a phone call, as well. Is she on a dialup?

Re: E-mail Failing in weird ways

2006-06-26 Thread Mike McCarty
Dave Patterson wrote: * Mike McCarty <[EMAIL PROTECTED]> [2006-06-26 09:05:42 -0500]: Yeah, I shoulda mentioned that those had both been checked. I've sent her an e-mail asking for what (if any) error messages she gets, but I'm going to give her a phone call, as well. Is she on a dialup?

Re: E-mail Failing in weird ways

2006-06-26 Thread Dave Patterson
* Mike McCarty <[EMAIL PROTECTED]> [2006-06-26 09:05:42 -0500]: > > Yeah, I shoulda mentioned that those had both been checked. I've sent > her an e-mail asking for what (if any) error messages she gets, but > I'm going to give her a phone call, as well. > Is she on a dialup? If so, have her c

Re: E-mail Failing in weird ways

2006-06-26 Thread Mike McCarty
Kent West wrote: Mike McCarty wrote: My girlfriend uses Debian (Sarge) and has a mysterious problem with e-mail. She has been using Thunderbird for some time, but with Windows NT. She installed Sarge, and now she cannot send e-mail, but she can pull, for months now. Well, she decided to try Evo

Re: E-mail Failing in weird ways

2006-06-26 Thread Kent West
Mike McCarty wrote: > My girlfriend uses Debian (Sarge) and has a mysterious problem > with e-mail. She has been using Thunderbird for some time, > but with Windows NT. She installed Sarge, and now she cannot > send e-mail, but she can pull, for months now. Well, she decided > to try Evolution, and

Re: E-mail Failing in weird ways

2006-06-26 Thread Lothar Braun
Mike McCarty wrote: My girlfriend uses Debian (Sarge) and has a mysterious problem with e-mail. She has been using Thunderbird for some time, but with Windows NT. She installed Sarge, and now she cannot send e-mail, but she can pull, for months now. Well, she decided to try Evolution, and it has

Re: e-Sword under Linux?

2004-12-17 Thread Freddy Freeloader
Roberto Sanchez wrote: Freddy Freeloader wrote: Roberto Sanchez wrote: I just submitted a feedback on the e-Sword website. I encouraged Rick to consider making the software available under an open source license and even offered my help to port the software. Hopefully this will pan out, as I also

Re: e-Sword under Linux?

2004-12-17 Thread bmetcalf
I will be out of the office starting Monday, December 20 and will return on Tuesday, January 4. I will not be checking email regularly during this time. Have a great holiday break! -- Brandon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Re: e-Sword under Linux?

2004-12-17 Thread Roberto Sanchez
Freddy Freeloader wrote: Roberto Sanchez wrote: I just submitted a feedback on the e-Sword website. I encouraged Rick to consider making the software available under an open source license and even offered my help to port the software. Hopefully this will pan out, as I also have been looking for a

Re: e-Sword under Linux?

2004-12-16 Thread Freddy Freeloader
Roberto Sanchez wrote: Freddy Freeloader wrote: Roberto Sanchez wrote: Check: bibletime, gnomesword, sword-comm-mhcc, sword-comm-pers, sword-dict-naves, sword-text-web, bible-kjv You can also try running e-Sword in WINE. -Roberto Sanchez Thanks to all who replied. Unfortunately I've looked at the

Re: yeah yeah it's OT as heck -- Re: OT anova.org: Cool Bibles and Porn [was Re: e-Sword under Linux?]

2004-12-16 Thread kurtz
El jueves 16 de diciembre de 2004 a las 16:54:12, Roberto Sanchez escribe: > I should have made that clear. You were clear enough, was only trolling. :)) signature.asc Description: Digital signature

Re: yeah yeah it's OT as heck -- Re: OT anova.org: Cool Bibles and Porn [was Re: e-Sword under Linux?]

2004-12-16 Thread Roberto Sanchez
kurtz wrote: El jueves 16 de diciembre de 2004 a las 16:34:36, Roberto Sanchez escribe: Then on his list of top 10 tips for developers he seems to think that the only reason to write software is to sell it and make money. No concept of Free software. Let us not forget, of course, that it is perfe

Re: yeah yeah it's OT as heck -- Re: OT anova.org: Cool Bibles and Porn [was Re: e-Sword under Linux?]

2004-12-16 Thread kurtz
El jueves 16 de diciembre de 2004 a las 16:34:36, Roberto Sanchez escribe: > Then on his list of top 10 tips for developers he seems to > think that the only reason to write software is to sell it > and make money. No concept of Free software. Let us not forget, of course, that it is perfectly po

Re: yeah yeah it's OT as heck -- Re: OT anova.org: Cool Bibles and Porn [was Re: e-Sword under Linux?]

2004-12-16 Thread Roberto Sanchez
William Ballard wrote: On Thu, Dec 16, 2004 at 02:02:39AM -0500, William Ballard wrote: http://www.anova.org/software/ This is just bizarre. "Zaine Ridling, Ph.D." is listed as the "editor" in the PDF file. This same twit who put together this list of his favorite Closed Source applications a

Re: yeah yeah it's OT as heck -- Re: OT anova.org: Cool Bibles and Porn [was Re: e-Sword under Linux?]

2004-12-15 Thread William Ballard
Aparenty Zaine is Kibo or something. All his screenshots are of porn. The mystery evolves: The Revised Standard Version is not distributed with any Linux software, or Windows Freeware, but the Oxford text is available from Oxford at: http://ota.ahds.ac.uk/textinfo/1061.html and in another form

Re: e-Sword under Linux?

2004-12-15 Thread Siju George
On Thu, 16 Dec 2004 01:07:43 -0500, Roberto Sanchez <[EMAIL PROTECTED]> wrote: > > I just submitted a feedback on the e-Sword website. I encouraged > Rick to consider making the software available under an open > source license and even offered my help to port the software. > Hopefully this will

yeah yeah it's OT as heck -- Re: OT anova.org: Cool Bibles and Porn [was Re: e-Sword under Linux?]

2004-12-15 Thread William Ballard
On Thu, Dec 16, 2004 at 02:02:39AM -0500, William Ballard wrote: > http://www.anova.org/software/ This is just bizarre. "Zaine Ridling, Ph.D." is listed as the "editor" in the PDF file. This same twit who put together this list of his favorite Closed Source applications and linked to the porn

OT anova.org: Cool Bibles and Porn [was Re: e-Sword under Linux?]

2004-12-15 Thread William Ballard
On Thu, Dec 16, 2004 at 01:32:33AM -0500, William Ballard wrote: > http://www.anova.org/sev/ > (The Koran will be up there "in a while" -- too) I don't know what to make of the link at the bottom of the page: http://www.anova.org/software/ which goes on to talk about Windows Software and then li

Re: e-Sword under Linux?

2004-12-15 Thread William Ballard
On Thu, Dec 16, 2004 at 01:14:29AM -0500, William Ballard wrote: > On Thu, Dec 16, 2004 at 01:06:20AM -0500, William Ballard wrote: > > Again, this is not "all the scholarly Bible Research there is" -- > > this is "All the Public Domain scholarly Bible Reserach there is." Hoorah! The Oxford Text

Re: e-Sword under Linux?

2004-12-15 Thread Carl Fink
On Wed, Dec 15, 2004 at 09:39:36PM -0800, Freddy Freeloader wrote: > I'll have to start experimenting with Wine and see if I can get e-Sword > to work under it. According to the WINE application database, it works partially, but you need a Windows box to actually install it. http://appdb.winehq

Re: e-Sword under Linux?

2004-12-15 Thread William Ballard
On Thu, Dec 16, 2004 at 01:06:20AM -0500, William Ballard wrote: > Again, this is not "all the scholarly Bible Research there is" -- > this is "All the Public Domain scholarly Bible Reserach there is." Yeah, the more I look at this, the more I realize that both are presenting the same public domai

Re: e-Sword under Linux?

2004-12-15 Thread William Ballard
On Wed, Dec 15, 2004 at 09:39:36PM -0800, Freddy Freeloader wrote: > >>The one program I have found so far that I can't find anything even > >>close to in a Debian package is e-Sword, a Bible study package > >>packaged only for Windows. All the "Sword Data" is released under GPL: http://www.cros

Re: e-Sword under Linux?

2004-12-15 Thread Roberto Sanchez
Freddy Freeloader wrote: Roberto Sanchez wrote: Check: bibletime, gnomesword, sword-comm-mhcc, sword-comm-pers, sword-dict-naves, sword-text-web, bible-kjv You can also try running e-Sword in WINE. -Roberto Sanchez Thanks to all who replied. Unfortunately I've looked at the programs available in De

Re: e-Sword under Linux?

2004-12-15 Thread Freddy Freeloader
Roberto Sanchez wrote: Freddy Freeloader wrote: I'm basically a Debian noob yet. I've learned a lot in the last few months, but still have a long way to go. Especially in learning what all is available and possible in Debian. I have almost completely gone away from Windows for my desktop OS.

  1   2   3   >