Bug#646438: syslinux-live contains isolinux.cfg instead of syslinux.cfg

2011-10-24 Thread sferriol


Package: syslinux
Version: 2:4.04+dfsg-5
Severity: normal

Dear Maintainer,
After building hdd image with live-build, it can not boot
because the binary/syslinux directory contains isolinux.cfg file,
not syslinux.cfg
The bug is in /usr/share/syslinux/themes/*/syslinux-live directory

thanks
sylvain


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages syslinux depends on:
ii  libc62.13-21
ii  syslinux-common  2:4.04+dfsg-5

syslinux recommends no packages.

Versions of packages syslinux suggests:
ii  dosfstools  3.0.9-1
ii  mtools  4.0.12-1
ii  os-prober   1.49

-- no debconf information




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



Bug#482402: libswt-gtk-3.3-jni: where is libswt-awt-gtk-3346 ?

2008-05-22 Thread sferriol
Package: libswt-gtk-3.3-jni
Version: 3.3.1-4
Severity: normal

hello
instead of libswt3.2-gtk-jni, this package has not libswt-awt-gtk-3346.
so where is it ?

thanks
sylvain

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

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

Versions of packages libswt-gtk-3.3-jni depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.9-4   The GTK+ graphical user interface 
ii  libxtst6  2:1.0.3-1  X11 Testing -- Resource extension 

libswt-gtk-3.3-jni recommends no packages.

-- no debconf information



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



Bug#465921: xserver-xorg-video-intel: upgrade from 2.2.0.90-1 to 2.2.0.90-2 = lots of pixels blink and text is unreadable

2008-02-19 Thread sferriol

Brice Goglin wrote:

sferriol wrote:

Package: xserver-xorg-video-intel
Version: 2:2.2.0.90-3
Severity: important


hello

after upgrading to 2.2.0.90-2, my X server is unusable. lots of pixels blink 
and the text is unreadable
  


Which driver did you have before ? 2.2.0 ? Can you try to git-bisect the
upstream git repository (on the xf86-video-intel-2.2-branch) to locate
the bad commit causing this? Let me know if you need help.

ok fixed in last commit aa1813e4
i'm waiting the 2.2.0.90-4 package ;)

thanks


Also, note that your dual-head config in xorg.conf is obsolete (multiple
Device and Screen sections, for instance). You should read
http://wiki.debian.org/XStrikeForce/HowToRandR12 to cleanup all this (or
just remove your xorg.conf entirely). Let me know if you need help, again.

Brice




smime.p7s
Description: S/MIME Cryptographic Signature


Bug#465921: xserver-xorg-video-intel: upgrade from 2.2.0.90-1 to 2.2.0.90-2 = lots of pixels blink and text is unreadable

2008-02-19 Thread sferriol

Brice Goglin wrote:

sferriol wrote:

Package: xserver-xorg-video-intel
Version: 2:2.2.0.90-3
Severity: important


hello

after upgrading to 2.2.0.90-2, my X server is unusable. lots of pixels blink 
and the text is unreadable
  


Which driver did you have before ? 2.2.0 ? Can you try to git-bisect the
upstream git repository (on the xf86-video-intel-2.2-branch) to locate
the bad commit causing this? Let me know if you need help.


ok the bug is in the 4e5c7... of 2.2-branch:
Bug 10773: fix i8xx pll p2 value in i830_crtc_clock_get()

Also fix debug dump, slightly modified to use macro instead.

and in the code:
-- src/i830_display.c --
index f61d3c4..e8de1a4 100644
@@ -1623,7 +1623,11 @@ i830_crtc_clock_get(ScrnInfoPtr pScrn, 
xf86CrtcPtr crtc)

if (is_lvds) {
clock.p1 = ffs((dpll  DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) 
   DPLL_FPA01_P1_POST_DIV_SHIFT);
-   clock.p2 = 14;
+
+   if ((INREG(LVDS)  LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP)
+   clock.p2 = I8XX_P2_LVDS_SLOW;
+   else
+   clock.p2 = I8XX_P2_LVDS_FAST;

if ((dpll  PLL_REF_INPUT_MASK) == PLLB_REF_INPUT_SPREADSPECTRUMIN)
i8xx_clock(66000, clock); /* XXX: might not be 66MHz */




