Bug#950123: Longterm fix ?

2022-03-09 Thread Julien Wajsberg
After thinking about this a bit more, I believe this is abusing te
bash_completion mechanism and the script could probably move elsewhere such
as /etc/profile.d.

Thoughts?


Bug#950123: Quick fix

2022-03-09 Thread Julien Wajsberg
Hi,
I believe the issue is that the scripts in
/usr/share/bash-completion/completions should be different than the ones
that live in /etc/bash_completion.d. The mechanisms are different.
Therefore the current script should still live in /etc/bash_completion.d.

So I quickly fixed this by adding a symbolic link and now this works as
expected.

I believe that with the "new" way, there's no need for a lazy vs not lazy
script, because the new way works by itself in a lazy fashion.

Hope this helps!
-- 
Julien


Bug#991712: Submitted a but on the kernel's bugzilla

2021-08-01 Thread Julien Wajsberg
Hey,

I filed https://bugzilla.kernel.org/show_bug.cgi?id=213939 on the kernel's
bugzilla about this.

Cheers,
-- 
Julien


Bug#991712: Intel wifi card "Killer Wi-Fi 6 AX1650 (2x2)" in new Dell XPS 15 doesn't work on bullseye's instaleld kernel

2021-07-30 Thread Julien Wajsberg
Package: linux-image-5.10.0-8-amd64
Version: 5.10.46-2
Severity: important

Hi,

I just successfully installed the latest version of Debian testing bullseye
on a brand new Dell XPS 15, but I got some issues with the integrated WiFi
card. Of course I installed the non-free firmware.

The Linux image package is linux-image-5.10.0-8-amd64, version 5.10.46-2.

Here is the log (grepped for iwlwifi):

[   14.352938] iwlwifi :00:14.3: enabling device ( -> 0002)
[   14.358907] iwlwifi: No config found for PCI dev 43f0/1651,
rev=0x354, rfid=0x10a100
[   14.368948] iwlwifi: probe of :00:14.3 failed with error -22


Then I tried to install the latest kernel version (5.13.6), I built it and
installed, and now the WiFi card works just fine ! Here is the log of the
working kernel:

[   67.899239] iwlwifi :00:14.3: enabling device ( -> 0002)
[   67.901544] iwlwifi :00:14.3: Direct firmware load for
iwlwifi-QuZ-a0-hr-b0-63.ucode failed with error -2
[   67.903867] iwlwifi :00:14.3: api flags index 2 larger than
supported by driver
[   67.904108] iwlwifi :00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version:
89.3.35.37
[   67.904350] iwlwifi :00:14.3: loaded firmware version 62.49eeb572.0
QuZ-a0-hr-b0-62.ucode op_mode iwlmvm
[   67.916597] iwlwifi :00:14.3: Detected Intel(R) Wi-Fi 6 AX203,
REV=0x354
[   68.104800] iwlwifi :00:14.3: base HW address: 4c:79:6e:d9:d7:c1
[   68.649015] iwlwifi :00:14.3 wlp0s20f3: renamed from wlan0

According to Dell, it's supposed to be "Killer Wi-Fi 6 AX1650 (2x2)" but it
looks like the linux kernel doesn't agree.

While looking at this problem, I found some strange issues.

It looks like that that the lines for this device were in the kernel but
were removed in [1]. I believe that v5.10 includes this change. Could a
simple fix be as simple as adding these lines back? I'l not understanding
this change properly.

[1]
https://lore.kernel.org/r/iwlwifi.20200424194456.ec0e04102d2c.Ia36f2c7bbf06cb6436424d40d6adb2376f2962ee@changeid

It would be great that the next Debian supports this new Dell machine
better!
Please ask any more information if needed.

Thanks!

-- 
Julien


Bug#962577: Systemd scripts

2020-06-10 Thread Julien Wajsberg
Hi again,

After looking at this further, I realized there's a second problem: the
systemd scripts handle the request before /etc/default/opendkim is loaded
and furthermore handled.

I'm not fluent with systemd stuff so I'm not sure how to fix this. At least
fix the comment in /etc/default/opendkim...

Regards,
-- 
Julien


Bug#962577: Comment about SOCKET in /etc/default/opendkim is misleading

2020-06-10 Thread Julien Wajsberg
Package: opendkim
Version: 2.11.0~alpha-12

Hey,

Today I wanted to configure opendkim to work with postfix in chroot mode.
For this we need to change the socket path for opendkim.
First I opened /etc/default/opendkim, and there's this handy configuration;

> # Uncomment to specify an alternate socket
>
> # Note that setting this will override any Socket value in opendkim.conf
> # default:
> SOCKET=local:$RUNDIR/opendkim.sock

However this is untrue: indeed a Socket value in opendkim.conf takes
precedence. See these lines in the init.d script:

> if [ -f /etc/opendkim.conf ]; then
> CONFIG_SOCKET=`awk '$1 == "Socket" { print $2 }'
/etc/opendkim.conf`
> fi
>
> # This can be set via Socket option in config file, so it's not required
> if [ -n "$SOCKET" -a -z "$CONFIG_SOCKET" ]; then
> DAEMON_OPTS="-p $SOCKET $DAEMON_OPTS"
> fi

It's quite clear that if something is in /etc/opendkim.com, we won't use
the SOCKET env variable.

Thanks!

-- 
Julien


Bug#779892: Same bug, same workaround

2016-12-08 Thread Julien Wajsberg
Hey,


this is a heads-up that the same workaround worked for me. Thanks so much,
other graphical alternatives aren't as great as hexchat :)


Bug#814316: New Flash player is available -- fixes a security issue

2016-02-10 Thread Julien Wajsberg
Package: flashplugin-nonfree
Version: 1:3.6.1
Severity: grave

Adobe released a new version of the Flash plugin to fix a security issue,
see [1].

[1] https://helpx.adobe.com/security/products/flash-player/apsb16-04.html

  $ update-flashplugin-nonfree --status
  Flash Player version installed on this system  : 11.2.202.559
  Flash Player version available on upstream site: 11.2.202.569

But "update-flashplugin-nonfree --install" doesn't install it, likely
because [2] is not updated yet.

[2]
https://people.debian.org/~bartm/flashplugin-nonfree/D5C0FC14/fp10.sha512.amd64.pgp.asc

Thanks !
-- 
Julien


Bug#770397: Acknowledgement (linux-image-3.16.0-4-amd64: suspend drains the battery as if it's not)

2015-03-25 Thread Julien Wajsberg
Thanks Zachary, I confirm your workaround seems to make this work
correctly. I'm not sure that these modules are important for a personal
usage, but maybe I miss something here?

-- 
Julien

On 21 November 2014 at 00:12, Debian Bug Tracking System 
ow...@bugs.debian.org wrote:

 Thank you for filing a new Bug report with Debian.

 This is an automatically generated reply to let you know your message
 has been received.

 Your message is being forwarded to the package maintainers and other
 interested parties for their attention; they will reply in due course.

 Your message has been sent to the package maintainer(s):
  Debian Kernel Team debian-ker...@lists.debian.org

 If you wish to submit further information on this problem, please
 send it to 770...@bugs.debian.org.

 Please do not send mail to ow...@bugs.debian.org unless you wish
 to report a problem with the Bug-tracking system.

 --
 770397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770397
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems



Bug#781150: Info received (Bug#781150: Acknowledgement (linux-image-3.16.0-4-amd64: Integrated Screen switches off when plugging in an external HDMI screen))

2015-03-25 Thread Julien Wajsberg
However:

* Signing off didn't work: nothing happens. (LIkely a Gnome issue)
* Switching to the VT, it's cloned on both screens.
* Restarting gdm3 with the HDMI cable still plugged in don't change
anything: Integrated Screen is off while External Screen is on, when in X.
* But restarting gdm3 with the HDMI cable off make the Integrated Screen
work again.


Bug#781150: linux-image-3.16.0-4-amd64: Integrated Screen switches off when plugging in an external HDMI screen

2015-03-25 Thread Julien Wajsberg
Package: src:linux
Version: 3.16.7-ckt7-1
Severity: normal

Hi,

I have a Lenovo Thinkpad Yoga. This is a laptop.

As soon as I plug-in an external HDMI screen, the Integrated Screen switches
off. Yet xrandr and gnome's screen preference window still says it's on.

I tried switching it off and on using these commands:

  xrandr --output eDP1 --off
  xrandr --output eDP1 --auto

When I input that last command I clearly see that the Integrated Screen
flashes
with Gnome's lockscreen before being off again.

