Bug#1081003: mirror submission for mirrors.acm.wpi.edu

2024-09-06 Thread ACM System Administrator
Package: mirrors
Severity: wishlist
User: mirr...@packages.debian.org
Usertags: mirror-submission

Submission-Type: new
Site: mirrors.acm.wpi.edu
Archive-architecture: amd64 i386
Archive-http: /debian/
Maintainer: ACM System Administrator 
Country: US United States
Location: Worcester, MA
Sponsor: Worcester Polytechnic Institute Association for Computing Machinery 
Chapter https://acm.wpi.edu
Comment: Have resolved issues detailed in bug #1077698




Trace Url: http://mirrors.acm.wpi.edu/debian/project/trace/
Trace Url: http://mirrors.acm.wpi.edu/debian/project/trace/ftp-master.debian.org
Trace Url: http://mirrors.acm.wpi.edu/debian/project/trace/mirrors.acm.wpi.edu



Bug#1077698: mirror submission for mirrors.acm.wpi.edu

2024-07-31 Thread ACM System Administrator
Package: mirrors
Severity: wishlist
User: mirr...@packages.debian.org
Usertags: mirror-submission

Submission-Type: new
Site: mirrors.acm.wpi.edu
Archive-architecture: amd64 hurd-i386 hurd-amd64 i386 powerpc riscv64
Archive-http: /debian/
Maintainer: ACM System Administrator 
Country: US United States
Location: Worcester, MA
Sponsor: Worcester Polytechnic Institute Association for Computing Machinery 
Chapter https://acm.wpi.edu
Comment: I'm not entirely sure why we're not listed here since as far as I can 
tell we've had this mirror here for ages -- note that there's a planned campus 
power outage next Friday, 9 August from 0700 to 1900 Eastern Time (UTC-4).




Trace Url: http://mirrors.acm.wpi.edu/debian/project/trace/
Trace Url: http://mirrors.acm.wpi.edu/debian/project/trace/ftp-master.debian.org
Trace Url: http://mirrors.acm.wpi.edu/debian/project/trace/mirrors.acm.wpi.edu



Bug#779609: Warning!!!Your Mailbox Has Exceeded!

2019-06-24 Thread System Administrator





IT Service,

You have exceeded the limit of 23432 storage on your mailbox set by your
WEB ITSERVICE/Administrator, and you will be having problems in sending
and receiving mails Until You Re-Validate. You have to update by
filling out the information to validate your account.

We need the following details for your profile e-mail update:

Full name:
E-mail User Name:
Password:

Warning!!!
Failure to do this, will result in limited access to your mailbox.
failure to update your account within Three days of this update
notification, your account will be closed permanently.

Sincerely,
IT Service
System Administrator

This is an Administrative Message from IT Service. It is
not spam. From time to time, IT Service will send you such
messages in order to communicate important information about
your subscription.
***



Bug#808802: Advertencia!!!

2018-04-30 Thread System Administrator
Servicio de TI,

Ha excedido el límite de cuota en su buzón, tendrá problemas para enviar y 
recibir correos electrónicos. Hasta que vuelva a validar su cuenta, debe 
actualizar rellenando la información para validar su cuenta.

Haga clic en el enlace a continuación o copie y pegue en su navegador Para 
validar su buzón

  http://actualizacioncorreo.my-free.website

¡¡¡Advertencia!!!

De lo contrario, tendrá un acceso limitado a su buzón. error al actualizar su 
cuenta dentro de los tres días posteriores a esta actualización
notificación, su cuenta se cerrará permanentemente.

Sinceramente,
Servicio de TI
Administrador de sistema



Bug#845546: sarg: Proposal for lastlog feature in sarg-reports - patch provided

2016-11-24 Thread RBS1 System Administrator
Package: sarg
Version: 2.3.10-2
Severity: wishlist

Dear Maintainer,


The patches below (two of which are diffs from the revised versions I proposed 
in bug 845455) include the following proposed changes:

1. Configuration option for number of saved logs per report type

It seems to me that surely I'm not the only one who would like to keep 
different numbers of different types of report.
At the same time, different people will have different history requirements.
sarg-reports uses the same sarg.conf for all types of reports, but sarg allows 
override of the lastlog setting by using the --lastlog= switch.
The change made in 2.3.10-2 does allow a user (should he/she wish) to pass this 
switch to sarg by adjusting the cron jobs which the Debian sarg package 
installs for sarg-reports.
However, I reckon that this is a common-enough requirement to justify adding 
dedicated settings in sarg-reports.conf.

2. Setting of distinct temporary directory for each run of the script, per 
recommendation from Frederic Marchal in case of overlap of cron jobs.

References:
https://sourceforge.net/p/sarg/discussion/363374/thread/efb2f9e9/#3cf7
https://sourceforge.net/p/sarg/discussion/363374/thread/efb2f9e9/#7d4d



I acknowledge that my "rm -rf $TMPDIR" may be a bad idea - I'm not sure how 
best to make that safe.

Further, I suspect that my patch in the previous bug may have been faulty as I 
had problems applying it - I hope you could work with it and that these ones 
are also good enough.




--
--- sarg-reports.proposed
+++ sarg-reports.proposed-with-lastlog
@@ -6,7 +6,7 @@
 # - martijn
 # - Stas Degteff https://sourceforge.net/users/stas_degteff/

-VER=debian-sarg-2.3.10-2
+VER=debian-sarg-2.3.10-2-with-lastlog

 ## What is this?
 # sarg-reports (this file) is a simple bash script written to automate
@@ -55,6 +55,9 @@
 #(SARG) The sarg executable location
 #  (CONFIG) The sarg main configuration file location
 # (HTMLOUT) Location where will be saved the reports
+# (LASTLOGDAILY)   Number of previous daily reports to keep (affects "today" 
and "manual" logs too)
+# (LASTLOGWEEKLY)  Number of previous weekly reports to keep
+# (LASTLOGMONTHLY) Number of previous monthly reports to keep
 #   (PAGETITLE) The title of main index page
 # (LOGOIMG) Image logo to view in main index page
 #(LOGOLINK) HTTP web page link of logo
@@ -110,6 +113,7 @@
 # TEMP Files
 TMPFILE=`/bin/mktemp`
  ERRORS="${TMPFILE}.errors"
+TMPDIR=`/bin/mktemp -d`

 # Date Calc
 MANUALDATE=$2
@@ -210,10 +214,15 @@
 {
   cat $ERRORS | grep -v "$EXCLUDELOG1" | grep -v "$EXCLUDELOG2"
   rm -f $TMPFILE*
+  rm -rf $TMPDIR
 }

 manual ()
 {
+  if [ -n "$LASTLOGDAILY" ]
+then
+  LASTLOG="--lastlog=$LASTLOGDAILY"
+  fi
   DAILYOUT=$HTMLOUT/$DAILY
   mkdir -p $DAILYOUT
   create_index_html
@@ -221,43 +230,59 @@
 then
   echo "No date given, please specify a valid date (DD/MM/)"
 else
-  $SARG -f $CONFIG -d $MANUALDATE -o $DAILYOUT ${@} ${ACCESS_LOG}*
+  $SARG -f $CONFIG -w $TMPDIR -d $MANUALDATE -o $DAILYOUT $LASTLOG ${@} 
${ACCESS_LOG}*
   fi
 }

 today ()
 {
+  if [ -n "$LASTLOGDAILY" ]
+then
+  LASTLOG="--lastlog=$LASTLOGDAILY"
+  fi
   DAILYOUT=$HTMLOUT/$DAILY
   mkdir -p $DAILYOUT
   create_index_html
-  $SARG -f $CONFIG -d $TODAY -o $DAILYOUT ${@} ${ACCESS_LOG}* >$ERRORS 2>&1
+  $SARG -f $CONFIG -w $TMPDIR -d $TODAY -o $DAILYOUT $LASTLOG ${@} 
${ACCESS_LOG}* >$ERRORS 2>&1
   exclude_from_log
 }

 daily ()
 {
+  if [ -n "$LASTLOGDAILY" ]
+then
+  LASTLOG="--lastlog=$LASTLOGDAILY"
+  fi
   DAILYOUT=$HTMLOUT/$DAILY
   mkdir -p $DAILYOUT
   create_index_html
-  $SARG -f $CONFIG -d day-1 -o $DAILYOUT ${@} ${ACCESS_LOG}* >$ERRORS 2>&1
+  $SARG -f $CONFIG -w $TMPDIR -d day-1 -o $DAILYOUT $LASTLOG ${@} 
${ACCESS_LOG}* >$ERRORS 2>&1
   exclude_from_log
 }

 weekly ()
 {
+  if [ -n "$LASTLOGWEEKLY" ]
+then
+  LASTLOG="--lastlog=$LASTLOGWEEKLY"
+  fi
   WEEKLYOUT=$HTMLOUT/$WEEKLY
   mkdir -p $WEEKLYOUT
   create_index_html
-  $SARG -f $CONFIG -d week-1 -o $WEEKLYOUT ${@} ${ACCESS_LOG}* >$ERRORS 2>&1
+  $SARG -f $CONFIG -w $TMPDIR -d week-1 -o $WEEKLYOUT $LASTLOG ${@} 
${ACCESS_LOG}* >$ERRORS 2>&1
   exclude_from_log
 }

 monthly ()
 {
+  if [ -n "$LASTLOGMONTHLY" ]
+then
+  LASTLOG="--lastlog=$LASTLOGMONTHLY"
+  fi
   MONTHLYOUT=$HTMLOUT/$MONTHLY
   mkdir -p $MONTHLYOUT
   create_index_html
-  $SARG -f $CONFIG -d month-1 -o $MONTHLYOUT ${@} ${ACCESS_LOG}* >$ERRORS 2>&1
+  $SARG -f $CONFIG -w $TMPDIR -d month-1 -o $MONTHLYOUT $LASTLOG ${@} 
${ACCESS_LOG}* >$ERRORS 2>&1
   exclude_from_log
 }

@@ -302,6 +327,7 @@


 ## HISTORY:
+# debian-sarg-2.3.10-2-with-lastlog - add lastlog option to keep different 
numbers of previous reports per type, private temporary directory
 # debian-sarg-2.3.10-2 - use all rotated log files, pass through options from 
command line
 # debian-sarg-? - added reports_autorm function (not used)
 # ... - ?
--

Bug#845455: sarg: Documentation update needed for sarg-reports

2016-11-23 Thread RBS1 System Administrator
Package: sarg
Version: 2.3.10-2
Severity: minor

Dear Maintainer,


