Date: Wed, 12 Dec 2007 05:51:50 -0600
From: Hugo Vanwoerkom <hvw59601@care2.com>
To: debian-user@lists.debian.org
Subject: Re: How to start KDE from a console prompt?
Message-ID:
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Ron Johnson wrote:
> On Tuesday 11 December 2007 08:29:02 pm Ron Johnson wrote:
>> On 12/11/07 20:20, Michael Pobega wrote:
>>> On Tue, Dec 11, 2007 at 07:36:02PM -0600, Ron Johnson wrote:
>>>> Hi,
>>>>
>>>> To enter GNOME, I type "startx". I tried entering KDE by typing
>>>> "startkde" which I what I remember doing a couple of years ago when
>>>> I last tried it. But it can't start X.
>>>>
>>>> Anyone have any clues?
>>>>
>>>> $ startkde
>>>> [snip x errors]
>>> startx /usr/bin/startkde
>> Remembering that, I tried "startx startkde", but that bombed. Now I
>> know why...
>>
Why?
Hugo
Date: Wed, 12 Dec 2007 07:09:16 -0500
From: "Dave" <dmehler26@woh.rr.com>
To: <debian-user@lists.debian.org>
Subject: network modules loading?
Message-ID: <000301c83cb7$d1eb0020$0200a8c0@satellite>
Content-Type: text/plain;
format=flowed;
charset="Windows-1252";
reply-type=original
Content-Transfer-Encoding: 7bit
Hello,
Newbie to Debian. I've got a 4.0 system with two nics in it, one a
realtek 8139, the other a 3com 3c905. One is configured via dhcp, the other
will be via static. I read that /etc/modules contains the names of kernel
drivers loaded at boot. I checked this file expecting to see the names of
the nic modules, all i saw is loop for the loopback device, yet the nics are
loaded. Checking lsmod i see the modules, mii, 3c59x, and 8139too. Where are
they loading from?
Thanks.
Dave.
Date: Wed, 12 Dec 2007 10:39:30 -0200
From: =?ISO-8859-1?Q?M=E1rcio_Luciano_Donada?=
<mdonada@auroraalimentos.com.br>
To: debian-user@lists.debian.org
Subject: Re: Kernel (Enable PAE)
Message-ID: <475FD682.9040903@auroraalimentos.com.br>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=20
Jochen Schulz escreveu:
> M=E1rcio Luciano Donada:
>> We have an HP server with 8Gb of memory, but the system is
>> recognizing just 4Gb. Baixei the sources of kernel to the
>> compilation of the PAE module, but when I install the new kernel
>> I have the following message system:
>
> What part of the message don't you understand? You are trying to
> install a kernel image in a version which you already have
> installed. Overwriting the /lib/modules/<kernel version> directory
> might be a bad idea and that's why you should probably move the
> existing directory out of the way before installing the new one.
> Just do that and everything will be fine.
>
> J.
That, in fact the message left me a little concerned. For as I am
already using the kernel, I thought that something might happen in the
kernel and I lose the boot from the server, if this happens we will be
without the mail server. So just move the 2.6.18 for a 2.6.18.old?
mx:/lib/modules# ls -alh
total 32K
drwxr-xr-x 6 root root 4,0K 2007-10-03 15:22 .
drwxr-xr-x 12 root root 12K 2007-12-07 16:59 ..
drwxr-xr-x 3 root root 4,0K 2007-10-03 14:29 2.6.18
drwxr-xr-x 3 root root 4,0K 2007-10-03 12:01 2.6.18-3-686
drwxr-xr-x 3 root root 4,0K 2007-12-11 22:51 2.6.18-5-686
drwxr-xr-x 3 root root 4,0K 2007-10-03 15:23 2.6.22
- --
M=E1rcio Luciano Donada <mdonada at auroraalimentos dot com dot br>
Aurora Alimentos - Cooperativa Central Oeste Catarinense
Departamento de T.I.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
=20
iD8DBQFHX9aBbjyCr4Ixg0wRAuq2AKCJKSQcO8uDYvyxdRKF4T/meMdNJgCgr9Ug
Ab60cfSLtw3tmRNDf/4Bgyo=3D
=3DkftU
-----END PGP SIGNATURE-----
Date: Wed, 12 Dec 2007 06:47:01 -0600
From: Hugo Vanwoerkom <hvw59601@care2.com>
To: debian-user@lists.debian.org
Subject: Re: Compile Error, Debian 2.6.23.9
Message-ID:
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Telly Williams wrote:
>> I may be dense but what exactly are you compiling?
>
> The 2.6.23.9 kernel obtained from kernel.org. Kernel
> recompiling works on my Microtel without errors. Like the error
> said, it looks like a hardware error dealing with the USB port,
> but I loaded the configuration file located in /boot that was
> installed by default.
>
>> I just compiled the 2.6.23-1-686 kernel because I wanted to add the ck
>> patch and then recompiling is the only way.
>>
> I need that kernel for a usb-->ethernet adapter that I bought.
>
So you are *not* compiling a Debian kernel but compiling the vanilla
kernel.org kernel.
And the new 2.6.23-1 Debian kernel hasn't got that adapter code?
Hugo
Date: Wed, 12 Dec 2007 23:27:51 +1100 (EST)
From: Cameron Hutchison <lists@xdna.net>
To: debian-user@lists.debian.org
Subject: Re: ntpd restart on IP address change the Debian way
Message-Id: <20071212122751.46EA34062@xionine.xdna.net>
Bob wrote:
>Bob wrote:
>> Is there such a thing?
>>
>> When my firewall / dhcp server / ntp server gets a fresh IP address
>> from my ISP the ntp daemon stops responding to requests.
>>
>Is the silence because it's a stupid question or because there isn't a
>preferred work around for this?
How does your firewall get its IP address?
If it is by PPP then you can scripts in /etc/ppp/ip-{up,down}.d to start
and stop the ntp daemon. This should get triggered when a new IP address
is negotiated.
Check the man page for pppd(8) and search for ip-up to see the details
of how it's used, but just dropping scripts in those directories should
be sufficient.
Date: Wed, 12 Dec 2007 07:10:44 -0600
From: Hugo Vanwoerkom <hvw59601@care2.com>
To: debian-user@lists.debian.org
Subject: how to use ted?
Message-ID:
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi,
I installed ted on Sid and expected to be able to edit a new rtf doc.
No such luck, it just sits and stares at me.
Anybody able to edit a new doc with ted?
Hugo
Date: Wed, 12 Dec 2007 13:55:31 +0100
From: dulev <dusan.vodopivec@pro-ing.co.yu>
To: debian-user@lists.debian.org
Subject: Re: Kernel (Enable PAE)
Message-ID: <20071212135531.0d7444d6@dulev.pro-ing.co.yu>
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
> without the mail server. So just move the 2.6.18 for a 2.6.18.old?
>
>
> mx:/lib/modules# ls -alh
> total 32K
> drwxr-xr-x 6 root root 4,0K 2007-10-03 15:22 .
> drwxr-xr-x 12 root root 12K 2007-12-07 16:59 ..
> drwxr-xr-x 3 root root 4,0K 2007-10-03 14:29 2.6.18
> drwxr-xr-x 3 root root 4,0K 2007-10-03 12:01 2.6.18-3-686
> drwxr-xr-x 3 root root 4,0K 2007-12-11 22:51 2.6.18-5-686
> drwxr-xr-x 3 root root 4,0K 2007-10-03 15:23 2.6.22
Don't forget to make backup of files in /boot:
config-2.6.18-xxxx
initrd.img-2.6.18-xxxx
System.map-2.6.18-xxxx
vmlinuz-2.6.18-xxxx
Date: Wed, 12 Dec 2007 14:21:38 +0100
From: Jochen Schulz <ml@well-adjusted.de>
To: debian-user@lists.debian.org
Subject: Re: Kernel (Enable PAE)
Message-ID: <20071212132138.GC27289@wasteland.homelinux.net>
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="Qbvjkv9qwOGw/5Fx"
Content-Disposition: inline
--Qbvjkv9qwOGw/5Fx
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
M=E1rcio Luciano Donada:
> Jochen Schulz escreveu:
>>=20
>> What part of the message don't you understand? You are trying to
>> install a kernel image in a version which you already have
>> installed. Overwriting the /lib/modules/ directory
>> might be a bad idea and that's why you should probably move the
>> existing directory out of the way before installing the new one.
>> Just do that and everything will be fine.
>=20
> That, in fact the message left me a little concerned. For as I am
> already using the kernel, I thought that something might happen in the
> kernel
Yes, something /might/ happen when you overwrite existing modules and
keep running the old kernel. Loading of new modules might fail, for
example, so /if/ you simply overwrite the modules you should reboot as
soon as possible.
> and I lose the boot from the server, if this happens we will be
> without the mail server. So just move the 2.6.18 for a 2.6.18.old?
Yes. After that, install the new kernel deb and reboot. The kernel
package's maintainer scripts should take care that you boot loader is
configured correctly (you might want to double-check that before
reboot).
J.
--=20
People talking a foreign language are romantic and mysterious.
[Agree] [Disagree]
<
http://www.slowlydownward.com/NODATA/data_enter2.html>
--Qbvjkv9qwOGw/5Fx
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHX+Bi+AfZydWK2zkRAiD+AJwIZ6Nr39LsK6NugpCdrL9kwdeOIACgp/Ya
nUe6pAM2kDEP78YR+XxzpNY=
=GcXR
-----END PGP SIGNATURE-----
--Qbvjkv9qwOGw/5Fx--
Date: Wed, 12 Dec 2007 10:30:37 -0300
From: iuri de araujo sampaio <iuri.sampaio@gmail.com>
To: Amit Uttamchandani <atu13439@csun.edu>
Cc: js <ebgssth@gmail.com>, Daniel Burrows <dburrows@debian.org>, debian-user@lists.debian.org
Subject: Re: Anyone using Debian on notebook?
Message-Id: <1197466237.6221.1.camel@COMPAQ>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi Amit,
good to know you did not have problems at all.
I run Ubuntu on AMD64 platform. Plus a debian etch server on AMD 32bits
platform. I just amazed how beauty is it!!
iuri
On Tue, 2007-12-11 at 23:59 -0800, Amit Uttamchandani wrote:
> On Tue, 11 Dec 2007 00:56:10 +0900
> js <ebgssth@gmail.com> wrote:
>
> > I don't think debian works well on my ppc mac (iBook).
> > I would buy thinkpad or something.
> >
> >
> >
>
> Really? I am running Debian Etch on a PowerBook G4 and have no problems at all. In fact, I really did not have to hack around or anything.
>
>
Date: Wed, 12 Dec 2007 07:34:23 -0600
From: Kent West <westk@acu.edu>
To: debian-user@lists.debian.org
CC: debian-user@lists.debian.org
Subject: Re: X server crashes everything
Message-ID: <475FE35F.1020601@acu.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Andrew Varner wrote:
> Hi
>
> I have a problem with the X server. When I type 'X', the screen goes
> black and everything stops. SysRq+b doesn't even work. Is it likely that
> I am missing the driver?
The video driver is where I would start. I'd shoot for the lowest common
denominator to start, by "dpkg-reconfigure xserver-xorg" and choosing
the vesa driver (or even the vga driver), then work up from there.
--
Kent
Date: Wed, 12 Dec 2007 07:40:25 -0600
From: Kent West <westk@acu.edu>
To: debian-user@lists.debian.org
Subject: Re: How to start KDE from a console prompt?
Message-ID: <475FE4C9.8080205@acu.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hugo Vanwoerkom wrote:
> Ron Johnson wrote:
>> On Tuesday 11 December 2007 08:29:02 pm Ron Johnson wrote:
>>> On 12/11/07 20:20, Michael Pobega wrote:
>>>> startx /usr/bin/startkde
>>> Remembering that, I tried "startx startkde", but that bombed. Now I
>>> know why...
>>>
>
> Why?
>
I _think_ Ron is saying that earlier before posting his original
question he had vaguely remembered the need to feed a parameter to
"startx", and had therefore earlier tried "startx startkde", but it
failed. When Michael wrote "startx /usr/bin/startkde", Ron then realized
why his earlier attempt had bombed: he had failed to provide the full
path to "startkde".
At least that's what I took him to be saying. Perhaps he'll jump back in
here and clarify for us.
--
Kent
Date: Wed, 12 Dec 2007 08:12:37 -0600
From: Ron Johnson <ron.l.johnson@cox.net>
To: debian-user@lists.debian.org
Subject: Re: How to start KDE from a console prompt?
Message-Id: <200712120812.37720.ron.l.johnson@cox.net>
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
On Wednesday 12 December 2007 07:40:25 am Kent West wrote:
> Hugo Vanwoerkom wrote:
> > Ron Johnson wrote:
> >> On Tuesday 11 December 2007 08:29:02 pm Ron Johnson wrote:
> >>> On 12/11/07 20:20, Michael Pobega wrote:
> >>>> startx /usr/bin/startkde
> >>>
> >>> Remembering that, I tried "startx startkde", but that
> >>> bombed. Now I know why...
> >
> > Why?
>
> I _think_ Ron is saying that earlier before posting his
> original question he had vaguely remembered the need to feed a
> parameter to "startx", and had therefore earlier tried "startx
> startkde", but it failed. When Michael wrote "startx
> /usr/bin/startkde", Ron then realized why his earlier attempt
> had bombed: he had failed to provide the full path to
> "startkde".
>
> At least that's what I took him to be saying. Perhaps he'll
> jump back in here and clarify for us.
That's exactly correct.
--
-----------------------------------------------------------------
Ron Johnson, Jr.
Jefferson, LA USA
"We have the power to do any damn fool thing we want to do, and
we seem to do it about every ten minutes."
Senator J. William Fulbright (D-AR)
Date: Wed, 12 Dec 2007 08:34:48 -0500
From: "Thomas H. George" <lists@tomgeorge.info>
To: debian-user@lists.debian.org
Subject: Re: System Lockup - Thanks
Message-id: <20071212133448.GA5445@tomgeorge.info>
Content-type: text/plain; charset=us-ascii
Content-disposition: inline
On Tue, Dec 11, 2007 at 06:50:26PM +0100, strawks wrote:
> > I just experienced my first ever system lockup. No mouse, no keyboard
> > with an Iceape screen open.
>
> > I had saved a posting regarding SYSRQ and I tried Alt-Sysrq k then
> > Alt-Sysrq i and the Alt-Sysrq b with no response.
>
> Did you really press those 3 keys at the same time? To see if it works
> switch to a console and try it there (Alt-Sysrq-s should print
> something).
No, I did not press all three keys at the same time. The posting I
saved says, "Pressing Alt-SysRq on an i386, followed by one of the keys
r 0 k e i s u b, does the magic." Following your suggestion I tried
Alt-Sysrq-s and the system promptly responded:
Sysrq: Emergency Sync
Emergency Sync complete
so it was my misunderstanding not a problem with Sysrq. Thanks for
pointing out my error.
Tom George
>
> > In desperation I crashed and rebooted the system. I am using
> > linux-image 2.6.21-2-686. When the system came up I entered grep SYSRQ
> > /boot/config-$(uname -r) and got the response CONFIG_MAGIC-SYSRQ=y
> >
> >
> > So its there. Either I did something wrong or it doesn't work with the
> > problem I encountered.
>
> Correct me if I'm wrong, but I thought sysrq should work in any case but
> hardware problem as it's done directly in the IRQ handler.
>
> --
> regards,
> strawks
>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
Date: Wed, 12 Dec 2007 09:44:11 -0500
From: Ralph Katz <ralph.katz@rcn.com>
To: debian-user <debian-user@lists.debian.org>
Subject: Re: no email
Message-ID: <475FF3BB.4070106@rcn.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
On 12/11/2007 10:56 AM, Mark Grieveson wrote:
> Hello. I'm subscribed to the digest of this list, and used to
> regularly receive email. Suddenly, it stopped. I resubscribed, but
> still am receiving nothing. I now follow the list via the web.
>
> Has anyone else had this issue?
Hi Mark -- I read the list as newsgroup gmane.linux.debian.user from
gmane.org which also has a nice newsgroup web browser. But I post
directly to the email list, which is faster.
Ralph
Date: Wed, 12 Dec 2007 09:01:12 -0600
From: Hugo Vanwoerkom <hvw59601@care2.com>
To: debian-user@lists.debian.org
Subject: Re: how to use ted?
Message-ID: <fjot3o$97g$1@ger.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hugo Vanwoerkom wrote:
> Hi,
>
> I installed ted on Sid and expected to be able to edit a new rtf doc.
>
> No such luck, it just sits and stares at me.
>
> Anybody able to edit a new doc with ted?
>
Forget ted. Oowriter does it very nicely. Sorry.
Hugo
Date: Wed, 12 Dec 2007 07:15:50 -0800
From: Daniel Burrows <dburrows@debian.org>
To: debian-user@lists.debian.org
Subject: Re: lost sources.list file during atempted upgrade
Message-id: <20071212151550.GA22465@alpaca>
Content-type: text/plain; charset=us-ascii
Content-disposition: inline
On Wed, Dec 12, 2007 at 05:05:34AM -0500, Dave <dmehler26@woh.rr.com> was heard to say:
> I'm a newbie to Debian Etch but not new to Linux in general.
> I was reading the Debian Reference doc section 5.2 going to upgrade from
> i believe the terms are Etch Stable to testing. I did a
> cp -f sources.list sources.list.old
> and later discovered that both files were of zero length. I assume i have a
> problem?
Yes, but not a big one. Just fill the sources for testing back in:
deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free
If you want, you can add a second pair of lines for "stable" by
changing "testing" to "stable".
Daniel
Date: Wed, 12 Dec 2007 16:28:17 +0100
From: Gerard Robin <g.robin3@free.fr>
To: debian <debian-user@lists.debian.org>
Subject: galeon and mutt
Message-ID: <20071212152816.GA8679@free.fr>
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hello,
with xterm installed in my box, when I clicked on an address e-mail
galeon opened mutt in an xterm.
Now I have removed xterm and I installed roxterm instead, but when I
click on an address e-mail nothing happens.
How can I set galeon so that it opens mutt via roxterm ?
tia
--=20
G=E9rard
Date: Wed, 12 Dec 2007 12:56:57 -0300
From: iuri de araujo sampaio <iuri.sampaio@gmail.com>
To: debian-user@lists.debian.org
Subject: NFS setup
Message-Id: <1197475017.6251.20.camel@COMPAQ>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Hi all,
I=C2=B4ve read other threads on this and posted some of my problems.
As it stands i am stuck, so forgive me for starting a new thread in what
i think is the right section.
My aim is to share my backup folder to the other computers on my home
network. The location of this folder is home/backup on the server
machine.
I have installed nfs to the server via......
sudo apt-get install nfs-common portmap nfs-kernel-server
I have installed nfs to the client via......
sudo apt-get install nfs-common portmap
My desktop is the server machine 192.168.1.2
My laptop is the client machine 192.168.1.3
I have edited etc/exports to share /home/backup
/home/backup 192.168.1.3(rw,sync,no_root_squash)
I would like to know if i have done everything properly on the server
and client machine.
Because i got the error bellow when i try to mount the nfs partition on
the client side.
$ sudo mount 192.168.1.2:/home/backup /mnt/nfs
$ mount.nfs: 192.168.1.2:/home/backup failed, reason given by server:
Permission denied
i can ping between each machine. I believe the permission is denied
because both machines don=C2=B4t have each other listed
at /etc/hosts /etc/hosts.allow /etc/hosts.deny
Is that possible? and how to add them properly? i tried to add them but
it doesn=C2=B4t work either.
please help,
iuri
Date: Wed, 12 Dec 2007 17:22:41 +0100
From: "Martin Marcher" <martin@marcher.name>
To: debian-user <debian-user@lists.debian.org>
Subject: Re: galeon and mutt
Message-ID: <5fa6c12e0712120822l31b56a68xb065a9bc5a1724f7@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi,
On 12/12/07, Gerard Robin <g.robin3@free.fr> wrote:
> Hello,
> with xterm installed in my box, when I clicked on an address e-mail
> galeon opened mutt in an xterm.
> Now I have removed xterm and I installed roxterm instead, but when I
> click on an address e-mail nothing happens.
> How can I set galeon so that it opens mutt via roxterm ?
what does "update-alternatives --display x-terminal-emulator"
you might want to set it to the correct term with
"update-alternatives --config x-terminal-emulator"
if you find it points to a wrong term-emulator
hth
martin
--
http://noneisyours.marcher.name
http://feeds.feedburner.com/NoneIsYours
Date: Wed, 12 Dec 2007 17:52:26 +0100
From: Gerard Robin <g.robin3@free.fr>
To: debian <debian-user@lists.debian.org>
Subject: Re: galeon and mutt
Message-ID: <20071212165226.GA10215@free.fr>
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Wed, Dec 12, 2007 at 05:22:41PM +0100, Martin Marcher wrote:
>From: Martin Marcher <martin@marcher.name>
>To: debian-user <debian-user@lists.debian.org>
>Subject: Re: galeon and mutt
>X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on liszt.debian.org
>X-Spam-Level:=20
>X-Spam-Status: No, score=3D-4.1 required=3D4.0 tests=3DAWL,LDO_WHITELIST,
> SARE_MSGID_LONG40,SPF_PASS autolearn=3Dfailed version=3D3.2.3
>
>Hi,
>
>On 12/12/07, Gerard Robin <g.robin3@free.fr> wrote:
>> How can I set galeon so that it opens mutt via roxterm ?
>
>what does "update-alternatives --display x-terminal-emulator"
>
>you might want to set it to the correct term with
>"update-alternatives --config x-terminal-emulator"
>
>if you find it points to a wrong term-emulator
thanks, it's very nice advice :-)=20
--=20
G=E9rard
Date: Wed, 12 Dec 2007 14:24:22 +0100
From: "PC FULL" <ULICHAIN0311@ADINET.COM.UY>
To: <debian-user@lists.debian.org>
Subject: OFERTAS DE NAVIDAD !!!!!!!!!!!!
Message-ID: <60d92f1af9b2be5582f9687503f26d61@adinet.com.uy>
Content-Type: multipart/alternative;
boundary="----=SPLITOR00A_001_7894140D"
This is a multi-part message in MIME format.
------=SPLITOR00A_001_7894140D
Content-Type: text/plain;
charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
=20
------=SPLITOR00A_001_7894140D
Content-Type: text/html;
charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
</head>
<body style=3D"FONT-FAMILY: Tahoma" text=3D#ffffff vLink=3D#ffffff =
aLink=3D#ffffff=20
link=3D#ffffff bgColor=3D#ffffff>
<p align=3Dcenter><img =
src=3D"http://www.subirimagen.es/07/1210/10190/1.jpg"=20
border=3D0><img style=3D"WIDTH: 116px; HEIGHT: 159px" height=3D188=20
src=3D"http://www.subirimagen.es/07/1210/10193/navidad.gif" width=3D124=20
border=3D0></p>
<p align=3Dcenter><img height=3D519=20
src=3D"http://www.subirimagen.es/07/1210/10198/pcs.jpg" width=3D884 =
border=3D0><img=20
style=3D"WIDTH: 884px; HEIGHT: 34px" height=3D34=20
src=3D"http://www.subirimagen.es/07/1210/10192/baro0220.gif" width=3D884=20
border=3D0></p>
<p align=3Dcenter><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0></p>
<p align=3Dcenter>
<table style=3D"WIDTH: 925px; HEIGHT: 605px" borderColor=3D#ff0000 =
height=3D605=20
cellSpacing=3D3 borderColorDark=3D#ff0000 cellPadding=3D3 width=3D925=20
borderColorLight=3D#ff0000 border=3D0>
<tbody>
<tr>
<td>
<p align=3Dcenter><img=20
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif" =
border=3D0></p>
<p align=3Dcenter><img=20
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif" =
border=3D0></p>
<p align=3Dcenter><img=20
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif" =
border=3D0></p>
<p align=3Dcenter><img=20
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif" =
border=3D0></p>
<p align=3Dcenter><img=20
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0></p></td>
<td>
<p align=3Dcenter><img=20
src=3D"http://www.subirimagen.es/07/1210/10203/Athlon_203200.jpg"=20
border=3D0></p></td>
<td>
<p align=3Dcenter><img=20
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif" =
border=3D0></p>
<p align=3Dcenter><img=20
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif" =
border=3D0></p>
<p align=3Dcenter><img=20
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif" =
border=3D0></p>
<p align=3Dcenter><img=20
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif" =
border=3D0></p>
<p align=3Dcenter><img=20
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0></p></td></tr></tbody></table></p>
<p align=3Dcenter><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0><img =
src=3D"http://www.subirimagen.es/07/1210/10202/nregalo2.gif"=20
border=3D0></p>
<p align=3Dcenter><img =
src=3D"http://www.subirimagen.es/07/1210/10208/Dibujo12.PNG"=20
border=3D0></p>
<p align=3Dcenter> </p>
</body>
</html>
------=SPLITOR00A_001_7894140D--
End of debian-user-digest Digest V2007 Issue #2995
**************************************************
Received on Wed Dec 12 12:21:43 2007