When I unplug the external HDMI screen, it's not back to normal. Rarely
suspending/resuming the laptop make it work again.

I tried the workaround of adding a script in /etc/pm/sleep.d/ that runs
chvt
1; chvt 7 but this changed nothing.


Please also note that merely booting to the older kernel linux-
image-3.14-2-amd64 (I have version 3.14.15-2) makes it work perfectly.
That's
why I think it's a kernel bug.

Here is the current xrandr output with an external HDMI screen and my
integrated screen off (despite xrandr saying otherwise):

$ xrandr
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 8192 x 8192
eDP1 connected primary 1920x1080+1920+0 (normal left inverted right x axis y
axis) 276mm x 156mm
   1920x1080 60.04*+  59.93
   1680x1050 59.9559.88
   1600x1024 60.17
   1400x1050 59.98
   1280x1024 60.02
   1440x900  59.89
   1280x960  60.00
   1360x768  59.8059.96
   1152x864  60.00
   1024x768  60.00
   800x600   60.3256.25
   640x480   59.94
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 connected 1920x1080+0+0 (normal left inverted right x axis y axis)
1060mm
x 626mm
   1920x1080 60.00*+  50.0059.9430.0025.0024.0029.97
23.98
   1920x1080i60.0050.0059.94
   1680x1050 59.88
   1600x900  59.98
   1280x1024 75.0260.02
   1440x900  59.90
   1366x768  59.79
   1280x800  59.91
   1152x864  75.00
   1280x720  60.0050.0059.94
   1440x576i 50.00
   1024x768  75.0870.0760.00
   1440x480i 60.0059.94
   832x624   74.55
   800x600   72.1975.0060.32
   720x576   50.00
   720x480   60.0059.94
   640x480   75.0072.8166.6760.0059.94
   720x400   70.08


Here is a trace I _sometimes_ get when I plug in an external HDMI screen:

[ 7925.045494] [ cut here ]
[ 7925.045536] WARNING: CPU: 0 PID: 1821 at /build/linux-
SAvLSw/linux-3.16.7-ckt7/drivers/gpu/drm/i915/intel_pm.c:5992
intel_display_power_put+0x127/0x150 [i915]()
[ 7925.045539] Modules linked in: nls_utf8 nls_cp437 vfat fat ctr ccm option
usb_wwan usbserial wacom hid_sensor_magn_3d hid_sensor_incl_3d
hid_sensor_gyro_3d hid_sensor_accel_3d hid_sensor_rotation hid_sensor_als
hid_sensor_trigger industrialio_triggered_buffer kfifo_buf
hid_sensor_iio_common industrialio hid_sensor_hub cpufreq_userspace
cpufreq_powersave cpufreq_conservative cpufreq_stats bnep snd_hda_codec_hdmi
nfsd auth_rpcgss oid_registry nfs_acl nfs lockd fscache sunrpc ecb qmi_wwan
cdc_wdm usbnet mii usb_storage hid_multitouch uvcvideo videobuf2_vmalloc
videobuf2_memops btusb videobuf2_core v4l2_common usbhid videodev bluetooth
media hid 6lowpan_iphc joydev arc4 x86_pkg_temp_thermal intel_powerclamp
intel_rapl coretemp kvm_intel kvm crc32_pclmul iTCO_wdt iTCO_vendor_support
ghash_clmulni_intel
[ 7925.045604]  iwlmvm mac80211 aesni_intel efi_pstore
snd_hda_codec_conexant
snd_hda_codec_generic iwlwifi aes_x86_64 lrw gf128mul glue_helper
ablk_helper
cryptd evdev psmouse serio_raw pcspkr efivars rtsx_pci_ms cfg80211 memstick
i915 i2c_i801 tpm_tis lpc_ich wmi tpm thinkpad_acpi nvram rfkill
snd_hda_intel
battery drm_kms_helper snd_hda_controller ac snd_hda_codec drm snd_hwdep
snd_pcm video i2c_algo_bit i2c_core snd_timer snd intel_smartconnect shpchp
soundcore mei_me processor mei button fuse autofs4 ext4 crc16 mbcache jbd2
sg
sd_mod crc_t10dif crct10dif_generic rtsx_pci_sdmmc mmc_core crct10dif_pclmul
crct10dif_common crc32c_intel ahci libahci libata ehci_pci ehci_hcd xhci_hcd
scsi_mod rtsx_pci mfd_core usbcore thermal usb_common thermal_sys
[ 7925.045690] CPU: 0 PID: 1821 Comm: Xorg Tainted: GW
3.16.0-4-amd64 #1 Debian 3.16.7-ckt7-1
[ 7925.045693] Hardware name: LENOVO 20CDCTO1WW/20CDCTO1WW, BIOS GQET34WW
(1.14
) 02/26/2014
[ 7925.045696]  0009 81509e7c 
81067727
[ 7925.045702]  8802159a002c 8802159a 8802159a
880214168000
[ 7925.045708]  8802159a8520 a03c3127 000b
8802159a
[ 7925.045714] Call Trace:
[ 7925.045724]  [81509e7c] ? dump_stack+0x41/0x51
[ 7925.045732]  [81067727] ? warn_slowpath_common+0x77/0x90
[ 7925.045751]  [a03c3127] ? intel_display_power_put+0x127/0x150
[i915]
[ 7925.045777]  [a0409434] ?

Bug#781150: Acknowledgement (linux-image-3.16.0-4-amd64: Integrated Screen switches off when plugging in an external HDMI screen)

2015-03-25 Thread Julien Wajsberg
Additional info:

I booted with the HDMI cable in: at the login session, both screens were
working. But as soon as I logged in to Gnome the integrated screen switched
off.

So maybe the Linux kernel is not the only culprit here.


Bug#779434: Touchscreen does not work after suspend

2015-02-28 Thread Julien Wajsberg
Package: src:linux
Version: 3.16.7-ckt4-3

I'm using a Lenovo Thinkpad Yoga.

After suspending/resuming, the touchscreen does not work anymore. I've
noticed that reloading the module usbhid made it work again.

I edited /usr/lib/pm-utils/defaults and added this module to the
SUSPEND_MODULES variable, and now it always works.

Is it an issue in Linux kernel?

Thanks,
-- 
Julien


Bug#620222: Some issues with one of security.debian.org ipv6 servers

2015-02-25 Thread Julien Wajsberg
Hi,

Dor at least 1 day I have difficulties to access to villa.debian.org using
ipv6.
I have no issues for lobos.debian.org.

The weird thing is that I consistently can't access villa.debian.org when
I'm connected using a cable on my local network, and I consistently can
access it when I'm connected using Wi-Fi. At least 1 other computer have
the same symptom than me, and 1 yet other computer can access using a cable.

Not working traceroute to villa:

traceroute to villa.debian.org (2001:a78:5:0:216:35ff:fe7f:be4f) from
2001:450:1e:224:221:ccff:feca:ca8c, 30 hops max, 24 byte packets
 1  fw1.corp.par1.mozilla.net (2001:450:1e:224::1)  0.455 ms  1.693 ms
0.417 ms
 2  2001:450:2002:52e::1 (2001:450:2002:52e::1)  2.393 ms  1.884 ms  1.851
ms
 3  * * *
 4  2001:680:0:134:222:199:108:1 (2001:680:0:134:222:199:108:1)  17.627 ms
17.701 ms  17.691 ms
 5  ffm-s1-rou-1102.DE.eurorings.net (2001:680:0:134:222:95:50:2)  17.696
ms  17.684 ms  17.799 ms
 6  ffm-s2-rou-1041.DE.eurorings.net (2001:680:0:134:222:229:72:2)  17.767
ms  17.785 ms  17.653 ms
 7  GiE5-2.ffmxs11.ix.ffm.spxs.net (2001:680:0:800f::fa)  17.965 ms  18.003
ms  17.886 ms
 8  * * *

Working traceroute to lobos:

traceroute to lobos.debian.org (2001:a78:5:1:216:35ff:fe7f:6ceb) from
2001:450:1e:224:221:ccff:feca:ca8c, 30 hops max, 24 byte packets
 1  fw1.corp.par1.mozilla.net (2001:450:1e:224::1)  0.491 ms  1.569 ms
1.696 ms
 2  2001:450:2002:52e::1 (2001:450:2002:52e::1)  4.01 ms  2.084 ms  3.382 ms
 3  * * *
 4  * * *
 5  * * *
 6  ffm-s2-rou-1041.DE.eurorings.net (2001:680:0:134:222:229:72:2)  17.858