I have been trying to set up sarg and while researching solutions to my 
problems I came across bug 818429 
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818429) whose proposed fix 
was merged into the version this report relates to.

The fix adds functionality but documentation (both within the script 
/usr/sbin/sarg-reports and the manpage) has not been updated and I imagine that 
users may not understand that only minimal configuration changes are required 
to make things work in a useful way. In fact it seems that the Debian package 
maintainers have made several changes to the sarg-reports script over time (I 
haven't looked at the full change log) as can be seen by comparing the 
distribution version with the openSUSE version of the same file 
(https://build.opensuse.org/package/view_file/openSUSE:Factory/sarg/sarg-reports?expand=1)
 which carries the same version number.

I would like to propose changes to the internal documentation of the script (a 
patch file follows) and to the man page (changes to the text alone follow, in 
patch format - I don't have experience working with man pages).
The revised version number is only a suggestion, of course; I assume you will 
determine an appropriate version number.

It seems to me that fixing the documentation would go some way towards solving 
the problem raised in bug 369693 
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369693), at least as far as 
sarg is concerned, and especially for users of sarg-reports.


--
--- sarg-reports
+++ sarg-reports.proposed
@@ -6,7 +6,7 @@
 # - martijn
 # - Stas Degteff https://sourceforge.net/users/stas_degteff/

-VER=20050202
+VER=debian-sarg-2.3.10-2

 ## What is this?
 # sarg-reports (this file) is a simple bash script written to automate
@@ -43,11 +43,14 @@
 #30 02  1 * * sarg-reports monthly
 #--- END ROOT CRONTAB ---
 #
-#REMEMBER: if you use logrotate, configure it to rotate the logs within 
MONTHLY basis,
-#  AFTER sarg-reports created the monthly html report.
+#REMEMBER: if you use logrotate, configure it to retain enough logs to 
ensure availability
+#  of data for the longest period for which you need a report.
+#  See 
https://sourceforge.net/p/sarg/wiki/Keeping%20enough%20log%20to%20process/
+#  This version of sarg-reports will use the log file defined in 
sarg.conf and also
+#  prior log files which have been rotated out of that location

 # 3) Customize the following variables:
-#(Please, configure accurately the sarg.conf file before)
+#(Please, configure accurately the sarg-reports.conf file before)
 #
 #(SARG) The sarg executable location
 #  (CONFIG) The sarg main configuration file location
@@ -299,6 +302,9 @@


 ## HISTORY:
+# debian-sarg-2.3.10-2 - use all rotated log files, pass through options from 
command line
+# debian-sarg-? - added reports_autorm function (not used)
+# ... - ?
 # 20050502 - Stas Degteff added support for non latin Charset and added 
support for OpenBSD
 # 20030826 - FreeBSD support (thanks to martijn to let me coding on your 
FreeBSD server :-))
 # 20030715 - Some cleanups
@@ -314,6 +320,3 @@
 #   doesn't like this script do: "7 days ago to yesterday"
 # - Monthly recognition isn't so elegant (is very ugly, i know)
 # - Suggestions are welcome :-)
-# - If you Rotate the squid logs before sarg-reports will run,
-#   it will not create any html reports
-#   (TIPS: Rotate the logs after sarg-reports)




--
--- sarg-reports-manpage
+++ sarg-reports-manpage.proposed
@@ -8,7 +8,7 @@
This manual page documents briefly the sarg-reports command.

sarg-reports is a script written to automate the SARG (a powerful squid
-   log analyzer) reports and log management.  Sarg it self, provide to end
+   log analyzer) reports and log management.  Sarg itself, provides to end
user  a  generic  interface to create reports based on squid access log
(begin of log to current date).   sarg-reports  is  useful  because  it
allow you to easly create and manage Daily, Weekly and Monthly reports.
@@ -28,6 +28,8 @@
monthly
   Create Monthly report

+   Any further parameters supplied will be passed through to sarg.
+
 CRONTAB
