Bug#575204: initscripts: grep complains about invalid back reference in umountfs

2019-04-06 Thread Dmitry Bogatov
[2019-02-19 04:46] Pierre Ynard > > part text/plain 571 > > Probably we could just pass -F option to grep? > > grep -F would seem a lot safer in many places, yes. Okay, collegues, what do you think about this patch? It solves problem at hand, but would introduce another fa

Bug#575204: initscripts: grep complains about invalid back reference in umountfs

2019-02-18 Thread Pierre Ynard
> Probably we could just pass -F option to grep? grep -F would seem a lot safer in many places, yes. > By the way, could someone please explain what does this sed command > mean? > sed -n ':a;/^[^ ]* \/ /!{H;n;ba};{H;s/.*//;x;s/\n//;p}' It is my understanding that it copies into sed's clipboard

Bug#575204: initscripts: grep complains about invalid back reference in umountfs

2018-12-29 Thread Dmitry Bogatov
control: tags -1 +moreinfo [2010-03-24 19:44] Sven Joachim > On 2010-03-24 13:57 +0100, Sven Joachim wrote: > > > On 2010-03-24 10:15 +0100, Petter Reinholdtsen wrote: > > > >> [Sven Joachim] > >>> Upon a reboot, I noticed grep complaining about an invalid back > >>> reference. > >> > >> Inter

Bug#575204: initscripts: grep complains about invalid back reference in umountfs

2010-03-24 Thread Sven Joachim
On 2010-03-24 13:57 +0100, Sven Joachim wrote: > On 2010-03-24 10:15 +0100, Petter Reinholdtsen wrote: > >> [Sven Joachim] >>> Upon a reboot, I noticed grep complaining about an invalid back >>> reference. >> >> Interesting. I did not show up when I tested it, so I suspect it is >> related to you

Bug#575204: initscripts: grep complains about invalid back reference in umountfs

2010-03-24 Thread Sven Joachim
On 2010-03-24 10:15 +0100, Petter Reinholdtsen wrote: > [Sven Joachim] >> Upon a reboot, I noticed grep complaining about an invalid back >> reference. > > Interesting. I did not show up when I tested it, so I suspect it is > related to your setup. That's why I sent the contents of /proc/mounts.

Bug#575204: [Pkg-sysvinit-devel] Bug#575204: initscripts: grep complains about invalid back reference in umountfs

2010-03-24 Thread Petter Reinholdtsen
[Sven Joachim] > Upon a reboot, I noticed grep complaining about an invalid back > reference. Interesting. I did not show up when I tested it, so I suspect it is related to your setup. > Running this script leads to a "grep: Invalid back reference" error > message here. For the reference, these

Bug#575204: initscripts: grep complains about invalid back reference in umountfs

2010-03-24 Thread Sven Joachim
Package: initscripts Version: 2.87dsf-10 Severity: normal Upon a reboot, I noticed grep complaining about an invalid back reference. The message comes from umountfs, here's a shell script with the relevant excerpt to reproduce the error: --8<---cut here---start---