ms  17.571 ms  17.66 ms
 7  GiE5-2.ffmxs11.ix.ffm.spxs.net (2001:680:0:800f::fa)  17.909 ms  17.852
ms  17.828 ms
 8  2001:a78:bb:2::82 (2001:a78:bb:2::82)  14.979 ms  14.845 ms  14.857 ms
 9  vl649.ffmxs10.kl90.ffm.spxs.net (2001:a78:bb:2::19)  14.984 ms  14.539
ms  23.028 ms
10  lobos.debian.org (2001:a78:5:1:216:35ff:fe7f:6ceb)  14.937 ms  15.455
ms  15.352 ms


And this is a working traceroute to villa from another machine in the same
network:

$ traceroute 2001:a78:5:0:216:35ff:fe7f:be4f
traceroute to 2001:a78:5:0:216:35ff:fe7f:be4f
(2001:a78:5:0:216:35ff:fe7f:be4f), 30 hops max, 80 byte packets
 1  fw1.corp.par1.mozilla.net (2001:450:1e:224::1)  0.773 ms  0.673 ms
0.989 ms
 2  2001:450:2002:52e::1 (2001:450:2002:52e::1)  5.060 ms  5.022 ms  4.960
ms
 3  * * *
 4  2001:680:0:134:222:199:110:1 (2001:680:0:134:222:199:110:1)  19.142 ms
19.903 ms  19.847 ms
 5  * * *
 6  * * *
 7  * * *
 8  villa.debian.org (2001:a78:5:0:216:35ff:fe7f:be4f)  17.881 ms  17.862
ms  17.906 ms


Hope this helps,
-- 
Julien


Bug#770397: linux-image-3.16.0-4-amd64: suspend drains the battery as if it's not

2014-11-20 Thread Julien Wajsberg
Package: src:linux
Version: 3.16.7-2
Severity: important

Hi,

Since I upgraded to vesion 3.16 I have this issue. The issue Happens with
linux-image-3.16-2-amd64 and linux-image-3.16-3-amd64 as well. However
linux-
image-3.14-2-amd64 works fine.

When I suspend the computer (closing the lid or calling pm-suspend),
everything
looks like it's working fine. Especially if I reopen the lid after a small
time, it correctly wakes up from suspend.

Yet it has the following issues:

Issue 1:
Sometimes, when I try to wake it up, it just doesn't. The blinking led is
still
blinking, but I can't wake it up. Pressing the power button doesn't work. I
need to longpress the power button to force stop the computer, and start it
again.
I _think_ it happens if I leave the computer in suspend mode for a longer
time.

Issue 2:
If I leave the computer for a longer time, for example during a full night,
it
doesn't have any battery left.

syslog does not have much information: the suspend option, and then:

^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@Nov
20 08:42:41 beitou rsyslogd: [origin software=rsyslogd swVersion=8.4.2
x-pid=2049 x-info=http://www.rsyslog.com;] start

(so some funny characters + the first line of the boot)


I know other bugs look similar but I prefered to file a separate bug.


The computer is a Thinkpad Yoga (_not_ a Yoga 2 or Yoga 2 Pro). Tell me if
you
need any other information.

--
Julien



-- Package-specific info:
** Version:
Linux version 3.16.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version
4.8.3 (Debian 4.8.3-13) ) #1 SMP Debian 3.16.7-2 (2014-11-06)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64
root=UUID=fa8c3205-5f2a-43f3-8c6d-ae8b72299a95 ro init=/bin/systemd quiet
init=/bin/systemd

** Not tainted

** Kernel log:
[2.125129] usbcore: registered new interface driver uvcvideo
[2.125129] USB Video Class driver (1.1.1)
[2.130415] usbcore: registered new interface driver btusb
[2.147089] Bluetooth: hci0: read Intel version: 370710018002030d37
[2.147090] Bluetooth: hci0: Intel device is already patched. patch num:
37
[2.157731] usb 3-1: new high-speed USB device number 2 using ehci-pci
[2.195863] systemd-journald[163]: Received request to flush runtime
journal from PID 1
[2.248657] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id:
0x1e2b1, caps: 0xd001a3/0x940300/0x127c00, board id: 2911, fw id: 1514409
[2.248665] psmouse serio1: synaptics: serio: Synaptics pass-through
port at isa0060/serio1/input0
[2.290191] usb 3-1: New USB device found, idVendor=8087, idProduct=8000
[2.290193] usb 3-1: New USB device strings: Mfr=0, Product=0,
SerialNumber=0
[2.290580] hub 3-1:1.0: USB hub found
[2.290635] hub 3-1:1.0: 8 ports detected
[2.307549] input: SynPS/2 Synaptics TouchPad as
/devices/platform/i8042/serio1/input/input7
[2.562220] usb 3-1.7: new full-speed USB device number 3 using ehci-pci
[2.656547] usb 3-1.7: New USB device found, idVendor=0483,
idProduct=91d1
[2.656548] usb 3-1.7: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[2.656549] usb 3-1.7: Product: ST_SENSOR_HUB
[2.656550] usb 3-1.7: Manufacturer: STMicroelectronics
[2.656550] usb 3-1.7: SerialNumber: ST_SENSOR_HUB
[2.682095] Console: switching to colour frame buffer device 240x67
[2.687514] i915 :00:02.0: fb0: inteldrmfb frame buffer device
[2.687515] i915 :00:02.0: registered panic notifier
[2.687521] Switched to clocksource tsc
[2.703839] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post:
no)
[2.703934] input: Video Bus as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15
[2.704015] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on
minor 0
[2.704370] ACPI Warning: SystemIO range
0xefa0-0xefbf conflicts with OpRegion
0xefa0-0xefaf (\_SB_.PCI0.SBUS.SMBI)
(20140424/utaddress-258)
[2.704375] ACPI: If an ACPI driver is available for this device, you
should use it instead of the native driver
[2.710058] snd_hda_intel :00:03.0: irq 75 for MSI/MSI-X
[2.724773] input: HDA Intel HDMI HDMI/DP,pcm=3 as
/devices/pci:00/:00:03.0/sound/card0/input16
[2.724845] input: HDA Intel HDMI HDMI/DP,pcm=7 as
/devices/pci:00/:00:03.0/sound/card0/input17
[2.724901] input: HDA Intel HDMI HDMI/DP,pcm=8 as
/devices/pci:00/:00:03.0/sound/card0/input18
[2.734117] usb 3-1.8: new full-speed USB device number 4 using ehci-pci
[2.798200] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[2.828312] usb 3-1.8: New USB device found, idVendor=056a,
idProduct=00ec
[2.828315] usb 3-1.8: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[2.828316] usb 3-1.8: Product: ISD-V4
[2.828317] usb 3-1.8: Manufacturer: Tablet
[2.834003] input: Wacom ISDv4 EC Pen as

Bug#658683: unzip dependency

2014-04-03 Thread Julien Wajsberg
On 3 April 2014 00:46, Emilio Pozuelo Monfort po...@debian.org wrote:

 On 03/04/14 00:02, Julien Wajsberg wrote:
  Hey,
 
  This is still happening with the latest package from testing/unstable.
 
  Installing an extension just fails without any hint about what's
 happening.
 
  unzip is currently in the Recommends line but it should really be in
 the
  Depends line instead.

 Recommends are installed by default for a reason.



I think it was not installed when I installed my system because I used the
CD1 without a network (as I have a Wi-Fi card that needs a nonfree firmware
to work). I did _not_ disable recommends. Running aptitude install after
the fact does not install Recommended packages.

So maybe unzip should move to the CD1?
Or should we have a better feedback if it's absent (in that case, it's more
an upstream bug)?

BTW what is the rule to decide whether a package should go to Depends or
Recommends?

Thanks,
-- 
Julien


Bug#658683: unzip dependency

2014-04-02 Thread Julien Wajsberg
Hey,

This is still happening with the latest package from testing/unstable.

Installing an extension just fails without any hint about what's happening.

unzip is currently in the Recommends line but it should really be in the
Depends line instead.

Thanks,
-- 
Julien


Bug#743142: various errors on Thinkpad Yoga

2014-03-30 Thread Julien Wajsberg
Package: installation-reports

Boot method: USB stick
Image version: netinst from
http://cdimage.debian.org/cdimage/weekly-builds/amd64/jigdo-cd/debian-testing-amd64-netinst.jigdo
(from 2014-03-24)
Date: 2014-03-30

