Bug#415127: installation-report: Graphical install does not work on Apple MacBook

2007-03-19 Thread Davide Viti
>> The graphical installer didn't work. After trying several parameter
>> combinations, I used the default text installer.
>
>To be honest, that does not completely surprise me. AFAIK the graphical 
>installer has never been tried on Intel-based Macs yet.
>
>It is a bit strange as the graphics controller seems fairly standard.

IIRC the problem is current kernel support for framebuffer; I played with that
a few months ago and gave up being the laptop the only machine I have.
For those interested in Debian on Macbook see [1];  feel also free to add the 
missing
infos about framebuffer support in case you played with it.

regards,
Davide

[1] http://wiki.debian.org/MacBook


Naviga e telefona senza limiti con Tiscali 
Scopri le promozioni Tiscali adsl: navighi e telefoni senza canone Telecom

http://abbonati.tiscali.it/adsl/



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



Bug#301780: base: Device nodes are not created for IOMEGA ZIP ATAPI

2007-03-19 Thread Marco d'Itri
On Mar 20, Bruce Robson <[EMAIL PROTECTED]> wrote:

> If there is a disk in the ZIP drive when the driver loads then both 
> /dev/sda and /dev/sda4 are created. If there isn't a disk in the ZIP 
> drive when the driver loads then only /dev/sda is created.
README.Debian.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#415231: dtc: [debconf_rewrite] Debconf templates review

2007-03-19 Thread Christian Perrier
After our various discussions, please find attached the last version
of the proposed patch.

Please confirm that you're OK with that patch...or again propose
changes if needed.

I now need to go to the next step, namely the call for translations.


--- 
/home/bubulle/travail/debian/rewrite/BTS/dtc/dtc-0.25.1.old/debian/dtc.templates
2007-03-08 20:33:52.722693198 +0100
+++ 
/home/bubulle/travail/debian/rewrite/BTS/dtc/dtc-0.25.1/debian/dtc.templates
2007-03-18 11:42:30.739187249 +0100
@@ -2,222 +2,197 @@
 Type: string
 Default: localhost
 _Description: MySQL hostname:
- Enter the hostname or ip do you want to use to connect to your MySQL server.
- If the MySQL server runs locally, then you can safely leave the default to
- localhost.
+ Please enter the hostname or IP address of the MySQL server.
 
 Template: dtc/conf_mysqllogin
 Type: string
 Default: root
-_Description: MySQL Login:
- Enter the MySQL root login. DTC needs it to access to your MySQL table
- in order to grant privileges to it's users. It's suggested that you add a
- user specialy for dtc that has the rights for modifying grant tables, but
- root is also working.
+_Description: MySQL administrator:
+ Please enter the login name of a MySQL user with administrative
+ privileges. DTC will use it to grant privileges for the tables to
+ its users.
 
 Template: dtc/conf_mysqlpass
 Type: password
-_Description: MySQL Password:
- Please enter your MySQL root password so DTC can connect to MySQL and
- add/remove databases.
+_Description: MySQL administrator password:
+ Please enter the password of the MySQL administrator.
 
 Template: dtc/conf_mysqldb
 Type: string
 Default: dtc
 _Description: DTC database name:
- DTC save all it's hosting information in a database automatically created.
- You should enter it's name here.
+ Please enter the name of the database to use for storing all DTC
+ hosting information.
 
 Template: dtc/conf_mysql_change_root
 Type: boolean
 Default: false
-_Description: Change MySQL root?
- When installing mysql-server package under Debian, the default installed
- root password for database access is an empty password. DTC can change
- that root password for you if you didn't change it before. If you have
- setup a root password for MySQL before, or if you are just upgrading DTC
- to a newer version, you might don't need to setup a new root password.
- If your root MySQL password is not set yet, then you can ask DTC to change
- it with the root password you just entered. Please note that if DTC can't
- connect with root, then install will fail.
+_Description: Change MySQL root password?
+ By default, the mysql-server package does not require a password for
+ the MySQL root user. This can be changed during the configuration of
+ the DTC package.
 
 Template: dtc/main_domainname
 Type: string
 Default: example.com
 _Description: Domain name:
- Enter the first domain name you want DTC to administrate. This domain
- name will be used for installing the root admin and customer web control
- panel of DTC (on one of this domain subdomains).
+ Please enter the first domain which you want DTC to
+ manage. This domain name will be used to install the root
+ admin and customer web control panel of DTC (under one of this domain's
+ subdomains).
 
 Template: dtc/dtc_adminsubdomain
 Type: string
 Default: dtc
 _Description: DTC root panel subdomain:
- Enter the subdomain you want DTC to install it's control panel.
+ Please enter the subdomain to be used by the DTC control panel.
 
 Template: dtc/conf_ipaddr
 Type: string
 Default: 192.168.0.2
 _Description: Primary IP address:
- Enter your primary IP address here. This IP will be used for the domain
- name you just provided, and will be used as default for most DTC variables.
- In case of NAT, please enter your EXTERNAL IP address.
+ Please enter this host's primary IP address. This address will be
+ used for the domain name you just provided, and will be used as the
+ default for most DTC variables.  If you are using Network Address
+ Translation (NAT), please enter your external IP address.
 
 Template: dtc/conf_hostingpath
 Type: string
 Default: /var/www/sites
 _Description: Path for hosted domains:
- This path is where you want DTC to store all hosted domains
- files (mail and web files) ?
+ Please enter the directory to be used by DTC to store files for
+ all hosted domains.
  .
- Please note that apache's standard installation setup /var/www as the
- apache web area (document root). Remove this manually in your
- /etc/apache/httpd.conf (or in /etc/apache2) if you choose /var/www/sites
- as DTC's hosting area.
+ If you choose /var/www, which is Apache's default document root, all
+ files hosted in that directory may become publicly accessible. It is
+ therefore recommended to change the DocumentRoot setting in Apache
+ configuration if you choose /var/www as path for hosted domains.
 
 Template: dtc/conf_chroot_path
 Type: string
 Default: /var/lib/dtc/chroot_template
-_De

Bug#415549: send_arp uses obsolete (PF_INET,SOCK_PACKET)

2007-03-19 Thread M. Koehrer
Package: fake
Version: 1.1.10-1

I use send_arp for sending gratuitous ARP messages.
The ARP messages are sent out fine, however the kernel (2.6.20.2 from 
kernel.org) complains about
"send_arp uses obsolete (PF_INET,SOCK_PACKET)" when calling dmesg.

Sending the gratuitous ARP is done in a script that looks like:
--
#!/bin/bash
IP="192.168.10.10"  # The IP of eth0
send_arp $IP `cat /sys/class/net/eth0/address` $IP `cat 
/sys/class/net/eth0/broadcast`


I have looked into the source code of send_arp. It uses 
sock=socket(AF_INET,SOCK_PACKET,htons(ETH_P_RARP));
to create a socket which is obsolete since kernel 2.2 (man packet).
However, I do not know how to migrate from the "old" socket(AF_INET, 
SOCK_PACKET, ...)
to the newer socket(PF_PACKET, SOCK_RAW, ...)

Regards

Mathias

-- 
Mathias Koehrer
[EMAIL PROTECTED]


Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig
und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer,
nur  39,85 €  inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2



Bug#414715: [OpenCT] #25: RESPONSECODE definition in pcsc-lite moved to ifdhandler.h

2007-03-19 Thread OpenCT
#25: RESPONSECODE definition in pcsc-lite moved to ifdhandler.h
--+-
  Reporter:  aj   |   Owner:  [EMAIL PROTECTED]
  Type:  enhancement  |  Status:  new   
  Priority:  normal   |   Component:  general   
   Version:  0.6.11   |Severity:  normal