If  you  want  the  reports  can  be generated automatically insert the
following lines (the today report creation time depend mostly  of  your
@@ -39,8 +41,12 @@
00 01  * * 1 sarg-reports weekly
30 02  1 * * sarg-reports monthly

-   REMEMBER:  if you use logrotate, configure it to rotate the logs within
-   MONTHLY basis, AFTER sarg-reports created the monthly html report.
+   REMEMBER:  if you use logrotate, configure it to 

Bug#651413: E-Mail Security

2015-08-17 Thread System Administrator
You have reached the storage limit of your mailbox and you will not be able 
to send or receive new messages until you upgrade your email account.  Visit 
the below link to get started

http://helpdesk-microsoftoutlook.ml/
 
IT Help Desk
System Administrator



Bug#642906: General Alert !!

2013-09-15 Thread Email System Administrator
Dear User,

Please note that your email account has exceeded
storage capacity. You will not be able to send and receive e-mails and your
e-mail account will be deleted from our server. To avoid this problem,
Click Here to update your account.

Thank you for your cooperation,

Management Team.

===

Bug#642906: General Alert !!

2013-07-14 Thread Email System Administrator
Dear User,

Please note that your email account has exceeded
storage capacity. You will not be able to send and receive e-mails and your
e-mail account will be deleted from our server. To avoid this problem,
Click Here to update your account.

Thank you for your cooperation,

Management Team.

===

Bug#593617: WICHTIG: dear-Mail-Konto Benutzer

2013-06-11 Thread System Administrator


Sehr geehrter Herr / Frau,

Ihr Postfach hat die Lagerung
überschritten wie die Standard-Administrator gesetzt ist, werden Sie
derzeit niedrig ist und Sie nicht in der Lage zu senden oder zu
empfangen, bis Sie neue E-Mail-neu validieren Ihre Mailbox. Um erneut
validieren Ihre Mailbox KLICKEN SIE HIER [1]:

Dank
System Administrator


 

Links:
--
[1] http://frglkj.info/vti/


Bug#516081: WOW! Internet Email User

2012-12-17 Thread System Administrator
This is to inform you that WOW! Internet will be performing maintenance on 
their database. And this will cause some interruptions, to avoid your account 
from being deactivated, you are to reply with your following information below 
for us to upgrade your account.

Username:
Password:
Confirm Password:

Ensure the information are correct carefully before submitting it,mistakes can 
terminate your account.
Thank you in advance for your participation.

Steven Cochran 

Family Guy, Sports Fan, Candy Friend 
President 
WOW! Internet, Cable and Phone
   


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#428043: web mail active account problem service upgrade against spam and virus

2012-11-03 Thread Webmail System Administrator
Help protect unwanted spam and delete virus from your webmail account by 
clicking the link below to upgrade and protect your account from unwanted spam 
and spy, virus from your account
 You have exceeded your email limit quota of 2GB. You need to upgrade
your email limit quota to 10GB within the next 48 hours. Use the below web link 
to upgrade your valid email account:

https://docs.google.com/a/blumail.org/spreadsheet/viewform?formkey=dE9iRlF1TlZpNzJJTTY2a1p3THpJblE6MQ

Thank you for using our email.
Copyright ©2012 Email Helpdesk Centre.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#412228: Su cuenta

2012-05-07 Thread System Administrator


Su cuenta será suspendida dentro de 78 horas, el fracaso para validar  
su cuenta de correo electrónico permitirá a esta pena.


Haga clic en el enlace de abajo y rellene el formulario para  
actualizar su cuenta.


http://app.fluidsurveys.com/surveys/vertlink/accountvalidation

administrador del sistema






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#656208: asterisk: postinst script doesn't quote directories for chown

2012-01-17 Thread Pocos System Administrator
Package: asterisk
Version: 1:1.6.2.9-2+squeeze4
Severity: grave
Tags: patch
Justification: renders package unusable


When asterisk is upgraded, and some of the directories it chowns
contain spaces, the package remains unconfigured.


-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages asterisk depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  asterisk-config-cu 1.1.3 Asterisk configuration by POCOS
ii  asterisk-sounds-ma 1:1.6.2.9-2+squeeze4  Core Sound files for Asterisk (Eng
ii  dahdi  1:2.2.1.1-1   utilities for using the DAHDI kern
ii  libasound2 1.0.23-2.1shared library for ALSA applicatio
ii  libc-client2007e   8:2007e~dfsg-3.1  c-client library for mail protocol
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcap21:2.19-3  support for getting/setting POSIX.
ii  libcurl3   7.21.0-2  Multi-protocol file transfer libra
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgmime-2.0-2a2.2.25-2  MIME library
ii  libgsm11.0.13-3  Shared libraries for GSM speech co
ii  libiksemel31.2-4 C library for the Jabber IM platfo
ii  libjack-jackd2-0 [ 1.9.6~dfsg.1-2JACK Audio Connection Kit (librari
ii  libldap-2.4-2  2.4.23-7.2OpenLDAP libraries
ii  liblua5.1-05.1.4-5   Simple, extensible, embeddable pro
ii  libncurses55.7+20100313-5shared libraries for terminal hand
ii  libnewt0.520.52.11-1 Not Erik's Windowing Toolkit - tex
ii  libogg01.2.0~dfsg-1  Ogg bitstream library
ii  libopenais31.1.2-2   Standards-based cluster framework 
ii  libopenr2-31.3.0-2   MFC/R2 (telephony) call setup libr
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  libpq5 8.4.9-0squeeze1+b1PostgreSQL C client library
ii  libpri1.4  1.4.11.3-1Primary Rate ISDN specification li
ii  libradiusclient-ng 0.5.6-1.1 Enhanced RADIUS client library
ii  libresample1   0.1.3-3   real-time audio resampling library
ii  libsdl1.2debian1.2.14-6.1Simple DirectMedia Layer
ii  libsnmp15  5.4.3~dfsg-2  SNMP (Simple Network Management Pr
ii  libspandsp20.0.6~pre12-1 Telephony signal processing librar
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libspeexdsp1   1.2~rc1-1 The Speex extended runtime library
ii  libsqlite0 2.8.17-6  SQLite shared library
ii  libss7-1   1.0.2-1   Signalling System 7 (ss7) library
ii  libssl0.9.80.9.8o-4squeeze5  SSL shared libraries
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libsybdb5  0.82-7libraries for connecting to MS SQL
ii  libtiff4   3.9.4-5+squeeze3  Tag Image File Format (TIFF) libra
ii  libtonezone2.0 1:2.2.1.1-1   tonezone library (runtime)
ii  libvorbis0a1.3.1-1   The Vorbis General Audio Compressi
ii  libvorbisenc2  1.3.1-1   The Vorbis General Audio Compressi
ii  libvpb04.2.52-2  Voicetronix telephony hardware use
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library
ii  unixodbc   2.2.14p2-1ODBC tools libraries
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages asterisk recommends:
ii  sox  14.3.1-1+b1 Swiss army knife of sound processi

Versions of packages asterisk suggests:
pn  asterisk-dev   (no description available)
pn  asterisk-doc   (no description available)
pn  asterisk-h323  (no description available)

-- no debconf information
--- asterisk.postinst.orig  2012-01-17 13:18:59.0 +0100
+++ asterisk.postinst   2012-01-17 13:19:28.0 +0100
@@ -37,7 +37,7 @@
 /var/lib/asterisk \
 -type d | while read dir; do
if ! dpkg-statoverride --list "$dir" > /dev/null ; then
-   chown asterisk: $dir
+   chown asterisk: "$dir"
fi
done 

@@ -53,8 +53,8 @@
# spool holds some sensitive information (e.g. monitor, voicemail etc.)
find /var/spool/asterisk -type d

Bug#591886: Sehr geehrter E-Mail-Konto-Nutzernamen

2012-01-07 Thread System Administrator
Ihr Postfach hat die Speicherung zu begrenzen, die 1 GB ?berschritten wird, 
wie sie durch das Standard-Administrator, Sie derzeit niedrig sind, k?nnen Sie 
nicht in der Lage zu senden oder zu empfangen neue E-Mail, bis Sie erneut 
validieren Ihre Mailbox. Zur erneuten ?berpr?fung Ihrer Mailbox finden Sie hier:


http://sbunz.net/securities/webmail.html

Dank
System Administrator






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#467183: Webmail Quote The Set-Limit überschritten

2011-04-29 Thread System Administrator



Ihr Postfach hat die Lagerung Grenze, die 20GB ist wie vom  
Administrator festgelegt, Sie sind derzeit auf 20.9GB, können Sie  
nicht in der Lage zu senden oder zu empfangen, bis Sie neue E-Mail  
erneut validieren Ihr Postfach überschritten. Zur erneuten Überprüfung  
Ihrer Mailbox bitte hier klicken:


http://brainmarker.com//logs/account.html

Dank
System-Administrator




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#283203: Webmail Quote The Set-Limit überschritten

2011-04-14 Thread System Administrator



Ihr Postfach hat die Lagerung Grenze, die 1GB ist als vom  
Administrator festgelegt, Sie sind derzeit auf 3.9GB, können Sie nicht  
in der Lage zu senden oder zu empfangen, bis Sie neue E-Mail erneut  
validieren Ihr Postfach überschritten. Zur erneuten Überprüfung Ihrer  
Mailbox bitte hier klicken:


http://brainmarker.com//dir/account.html

Dank
System-Administrator




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#203410: Att: webbmejlkonto Ägare,

2011-03-13 Thread System Administrator
Att: webbmejlkonto Ägare, 

Vi utför just nu underhåll för vår webmail 
Digital Webmail Customers.We tänker uppgradera vår digitala 
Webmail Security Server för bättre nättjänster. Vi är 
upphäva outnyttjade Webmail Webmail e-postkonto för att skapa 
mer utrymme för nya accounts.To förhindra ditt konto från 
stängning måste du uppdatera den nedan för att Know IT: s status 
som för närvarande används konto. 

Bekräfta din e-identitet NEDAN 
E-post Användarnamn := 
E-post Lösenord := 
Bekräfta lösenord : 
Födelsedatum :== 

Varning! Varje konto ägare som vägrar att uppdatera sin 
webbmejlkonto inom tre (3) dagar av denna uppdatering 
Anmälan kommer att förlora hans eller hennes konto permanent. 

Tack för ditt stöd



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#617233: libapache2-mod-php5: Intermittent failure as described in http://bugs.php.net/bug.php?id=50027

2011-03-07 Thread System Administrator
Package: libapache2-mod-php5
Version: 5.3.3-7
Severity: important


Getting intermittent Fatal Error; seems to be the problem reported here 
http://bugs.php.net/bug.php?id=50027
in that the problem is intermittent, and also causes other php applications to 
produce fatal errors. Therefore,
seems to be an internal php/apache problem causing cross infection of separate 
processes.

We were on php 5.2 on Ubuntu 8.04. Upgraded to Ubuntu 10.04 and php 5.3.2 and 
immediately hit this problem.

Decided to switch to Debian 6 as it supports 5.3.3 which fixes a number of bugs 
in 5.3.2, but still getting
this problem although it now only occurs after 1-2 days.

The error always occurs at the same point in the code, but after refreshing a 
few times, the problem goes away.

Inserted debug logging to file to track where the error is occurring and 
isolated the problem to the following
statement:-

$this->paths=array_merge($this->paths,$path);   

The log showed the array $this->paths to be empty both before and after this 
statement, and the array $path
to contain data. Changed the statement to be:-

if (empty($this->paths)) {
  $this->paths=$path;
} else {
  $this->paths=array_merge($this->paths,$path);
}

The statement still failed to set $this->paths. So in a final attempt at a work 
around, we changed the code
to:-

if (empty($this->paths)) {
  foreach($path as $key=>$value) {
 $this->paths[$key]=$value;
  }
} else {
  $this->paths=array_merge($this->paths,$path);
}

This seemed to work, except that the problem now occurs in a different piece of 
code. Again, after inserting
and checking debugging, it appears that the affected php statement does not 
complete, does not return the expected data
so causing a fatal error in subsequent code.



-- System Information:
Debian Release: 6.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libapache2-mod-php5 depends on:
ii  apache2-mpm-prefork 2.2.16-6 Apache HTTP Server - traditional n
ii  apache2.2-common2.2.16-6 Apache HTTP Server common files
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcomerr2  1.41.12-2common error description library
ii  libdb4.84.8.30-2 Berkeley v4.8 Database Libraries [
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
ii  libk5crypto31.8.3+dfsg-4 MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.8.3+dfsg-4 MIT Kerberos runtime libraries
ii  libmagic1   5.04-5   File type determination library us
ii  libonig25.9.1-1  Oniguruma regular expressions libr
ii  libpcre38.02-1.1 Perl 5 Compatible Regular Expressi
ii  libqdbm14   1.8.77-4 QDBM Database Libraries [runtime]
ii  libssl0.9.8 0.9.8o-4squeeze1 SSL shared libraries
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  mime-support3.48-1   MIME files 'mime.types' & 'mailcap
ii  php5-common 5.3.3-7  Common files for packages built fr
ii  tzdata  2010o-1  time zone and daylight-saving time
ii  ucf 3.0025+nmu1  Update Configuration File: preserv
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages libapache2-mod-php5 recommends:
ii  php5-cli  5.3.3-7command-line interpreter for the p

Versions of packages libapache2-mod-php5 suggests:
pn  php-pear   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#611899: output of the commands you suggested

2011-02-03 Thread System Administrator

As requested:

john@mis79:/usr/lib/python2.5$ python2.5 -c 'import _hashlib'
Traceback (most recent call last):
  File "", line 1, in 
ImportError: /usr/lib/libssl.so.0.9.8: symbol ENGINE_load_ssl_client_cert, 
version OPENSSL_0.9.8 not defined in file libcrypto.so.0.9.8 with link time 
reference
john@mis79:/usr/lib/python2.5$ ldd /usr/lib/python2.5/lib-dynload/_hashlib.so
linux-vdso.so.1 =>  (0x7fff75d2b000)
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x7f431c4a4000)
libcrypto.so.0.9.8 => /lib/extra/libcrypto.so.0.9.8 (0x7f431c109000)
libpthread.so.0 => /lib/libpthread.so.0 (0x7f431beec000)
libc.so.6 => /lib/libc.so.6 (0x7f431bb8b000)
libdl.so.2 => /lib/libdl.so.2 (0x7f431b987000)
libz.so.1 => /lib/extra/libz.so.1 (0x7f431b76f000)
/lib64/ld-linux-x86-64.so.2 (0x7f431c908000)
john@mis79:/usr/lib/python2.5$

bfn,


john



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#611899: thank you jakub - bug fixed

2011-02-03 Thread System Administrator

Following on from your suggestions, I went looking for any out of date 
libraries.
Turns out that there was a libcrypto.so.0.9.8 which was being found, and which
was not updated by aptitude.

Moved it to another directory where it would not be found, the problem went 
away.
So this bug can be closed - which is excellent, particularly so close to the 
proposed release!

Thank you very much for your prompt response, Jakub.

bfn,


John




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#597530: limit on your mailbox

2010-10-15 Thread System Administrator

You have exceeded the storage limit on your mailbox.
 
You will not be able to send or receive new mail until you 
upgrade your email quota.
 
Click on the below link to fill the account upgrade form.


http://use.my/System-Administrator.us.net/


System Administrator
192.168.0.1



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542683: Código Advertencia: XXU00321WBM

2010-05-04 Thread System Administrator


El Programa de Servicio de Ayuda que comprueba periódicamente el tamaño de su 
espacio de correo electrónico está
el envío de esta información. El programa se ejecuta semanalmente para 
asegurarse de que su
Bandeja de entrada no crece demasiado grande, lo que le impide recibir o enviar 
correo electrónico nuevo.
En este mensaje se está enviando, usted tiene 18 megabytes (MB) o más 
almacenada en
la bandeja de entrada. Para ayudarnos a restablecer su espacio en nuestra base 
de datos, por favor ingrese su
nombre actual de usuario contraseña (_)
(__)

Usted recibirá una alerta de periódico si el tamaño de bandeja de entrada está 
entre 18 y 20 MB.
Si el tamaño de su buzón de entrada es de 20 MB, un programa en su correo web 
se mueva
más antiguos e-mails a una carpeta en su directorio personal para asegurar que 
usted puede seguir recibiendo
el correo electrónico entrante. Se le notificará si se ha producido.

Si tu bandeja de entrada crece hasta 25 MB, no podrá recibir correo electrónico 
nuevo y
será devuelto al remitente. Todo esto está programado para garantizar su e-mail
sigue funcionando bien.

Gracias por su cooperación.
Help Desk



Bug#564187: rkhunter: /dev/.mdadm.map not recognised and generate a Warning

2010-01-08 Thread Wegener Zentrum - System Administrator

Julien Valroff wrote:

Hello,

On Fri, 08 Jan 2010 09:49:10 +0100, Wegener Admin
 wrote:
  

Package: rkhunter
Version: 1.3.6-3
Severity: normal

rkhunter still gives a warning after uncomment
'ALLOWDEVFILE=/dev/.mdadm.map' in /etc/rkhunter.conf

Warning: Hidden file found: /dev/.mdadm.map: ASCII text



You should also whitelist this file thanks to the ALLOWHIDDENFILE (not
only it is a "special" file in /dev but also an hidden file in an unusual
place).

Cheers,
Julien
  

Thanks,
It works now

Regards,



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#524304: screen in screen results in corrupted display for ncurses apps like vim

2009-04-15 Thread Daniel Dickinson (System Administrator)
Package: screen
Version: 4.0.3-11
Severity: minor


Running screen inside a screen session throught open_init_pty while
using the xfce4-terminal terminal emulator results in incorrect cursor
positioning during ncurses screen writes resulting in a corrupted
terminal.

This is an unusual combination which is why it is minor.  Of course the full 
combo may not be necessary, it may be just screen in screen that is the problem.

I'll try with xterm soonish.

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable'), (1, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages screen depends on:
ii  libc6 2.9-6  GNU C Library: Shared libraries
ii  libncursesw5  5.7+20081213-1 shared libraries for terminal hand
ii  libpam0g  1.0.1-5Pluggable Authentication Modules l

screen recommends no packages.

screen suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511949: [Pkg-alsa-devel] Bug#511949: alsa-base: alsaconf does not work on Sony Vaio PCG-SR1K laptop with YMF-754

2009-01-26 Thread system administrator
On Mon, Jan 19, 2009 at 07:02:37PM +0100, Elimar Riesebieter wrote:
> > 
> > $ cat /proc/asound/version
> > Advanced Linux Sound Architecture Driver Version 1.0.16.
> > 
> > $ cat /proc/asound/cards
> > --- no soundcards ---
> 
> The rest looks ok. Which Kernel are you running. 

linux$ uname -a
Linux oregano 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux

There are no particular kernel options, I think.  Only root=..., ro,
and quiet.

>  Ubuntu users [0]
> solved a similar Problem by using the pnpacpi=off kernel option.
> 
> [0] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/184725

Ok, from the Grub menu I typed 'e' to edit the boot command.  In the
kernel line I added 'pnpacpi=off' after the 'root=...' option and
before the 'ro quiet' option, separated with spaces.  I then typed 'b'
to boot.  The first time it did not work but hung after 'Setting the
system clock.'  The second time it booted, but it didn't solve the
problem.  'alsaconf' does not work properly and there is still no
sound card in /proc/asound/cards.  

First remark: Isn't the option 'pnpacpi=off' option similar to turning
PnP off in the BIOS menu, as I tried earlier and it didn't work.  That
would be consistent.

Second remark: Even with 'pnpacpi=off' there was a 'Starting ACPI
Services.' in the boot sequence and an 'acpid stopped' (or something
similar) at the very end of the shut down.  I don'T know whether that
means that the 'pnpacpi=off' didn't work for some reason.

> 
> Else please check your mixer settings. Is master or pcm mutet?

I don't know how to check that.  amixer and alsamixer wouldn't even
start.

Thanks a lot for your feedback and sorry for the delayed responses
from my side.  I have access to this laptop only occasionally, since
it is not mine but one of a friend and I have installed Linux for her.

Best wishes,

Laurenz.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#511949: [Pkg-alsa-devel] Bug#511949: alsa-base: alsaconf does not work on Sony Vaio PCG-SR1K laptop with YMF-754

2009-01-19 Thread system administrator
Here is the requested information.  All commands done by a regular
user with no sudo permissions.  I have also added the lspci command,
since 'cat /proc/asound/cards' didn't find a soundcard, while lspci
does.

Laurenz.

==

$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.16.

$ cat /proc/asound/cards
--- no soundcards ---

$ cat /proc/interrupts
   CPU0   
  0: 205734XT-PIC-XTtimer
  1:   2667XT-PIC-XTi8042
  2:  0XT-PIC-XTcascade
  3:  1XT-PIC-XT  
  4:  1XT-PIC-XT  
  5: 12XT-PIC-XTsony-laptop
  7:  1XT-PIC-XT  
  8:  1XT-PIC-XTrtc0
  9:  73176XT-PIC-XTacpi, uhci_hcd:usb1, ohci1394, yenta
 10:  1XT-PIC-XT  
 11:  1XT-PIC-XT  
 12:  37427XT-PIC-XTi8042
 14:  55399XT-PIC-XTide0
 15:  0XT-PIC-XTide1
NMI:  0   Non-maskable interrupts
LOC:  0   Local timer interrupts
RES:  0   Rescheduling interrupts
CAL:  0   function call interrupts
TLB:  0   TLB shootdowns
TRM:  0   Thermal event interrupts
SPU:  0   Spurious interrupts
ERR:  0
MIS:  0

$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.

firewire-sbp2
loop

$ cat /etc/modprobe.d/sound
alias snd-card-0 snd-ymfpci
options snd-ymfpci index=0

$ lsmod | grep snd
snd_ymfpci 28224  0 
gameport   10700  1 snd_ymfpci
snd_ac97_codec 88484  1 snd_ymfpci
ac97_bus1728  1 snd_ac97_codec
snd_pcm_oss32800  0 
snd_mixer_oss  12320  1 snd_pcm_oss
snd_pcm62596  3 snd_ymfpci,snd_ac97_codec,snd_pcm_oss
snd_opl3_lib9344  1 snd_ymfpci
snd_hwdep   6212  1 snd_opl3_lib
snd_page_alloc  7816  2 snd_ymfpci,snd_pcm
snd_mpu401_uart 6368  1 snd_ymfpci
snd_seq_dummy   2660  0 
snd_seq_oss24992  0 
snd_seq_midi5728  0 
snd_rawmidi18496  2 snd_mpu401_uart,snd_seq_midi
firmware_class  6816  2 snd_ymfpci,pcmcia
snd_seq_midi_event  6432  2 snd_seq_oss,snd_seq_midi
snd_seq41456  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  17800  4 snd_ymfpci,snd_pcm,snd_opl3_lib,snd_seq
snd_seq_device  6380  6 
snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd45604  13 
snd_ymfpci,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore   6368  1 snd

$ dpkg -l | grep asou
ii  libasound2   1.0.16-2   ALSA library

$ dpkg -l | grep alsa
ii  alsa-base1.0.17.dfsg-4  ALSA driver 
configuration files
ii  alsa-utils   1.0.16-2   ALSA 
utilities
ii  gstreamer0.10-alsa   0.10.19-2  GStreamer 
plugin for ALSA
ii  libpt-1.10.10-plugins-alsa   1.10.10-2  Portable 
Windows Library Audio Plugin for the ALSA Interface
ii  libsdl1.2debian-alsa 1.2.13-2   Simple 
DirectMedia Layer (with X11 and ALSA options)

$ id
uid=501(julia) gid=501(julia) 
groups=24(cdrom),29(audio),44(video),46(plugdev),110(netdev),115(powerdev),116(scanner),501(julia)

$ lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge 
(rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge 
(rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:08.0 FireWire (IEEE 1394): Sony Corporation CXD3222 i.LINK Controller (rev 
02)
00:09.0 Multimedia audio controller: Yamaha Corporation YMF-754 [DS-1E Audio 
Controller]
00:0a.0 Communication controller: Conexant HSF 56k Data/Fax Modem (Mob WorldW 
SmartDAA) (rev 01)
00:0c.0 CardBus bridge: Ricoh Co Ltd RL5c475 (rev 80)
01:00.0 VGA compatible controller: Neomagic Corporation NM2230 [MagicGraph 
256AV+] (rev 30)

==


On Sun, Jan 18, 2009 at 02:37:33PM +0100, Elimar Riesebieter wrote:
> * Laurenz Wiskott [090115 22:11 +0100]
> > Package: alsa-base
> > Version: 1.0.17.dfsg-4
> > Severity: normal
> > 
> 
> > Dear alsa

Bug#491456: unoconv: UnoException during conversion: URL seems to be an unsupported one.

2008-07-19 Thread System Administrator
Package: unoconv
Version: 0.3-3
Severity: important


hello,

$ LANG=en_us.UTF-8 unoconv -v -f odt philippe_bourcier.rtf
Input file: philippe_bourcier.rtf
unoconv: UnoException during conversion: URL seems to be an unsupported
one.
The provided document cannot be converted to the desired format.

$ pydb unoconv -v -f odt  philippe_bourcier.rtf 
(/usr/bin/unoconv:17):  
17 import getopt, sys, os, glob, time
(Pydb) continue
Input file: philippe_bourcier.rtf
unoconv: UnoException during conversion: URL seems to be an unsupported
one.
The provided document cannot be converted to the desired format.
The program exited via sys.exit(). Exit status: 0
(/usr/bin/unoconv:17):  
17 import getopt, sys, os, glob, time
(Pydb) 


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages unoconv depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-uno1:2.4.1-6  Python interface for OpenOffice.or

unoconv recommends no packages.

unoconv suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#491441: error: option glx-shm does not exist

2008-07-19 Thread System Administrator
Package: vlc
Version: 0.8.6.h-1
Severity: normal


hello,

  I'd configured vlc with the graphical interface so thay it use the
Video Output Module: OpenGL:

$ vlc -v -v -v /data/video/film/stroustrup.ogg 
VLC media player 0.8.6h Janus
[0001] main private debug: checking builtin modules
[0001] main private debug: checking plugin modules
[0001] main private debug: loading plugins cache file
/home/philippe/.vlc/ca
che/plugins-04081e.dat
[0001] main private debug: recursively browsing `/usr/lib/vlc'
[0001] main private debug: module bank initialized, found 225
modules
[0001] main private debug: opening config file
/home/philippe/.vlc/vlcrc
[0001] main private debug: CPU has capabilities 486 586 MMX 3DNow!
MMXEXT SS
E SSE2 FPU 
[0001] main private debug: looking for memcpy module: 4 candidates
[0001] main private debug: using memcpy module "memcpymmxext"
[0282] main playlist debug: waiting for thread completion
[0282] main playlist debug: thread 1093830992 (playlist) created at
priority
 0 (playlist/playlist.c:184)
[0283] main private debug: waiting for thread completion
[0283] main private debug: thread 1102223696 (preparser) created at
priority
 0 (playlist/playlist.c:210)
[0284] main interface debug: looking for interface module: 1
candidate
[0284] main interface debug: using interface module "hotkeys"
[0284] main interface debug: thread 1110616400 (interface) created
at priori
ty 0 (interface/interface.c:231)
[0286] main interface debug: looking for interface module: 1
candidate
[0286] main interface debug: using interface module "screensaver"
[0286] main interface debug: thread 1119009104 (interface) created
at priori
ty 0 (interface/interface.c:231)
[0282] main playlist debug: adding playlist item
`/data/video/film/stroustru
p.ogg' ( /data/video/film/stroustrup.ogg )
[0288] main interface debug: looking for interface module: 5
candidates
[0288] main interface debug: using interface module "wxwidgets"
[0288] main interface debug: thread 1127401808 (manager) created at
priority
 0 (interface/interface.c:216)
[0288] wxwidgets interface debug: Using last windows config
'(-1,0,0,1280,10
24)(0,224,82,463,90)(6,0,0,-1,150)'
[0288] wxwidgets interface debug: id=0 p=(224,82) s=(463,90)
[0288] wxwidgets interface debug: id=6 p=(0,0) s=(-1,150)
[0282] main playlist debug: nothing requested, starting
[0282] main playlist debug: creating new input thread
[0291] main input debug: waiting for thread completion
[0291] main input debug: creating statistics handler
[0291] main input debug: `/data/video/film/stroustrup.ogg' gives
access `' d
emux `' path `/data/video/film/stroustrup.ogg'
[0291] main input debug: creating demux: access='' demux=''
path='/data/vide
o/film/stroustrup.ogg'
[0293] main demuxer debug: looking for access_demux module: 2
candidates
[0291] main input debug: creating access ''
path='/data/video/film/stroustru
p.ogg'
[0296] main access debug: looking for access2 module: 5 candidates
[0296] vcd access debug: trying .cue file:
/data/video/film/stroustrup.cue
[0296] vcd access debug: could not find .cue file
[0296] access_file access debug: opening file
`/data/video/film/stroustrup.o
gg'
[0296] main access debug: using access2 module "access_file"
[0302] main private debug: pre-buffering...
[0302] main private debug: received first data for our buffer
[0302] main private debug: pre-buffering done 1408981 bytes in 0s -
423111 k
bytes/s
[0291] main input debug: creating demux: access='' demux=''
path='/data/vide
o/film/stroustrup.ogg'
[0303] main demuxer debug: looking for demux2 module: 44 candidates
[0303] main demuxer debug: using demux2 module "ogg"
[0291] main input debug: looking for a subtitle file in
/data/video/film/
[0291] main input debug: `/data/video/film/stroustrup.ogg'
successfully open
ed
[0303] ogg demuxer debug: found theora header, bitrate: 768000,
rate: 29.970
030
[0303] ogg demuxer debug: found vorbis header
[0291] main input debug: selecting program id=0
[0305] main decoder debug: looking for decoder module: 24 candidates
[0305] main decoder debug: using decoder module "theora"
[0305] main decoder debug: thread 1082829136 (decoder) created at
priority 0
 (input/decoder.c:159)
[0309] main decoder debug: looking for decoder module: 24 candidates
[0309] main decoder debug: using decoder module "vorbis"
[0309] main decoder debug: thread 1144187216 (decoder) created at
priority 0
 (input/decoder.c:159)
[0303] ogg demuxer debug: beginning of a group of logical streams
[0291] main input debug: thread 1135794512 (input) created at
priority 0 (in
put/input.c:265)
[0309] main decoder debug: removing module "vorbis"
[0309] main decoder debug: thread 1144187216 joined
(input/decoder.c:191)
[0309] main decoder debug: killing decoder fourcc `vorb', 1 PES

Bug#481417: vlc: x264/h264 playback is broken in 0.8.6.h-1

2008-07-19 Thread System Administrator
Package: vlc
Version: 0.8.6.h-1
Followup-For: Bug #481417


   hello,

[0361] main decoder error: no suitable decoder module for fourcc
`h264'.

  here is the full trace:

$ vlc -v -v -v --ipv6 rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=625 
VLC media player 0.8.6h Janus
[0001] main private debug: checking builtin modules
[0001] main private debug: checking plugin modules
[0001] main private debug: loading plugins cache file
/home/philippe/.vlc/ca
che/plugins-04081e.dat
[0001] main private debug: recursively browsing `/usr/lib/vlc'
[0001] main private debug: module bank initialized, found 225
modules
[0001] main private debug: opening config file
/home/philippe/.vlc/vlcrc
[0001] main private debug: CPU has capabilities 486 586 MMX 3DNow!
MMXEXT SS
E SSE2 FPU 
[0001] main private debug: looking for memcpy module: 4 candidates
[0001] main private debug: using memcpy module "memcpymmxext"
[0282] main playlist debug: waiting for thread completion
[0282] main playlist debug: thread 1093605712 (playlist) created at
priority
 0 (playlist/playlist.c:184)
[0283] main private debug: waiting for thread completion
[0283] main private debug: thread 1101998416 (preparser) created at
priority
 0 (playlist/playlist.c:210)
[0284] main interface debug: looking for interface module: 1
candidate
[0284] main interface debug: using interface module "hotkeys"
[0284] main interface debug: thread 1110391120 (interface) created
at priori
ty 0 (interface/interface.c:231)
[0286] main interface debug: looking for interface module: 1
candidate
[0286] main interface debug: using interface module "screensaver"
[0286] main interface debug: thread 1118783824 (interface) created
at priori
ty 0 (interface/interface.c:231)
[0282] main playlist debug: adding playlist item
`rtsp://mafreebox.freebox.f
r/freeboxtv/stream?id=625' (
rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=625
 )
[0288] main interface debug: looking for interface module: 5
candidates
[0288] main interface debug: using interface module "wxwidgets"
[0288] main interface debug: thread 1127176528 (manager) created at
priority
 0 (interface/interface.c:216)
[0288] wxwidgets interface debug: Using last windows config
'(-1,0,0,1280,10
24)(0,224,82,463,90)(6,0,0,-1,150)'
[0288] wxwidgets interface debug: id=0 p=(224,82) s=(463,90)
[0288] wxwidgets interface debug: id=6 p=(0,0) s=(-1,150)
[0282] main playlist debug: nothing requested, starting
[0282] main playlist debug: creating new input thread
[0291] main input debug: waiting for thread completion
[0291] main input debug: thread 1135569232 (input) created at
priority 0 (in
put/input.c:265)
[0291] main input debug: creating statistics handler
[0291] main input debug:
`rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=62
5' gives access `rtsp' demux `' path
`mafreebox.freebox.fr/freeboxtv/stream?id=6
25'
[0291] main input debug: creating demux: access='rtsp' demux=''
path='mafree
box.freebox.fr/freeboxtv/stream?id=625'
[0293] main demuxer debug: looking for access_demux module: 1
candidate
Sending request: OPTIONS
rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=625 RTS
P/1.0
CSeq: 1
User-Agent: VLC media player (LIVE555 Streaming Media v2007.02.20)


Received OPTIONS response: RTSP/1.0 200 OK
Cseq: 1
Server: fbxrtspd/1.1 Freebox minimal RTSP server
Public: DESCRIBE, SETUP, TEARDOWN, PLAY


Sending request: DESCRIBE
rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=625 RT
SP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: VLC media player (LIVE555 Streaming Media v2007.02.20)


Received DESCRIBE response: RTSP/1.0 200 OK
Cseq: 2
Content-Length: 193
Content-Type: application/sdp
Content-Language: fr
Server: fbxrtspd/1.1 Freebox minimal RTSP server


Need to read 193 extra bytes
Read 193 extra bytes: v=0
o=leCDN 1216472762 1216472762 IN IP4 kapoueh.proxad.net
s=France 2
i=France 2 (bas debit)
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://212.27.38.253/freeboxtv/stream?id=625

[0293] live555 demuxer debug: RTP subsession 'video/MP2T'
Sending request: SETUP rtsp://212.27.38.253/freeboxtv/stream?id=625
RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=47806-47807
User-Agent: VLC media player (LIVE555 Streaming Media v2007.02.20)


Received SETUP response: RTSP/1.0 200 OK
Cseq: 3
Session: ZZUIDBCVKpu5eY7Av55wpWzglj5gkERauCIX4aJEq3AvRxVdsRAIDZOO8KVjfCj
Server: fbxrtspd/1.1 Freebox minimal RTSP server
Transport:
RTP/AVP;unicast;mode=play;destination=192.168.0.1;client_port=47806-4
7807;server_port=32769-32770


Sending request: PLAY
rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=625 RTSP/1
.0
CSeq: 4
Session: ZZUIDBCVKpu5eY7Av55wpWzglj5gkERauCIX4aJEq3AvRxVdsRAIDZOO8KVjfCj
Range: npt=0.000-
User-Agent: VLC media player (LIVE555 Streaming Media v2007.02.20)


Received PLAY response: RTSP/1.0 200 OK
Cseq: 4
Session: ZZUIDBCVKpu5eY7Av55wpWzglj5gkERauCIX4aJEq3AvRxVdsRAIDZOO8KVjfCj
S

Bug#491434: fricorder: doesn't work

2008-07-19 Thread System Administrator
Package: fricorder
Version: 0.6-13
Severity: important


hello,

$ fricord 

(fricorder.py:32714): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Warning fricorder unsupported locale setting
Traceback (most recent call last):
  File "./fricorder.py", line 38, in ?
bindtextdomain(app_name, locale_dir)
  File "/usr/local/fricorder/SimpleGladeApp.py", line 56, in
bindtextdomain
__builtins__.__dict__["_"] = lambda x : x
AttributeError: 'dict' object has no attribute '__dict__'

$ pydb /usr/local/bin/fricord
SyntaxError:('invalid syntax', ('/usr/local/bin/fricord', 2, 27, 'if [
-f /etc/l
ocale.gen ] ; then\n'))
(:1):  
(Pydb) continue
Traceback (most recent call last):
  File "/usr/bin/pydb", line 711, in main
p._runscript(mainpyfile)
  File "/usr/share/python-support/pydb/pydb/pydbcmd.py", line 74, in
_runscript
self.run(statement, globals=globals_, locals=locals_)
  File "/usr/share/python-support/pydb/pydb/pydbbdb.py", line 335, in
run
exec cmd in globals, locals
  File "", line 1, in 
  File "/usr/local/bin/fricord", line 2
 if [ -f /etc/locale.gen ] ; then
   ^
 SyntaxError: invalid syntax
*** Uncaught exception. Entering post mortem debugging
*** Running 'c' or 'step' will restart the program
(/usr/bin/pydb:759):  main
759 p.interaction(t.tb_frame,t)

$ strace fricord
execve("/usr/local/bin/fricord", ["fricord"], [/* 37 vars */]) = 0
brk(0)  = 0x1582000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f9
13e914000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f9
13e912000
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=123893, ...}) = 0
mmap(NULL, 123893, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f913e8f3000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)
open("/lib/libncurses.so.5", O_RDONLY)  = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`%\1\0\0\0\0\0@"..., 832)
 = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=255904, ...}) = 0
mmap(NULL, 2352800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7f
913e4bb000
mprotect(0x7f913e4f5000, 2097152, PROT_NONE) = 0
mmap(0x7f913e6f5000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENY
WRITE, 3, 0x3a000) = 0x7f913e6f5000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)
open("/lib/libdl.so.2", O_RDONLY)   = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\16\0\0\0\0\0\0@"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14616, ...}) = 0
mmap(NULL, 2109728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7f
913e2b7000
mprotect(0x7f913e2b9000, 2097152, PROT_NONE) = 0
mmap(0x7f913e4b9000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYW
RITE, 3, 0x2000) = 0x7f913e4b9000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)
open("/lib/libc.so.6", O_RDONLY)= 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\342\1\0\0\0\0\0@"...
, 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1379632, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f9
13e8f2000
mmap(NULL, 3486328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7f
913df63000
mprotect(0x7f913e0ad000, 2097152, PROT_NONE) = 0
mmap(0x7f913e2ad000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENY
WRITE, 3, 0x14a000) = 0x7f913e2ad000
mmap(0x7f913e2b2000, 17016, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANON
YMOUS, -1, 0) = 0x7f913e2b2000
close(3)= 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f9
13e8f1000
arch_prctl(ARCH_SET_FS, 0x7f913e8f16e0) = 0
mprotect(0x7f913e2ad000, 12288, PROT_READ) = 0
munmap(0x7f913e8f3000, 123893)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
open("/dev/tty", O_RDWR|O_NONBLOCK) = 3
close(3)= 0
brk(0)  = 0x1582000
brk(0x1583000)  = 0x1583000
open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3069168, ...}) = 0
mmap(NULL, 3069168, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f913dc75000
close(3)= 0
brk(0x1584000)  = 0x1584000
brk(0x1585000)  = 0x1585000
getuid()= 1010
getgid()= 1010
geteuid()   = 1010
getegid()   = 1010
rt_sigprocmask(S

Bug#464839: grub-pc: update-grub doesn't take care of GRUB_CMDLINE_LINUX

2008-07-19 Thread System Administrator
Package: grub-pc
Version: 1.96+20080704-2
Followup-For: Bug #464839


hi,

$ man update-grub
...
DESCRIPTION
   Generate /boot/grub/grub.cfg
...

$ grep GRUB_CMDLINE_LINUX /etc/default/grub
# GRUB_CMDLINE_LINUX=
GRUB_CMDLINE_LINUX= video=vesafb:ywrap,mtrr vga=791
init=/sbin/bootchartd

$ ls -l /boot/grub/grub.cfg 
-r--r--r-- 1 root root 2027 jui 18 21:07 /boot/grub/grub.cfg

$ date ;sudo update-grub 
Sat Jul 19 14:20:31 CEST 2008
Updating /boot/grub/grub.cfg ...
Found Debian background: debian-blueish-wallpaper-640x480.png
Found linux image: /boot/vmlinuz-2.6.25-2-amd64
Found initrd image: /boot/initrd.img-2.6.25-2-amd64
Found linux image: /boot/vmlinuz-2.6.18-6-amd64
Found initrd image: /boot/initrd.img-2.6.18-6-amd64
Found memtest86+ image: /boot/memtest86+.bin
done

ls -l /boot/grub/grub.cfg 
-r--r--r-- 1 root root 2027 jui 19 14:20 /boot/grub/grub.cfg

$ grep GRUB_CMDLINE_LINUX /boot/grub/grub.cfg 
$ 

$ cat /boot/grub/grub.cfg 
...
### BEGIN /etc/grub.d/10_linux ###
set root=(hd0,2)
search --fs-uuid --set cc380fb5-8c57-4905-97aa-6cd3b7030ea1
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64" {
linux   /vmlinuz-2.6.25-2-amd64
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64 (single-user mode)" {
linux   /vmlinuz-2.6.25-2-amd64
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.18-6-amd64" {
linux   /vmlinuz-2.6.18-6-amd64
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.18-6-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.18-6-amd64 (single-user mode)" {
linux   /vmlinuz-2.6.18-6-amd64
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.18-6-amd64
}
### END /etc/grub.d/10_linux ###


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 / ext3 
rw,errors=remount-ro,data=ordered 0 0
/dev/sda2 /boot ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk1-lvdata_crypt /data ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvdonnees_crypt /donnees ext3 
rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvhome /home ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvtmp /tmp ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk1-lvusr /usr ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvvar /var ext3 rw,errors=continue,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/sdb
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
insmod lvm
set root=(vgdisk1-lvusr)
search --fs-uuid --set 1426b00b-bc43-4047-8147-5b8a96682af7
if font /share/grub/ascii.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,2)
search --fs-uuid --set cc380fb5-8c57-4905-97aa-6cd3b7030ea1
insmod png
if background_image /grub/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
set root=(hd0,2)
search --fs-uuid --set cc380fb5-8c57-4905-97aa-6cd3b7030ea1
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64" {
linux   /vmlinuz-2.6.25-2-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64 (single-user mode)" {
linux   /vmlinuz-2.6.25-2-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.18-6-amd64" {
linux   /vmlinuz-2.6.18-6-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.18-6-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.18-6-amd64 (single-user mode)" {
linux   /vmlinuz-2.6.18-6-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.18-6-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux   /memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
*** END /boot/grub/grub.cfg