Machine: Lenovo Thinkpad Yoga (different than Lenovo Yoga)
Processor: Core i7
Memory: 8G
Partitions: From parted (I'm copying this by hand so it's not the real output)

Disk /dev/sda: 256GB
Sector size: 512B/512B

Partition table: gpt


Number  Start   End SizeFilesystem  Name  Flags

1   1049kB  1050MB  1049MB  ntfs
   hidden, diag

2   1050MB  1322MB  273MB   fat32   EFI system partition  boot

3   1322MB  1456MB  134MB   Microsoft reserver
partition  msftres

4   1456MB  51.5GB  50GBntfsBasic data partition
   msftdata


6   51.5GB  229GB   178GB   ext4

7   229GB   238GB   8502MB  swap

5   238GB   256GB   18.3GB  ntfs
hidden, diag


Output of lspci -knn (or lspci -nn): (can't copy paste right now)


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

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

Comments/Problems:
Detect network card:
My Intel Wi-Fi card was not detected. Forcefully inserting the iwlwifi
module didn't work either.

Card is Intel Corporation Wireless 7260



Partition hard drives:
There was an error at the end: couldn't find the EFI partition

Install boot loader:

The system doesn't boot to Debian at the end, I think the EFI
partition error from above make installing grub fail.


Bug#743142: About the iwlwifi microcode

2014-03-30 Thread Julien Wajsberg
I added the iwlwifi udeb in another usb stick but the installation program
didn't try to find it.


Bug#741171: same thing here

2014-03-29 Thread Julien Wajsberg
Hey,

have you found any solution besides removing the icons?


Bug#690894: Seems to work in current version

2012-10-27 Thread Julien Wajsberg
Hi,

I was bitten by this bug several times already, but it seems it is
gone in current aurora (Firefox 18).

According to the Mozilla bug
https://bugzilla.mozilla.org/show_bug.cgi?id=781617 it seems that it
was fixed in FF17.

-- 
Julien


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



Bug#660108: plugin.jar should be in icedtea-plugin

2012-03-03 Thread Julien Wajsberg
On 27 February 2012 11:36, Matthias Klose d...@ubuntu.com wrote:
 why? icedtea-netx depends on icedtea-netx-common.

I'd say because plugin.jar is not specific to JNLP and that's what
icedtea-netx is about.



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



Bug#660108: plugin.jar should be in icedtea-plugin

2012-02-16 Thread Julien Wajsberg
Package: icedtea-web
Version: 1.1.4-1

Hi,

currently, I think that the only way to have the file plugin.jar in
Debian is to install the package icedtea-netx-common.
plugin.jar is necessary to develop applets.

Therefore, I think it should be either in its own package or in icedtea-plugin.

Moreover, it would be also convenient to have it available (for
example with a symbolic link) in openjdk_home/jre/lib/plugin.jar
since that's the place where it is in Oracle's distribution and some
tools could look for it in this place (eg: maven pom.xml with system
dependencies).

Thanks,
-- 
Julien



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



Bug#654393: an alternative

2012-01-04 Thread Julien Wajsberg
As an alternative, you could create a specific package, like
php5-mysqlnd, and keep the current package linking to libmysqlclient.
php5-mysqlnd would _not_ have the driver mysql (as opposed to mysqli).

Then we wouldn't break existing installation

When PHP 5.4 will be released, php5-mysqlnd would be a dummy package
depending on php5-mysql.



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



Bug#654393: use mysqlnd for mysqli and PDO

2012-01-03 Thread Julien Wajsberg
Package: php5-mysql
Version: 5.3.8.0-1+b1
Severity: wishlist

Hi,

since PHP 5.3.3, PHP ships with a MySQL Native Driver called mysqlnd.
It is not enabled by default in PHP 5.3 but it will in PHP 5.4 (which
is in RC4 right now).

Now we can expect that it is mature enough to be used by default in
Debian packages. Moreover it comes with additional performance and
functionalities (like load balancing, replication, query result
cache).

Informations for mysqli compilation are at
http://www.php.net/manual/en/mysqli.installation.php.
Informations for PDO are at http://www.php.net/manual/en/ref.pdo-mysql.php
Informations about mysqlnd are at
http://www.php.net/manual/en/mysqlnd.overview.php

Thanks,
-- 
Julien



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



Bug#654393: an alternative

2012-01-03 Thread Julien Wajsberg
Hi,

As an alternative, you could create a specific package, like
php5-mysqlnd, and keep the current package linking to libmysqlclient.
php5-mysqlnd would _not_ have the driver mysql (as opposed to mysqli).

Then we wouldn't break existing installations but still users could
install and use easily the new implementation.

When PHP 5.4 will be released, php5-mysqlnd could be transformed into
a dummy package depending on php5-mysql.

-- 
Julien



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



Bug#639290: what can we do to help ?

2011-12-16 Thread Julien Wajsberg
Hi,

For me, dpkg -r libdigest-sha1-perl libextutils-cbuilder-perl
libextutils-parsexs-perl was sufficient.

If this can help...

cheers,
-- 
Julien



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



Bug#644365: $CATALINA_HOME shouldn't depend on $NAME

2011-10-05 Thread Julien Wajsberg
Package: tomcat6
Version: 6.0.28-9+squeeze1
Severity: wishlist
Tags: patch

Hi,

in a context of a multi-instance installation of tomcat, it's very
useful to have different versions of the start script. The NAME
variable should make this easy (as bug #299635 did) but the problem is
that CATALINA_HOME also depends on NAME.

I feel this is incorrect because, in a multi-instance installation,
CATALINA_HOME is always the same, and CATALINA_BASE is changing.

Attached is a patch of how I think it should be.

Thanks !

-- 
Julien
--- tomcat6.original	2011-10-05 11:15:33.0 +0200
+++ tomcat6	2011-10-05 11:15:48.0 +0200
@@ -65,7 +65,7 @@
 export JAVA_HOME
 
 # Directory where the Tomcat 6 binary distribution resides
-CATALINA_HOME=/usr/share/$NAME
+CATALINA_HOME=/usr/share/tomcat6
 
 # Directory for per-instance configuration files and webapps
 CATALINA_BASE=/var/lib/$NAME


Bug#644365: Forgot about JVM_TMP

2011-10-05 Thread Julien Wajsberg
Hi again,

I forgot something in my original submission : JVM_TMP should be
dependant of NAME.

Here is another patch, sorry for the spam.

-- 
Julien
--- tomcat6.original	2011-10-05 11:44:00.0 +0200
+++ tomcat6	2011-10-05 11:44:14.0 +0200
@@ -26,7 +26,7 @@
 NAME=tomcat6
 DESC=Tomcat servlet engine
 DEFAULT=/etc/default/$NAME
-JVM_TMP=/tmp/tomcat6-tmp
+JVM_TMP=/tmp/$NAME-tmp
 
 if [ `id -u` -ne 0 ]; then
 	echo You need root privileges to run this script
@@ -65,7 +65,7 @@
 export JAVA_HOME
 
 # Directory where the Tomcat 6 binary distribution resides
-CATALINA_HOME=/usr/share/$NAME
+CATALINA_HOME=/usr/share/tomcat6
 
 # Directory for per-instance configuration files and webapps
 CATALINA_BASE=/var/lib/$NAME


Bug#625887: upskirt has been renamed to sundown

2011-07-21 Thread Julien Wajsberg
Hi,

The upskirt library has been renamed, as should be this ITP.

The new name is sundown and is available there :
https://github.com/tanoku/sundown

-- 
JUlien



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



Bug#622309: broken udev

2011-04-22 Thread Julien Wajsberg
Hi,

I can confirm the bug (Network, sound and X input broken)
and the fix (rm -rf /run/udev + reboot).

I also had some of my sensors broken (and it works after the fix).

Regarding the network, actually it worked before the fix, but the
interface name was changed. Although I have no other ethernet card, my
interface is usually named eth2 (before the update, or after the
fix); it was named eth0 after the update and before the fix.

To me the fix is sufficient (of course, we shouldn't not require any
manual fix for the full stable upgrade, but we're not there yet).
BUT it should have been in NEWS.Debian.gz. I shouldn't need to find
this bug and read this to know how to fix the problem. All I got for a
clue is a red udev failed in my boot log, which I don't regularly
read.

Cheers,
-- 
Julien



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



Bug#506871: xorg: Mouse trapped on second screen

2011-01-28 Thread Julien Wajsberg
Hi,

Sorry, I can't reproduce the bug because I don't have the machine anymore...
(I've other problems with nouveau though, that's another story ;-) )

-- 
Julien

On 28 January 2011 12:30, Cyril Brulebois k...@debian.org wrote:
 Hi Julien,

 Julien Wajsberg fel...@gmail.com (25/11/2008):
 Since recently, when the mouse goes on the second screen, it can't
 go back on the first screen.

 is that still happening with an X stack from squeeze/sid, or from
 experimental?

 KiBi.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iEYEARECAAYFAk1CqO8ACgkQeGfVPHR5Nd0oVACgui1lfNu0DYAK4SILKBSzy/na
 Z3cAoMN9ORDBmfyZYyzif18dUbi0xvrh
 =CaOq
 -END PGP SIGNATURE-





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



Bug#611269: IcedTea is GPL2 with Exception

2011-01-27 Thread Julien Wajsberg
Package: openjdk-6
Version: 6b18-1.8.2-4
Severity: minor

Hi,

in OpenJDK's Debian distribution, which I understand is IcedTea, the
copyright file says that IcedTea is GPL2.

But it is really GPL2 with Classpath Exception, as you can read on
http://icedtea.classpath.org/wiki/FrequentlyAskedQuestions#What_license_is_IcedTea_released_under.3F

Regards,

-- 
Julien Wajsberg



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



Bug#590222: Any test package ?

2011-01-26 Thread Julien Wajsberg
On 25 January 2011 23:38, Oleksandr Moskalenko ma...@debian.org wrote:
 * David Bremner brem...@unb.ca [2011-01-22 15:41:57 -0500]:


 Here is the package I'm planning on uploading into Debian:

 dget http://debian.tagancha.org/lcms2/lcms2_2.1-1.dsc

 Comments, patches, and co-maintainers are welcome.

Just built, installed and tested it launching darktable (without
recompiling darktable) and it seems to work as good as David's package
:-)

I could help maintening this (and maybe darktable too) but it would be
a first time for me ;-)