Also, note that your dual-head config in xorg.conf is obsolete (multiple
Device and Screen sections, for instance). You should read
http://wiki.debian.org/XStrikeForce/HowToRandR12 to cleanup all this (or
just remove your xorg.conf entirely). Let me know if you need help, again.

Brice




smime.p7s
Description: S/MIME Cryptographic Signature


Bug#465921: xserver-xorg-video-intel: upgrade from 2.2.0.90-1 to 2.2.0.90-2 = lots of pixels blink and text is unreadable

2008-02-15 Thread sferriol
   4
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   24
Modes   1024x768 800x600 640x480
EndSubSection
EndSection

Section Screen
Identifier  External Screen
Device  Intel Corporation 82852/855GM Integrated Graphics 
Device Card1
Monitor External Monitor
DefaultDepth16
SubSection Display
Depth   16
Modes   1024x768 800x600 640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
#   Screen  External Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice Synaptics Touchpad
EndSection

Section DRI
Mode0666
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 39856 fév 15 15:33 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the xorg product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080131-1)
Current Operating System: Linux portable-sferriol 2.6.24-1-686 #1 SMP Mon Feb 
11 14:37:45 UTC 2008 i686
Build Date: 01 February 2008  03:49:13AM
 
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: Fri Feb 15 15:28:41 2008
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor �ran g�rique
(**) |   |--Device Intel Corporation 82852/855GM Integrated Graphics Device
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(**) |--Input Device Synaptics Touchpad
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/lib/X11/fonts/misc does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/100dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/75dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/Type1 does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/CID does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/CID does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/CID does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/75dpi does not exist.
Entry deleted from font path.
(==) Including the default font path 
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
unix/:7100,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath

Bug#451177: libhsqldb-java: cannot create a view in one schema on a table of another schema

2007-11-13 Thread sferriol
Package: libhsqldb-java
Version: 1.8.0.8.dfsg-1
Severity: normal

hello
with hsqldb, it is impossible to create a view in one namespace and define it 
as a select on a table of another namespace
example:
create schema s1;
create schema s2:
create table s1.t;
create view s2.v as select * from s1.t;
= invalide schema name

sylvain 

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

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

Versions of packages libhsqldb-java depends on:
ii  libservlet2.4-java5.0.30-6   Servlet 2.4 and JSP 2.0 Java class
ii  sun-j2sdk1.5 [java2-runti 1.5.0+update07 Java(TM) 2 SDK, Standard Edition, 

libhsqldb-java recommends no packages.

-- no debconf information



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



Bug#415992: initrd halts on Compaq laptop

2007-03-30 Thread sferriol

Bruce Ward wrote:

Well, that's different! Seems to work properly!

Looking good, I've now got a prompt to insert the Root floppy.

Unfortuantely, I'm just off on an overnight trip, so won't be able to 
test any more until tomorrow evening.

ok so can you test the complete install

and it seems to be a syslinux bug ?
i think you have to find the first  version of syslinux which does not 
work from sarge to etch


you can do that by using snapshot.debian.net:

 apt line for this package:

deb http://snapshot.debian.net/archive pool syslinux
deb-src http://snapshot.debian.net/archive pool syslinux

then, you can install specific version of package as follows:

apt-get install binary-package=version


Cheers,
Bruce Ward






smime.p7s
Description: S/MIME Cryptographic Signature


Bug#416504: Installation report Compaq LTE5150

2007-03-28 Thread sferriol

pkgsel
popularity-contest
x11-common

do you select an option in taskel ?
if yes, i think you have to unselect all tasksel options
this will install a minimal system
and after you can add more applications with apt-get command

sylvain



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#415992: Re2: Bug#415992: Boot floppy fails to load initrd.gz (Etch)

2007-03-27 Thread sferriol

Ilya A. Naydov wrote:

I've tried this boot floppy on another PC (Desktop, Intel-based,
Celeron)... It works well... So, it's not due to bad floppy...