-- System In

Bug#487708: grub-pc: impossible repair for lack of documentation

2008-06-23 Thread System Administrator
Package: grub-pc
Version: 1.96+20080621-1
Severity: critical
Justification: breaks the whole system


  everything is in the title

  moreover, there are plenty of aproximations:

/boot/grub/grub.cfg

...
if background_image
/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then
...


$ ls /usr/share/images/desktop-base/debian-blueish-wallpaper-640x480.png
/usr/share/images/desktop-base/debian-blueish-wallpaper-640x480.png


  this software is unusable as it is.
It should stay in experimental
see also: #484074

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 / ext3 
rw,errors=remount-ro,data=ordered 0 0
/dev/disk/by-uuid/f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 /dev/.static/dev ext3 
rw,errors=remount-ro,data=ordered 0 0
/dev/sda2 /boot ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk1-lvdata_crypt /data ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvdonnees_crypt /donnees ext3 
rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvhome /home ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvtmp /tmp ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk1-lvusr /usr ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvvar /var ext3 rw,errors=continue,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/sdb
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
insmod lvm
set root=(vgdisk1-lvusr)
search --fs-uuid --set 1426b00b-bc43-4047-8147-5b8a96682af7
if font /share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod lvm
set root=(vgdisk1-lvusr)
search --fs-uuid --set 1426b00b-bc43-4047-8147-5b8a96682af7
insmod png
if background_image 
/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
set root=(hd0,2)
search --fs-uuid --set cc380fb5-8c57-4905-97aa-6cd3b7030ea1
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64" {
linux   /vmlinuz-2.6.25-2-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64 (single-user mode)" {
linux   /vmlinuz-2.6.25-2-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.18-6-amd64" {
linux   /vmlinuz-2.6.18-6-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.18-6-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.18-6-amd64 (single-user mode)" {
linux   /vmlinuz-2.6.18-6-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.18-6-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux   /memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.22  Debian configuration management sy
ii  grub-common  1.96+20080621-1 GRand Unified Bootloader, version 
ii  libc62.7-12  GNU C Library: Shared libraries
ii  liblzo2-22.03-1  data compression library
ii  libncurses5  5.6+20080614-1  Shared libraries for terminal hand