Cheers,
-- 
Julien



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



Bug#590222: Any test package ?

2011-01-22 Thread Julien Wajsberg
Hi,

What is the status of this ITP ?

I can test a package if you have one already, as I wanted to try and
compile the git version of darktable ;-)

Cheers,
-- 
Julien



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



Bug#585970: rename symlink classworlds.jar to classworlds-1.1.jar

2010-06-22 Thread Julien Wajsberg
On 17 June 2010 23:34, Torsten Werner twer...@debian.org wrote:
 Hi Julien,

Hi,


 On Tue, Jun 15, 2010 at 11:19 AM, Julien Wajsberg fel...@gmail.com wrote:
 Then an obvious solution would be to rename the symlink to mimic
 Apache's official distribution.

 may you provide a patch for the source package, please?

Actually, here is a patch to the debian tar.gz.

I can't provide directly a patch because the problem lies in debian's
specific files (links and some patches).

I tested these changes on both the project which caused problems and a
project which worked perfectly before, and both works now.

Cheers,

-- 
Julien
diff -ur debian-old//debian/maven2.links debian/debian/maven2.links
--- debian-old//debian/maven2.links	2010-05-16 13:15:04.0 +0200
+++ debian/debian/maven2.links	2010-06-22 15:16:17.0 +0200
@@ -5,5 +5,5 @@
 /usr/bin/mvn /usr/share/maven2/bin/mvn
 /usr/bin/mvnDebug /usr/share/maven2/bin/mvnDebug
 
-/usr/share/java/classworlds.jar usr/share/maven2/boot/classworlds.jar
+/usr/share/java/classworlds.jar usr/share/maven2/boot/classworlds-1.1.jar
 
diff -ur debian-old//debian/patches/mvn-cmd.patch debian/debian/patches/mvn-cmd.patch
--- debian-old//debian/patches/mvn-cmd.patch	2010-05-16 13:15:03.0 +0200
+++ debian/debian/patches/mvn-cmd.patch	2010-06-22 15:16:33.0 +0200
@@ -81,12 +81,3 @@
fi
  fi
  
-@@ -156,7 +227,7 @@
- 
- exec $JAVACMD \
-   $MAVEN_OPTS \
--  -classpath ${M2_HOME}/boot/classworlds-*.jar \
-+  -classpath ${M2_HOME}/boot/classworlds.jar \
-   -Dclassworlds.conf=${M2_HOME}/bin/m2.conf \
-   -Dmaven.home=${M2_HOME}  \
-   ${CLASSWORLDS_LAUNCHER} $QUOTED_ARGS
diff -ur debian-old//debian/patches/mvnDebug-cmd.patch debian/debian/patches/mvnDebug-cmd.patch
--- debian-old//debian/patches/mvnDebug-cmd.patch	2010-05-16 13:15:03.0 +0200
+++ debian/debian/patches/mvnDebug-cmd.patch	2010-06-22 15:16:48.0 +0200
@@ -90,14 +90,3 @@
fi
  fi
  
-@@ -161,9 +232,8 @@
- exec $JAVACMD \
-   $MAVEN_OPTS \
-   $MAVEN_DEBUG_OPTS \
--  -classpath ${M2_HOME}/boot/classworlds-*.jar \
-+  -classpath ${M2_HOME}/boot/classworlds.jar \
-   -Dclassworlds.conf=${M2_HOME}/bin/m2.conf \
-   -Dmaven.home=${M2_HOME}  \
-   ${CLASSWORLDS_LAUNCHER} $QUOTED_ARGS
- 
--


Bug#586458: no disk selected in debconf

2010-06-19 Thread Julien Wajsberg
Hi,

I had this problem too, with version 1.98+20100617-1.

After recovering (using SystemRescueCD), I did
dpkg-reconfigure grub-pc

and found that none of my hard disks were selected in debconf, which
is strange because I remember that I had to choose already once.

I guess that's the reason why it wasn't installed during postinst.

Hope this helps
-- 
Julien



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



Bug#585970: rename symlink classworlds.jar to classworlds-1.1.jar

2010-06-15 Thread Julien Wajsberg
Package: maven2
Version: 2.2.1-5

Hi,

I tried installing a software (ExoPlatform 3.0) using debian's maven,
but I got :

java.lang.ClassNotFoundException: org.codehaus.classworlds.Launcher

With Apache's maven 2.2.1, it works perfectly.

ExoPlatform uses something strange to build, with lots of Javascript
files run with Mozilla Rhino.

At the end, it runs classworlds using the following code :

var mvnClasspath = [
  new java.net.URL(file: + m2Home + /core/boot/classworlds-1.1.jar),
  new java.net.URL(file: + m2Home + /boot/classworlds-1.1.jar)
] ;

var contextLoader= java.lang.Thread.currentThread().getContextClassLoader();
var mvnLoader = new java.net.URLClassLoader(mvnClasspath, contextLoader);
java.lang.Thread.currentThread().setContextClassLoader(mvnLoader);
var  type = mvnLoader.loadClass(org.codehaus.classworlds.Launcher) ;

In apache's maven 2.2.1, classworlds jar is in
boot/classworlds-1.1.jar. In debian's distribution, it is in
boot/classworlds.jar.
That's why I get this ClassNotFoundException.

Then an obvious solution would be to rename the symlink to mimic
Apache's official distribution.

Thanks,
-- 
Julien



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



Bug#585970: and don't forget

2010-06-15 Thread Julien Wajsberg
Of course, that seems obvious, but please don't forget to change the
classpath in /usr/bin/mvn... :-)

Just did the manipulation on my local computer and my build succeeded.
-- 
Julien



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



Bug#579670: DVI monitor is blank

