Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] ex Turmzimmer Bugs und Vorschlag zu Upgrade Warnungen  (Read 4069 times)

Offline ralul

  • User
  • Posts: 1.814
[DE] ex Turmzimmer Bugs und Vorschlag zu Upgrade Warnungen
« on: 2011/12/17, 19:01:51 »
1. Das Turmzimmer gibt es nicht mehr, dafür udd.debian.org

Ich habe mit der Seite experimentiert, aber die Liste ist für meine Zwecke schlecht zu filtern: keine Möglichkeit wishlist weg zu bekommen. Ich habe für mich als schnellst reagierenste Lösung (möglichst wenig Sql Bedingungen) dies gefunden:
http://udd.debian.org/bugs.cgi?release=any&merged=ign&fnewer=only&fnewerval=1&allbugs=1&sortby=popcon&sorto=desc&cpopcon=1&cseverity=1&caffected=1

Dies ist interessant, wenn man als "erster" ein Du macht, und also noch keine "Upgrade Warnungen" hier im Forum finden kann.


2. Mein Vorschlag für unsere "Upgrade Warnungen":

Könnten wir nicht einen standard Thread im Forum "Upgrade Warnungen" haben, bei dem der siduction Server einmal täglich (zB 20Uhr) eine Meldung mit der Liste (unten in der Seite meines Links) ausgibt?
Aber rausgefiltert "wishlist" und "minor" Bugs!

Im selbigen Thread sollten dann sich berufen fühlende siduction User eine Einschätzung schreiben, ob mit dem DU gewartet werden sollte ...
experiencing siduction runs better than my gentoo makes me know I know nothing

Offline Lanzi

  • User
  • Posts: 1.777
ex Turmzimmer Bugs und Vorschlag zu Upgrade Warnungen
« Reply #1 on: 2011/12/17, 23:33:41 »
Schade, die Grafik bei Tumrzimmer war gut als ungefähre Vorhersage für das Ende eines Freezes.

Ansonsten finde ich Raluls Idee super!

Offline ralul

  • User
  • Posts: 1.814
ex Turmzimmer Bugs und Vorschlag zu Upgrade Warnungen
« Reply #2 on: 2011/12/18, 13:58:07 »
Version3
Code: [Select]
#!/bin/bash
# Version3
declare -i i=0
declare -i p=0
while read l; do
  case $i in
   0) s="$l"
   ;;
   1) p=$l
   ;;
   2) u="$l"
   ;;
   3) v="$l"
   ;;
   4) w="$l"
   ;;
  esac
# 0-severity - eg: "normal"
# 1-popcon   - eg: "119001"
# 2-bugURL   - eg: "http://bugs.debian.org/652465"
# 3-package  - eg: "apt"
# 4-descr    - eg: "apt: --fix-policy not documented in man page"
  if [ $i -lt 4 ] ; then
    i=$((i + 1))
  else
    # now i==4  set i=0 for next read l
    i=0
    case $s in
    wishlist)  continue
               s="wish"
    ;;
    minor)     continue
               s="mino"
    ;;
    normal)    s="norm"
    ;;
    important) s='impo!'
    ;;
    grave)     s="grav!"
    ;;
    serious)   s="serious!"
    ;;
    critical)  s="critical!"
    ;;
    esac
    if [ 1 -gt $p ] ; then
      # popcon 0 is not about packages maintained by debian or about www.debian.org
      echo "$u - $s - $v $w (popcon$p NOT)" >&2
    elif [ "${w/FTBFS/}" != "$w" ] ; then
      echo "$u - $s - $v $w (FTBS NOT)" >&2
    else
      w="${w/>/>}"
      x="${v#src:}"
      echo "[url=$u]${u##*/}[/url] - $s - $v ${w#$x} (popcon$p)"
    fi
  fi
done< <(wget -O - -t 2 -q -T 22 -- 'http://udd.debian.org/bugs.cgi?release=any&pending=&claimed=&notwheezy=&base=&standard=&merged=ign&done=&outdatedwheezy=&outdatedsid=&needmig=&newerubuntu=&rtwheezy-will-remove=&rtwheezy-can-defer=&rtwheezy-is-blocker=&fnewer=only&fnewerval=1&allbugs=1&sortby=popcon&sorto=desc&cpopcon=1&cseverity=1&caffected=1' \
       |sed -n -e'/affects unstable.>U<abbr>\(.*\)</a>$#\1#;H;n;n;s#^<td>\(.*\)</td>$#\1#;H;n;s#^....\(.*\)</td>$#\1#;G;h;n;s#^<td>\(.*\)</td>$#\1#;G;p}')

[edit] bessere Kommentare, Ablauf, severity Formatierung
[edit] Version3 lässt FTBFS Bugs weg
experiencing siduction runs better than my gentoo makes me know I know nothing

Offline ralul

  • User
  • Posts: 1.814
