Thanks so much, zcat file.z | tar xf - worked On 11/17/09, [email protected] <[email protected]> wrote: > Send LUG mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://kym.net/mailman/listinfo/lug > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of LUG digest..." > > > Today's Topics: > > 1. tar.z files on solaris (stevie kabs) > 2. Re: tar.z files on solaris (Paul Bagyenda) > 3. Re: tar.z files on solaris (Juki) > 4. Re: tar.z files on solaris (mujabi mycal) > 5. Re: how do we install an external cased cdrom on linux? > (lukanga dennis) > 6. Re: tar.z files on solaris (Rob Gipman) > 7. Re: how do we install an external cased cdrom on linux? > (joseph mpora) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 16 Nov 2009 12:29:57 +0300 > From: stevie kabs <[email protected]> > Subject: [LUG] tar.z files on solaris > To: lug <[email protected]> > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi all, > How do i extract tar.z files on solaris? tried unzip and tar, don't work > > -- > Stephen Kabali > Data center Administrator > Uganda Industrial Research Institute (UIRI) > [email protected] +256-782-706582 > www.uiri.org > > > ------------------------------ > > Message: 2 > Date: Mon, 16 Nov 2009 12:52:50 +0300 > From: Paul Bagyenda <[email protected]> > Subject: Re: [LUG] tar.z files on solaris > To: Linux Users Group Uganda <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > try: > > zcat file.z | tar xf - > > > On Nov 16, 2009, at 12:29, stevie kabs wrote: > >> Hi all, >> How do i extract tar.z files on solaris? tried unzip and tar, don't work >> >> -- >> Stephen Kabali >> Data center Administrator >> Uganda Industrial Research Institute (UIRI) >> [email protected] +256-782-706582 >> www.uiri.org >> _______________________________________________ >> LUG mailing list >> [email protected] >> http://kym.net/mailman/listinfo/lug >> %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ >> >> The above comments and data are owned by whoever posted them (including >> attachments if any). The List's Host is not responsible for them in any >> way. >> --------------------------------------- >> > > > > ------------------------------ > > Message: 3 > Date: Mon, 16 Nov 2009 12:59:38 +0300 > From: Juki <[email protected]> > Subject: Re: [LUG] tar.z files on solaris > To: Linux Users Group Uganda <[email protected]> > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Or; > > uncompress <filename> > > > > 2009/11/16 Paul Bagyenda <[email protected]> > >> try: >> >> zcat file.z | tar xf - >> >> >> On Nov 16, 2009, at 12:29, stevie kabs wrote: >> >> > Hi all, >> > How do i extract tar.z files on solaris? tried unzip and tar, don't >> > work >> > >> > -- >> > Stephen Kabali >> > Data center Administrator >> > Uganda Industrial Research Institute (UIRI) >> > [email protected] +256-782-706582 >> > www.uiri.org >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://orion.kym.net/pipermail/lug/attachments/20091116/0843dca7/attachment.html > > ------------------------------ > > Message: 4 > Date: Mon, 16 Nov 2009 04:32:19 -0800 (PST) > From: mujabi mycal <[email protected]> > Subject: Re: [LUG] tar.z files on solaris > To: Linux Users Group Uganda <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > compress -d file.tar.Z | tar xvf - > > > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://orion.kym.net/pipermail/lug/attachments/20091116/edeba014/attachment.html > > ------------------------------ > > Message: 5 > Date: Mon, 16 Nov 2009 10:08:27 -0800 (PST) > From: lukanga dennis <[email protected]> > Subject: Re: [LUG] how do we install an external cased cdrom on linux? > To: Linux Users Group Uganda <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > hi, > lsusb and dmesg shows me some thing like the device has been recognised but > it doest mount when i try to mount it. > " device is not a block device" > "connect-debounce failed, port 1 disables" > "unable to enumerate usb device on port 1" > All these are errors i have received in my strugle could please help! > Thank you for your time. > > > --- On Mon, 11/16/09, joseph mpora <[email protected]> wrote: > > > From: joseph mpora <[email protected]> > Subject: Re: [LUG] how do we install an external cased cdrom on linux? > To: "Linux Users Group Uganda" <[email protected]> > Date: Monday, November 16, 2009, 7:52 AM > > > Dennis, > > Recompiling the kernel is usually not necessary. Just plug in your USB > CDROM. > > You can take a look at the output of the lsusb and dmesg commands, > they will confirm whether or not your drive is installed. > > Cheers, Joseph > > On 11/14/09, lukanga dennis <[email protected]> wrote: >> >> >> >> >> Hi people, >> can any body take me through the processes of recompile a kernel, or teach >> me another way of installing my newly bought cdrom case to my dell >> latitude >> note book. You must know that i installed fedora 10 using a usb coneection >> to my laptop hard disk which i later connected to another computer. When >> i >> disabled the internal hard drive and directed the fedora cd to install >> throuh usb port to my laptop hard disk it worked. now i want to install >> the >> cdrom please help.! >> lukaden >> >> >> > _______________________________________________ > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any way. > --------------------------------------- > > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://orion.kym.net/pipermail/lug/attachments/20091116/1c413f14/attachment.html > > ------------------------------ > > Message: 6 > Date: Tue, 17 Nov 2009 08:14:27 +0300 > From: Rob Gipman <[email protected]> > Subject: Re: [LUG] tar.z files on solaris > To: Linux Users Group Uganda <[email protected]> > Message-ID: <1258434867.29449.1.ca...@gipukan> > Content-Type: text/plain > > tat xvf is what i use most times tough now ubuntu uses the bz2 format > > On Mon, 2009-11-16 at 12:29 +0300, stevie kabs wrote: >> Hi all, >> How do i extract tar.z files on solaris? tried unzip and tar, don't work >> > > > > ------------------------------ > > Message: 7 > Date: Tue, 17 Nov 2009 08:18:09 +0300 > From: joseph mpora <[email protected]> > Subject: Re: [LUG] how do we install an external cased cdrom on linux? > To: Linux Users Group Uganda <[email protected]> > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > is the drive empty when you try to mount it? that would explain the "device > is not a block device". > > try this, plug in your drive, insert a disk and tell us what happens > > On Mon, Nov 16, 2009 at 9:08 PM, lukanga dennis <[email protected]> wrote: > >> hi, >> lsusb and dmesg shows me some thing like the device has been recognised >> but >> it doest mount when i try to mount it. >> " device is not a block device" >> "connect-debounce failed, port 1 disables" >> "unable to enumerate usb device on port 1" >> All these are errors i have received in my strugle could please help! >> Thank you for your time. >> >> >> --- On *Mon, 11/16/09, joseph mpora <[email protected]>* wrote: >> >> >> From: joseph mpora <[email protected]> >> Subject: Re: [LUG] how do we install an external cased cdrom on linux? >> To: "Linux Users Group Uganda" <[email protected]> >> Date: Monday, November 16, 2009, 7:52 AM >> >> Dennis, >> >> Recompiling the kernel is usually not necessary. Just plug in your USB >> CDROM. >> >> You can take a look at the output of the lsusb and dmesg commands, >> they will confirm whether or not your drive is installed. >> >> Cheers, Joseph >> >> On 11/14/09, lukanga dennis >> <[email protected]<http://us.mc315.mail.yahoo.com/mc/[email protected]>> >> wrote: >> > >> > >> > >> > >> > Hi people, >> > can any body take me through the processes of recompile a kernel, or >> teach >> > me another way of installing my newly bought cdrom case to my dell >> latitude >> > note book. You must know that i installed fedora 10 using a usb >> coneection >> > to my laptop hard disk which i later connected to another computer. >> > When >> i >> > disabled the internal hard drive and directed the fedora cd to install >> > throuh usb port to my laptop hard disk it worked. now i want to install >> the >> > cdrom please help.! >> > lukaden >> > >> > >> > >> _______________________________________________ >> LUG mailing list >> [email protected]<http://us.mc315.mail.yahoo.com/mc/[email protected]> >> http://kym.net/mailman/listinfo/lug >> %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ >> >> The above comments and data are owned by whoever posted them (including >> attachments if any). The List's Host is not responsible for them in any >> way. >> --------------------------------------- >> >> >> >> _______________________________________________ >> LUG mailing list >> [email protected] >> http://kym.net/mailman/listinfo/lug >> %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ >> >> The above comments and data are owned by whoever posted them (including >> attachments if any). The List's Host is not responsible for them in any >> way. >> --------------------------------------- >> >> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://orion.kym.net/pipermail/lug/attachments/20091117/245c329c/attachment.html > > ------------------------------ > > _______________________________________________ > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > > > End of LUG Digest, Vol 63, Issue 45 > *********************************** >
-- Stephen Kabali Data center Administrator Uganda Industrial Research Institute (UIRI) [email protected] +256-782-706582 www.uiri.org _______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