2010-04-29 Thread Julien Wajsberg
On 29 April 2010 23:38, Cyril Brulebois k...@debian.org wrote:


 Should I also oopen a bug in nouveau's bugtracker ? I didn't find
 this bug (except maybe bug 26797 :
 https://bugs.freedesktop.org/show_bug.cgi?id=26797 ).

 This is always a very nice idea to report such bugs directly upstream,
 with bonus points if you tell us the bug number or URL so that we can
 mark the Debian bug report as forwarded there, and also get
 notifications of bug status updates (e.g. when a fix is committed, so
 that we can have a look at the upstream commits).

created bug https://bugs.freedesktop.org/show_bug.cgi?id=27905

I'll tell you any updates !

Thanks,
-- 
Julien



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



Bug#562838: RFP: pinkytagger -- fasa, easy and powerful music tagger

2009-12-28 Thread Julien Wajsberg
Package: wnpp
Severity: wishlist

* Package name: pinkytagger
  Version : 2.2.2
  Upstream Author : pinkytag...@googlemail.com
* URL : http://pinkytagger.sourceforge.net/
* License : GPL, v2 or later
  Programming Lang: C++
  Description : fast, easy and powerful music tagger

Pinky-Tagger is the mass tagger for Linux written in C++ using the
nice Qt4 widgets. Pinky-Tagger supports the MusicBrainz (PUID / OFA)
service to find the correct tag information for your files
automatically.

With Pinky-Tagger, you can manage your files, download cover, tag via
an integrated expression scanner, tag via the MusicBrainz information
or even listen to your files (external player support).

Pinky-Tagger is fast!  Pinky-Tagger generates PUID fingerprints, gets
MusicDNS   MusicBrainz  information and save tag information for you
in the background. On most other taggers you have to wait for these
processes, but with Pinky-Tagger, you can start the tagging work while
all this processes run in background.

Pinky-Tagger uses the taglib library which is about 6 times faster
than id3lib and 3 times faster than libvorbis.

Pinky-Tagger is easy! Pinky-Tagger is designed for easy use. A clear
and simple user interface shows the information you need. To tag a
file, simply choose one of the proposals from MusicBrainz.



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



Bug#544217: Got it to work again

2009-12-24 Thread Julien Wajsberg
I got the same problem after updating my sid (I didn't update it for
ages). I have a Dell Latitude E6400.

There are basically two ways to make it work again :
- the simplest : blacklist dell_laptop
echo blacklist dell_laptop  /etc/modprobe.d/blacklist_dell_laptop.conf

inconvenient : dell_laptop isn't loaded. I don't know what it does.

- somewhat more difficult : update your bios
Since I had some problems to be able to update my bios on Debian, I
wrote some detailed walkthrough on my blog :
http://www.everlong.org/blog/index.php/post/2009/12/How-to-update-the-BIOS-firmware-on-a-Dell-Laptop-using-only-Debian-Linux

I guess this resolves also the problems in bug #544319 and bug #544321.

What should we do in Debian ? Should we try to workaround this broken
bios ? The problem is that... it used to work before, even if it
wasn't perfect (I had to restart network-manager each time I used the
rfkill switch, now it works perfectly).



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



Bug#562046: I mixed up everything

2009-12-24 Thread Julien Wajsberg
I think I mixed up everything in this bug.

- vmxnet3 isn't used yet, I guess we'll have to wait for a new
VMPlayer (or something else, I don't know if VirtualBox could you use
it)
- vmnet couldn't be built because of VMWare. We can make it build,
there is lots of documentation outthere.

So there is no need to rush ;-)
Thanks

-- 
Julien Wajsberg



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



Bug#562046: Please activate vmxnet3 as module

2009-12-22 Thread Julien Wajsberg
Package: linux-image-2.6-686
Version: 2.6.32+23
Severity: minor

Hi,

kernel 2.6.32 has a new driver for running vmware's guests, that's
called vmxnet3. Without it, guest's networking doesn't work anymore,
because vmware's old vmnet doesn't build with this kernel.

Could you please activate it as a module ?

Thanks,
-- 
Julien



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



Bug#542162: Application to detect Java6 files

2009-09-26 Thread Julien Wajsberg
Hi,

maybe it could be of some help : https://animal-sniffer.dev.java.net/
This is an application that can detect easily the version number of
the compiled classes.

-- 
Julien



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



Bug#518935: relatime problem

2009-07-28 Thread Julien Wajsberg
Hi,

There was no new version of this package since then. Could you please
release a new version to fix this bug ?

Thanks.

-- 
Julien



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



Bug#512111: important bug

2009-07-09 Thread Julien Wajsberg
Hi,

I see this bug too ! And I wasn't aware of this before seeing this bug...

I find this very important and it should be fixed.

-- 
Julien


Bug#520723: grisbi-common: upgrade problem for grisbi 0.5.9-1

2009-03-22 Thread Julien Wajsberg
Package: grisbi-common
Version: 0.5.9-1
Severity: important

Hi,

the first time I tried to upgrade my system, I got the following error :

Dépaquetage de grisbi-common (à partir de .../grisbi-common_0.5.9-1_all.deb)
...
dpkg : erreur de traitement de
/var/cache/apt/archives/grisbi-common_0.5.9-1_all.deb (--unpack) :
 tentative de remplacement de
 « /usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-grisbi.png
»,
qui appartient aussi au
 paquet grisbi

Nevertheless it worked when I tried upgrading again, because grisbi was
already upgraded.

-- 
Julien Wajsberg


Bug#497226: Same problem

2008-11-12 Thread Julien Wajsberg
Hi,

Same problem here. Is it possible to have an updated package ?

Thanks !
-- 
Julien



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



Bug#420419: WIth two video cards

2007-08-22 Thread Julien Wajsberg
Hi,

I'm basically having the same problem (same segfault), but I can't find the
correct way to configure my X server with the new intel driver.
In fact I'm using two very different video cards for my xinerama setup: one
i845G (driver intel) and one old Matrox Mystique (driver mga). I couldn't
find any information about the new configuration with this type of setup, so
I would appreciate a lot to get some help for this issue.

Here is an excerpt of my new xorg.conf (I removed the sections about the
keyboard and DRI) :

Section Device
Identifiermatrox
Drivermga
BusIDPCI:1:0:0
EndSection

Section Device
IdentifierIntel
Driverintel
BusIDPCI:0:2:0
EndSection

Section Screen
IdentifierDefault Screen
Device  Intel
DefaultDepth16
SubSection Display
Depth 24
Virtual 2048 2048
EndSubSection

SubSection Display
Depth 16
Virtual 2048 2048
EndSubSection

EndSection


I tried using two Device lines in my Screen section, and got some weird
results; I tried with using +xinerama when starting the server, or without.

I must say I could make it work in two independant screens mode (only the
screen on the matrox card was a bit weird, but I suspect I'll have to try a
preferred mode for that).


Here is the relevant part of my old xorg.conf

Section Device
IdentifierIntel Corporation 82845G/GL[Brookdale-G]/GE Chipset
Integrated Graphics Device
Driverintel
BusIDPCI:0:2:0
EndSection

Section Device
IdentifierMatrox Mystique
Drivermga
BusIDPCI:1:0:0
EndSection

Section Monitor
IdentifierPhilips 170S
OptionDPMS
Gamma   0.8
EndSection

Section Monitor
IdentifierNEC MultiSync FE950+
OptionDPMS
HorizSync30-96
VertRefresh50-160
EndSection

Section Screen
IdentifierDefault Screen
DeviceIntel Corporation 82845G/GL[Brookdale-G]/GE Chipset
Integrated Graphics Device
MonitorPhilips 170S
DefaultDepth16

Lots of SubSection Display
EndSection

Section Screen
IdentifierSecond Screen
DeviceMatrox Mystique
MonitorNEC MultiSync FE950+
DefaultDepth16
Lots of SubSection Display
EndSection

Section ServerLayout
IdentifierDefault Layout
ScreenDefault Screen
ScreenSecond Screen RightOf Default Screen
InputDeviceGeneric Keyboard
InputDeviceConfigured Mouse
EndSection


And I used to start X with the +xinerama option.



Thanks for having read until this ;)
Regards,
-- 
Julien Wajsberg


Bug#403465: Same problem here

2007-02-26 Thread Julien Wajsberg

Hi,

I had the same problem here; then I updated my flash plugin, and the problem
vanished (gmail uses a flash movie to play sound).

Hope this helps.

--
Julien


Bug#363378: A solution

2006-04-28 Thread Julien Wajsberg

Hi,

I solved the problem using x-ttcidfont-conf and using the following
lines in xorg;conf, in the Files part :

   FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
   FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID

I think the Xorg 7 transition deleted these lines from my xorg.conf
file (or didn't add them again). Or didn't add any path for truetype
fonts.

I guess this bug belongs to xorg.
--
Julien



Bug#364617: tinyca: Exprting pkcs12: can't set a friendly name

2006-04-24 Thread Julien Wajsberg
Package: tinyca
Version: 0.7.2-1
Severity: minor

There is no possibility to set a friendly name to an exported certificate in 
pkcs12 format (option
-name to OpenSSL).

The severity is set to minor instead of wishlist because it's an important
feature for using the generated p12 in other applications, e.g. Mozilla
Firefox.

-- 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-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages tinyca depends on:
ii  libgtk2-perl  1:1.121-1  Perl interface to the 2.x series o
ii  liblocale-gettext-perl1.05-1 Using libc functions for internati
ii  openssl   0.9.8a-8   Secure Socket Layer (SSL) binary a

Versions of packages tinyca recommends:
ii  zip   2.31-3 Archiver for .zip files

-- no debconf information


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



Bug#342200: 0.20

2006-03-13 Thread Julien Wajsberg
0.20 is out...

--
Julien Wajsberg



Bug#340397: Unstable ?

2006-01-30 Thread Julien Wajsberg
I believe you should also support 'unstable' :)