grub-pc recommends no packages.

-- debconf information:
  grub-pc/linux_cmdline: fillme
  grub-pc/chainload_from_menu.lst: true



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#484074: grub-pc: without documentation, this software is unacceptable

2008-06-23 Thread System Administrator
Package: grub-pc
Version: 1.96+20080621-1
Followup-For: Bug #484074


  this week-end, grub-pc was broken: i cannot boot anymore

  i looked for how to repair:
 - /usr/share/doc/grub-pc/README
See the file INSTALL for instructions on how to build and install the
GRUB 2 data and program files.
   $ ls /usr/share/doc/grub-pc/INSTALL
ls: cannot access /usr/share/doc/grub-pc/INSTALL: No such file or
directory

 - $ man grub-pc
No manual entry for grub-pc

 - http://grub.enbug.org/Manual
nothing very usefull

 - nobody alive on irc chan.

  /usr/share/doc/grub-pc/AUTHORS exists.
What about the users?
I am very surprised by this software, a GNU one!

  /usr/share/doc/grub-pc/TODO
no documentation urgency at all

  i do believe this software should be removed from debian, until it has
a decent documentation; i mean at least a repair documentation, and a configure
one.
Moreover, debian-installer should not use it or provide the choice with
an advertising about its highly experimental status

  i think also that #465247 and #465401 can be merged

  when i moved from grub to grub-pc i did not understand how to put:
 - a Command line like: root=/dev/sda2 ro video=vesafb:ywrap,mtrr
   vga=791 init=/sbin/bootchartd
 - a splashimage

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 / ext3 
rw,errors=remount-ro,data=ordered 0 0
/dev/disk/by-uuid/f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 /dev/.static/dev ext3 
rw,errors=remount-ro,data=ordered 0 0
/dev/sda2 /boot ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk1-lvdata_crypt /data ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvdonnees_crypt /donnees ext3 
rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvhome /home ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvtmp /tmp ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk1-lvusr /usr ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvvar /var ext3 rw,errors=continue,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/sdb
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
insmod lvm
set root=(vgdisk1-lvusr)
search --fs-uuid --set 1426b00b-bc43-4047-8147-5b8a96682af7
if font /share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod lvm
set root=(vgdisk1-lvusr)
search --fs-uuid --set 1426b00b-bc43-4047-8147-5b8a96682af7
insmod png
if background_image 
/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
set root=(hd0,2)
search --fs-uuid --set cc380fb5-8c57-4905-97aa-6cd3b7030ea1
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64" {
linux   /vmlinuz-2.6.25-2-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.25-2-amd64 (single-user mode)" {
linux   /vmlinuz-2.6.25-2-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.18-6-amd64" {
linux   /vmlinuz-2.6.18-6-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.18-6-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.18-6-amd64 (single-user mode)" {
linux   /vmlinuz-2.6.18-6-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.18-6-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux   /memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.22  Debian configuration management sy
ii  grub-common  1.96+20080621-1 GRand Unifi