Resolution:   |Keywords:
--+-
Comment (by Ludovic):

 A patch is available in http://www.opensc-project.org/pipermail/opensc-
 devel/2007-March/009616.html

 It is not possible to compile OpenCT with pcsc-lite 1.4.0
 [http://archives.neohapsis.com/archives/dev/muscle/2007-q1/0144.html]. See
 Debian bug #414715 [http://bugs.debian.org/414715].

 This is because of two problems:
  * OpenCT comes with its own version of ifdhandler.h instead of using the
 one provided by pcsc-lite
  * OpenCT uses the IFDhandler API v2 and IFDHControl() function is not
 defined the same with IFDhandler API v3 and so conflicts.

 A simple patch is to remove ifdhandler.h from OpenCT and do:
 {{{
 Index: src/pcsc/Makefile.am
 ===
 --- src/pcsc/Makefile.am(révision 935)
 +++ src/pcsc/Makefile.am(copie de travail)
 @@ -14,8 +14,6 @@ openct_ifd_la_SOURCES = pcsc.c
  openct_ifd_la_LDFLAGS = -module -avoid-version
  openct_ifd_la_LIBADD = ../ctapi/libopenctapi.la

 -noinst_HEADERS = ifdhandler.h
 -
  # Don't use HAVE_BUNDLES for this case, pcsc-lite loads
  # USB drivers from MacOS X like bundles for all platforms
  install-exec-local: install-libLTLIBRARIES
 Index: src/pcsc/pcsc.c
 ===
 --- src/pcsc/pcsc.c (révision 935)
 +++ src/pcsc/pcsc.c (copie de travail)
 @@ -34,6 +34,7 @@
  #endif
  #include 
  #include "ctapi.h" /* XXX: ? */
 +#define IFDHANDLERv2
  #include "ifdhandler.h"

  /* Maximum number of readers handled */
 @@ -423,6 +424,8 @@ IFDHTransmitToICC(DWORD Lun, SCARD_IO_HE
 return rv;
  }

 +#ifdef IFDHANDLERv2
 +
  RESPONSECODE
  IFDHControl(DWORD Lun, PUCHAR TxBuffer,
 DWORD TxLength, PUCHAR RxBuffer, PDWORD RxLength)
 @@ -469,6 +472,17 @@ IFDHControl(DWORD Lun, PUCHAR TxBuffer,
 return rv;
  }

 +#else
 +
 +RESPONSECODE IFDHControl(DWORD Lun, DWORD dwControlCode,
 +   PUCHAR TxBuffer, DWORD TxLength, PUCHAR RxBuffer, DWORD RxLength,
 +   PDWORD pdwBytesReturned)
 +{
 +   /* FIXME */
 +}
 +
 +#endif
 +
  RESPONSECODE IFDHICCPresence(DWORD Lun)
  {
 char ret;
 }}}


 I have no idea if OpenCT should use the API v3
 [http://pcsclite.alioth.debian.org/ifdhandler-3/] or stay at API v2.

-- 
Ticket URL: 
OpenCT 


Bug#415541: libx11-6: 1.1.1-1 causes complete screen lockup / freeze from xmms

2007-03-19 Thread Michel Dänzer
On Tue, 2007-03-20 at 14:15 +1030, Arthur Marsh wrote:
> Package: libx11-6
> Version: 2:1.0.3-6
> Severity: important
> 
> 
> When running libx11-6 1.1.1-1 and xmms 1:1.2.10+20061101-1, attempting 
> to change the file menu width or traverse directories in "play file" 
> would cause a complete screen / filesystem lockup (machine was pingable 
> from another location but file shares not available and all keyboard and 
> mouse input was ignored).
> 
> Running xmms under strace would prevent the problem from occuring.
> 
> Downgrading libx11-6 to 2:1.0.3-6 resolved the problem.

So this behaviour may be triggered by something in the new libx11-6, but
it's very unlikely to be caused fully by it but more likely at least
partly by the X server. Please attach the output of

/usr/share/bug/xserver-xorg-core/script 3>&1


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#412799: linux-image-2.6.18-4-686 does not boot

2007-03-19 Thread Svante Signell
On Mon, 2007-03-19 at 20:17 +0100, Svante Signell wrote:
> On Mon, 2007-03-19 at 19:58 +0100, maximilian attems wrote:
> > On Mon, Mar 19, 2007 at 07:52:53PM +0100, Svante Signell wrote:
> > > #> dpkg -S /usr/sbin/mkinitrd.yaird
> > > yaird: /usr/sbin/mkinitrd.yaird
> > 
> > oh please use mkinitramfs, install initramfs-tools,
> > the postinst will pick it up automaticaly without troubles
> > as it is the default anyway.
> > 
> > interested if that boots?
> #> dpkg -l initramfs-tools
> ii  initramfs-tools 0.85f tools for generating an initramfs
> 
> Yes it boots. Now the initrd image is much larger:
> -rw-r--r-- 1 root root 4582735 2007-03-19 20:07 initrd.img-2.6.18-4-686
> 
> compared to:
> -rw--- 1 root root 1221818 2007-03-19 19:33 initrd.img-2.6.18-4-686
> 
> According to the description yaird produces more compact images:
> ...
> Should I file a bug report for yaird? At least you can close the bug on
> the kernel.
or maybe not. Maybe the bug is still in the kernel. Alternately the
problem can be in yaird or maybe even in LILO? Attached is a diff
between the config files for kernels 2.6.18-3-686 and 2.6.18-4-686.
Kernel 2.4.18-3-686 and previous kernels all boot properly with yaird.

-- 
Svante Signell <[EMAIL PROTECTED]>
--- /boot/config-2.6.18-3-686	2006-12-10 19:50:16.0 +0100
+++ /boot/config-2.6.18-4-686	2007-02-21 16:18:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.18
-# Sun Dec 10 18:50:16 2006
+# Wed Feb 21 15:18:23 2007
 #
 CONFIG_X86_32=y
 CONFIG_GENERIC_TIME=y
@@ -685,9 +685,6 @@
 CONFIG_ATALK=m
 CONFIG_DEV_APPLETALK=m
 CONFIG_LTPC=m
-CONFIG_COPS=m
-CONFIG_COPS_DAYNA=y
-CONFIG_COPS_TANGENT=y
 CONFIG_IPDDP=m
 CONFIG_IPDDP_ENCAP=y
 CONFIG_IPDDP_DECAP=y
@@ -1156,6 +1153,7 @@
 CONFIG_BLK_DEV_HPT34X=m
 # CONFIG_HPT34X_AUTODMA is not set
 CONFIG_BLK_DEV_HPT366=m
+CONFIG_BLK_DEV_JMICRON=m
 CONFIG_BLK_DEV_SC1200=m
 CONFIG_BLK_DEV_PIIX=m
 CONFIG_BLK_DEV_IT821X=m
@@ -1515,7 +1513,6 @@
 CONFIG_B44=m
 CONFIG_FORCEDETH=m
 CONFIG_CS89x0=m
-CONFIG_DGRS=m
 CONFIG_EEPRO100=m
 CONFIG_E100=m
 CONFIG_FEALNX=m
@@ -1555,7 +1552,7 @@
 CONFIG_SIS190=m
 CONFIG_SKGE=m
 CONFIG_SKY2=m
-CONFIG_SK98LIN=m
+# CONFIG_SK98LIN is not set
 CONFIG_VIA_VELOCITY=m
 CONFIG_TIGON3=m
 CONFIG_BNX2=m
@@ -1577,13 +1574,11 @@
 CONFIG_IBMTR=m
 CONFIG_IBMOL=m
 CONFIG_IBMLS=m
-CONFIG_3C359=m
 CONFIG_TMS380TR=m
 CONFIG_TMSPCI=m
 CONFIG_SKISA=m
 CONFIG_PROTEON=m
 CONFIG_ABYSS=m
-CONFIG_SMCTR=m
 
 #
 # Wireless LAN (non-hamradio)
@@ -2225,6 +2220,7 @@
 CONFIG_I2C_AMD756=m
 CONFIG_I2C_AMD756_S4882=m
 CONFIG_I2C_AMD8111=m
+# CONFIG_I2C_ELEKTOR is not set
 CONFIG_I2C_I801=m
 CONFIG_I2C_I810=m
 CONFIG_I2C_PIIX4=m
@@ -2590,7 +2586,6 @@
 CONFIG_VIDEO_BTCX=m
 CONFIG_VIDEO_IR=m
 CONFIG_VIDEO_TVEEPROM=m
-CONFIG_USB_DABUSB=m
 
 #
 # Graphics support
@@ -3024,19 +3019,6 @@
 CONFIG_USB_SERIAL_GARMIN=m
 CONFIG_USB_SERIAL_IPW=m
 CONFIG_USB_SERIAL_KEYSPAN_PDA=m
-CONFIG_USB_SERIAL_KEYSPAN=m
-CONFIG_USB_SERIAL_KEYSPAN_MPR=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
-CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19=y
-CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
-CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
-CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
-CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
 CONFIG_USB_SERIAL_KLSI=m
 CONFIG_USB_SERIAL_KOBIL_SCT=m
 CONFIG_USB_SERIAL_MCT_U232=m
@@ -3056,8 +3038,6 @@
 #
 # USB Miscellaneous drivers
 #
-CONFIG_USB_EMI62=m
-CONFIG_USB_EMI26=m
 CONFIG_USB_AUERSWALD=m
 CONFIG_USB_RIO500=m
 CONFIG_USB_LEGOTOWER=m
@@ -3466,7 +3446,7 @@
 # CONFIG_DEBUG_KERNEL is not set
 CONFIG_LOG_BUF_SHIFT=15
 CONFIG_DEBUG_BUGVERBOSE=y
-# CONFIG_DEBUG_FS is not set
+CONFIG_DEBUG_FS=y
 # CONFIG_UNWIND_INFO is not set
 CONFIG_EARLY_PRINTK=y
 CONFIG_X86_FIND_SMP_CONFIG=y


Bug#415548: aiccu: [debconf_rewrite] Debconf templates review

2007-03-19 Thread Christian Perrier
Package: aiccu
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Monday, March 12, 2007, I notified you of the beginning of a review process
concerning debconf templates for aiccu.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.

Please try to avoid uploading aiccu with these changes right now.

The second phase of this process will begin on Friday, March 23, 2007, when I 
will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
Wednesday, April 04, 2007. Please avoid uploading a package with fixed or 
changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

On Thursday, April 05, 2007, I will contact you again and will send a final 
patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-486
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--- 
/home/bubulle/travail/debian/rewrite/LCFC/aiccu/aiccu-20070115.old/debian/templates
 2007-03-12 06:12:48.347474284 +0100
+++ 
/home/bubulle/travail/debian/rewrite/LCFC/aiccu/aiccu-20070115/debian/templates 
2007-03-16 19:55:16.805955828 +0100
@@ -1,43 +1,44 @@
 Template: aiccu/username
 Type: string
-Default:
-_Description: Username:
- To successfully connect, you must have a valid username. This is
- the same as the handle you use to log into the website.
+_Description: Aiccu username:
+ To successfully connect, you must provide your SixXS username. This is
+ the same username you use to login to the sixxs.net web site.
 
 Template: aiccu/password
 Type: password
-_Description: Password:
- To successfully connect, you must have a valid password. This is
- the same password you use to log into the website.
+_Description: Aiccu password:
+ To successfully connect, you must provide your SixXS password. This is
+ the same password you use to login to the sixxs.net web site.
 
 Template: aiccu/brokername
 Type: select
 Choices: ${brokers}
-_Description: Tunnel Broker:
- Select the Tunnel Broker you would like to use.
+_Description: Tunnel broker:
+ Please select the tunnel broker you would like to use.
 
 Template: aiccu/tunnelname
 Type: select
 Choices: ${tunnels}
-_Description: Tunnel Name:
- If you have more than one tunnel configured in your account, you must
- specify which tunnel should be activated.
+_Description: Tunnel name:
+ If more than one tunnel is configured for your account, please specify
+ which one should be automatically activated.
 
 Template: aiccu/badauth
 Type: boolean
-_Description: Recheck authentication details?
- You most likely have given bad authentication details. Try to login through
- the website of the Tunnel Broker or contact them to ask about problems.
+_Description: Re-check authentication details?
+ The authentication details you specified appear to be incorrect.
+ You should try to log in on the tunnel broker website and
+ contact the site administrators.
 
 Template: aiccu/nobrokers
-Type: note
-_Description: No Tunnel Brokers available
- No Tunnel Brokers could be retrieved from DNS (_aiccu + _aiccu.sixxs.net)
- this most likely indicates a DNS configuration problem.
+Type: error
+_Description: No tunnel brokers available
+ No tunnel brokers could be retrieved from DNS (_aiccu + _aiccu.sixxs.net).
+ This most likely indicates a DNS configuration problem.
 
 Template: aiccu/notunnels
-Type: note
+Type: error
 _Description: No tunnels available
- You currently have no tunnels available. Please go to the SixXS website
- at http://www.sixxs.net/ to request a tunnel for your account.
+ No tunnels are currently available to you. Please connect to the
+ SixXS website at http://www.sixxs.net/ to request a tunnel for your
+ account.
--- 
/home/bubulle/travail/debian/rewrite/LCFC/aiccu/aiccu-20070115.old/debian/templates
 2007-03-12 06:12:48.347474284 +0100
+++ 
/home/bubulle/travail/debian/rewrite/LCFC/aiccu/aiccu-20070115/debian/templates 
2007-03-16 19:55:16.805955828 +0100
@@ -1,43 +1,44 @@
 Template: aiccu/username
 Type: string
-Default:
-_Description:

Bug#398198: Info received (Bug#398198: Info received (Ubuntu))

2007-03-19 Thread Mathias Hasselmann
At least asciidoc of testing also uses cdbs[1], so I guess it is ok to
use it with vala?

1: http://packages.debian.org/testing/text/asciidoc




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



Bug#415433: epiphany: rss icon missing

2007-03-19 Thread Fabian Greffrath
Am Montag, den 19.03.2007, 21:37 +0100 schrieb Sven Arvidsson:
> Can you make
> sure /usr/share/epiphany-browser/icons/hicolor/24x24/status/feed-presence.png
> is present on your system? (And do the same for all the other icon sizes
> in hicolor...)

Yes, curiously all these files exist on my machine:

$ ls
-l /usr/share/epiphany-browser/icons/hicolor/*/status/feed-presence.png
-rw-r--r-- 1 root root  694 2007-03-18
19:22 /usr/share/epiphany-browser/icons/hicolor/16x16/status/feed-presence.png
-rw-r--r-- 1 root root  991 2007-03-18
19:22 /usr/share/epiphany-browser/icons/hicolor/22x22/status/feed-presence.png
-rw-r--r-- 1 root root 1025 2007-03-18
19:22 /usr/share/epiphany-browser/icons/hicolor/24x24/status/feed-presence.png
-rw-r--r-- 1 root root 1575 2007-03-18
19:22 /usr/share/epiphany-browser/icons/hicolor/32x32/status/feed-presence.png

> BTW, It's great if you can use reportbug to file bug reports, that we we
> get all the necessary version numbers etc.

Yes, sure. Sorry, but I have no mailer installed on my local machine. I
can provide you a template anyway (please see attachment). You'll see
that I am using a colourful mix of testing/unstable/experimental. ;)

Cheers,
Fabian
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Fabian Greffrath <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: none

Package: epiphany-browser
Version: 2.18.0-2
Severity: wishlist



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages epiphany-browser depends on:
ii  dbus  1.0.2-1simple interprocess messaging syst
ii  gconf22.18.0.1-1 GNOME configuration database syste
ii  gnome-icon-theme  2.16.1-1   GNOME Desktop icon theme
ii  iso-codes 1.0a-1 ISO language, territory, currency 
ii  libart-2.0-2  2.3.19-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.17.0-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.17-1   Avahi client library
ii  libavahi-common3  0.6.17-1   Avahi common library
ii  libavahi-glib10.6.17-1   Avahi glib integration library
ii  libbonobo2-0  2.18.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.18.0-1   The Bonobo UI library
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libcairo2 1.2.6-1The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libdbus-glib-1-2  0.71-3 simple interprocess messaging syst
ii  libesd-alsa0 [libesd0]0.2.36-3   Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libgconf2-4   2.18.0.1-1 GNOME configuration database syste
ii  libgcrypt11   1.2.4-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.11-1  The GLib library of C routines
ii  libgnome-desktop-22.14.3-2   Utility library for loading .deskt
ii  libgnome-keyring0 0.6.0-3GNOME keyring services library
ii  libgnome2-0   2.16.0-2   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.18.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.16.3-7 GNOME Virtual File System (runtime
ii  libgnutls13   1.6.1-1the GNU TLS library - runtime libr
ii  libgpg-error0 1.4-1  library for common error values an
ii  libgtk2.0-0   2.10.11-1  The GTK+ graphical user interface 
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libmozjs0d1.8.0.9-1  The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d   1.8.0.10-3 NetScape Portable Runtime Library
ii  liborbit2 1:2.14.3-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.16.1-1   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstartup-

Bug#415547: gcc manpages shipped without separated docs (fsf-funding, gpl, gfdl)

2007-03-19 Thread Matthias Klose
Package: gcc-doc, gcc-4.1-doc
Severity: serious

The invariant part fsf-funding, plus the license texts are split out
from the manual pages, but currently not shipped.  Removing invariant
parts and cover texts from the docs seems to be a license violation of
the GFDL. The former gcc-doc/gcc-4.1-doc packages had these files
available as separate man pages. Please consider to re-add these, or
include the relevant information verbatim into all man pages generated
from the texinfo sources.


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



Bug#415543: xorg: xserver crashes on beige G3 PowerMac

2007-03-19 Thread Rick Thomas


On Mar 20, 2007, at 1:19 AM, Rick Thomas wrote:


Package: xorg
Version: 1:7.1.0-15
Severity: important

(Note: this bugreport is about a beige G3 PowerMac tower, but the  
same problem also appears on my Blue&White G3

PowerMac.)


Problem:
X fails to start on a beige G3 PowerMac.

I get the following error messages...  In particular, note the  
messages

... "INVALID IO ALLOCATION" and "found resource conflicts"

I'm also attaching /var/log/Xorg.0.log which seems to have more  
details.







Xorg.0.log
Description: Binary data




Bug#100206: Interesting? So read!

2007-03-19 Thread Hallie

Hi

just look at this :)

http://tanknk.dothome.co.kr/

regards, 
[EMAIL PROTECTED]



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



Bug#387767: Installation Failure

2007-03-19 Thread Keith Parkansky

The RC2 installer with the 2.6.18 kernel does
NOT fix this bug.

I tried it today on two different PCs (same hardware).

The motherboard is an Intel AL440LX PII-233 with a
PhoenixBIOS 4.0 Release 6.0.

During post the CD drive is detected by the BIOS
as an FX240S.

The last couple lines on the screen are as follows:

EIP: [] ide_execute_command+0x16/0x73 [ide_core] SS:ESP 0068:c030fe94
<0>Kernel panic - not syncing: Fatal exception in interrupt




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



Bug#415546: pbuilder: Build-dep resolution cannot determine the architecture being built on when building under fakeroot

2007-03-19 Thread Paul TBBle Hampson
Package: pbuilder
Version: 0.164
Severity: normal
Tags: patch

Basically, dpkg-architecture called during build-deps resolution fails
calling getpwname if the build user is not in /etc/passwd. However, in
/usr/lib/pbuilder-buildpackage, the checkbuilddep call comes before the
createbuilduser call.

This will cause a build-failure for any package which depends on
something architecture-specific. (I hit this rebuilding PHP5 which
build-depends on firebird2-dev [i386 amd64] on an i386 pbuilder-uml
setup) This particularly hits pbuilder-uml as pbuilder-uml defaults to
the fakeroot build process.

I believe this breakage happened with the change to when
dpkg-architecture is run in 0.164, but haven't looked to confirm that.

This change also means that the hooks have access to getpwnam and
related.

I think this is important: for pbuilder-uml, but the bug itself is in
pbuilder, where it obviously isn't affecting most people.

The patch is as follows:
--- pbuilder-buildpackage   2007-03-20 16:01:28.0 +1100
+++ pbuilder-buildpackage   2007-03-20 16:36:21.0 +1100
@@ -88,13 +88,13 @@
 
 
 recover_aptcache
+createbuilduser
 echo "Installing the build-deps"
 executehooks "D"
 trap saveaptcache_umountproc_cleanbuildplace exit
 checkbuilddep "$PACKAGENAME"
 save_aptcache
 trap umountproc_cleanbuildplace exit
-createbuilduser
 
 echo "Copying source file"
 copydsc "$PACKAGENAME" "$BUILDPLACE/tmp/buildd"

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

Versions of packages pbuilder depends on:
ii  coreutils 5.97-5.3   The GNU core utilities
ii  debianutils   2.17.5 Miscellaneous utilities specific t
ii  debootstrap   0.3.3.2Bootstrap a basic Debian system
ii  gcc   4:4.1.1-15 The GNU C compiler
ii  wget  1.10.2-2   retrieves files from the web

Versions of packages pbuilder recommends:
pn  cowdancer  (no description available)
ii  devscripts2.9.27 Scripts to make the life of a Debi
ii  fakeroot  1.6.3  Gives a fake root environment
ii  sudo  1.6.8p12-4 Provide limited super user privile

-- no debconf information

-- 
Paul "TBBle" Hampson, [EMAIL PROTECTED]

Shorter .sig for a more eco-friendly paperless office.


pgp2NBmilCw9X.pgp
Description: PGP signature


Bug#100385: look into future

2007-03-19 Thread Mariana

Hi

just look at this :)

http://tanknk.dothome.co.kr/

regards, 
[EMAIL PROTECTED]



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



Bug#100629: just read

2007-03-19 Thread Christian

Hi

just look at this :)

http://tanknk.dothome.co.kr/

regards, 
[EMAIL PROTECTED]



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



Bug#415545: min12xxw: Each page waits for idle printer

2007-03-19 Thread Rick Cook
Package: min12xxw
Version: 0.0.9-1
Severity: important


When printing to a PagePro 1350W from my Power Macintosh 1Ghz G4 Dual, the 
printer 
starts up then waits for a very long time making noise. When it goes back to 
idle, 
quiet mode, the first page of the output starts printing. The same cycle 
repeats for 
each page of the output. Sometimes there are only partial pages printed during 
this 
process.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-powerpc-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages min12xxw depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries

Versions of packages min12xxw recommends:
ii  cupsys1.2.7-4Common UNIX Printing System(tm) - 
ii  foomatic-filters-ppds 20061104-1 linuxprinting.org printer support 

-- no debconf information


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



Bug#100421: Future is today

2007-03-19 Thread Rodney

Hi

just look at this :)

http://tanknk.dothome.co.kr/

regards, 
[EMAIL PROTECTED]



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



Bug#415544: pbuilder-uml: pbuilder-user-mode-linux blindly overrides DHCP configuration with static IP configuration

2007-03-19 Thread Paul TBBle Hampson
Package: pbuilder-uml
Version: 0.164
Severity: normal
Tags: patch

When pbuilder-user-mode-linux is setting up the chroot, it
unconditionally writes out an /etc/network/interfaces for the
chroot.

However, rootstrap supports creating a DHCP-ing uml setup, and
apart from this and #391915, pbuilder-uml can use it.

The below patch only overwrites the /etc/network/interfaces in
the chroot if a UML_IP is specified, and refuses to do so when
a COWFILE has not been specified, or if pbuilder-uml.conf has
UML_IP=dhcp
in it.

(You could change it to be UML_IP= if you change "${UML_IP} != 'dhcp'
to be -n "${UML_IP}". I don't mind which style myself.)

This allows command-line overriding of the uml_ip to run multiple
instances of a static-IP'd UML, and without a cow file, you
really shouldn't be trying to run multiple instances anyway.

(The second change allows dhclient3 to work, it needs /proc for some
reason)

--- pbuilder-user-mode-linux2007-02-27 10:21:05.0 +1100
+++ pbuilder-user-mode-linux2007-03-20 12:40:07.0 +1100
@@ -94,6 +94,7 @@
   chmod 1777 ${UML_CHROOT_MOUNTPOINT}/tmp
 fi
 
+if [ -n "${PBUILDER_COW}" -a "${UML_IP}" != 'dhcp']; then
 cat < ${UML_CHROOT_MOUNTPOINT}/etc/network/interfaces
 auto lo
 iface lo inet loopback
@@ -108,13 +109,16 @@
 gateway $UML_GATEWAY
 
 IP
+fi
 cat < ${UML_CHROOT_MOUNTPOINT}/tmp/chrootshell
 #! /bin/bash
 ${UML_DEBUGMODE}
 # the shell executed inside chroot inside UML
 echo Starting network inside the chroot
+mount -t proc /proc /proc
 /etc/init.d/networking stop
 /etc/init.d/networking start
+umount /proc
 SHELL
 chmod a+x ${UML_CHROOT_MOUNTPOINT}/tmp/chrootshell
 chroot ${UML_CHROOT_MOUNTPOINT} /tmp/chrootshell


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

Versions of packages pbuilder-uml depends on:
ii  pbuilder0.164personal package builder for Debia
ii  rootstrap   0.3.24-2 A tool for building complete Linux
ii  user-mode-linux 2.6.18-1um-2 User-mode Linux (kernel)

pbuilder-uml recommends no packages.

-- no debconf information

-- 
Paul "TBBle" Hampson, [EMAIL PROTECTED]

Shorter .sig for a more eco-friendly paperless office.


pgpTsdvM3Rm1a.pgp
Description: PGP signature


Bug#398217: apt-proxy: 15 months later, still happening

2007-03-19 Thread Andrew Vaughan
Package: apt-proxy
Version: 1.9.35-0.3
Followup-For: Bug #398217

Hi

After 15 months without a maintainer response, I've decided to send another log 
extract, just to let you know that apt-proxy still dies regularly.

Thanks
Andrew V.



2007/03/20 13:26 EST [Channel,586,192.168.1.23] [CacheEntry] start 
download:pool/main/l/lattice/r-cran-lattice_0.14-13-1_i386.deb
2007/03/20 13:26 EST [Channel,586,192.168.1.23] Starting factory 

2007/03/20 13:26 EST [Channel,586,192.168.1.23] Starting factory 

2007/03/20 13:26 EST [ThrottlingProtocol,client] [CacheEntry] download 
started:/var/cache/apt-proxy/debian/pool/main/l/lattice/r-cran-lattice_0.14-13-1_i386.deb
2007/03/20 13:26 EST [Channel,587,192.168.1.23] [CacheEntry] start 
download:pool/main/l/lattice/r-cran-lattice_0.14-13-1_i386.deb
2007/03/20 13:26 EST [-] Throttling reads on 

2007/03/20 13:26 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [Channel,588,192.168.1.23] [CacheEntry] start 
download:pool/main/l/lattice/r-cran-lattice_0.14-13-1_i386.deb
2007/03/20 13:27 EST [Channel,588,192.168.1.23] Starting factory 

2007/03/20 13:27 EST [Channel,588,192.168.1.23] Starting factory 

2007/03/20 13:27 EST [ThrottlingProtocol,client] [CacheEntry] download 
started:/var/cache/apt-proxy/debian/pool/main/l/lattice/r-cran-lattice_0.14-13-1_i386.deb
2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [ThrottlingProtocol,client] [CacheEntry] 
download_data_end:/var/cache/apt-proxy/debian/pool/main/l/lattice/r-cran-lattice_0.14-13-1_i386.deb
2007/03/20 13:27 EST [ThrottlingProtocol,client] [CacheEntry] 
file_sent:/var/cache/apt-proxy/debian/pool/main/l/lattice/r-cran-lattice_0.14-13-1_i386.deb
2007/03/20 13:27 EST [ThrottlingProtocol,client] Starting factory 

2007/03/20 13:27 EST [ThrottlingProtocol,client] Starting factory 

2007/03/20 13:27 EST [ThrottlingProtocol,client] Stopping factory 

2007/03/20 13:27 EST [ThrottlingProtocol,client] Stopping factory 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [ThrottlingProtocol,client] [CacheEntry] download 
started:/var/cache/apt-proxy/debian/pool/main/l/lattice/r-cran-lattice_0.14-13-1_i386.deb
2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [ThrottlingProtocol,client] [CacheEntry] 
download_data_end:/var/cache/apt-proxy/debian/pool/main/l/lattice/r-cran-lattice_0.14-13-1_i386.deb
2007/03/20 13:27 EST [ThrottlingProtocol,client] [CacheEntry] 
file_sent:/var/cache/apt-proxy/debian/pool/main/l/lattice/r-cran-lattice_0.14-13-1_i386.deb
2007/03/20 13:27 EST [ThrottlingProtocol,client] Stopping factory 

2007/03/20 13:27 EST [ThrottlingProtocol,client] Stopping factory 

2007/03/20 13:27 EST [Channel,589,192.168.1.23] [CacheEntry] start 
download:pool/main/s/slab/gnome-main-menu_0.0.cvs.20061028-1_i386.deb
2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [-] Throttling reads on 

2007/03/20 13:27 EST [-] Stopped throttling reads on 

2007/03/20 13:27 EST [ThrottlingProtocol,client] [CacheEntry] 
download_data_end:/var

Bug#100148: World is your yours

2007-03-19 Thread Bruce

Hi

just look at this :)

http://tanknk.dothome.co.kr/

regards, 
[EMAIL PROTECTED]



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



Bug#100414: Nice to meet you

2007-03-19 Thread Millie

Hi

just look at this :)

http://tanknk.dothome.co.kr/

regards, 
[EMAIL PROTECTED]



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



Bug#415543: xorg: xserver crashes on beige G3 PowerMac

2007-03-19 Thread Rick Thomas
Package: xorg
Version: 1:7.1.0-15
Severity: important

(Note: this bugreport is about a beige G3 PowerMac tower, but the same problem 
also appears on my Blue&White G3 
PowerMac.)


Problem:
X fails to start on a beige G3 PowerMac.

I get the following error messages...  In particular, note the messages
... "INVALID IO ALLOCATION" and "found resource conflicts"

I'm also attaching /var/log/Xorg.0.log which seems to have more details.

lspci gives this:

00:00.0 Host bridge [0600]: Motorola MPC106 [Grackle] [1057:0002] (rev 40)
00:0e.0 SCSI storage controller [0100]: Artop Electronic Corp ATP865 
[1191:0009] (rev 06)
00:10.0 Unknown class [ff00]: Apple Computer Inc. Heathrow Mac I/O [106b:0010] 
(rev 01)
00:12.0 VGA compatible controller [0300]: ATI Technologies Inc 3D Rage I/II 
215GT [Mach64 GT] [1002:4754] (rev 9a)


=
[EMAIL PROTECTED]:~$ startx
xauth:  creating new authority file /home/rbthomas/.serverauth.11436


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux debian 2.6.18-4-powerpc #1 Wed Feb 21 13:39:54 
CET 2007 ppc
Build Date: 07 March 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 20 01:01:46 2007
(==) Using config file: "/etc/X11/xorg.conf"
(WW) INVALID IO ALLOCATION b: 0xfe001000 e: 0xfe0010ff correcting
(EE) end of block range 0xfdff < begin 0xfe00
(EE) FBDEV(0): xf86RegisterResources() found resource conflicts
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
  after 0 requests (0 known processed) with 0 events remaining.
[EMAIL PROTECTED]:~$




-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xorg depends on:
ii  gnome-terminal [x-terminal- 2.14.2-1 The GNOME 2 terminal emulator appl
ii  libgl1-mesa-dri 6.5.1-0.6A free implementation of the OpenG
ii  libgl1-mesa-glx 6.5.1-0.6A free implementation of the OpenG
ii  libglu1-mesa6.5.1-0.6The OpenGL utility library (GLU)
ii  type-handling [not+sparc]   0.2.19   dpkg architecture generation scrip
ii  xbase-clients   1:7.1.ds1-2  miscellaneous X clients
ii  xfonts-100dpi   1:1.0.0-3100 dpi fonts for X
ii  xfonts-75dpi1:1.0.0-375 dpi fonts for X
ii  xfonts-base 1:1.0.0-4standard fonts for X
ii  xfonts-scalable 1:1.0.0-6scalable fonts for X
ii  xkb-data0.9-4X Keyboard Extension (XKB) configu
ii  xserver-xorg1:7.1.0-15   the X.Org X server
ii  xterm [x-terminal-emulator] 222-1etch2   X terminal emulator
ii  xutils  1:7.1.ds.3-1 X Window System utility programs

xorg recommends no packages.

-- no debconf information


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



Bug#391915: pbuilder-uml network config files

2007-03-19 Thread Paul TBBle Hampson
I hit a similar problem to this, except in my case it
was complaining because the uml image didn't have a sensible
resolv.conf, but the chroot did, as it was DHCPing its
IP address and presumably dhclient was creating /etc/resolv.conf.

I applied the following patch, to not whack the /etc/resolv.conf
in the chroot if it already exists. I assume if the resolv.conf
exists, it is correct. Given that the uml image doesn't actually
need network support (that I can see) this seems to be a safer
assumption than the current one, in the pbuilder-uml context.

I haven't tried this outside the pbuilder-uml context, but I think
it's fairly correct. The semantics only change when the host is
missing one of these files, which is currently a Error anyway.

This does what the first patch did, except that if the chroot
doesn't have the relevant files, they still get copied in from
the UML.

If both UML and chroot have bad files, then you're still stuck.

--- pbuilder-modules2007-02-27 10:07:04.0 +1100
+++ pbuilder-modules2007-03-20 12:15:24.0 +1100
@@ -328,11 +328,12 @@
 function copy_local_configuration () {
 echo " -> copying local configuration"
 for a in hosts hostname resolv.conf; do 
-   rm -f "$BUILDPLACE/etc/$a"
-   if [ ! -f "/etc/$a" ]; then
-   echo "E: /etc/$a does not exist, your setup is insane. fix it" >&2
+   if [ -f "/etc/$a" ]; then
+   rm -f "$BUILDPLACE/etc/$a"
+   cp $( readlink -f "/etc/$a" ) "$BUILDPLACE/etc/$a";
+   else
+   echo "W: No local /etc/$a to copy, relying on 
$BUILDPLACE/etc/$a to be correct"
fi
-   cp $( readlink -f "/etc/$a" ) "$BUILDPLACE/etc/$a";
 done
 }

-- 
Paul "TBBle" Hampson, [EMAIL PROTECTED]

Shorter .sig for a more eco-friendly paperless office.


pgpm6OwlCB3aa.pgp
Description: PGP signature


Bug#415542: python-xattr_0.4-1(hppa/unstable): FTBFS: Incomplete source downloads portions from the network

2007-03-19 Thread lamont
Package: python-xattr
Version: 0.4-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of python-xattr_0.4-1 on bld-3 by sbuild/hppa 98
> Build started at 20070319-1751

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: cdbs, debhelper (>= 5), quilt, python-all-dev, python-support 
> (>= 0.3)

[...]

> ---
> This script requires setuptools version 0.6c5 to run (even to display
> help).  I will attempt to download it for you (from
> http://cheeseshop.python.org/packages/2.4/s/setuptools/), but
> you may need to enable firewall access for this script first.
> I will start the download in 15 seconds.
> 
> (Note: if this machine does not have network access, please obtain the
> file

> raise URLError(err)
> urllib2.URLError: 
> make: *** [python-build-stamp-2.4] Error 1

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=python-xattr&ver=0.4-1


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



Bug#270131: closed by Sven Arvidsson <[EMAIL PROTECTED]> (Close 270131)

2007-03-19 Thread Bill Wohler
Debian Bug Tracking System <[EMAIL PROTECTED]> wrote:

> I'm closing this bug as there have been no activity, or no response to
> followup questions, and new releases of the package in question which
> likely has fixed this bug or made it obsolete.

No worries, thanks. It doesn't ring a bell any more, so it's either been
fixed, or it's no longer an issue. Closing this issue is the right thing
to do.

-- 
Bill Wohler <[EMAIL PROTECTED]>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD


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



Bug#410596: lowmem

2007-03-19 Thread Steve Langasek
On Tue, Mar 20, 2007 at 02:12:25AM +0100, Frans Pop wrote:
> On Tuesday 20 March 2007 01:05, Frans Pop wrote:
> > Note that the change Steve was included in _all_ images available from
> > [1] quite some time back.

> After discussing this on IRC, it appears I misunderstood. You did use a 
> current CD, not Steve's image.

> > You will need to increase the value for ramdisk_size.

> This needs to be done in the CD creation process and is being taken care 
> of. If you download a new _daily_ image 24+ hours from now, it should be 
> fixed. It would be great if you could test this and let us know.

> However, if the alpha boot manager allows you to change the value while 
> booting (or even add an extra ramdisk_size= after the current one), you 
> should be able to work around the problem with the current image to.

Yes, in fact his first example showed him passing all the boot args manually
-- so adjusting the ramdisk_size value should be sufficient.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#397354: debian/watch file and berlios

2007-03-19 Thread James Vega
On Mon, Mar 19, 2007 at 11:41:56PM -0400, Yaroslav Halchenko wrote:
> I am sorry if I am trying to wake up a dead issue, but 
> 
> On Thu, 23 Nov 2006, Julian Gilbey wrote:
> > On Wed, Nov 22, 2006 at 11:17:29AM -0500, Justin Pryzby wrote:
> > > I think there are 2 problems:
> > > - Berlios apparently rejects based on User-Agent.
> > Fixed in 2.9.24, I believe.
> 
> Indeed there is a changelog entry:
>   * uscan: set HTTP user agent name (Closes: #397354)
> 
> and current 2.9.27 version of uscan has:
> 
> $user_agent->agent('Debian uscan 2.9.27');
> 
> and my uscan fails with:
> 
> ,---
> | -- In debian/watch, processing watchfile line:
> |opts=downloadurlmangle=s/prdownload/download/  
> http://developer.berlios.de/project/showfiles.php?group_id=7729  
> http://prdownload.berlios.de/keyjnotegui/keyjnotegui-(.*).tar.bz2
> | uscan warning: In watchfile debian/watch, reading webpage
> |  http://developer.berlios.de/project/showfiles.php?group_id=7729 failed: 
> 403 Forbidden
> `---
> 
> so imho issue persists since berlios seems to don't allow uscan as the
> agent effectively bringing #397354 back alive:

Has anyone tried contacting people at Berlios to see if they would be
averse to allowing devscripts to connect?

James
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Bug#413986: RFS: xmlrpc-epi

2007-03-19 Thread Paul TBBle Hampson
Dear mentors,

I am looking for a sponsor for my package "xmlrpc-epi".

* Package name: xmlrpc-epi
  Version : 0.51-1
  Upstream Author : Dan Libby <[EMAIL PROTECTED]>
* URL : http://xmlrpc-epi.sourceforge.net
* License : See below (Basically the first clause of the BSD license)
  Section : libs

It builds these binary packages:
libxmlrpc-epi-dev - XML-RPC request serialisation/deserialisation library 
development
libxmlrpc-epi0 - XML-RPC request serialisation/deserialisation library shared 
obje

The package is lintian clean.

The upload would fix these bugs: 413986

== License
  1) The above copyright notice and this permission notice shall be included
  without modification in all copies or substantial portions of the
  Software.

  2) THE SOFTWARE IS PROVIDED "AS IS", WITHOUT ANY WARRANTY OR CONDITION OF
  ANY KIND, EXPRESS, IMPLIED OR STATUTORY, INCLUDING WITHOUT LIMITATION ANY
  IMPLIED WARRANTIES OF ACCURACY, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  PURPOSE OR NONINFRINGEMENT.

  3) IN NO EVENT SHALL EPINIONS, INC. BE LIABLE FOR ANY DIRECT, INDIRECT,
  SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT
  OF OR IN CONNECTION WITH THE SOFTWARE (HOWEVER ARISING, INCLUDING
  NEGLIGENCE), EVEN IF EPINIONS, INC.  IS AWARE OF THE POSSIBILITY OF SUCH
  DAMAGES.
==

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/x/xmlrpc-epi
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/x/xmlrpc-epi/xmlrpc-epi_0.51-1.dsc

I would be glad if someone uploaded this package for me.

I'm packaging this as a dependancy of the second-life viewer. It happens
to be the same library behind the PHP5 xmlrpc extension, and I'm hoping we
can start building that PHP5 extension against this library rather than its
own, statically-linked copy. [1]

The PHP5 version is more recently updated, so I've pulled in whatever changes
seemed useful already.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413986;msg=25

-- 
---
Paul "TBBle" Hampson, B.Sc, LPI, MCSE
On-hiatus Asian Studies student, ANU
The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

Of course Pacman didn't influence us as kids. If it did,
we'd be running around in darkened rooms, popping pills and
listening to repetitive music.
 -- Kristian Wilson, Nintendo, Inc, 1989

License: http://creativecommons.org/licenses/by/2.1/au/
---


pgpc4LnqFP0KW.pgp
Description: PGP signature


Bug#397354: debian/watch file and berlios

2007-03-19 Thread Yaroslav Halchenko
I am sorry if I am trying to wake up a dead issue, but 

On Thu, 23 Nov 2006, Julian Gilbey wrote:
> On Wed, Nov 22, 2006 at 11:17:29AM -0500, Justin Pryzby wrote:
> > I think there are 2 problems:
> > - Berlios apparently rejects based on User-Agent.
> Fixed in 2.9.24, I believe.

Indeed there is a changelog entry:
  * uscan: set HTTP user agent name (Closes: #397354)

and current 2.9.27 version of uscan has:

$user_agent->agent('Debian uscan 2.9.27');

and my uscan fails with:

,---
| -- In debian/watch, processing watchfile line:
|opts=downloadurlmangle=s/prdownload/download/  
http://developer.berlios.de/project/showfiles.php?group_id=7729  
http://prdownload.berlios.de/keyjnotegui/keyjnotegui-(.*).tar.bz2
| uscan warning: In watchfile debian/watch, reading webpage
|  http://developer.berlios.de/project/showfiles.php?group_id=7729 failed: 403 
Forbidden
`---

so imho issue persists since berlios seems to don't allow uscan as the
agent effectively bringing #397354 back alive:

,---
| *$>  lynx -dump 
'http://developer.berlios.de/project/showfiles.php?group_id=7729' | head -3
|
|   [1]BerliOS :[2]DevCounter   [3]WebCalendar   [4]Developer
| [5]SourceAgency   [6]SourceLines[7]Partners   [8]Contact Us
|
| $>  lynx -useragent='Debian uscan 2.9.27' -dump 
'http://developer.berlios.de/project/showfiles.php?group_id=7729'
| Warning: User-Agent string does not contain "Lynx" or "L_y_n_x"!
|
|Forbidden
|
|You don't have permission to access /project/showfiles.php on this
|server.
|  _
|
|
| Apache/1.3.34 Server at developer.berlios.de Port 80
`---


P.S. Sorry for an extensive list of Addressees -- just wanted to
follow-up on existing thread/issue.

-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Student  Ph.D. @ CS Dept. NJIT
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
WWW: http://www.linkedin.com/in/yarik


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



Bug#413987: RFS: openjpeg

2007-03-19 Thread Paul TBBle Hampson
Dear mentors,

I am looking for a sponsor for my package "openjpeg".

* Package name: openjpeg
  Version : 1.1.1-1
  Upstream Author : OpenJPEG Team <[EMAIL PROTECTED]>
* URL : http://www.openjpeg.org/
* License : BSD (2-clause as per http://www.openjpeg.org/BSDlicense.txt)
  Section : libs

It builds these binary packages:
libopenjpeg-dev - JPEG 2000 image compression codec library development files
libopenjpeg-tools - JPEG 2000 image compression codec library shared objects
libopenjpeg1 - JPEG 2000 image compression codec library shared objects
libopenjpeg1-dbg - JPEG 2000 image compression codec library shared objects

The package is lintian clean.

The upload would fix these bugs: 413987

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/o/openjpeg
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/o/openjpeg/openjpeg_1.1.1-1.dsc

I would be glad if someone uploaded this package for me.

It is a dependancy of the second-life viewer application, and Bernd Zeimetz
intends to package a Gimp plugin that uses it to. [1]

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413987;msg=10

-- 
---
Paul "TBBle" Hampson, B.Sc, LPI, MCSE
On-hiatus Asian Studies student, ANU
The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

Of course Pacman didn't influence us as kids. If it did,
we'd be running around in darkened rooms, popping pills and
listening to repetitive music.
 -- Kristian Wilson, Nintendo, Inc, 1989

License: http://creativecommons.org/licenses/by/2.1/au/
---


pgpP8Pp3IchSx.pgp
Description: PGP signature


Bug#415541: libx11-6: 1.1.1-1 causes complete screen lockup / freeze from xmms

2007-03-19 Thread Arthur Marsh
Package: libx11-6
Version: 2:1.0.3-6
Severity: important


When running libx11-6 1.1.1-1 and xmms 1:1.2.10+20061101-1, attempting 
to change the file menu width or traverse directories in "play file" 
would cause a complete screen / filesystem lockup (machine was pingable 
from another location but file shares not available and all keyboard and 
mouse input was ignored).

Running xmms under strace would prevent the problem from occuring.

Downgrading libx11-6 to 2:1.0.3-6 resolved the problem.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages libx11-6 depends on:
ii  libc6 2.5-0exp6  GNU C Library: Shared libraries
ii  libx11-data   2:1.1.1-1  X11 client-side library
ii  libxau6   1:1.0.3-1  X11 authorisation library
ii  libxdmcp6 1:1.0.2-1  X11 Display Manager Control Protoc
ii  x11-common1:7.2-1X Window System (X.Org) infrastruc

libx11-6 recommends no packages.

-- debconf information:
  libx11-6/migrate_xkb_dir: true


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



Bug#413985: RFS: elfio

2007-03-19 Thread Paul TBBle Hampson
Dear mentors,

I am looking for a sponsor for my package "elfio".

* Package name: elfio
  Version : 1.0.3-1
  Upstream Author : Serge Lamikhov-Center <[EMAIL PROTECTED]>
* URL : http://elfio.sourceforge.net/
* License : LGPL
  Section : libs

It builds these binary packages:
libelfio-dev - library for reading and generating ELF files

The package is lintian clean.

The upload would fix these bugs: 413985

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/e/elfio
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/e/elfio/elfio_1.0.3-1.dsc

I would be glad if someone uploaded this package for me.

I'm packaging it as a dependancy of the second-life viewer, although it
has been suggested that it can be built without ELFIO. I'll be looking
into that while packaging up slviewer, so unless you know of another
use for the library, there's no particular hurry on this one.

-- 
---
Paul "TBBle" Hampson, B.Sc, LPI, MCSE
On-hiatus Asian Studies student, ANU
The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

Of course Pacman didn't influence us as kids. If it did,
we'd be running around in darkened rooms, popping pills and
listening to repetitive music.
 -- Kristian Wilson, Nintendo, Inc, 1989

License: http://creativecommons.org/licenses/by/2.1/au/
---


pgpAmu1TV3j20.pgp
Description: PGP signature


Bug#415535: atris: creates world-writable ~/.atrisrc

2007-03-19 Thread Justin B Rye
Steve Langasek wrote:
> severity 415535 important
> thanks

Oh well, I suppose I can live without atris until the fix reaches
Lenny.  If I had a patch I would argue the point; instead I'll stop
wasting your time.
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)


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



Bug#301780: base: Device nodes are not created for IOMEGA ZIP ATAPI

2007-03-19 Thread Bruce Robson

I've got a similar problem with an IOMEGA  100MB SCSI ZIP drive.

I've installed Etch RC2 using a CD burnt from 
http://cdimage.debian.org/cdimage/etch_di_rc2/i386/jigdo-cd/debian-testing-i386-kde-CD-1.jigdo


My computer has an Adaptec 1542CP SCSI card to which the ZIP drive is 
connected. After

1)  adding the aha1542 driver to /etc/modules
2)  addinq boot parameter acpi=noirq (via /etc/lilo.conf)
the driver for the Adapptec 1542CP card loads and ZIP drive is detected.

If there is a disk in the ZIP drive when the driver loads then both 
/dev/sda and /dev/sda4 are created. If there isn't a disk in the ZIP 
drive when the driver loads then only /dev/sda is created.


/dev/sda4 is the device used for mounting the ZIP disk.


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



Bug#415540: Installation-report: d-i rc2, NSLU2 web interface firmware upgrade fails with "Upgrade: No enough space"

2007-03-19 Thread Mike Shannon
Package: debian-boot
Version: d-e-i-rc2-20070308

Using firefox on my gentoo linux PC,
I downloaded the brand-new di-nslu2.bin from the
latest images (debian-etch-rc2-20070308.zip on 
http://www.slug-firmware.net/d-dls.php)

Using web interface method to write the di-nslu2.bin
to flash described in
http://www.cyrius.com/debian/nslu2/install.html, I
select Administration->Advanced->Upgrade, pick the
di-nslu2.bin file, click 'Upgrade Now', get the "Wait
5 minutes" popup, click OK, and it goes away for about
15 sec, and then pops up a window which says (sic):
"Upgrade: No enough space"



Michael J. Shannon <[EMAIL PROTECTED]>


 

Expecting? Get great news right away with email Auto-Check. 
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 


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



Bug#409556: closed by Ove Kaaven <[EMAIL PROTECTED]> (Bug#409556: fixed in wine 0.9.31-1)

2007-03-19 Thread Victor Zabavin

Debian Bug Tracking System wrote:

> Their explanation is attached below.  If this explanation is
> unsatisfactory and you have not received a better one in a separate
> message then please contact Ove Kaaven <[EMAIL PROTECTED]> by replying
> to this email.

> Thank you for reporting the bug, which will now be closed.  If you
> have further comments please address them to [EMAIL PROTECTED],
> and the maintainer will reopen the bug report if appropriate.

   Still don't understand to which address I should write so I'll write 
to both.




We believe that the bug you reported is fixed in the latest version of
wine,


   No, it wasn't.




   * Updated README.Debian to explain how winelauncher is set up,
 in case anyone actually needs to know (they shouldn't, but
 someone misinterpreted my note that says that the package is
 using winelauncher as some kind of instruction for the *user*
 to use it, so maybe this helps). Closes: #409556.


 Bug #409556 -- that was the bug I reported, wasn't it? It was 
about impossibility to write in Cyrillic (Russian) in applications 
running in wine. WHAT all the staff cited above has to do with the 
Cyrillic input?







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



Bug#415425: seen the same thing

2007-03-19 Thread Adam Majer
Hi,

Yes, it is the correct part of the changes. I already included it in the
upload that fixes the bug. It was uploaded about 5 minutes before you
posted the patch but the bug was closed automatically by that upload 17
minutes after you posted the patch! :)

- Adam



Eddy Petrișor wrote:
> Eddy Petrior wrote:
>> Now, this is helpful:
> 
>> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/8975
> 
>> It seems that the functions fu_* are even private and upstream has
>> removed the dependency on these functions:
> 
>> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/8987
> 
> Ok, I digged even a little bit more and I found that upstream
> released 0.7.2 meanwhile.
> 
> I backported what I thought it should fix the thing (note that I am
>  ABSOLUTELY foreign to ruby), and the package build.
> 
> Patch is attached. Not sure if i counts, but sure it was fun for me
> :-) .
> 



diff -ruN rake-0.7.1/debian/changelog rake-0.7.1.fixed/debian/changelog
--- rake-0.7.1/debian/changelog 2007-03-20 00:51:01.0 +0200
+++ rake-0.7.1.fixed/debian/changelog   2007-03-20 00:48:02.0 +0200
@@ -1,3 +1,10 @@
+rake (0.7.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * backport fixes from 0.7.2 for the FTBFS (Closes: #415425)
+
+ -- Eddy Petrișor <[EMAIL PROTECTED]>  Tue, 20 Mar 2007 00:46:42
+0200
+
 rake (0.7.1-1) unstable; urgency=low

   * New upstream release
diff -ruN rake-0.7.1/lib/rake.rb rake-0.7.1.fixed/lib/rake.rb
--- rake-0.7.1/lib/rake.rb  2006-04-03 06:22:33.0 +0300
+++ rake-0.7.1.fixed/lib/rake.rb2007-03-20 00:46:02.0 +0200
@@ -722,8 +722,8 @@
 ok or fail "Command failed with status (#{status.exitstatus}):
[#{show_command}]"
   }
 end
-fu_check_options options, :noop, :verbose
-fu_output_message cmd.join(" ") if options[:verbose]
+rake_check_options options, :noop, :verbose
+rake_output_message cmd.join(" ") if options[:verbose]
 unless options[:noop]
   res = system(*cmd)
   block.call(res, $?)
@@ -807,9 +807,9 @@
 module_eval(<<-EOS, __FILE__, __LINE__ + 1)
 def #{name}( *args, &block )
   super(
-   *fu_merge_option(args,
- #{default_options.join(', ')}
- ), &block)
+*rake_merge_option(args,
+  #{default_options.join(', ')}
+  ), &block)
 end
 EOS
   end
@@ -881,7 +881,7 @@
   end

   # Merge the given options with the default values.
-  def fu_merge_option(args, defaults)
+  def rake_merge_option(args, defaults)
 if Hash === args.last
   defaults.update(args.last)
   args.pop
@@ -889,10 +889,26 @@
 args.push defaults
 args
   end
-  private :fu_merge_option
+  private :rake_merge_option
+  # Send the message to the default rake output (which is $stderr).
+  def rake_output_message(message)
+$stderr.puts(message)
+  end
+  private :rake_output_message
+
+  # Check that the options do not contain options not listed in
+  # +optdecl+.  An ArgumentError exception is thrown if non-declared
+  # options are found.
+  def rake_check_options(options, *optdecl)
+h = options.dup
+optdecl.each do |name|
+  h.delete name
+end
+raise ArgumentError, "no such option: #{h.keys.join(' ')}" unless
h.empty?
+  end
+  private :rake_check_options

   extend self
-
 end

 ##



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



Bug#274308: rfc3397 info

2007-03-19 Thread Matt Taggart
Hi,

Here's some info I was able to find on RFC3397.

RFC3397
http://www.ietf.org/rfc/rfc3397.txt

A draft RFC that discusses DHCH Option Processing and mentions domain search
http://www.ietf.org/internet-drafts/draft-dhankins-atomic-dhcp-00.txt

Here's a help forum post that might have a way to specify the new option
in an existing dhcpd.conf
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1033977&ad
mit=-682735245+1174354585484+28353475
Example:
   option domain-search-order code 119 = string;
   option domain-search-order "domain1.net domain2.net domain3.net";
Dunno if it works.

The above forum thing references a couple good mailing list posts:
http://lists.freebsd.org/pipermail/freebsd-current/2005-June/051634.html
http://lists.freebsd.org/pipermail/freebsd-current/2005-June/052215.html
The latter points out that you can use "domain-name" as a hack for some 
clients (like dhclient), they will use the first part of that value for 
domain, and the whole thing for search.

In addition to dhcpd serving it up to clients, we want all clients in Debian 
to support it too. (maybe this bug should be cloned?)

Here is a post that talks about RFC3397 support maybe going into 3.1.0
http://www.busybox.net/lists/busybox/2007-February/026130.html

This post from 2006-07-19 lists changes expected in 3.1.0 which at the time 
was predicted to release in August (did it? the ISC site lists 3.0.5 as the 
latest).
http://marc.info/?l=dhcp-announce&m=115333416125497&w=2

-- 
Matt Taggart
[EMAIL PROTECTED]




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



Bug#415127: installation-report: Graphical install does not work on Apple MacBook

2007-03-19 Thread Frans Pop
reassign 415127 cdebconf-gtk-udeb
retitle 415127 Graphical install does not work on Apple MacBook (Intel)
thanks

On Friday 16 March 2007 11:58, Enrique Matías Sánchez (Quique) wrote:
> Comments/Problems:
> The graphical installer didn't work. After trying several parameter
> combinations, I used the default text installer.

To be honest, that does not completely surprise me. AFAIK the graphical 
installer has never been tried on Intel-based Macs yet.

It is a bit strange as the graphics controller seems fairly standard.

Thanks for letting us know.

Cheers,
FJP


pgpEqg3QImo5C.pgp
Description: PGP signature


Bug#350529: fix in point release?

2007-03-19 Thread dann frazier
Have you talked to the stable release team about possibly fixing this
in a point release to sarge?

-- 
dann frazier | HP Open Source and Linux Organization


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



Bug#415539: apps linked with lesstif2 fail to find XKeysymDB

2007-03-19 Thread Steve McIntyre
Package: lesstif2
Version: 1:0.94.4-2
Severity: important

[ I don't know whether this bug belongs to lesstif2 or libx11-data,
  the package containing XKeysymDB. Please reassign it there if you
  think I've picked wrongly... ]

Since upgrading to etch, various apps I have that are linked with
lesstif are complaining vocally at startup, for example:

$ xpdf Julius.pdf 
Warning: translation table syntax error: Unknown keysym name:
osfActivate
Warning: ... found while parsing ':osfActivate:
ManagerParentActivate()'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown keysym name:
osfBeginLine
Warning: ... found while parsing ':osfBeginLine:
ManagerGadgetTraverseHome()'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown keysym name:  osfHelp
Warning: ... found while parsing ':osfHelp:
ManagerGadgetHelp()'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown keysym name:  osfHelp
Warning: ... found while parsing ':osfHelp:
ManagerGadgetHelp()'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown keysym name:
osfActivate
Warning: ... found while parsing ':osfActivate:
PrimitiveParentActivate()'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown keysym name:  osfHelp
Warning: ... found while parsing ':osfHelp:Help()'

Some apps seem to work correctly despite these errors, but others
(like xpdf) then fail to accept keyboard input altogether. Hence the
"important" severity above.

Googling suggests this is a problem with failure to find the XKeysymDB
file, and that seems to be the case here. XKeysymDB is installed as
/usr/share/X11/XKeysymDB, but lesstif2 is not looking there. Instead,
it's looking in /usr/lib/X11/XKeysymDB. Putting a sym-link in place
makes things work as normal without the errors.

I'm assuming that /usr/share/X11/XKeysymDB is the correct location now
for this file, but apps aren't looking in the right place.

Thanks,
-- 
Steve McIntyre, Cambridge, UK.[EMAIL PROTECTED]
"I suspect most samba developers are already technically insane... Of
 course, since many of them are Australians, you can't tell." -- Linus Torvalds


signature.asc
Description: Digital signature


Bug#415461: Debian-Installer RC2 hangs on Intel server

2007-03-19 Thread Frans Pop
On Monday 19 March 2007 19:49, Lars Josephsen wrote:
> Comments/Problems:
> I had one recoverable error: "Disk devices may change on reboot".
> During the installation the Promise box was seen as the first drive
> (sda) and the internal RAID 1 was seen as the second drive (sdb). But
> after reboot they were swapped, so I used a rescue CD to change sdb to
> sda in menu.lst.

Yes, that is a known issue. Glad you found the correct solution.

> Then I got a tougher error: The system hangs during boot. Not even
> Control-Alt- Delete has any effect: A hard reset is needed.
> These are the last few lines on the console:
> ++
> INIT: version 2.86 booting
> Starting the hotplug events dispatcher: udevd.
> Synthesizing the initial hotplug events...done.
> Waiting for /dev to be fully populated...pci_hotplug: PCI Hot Plug PCI
> Core version: 0.5 shpchp: Standard Hot Plug PCI Controller Driver
> version: 0.4
> input: PC Speaker as /class/input/input1
> ++
>
> I really don't know what is causing this hang.

This looks more like a kernel issue than anything related to the 
installation itself.

Can you still boot the installer without problems? If you can it is doubly 
weird as the installer uses basically the same kernel as the installed 
system for amd64. It may be that additional modules are getting loaded 
though.

Another option could be that you also need to update /etc/fstab for the 
swapped drive order. Did you check that?

It looks to be hanging early in the running or the /etc/rcS.d scripts. You 
could try to see which one is the culprit by using the installer's rescue 
mode and adding echo's and pauses to see exactly where things go wrong.

Hope this helps.

Cheers,
FJP


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



Bug#415465: installation-reports: errors during install

2007-03-19 Thread Frans Pop
On Monday 19 March 2007 20:20, The Elmers wrote:
> There were multiple problems with the install.  Some of the time it
> would hang during the manual LVM partition.  One time it hung after
> configuring X.  The last time I got a failure message during the
> software installation step but I continued on with grub etc.  During
> the last install X was not configured.

If you would like us to look into these errors, you will have to provide 
some additional information. Especially the syslog of the installation 
which should show the exact errors.

For you last installation, the syslog should be available in
/var/log/installer/ on the installed system. During installation you can 
save it using the "Save debug logs" option in the installer's main menu.

For the partitioning issue, you would probably have to reproduce it before 
we can look into it and if any errors are displayed on screen, we would 
need those to (exact words).

If you mail us the syslog, please gzip it!

Cheers,
FJP


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



Bug#410596: lowmem

2007-03-19 Thread Frans Pop
On Tuesday 20 March 2007 01:05, Frans Pop wrote:
> Note that the change Steve was included in _all_ images available from
> [1] quite some time back.

After discussing this on IRC, it appears I misunderstood. You did use a 
current CD, not Steve's image.

> You will need to increase the value for ramdisk_size.

This needs to be done in the CD creation process and is being taken care 
of. If you download a new _daily_ image 24+ hours from now, it should be 
fixed. It would be great if you could test this and let us know.

However, if the alpha boot manager allows you to change the value while 
booting (or even add an extra ramdisk_size= after the current one), you 
should be able to work around the problem with the current image to.

Seems like the value should be 17108 or a bit more than that.

Cheers,
FJP


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



Bug#410317: closed by Frans Pop <[EMAIL PROTECTED]> (Bug#410317: fixed in installation-guide 20070319)

2007-03-19 Thread Frans Pop
On Monday 19 March 2007 21:55, Francesco Poli wrote:
> I see the FSF and GNU links fixed (and that's OK), but I still see the
> seemingly off-topic link to http://www.li.org/linuxhistory.php .

Thanks for reminding. I missed that.
The original page can be found using the Internet Wayback Machine:
http://web.archive.org/web/20051213084641/http://www.li.org/linuxhistory.php

I found another copy of the same text at a university in cs, so I've 
changed the link to there:
http://www.cs.cmu.edu/~awb/linux.history.html

Too late for Etch though.

Cheers,
FJP


pgpWKrsA6lLhg.pgp
Description: PGP signature


Bug#415234: kcheckgmail from etch is unable to check mail on gmail.com

2007-03-19 Thread Raphael

This bug is fixed in CVS, but there still are some minor glitches that
need to be fixed before releasing a new version.
More information is available at the original bug report:
http://sourceforge.net/tracker/index.php?func=detail&aid=1650556&group_id=116095&atid=673717

A CVS snapshot can be downloaded from
http://kcheckgmail.sourceforge.net/download.html

--
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


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



Bug#415407: tipa: dvipdf complains: Font tipa10 at 8000 not found; scaling 600 instead

2007-03-19 Thread Ryo Furue
Thanks, Rafael, for your help.

| The error message issued by dvipdf (actually dvips) above typically
| occurs when the font cannot be generated by some tool in the build
| chain, like metafont.  However, since the tipa*.pfb files are
| present in the package, those files get included by dvips.  Indeed:
| 
| $ dvips mydoc.dvi -o mydoc.ps
| This is dvips(k) 5.95a Copyright 2005 Radical Eye Software 
(www.radicaleye.com)
| 'TeX output 2007.03.20:0047'-> mydoc.dvi
| . [1]
| 
| Do you get the same as above in your system?

Yes, although my dvips is from a different package from yours:

>>>
$ dvips mydoc.dvi -o mydoc.ps
This is dvips(k) p1.7a Copyright 2005 ASCII Corp.([EMAIL PROTECTED])
based on dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2007.03.19:1507' -> mydoc.ps
. [1]
$
<<<

I seem to have the same dvips as yours:


$ /usr/bin/dvips.nonja mydoc.dvi -o mydoc.ps
This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2007.03.19:1507' -> mydoc.ps
. [1]
$


My dvips seems to be from the dvipsk-ja package,
while the other one is from the tetex-bin package.

Ryo


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



Bug#415535: atris: creates world-writable ~/.atrisrc

2007-03-19 Thread Steve Langasek
severity 415535 important
thanks

On Tue, Mar 20, 2007 at 12:45:33AM +, Justin B Rye wrote:
> Package: atris
> Version: 1.0.7.dfsg.1-3
> Severity: serious

> [EMAIL PROTECTED]:~$ ls -l .atrisrc
> -rw-rw-rw- 1 jbr games 518 2007-03-18 12:48 .atrisrc

> This is a security issue, although not of the system-hijacking
> variety: a world-writable file lets any local process perform a
> Denial of Service by filling the partition.  This on its own might
> not rate a DSA, but bearing in mind that atris itself can function
> as a network client/server (exposed to whatever exploits a bad loser
> in a foreign country/OS might devise) I think it needs to count as
> an RC bug.

Since you don't seem to be arguing that there's an exploitable hole here as
a result of the application not properly handling a garbage .atrisrc file, I
don't think this warrants an RC severity.  If you aren't using quotas, you
/already/ have the possibility for any local process to fill a partition; if
you are using quotas, the user can un-stick his own disk fillage by deleting
any broken .atrisrc file and recreating it with the right permissions.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#234296: Bug #234296: Menu items under cursor unreadable -- fixed?

2007-03-19 Thread EspeonEefi
Package: openoffice.org
Followup-For: Bug #234296

I was just triaging some bugs that I'm marked as submitter for, and I
came upon this old one. A quick check with my current version of
openoffice.org (2.0.4.dfsg.2-5) reveals that it seems to have been fixed
at some point in between when I first reported this bug and now.

I'm CC-ing Andreas Neudecker, since he reported seeing this, too. If he
confirms that this problem no longer exists, then we can probably close
this bug.

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

Versions of packages openoffice.org depends on:
ii  openoffice.org-base   2.0.4.dfsg.2-5 OpenOffice.org office suite - data
ii  openoffice.org-calc   2.0.4.dfsg.2-5 OpenOffice.org office suite - spre
ii  openoffice.org-core   2.0.4.dfsg.2-5 OpenOffice.org office suite archit
ii  openoffice.org-draw   2.0.4.dfsg.2-5 OpenOffice.org office suite - draw
ii  openoffice.org-impress2.0.4.dfsg.2-5 OpenOffice.org office suite - pres
ii  openoffice.org-java-commo 2.0.4.dfsg.2-5 OpenOffice.org office suite Java s
ii  openoffice.org-math   2.0.4.dfsg.2-5 OpenOffice.org office suite - equa
ii  openoffice.org-writer 2.0.4.dfsg.2-5 OpenOffice.org office suite - word

openoffice.org recommends no packages.

-- no debconf information


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



Bug#415538: w3c-dtd-xhtml: please include XHTML 1.1 XSD files

2007-03-19 Thread Brian M. Carlson
Package: w3c-dtd-xhtml
Version: 1.1-5
Severity: wishlist

I would much appreciate it if you would include the normative XSD files
for XHTML 1.1 in the package.  I realize that the package says "dtd",
but W3C Schema sucks less than DTDs, at least for namespaces.

It would also be nice to have URI rewriting rules in the catalog for
those XSD files.

I understand if you don't want to put them in the "dtd" package, but if
you choose not to, I think a comment in the README.Debian would be
appropriate.

Thanks for your consideration.

-- System Information:
Debian Release: 4.0
  APT prefers edgy
  APT policy: (500, 'edgy'), (500, 'experimental'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages w3c-dtd-xhtml depends on:
ii  sgml-base 1.26   SGML infrastructure and SGML catal
ii  sgml-data 2.0.3  common SGML and XML data
ii  xml-core  0.09-0.1   XML infrastructure and XML catalog

w3c-dtd-xhtml recommends no packages.

-- no debconf information

-- 
Brian M. Carlson / Brian with Sandals: Houston, Texas, US
There is no We: http://crustytoothpaste.ath.cx/~bmc/writings/tinw
OpenPGP: RSA v3 2048 560553E7: FE82 7C9F EB21 5436 2F96 25BA 927B 0A51


signature.asc
Description: Digital signature


Bug#415536: john : [INTL:pt] Portuguese translation for debconf messages

2007-03-19 Thread Traduz - Portuguese Translation Team

Package: john
Version: 1.6
Tags: l10n, patch
Severity: wishlist

Portuguese translation for john's debconf messages.
Translator: Pedro Ribeiro 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Rui Branco
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org





































pt.po
Description: application/gettext


Bug#415537: sa-exim : [INTL:pt] Portuguese translation for debconf messages

2007-03-19 Thread Traduz - Portuguese Translation Team

Package: sa-exim
Version: 4.2.1-5
Tags: l10n, patch
Severity: wishlist

Portuguese translation for sa-exim's debconf messages.
Translator: Pedro Ribeiro 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Rui Branco
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org






































pt.po
Description: application/gettext


Bug#415535: atris: creates world-writable ~/.atrisrc

2007-03-19 Thread Justin B Rye
Package: atris
Version: 1.0.7.dfsg.1-3
Severity: serious

[EMAIL PROTECTED]:~$ ls -l .atrisrc
-rw-rw-rw- 1 jbr games 518 2007-03-18 12:48 .atrisrc


This is a security issue, although not of the system-hijacking
variety: a world-writable file lets any local process perform a
Denial of Service by filling the partition.  This on its own might
not rate a DSA, but bearing in mind that atris itself can function
as a network client/server (exposed to whatever exploits a bad loser
in a foreign country/OS might devise) I think it needs to count as
an RC bug.

I don't speak enough C to be sure where the problem is, but perhaps
where it writes out its its rcfile there should be some use of umask?

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.hurakan
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages atris depends on:
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libsdl-ttf2.0-0   2.0.8-3+b1 ttf library for Simple DirectMedia
ii  libsdl1.2debian   1.2.11-8   Simple DirectMedia Layer
ii  ttf-freefont  20060501cvs-10 Freefont Serif, Sans and Mono True

atris recommends no packages.

-- no debconf information


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



Bug#408759: gnome-terminal: terminal is slow

2007-03-19 Thread Paul Szabo
Dear Sven,

> Are you still having performance issues with gnome-terminal?

Replying again.

Upgraded to sarge 3.1r5: no change. Then upgraded to sid, now using xorg
(not xfree86) and changed driver from vesa to i810 (as xorg vesa could not
do [EMAIL PROTECTED]), and re-ran my test: depending on terminal size (80x24
or full screen) my Celeron2GHz takes between 28 and 53 seconds for
  perl -e '$|=1; foreach $x (1..500) { print "x" foreach(1..$x); print " $x\n" 
}'
and a mere 0.7 or 1 second for
  perl -e '$|=0; foreach $x (1..500) { print "x" foreach(1..$x); print " $x\n" 
}'

Seems not fixed at all.

Cheers,

Paul Szabo   [EMAIL PROTECTED]   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia



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



Bug#415534: tiger : [INTL:pt] Portuguese translation for debconf messages

2007-03-19 Thread Traduz - Portuguese Translation Team

Package: tiger
Version: 1:3.2.1-35
Tags: l10n, patch
Severity: wishlist

Portuguese translation for tiger's debconf messages.
Translator: Luísa Lourenço 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Rui Branco
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org




































pt.po
Description: application/gettext


Bug#415533: DB_RUNRECOVERY: Fatal error, run database recovery -- PANIC: Invalid argument

2007-03-19 Thread Andrew Vaughan
Package: apt-proxy
Version: 1.9.35-0.3
Severity: normal

Hi

Apt-proxy died today.

The following exception seems to be the cause.


2007/03/20 10:26 EST [Channel,1127,192.168.1.23] [CacheEntry] 
file_sent:/var/cache/apt-proxy/debian/pool/main/g/gpm/libgpmg1
_1.19.6-25_i386.deb
2007/03/20 10:26 EST [Channel,1128,192.168.1.23] Traceback (most recent call 
last):
  File "/usr/lib/python2.4/site-packages/twisted/python/log.py", line 
53, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
  File "/usr/lib/python2.4/site-packages/twisted/python/log.py", line 
38, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
  File "/usr/lib/python2.4/site-packages/twisted/python/context.py", 
line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/usr/lib/python2.4/site-packages/twisted/python/context.py", 
line 37, in callWithContext
return func(*args,**kw)
---  ---
  File 
"/usr/lib/python2.4/site-packages/twisted/internet/selectreactor.py", line 139, 
in _doReadOrWrite
why = getattr(selectable, method)()
  File "/usr/lib/python2.4/site-packages/twisted/internet/tcp.py", line 
348, in doRead
return self.protocol.dataReceived(data)
  File "/usr/lib/python2.4/site-packages/twisted/protocols/basic.py", 
line 232, in dataReceived
why = self.lineReceived(line)
  File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
1004, in lineReceived
self.allContentReceived()
  File "/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy.py", line 
374, in allContentReceived
http.HTTPChannel.allContentReceived(self)
  File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
1045, in allContentReceived
req.requestReceived(command, path, version)
  File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
601, in requestReceived
self.process()
  File "/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy.py", line 
282, in process
self.cacheEntry.add_request(self)
  File "/usr/lib/python2.4/site-packages/apt_proxy/cache.py", line 98, 
in add_request
self.get()
  File "/usr/lib/python2.4/site-packages/apt_proxy/cache.py", line 153, 
in get
if self.check_age():
  File "/usr/lib/python2.4/site-packages/apt_proxy/cache.py", line 196, 
in check_age
if update_times.has_key(self.cache_path):
  File "UserDict.py", line 91, in has_key
value = self[key]
  File "bsddb/dbshelve.py", line 106, in __getitem__

bsddb.db.DBRunRecoveryError: (-30974, 'DB_RUNRECOVERY: Fatal error, run 
database recovery -- PANIC: Invalid argument
')

2007/03/20 10:26 EST [Channel,1129,192.168.1.23] Traceback (most recent call 
last):
  File "/usr/lib/python2.4/site-packages/twisted/python/log.py", line 
53, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
  File "/usr/lib/python2.4/site-packages/twisted/python/log.py", line 
38, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
  File "/usr/lib/python2.4/site-packages/twisted/python/context.py", 
line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/usr/lib/python2.4/site-packages/twisted/python/context.py", 
line 37, in callWithContext
return func(*args,**kw)
---  ---
  File 
"/usr/lib/python2.4/site-packages/twisted/internet/selectreactor.py", line 139, 
in _doReadOrWrite
why = getattr(selectable, method)()
  File "/usr/lib/python2.4/site-packages/twisted/internet/tcp.py", line 
348, in doRead
return self.protocol.dataReceived(data)
  File "/usr/lib/python2.4/site-packages/twisted/protocols/basic.py", 
line 232, in dataReceived
why = self.lineReceived(line)
  File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
1004, in lineReceived
self.allContentReceived()
  File "/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy.py", line 
374, in allContentReceived
http.HTTPChannel.allContentReceived(self)
  File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
1045, in allContentReceived
req.requestReceived(command, path, version)
  File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
601, in requestReceived
self.process()
  File "/usr/lib/python2.4/site-packages/apt_proxy/apt_proxy.py", line 
282, in process
self.cacheEntry.add_request(self)
  File "/usr/lib/python2.4/site-packages/apt_proxy/cache.py", line 98, 
in add_request
self.get()
  Fil

Bug#415488: docbook-xsl: broken stylesheets for nroff

2007-03-19 Thread Daniel Leidert
retitle 415488 Unwanted substitution of '\' in groff escape sequences
severity 415488 minor
tags 415488 + fixed-upstream
tags 415488 - patch
unblock 415468 by 415488
thanks

This issue isn't a blocker. I provided a working patch for bug #415468.
It is also not a bug (see manpages/utility.xsl -> bold/italic mode
templates - for how to correctly do it with docbook-xsl 1.72.0). There
has been a change to escape backslashes, dots and dashes. This change
makes it necessary to escape them in  elements too.

But it has been reverted recently in upstream VCS. So I will leave this
report open until a new docbook-xsl version has been released. But I
downgraded severity. For the moment, use the workaround I supplied and
escape backslashes in  elements, if you need them there.

Regards, Daniel





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



Bug#415532: lam : [INTL:pt] Portuguese translation for debconf messages

2007-03-19 Thread Traduz - Portuguese Translation Team

Package: lam
Version: 7.1.2-1
Tags: l10n, patch
Severity: wishlist

Portuguese translation for lam's debconf messages.
Translator: Luísa Lourenço 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Rui Branco
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org



































pt.po
Description: application/gettext


Bug#407875: X server dies with backtrace and signal 11

2007-03-19 Thread Eric
On Mon, Mar 19, 2007 at 08:10:47PM +0100, Julien Cristau wrote:
> Hi Eric,
> 
> On Mon, Mar 19, 2007 at 19:29:39 +0100, Eric wrote:
> 
> > 
> > Package: xserver-xorg
> > Version: 1:7.1.0-15
> > 
> > My laptop (AMD Athlon Mobile 1200MHz running testing with Savage video
> > chipset) triggers a similar bug when I try to restart X-Window. I need
> > to reboot to get X working again.
> > 
> > This bug seems to be the same as #60288 in Ubuntu.  See
> > https://launchpad.net/ubuntu/+source/xorg-server/+bug/60288 .
> > A patch is provided there. It also might be already fixed upstream (in
> > Xorg 7.2 as stated in https://bugs.freedesktop.org/show_bug.cgi?id=8537 ).
> > 
> Your log doesn't seem to have anything to do with any of those bugs, or,
> for that matter, Debian bug #407875.  Please open a new report when you
> have a different problem (if the backtrace printed in the X log is
> significantly different, as is the case here, chances are you're hitting
> a different bug).
> 
> > I applied the patch provided in Ubuntu BTS then rebuilt and installed
> > xserver-xorg which now seems to work. No more signal 11 when I restart
> > X.
> 
> That's surprising, given that the backtrace you included below doesn't
> seem to be related to the code this patch touches.

Hello Julien,
  from what I read at different places, I thought this bug were related
to a call to FontFileCompleteXLFD using, somewhere deep into its call
tree, an uninitialized, or not fully initialized, DRIScreenPrivPtr.
Even in my stacktrace the problem is not shown into the dri library
itself but, in effect, some changes to the content of the structure
pointed to by this DRIScreenPrivPtr could lead to memory corruption,
and such memory corruption could trigger a segfault later on.

Sorry if I did it wrong. I will open a new bug if you'd rather like.
Tell me.

> > So, when would you plan to upgrade to 7.2 in testing?
> > 
> Never.  Etch will release with xserver 1.1, lenny will have xserver 1.3
> when etch is released.

Ok, so could you apply the patch provided by Ubuntu please? It's rather
annoying to have to reboot after each logout to get X working again (and
I did not stressed X to discover all other usecases related to this
bug).

Best regards,
Eric.

-- 
 Eric Delaunay   | Le travail est trop sérieux pour le confier
 [EMAIL PROTECTED] | à ceux qui veulent se tuer avec.Jissey.


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



Bug#354796: gnome-volume-manager: Prompts for password for already-unlocked encrypted hard drive

2007-03-19 Thread Mike Brodbelt
Package: gnome-volume-manager
Version: 1.5.15-2
Followup-For: Bug #354796

I also see this bug - my encrypted partition is /dev/sda5, and it contains 
filesystems
in LVM. The partition is unlocked at boot, but GVM doesn'y notice this.

Mike

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

Versions of packages gnome-volume-manager depends on:
ii  gconf2 2.16.1-1  GNOME configuration database syste
ii  hal0.5.8.1-9 Hardware Abstraction Layer
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libgksuui1.0-1 1.0.7-2   a graphical fronted to su library
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.6-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.14.2-7GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libhal10.5.8.1-9 Hardware Abstraction Layer - share
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-6 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  pmount 0.9.13-1+b1   mount removable devices as normal 

Versions of packages gnome-volume-manager recommends:
pn  gnome-media(no description available)
pn  gthumb (no description available)
pn  nautilus-cd-burner (no description available)
pn  totem  (no description available)

-- no debconf information


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



Bug#415531: sn : [INTL:pt] Portuguese translation for debconf messages

2007-03-19 Thread Traduz - Portuguese Translation Team

Package: sn
Version: 0.3.8-6.1
Tags: l10n, patch
Severity: wishlist

Portuguese translation for sn's debconf messages.
Translator: Luísa Lourenço 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Rui Branco
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org


































pt.po
Description: application/gettext


Bug#415530: squashfs: double-free causes crash [CVE-2006-5701]

2007-03-19 Thread dann frazier
Package: squashfs
Version: 3.1r2-6
Severity: important
Tags: security

References:
 http://projects.info-pull.com/mokb/MOKB-02-11-2006.html
 http://sourceforge.net/mailarchive/forum.php?thread_id=31007759&forum_id=39601
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=211237

I reproduced this on a system running the latest 2.6.18/squashfs. I
applied the patch in Red Hat's bugzilla, which fixed the problem
(mount failed cleanly).

Of course, this is only exploitable if local users have the ability to
mount, so the security implications are small (thus the non-RC severity).


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



Bug#292830: dhcp3-server: domain search path

2007-03-19 Thread Matt Taggart
The reporter of #292830 wants a way to set the domain search path and suggests 
using "domain-name" to do it. According to the RFC that is only for setting 
the domain, and there was a separate RFC for the domain search path,

http://www.ietf.org/rfc/rfc3397.txt

There is already a wishlist bug filed requesting support for this, #274308. I 
will merging them.

I would also like to see support added for this. Based on my brief searching, 
I could find no mention of this in the documentation or upstream site. At the 
very least it would be nice to mention in places people might check that it's 
not supported currently.

Thanks,

-- 
Matt Taggart
[EMAIL PROTECTED]




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



Bug#415529: harden-doc: please enhance the lsof one-liner

2007-03-19 Thread Francesco Poli
Package: harden-doc
Version: 3.11
Severity: wishlist

Hi!

Section 4.2.1 _Security update of libraries_[1] suggest the following one-liner 
to detect programs that need to be restarted in order to benefit from a library 
security update:

  # lsof | grep  | awk '{print $1, $9}' | uniq | sort +0


Firstoff, when I execute this pipeline on a Debian testing system, sort 
complains that the +NUMBER option is deprecated and that the '-k NUMBER' option 
should be used instead.
Hence, I would say

  s/sort +0/sort -k 1/

if understand the -k syntax correctly...


Secondly, on older versions of the manual, the suggested one-liner used to be:

  # lsof | grep dpkg- | awk '{print $1, $8}' | sort +0

Grepping for a fixed string is certainly mch more practical than having to 
issue one different one-liner for each upgraded package.
Why does the current one-liner grep for the library name?
Doesn't grepping for dpkg- work anymore?
Could you please explain?


[1] which is inside
http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html#s-security-update


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



Bug#410596: lowmem

2007-03-19 Thread Frans Pop
(No need to CC us, we get your replies to the BTS on our mailing list.)

On Tuesday 20 March 2007 00:05, Pablo Ripolles wrote:
> I finally couldn't try it, I had no option of netbooting.

Note that the change Steve was included in _all_ images available from [1] 
quite some time back.

> Now, the problem of not allowing the installation on low mem (64MB)
> alpha systems persists.  That is, now the manifestation is the
> following message:
>
> ram0: rw=0, want=333282, limit=322768
> attempt to access beyond end of device

This has nothing to do with lowmem. This is caused by the fact that the 
initrd is larger than the memory reserved for loading it.

> As I already said, my boot options at SRM are:
> boot dka200 -fi boot/vmlinuz -fl "ramdisk_size=16384
> initrd=/boot/initrd.gz root=/dev/ram devfs=mount,dall priority=low
> netcfg/disable_dhcp=true"

You will need to increase the value for ramdisk_size.

[1] http://www.debian.org/devel/debian-installer/


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



Bug#409271: Workaround for nfs4

2007-03-19 Thread Johannes Frank
Actually I have the same problem, a fix would be highly appreciated. 
Currently I try to do a workaround, by including the normal dynamicly 
linked mount in initramfs. but currently I get the error: Can't find 
address for . The increase in size is marginal.
Maybe /etc/hosts is missing or something, or I need a running DNS for my 
network. If someone has an idea


Johannes Frank


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



Bug#415528: kde: KDE freezes when nvidia driver is used in xorg

2007-03-19 Thread Hanno Klemm
Package: kde
Version: 5:47
Severity: important


For a few days I'm now running the nvidia-legacy drivers, installed from 
the debian packages on my laptop. If I try to use kde as my window 
manager, my complete machine freezes shortly after starting up and all I 
can do is to switch it off.

Using gnome as the window manager works fine. I tried to find anything 
in the log files but nothing triggered my attention.

As this problem doe not appear with gnome, I have the feeling it might 
be a problem with the KDE libraries. 

If you need any further information, I'm happy to provide them.

Hanno

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

Versions of packages kde depends on:
ii  kde-amusements  5:47 the K Desktop Environment games an
ii  kde-core5:47 the K Desktop Environment core mod
ii  kdeaccessibility4:3.5.5-2accessibility packages from the of
ii  kdeaddons   4:3.5.5-1add-on plugins and applets provide
ii  kdeadmin4:3.5.5-4system administration tools from t
ii  kdeartwork  4:3.5.5-1themes, styles and more from the o
ii  kdegraphics 4:3.5.5-3graphics apps from the official KD
ii  kdemultimedia   4:3.5.5-2multimedia apps from the official 
ii  kdenetwork  4:3.5.5-5network-related apps from the offi
ii  kdepim  4:3.5.5.dfsg.1-6 Personal Information Management ap
ii  kdeutils4:3.5.5-3general purpose utilities from the
ii  kdewebdev   4:3.5.5-1web development apps from the offi

kde recommends no packages.

-- no debconf information


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



Bug#415150: worked!

2007-03-19 Thread Reinhard Tartler
Moritz Augustin <[EMAIL PROTECTED]> writes:

> But don't forget: Before you put the libavcodec-part of libxine1 into a 
> seperate package mp3 playback was enabled out of the box. If there are patent 
> issues to do so then it's ok. Otherwise I would like to have it enabled by 
> default.

You are completly right. However, I think this should be rather fixed in
the actual media players. Since the package split is still somewhat work
in progress, I didn't bother asking other maintainers to adjust their
dependencies.

Btw, It's not really about patent issues, but about having the
dependencies more tightened.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


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



Bug#415407: tipa: dvipdf complains: Font tipa10 at 8000 not found; scaling 600 instead

2007-03-19 Thread Rafael Laboissiere
package tipa
tags 415407 unreproducible moreinfo
thanks

* Ryo Furue <[EMAIL PROTECTED]> [2007-03-18 23:13]:

> Package: tipa
> Version: 2:1.3-4
> Severity: normal
> 
> Hi
> 
> When I try to convert a DVI file using dvipdf, this happens:
> 
>   $ latex mydoc.tex
>   . . . .
>   $ dvipdf mydoc.dvi
>   dvips: Font tipa10 at 8000 not found; scaling 600 instead.
>   dvips: Such scaling will generate extremely poor output.
>   $
> 
> The resulting PDF looks OK, though.  If I generate a PDF file,
> via a PostScript file, then I don't see any error:
> 
>   $ dvips  mydoc.dvi
>   $ ps2pdf mydoc.ps
>   $
> 
> In case the following information is relevent:
> My dvipdf comes from the gs-common package and my /usr/bin/gs
> points to /usr/bin/gs-esp .
> 
> %--- mydoc.tex: source LaTeX file --
> \documentclass{article}
> \usepackage{tipa}
> \begin{document}
> [EMAIL PROTECTED]
> \end{document}
> %--- end of source ---

I cannot reproduce this bug at all in my sid chroot here.  I suspect that
the problem is due to some TeX configuration on your system, and does not
really come from the tipa package.

The error message issued by dvipdf (actually dvips) above typically occurs
when the font cannot be generated by some tool in the build chain, like
metafont.  However, since the tipa*.pfb files are present in the package,
those files get included by dvips.  Indeed:

$ dvips mydoc.dvi -o mydoc.ps
This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com)
'TeX output 2007.03.20:0047'-> mydoc.dvi
. [1]

Do you get the same as above in your system?

I tagged this bug "moreinfo", meaning that if I do not receive further
information in a reasonable time frame (say, one month from now) allowing to
reproduce the bug reliably, this bug report will be closed.

Anyway, thanks for your bug report.

-- 
Rafael


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



Bug#415150: worked!

2007-03-19 Thread Moritz Augustin
This is my first bug report for Debian (I used Windows before) and I'm really 
pleased about the response time. Great.

With your suggestion to install libxine1-ffmpeg playing (remote) mp3 and wmv 
files worked. Thanks.

But don't forget: Before you put the libavcodec-part of libxine1 into a 
seperate package mp3 playback was enabled out of the box. If there are patent 
issues to do so then it's ok. Otherwise I would like to have it enabled by 
default.


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



Bug#415474: mkinitramfs fails with monolithic kernels

2007-03-19 Thread maximilian attems
On Mon, Mar 19, 2007 at 09:38:18PM +0100, Martin Godisch wrote:
> 
> mkinitramfs fails when building a ramfs for a monolithic kernel, and so
> does postinst of kernel-package-generated kernel packages.

uuh why do you want an initramfs on a monolithic kernel?

beside the questionable gain of a monolithic kernel.

--
maks


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



Bug#399889: I reproduced and solved

2007-03-19 Thread José Carlos Benfati
It seems that vnc4server HAS glx support, but it somehow depends on a 
external glx library.


I had exactly the same problem as described above, but after installing 
libgl1-mesa-swx11 everything worked fine.


Maybe we need to open a vnc4server bug to include a dependency?


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



Bug#407102: jabber-common: uninstallable on GNU/kFreeBSD (due to extraneous Depends)

2007-03-19 Thread Jamin W. Collins

I have no problem with an NMU to correct this as necessary.

On 03/18/2007 12:24 PM, Cyril Brulebois wrote:

Petr Salinger <[EMAIL PROTECTED]> (16/01/2007):

the current version is uninstallable on GNU/kFreeBSD.
The name of libc on GNU/kFreeBSD is libc0.1.
Please just drop all libc from Depends, as libc is Essential package.


Hi Jamin,

I'd like to know whether some upload is planned soon, since this issue
is quite easy to solve and risk-free. If you don't have time to spend on
this right now, you could just allow us (GNU/kFreeBSD porters) to do a
porter NMU, with this very only change.

Thanks in advance.

Cheers,




--
Jamin W. Collins


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



Bug#410596: lowmem

2007-03-19 Thread Pablo Ripolles

Hello again :(

Steve, this image: http://people.debian.org/~vorlon/alpha-lowmem.img 


I finally couldn't try it, I had no option of netbooting.

Now, the problem of not allowing the installation on low mem (64MB) 
alpha systems persists.  That is, now the manifestation is the following 
message:


ram0: rw=0, want=333282, limit=322768
attempt to access beyond end of device

This message gets print out in an endless loop repeating itself right 
after the RAMDISK boot message, it doesn't even get to the menus.


As I already said, my boot options at SRM are:

boot dka200 -fi boot/vmlinuz -fl "ramdisk_size=16384 
initrd=/boot/initrd.gz root=/dev/ram devfs=mount,dall priority=low 
netcfg/disable_dhcp=true"


(booting as: 'boot dka200 -flags 0' produces the same results)

I hope this is a minor thing which could be fixed.

Thanks!

Pablo






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



Bug#415526: python-cherrypy3: shouldn't the tuturial be in /usr/share/doc

2007-03-19 Thread Sam Clegg
Package: python-cherrypy3
Version: 3.0.0-1
Severity: wishlist


It seems to me that the tutorial code should live in
/usr/share/doc
rather than
/usr/share/python-support/python-cherrypy3/cherrypy/tutorial/

I could be wrong but thats where I expected to find it.

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

Versions of packages python-cherrypy3 depends on:
ii  python2.4.4-2An interactive high-level object-o
ii  python-support0.5.6  automated rebuilding support for p

python-cherrypy3 recommends no packages.

-- no debconf information


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



Bug#415527: uim: FTBFS: missing versioning gtk

2007-03-19 Thread Kenshi Muto
Package: uim
Version: 1:1.4.1-1
Severity: serious
Tags: experimental

Hi,
Building uim on my ARM experimental-buildd was failed due to missing
command "dh_gtkmodules".
dh_gtkmodules seems be only in experimental libgtk2.0-dev.
It seems you have to add version dependency against libgtk2.0-dev.

 ...
dh_gconf -puim-gtk2.0
dh_desktop -puim-gtk2.0
dh_gtkmodules
make: dh_gtkmodules: Command not found
make: *** [binary-post-install/uim-gtk2.0] Error 127
**
Build finished at 20070319-1945
FAILED [dpkg-buildpackage died]
--

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


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



Bug#415525: last: consistency of options' documentation: -a -d -i

2007-03-19 Thread Justin Pryzby
Package: sysvinit
Version: 2.86.ds1-38

The `last' manpage documents the options -[adi] but the help output
doesn't.  Not to mention, that last doesn't gracefully allow --help.


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



Bug#415425: seen the same thing

2007-03-19 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eddy Petrișor wrote:
> 
> Now, this is helpful:
> 
> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/8975
> 
> It seems that the functions fu_* are even private and upstream has
> removed the dependency on these functions:
> 
> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/8987

Ok, I digged even a little bit more and I found that upstream
released 0.7.2 meanwhile.

I backported what I thought it should fix the thing (note that I am
 ABSOLUTELY foreign to ruby), and the package build.

Patch is attached. Not sure if i counts, but sure it was fun for me
:-) .

- --
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF/xTCY8Chqv3NRNoRAsmeAJ0bGpxKBNvugxDe+FEHPuqUG+4zxQCfRaLW
9tUX+un0u5GZgExcnyxXOf8=
=y7e5
-END PGP SIGNATURE-
diff -ruN rake-0.7.1/debian/changelog rake-0.7.1.fixed/debian/changelog
--- rake-0.7.1/debian/changelog	2007-03-20 00:51:01.0 +0200
+++ rake-0.7.1.fixed/debian/changelog	2007-03-20 00:48:02.0 +0200
@@ -1,3 +1,10 @@
+rake (0.7.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * backport fixes from 0.7.2 for the FTBFS (Closes: #415425)
+
+ -- Eddy Petrișor <[EMAIL PROTECTED]>  Tue, 20 Mar 2007 00:46:42 +0200
+
 rake (0.7.1-1) unstable; urgency=low
 
   * New upstream release
diff -ruN rake-0.7.1/lib/rake.rb rake-0.7.1.fixed/lib/rake.rb
--- rake-0.7.1/lib/rake.rb	2006-04-03 06:22:33.0 +0300
+++ rake-0.7.1.fixed/lib/rake.rb	2007-03-20 00:46:02.0 +0200
@@ -722,8 +722,8 @@
 ok or fail "Command failed with status (#{status.exitstatus}): [#{show_command}]"
   }
 end
-fu_check_options options, :noop, :verbose
-fu_output_message cmd.join(" ") if options[:verbose]
+rake_check_options options, :noop, :verbose
+rake_output_message cmd.join(" ") if options[:verbose]
 unless options[:noop]
   res = system(*cmd)  
   block.call(res, $?)
@@ -807,9 +807,9 @@
 module_eval(<<-EOS, __FILE__, __LINE__ + 1)
 def #{name}( *args, &block )
   super(
-	*fu_merge_option(args,
-	  #{default_options.join(', ')}
-	  ), &block)
+*rake_merge_option(args,
+  #{default_options.join(', ')}
+  ), &block)
 end
 EOS
   end
@@ -881,7 +881,7 @@
   end
 
   # Merge the given options with the default values.
-  def fu_merge_option(args, defaults)
+  def rake_merge_option(args, defaults)
 if Hash === args.last
   defaults.update(args.last)
   args.pop
@@ -889,10 +889,26 @@
 args.push defaults
 args
   end
-  private :fu_merge_option
+  private :rake_merge_option
+  # Send the message to the default rake output (which is $stderr).
+  def rake_output_message(message)
+$stderr.puts(message)
+  end
+  private :rake_output_message
+
+  # Check that the options do not contain options not listed in
+  # +optdecl+.  An ArgumentError exception is thrown if non-declared
+  # options are found.
+  def rake_check_options(options, *optdecl)
+h = options.dup
+optdecl.each do |name|
+  h.delete name
+end
+raise ArgumentError, "no such option: #{h.keys.join(' ')}" unless h.empty?
+  end
+  private :rake_check_options
 
   extend self
-  
 end
 
 ##


Bug#403714: 2.4.0~beta5 is available

2007-03-19 Thread gpe

2.4.0~beta5 is available
-- 
+---+
| gpe92 |
+---+


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



Bug#415524: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: irqbalance
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpE2lu2MNj0g.pgp
Description: PGP signature


Bug#415523: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: mailgraph
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpJcIpgGoAJ7.pgp
Description: PGP signature


Bug#415520: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: mailcrypt
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpDvkoKb6pS3.pgp
Description: PGP signature


Bug#415519: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: gpsd
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpU5EstfEsBJ.pgp
Description: PGP signature


Bug#415510: axyl: [INTL:pt] Portuguese translation for debconf messages

2007-03-19 Thread Traduz - Portuguese Translation Team

Package: axyl
Version: 2.1.13
Tags: l10n, patch
Severity: wishlist

Portuguese translation for axyl's debconf messages.
Translator: Luísa Lourenço 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Miguel Figueiredo
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org

# Portuguese translation of axyl's debconf messages.
# Copyright (C) 2007
# This file is distributed under the same license as the axyl package.
# Luísa Lourenço <[EMAIL PROTECTED]>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: axyl 2.1.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-01-13 18:52+0100\n"
"PO-Revision-Date: 2007-03-19 15:00+\n"
"Last-Translator: Luísa Lourenço <[EMAIL PROTECTED]>\n"
"Language-Team: Portuguese <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Default
#: ../axyl.templates:1001
msgid "axyl"
msgstr "axyl"

#. Type: string
#. Description
#: ../axyl.templates:1002
msgid "Set the Axyl administrator"
msgstr "Atribuir o administrador do Axyl"

#. Type: string
#. Description
#: ../axyl.templates:1002
msgid ""
"Enter a user name for the Axyl administrator who will own all the files in "
"the Axyl installation. If this user does not exist it will be created for "
"you as a disabled-login (service) user."
msgstr ""
"Insira um nome de utilizador para o administrador do Axyl ao qual todos os "
"ficheiros de instalação do Axyl irão pertencer. Caso este utilizador não "
"exista, será criado como um utilizador com o login desactivado (serviço)."

#. Type: string
#. Default
#: ../axyl.templates:2001
msgid "/usr/share/axyl"
msgstr "/usr/share/axyl"

#. Type: string
#. Description
#: ../axyl.templates:2002
msgid "Where to install Axyl?"
msgstr "Onde deseja instalar o Axyl?"

#. Type: string
#. Description
#: ../axyl.templates:2002
msgid ""
"Enter the full path of a directory to install Axyl in. This should "
"preferrably be a new directory for this installation."
msgstr ""
"Indique o caminho completo de um directório para onde se vai instalar o Axyl. "
"Este deve ser, preferencialmente, um novo directório para esta instalação."

#. Type: string
#. Default
#: ../axyl.templates:3001
msgid "/var/lib/axyl"
msgstr "/var/lib/axyl"

#. Type: string
#. Description
#: ../axyl.templates:3002
msgid "Where should Axyl keep data?"
msgstr "Aonde deve o Axyl guardar os dados?"

#. Type: string
#. Description
#: ../axyl.templates:3002
msgid ""
"Enter the full path of a directory for Axyl to keep changing data in. This "
"is where the Lucene logs and index will be kept and might become sizeable, "
"depending on your indexing requirement."
msgstr ""
"Indique o caminho completo de um directório para o Axyl guardar os dados. É "
"aqui que os relatórios do Lucene e índice serão mantidos e poderão ser "
"redimensionados, dependendo dos seus requisitos de indexação."

#. Type: note
#. Description
#: ../axyl.templates:4001
msgid "Creating Websites"
msgstr "A Criar Websites"

#. Type: note
#. Description
#: ../axyl.templates:4001
msgid ""
"Once the Axyl installation has finished, you can start creating Axyl "
"websites. To do this change directory to the 'install' sub-directory of the "
"Axyl installation, and execute 'create-axyl-website.sh' as root."
msgstr ""
"Assim que a instalação do Axyl tiver terminado, pode começar a criar websites "
"do Axyl. Para fazer isto mude o directório para o sub-directório 'install' da "
"instalação do Axyl, e execute como root 'create-axyl-website.sh'."

#. Type: note
#. Description
#: ../axyl.templates:4001
msgid ""
"For further information see the README file in the Axyl installation root "
"directory. There is also a man page - 'man axyl' to view it."
msgstr ""
"Para mais informação veja o ficheiro README no directório da instalação do "
"Axyl. Também existe uma página do manual - 'man axyl' para a ver."

#. Type: boolean
#. Default
#. Type: boolean
#. Default
#: ../axyl.templates:6001 ../axyl.templates:7001
msgid "false"
msgstr "falso"

#. Type: boolean
#. Description
#: ../axyl.templates:6002
msgid "Auto-upgrade all your Axyl databases?"
msgstr "Auto-actualizar todas as suas base de dados Axyl?"

#. Type: boolean
#. Description
#: ../axyl.templates:6002
msgid ""
"If the core Axyl database schema has been changed Axyl can automatically "
"upgrade all Axyl website databases for you. If you decide against it then "
"you can do it manually, with the aid of an Axyl script later. To do this "
"change directory to the 'install' sub-directory of the Axyl installation, "
"and execute 'upgrade-axyl-databases.sh' as the Axyl admin user."
msgstr ""
"Se o núcleo do esquema da base de dados for alterado, o Axyl pode actualizar "
"automaticamente todas os websites das bases de dados. Caso não queira então "
"poderá fazê-lo manualmente, mais tarde com a ajuda de um script do Axyl. "
"Pa

Bug#415512: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: motion
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpvD9q44D6WP.pgp
Description: PGP signature


Bug#415517: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: cpuburn
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgp4bSMmUwv0w.pgp
Description: PGP signature


Bug#415513: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: abook
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpmknF4JFuuT.pgp
Description: PGP signature


Bug#415518: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: console-setup
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgp9NLkABOYPY.pgp
Description: PGP signature


Bug#415514: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: pnm2ppa
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpFTs8BS4CNS.pgp
Description: PGP signature


Bug#415515: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: wifi-radar
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgptUcGoTl1wV.pgp
Description: PGP signature


Bug#415522: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: dpkg-cross
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpPa32fy4EEq.pgp
Description: PGP signature


Bug#415511: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: inn2
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpcBJbEcnRqz.pgp
Description: PGP signature


Bug#415521: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: gallery2
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpW3ayqs3NmN.pgp
Description: PGP signature


Bug#415516: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: libhtml-mason-perl
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpcEFLNNjkcg.pgp
Description: PGP signature


Bug#415504: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: mapserver
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgp1st7A19z7k.pgp
Description: PGP signature


Bug#415507: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: slay
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpSOeOFFFwK8.pgp
Description: PGP signature


Bug#415505: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: rssh
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpLL3hRQEn7W.pgp
Description: PGP signature


Bug#415508: [INTL:nl] Dutch po-debconf translation

2007-03-19 Thread cobaco (aka Bart Cornelis)
Package: phpsysinfo
Severity: wishlist
Tags: patch l10n

Please find attached the dutch po-debconf translation. Please add 
it to your next package revision, it should be inserted in your package 
build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.
--
Cheers, cobaco

/"\  ASCII Ribbon Campaign
\ /  No proprietary formats in attachments without request
 X   i.e. *NO* WORD, POWERPOINT or EXCEL documents
/ \  Respect Open Standards
  http://www.fsf.org/philosophy/no-word-attachments.html
  http://www.goldmark.org/netrants/no-word/attach.html







-- 
cobaco (aka Bart Cornelis)



nl.po
Description: application/gettext


pgpj4JDvyAEc4.pgp
Description: PGP signature


  1   2   3   4   >