[EMAIL PROTECTED]:~$ lsb_release -rs
unstable

[EMAIL PROTECTED]:~$ /usr/share/postgresql-common/supported-versions
Unknown Debian release: unstable

--
Julien Wajsberg



Bug#320328: Mystique problem

2005-11-22 Thread Julien Wajsberg
Hi,

I don't understand why there is still no feedback from the mainteners
for this issue. We have a problem, we have the fix (used in ubuntu
btw), so why is this fix not included in the new uploaded packages ?
There were already 6 versions of the package since I filed this bug.

Thanks for reading.
--
Julien



Bug#336470: it works for me

2005-11-14 Thread Julien Wajsberg
This bug is strange, because I think it works for me.. (sablevm 1.11.3)
(contrary to kaffe, which wasn't deterministic: sometimes it works,
sometimes not)

--
Julien



Bug#330467: SSL (JSSE) already provided by j2re1.4+

2005-09-30 Thread Julien Wajsberg
On 01/10/05, Arnaud Vandyck [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Julien Wajsberg wrote:
  On 28/09/05, Arnaud Vandyck [EMAIL PROTECTED] wrote:
 
 Tomcat actually needs a JDK and not a JRE.
 
  It already depends on a jdk. I suggested an _additional_ and
  _conditionnal_ dependency, not one that would replace the existing
  dependencies.

 I don't understand why a conditional dependency on jessie. Jessie could
 be installed along with jdk1.4 and provides better security!

I didn't know that it would provide better security :)


 I believe the addition of
 the libjessie-java dependency is part of moving Tomcat 4 to main;
 Wolfgang and Arnaud can best answer that.  Since the Sun JRE/JDK is
 never an asuumption for anything moved to main, dependencies will
 seldom reflect a Sun-centric perspective.
 
  I believe I used the or operator for the dependencies. That's why I
  don't think that the dependencies I suggested would prevent tomcat4
  from going to main. (But i'm maybe wrong on that though).

 If jdk is a dependency, tomcat4 will not go to main.

ok.


  Maybe the best idea would be a jsse virtual package: libjessie-java
  would provide it, as would other packages like ones generated by
  java-package.

 No, jessie is a javax.net security provider, as saxon, gnujaxp, xerces
 are xml parsers. You can choose the one you want. I don't know why you
 don't wanna have jessie in your system.

Just because I thought it was useless for me because Sun JRE already
provides this functionnality. And I don't see the point in having an
useless library on my system, even if it's free.

But I admit it was much more a concern before, when it depended on classpath ;)

Let's close definitely this bug, sorry for bugging you...

--
Julien



Bug#330467: SSL (JSSE) already provided by j2re1.4+

2005-09-28 Thread Julien Wajsberg
Package: tomcat4
Version: 4.1.31-4
Severity: normal

Hi

Tomcat4 depends on libjessie-java, which provides an SSL
implementation, aiming for compliance and compatibility with the JSSE
as it exists in Java 1.4.

If the Sun J2RE 1.4+ is already installed there is no need to install
libjessie. Therefore the dependencies should read :
libjessie-java | j2re1.4 | j2re1.5

Thanks,
--
Julien Wajsberg

-- 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.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)



Bug#327223: libgnuinet-java: SSL (JSSE) already provided by j2re1.4+

2005-09-08 Thread Julien Wajsberg
Package: libgnuinet-java
Version: 1.1-3
Severity: normal

Hi

libgnuinet-java depends on libjessie-java, which provides an SSL
implementation, aiming for compliance and compatibility with the JSSE
as it exists in Java 1.4.

If the Sun J2RE 1.4+ is already installed there is no need to install
libjessie. Therefore the dependencies should read :
libjessie-java | j2re1.4 | j2re1.5

Thanks,
-- 
Julien Wajsberg

-- 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.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#320328: [mga] Corrupted Display with Matrox Mystique

2005-07-28 Thread Julien Wajsberg
Package: xserver-xorg
Version: 6.8.2.dfsg.1-4
Severity: Important

The current Matrox driver is broken when used with some old Mystique cards.

The bug is described on X.org's bugtracker :
https://bugs.freedesktop.org/show_bug.cgi?id=2168

I personnally tried the first patch, and it fixed the bug for me.

BTW, it was included in ubuntu's version of the package :
http://bugzilla.ubuntu.com/show_bug.cgi?id=10065

Kind regards,
-- 
Julien Wajsberg



Bug#296313: Eclipse 3 at home

2005-05-07 Thread Julien Wajsberg
Hi,

I finally tried at home, where I only have one screen, and there is no
crash. So the problem must come from the multi-screen support.

I'll try to deactivate a screen at work...

-- 
Julien



Bug#296313: Another similar crash with OpenOffice

2005-04-14 Thread Julien Wajsberg
I got another crash while I was working with OpenOffice.

Here is the gdb output :

#0  0x080945c4 in wManageWindow (scr=0x0, window=54526021)
at /home/julien/temp/wmaker-0.91.0/src/window.c:721
721 if (scr-flags.startup  wm_state  0  wattribs.map_state==IsUnma
pped) {
(gdb) l
716 }
717
718 wm_state = PropGetWindowState(window);
719
720 /* if it's startup and the window is unmapped, don't manage it */
721 if (scr-flags.startup  wm_state  0  wattribs.map_state==IsUnma
pped) {
722 XUngrabServer(dpy);
723 return NULL;
724 }
725
(gdb) bt
#0  0x080945c4 in wManageWindow (scr=0x0, window=54526021)
at /home/julien/temp/wmaker-0.91.0/src/window.c:721
#1  0x0806afb1 in handleMapRequest (ev=0x0)
at /home/julien/temp/wmaker-0.91.0/src/event.c:532
#2  0x080b24cb in WMHandleEvent (event=0xbae0)
at /home/julien/temp/wmaker-0.91.0/WINGs/wevent.c:231
#3  0x0806ac39 in EventLoop ()
at /home/julien/temp/wmaker-0.91.0/src/event.c:325
#4  0x08073a44 in real_main (argc=2, argv=0xbc34)
at /home/julien/temp/wmaker-0.91.0/src/main.c:867
#5  0x080736c6 in main (argc=2, argv=0xbc34)
at /home/julien/temp/wmaker-0.91.0/src/main.c:638


I don't remember if I already said that, but I have two screens, on
two different video cards. Could it be related to these bugs ? Should
these bugs be marked RC ?
-- 
Julien



Bug#296313: [felash@gmail.com: Bug#296313: wmaker crashes on specific operations in eclipse 3]

2005-02-24 Thread Julien Wajsberg
On Mon, 21 Feb 2005 20:35:38 -0600, Marcelo E. Magallon
[EMAIL PROTECTED] wrote:
 Hi,
 
  any clues?

Not really... I didn't have time to look further this problem yet.

But I got into the same behaviour using a powerpoint presentation in
ooimpress; however, using the core file, it crashes somewhere
completely different :