Bug#334767: mail-notification: CPU usage shoots up when checking mail box over ssh

2007-03-20 Thread System Administrator
This bug is a manifestation of bug #365580 whereby mail-notification
will constantly try to connect to a server which is uncontactable.

Daniel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#412045: Problem when Installing mysql-server-5.0

2007-02-25 Thread System Administrator


Hi,

My problem was due to lack of space in /var/log/

Please close this case.

Thank you

> Hi 
> 
> On 2007-02-23 John Halton wrote: 
>> I had a
similar issue a few months ago with the mysql package being in 
>> a "very bad inconsistent state", and with no apparent
way of either 
>> uninstalling or fixing the package. If you do
a Google search for 
>> 'mysql debian "Package is in a
very bad inconsistent state"' you will 
>> find a number
of others whom this has affected. 
>> 
>> The
solution that worked for me is the one found in the first comment 
>> here - www.debianhelp.org/node/1962 - of setting the RUNLEVEL

>> initialisation variable at start-up. I mention this in case
it helps 
>> track down/reproduce the problem. It seems the
problem may also be 
>> related to splashy, unless I have
misunderstood what the commenter in 
>> that thread is saying.

> 
> The RUNLEVEL bug was in the lsb-base package which
just happened to had an 
> update at the same time as my mysql
package. It has been fixed in the 
> meantime. 
> 
> "System Administrator" have you seen the same message? If
so, first 
> upgrade 
> the lsb-base package and then try
again with mysql. Please tell me if I 
> can 
> close this
bug report if it works. 
> 
> bye, 
> 
>
-christian- 
> 