If the latest weekly build contain RC2 installer then I used RC2
installer... :-)


the rc2 images are in:
http://ftp.nl.debian.org/debian/dists/testing/main/installer-i386/current/images/floppy/


Loading linux.
Loading initrd.gz (four dots, .gz is completly loaded in RAMdrive)


i just try with an old dell latitude CP M233ST (pentium) and it works

then it should start kernel, but it seems that it couldn't, I don't
know why... Can it be kernel2.6 incompatibility?..
i'm not a kernel expert but can you play with bios options and kernel 
params (like acpi,...) at boot prompt


I took boot floppy from 3.1r0 (I think it is not RC2) and it works
well on this very old laptop...






smime.p7s
Description: S/MIME Cryptographic Signature


Bug#415992: I give up

2007-03-27 Thread sferriol

Ilya A. Naydov wrote:

I'd played with all this options - nothing helps...
Finally, I've installed old Windows 98...

http://eliot-cougar.livejournal.com/98582.html

Just before that I installed Debian 3.1r2 successfully, but I've
experienced some problems with HDD access during boot (DMA time-out, I
think... I did not remember)...



ok, before giving up, just try in the boot prompt:
install vga=771 noapic nolapic




smime.p7s
Description: S/MIME Cryptographic Signature


Bug#402746: undefined reference to __FD_ZERO and __FD_SET

2006-12-18 Thread sferriol

maximilian attems a écrit :

 reassign rootskel
 stop

 On Tue, 12 Dec 2006, sferriol wrote:


 Package: libklibc-dev
 Version: 1.4.30-2
 Severity: normal

 in d-i, building rootskel/src-bootfloppy/bin/timeout_read.c failed 
on alpha, amd64, ia64, s390

 undefined reference to '__FD_ZERO'
 undefined reference to '__FD_SET'

 sylvain



 wtf are you poking around in internal kernel routines.
 the double underscore should be a warning enough.

 __FD_SET and __FD_ZERO are found in __KERNEL__ sections of posix_types.h


no i'd never used internal kernel routines, i just used FD_SET and FD_ZERO
see man select
but fjp said that it bugs on other architectures



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#402746: undefined reference to __FD_ZERO and __FD_SET

2006-12-12 Thread sferriol

Package: libklibc-dev
Version: 1.4.30-2
Severity: normal

in d-i, building rootskel/src-bootfloppy/bin/timeout_read.c failed on 
alpha, amd64, ia64, s390

undefined reference to '__FD_ZERO'
undefined reference to '__FD_SET'

sylvain



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#395163: Installation report

2006-10-25 Thread sferriol

Tapio Lehtonen a écrit :

Package: installation-reports

Boot method: Floppy, dated 20061024
Image version: http://people.debian.org/~joeyh/d-i/images/daily/floppy/
Date: 20061025

Machine: HP Vectra VL 233MHz 64MB 2,6G IDE disk
Partitions: 
FilesystemType   1K-blocks  Used Available Use% Mounted on

/dev/hda1 ext3 2324384381848   1824460  18% /
udev tmpfs   1024052 10188   1% /dev
devshm   tmpfs   31104 0 31104   0% /dev/shm


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O ]
Detect network card:[O ]
Configure network:  [O ]
Detect CD:  [ ]
Load installer modules: [O ]
Detect hard drives: [O ]
Partition hard drives:  [O ]
Install base system:[O ]
Clock/timezone setup:   [O ]
User/password setup:[O ]
Install tasks:  [O ]
Install boot loader:[O ]
Overall install:[O ]

Comments/Problems:

Install was low memory mode, but this machine has 64MB memory. 
Is installation from floppy always low memory mode?

no if memory  64M
Installation did not ask anything about which modules to load etc., 
which I think it should ask if it really is low memory mode install.



this is true if memory  42M
I deselected standard system from tasksel display, thinking I 
can install that later, but it is not available when I start tasksel