ex Turmzimmer Bugs und Vorschlag zu Upgrade Warnungen
« Reply #3 on: 2011/12/22, 15:55:55 »
Meine Überlegung:
Vielleicht sollten wir das nicht ins Forum
Upgrade Warnings
stellen, weil dann immer jeder alarmiert ist, sondern in ein advanced User Forum. Wichtige Bugs kann dann ein "berufener" User ins Warnings Forum vermitteln ...

2011-12-22 Donnerstag 16 Uhr output:

652942 - important_ - samba-common dhcp hook runs reload on shutdown (after service has been stopped)
652897 - normal____ - src:linux-2.6 SATA Controller Driver Not Working
652926 - normal____ - python2.6 Need command-line option to disable SIGINT -&gt; KeyboardInterrupt
652927 - normal____ - python2.6 Python startup has &quot;try: ... except e: print &lt;vague message&gt;&quot;
652907 - important_ - xterm : no UTMP/WTMP update with kfreebsd-amd64
652908 - important_ - pulseaudio : Sound randomly gets majorly distorted
652939 - grave_____ - iceweasel icewesel:  bug 652888 iceweasel https support broken -- on squeeze, too
652941 - normal____ - iceweasel : Always crash on a specific website
652898 - normal____ - gnome-power-manager : battery energy level incorrectly reported once fully charged
652912 - normal____ - quilt Please change Recommends on mail-transport-agent to Suggests
652950 - important_ - iceweasel-l10n-es-mx : Iceweasel dependency versions from the l10n packages is incorrect
652899 - normal____ - iceweasel-l10n-ja : Unmatch about iceweasel and its -l10n -&gt; error
652914 - grave_____ - xmms2-core security concerns with xmms2d
652921 - serious___ - rubygems : uninitialized constant Gem::SyckDefaultKey (NameError)
652906 - serious___ - firebird2.5 : FTBFS on armhf (has built before): create_db empty.fdb exists with 1
652894 - important_ - amavisd-new : Running /usr/sbin/amavisd-new-cronjob as user amavis requires a password
652910 - critical__ - lxmusic segmentation fault on startup
652938 - important_ - pure-ftpd-common : pure-authd no longer works.  Even the sample script.
652948 - normal____ - mediawiki : Incorrect sidebar rendering with Monobook skin and Firefox 9
652928 - normal____ - command-not-found  can produce stack trace when you press ^C
652937 - normal____ - mtpfs : new upstream version available
652940 - normal____ - mtpfs : copying works incorrectly on multi-hierarchy folder trees
652943 - normal____ - ecatools : ecasignalview binary missing from package
652934 - normal____ - piuparts Packaging piuparts-server
652922 - normal____ - sigma-align Minor typo in long description
652944 - normal____ - emma  crashes when new connection dialog is closed without entering anything
652951 - normal____ - src:gnunet new version available
experiencing siduction runs better than my gentoo makes me know I know nothing

hefee

  • Guest
RE: ex Turmzimmer Bugs und Vorschlag zu Upgrade Warnungen
« Reply #4 on: 2011/12/23, 17:50:33 »
dann aber bitte FTBFS rausfiltern :) Weil, ob mensch ein Paket selber bauen kann oder nicht, ist in diesem Fall egal.

Offline ralul

  • User
  • Posts: 1.814
RE: ex Turmzimmer Bugs und Vorschlag zu Upgrade Warnungen
« Reply #5 on: 2011/12/24, 00:36:17 »
So? (ich ändere oben auch das Script auf V3)

653043 - norm - tar /etc/rmt should not use a shell script (popcon119057)
653044 - norm - tar rsh command should default to ssh (popcon119057)
653073 - norm - initscripts why root filesystem reported as /dev/disk/by-uuid/ long name starting today? (popcon119050)
653050 - norm - initscripts obsolete conffiles / symlinks not cleaned up for bootlogd split (popcon119050)
653036 - impo! - gpm : kernel version detection in debconf script fails for kernel >= 3 (popcon109216)
653061 - impo! - libgs9  exports symbols conflicting with the same symbols in libjpeg8 (popcon73055)
653062 - impo! - hplip : p-makeuri does not resolve FQDN => could add only local printer (popcon53807)
653076 - norm - network-manager-gnome : Slow WiFi startup connect time (and reconnect) (popcon39067)
653072 - norm - libmhash-dev [libmhash-dev] mhash_deinit causes segmentation fault with some algorithms (popcon21699)
653052 - impo! - sysklogd initscripts: Uninstallable (popcon17394)
653068 - impo! - qemu-kvm : squeeze VMs don't boot on wheezy hosts (popcon4850)
653035 - norm - xfce4-xkb-plugin : adding keyboard layouts to panel fails (popcon3966)
653054 - norm - ddclient  failed blocking on read (popcon3580)
653049 - impo! - python-pip : installs some packages into /usr/lib/python2.7/site-packages (popcon1970)
653041 - norm - icewm help file invalid path (popcon1780)
653042 - impo! - samtools segfault in mpileup when alignment is outside of the ref (popcon237)
653053 - impo! - ldap2zone : Sending email every hour fill up the mail spool (popcon10)
experiencing siduction runs better than my gentoo makes me know I know nothing