#0  handleMapRequest (ev=0x0) at /home/julien/temp/wmaker-0.91.0/src/event.c:540
540 if (scr-last_dock) {
(gdb) l
535  * This is to let the Dock know that the application it launched
536  * has already been mapped (eg: it has finished launching).
537  * It is not necessary for normally docked apps, but is needed for
538  * apps that were forcedly docked (like with dockit).
539  */
540 if (scr-last_dock) {
541 if (wwin  wwin-main_window!=None 
wwin-main_window!=window)
542 wDockTrackWindowLaunch(scr-last_dock, wwin-main_window);
543 else
544 wDockTrackWindowLaunch(scr-last_dock, window);
(gdb) bt
#0  handleMapRequest (ev=0x0) at /home/julien/temp/wmaker-0.91.0/src/event.c:540
#1  0x080b24cb in WMHandleEvent (event=0xba40) at
/home/julien/temp/wmaker-0.91.0/WINGs/wevent.c:231
#2  0x0808d7da in manageAllWindows (scr=0x819d808, crashRecovery=1) at
/home/julien/temp/wmaker-0.91.0/src/startup.c:1018
#3  0x0808d33e in StartUp (defaultScreenOnly=0) at
/home/julien/temp/wmaker-0.91.0/src/startup.c:849
#4  0x08073a27 in real_main (argc=2, argv=0xbce4) at
/home/julien/temp/wmaker-0.91.0/src/main.c:860
#5  0x080736c6 in main (argc=2, argv=0xbce4) at
/home/julien/temp/wmaker-0.91.0/src/main.c:638


Should I open another bug for this ? It seems easier : the scr
variable is null :
(gdb) p scr
$1 = (WScreen *) 0x0

It was returned by :
530scr = wScreenForRootWindow(ev-xmaprequest.parent);

Mmm BTW, the ev argument to handleMapRequest is NULL too, so I don't
understand why it doesn't crash before that !
For example : ev-xmaprequest.window (line 507) or
ev-xmaprequest.parent (line 530).

 -- Forwarded message --
 From: Julien WAJSBERG [EMAIL PROTECTED]
 To: Debian Bug Tracking System [EMAIL PROTECTED]
 Date: Mon, 21 Feb 2005 18:16:18 +0100
 Subject: Bug#296313: wmaker crashes on specific operations in eclipse 3
 Package: wmaker
 Version: 0.91.0-7
 Severity: important
 
 Hi,
 
 With eclipse 3.0.1, I get the following crash in wmaker : when I try to
 create a new class, or when I try to export a Javadoc, wmaker crashes.
 
 I have a core, so I did a backtrace :
 
 #0  0x0809f680 in wNETWMShowingDesktop (scr=0x0, show=0)
 at /home/julien/temp/wmaker-0.91.0/src/wmspec.c:527
 #1  0x080a1588 in wNETWMProcessClientMessage (event=0x0)
 at /home/julien/temp/wmaker-0.91.0/src/wmspec.c:1519
 #2  0x0806b91f in handleClientMessage (event=0xbb90)
 at /home/julien/temp/wmaker-0.91.0/src/event.c:982
 #3  0x080b24cb in WMHandleEvent (event=0xbb90)
 at /home/julien/temp/wmaker-0.91.0/WINGs/wevent.c:231
 #4  0x0806ac39 in EventLoop ()
 at /home/julien/temp/wmaker-0.91.0/src/event.c:325
 #5  0x08073a44 in real_main (argc=2, argv=0xbce4)
 at /home/julien/temp/wmaker-0.91.0/src/main.c:867
 #6  0x080736c6 in main (argc=2, argv=0xbce4)
 at /home/julien/temp/wmaker-0.91.0/src/main.c:638
 
 And list :
 
 (gdb) l
 522 tmp = tmp-prev;
 523 }
 524 wins[i++] = NULL;
 525
 526 scr-netdata-show_desktop = wins;
 527 updateShowDesktop(scr, True);
 528 } else if (scr-netdata-show_desktop != NULL) {
 529 /* FIXME: get rid of workspace flashing ! */
 530 int ws = scr-current_workspace;
 531 WWindow **tmp;
 
 I can get other information if you need it.
 
 The problem is not important when I want to create a class, because
 wmaker restarts immediately.
 But when I want to export a Javadoc, the window then doesn't answer
 to any event anymore.
 
 --
 Julien Wajsberg
 
 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.10
 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
 
 Versions of packages wmaker depends on:
 ii  cpp 4:3.3.5-1The GNU C preprocessor (cpp)
 ii  debianutils 2.13.0   Miscellaneous utilities specific 
 t
 ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries 
 an
 ii  libfontconfig1  2.2.3-4  generic font configuration 
 library
 ii  libfreetype62.1.7-2.3FreeType 2 font engine, shared 
 lib
 ii  libwraster3 0.91.0-7 Shared libraries of Window Maker 
 r
 ii  libx11-66.8.1-0.4X Window System protocol client 
 li
 ii  libxext66.8.1-0.4X Window System miscellaneous 
 exte
 ii  libxft2 2.1.2-6  FreeType-based font

Bug#296081: about doodle defaults

2005-02-21 Thread Julien Wajsberg
Hi,

I think that, when it exists ;),  it should be in /etc/default/
instead of /etc/defaults/.

-- 
Julien


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



Bug#296313: wmaker crashes on specific operations in eclipse 3

2005-02-21 Thread Julien WAJSBERG
Package: wmaker
Version: 0.91.0-7
Severity: important

Hi,

With eclipse 3.0.1, I get the following crash in wmaker : when I try to
create a new class, or when I try to export a Javadoc, wmaker crashes.

I have a core, so I did a backtrace :

#0  0x0809f680 in wNETWMShowingDesktop (scr=0x0, show=0)
at /home/julien/temp/wmaker-0.91.0/src/wmspec.c:527
#1  0x080a1588 in wNETWMProcessClientMessage (event=0x0)
at /home/julien/temp/wmaker-0.91.0/src/wmspec.c:1519
#2  0x0806b91f in handleClientMessage (event=0xbb90)
at /home/julien/temp/wmaker-0.91.0/src/event.c:982
#3  0x080b24cb in WMHandleEvent (event=0xbb90)
at /home/julien/temp/wmaker-0.91.0/WINGs/wevent.c:231
#4  0x0806ac39 in EventLoop ()
at /home/julien/temp/wmaker-0.91.0/src/event.c:325
#5  0x08073a44 in real_main (argc=2, argv=0xbce4)
at /home/julien/temp/wmaker-0.91.0/src/main.c:867
#6  0x080736c6 in main (argc=2, argv=0xbce4)
at /home/julien/temp/wmaker-0.91.0/src/main.c:638

And list :

(gdb) l
522 tmp = tmp-prev;
523 }
524 wins[i++] = NULL;
525
526 scr-netdata-show_desktop = wins;
527 updateShowDesktop(scr, True);
528 } else if (scr-netdata-show_desktop != NULL) {
529 /* FIXME: get rid of workspace flashing ! */
530 int ws = scr-current_workspace;
531 WWindow **tmp;


I can get other information if you need it.

The problem is not important when I want to create a class, because
wmaker restarts immediately.
But when I want to export a Javadoc, the window then doesn't answer
to any event anymore.

-- 
Julien Wajsberg

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages wmaker depends on:
ii  cpp 4:3.3.5-1The GNU C preprocessor (cpp)
ii  debianutils 2.13.0   Miscellaneous utilities specific t
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libfontconfig1  2.2.3-4  generic font configuration library
ii  libfreetype62.1.7-2.3FreeType 2 font engine, shared lib
ii  libwraster3 0.91.0-7 Shared libraries of Window Maker r
ii  libx11-66.8.1-0.4X Window System protocol client li
ii  libxext66.8.1-0.4X Window System miscellaneous exte
ii  libxft2 2.1.2-6  FreeType-based font drawing librar
ii  libxrender1 0.9.0-0.4X Rendering Extension client libra
ii  xlibs   6.8.1-0.4X Window System client libraries m
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#283575: wrong version number

2005-02-20 Thread Julien Wajsberg
Hi,

It's version 0.9.8 ;)

-- 
Julien


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



Bug#296199: hotplug: blacklist either AM53C974 or tmscsim

2005-02-20 Thread Julien Wajsberg
Package: hotplug
Version: 0.0.20040329-17
Severity: important

Hi,

AM53C974 and tmscsim modules both are drivers for the same scsi
chipset; if both are loaded, it makes the machine freeze.

My own solution is to blacklist both modules and specify AM53C974 in
the /etc/modules file (I find that this module is more stable than
tmscsim, but it's maybe hardware-related). A more correct solution could
be to blacklist only tmscsim.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.28
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1) (ignored: LC_ALL set to 
fr_FR)

Versions of packages hotplug depends on:
ii  debconf  1.4.45  Debian configuration management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  modutils 2.4.26-1.2  Linux module utilities
ii  procps   1:3.2.5-1   /proc file system utilities

-- debconf information:
* hotplug/ignore_pci_class_display: true
* hotplug/net_agent_policy: hotplug
* hotplug/static_module_list:
* hotplug/usbd_enable: true
* hotplug/usb_keyboard:
  hotplug/x11_usbmice_hack: false


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



Bug#244911: Compilation

2005-02-09 Thread Julien Wajsberg
Hi,

it seems ok now, with a uptodate woody.

-- 
Julien Wajsberg


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