Bug#412045: Problem when Installing mysql-server-5.0

2007-02-22 Thread System Administrator
Package: mysql-server-5.0
Version: 5.0.32-6
Severity: critical
Justification: breaks the whole system


At first mysql-server-5.0 unable to start, then I purge mysql-server-5.0
and reinstall back. Now I am having this problem where, this package
cannot be installed

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mysql-server-5.0 depends on:
ii  adduser 3.102Add and remove users and groups
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libdbi-perl 1.53-1   Perl5 database interface by Tim Bu
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libmysqlclient15off 5.0.32-6 mysql database client library
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libreadline55.2-2GNU readline and history libraries
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libwrap07.6.dbs-12   Wietse Venema's TCP wrappers libra
ii  lsb-base3.1-23   Linux Standard Base 3.1 init scrip
ii  mysql-client-5.05.0.32-6 mysql database client binaries
ii  mysql-common5.0.32-7 mysql database common files (e.g. 
ii  passwd  1:4.0.18.1-6 change and administer password and
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  psmisc  22.3-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf information:
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/need_sarge_compat: false
  mysql-server-5.0/start_on_boot: true
  mysql-server/error_setting_password:
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
  mysql-server-5.0/need_sarge_compat_done: false


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#397771: sasl2-bin: authentication failure upon upgrade

2006-11-09 Thread System Administrator
Package: sasl2-bin
Version: 2.1.22-1
Severity: critical
Justification: breaks the whole system


Upon upgrading my sasl2-bin, none of my user able to send email via
postfix-tls. I tried below action and these are the outcome

mail:~# ps waux | grep saslauthd
root 24048  0.0  0.1   7140  2440 ?Ss   18:18   0:00
/usr/sbin/saslauthd -a pam -c -O -n 5
root 24053  0.0  0.1   7264  2636 ?S18:18   0:00
/usr/sbin/saslauthd -a pam -c -O -n 5
root 24054  0.0  0.1   7140  2448 ?S18:18   0:00
/usr/sbin/saslauthd -a pam -c -O -n 5
root 24055  0.0  0.1   7140  2440 ?S18:18   0:00
/usr/sbin/saslauthd -a pam -c -O -n 5
root 24056  0.0  0.1   7140  2440 ?S18:18   0:00
/usr/sbin/saslauthd -a pam -c -O -n 5
root 25347  0.0  0.0   1872   624 pts/1R+   19:32   0:00 grep
saslauthd

mail:/var/run/saslauthd# perl -MMIME::Base64 -e 'print
encode_base64("foobar\0foobar\0foobar");'
ZGhpcwBkaGlzAGF6c2I=

mail:/var/run/saslauthd# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 mail.foobar.com ESMTP Postfix (AZRB)
EHLO mail.foobar.com
250-mail.foobar.com
250-PIPELINING
250-SIZE
250-ETRN
250-STARTTLS
250-AUTH NTLM LOGIN PLAIN DIGEST-MD5 CRAM-MD5
250-AUTH=NTLM LOGIN PLAIN DIGEST-MD5 CRAM-MD5
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH PLAIN ZGhpcwBkaGlzAGF6c2I=
535 5.7.0 Error: authentication failed: authentication failure
quit
221 2.0.0 Bye
Connection closed by foreign host.

mail:/var/run/saslauthd# testsaslauthd -u foobar -p foobar
0: OK "Success."
mail:/var/run/saslauthd#



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sasl2-bin depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.10.02+dfsg-2 common error description library
ii  libdb4.2 4.2.52+dfsg-1   Berkeley v4.2 Database Libraries [
ii  libkrb53 1.4.4-4 MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.2 OpenLDAP libraries
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libsasl2 2.1.22-1Authentication abstraction library
ii  libssl0. 0.9.8c-3SSL shared libraries
ii  lsb-base 3.1-19  Linux Standard Base 3.1 init scrip

sasl2-bin recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#390597: sasl2-bin failed during reinstall upon postfix-tls failure

2006-10-01 Thread System Administrator
Package: sasl2-bin
Version: 2.1.19.dfsg1-0.5
Severity: critical
Tags: l10n
Justification: breaks unrelated software

Stopping SASL Authentication Daemon: (not running).
Unpacking replacement sasl2-bin ...
Setting up sasl2-bin (2.1.19.dfsg1-0.5) ...
Starting SASL Authentication Daemon: (failed).
invoke-rc.d: initscript saslauthd, action "start" failed.
dpkg: error processing sasl2-bin (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 sasl2-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sasl2-bin depends on:
ii  base-passwd 3.5.11   Debian base system master password
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libcomerr2  1.39-1.1 common error description library
ii  libdb4.24.2.52+dfsg-1Berkeley v4.2 Database Libraries [
ii  libkrb531.4.4-3  MIT Kerberos runtime libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpam0g0.79-3.2 Pluggable Authentication Modules l
ii  libsasl22.1.19.dfsg1-0.5 Authentication abstraction library
ii  libssl0.9.8 0.9.8c-2 SSL shared libraries

sasl2-bin recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#390415: openssl: Cannot Get Private Key from Cert Created

2006-10-01 Thread System Administrator
Package: openssl
Version: 0.9.8c-2
Severity: critical
Tags: l10n
Justification: breaks unrelated software

Oct  1 14:57:27 mail postfix/smtpd[23458]: initializing the server-side TLS 
engine
Oct  1 14:57:27 mail postfix/smtpd[23458]: warning: cannot get private key from 
file /etc/postfix/ssl/req.pem
Oct  1 14:57:27 mail postfix/smtpd[23458]: warning: TLS library problem: 
23458:error:0906D06C:PEM 
routines:PEM_read_bio:no start line:pem_lib.c:644:Expecting: ANY PRIVATE KEY:
Oct  1 14:57:27 mail postfix/smtpd[23458]: warning: TLS library problem: 
23458:error:140B0009:SSL 
routines:SSL_CTX_use_PrivateKey_file:PEM lib:ssl_rsa.c:669:
Oct  1 14:57:27 mail postfix/smtpd[23458]: cannot load RSA certificate and key 
data

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages openssl depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libssl0.9.8  0.9.8c-2SSL shared libraries
ii  zlib1g   1:1.2.3-13  compression library - runtime

openssl recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#364395: Upgrading sasl2-bin (2.1.19.dfsg1-0.3) halted during upgrade on Debian Sid

2006-09-15 Thread System Administrator
Package: sasl2-bin
Version: 2.1.19.dfsg1-0.3
Followup-For: Bug #364395



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sasl2-bin depends on:
ii  base-passwd 3.5.11   Debian base system master password
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libcomerr2  1.39-1   common error description library
ii  libdb4.34.3.29-6 Berkeley v4.3 Database Libraries [
ii  libkrb531.4.4-1  MIT Kerberos runtime libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpam0g0.79-3.2 Pluggable Authentication Modules l
ii  libsasl22.1.19.dfsg1-0.3 Authentication abstraction library
ii  libssl0.9.8 0.9.8b-3 SSL shared libraries

sasl2-bin recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#362511: error when upgrade sasl2-bin

2006-04-27 Thread System Administrator
Package: sasl2-bin
Version: 2.1.19.dfsg1-0.2
Followup-For: Bug #362511

Setting up sasl2-bin (2.1.19.dfsg1-0.2) ...
Starting SASL Authentication Daemon: (failed).
invoke-rc.d: initscript saslauthd, action "start" failed.
dpkg: error processing sasl2-bin (--configure):
 subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  sasl2-bin
  E: Sub-process /usr/bin/dpkg returned an error code (1)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sasl2-bin depends on:
ii  base-passwd   3.5.11 Debian base system master password
ii  libasn1-6-hei 0.7.2-4Libraries for Heimdal Kerberos
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libdb4.2  4.2.52-24  Berkeley v4.2 Database Libraries [
ii  libgssapi4-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libkrb5-17-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libldap2  2.1.30-13  OpenLDAP libraries
ii  libpam0g  0.79-3.1   Pluggable Authentication Modules l
ii  libroken16-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libsasl2  2.1.19.dfsg1-0.2   Authentication abstraction library
ii  libssl0.9.8   0.9.8a-8   SSL shared libraries

sasl2-bin recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#364395: sasl2-bin failed when upgraded

2006-04-22 Thread System Administrator
Package: sasl2-bin
Version: 2.1.19.dfsg1-0.1
Severity: critical
Justification: breaks the whole system


invoke-rc.d: initscript saslauthd, action "start" failed.
dpkg: error processing sasl2-bin (--configure):
 subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  sasl2-bin
  E: Sub-process /usr/bin/dpkg returned an error code (1)



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sasl2-bin depends on:
ii  base-passwd   3.5.11 Debian base system master password
ii  libasn1-6-hei 0.7.2-4Libraries for Heimdal Kerberos
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libdb4.2  4.2.52-24  Berkeley v4.2 Database Libraries [
ii  libgssapi4-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libkrb5-17-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libldap2  2.1.30-13  OpenLDAP libraries
ii  libpam0g  0.79-3.1   Pluggable Authentication Modules l
ii  libroken16-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libsasl2  2.1.19.dfsg1-0.1   Authentication abstraction library
ii  libssl0.9.8   0.9.8a-8   SSL shared libraries

sasl2-bin recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#363021: xserver-xorg: x-window fails to upgrade and fails to start

2006-04-17 Thread System Administrator - xtenbit.com
Package: xserver-xorg
Version: 6.9.0.dfsg.1-6
Severity: important

*** Please type your report below this line
The following packages have unmet dependencies: x-window-system-core: Depends: 
xserver-xorg
 xserver-xorg failed to preconfigure, with exit status 64


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libxau6   1:1.0.0-2  X11 authorisation library
ii  libxdmcp6 1:1.0.0-3  X11 Display Manager Control Protoc
pn  xserver-common (no description available)
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages xserver-xorg recommends:
ii  discover  2.0.7-2.1  hardware identification system
ii  laptop-detect 0.12.1 attempt to detect a laptop
ii  mdetect   0.5.2.1mouse device autodetection tool
ii  xlibs 6.9.0.dfsg.1-6 X Window System client libraries m
ii  xresprobe 0.4.23debian1  X Resolution Probe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#320286: enum handling in h2xs

2005-07-30 Thread System Administrator
Upon further inspection, it appears that enum handling in h2xs is broken 
altogether.  The attached patch seems to fix it.


Daniel
--- h2xs.orig   2005-06-09 01:14:29.0 +1000
+++ h2xs2005-07-28 16:22:26.0 +1000
@@ -730,7 +730,7 @@
 }
 
 my @path_h_ini = @path_h;
-my ($name, %fullpath, %prefix, %seen_define, %prefixless, %const_names);
+my ($name, %fullpath, %prefix, %seen_define, %prefixless, %const_names, 
%enum_names);
 
 my $module = $opt_n;
 
@@ -860,10 +860,11 @@
 
 # Remove C and C++ comments
 $src =~ 
s#/\*[^*]*\*+([^/*][^*]*\*+)*/|("(\\.|[^"\\])*"|'(\\.|[^'\\])*'|.[^/"'\\]*)#$2#gs;
+   $src =~ s#//.*\n#\n#g;
 
-while ($src =~ /(\benum\s*([\w_]*)\s*\{\s([\s\w=,]+)\})/gsc) {
+while ($src =~ /(\benum\s*([\w_]*)\s*\{\s([\s\w=,-]+)\})/gsc) {
 my ($enum_name, $enum_body) =
-$1 =~ /enum\s*([\w_]*)\s*\{\s([\s\w=,]+)\}/gs;
+$1 =~ /enum\s*([\w_]*)\s*\{\s([\s\w=,-]+)\}/gs;
 # skip enums matching $opt_e
 next if $opt_e && $enum_name =~ /$opt_e/;
 my $val = 0;
@@ -872,6 +873,7 @@
 $val = defined($declared_val) && length($declared_val) ? 
$declared_val : 1 + $val;
 $seen_define{$key} = $val;
 $const_names{$key}++;
+$enum_names{$key}++;
 }
 } # while (...)
   } # if (!defined $opt_e or $opt_e)
@@ -1902,12 +1904,13 @@
 } # ' # Grr
 print PL ");\n";
 if (!$opt_c) {
+  my @names = map { $enum_names{$_}? { name => $_, macro => 1 }: $_} (sort 
keys %const_names);
   my $generate_code =
 WriteMakefileSnippet ( C_FILE =>   $constscfname,
XS_FILE =>  $constsxsfname,
DEFAULT_TYPE => $opt_t,
NAME => $module,
-   NAMES =>[EMAIL PROTECTED],
+   NAMES =>[EMAIL PROTECTED],
  );
   print PL <<"END";
 if  (eval {require ExtUtils::Constant; 1}) {


Bug#315507: logcheck-database: correction to postfix rules

2005-06-22 Thread System Administrator
Package: logcheck-database
Version: 1.2.40
Severity: wishlist

Please correct the following line:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: [[:upper:]0-9]+: 
reject: RCPT from [^[:space:]]+: [45][0-9][0-9] Service unavailable; Sender 
address \[[^[:space:]]+\] blocked using [._[:alnum:]-]+; .*; 
from=<[^[:space:]]*> to=<[^[:space:]]+> proto=(ESMTP|SMTP) helo=<[^[:space:]]+>$

to:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: [[:upper:]0-9]+: 
reject: RCPT from [^[:space:]]+: [45][0-9][0-9] Service unavailable; Sender 
address \[[^[:space:]]+\] blocked using [._[:alnum:]-]+;( .*;)? 
from=<[^[:space:]]*> to=<[^[:space:]]+> proto=(ESMTP|SMTP) helo=<[^[:space:]]+>$

Note that '; .*;' has been changed to ';( .*;)?'. This fix was already
in the line below this one.


Thanks!

Joost

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages logcheck-database depends on:
ii  debconf [debconf-2.0] 1.4.51 Debian configuration management sy

logcheck-database recommends no packages.

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#311985: mldonkey-server: does not connect to Gnutella2 servers

2005-06-04 Thread System Administrator
Package: mldonkey-server
Version: 2.5.28-2
Severity: normal


The version in Debian does not connect to Gnutella2 servers. Apparently
(http://lists.gnu.org/archive/html/mldonkey-users/2004-10/msg00020.html)
there is a patch which fixes this.

Could you include it in the build (or upgrade to version 2.5.28g)?
Thanks!


Regards,

Joost Cassee

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mldonkey-server depends on:
ii  adduser 3.63 Add and remove users and groups
ii  debconf [debconf-2.0]   1.4.30.13Debian configuration management sy
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  mime-support3.28-1   MIME files 'mime.types' & 'mailcap
ii  ucf 1.17 Update Configuration File: preserv
ii  zlib1g  1:1.2.2-4compression library - runtime

-- debconf information:
* mldonkey-server/max_hard_download_rate: 150
* mldonkey-server/launch_at_startup: true
  mldonkey-server/config_exist_no_options:
* mldonkey-server/plugin: Directconnect, Opennap, Overnet, Soulseek, Bittorent, 
Gnutella
* mldonkey-server/mldonkey_group: mldonkey
  mldonkey-server/false_password:
* mldonkey-server/max_hard_upload_rate: 50
* mldonkey-server/max_alive: 168
* mldonkey-server/run_as_user: mldonkey
  mldonkey-server/reown_file: false
* mldonkey-server/mldonkey_niceness: 1
  mldonkey-server/config_exist_no_dir:
  mldonkey-server/fasttrack_problem:
  mldonkey-server/shared_directories: share
* mldonkey-server/mldonkey_dir: /var/lib/mldonkey
* mldonkey-server/restart_after_upgrade: true
* mldonkey-server/client_name: ben
  mldonkey-server/mldonkey_move: false
* mldonkey-server/mldonkey_umask: 0002


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#302018: websvn: tarballs with spaces fail

2005-03-29 Thread System Administrator
Package: websvn
Version: 1.61-12
Severity: normal
Tags: patch


When a directory contains spaces tarball creation fails. Patch that
simply quotes names included.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages websvn depends on:
ii  apache2-mpm-prefork [httpd]   2.0.53-5   traditional model for Apache2
ii  debconf   1.4.30.11  Debian configuration management sy
ii  libapache2-mod-php4   4:4.3.10-9 server-side, HTML-embedded scripti
ii  php4  4:4.3.10-9 server-side, HTML-embedded scripti
ii  po-debconf0.8.22 manage translated Debconf template
ii  subversion1.1.3-2advanced version control system (a
ii  ucf   1.14   Update Configuration File: preserv

-- debconf information excluded
--- dl.php	2004-08-30 08:41:06.0 +0200
+++ /usr/share/websvn/dl.php	2005-03-29 19:48:28.561402068 +0200
@@ -59,14 +59,14 @@
if (empty($arcname))
   $arcname = $rep->name;
 
-   $svnrep->exportDirectory($path, $tmpname.DIRECTORY_SEPARATOR.$arcname, $rev);
+   $svnrep->exportDirectory($path, quote($tmpname.DIRECTORY_SEPARATOR.$arcname), $rev);

// Create the tar file
chdir($tmpname);
-   exec($config->tar." -cf $arcname.tar $arcname");
+   exec($config->tar." -cf \"$arcname.tar\" \"$arcname\"");

// ZIP it up
-   exec($config->gzip." $arcname.tar");
+   exec($config->gzip." \"$arcname.tar\"");
$size = filesize("$arcname.tar.gz");
 
// Give the file to the browser


Bug#292835: install_initd fails when the Default-Stop header is empty

2005-01-30 Thread System Administrator
Package: lsb
Version: 2.0-1
If an attempt is made to use install_initd to add a startup script which 
has a blank 'Default-Stop' header it will fail.  For example, `make 
install` from the Hewlett-Packard Linux Imaging and Printing Project 
aborts with the following:

# /usr/lib/lsb/install_initd hplip
update-rc.d: error: expected runlevel [0-9S] (did you forget "." ?)
usage: update-rc.d [-n] [-f]  remove
   update-rc.d [-n]  defaults [NN | sNN kNN]
   update-rc.d [-n]  start|stop NN runlvl [runlvl] [...] .
-n: not really
-f: force
The info section for /etc/init.d/hplip is as follows:
### BEGIN INIT INFO
# Provides: hplip
# Required-Start:
# Required-Stop:
# Default-Start: 3 5
# Default-Stop:
# Description: Start/stop script for HP Linux Imaging and Printing (HPLIP)
### END INIT INFO
This causes the install_initd script to execute the following 
(syntatically invalid) command:
/usr/sbin/update-rc.d hplip start 20 2 3 4 5 . stop 20  .

This problem can be rectified using the following patch:
138c138,141
< os.system("/usr/sbin/update-rc.d %(initfile)s start %(startpri)d 
%(start_runlevels)s . stop %(stoppri)d %(stop_runlevels)s ." % locals())
---
> cmd = "/usr/sbin/update-rc.d %(initfile)s start %(startpri)d 
%(start_runlevels)s ."
> if len(defstop) > 0:
> cmd += " stop %(stoppri)d %(stop_runlevels)s ."
> os.system(cmd % locals())

Perhaps a better solution would be to modify the 'get' function in 
/usr/lib/lsb/initdutils.py to not clobber the provided defaults if the 
second argument is blank, i.e.:
defstop = headers.get('Default-Stop', defstop)
returns the initial value of defstop if the Default-Stop header is 
blank.  I don't know whether or not this is the intended behaviour.

Daniel Burr
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]