Re: weird xzcat behaviour

2014-04-01 Thread Pete Travis
On Apr 1, 2014 9:47 AM, "Mark Haney" wrote: ... > > Well, someone on the Fedora team needs to fix the documentation then. > But now it makes sense. I didn't stop to think about the redirect, > since my boss isn't giving me time to think. Apologies for spamming > the list. > > > - -- > Mark Hane

Re: weird xzcat behaviour

2014-04-01 Thread Joe Zeff
On 04/01/2014 08:47 AM, Mark Haney wrote: Well, someone on the Fedora team needs to fix the documentation then. But now it makes sense. I didn't stop to think about the redirect, since my boss isn't giving me time to think. Apologies for spamming the list. No apologies needed, as you were s

Re: weird xzcat behaviour

2014-04-01 Thread Rick Stevens
On 04/01/2014 08:47 AM, Mark Haney issued this missive: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/01/14 11:33, Chris Adams wrote: Once upon a time, Mark Haney said: sudo xzcat Fedora-Minimal-armhfp-20-1-sda.raw.xz > /dev/sdb I would get a 'Permission denied' error. That's becau

Re: weird xzcat behaviour

2014-04-01 Thread Mark Haney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/01/14 11:33, Chris Adams wrote: > Once upon a time, Mark Haney said: >> sudo xzcat Fedora-Minimal-armhfp-20-1-sda.raw.xz > /dev/sdb >> >> I would get a 'Permission denied' error. > > That's because the "> /dev/sdb" was parsed and handled by

Re: weird xzcat behaviour

2014-04-01 Thread Ian Malone
On 1 April 2014 16:45, Markus Schönhaber wrote: > 01.04.2014 17:33, Chris Adams: > >> Once upon a time, Mark Haney said: >>> sudo xzcat Fedora-Minimal-armhfp-20-1-sda.raw.xz > /dev/sdb >>> >>> I would get a 'Permission denied' error. >> >> That's because the "> /dev/sdb" was parsed and handled by

Re: weird xzcat behaviour

2014-04-01 Thread Markus Schönhaber
01.04.2014 17:33, Chris Adams: > Once upon a time, Mark Haney said: >> sudo xzcat Fedora-Minimal-armhfp-20-1-sda.raw.xz > /dev/sdb >> >> I would get a 'Permission denied' error. > > That's because the "> /dev/sdb" was parsed and handled by your user > shell (redirection is handled by the shell b

Re: weird xzcat behaviour

2014-04-01 Thread Markus Schönhaber
01.04.2014 17:27, Mark Haney: > I've been volunteered to try to build a boot image for a Nitrogen 6x > Freescale SOM board using whatever OS I can make work. I chose > Fedora's ARM image since I'm more comfortable with using Fedora. In > the process of trying to using xzcat to dump the image to

Re: weird xzcat behaviour

2014-04-01 Thread Chris Adams
Once upon a time, Mark Haney said: > sudo xzcat Fedora-Minimal-armhfp-20-1-sda.raw.xz > /dev/sdb > > I would get a 'Permission denied' error. That's because the "> /dev/sdb" was parsed and handled by your user shell (redirection is handled by the shell before running the command). sudo only got

weird xzcat behaviour

2014-04-01 Thread Mark Haney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been volunteered to try to build a boot image for a Nitrogen 6x Freescale SOM board using whatever OS I can make work. I chose Fedora's ARM image since I'm more comfortable with using Fedora. In the process of trying to using xzcat to dump the i