Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #2358

From: <debian-user-digest-request(at)lists.debian.org>
Date: Tue Sep 11 2007 - 12:15:05 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 2358

Today's Topics:

  Re: dual purpose USB-key              [ "Mirco Piccin"  ]
  Re: HAL Problem - nautilus does not   [ Bernd Aufrecht  ]
  FROG - Put the Internet in your Pock  [ "FROG"  ]
  Re: debian oriented laptot suggestio  [ Wayne Topa  ]
  Re: debian oriented laptot suggestio  [ Donald Davis 
  Re: debian oriented laptot suggestio  [ "=?ISO-8859-1?Q?Andr=E9_C=E9sar_de_ ]
  Re: HAL Problem - nautilus does not   [ Donald Davis <donald_g_davis@yahoo. ]

Date: Tue, 11 Sep 2007 14:33:37 +0200
From: "Mirco Piccin" <pictux@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: dual purpose USB-key
Message-ID: <ff8e9dfe0709110533q425047c1n1f11d4e432150299@mail.gmail.com> Content-Type: multipart/alternative;

        boundary="----=_Part_14522_33237354.1189514017787"

------=_Part_14522_33237354.1189514017787

Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi!

Do you need help?X

> In your experiment, you installed multiple distros. But I assume that
> the installation routine is quite different from the installer unless
> the debian installer is kind of a live system that could be added to
> grub menu.

well, i use geexbox live-cd, using "hd-install" (or "install-hd", i don't remember well :-)) choosing the usb-key drive as HD on which install it. Then, to add the many distros, i use live cds (dsl, slack & systemrescuecd).

For example, damn small linux live cd use syslinux to boot. So, i look at kernel and initrd listed in it's /boot/isolinux/isolinux.cfg (the syslinux configuration file in the live cdrom, in this case from the old version i used):

DEFAULT linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix TIMEOUT 300 ..and modify grub menu.lst (the grub installed by geexbox, in the usb-key drive) in this way:
....
title DamnSmallLinux (GNU/Debian based)
root (hd0,0)
kernel /dsl/linux24 ramdisk_size=100000 init=/etc/init lang=it apm=power-off vga=791
initrd /dsl/minirt24.gz nomce noapic quiet frugal restore=sda1 BOOT_IMAGE=knoppix
boot
.....

So i "convert" syslinux boot string into a grub stanza. I don't install DSL in any way, i boot that in LIVE mode from usb-key drive.

And so on for the other distributions.
So i think that there's no problem with the debian net-install (for example: looking at debian-40r1-i386-netinst.iso) - there's a folder called "isolinux" with file "isolinux.cfg":
...
LABEL install

        kernel /install.386/vmlinuz
        append vga=normal initrd=/install.386/initrd.gz --
LABEL linux
        kernel /install.386/vmlinuz
        append vga=normal initrd=/install.386/initrd.gz --
LABEL installgui
        kernel /install.386/vmlinuz
        append video=vesa:ywrap,mtrr vga=788
initrd=/install.386/gtk/initrd.gz --

LABEL expert

        kernel /install.386/vmlinuz
        append priority=low vga=normal initrd=/install.386/initrd.gz --
LABEL expertgui
        kernel /install.386/vmlinuz
        append priority=low video=vesa:ywrap,mtrr vga=788
initrd=/install.386/gtk/initrd.gz --
...
where you can find out the kernel, the initrd and many boot options. You had to copy all the contents of the live cd (excluded autorun.*, readme.* etc etc, if you want) and edit grub menu.lst.

Instead of grub you can use syslinux (i don't remember why i choose to use grub, at the end).
But the way is about the same: you must put in one file (grub way: menu.lstor syslinux way:
syslinux.cfg ) the boot string for all the kernel you have in the usb-key drive.

Do you need more help?X

Hope it helps you a little more...

Bye!

------=_Part_14522_33237354.1189514017787

Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi!<br><br>&gt; In your experiment, you installed multiple distros. But I assume that<br>&gt; the installation routine is quite different from the installer unless<br>&gt; the debian installer is kind of a live system that could be added to


> grub menu.

 
well, i use geexbox live-cd, using "hd-install" (or "install-hd", i don't remember well :-)) choosing the usb-key drive as HD on which install it.
Then, to add the many distros, i use live cds (dsl, slack & systemrescuecd).

For example, damn small linux live cd use syslinux to boot.
So, i look at kernel and initrd listed in it's /boot/isolinux/isolinux.cfg (the syslinux configuration file in the live cdrom, in this case from the old version i used):

DEFAULT linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix
TIMEOUT 300

..and modify grub menu.lst (the grub installed by geexbox, in the usb-key drive) in this way:
Can we help you?X

....
title DamnSmallLinux (GNU/Debian based)
root    (hd0,0)
kernel /dsl/linux24 ramdisk_size=100000 init=/etc/init lang=it apm=power-off vga=791
initrd /dsl/minirt24.gz  nomce noapic quiet frugal restore=sda1 BOOT_IMAGE=knoppix
boot
.....

So i "convert" syslinux boot string into a grub stanza.
I don't install DSL in any way, i boot that in LIVE mode from usb-key drive.

And so on for the other distributions.
So i think that there&#39;s no problem with the debian net-install (for example: looking at debian-40r1-i386-netinst.iso) - there&#39;s a folder called &quot;isolinux&quot; with file &quot;isolinux.cfg&quot;:<br>...<br>LABEL install <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kernel /install.386/vmlinuz<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; append vga=normal initrd=/install.386/initrd.gz -- <br>LABEL linux<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kernel /install.386/vmlinuz<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; append vga=normal initrd=/install.386/initrd.gz -- <br> LABEL installgui<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kernel /install.386/vmlinuz<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; append video=vesa:ywrap,mtrr vga=788 initrd=/install.386/gtk/initrd.gz -- <br><br>LABEL expert<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kernel /install.386/vmlinuz<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; append priority=low vga=normal initrd=/install.386/initrd.gz --

LABEL expertgui
        kernel /install.386/vmlinuz
        append priority=low video=vesa:ywrap,mtrr vga=788 initrd=/install.386/gtk/initrd.gz --
...
where you can find out the kernel, the initrd and many boot options.
You had to copy all the contents of the live cd (excluded autorun.*, readme.* etc etc, if you want) and edit grub menu.lst.

Instead of grub you can use syslinux (i don't remember why i choose to use grub, at the end).
But the way is about the same: you must put in one file (grub way: menu.lst or syslinux way: syslinux.cfg ) the boot string for all the kernel you have in the usb-key drive.

Hope it helps you a little more...

Bye!

------=_Part_14522_33237354.1189514017787--

Date: Tue, 11 Sep 2007 16:04:47 +0200
From: Bernd Aufrecht <bernd.aufrecht@gmx.de> To: Michael Biebl <biebl@debian.org>
Cc: debian-user@lists.debian.org
Subject: Re: HAL Problem - nautilus does not display Devices/Partitions correctly

Message-ID: <46E6A07F.3060304@gmx.de>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Michael Biebl wrote:
>
> That's not a bug. HAL resp. gnome-vfs shows all partitions available.
> /etc/fstab is not the canonical source for the partition information.
>

Can't find what you're looking for?X

Hi Michael,

thx. I did not know that. Curiously i cannot mount any Removable DVD/CD if i don't restart dbus.

The Icon displays the Modell of the Drive but if i insert any media nothing happens. Even if i click on the Drive.

Pioneer_DVD-ROM_ATAPIModel_DVD-105S_012

When i rightclick on the Drive under Settings > Drive there are some Options like mountpoint, Filesystem, Mountoptions.

My external USB-Harddrive works just fine without restarting dbus.

Is the solution to remove the drive from the fstab or must i set some other setting that i am not aware of?

Bernd

Don't know where to look next?X

Date: Tue, 11 Sep 2007 09:25:23 -0500
From: cothrige <cothrige@bellsouth.net>
To: debian-user@lists.debian.org
Subject: Re: Where, Doom3 For Linux Download

Message-ID: <874pi12sa4.fsf@celephais.home.net>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Confused? Frustrated?X

Dave Thayer <debian0725321.dmthayer@recursor.net> writes:

> On Mon, Sep 10, 2007 at 05:09:27PM -0400, Orestes Leal wrote:
>> Hi Folks, I need a 'direct' download (with suport for resume) for downlo= ad

>> de Linux version of doom3, I have the original 3 CDs so the only thing
>> that I need it=B4s the .run? or whatever for linux, any help will be
>> thankfully appreciated,
>

> Have a look at the official "DOOM III GNU/Linux FAQ"
> <http://zerowing.idsoftware.com/linux/doom/> It contains the link
> you're looking for as well as a bittorrent tracker link. Of course,
> you'll want to read the other information there too...
>

I had a heck of a time finding a working link a while back for quake2, and in the end had to go with the loki installer from http://www.liflg.org/. I really don't know what makes it a different way than others, or if it does at all, but the link was there, it worked, and admittedly the install was easy. I think they have doom3 there so it may be worth looking into as well.

Patrick

Date: Tue, 11 Sep 2007 07:46:16 -0700
From: "FROG" <contact@getfrog.com>
To: debian-user@lists.debian.org
Subject: FROG - Put the Internet in your Pocket Message-ID: <11894232632a54fdef923fe4eeeb5c9db05c74d1cb@getfrog.com> Content-Type: multipart/alternative;

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

        boundary="--=_NextPart_1CBF3641_0DFF940E_01C9F258.D84EF1C0"

This is a multi-part message in MIME format.

----=_NextPart_1CBF3641_0DFF940E_01C9F258.D84EF1C0 Content-Type: text/plain;

        charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

BUSY ----=_NextPart_1CBF3641_0DFF940E_01C9F258.D84EF1C0 Content-Type: text/html;

        charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

http://www.w3.org/TR/html4/loose.dtd">






<meta name="Copyright" content="&copy; applebox 2007"> <meta name="revisit-after" content="30 days">

</head>

<body style="margin:0; color:#000000; font-size:12px; font-family:Arial, Helvetica, sans-serif; background-image:url(http://www.getfrog.com/images/background_stripe.jpg); background-position:top; background-repeat:repeat-x;"> <table width="775" border="0" cellspacing="0" cellpadding="0" style="background-image:url(http://www.getfrog.com/images/background.jpg); background-position:left top; background-repeat:no-repeat;">

 
Home  •  FAQ  •  News & Reviews  •  Contact
<td width="5" style="height:50px"><img src="http://www.getfrog.com/images/spacer.gif" alt="" width="1" height="50" border="0"></td> <td width="55"><div id="link_8"><img src="http://www.getfrog.com/db_images/link_240w_TV.jpg" alt="" width="55" height="50" border="0"></div></td>
 
http://www.getfrog.com/db_images/frog_240w_Sunnyside.jpg" alt="" width="65" height="155" border="0">
http://www.getfrog.com/images/spacer.gif" alt="" width="1" height="50" border="0"> http://www.getfrog.com/images/spacer.gif" alt="" width="1" height="50" border="0">
Do you need more help?X
http://www.getfrog.com/images/spacer.gif" alt="" width="1" height="50" border="0"> http://www.getfrog.com/images/spacer.gif" alt="" width="1" height="50" border="0">
http://www.getfrog.com/images/spacer.gif" alt="" width="1" height="50" border="0">
Customize  •  Jump
© 2007 getFROG.com support@getfrog.com
Can we help you?X
  http://www.getfrog.com/register.php"> http://www.getfrog.com/images/buttons/button_IWantFROG_off.jpg" name="IWantFROG" alt="" border="0" width="108" height="23">
A New Homepage For Your Smartphone
http://www.getfrog.com/images/checkmark.jpg" alt="" width="20" height="20"> 100% Free
http://www.getfrog.com/images/checkmark.jpg" alt="" width="20" height="20"> Nothing to Download
http://www.getfrog.com/images/checkmark.jpg" alt="" width="20" height="20"> Customizable Links and Colors
http://www.getfrog.com/images/checkmark.jpg" alt="" width="20" height="20"> Works With Over 170 Different Models
http://www.getfrog.com/images/checkmark.jpg" alt="" width="20" height="20"> Utilize Your Phone's High-Speed Connection
Discover the mobile web easily with FROG! A truly mobile and customizable internet experience is now on your phone.
From sports scores and fine dining to flight status and local traffic, FROG puts the power of the internet in your hands.
Can't find what you're looking for?X
Featuring Free Internet Television & Radio!
No autographs please... FROG News & Reviews
MobileCrunch The Boy Genius Report PDA Homepage Smartphone & Pocket PC Magazine WFAA.com
To be removed from this list, simply reply to this email
with "remove" in the subject, or email remove@getfrog.com

</body>
</html>
Do you need help?X

----=_NextPart_1CBF3641_0DFF940E_01C9F258.D84EF1C0--

Date: Tue, 11 Sep 2007 11:01:27 -0400
From: Wayne Topa <linuxone@intergate.com> To: debian-user@lists.debian.org
Subject: Re: debian oriented laptot suggestions

Message-ID: <20070911150127.GC6311@buddy.mtntop.home>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Raffaele Morelli(raffaele.morelli@gmail.com) is reported to have said:
> Hi you all,
>
> I am going to buy a laptop and install debian on it, so I would like to
> receive some feedback/suggestions from the list in this sense.
>
> thanx in advance

  1. IBM Thinkpad
  2. Lenovo Thinkpad

WT

-- 
To the systems programmer, users and applications serve only to provide
a test load.
_______________________________________________________

Date: Tue, 11 Sep 2007 15:50:15 +0000 (GMT) From: Donald Davis <donald_g_davis@yahoo.co.uk> To: Raffaele Morelli <raffaele.morelli@gmail.com> Cc: debian-user@lists.debian.org Subject: Re: debian oriented laptot suggestions Message-ID: <340461.40157.qm@web26002.mail.ukl.yahoo.com> Content-Type: multipart/alternative; boundary="0-447628655-1189525815=:40157" --0-447628655-1189525815=:40157 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable My first question would be:=0AHave you looked at any of the suppliers who s= ell with Debian preinstalled?=0A=0AI would definitely get a laptop/ noteboo= k with an Nvidia graphics card. Nvidia support is excellent. ATI support = (even with proprietary drivers) is not so great.=0A=0ALook at the internal = wireless card. It's possible to get a broadcom card working but they don't= work well. I've seen laptops with builtin Atheros chipset cards. Atheros= , Orinoco, and Prism cards are great. However, I personally prefer wireles= s pcmcia cards with external antenna connectors su as Ubiquity.=0A=0A=0A = ________________________________________________________=0ANervous about= who has your email address? Yahoo! Mail can help you win the war against s= pam.=0Ahttp://uk.docs.yahoo.com/mail/addressguard2.html --0-447628655-1189525815=:40157 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable <html><head><style type=3D"text/css"><!-- DIV {margin:0px;} --></style></he= ad><body><div style=3D"font-family:times new roman, new york, times, serif;= font-size:12pt"><DIV style=3D"FONT-SIZE: 12pt; FONT-FAMILY: times new roman= , new york, times, serif">My first question would be:</DIV>=0A<DIV style=3D= "FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Hav= e you looked at any of the suppliers who sell with Debian preinstalled?</DI= V>=0A<DIV style=3D"FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york,= times, serif">&nbsp;</DIV>=0A<DIV style=3D"FONT-SIZE: 12pt; FONT-FAMILY: t= imes new roman, new york, times, serif">I would definitely get a laptop/ no= tebook with an Nvidia graphics card.&nbsp; Nvidia support is excellent.&nbs= p; ATI support (even with proprietary drivers) is not so great.</DIV>=0A<DI= V style=3D"FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, = serif">&nbsp;</DIV>=0A<DIV style=3D"FONT-SIZE: 12pt; FONT-FAMILY: times new= roman, new york, times, serif">Look at the internal wireless card.&nbsp; I= t's possible to get a broadcom card working but they don't work well.&nbsp;= I've seen laptops with builtin Atheros chipset cards.&nbsp; Atheros, Orino= co, and Prism cards are great.&nbsp; However, I personally prefer wireless = pcmcia cards with external antenna connectors su as Ubiquity.&nbsp; <BR><BR= ></DIV></div><br>=0A Inbox cluttering up with junk? Clean up with <a h= ref=3D"http://us.rd.yahoo.com/mailuk/taglines/gmail/clean_up/*http://us.rd.= yahoo.com/evt=3D48525/*http://uk.docs.yahoo.com/mail/isp_targeting.html">Ya= hoo! Mail</a>.</body></html> --0-447628655-1189525815=:40157--

Date: Tue, 11 Sep 2007 16:34:57 +0100 From: "=?ISO-8859-1?Q?Andr=E9_C=E9sar_de_S=E1?=" <megatronpt@gmail.com> To: debian-user@lists.debian.org Subject: Re: debian oriented laptot suggestions Message-ID: <9f0508c40709110834h2d9fef0fk9ffae56d91dc7456@mail.gmail.com> Content-Type: multipart/alternative; boundary="----=_Part_20189_5903334.1189524897459" ------=_Part_20189_5903334.1189524897459 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Get a Toshiba / Asus.. :P On 11/09/2007, Wayne Topa <linuxone@intergate.com> wrote: >
> Raffaele Morelli(raffaele.morelli@gmail.com) is reported to have said:
> > Hi you all,
> >
> > I am going to buy a laptop and install debian on it, so I would like to
> > receive some feedback/suggestions from the list in this sense.
> >
> > thanx in advance
>
> 1. IBM Thinkpad
> 2. Lenovo Thinkpad
>
> WT
>
> --
> To the systems programmer, users and applications serve only to provide
> a test load.
> _______________________________________________________
> >
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
> > --=20 Andr=E9 C=E9sar de S=E1 ------=_Part_20189_5903334.1189524897459 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Get a Toshiba / Asus.. :P<br><br><div><span class=3D"gmail_quote">On 11/09/= 2007, <b class=3D"gmail_sendername">Wayne Topa</b> &lt;<a href=3D"mailto:li= nuxone@intergate.com">linuxone@intergate.com</a>&gt; wrote:</span><blockquo= te class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204)= ; margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Raffaele Morelli(<a href=3D"mailto:raffaele.morelli@gmail.com">raffaele.mor= elli@gmail.com</a>) is reported to have said:<br>&gt; Hi you all,<br>&gt;<b= r>&gt; I am going to buy a laptop and install debian on it, so I would like= to <br>&gt; receive some feedback/suggestions from the list in this sense.<br>= &gt;<br>&gt; thanx in advance<br><br>1. IBM Thinkpad<br>2. Lenovo Thinkpad<= br><br>WT<br><br>--<br>To the systems programmer, users and applications se= rve only to provide <br>a test load.<br>_______________________________________________________= <br><br><br>--<br>To UNSUBSCRIBE, email to <a href=3D"mailto:debian-user-RE= QUEST@lists.debian.org">debian-user-REQUEST@lists.debian.org</a><br>with a = subject of &quot;unsubscribe&quot;. Trouble? Contact=20 <a href=3D"mailto:listmaster@lists.debian.org">listmaster@lists.debian.org<= /a><br><br></blockquote></div><br><br clear=3D"all"><br>-- <br>Andr=E9 C=E9= sar de S=E1 ------=_Part_20189_5903334.1189524897459--

Date: Tue, 11 Sep 2007 15:56:50 +0000 (GMT) From: Donald Davis <donald_g_davis@yahoo.co.uk> To: Bernd Aufrecht <bernd.aufrecht@gmx.de> Cc: debian-user@lists.debian.org Subject: Re: HAL Problem - nautilus does not display Devices/Partitions correctly Message-ID: <239653.26950.qm@web26003.mail.ukl.yahoo.com> Content-Type: multipart/alternative; boundary="0-2048105219-1189526210=:26950" --0-2048105219-1189526210=:26950 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable >thx. I did not know that. Curiously i cannot mount any Removable DVD/CD=0A= >if i don't restart dbus.=0A=0AThis is similar but different to a problem I= have with my dvd player. If I start the computer with a dvd or cd in the = drive it reports the burn speeds accurately. However, if not or if nothing= is in the drive for a while ( a couple cron cycles I gues) it forgets the = appropriate burn speeds and only offers 32x. restarting Nautilus and resta= rting the Nautilus cd manager don't seem to help much. =0A=0AYou've given m= e the idea to try retarting dbus.=0A=0A=0A ___________________________= ________________________________ =0AWant ideas for reducing your carbon foo= tprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/envir= onment.html --0-2048105219-1189526210=:26950 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable <html><head><style type=3D"text/css"><!-- DIV {margin:0px;} --></style></he= ad><body><div style=3D"font-family:times new roman, new york, times, serif;= font-size:12pt"><DIV style=3D"FONT-SIZE: 12pt; FONT-FAMILY: times new roman= , new york, times, serif">=0A<DIV style=3D"FONT-SIZE: 12pt; FONT-FAMILY: ti= mes new roman, new york, times, serif">=0A<DIV><BR>&gt;thx. I did not know = that. Curiously i cannot mount any Removable DVD/CD<BR>&gt;if i don't resta= rt dbus.<BR></DIV>=0A<DIV>This is similar but different to a problem I have= with my dvd player.&nbsp; If I start the computer with a dvd or cd in the = drive it reports the burn speeds accurately.&nbsp; However, if not or if no= thing is in the drive for a while ( a couple cron cycles I gues) it forgets= the appropriate burn speeds and only offers 32x.&nbsp; restarting Nautilus= and restarting the Nautilus cd manager don't seem to help much. </DIV>=0A<= DIV>&nbsp;</DIV>=0A<DIV>You've given me the idea to try retarting dbus.&nbs= p; </DIV></DIV></DIV></div><br>=0A <hr size=3D1> =0AYahoo! Answers - G= et better answers from someone who knows. <a=0Ahref=3D"http://uk.answers.ya= hoo.com/;_ylc=3DX3oDMTEydmViNG02BF9TAzIxMTQ3MTcxOTAEc2VjA21haWwEc2xrA3RhZ2x= pbmU">Try=0Ait now</a>.</body></html> --0-2048105219-1189526210=:26950-- End of debian-user-digest Digest V2007 Issue #2358 ************************************************** Received on Tue Sep 11 12:15:12 2007

Don't know where to look next?X

This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:54:35 EDT

Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library