Can’t find sheep^Hsleep

Posted on the January 8th, 2008 under Life by Christian

Ok, so I ended up lying in bed for two hours, so I stood back up and searched for some stuff that floated my mind. The end result seems to be the following:

  1. VIA EPIA SN10000EG (199,30€)
  2. 2x Kingston ValueRAM SO-DIMM 2GB PC2-5300U CL5 (DDR2-667) (each 31,31€)
  3. Club 3D GeForce 7300 GT, 256MB DDR2, 2x DVI, TV-out, PCIe (CGNX-HG736) (55,00€) — still need to find a riser card
  4. Transcend SSD/IDE 8GB (169,00€)
  5. 2x Samsung SyncMaster 204B, 20.1″, 1600×1200, VGA, DVI (LS20BRDBSQ) (each 309,00€)

I still need to find a fitting power supply, but I’ll leave that for tomorrow. The above leads me with about 520,00€ for the “PC” and 680€ for the TFT’s (as I don’t have any). And that’ll give me a full silent (as in not a single moving part), quiet workstation for my desk.

Another thing I went looking, was the at the “Unquoted value” stuff repoman started printing. Thanks to GNi (and solar) I was able to compute a rather looooooong list quite fast …

For my own remembrance, here’s the (combined) command I used:

$ for i in $( grep -i “unquoted variable” ~/repoman-full-$(date +%Y%m%d).log | cut -d\ -f4 |cut -d/ -f1-2 | sort -u )
do echo -n$iecho(herd:$(epkginfo $i | grep “Herd:” | cut -d: -f2 ), maintainer:$( epkginfo $i | grep “Maintainer:” | cut -d: -f2 | sed “s,@gentoo.org,,” ))echo; grep -iE$i/(.*)unquoted variable” repoman-full-$(date +%Y%m%d).log | sed -e “s,$i/,,”
echo
done > ~/repoman-quoting-$(date +%Y%m%d).log

The *real* original (from `history`):

$ repoman full 2>&1|tee ~/repoman-full-$(date +%Y%m%d).log
$ grep -i “unquoted variable” ~/repoman-full-$(date +%Y%m%d).log | cut -d\ -f4 |cut -d/ -f1-2 | sort -u > ~/affected
$ for i in $( < affected ); do echo -n "$i "; \
echo "(herd:$(epkginfo $i | grep "Herd:" | cut -d: -f2 ), maintainer:$( epkginfo $i | grep "Maintainer:" | cut -d: -f2 | sed "s,@gentoo.org,," ))"
echo
grep -iE "$i/(.*)unquoted variable" ~/repoman-full-$(date +%Y%m%d).log | sed -e "s,$i/,,"
echo
done > repoman-quoting-$(date +%Y%m%d).log

Oh, may come in handy too:

One Response to 'Can’t find sheep^Hsleep'

Subscribe to comments with RSS
  1. Christian’s blog » Shopping list said, on June 1st, 2008 at 13:37

    [...] as I promised my fellow collegue, I wanted to search for all the components I need to build my EPIA desktop. And here’s the [...]

Leave a Reply
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="">