in the installed system. So now some of the standard packages
are not installed.

Console keymap was not set up, the åäö keys did not work from console.

I'm not sure if this is the fault of the installer:
aptitude et al complain about GPG error and untrusted sources. 
Are the keyrings in /etc/apt wrong or is the mirror I use, 
ftp.fi.debian.org somehow wrong just now?


I can provide log files on request. 





smime.p7s
Description: S/MIME Cryptographic Signature


Bug#385004: ping for more information?

2006-10-24 Thread sferriol
(5, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20/\0\000..., 512) = 
512
fstat64(5, {st_mode=S_IFREG|0644, st_size=40536, ...}) = 0
mmap2(NULL, 39464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
0xa7ae9000
mmap2(0xa7af2000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x9) = 0xa7af2000
close(5)= 0
open(/usr/lib/apache/1.3/mod_auth_ssl.so, O_RDONLY) = 5
read(5, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\n\0..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0644, st_size=, ...}) = 0
mmap2(NULL, 11844, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
0xa7ae6000
mmap2(0xa7ae8000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1) = 0xa7ae8000
close(5)= 0
open(/usr/lib/apache/1.3/libphp5.so, O_RDONLY) = 5
read(5, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\252\6..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0644, st_size=5137852, ...}) = 0
mmap2(NULL, 5170308, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
0xa75f7000
mmap2(0xa7a6e000, 458752, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x477) = 0xa7a6e000
mmap2(0xa7ade000, 29828, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa7ade000
close(5)= 0
open(/etc/ld.so.cache, O_RDONLY)  = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=82850, ...}) = 0
mmap2(NULL, 82850, PROT_READ, MAP_PRIVATE, 5, 0) = 0xa75e2000
close(5)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/home/sferriol/local/lib/libdb-4.3.so, O_RDONLY) = 5
read(5, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\23..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0755, st_size=909689, ...}) = 0
mmap2(NULL, 834332, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
0xa7516000
mmap2(0xa75e, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0xca) = 0xa75e
close(5)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libgdbm.so.3, O_RDONLY) = 5
read(5, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\17..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0644, st_size=19940, ...}) = 0
mmap2(NULL, 22916, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
0xa751
mmap2(0xa7515000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x4) = 0xa7515000
close(5)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/libbz2.so.1.0, O_RDONLY)= 5
read(5, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\20..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0644, st_size=66200, ...}) = 0
mmap2(NULL, 65060, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
0xa750
mmap2(0xa750f000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0xf) = 0xa750f000
close(5)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libpcre.so.3, O_RDONLY) = 5
read(5, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\20\0..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0644, st_size=126116, ...}) = 0
mmap2(NULL, 129076, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
0xa74e
mmap2(0xa74ff000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1e) = 0xa74ff000
close(5)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/tls/libresolv.so.2, O_RDONLY) = 5
read(5, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260$\0..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0644, st_size=67364, ...}) = 0
mmap2(NULL, 75976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
0xa74cd000
mmap2(0xa74dc000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0xf) = 0xa74dc000
mmap2(0xa74de000, 6344, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa74de000
close(5)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/tls/libnsl.so.1, O_RDONLY)  = 5
read(5, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p5\0\000..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0644, st_size=76548, ...}) = 0
mmap2(NULL, 87808, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
0xa74b7000
mmap2(0xa74c9000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x11) = 0xa74c9000
mmap2(0xa74cb000, 5888, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa74cb000
close(5)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libgssapi_krb5.so.2, O_RDONLY) = 5
read(5, [EMAIL PROTECTED]..., 512) = 512
fstat64(5, {st_mode=S_IFREG|0644, st_size=111676, ...}) = 0
mmap2(NULL, 114520, PROT_READ

Bug#385004: ping for more information?

2006-10-24 Thread sferriol

sean finney a écrit :

hi sylvain,

On Tue, 2006-10-24 at 09:51 +0200, sferriol wrote:
 


i still have segfault with libapache-mod-php,php5-common (5.1.6-1).



but the latest version is 5.1.6-4... can you try that?  




i can not try on the same host because it is only under testing.
But i've used another host under unstable, and it works fine


there were some issues with libdb-linking that may have caused


segfaulting like what you describe.



the strace of apache-ssl is attached


snip


open(/usr/lib/libnss_db.so.2, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\21\0..., 512) = 512


snip

this makes me suspect even further that this is the problem.  if you're
using nss-db which links against the same symbols and the badly-linked
version of php, i would suspect this.  please try with 5.1.6-4 and let
me know if you still have problems.


thanks,
sean




smime.p7s
Description: S/MIME Cryptographic Signature


Bug#394079: installation-reports: x86 floppy install failed, cpio missing

2006-10-20 Thread sferriol

Holger Wansing a écrit :

Package: installation-reports
Severity: normal


Hi,


hi

I just activated my good old floppy drive and did a test
with the images from 17.10.06:

inserting the boot disk works fine, I was prompted to 
give root disk; then this:



Loading ../init: 194: cpio not found
failed to extract initrd (may be out of space on ram disk)
Giving up!


I tried with two other media for boot and root disk, but
no way. cpio is not there.



as cpio is not in klibc udeb package, cpio is build separatly.
but cpio was built with libklibc 1.4.27 and boot floppy has 1.4.29 libklibc.
so you have to wait tomorrow for new floppies or go there:
http://www-timc.imag.fr/Sylvain.Ferriol/debian/d-i/i386/2006_10_19/


Best
Holger





smime.p7s
Description: S/MIME Cryptographic Signature


Bug#389524: solfege: unable to upgrade to 3.4.1

2006-09-27 Thread sferriol

Tom Cato Amundsen a écrit :

I can see why you get this problem, but my update-python-modules scripts
does not complain as yours does. Which version of python-support do you
have installed?


0.5.1


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#385004: Info received (apache-ssl: I get this too)

2006-09-26 Thread sferriol

Philip Craig a écrit :

it seemed to be the apache.pem key cert. Not the config files.

Andreas Barth wrote:


Hi,

* Philip Craig ([EMAIL PROTECTED]) [060830 10:43]:
 

I have more info. I did a stack trace with apache-ssl.dbg built from 
source, and it was crashing in libssl.


i test 'apache-ssl.dbg -FX' with gdb and the backtrace reports a 
segfault when loading php5 module. if i comment this module in 
modules.conf, it works


this is the backtrace:
#0  0xb7b98947 in raise () from /lib/tls/libc.so.6
#1  0xb7b9a0c9 in abort () from /lib/tls/libc.so.6
#2  0xb7bcdfda in __fsetlocking () from /lib/tls/libc.so.6
#3  0xb7bd589f in mallopt () from /lib/tls/libc.so.6
#4  0xb7bd5942 in free () from /lib/tls/libc.so.6
#5  0xb7f17de8 in __os_free () from /usr/lib/libdb-4.4.so
#6  0xb7e5ed3b in __bam_db_close () from /usr/lib/libdb-4.4.so
#7  0xb7ec0a7c in __db_refresh () from /usr/lib/libdb-4.4.so
#8  0xb7ec10b9 in __db_close () from /usr/lib/libdb-4.4.so
#9  0xb7ece177 in __db_close_pp () from /usr/lib/libdb-4.4.so
#10 0xb713677f in _nss_db_getspnam_r () from /usr/lib/libnss_db.so.2
#11 0xb7136818 in _nss_db_getspnam_r () from /usr/lib/libnss_db.so.2
#12 0xb7135276 in _nss_db_endprotoent () from /usr/lib/libnss_db.so.2
#13 0xb713548e in _nss_db_getprotobyname_r () from /usr/lib/libnss_db.so.2
#14 0xb7c52beb in getprotobyname_r () from /lib/tls/libc.so.6
#15 0xb7c52aaa in getprotobyname () from /lib/tls/libc.so.6
#16 0xb77ad913 in zm_startup_sockets () from /usr/lib/apache/1.3/libphp5.so
#17 0xb7892d5c in zend_startup_module_ex () from 
/usr/lib/apache/1.3/libphp5.so

#18 0xb78991ad in zend_hash_apply () from /usr/lib/apache/1.3/libphp5.so
#19 0xb78933ed in zend_startup_modules () from 
/usr/lib/apache/1.3/libphp5.so

#20 0xb784ee63 in php_module_startup () from /usr/lib/apache/1.3/libphp5.so
#21 0xb7912240 in apache_php_module_main () from 
/usr/lib/apache/1.3/libphp5.so
#22 0xb79124ed in apache_php_module_main () from 
/usr/lib/apache/1.3/libphp5.so
#23 0x080552d3 in ap_init_modules (p=0x8090024, s=0x809005c) at 
http_config.c:1710

#24 0x08062053 in main (argc=2, argv=0xbfdcd9d4) at http_main.c:5798


sylvain


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#386059: floppy images missing

2006-09-08 Thread sferriol



etch beta 2 release seems to provide all images ...
I will try these ...

i build a daily floppy images with 2.6.17 kernel
you can test it but be careful, it is an alpha release

http://www-timc.imag.fr/Sylvain.Ferriol/debian/d-i/i386/2006_09_08/


ciao,

ciao

Martin

Sylvain






smime.p7s
Description: S/MIME Cryptographic Signature


Bug#386531: debmirror: do not download ...../binary-arch/Release file

2006-09-08 Thread sferriol
Package: debmirror
Version: 20051209
Severity: normal


hello
i use debmirror for testing d-i and d-i downloads and scans Release file in 
binary-arch directory in the mirror

it works with debian mirrors but not with my local mirror because it does not 
contain this file

thanks 
sylvain

this is the command used to update my local mirror:
debmirror --method=http --root=debian --dist=unstable 
--section=main/debian-installer --nosource --host=ftp.fr.debian.org -v 
--ignore-release-gpg .


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

Versions of packages debmirror depends on:
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  libcompress-zlib-perl 1.42-1 Perl module for creation and manip
ii  liblockfile-simple-perl   0.2.5-7Simple advisory file locking
ii  libwww-perl   5.805-1WWW client/server library for Perl
ii  perl [libdigest-md5-perl] 5.8.8-6.1  Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.8.8-6.1  Core Perl modules
ii  rsync 2.6.8-2fast remote file copy program (lik

Versions of packages debmirror recommends:
ii  gnupg 1.4.5-1GNU privacy guard - a free PGP rep

-- no debconf information


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



Bug#367605: broken loop mount support

2006-05-19 Thread sferriol

Joey Hess a écrit :

Package: busybox-floppy-udeb
Version: 1:1.1.2-1
Severity: important
Tags: d-i

# mount -o loop /mnt/tmp-initrd /initrd
mount: Couldn't setup loop device
mount: Mounting (null) on /initrd failed: No such file or directory

FWIW, this is on the d-i i386 boot floppy, I've checked that the loop
module is loaded, that the file exists, and that /dev/loop/[0-7] exist.

if usb is forever excluded in boot floppy, we can now set initrd in root 
floppy as a cpio archive, and use the busybox cpio command.


the consequence is:
- we do not need loop device (and udeb) because it does not mount initrd
= free space in boot floppy
- it does not copy the initrd contents in mnt
= we reduce a lot the memory size

i did a patch a long time ago, but i will try to find it

sylvain


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#356029: cpio: default archive format in copy-out mode is not bin

2006-03-09 Thread sferriol

Package: cpio
Version: 2.6-10
Severity: minor

*** Please type your report below this line ***
in the cpio info documentation/Options item/'-H FORMAT' option, the 
default mode is 'bin' for copy-out instead of 'crc


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

Versions of packages cpio depends on:
ii  libc6 2.3.6-3GNU C Library: Shared 
libraries an


cpio recommends no packages.

-- no debconf information


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#353661: emacs rst-mode not installed

2006-02-21 Thread sferriol
it is in python-docutils package but there is a bug in 
/etc/emacs/site-start.d/50python-docutils.el


this is a patch which works for me

-(autoload 'rst-mode rst-mode mode for editing reStructuredText 
documents t)

+(autoload 'rst-mode rst mode for editing reStructuredText documents t)


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#349749: main-menu: Add pre and post scripts execution for a menu item

2006-01-25 Thread sferriol

hello
i will try to explain why i commit this patch.
i'm testing a new lowmem level which interacts between each menu items.
so, instead of creating lots of micro udebs, i use this method to easily 
add the scripts for main-menu


but if it is useful only for lowmem, we can remove it

sylvain


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#349749: main-menu: Add pre and post scripts execution for a menu item

2006-01-25 Thread sferriol

sferriol a écrit :

hello
i will try to explain why i commit this patch.
i'm testing a new lowmem level which interacts between each menu items.
so, instead of creating lots of micro udebs, i use this method to easily 
add the scripts for main-menu


but if it is useful only for lowmem, we can remove it

sylvain
this patch is a generic way to add pre/post hooks for menu items, 
instead of building this in each menu items udebs. And building udeb 
with only one postinst script in it


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#341540: impossible to choose country in lowmem

2005-12-01 Thread sferriol

Package: localechooser

in lowmem mode, the following questions are set:
db_set debian-installer/locale en_US || true
db_fset debian-installer/locale seen true

but during install, we can not select the country.
So when we have to configure time zone, it displays the following items:
Eastern
Central
Mountain
Pacific
Alaska
Hawaii
East Indiana
Samoa


my timezone is Europe/Paris

sylvain



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#329743: uses too much memory

2005-09-23 Thread sferriol

Joey Hess a écrit :

Package: cdebconf
Severity: normal

In d-i in a lowmem mode install (no translations), cdebconf uses 5 mb of
ram. With partman running the next largest memory usage, by
parted_server is only 1 mb (numbers for mipsel arch). This is largely
because it keeps all the question and template info in memory, which is
very wasteful.


there are some problems in lowmem:
 - there is no trimtemplates on /var/lib/cdebconf/templates.dat
 - trimtemplates do not remove extended-descriptions and indices (i'm 
working on it)

 - unable to boot netboot with 24Mb because initrd is too big

i'm testing new features:
 - add udpkg --remove option to remove old configured packages during 
installation steps. So it's a sort of installation 'in one shot', you 
can not go back to change the language for example.


 - i create two directories in main-menu: main-menu-pre.d and 
main-menu-post.d. And you can put scripts executed before and/or after a 
menu is configured. i think it will be useful for lowmem. this avoid to 
create lots of lowmem micro udebs between two menus.


sylvain


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#329232: localechooser: Should avoid hardcoding specific packages installation in the script code

2005-09-21 Thread sferriol

Christian Perrier a écrit :

Package: localechooser
Severity: wishlist

Currently, localechooser install specific packages for given languages by
using code inside the main script.
i think localchooser is not the only package which needs to install 
other packages during postinst.


is there a way to have a generic architecture for this case ?
i do not know if it exists in deb architecture

for example, to create a new tag between 'Depends' and 'Suggests' , a 
'MayNeed' tag


this avoid to put all light dependences in 'Depends' tag and have a 
better management of packages



sylvain






smime.p7s
Description: S/MIME Cryptographic Signature


Bug#322438: not a bug

2005-08-11 Thread sferriol

sorry it is not a bug

you can close it

thanks
sylvain


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#225003: acknowledged by developer (Removed from Debian - unmaintained)

2005-08-08 Thread sferriol

Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
#225003: libtest-unit-perl: Can't locate Error.pm,
which was filed against the libtest-unit-perl package.

It has been closed by one of the developers, namely
Martin Michlmayr [EMAIL PROTECTED].


yeap , you can close because it works well with the last version 0.24.2

This package has now been removed from Debian because nobody was
interested in maintaining it;

But i use it in debconf sources for testing !

 see

http://lists.debian.org/debian-devel-announce/2005/06/msg00014.html
for more information.





smime.p7s
Description: S/MIME Cryptographic Signature


Bug#279805: ITA: libtest-unit-perl -- a unit testing interface for Perl

2005-08-08 Thread sferriol

hello
as i use libtest-unit-perl for testing debconf (see Test in debconf 
sources), i would like to maintain this package.


thanks
sylvain


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



Bug#321109: no confirm password window

2005-08-03 Thread sferriol

Package: grub-installer
Tags: d-i

When asking for a password, grub installer do not display a window to 
re-insert password for checking mistakes


sylvain


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#299910: prerm failure risk

2005-03-17 Thread sferriol
Package: gdm
Version: 2.6.0.6
Severity: minor
Tags: patch
if the question shared/default-x-display-manager do not exist = prerm 
failed

with the patch dpkg -P gdm works
sylvain
--- debian/prerm	2005-03-17 11:21:36.0 +0100
+++ debian/prerm~	2005-03-17 11:06:36.0 +0100
@@ -18,7 +18,7 @@
   if [ -e /usr/share/debconf/confmodule ]; then
 . /usr/share/debconf/confmodule
 # disown this question
-db_unregister shared/default-x-display-manager || true
+db_unregister shared/default-x-display-manager
 # does the question still exist?
 if db_get shared/default-x-display-manager; then
   db_metaget shared/default-x-display-manager owners


Bug#299913: prerm failure risk

2005-03-17 Thread sferriol
Package: kdm
Version: 3.3.2
Severity: minor
Tags: patch
if the question shared/default-x-display-manager do not exist = prerm 
failed

with the patch dpkg -P kdm works
sylvain

--- debian/kdm.prerm~	2005-03-17 07:49:06.0 +0100
+++ debian/kdm.prerm	2005-03-17 11:29:51.0 +0100
@@ -100,7 +100,7 @@
 if [ $1 = remove -o $1 = deconfigure ]; then
   if [ -n $HAVE_DEBCONF ]; then
 # disown this question
-db_unregister shared/default-x-display-manager
+db_unregister shared/default-x-display-manager || true
 # does the question still exist?
 if db_get shared/default-x-display-manager; then
   if db_metaget shared/default-x-display-manager owners; then


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#299610: hw-detect select de4x5 instead of tulip

2005-03-15 Thread sferriol
Package: hw-detect
Version: 1.14
Severity: normal
Tags: d-i
hello
i test d-i with a network card SMC dec 21140 chip.
hw-detect loads de4x5 module, no error displayed by modprobe, but the 
card do not work after ifconfig. (earing a 'click' when trying to access 
network)
i tried in console the tulip module, and it works ( earing a double 
'click' when trying to access network).

at the moment, the only solution to activate tulip using d-i:
- to boot in expert mode
- to refuse de4x5 when d-i display the net modules automatically detected
- to select tulip in the all net modules list displayed
= but the 'activation' (= second 'click') of the card takes too much 
time = DHCP failed
- retry DHCP autoconfiguration = DHCP works

sylvain


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#299048: deboostrap failed after restart system base installation

2005-03-11 Thread sferriol
Package: debootstrap
Severity: normal
hello
during d-i/system base installation step, i received a mirror connection 
timeout. So i change the mirror and restart base installation
= deboostrap failed 'ln: /target/usr/bin/awk: File exists'

the first solution is to change 'ln -s' in 'ln -sf' in scripts woody, 
sarge, in deboostrap

but in IRC, kamion said that before restart base installation , d-i 
needs a reformatting.

so why after changing the mirror, d-i select by default 'system base 
installation' not 'disk partition' ?

thanks
sylvain


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#291073: Root is on a DM device, but dmsetup not installed

2005-01-18 Thread sferriol
Package: deboostrap
Version: 0.2.45
Severity: normal
i test d-i and i use RAID-1 and LVM
debootstrap fails when installing kernel-2.4.27-2-k7 because it needs 
dmsetup to build initrd and it is not installed
= apt-install dmsetup before ?

the message:
Root is on a DM device, but dmsetup not installed
thanks
sylvain
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]