[Bug 1871307] Re: Focal Fossa : snmpd log alerts continuously if ipv6 is disabled

2020-04-09 Thread Cyril Buquet via ubuntu-bugs
Thanks you for your work

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871307

Title:
  Focal Fossa : snmpd log alerts continuously if ipv6 is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1871307/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871307] [NEW] Focal Fossa : snmpd log alerts continuously if ipv6 is disabled

2020-04-07 Thread Cyril Buquet via ubuntu-bugs
Public bug reported:

On ubuntu server with ipv6 disabled, snmpd log alerts continuously 
"ipaddress_linux: could not open /proc/net/if_inet6: No such file or directory"

Package (not accepted by bug report) : snmpd

How to test :
1) Add ipv6.disable=1 to GRUB_CMDLINE_LINUX_DEFAULT into /etc/default/grub
2) update-grub
3) remove or comment "agentaddress  127.0.0.1,[::1]" into /etc/snmp/snmpd.conf
4) systemctl enable snmpd
5) reboot
6) systemctl status snmpd
7) grep if_inet6 /var/log/syslog

Other information about this problem :
https://bugzilla.redhat.com/show_bug.cgi?id=1719351
https://sourceforge.net/p/net-snmp/bugs/2903/

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871307

Title:
  Focal Fossa : snmpd log alerts continuously if ipv6 is disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1871307/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1870135] [NEW] Focal Fossa : Systemd show warning when username or groupname contain a dot

2020-04-01 Thread Cyril Buquet via ubuntu-bugs
Public bug reported:

I am currently working on ubuntu 20.04 server
when username contain a dot, systemd show warning.

how to test :

useradd u.user
su - u.user

Output : 
Creating directory '/home/u.user'.
Bad user or group name "u.user", accepting for compatibility.

In my real life, i have this problem with Active Directory groups that
contains a dot.

More information about this from my search : 
https://github.com/systemd/systemd/pull/13244
https://bugzilla.redhat.com/show_bug.cgi?id=1717603

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: chrony (Ubuntu) => systemd (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1870135

Title:
  Focal Fossa : Systemd show warning when username or groupname contain
  a dot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1870135/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867036] Re: Focal Fossa : chronyd unable to sync system clock

2020-03-27 Thread Cyril Buquet via ubuntu-bugs
Confirmed on amd64 (vmware vm without docker, lxd, ...)

# systemctl restart chrony
# systemctl status chrony
● chrony.service - chrony, an NTP client/server
 Loaded: loaded (/lib/systemd/system/chrony.service; enabled; vendor 
preset: enabled)
 Active: active (running) since Fri 2020-03-27 11:17:47 CET; 1s ago
   Docs: man:chronyd(8)
 man:chronyc(1)
 man:chrony.conf(5)
Process: 15193 ExecStart=/usr/lib/systemd/scripts/chronyd-starter.sh 
$DAEMON_OPTS (code=exited, status=0/SUCCESS)
Process: 15213 ExecStartPost=/usr/lib/chrony/chrony-helper update-daemon 
(code=exited, status=0/SUCCESS)
   Main PID: 15209 (chronyd)
  Tasks: 2 (limit: 2249)
 Memory: 1.7M
 CGroup: /system.slice/chrony.service
 ├─15209 /usr/sbin/chronyd -F -1 -4 -x
 └─15210 /usr/sbin/chronyd -F -1 -4 -x

Mar 27 11:17:47 ld3ubu001t systemd[1]: Starting chrony, an NTP client/server...
Mar 27 11:17:47 ld3ubu001t chronyd-starter.sh[15193]: Warning: Missing 
cap_sys_time, syncing the system clock will fail
Mar 27 11:17:47 ld3ubu001t chronyd-starter.sh[15193]: Adding -x as fallback 
disabling control of the system clock, see /usr/shar>
Mar 27 11:17:47 ld3ubu001t chronyd[15209]: chronyd version 3.5 starting 
(+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND >
Mar 27 11:17:47 ld3ubu001t chronyd[15209]: Disabled control of system clock
Mar 27 11:17:47 ld3ubu001t chronyd[15209]: Frequency 0.707 +/- 6.210 ppm read 
from /var/lib/chrony/chrony.drift
Mar 27 11:17:47 ld3ubu001t chronyd[15209]: Loaded seccomp filter
Mar 27 11:17:47 ld3ubu001t systemd[1]: Started chrony, an NTP client/server.


# dpkg -l chrony
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---===
ii  chrony 3.5-6ubuntu1 amd64Versatile implementation of the 
Network Time Protocol


# pscap -a |grep chrony
1 15209 _chrony chronyd   net_bind_service +
15209 15210 _chrony chronyd   net_bind_service +


# cat /etc/apparmor.d/usr.sbin.chronyd | grep capa
  capability sys_time,
  capability net_bind_service,
  capability setuid,
  capability setgid,
  capability sys_nice,
  capability sys_resource,
  capability chown,
  capability net_admin,

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1867036

Title:
  Focal Fossa : chronyd unable to sync system clock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chrony/+bug/1867036/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 871254] Re: iwlagn module in 11.10 beta2

2011-10-12 Thread Cyril Buquet
Tested with this kernel (amd64) :
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.1-rc9-oneiric/
(linux-image-3.1.0-0301rc9-generic_3.1.0-0301rc9.201110050905_amd64.deb + 
headers)

Same problem.

** Tags removed: needs-upstream-testing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871254

Title:
  iwlagn module in 11.10 beta2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/871254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 871254] [NEW] iwlagn module in 11.10 beta2

2011-10-09 Thread Cyril Buquet
Public bug reported:

Wireless network error (slow, network stop, ...) with iwlagn module on intel 
wireless 6200
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)

Same workaround solution than previous version :  
===
1) Create /etc/modprobe.d/intel_11n_disable.conf  with :
options iwlagn 11n_disable=1

2) sudo update-initramfs -u

3) reboot or sudo modprobe -r iwlagn  sudo modprobe iwlagn

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-12-generic 3.0.0-12.20
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  cyril  1702 F pulseaudio
 /dev/snd/controlC0:  cyril  1702 F pulseaudio
CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xe966 irq 49'
   Mixer name   : 'IDT 92HD81B1C5'
   Components   : 'HDA:111d76d5,1028040b,00100104'
   Controls  : 15
   Simple ctrls  : 10
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xe308 irq 17'
   Mixer name   : 'Nvidia GPU 0b HDMI/DP'
   Components   : 'HDA:10de000b,10de0101,00100200'
   Controls  : 16
   Simple ctrls  : 4
Date: Sun Oct  9 13:41:29 2011
HibernationDevice: RESUME=UUID=965ea582-8c45-4193-936f-8c84a38a2692
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110922)
MachineType: Dell Inc. Latitude E6510
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=953bd213-a7ce-487e-a5a4-90d046eef3ae ro quiet splash vt.handoff=7
PulseSinks:
 Error: command ['pacmd', 'list-sinks'] failed with exit code 1: Home directory 
/home/cyril not ours.
 No PulseAudio daemon running, or not running as session daemon.
PulseSources:
 Error: command ['pacmd', 'list-sources'] failed with exit code 1: Home 
directory /home/cyril not ours.
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-12-generic N/A
 linux-backports-modules-3.0.0-12-generic  N/A
 linux-firmware1.60
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/26/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.asset.tag: OSIATIS-CB
dmi.board.name: 0N5KHN
dmi.board.vendor: Dell Inc.
dmi.board.version: A03
dmi.chassis.asset.tag: OSIATIS-CB
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd05/26/2011:svnDellInc.:pnLatitudeE6510:pvr0001:rvnDellInc.:rn0N5KHN:rvrA03:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6510
dmi.product.version: 0001
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug oneiric staging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871254

Title:
  iwlagn module in 11.10 beta2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/871254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 871254] Re: iwlagn module in 11.10 beta2

2011-10-09 Thread Cyril Buquet
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871254

Title:
  iwlagn module in 11.10 beta2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/871254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760142] Re: Dell 15R : ImPS/2 ALPS GlidePoint: Configuring as mouse

2011-05-07 Thread Cyril Buquet
Patch producted by dell refused in mainline
http://www.spinics.net/lists/linux-input/msg14242.html

Same on DELL E6510

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760142

Title:
  Dell 15R : ImPS/2 ALPS GlidePoint: Configuring as mouse

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 656144] [NEW] kwin composing suspended on login

2010-10-07 Thread Cyril Buquet
Public bug reported:

Since migration to kubuntu 10.10 RC, kwin composing suspended on login
ALT+SHIFT+F12 restore composing

Hardware : ATI rmobility Radeon X2300, using open source radeon driver
Workaround : KDE system setting (Desktop Effects...Advanced...Disable 
functionality checks).
(found here : https://bugs.kde.org/show_bug.cgi?id=202274)

Ubuntu maverick (development branch)
Release:10.10
Added kubuntu ppa for update to KDE 4.5.2 = no change

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: composing kde

-- 
kwin composing suspended on login
https://bugs.launchpad.net/bugs/656144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552214] Re: No mouse cursor after resuming from suspend during the graphical login prompt.

2010-05-10 Thread Cyril Buquet
Same as bug #554438 ?
(https://bugs.launchpad.net/ubuntu/+bug/554438)

-- 
No mouse cursor after resuming from suspend during the graphical login prompt.
https://bugs.launchpad.net/bugs/552214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554438] Re: Lucid-No mouse pointer after suspend or hibernation

2010-05-10 Thread Cyril Buquet
I have the same problem with kubuntu
Mouse is present and work correctly. Only cursor is invisible. CTRL+ALT+F1...F7 
restore cursor

PS:
Lucid is for me the first ubuntu version with correct suspend / resume on 
Samsung R60. Thanks all.

-- 
Lucid-No mouse pointer after suspend or hibernation
https://bugs.launchpad.net/bugs/554438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554438] Re: Lucid-No mouse pointer after suspend or hibernation

2010-05-10 Thread Cyril Buquet
Duplicated with bug #552214 ?

-- 
Lucid-No mouse pointer after suspend or hibernation
https://bugs.launchpad.net/bugs/554438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554438] Re: Lucid-No mouse pointer after suspend or hibernation

2010-05-10 Thread Cyril Buquet
an other duplicate ? bug #568481

-- 
Lucid-No mouse pointer after suspend or hibernation
https://bugs.launchpad.net/bugs/554438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568481] Re: Mouse cursor disappears after resume when 'Lock screen on resume' unselected in Kubuntu Power Management settings.

2010-05-10 Thread Cyril Buquet
Same as bug #554438 and bug #552214 ?

-- 
Mouse cursor disappears after resume when 'Lock screen on resume' unselected in 
Kubuntu Power Management settings.
https://bugs.launchpad.net/bugs/568481
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554446] Re: ubuntuone-preferences crashed with IOError in __init__()

2010-04-24 Thread Cyril Buquet
May be this can help for kubuntu users like me :

ubuntuone-client and ubuntuone-preferences are ok if i lanch 
gnome-keyring-daemon in first time :
/usr/bin/gnome-keyring-daemon --start --foreground --components=secrets

-- 
ubuntuone-preferences crashed with IOError in __init__()
https://bugs.launchpad.net/bugs/554446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554446] Re: ubuntuone-preferences crashed with IOError in __init__()

2010-04-05 Thread Cyril Buquet
IMPORTANT:
At normal time, i use kubuntu.
Today, i test ubuntuone-preference into gnome environment (with same login/user)

It work with gnome desktop (not work into kde, tested)

Terminal output into gnome environment :
$ ubuntuone-preferences 
Removing stale, deceptive pid file.
Apache CouchDB has started, time to relax.
Browse your desktop CouchDB at 
file:///home/cyril/.local/share/desktop-couch/couchdb.html


sorry for my poor english. I can make some test if you want.

-- 
ubuntuone-preferences crashed with IOError in __init__()
https://bugs.launchpad.net/bugs/554446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554446] Re: ubuntuone-preferences crashed with IOError in __init__()

2010-04-03 Thread Cyril Buquet

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42952528/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/42952529/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/42952530/ProcStatus.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/42952531/Traceback.txt

** Attachment added: UbuntuOneClientPackages.txt
   http://launchpadlibrarian.net/42952532/UbuntuOneClientPackages.txt

** Attachment added: UbuntuOneOAuthLoginLog.txt
   http://launchpadlibrarian.net/42952533/UbuntuOneOAuthLoginLog.txt

** Visibility changed to: Public

-- 
ubuntuone-preferences crashed with IOError in __init__()
https://bugs.launchpad.net/bugs/554446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554446] Re: ubuntuone-preferences crashed with IOError in __init__()

2010-04-03 Thread Cyril Buquet
After remove directory ~/.config/ubuntuone, always crash

Terminal output :
$ ubuntuone-preferences 
** Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
Traceback (most recent call last):
  File /usr/bin/ubuntuone-preferences, line 62, in module
from desktopcouch.replication_services import ubuntuone as dcouch
  File /usr/lib/python2.6/dist-packages/desktopcouch/__init__.py, line 20, in 
module
from desktopcouch.start_local_couchdb import process_is_couchdb, 
read_pidfile
  File /usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py, 
line 38, in module
from desktopcouch import local_files
  File /usr/lib/python2.6/dist-packages/desktopcouch/local_files.py, line 
292, in module
xdg_base_dirs.save_config_path(desktop-couch))
  File /usr/lib/python2.6/dist-packages/desktopcouch/local_files.py, line 
232, in __init__
self.configuration = _Configuration(self)
  File /usr/lib/python2.6/dist-packages/desktopcouch/local_files.py, line 91, 
in __init__
{'desktopcouch': 'basic'})
gnomekeyring.IOError

-- 
ubuntuone-preferences crashed with IOError in __init__()
https://bugs.launchpad.net/bugs/554446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411031] Re: Some Fn keys not work on Samsung R518

2009-11-28 Thread Cyril BUQUET
I think that this bug can help :
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/253874

-- 
Some Fn keys not work on Samsung R518
https://bugs.launchpad.net/bugs/411031
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 253874] Re: Some Fn keys not work on Samsung R60

2009-11-28 Thread Cyril BUQUET
This is my report with karmic patched Kernel 
kubuntu 9.10 x86, Product Name: R59P/R60P/R61P

Key Key LogoXEV Key 
Status
Fn+ESC  sleep   
OK
Fn+F2   battery XF86Battery 
key ok, but no action
Fn+F3   Eurokeysym 0xff97, KP_upKo
Fn+F4   External screen XF86Display Ok
Fn+F5   LCD On/Off  XF86Launch1 key ok, 
but no LCD on/off
Fn+F6   Sound On/OffXF86AudioMute   Ok
Fn+F7   Samsung Doctor  XF86Launch2 Ok
Fn+F8   CPU Profile XF86Launch3 key ok, 
no cpu profile change
Fn+F9   WifiXF86WLAN
key ok, no rfkill
Fn+F10  Touchpad on/off OK
Fn+F11  numeric keypad  OK
Fn+F12  Scroll Lock Scroll_Lock key ok, 
no scroll lock
Fn+Home HomeXF86HomePagekey ok, no 
action
Fn+Sound Down   XF86AudioLowerVolumeOK
Fn+Sound Up XF86AudioRaiseVolumeOK
Fn+Brightness UpXF86MonBrightnessUp OK 
Fn+Brightness Down  XF86MonBrightnessDown   OK

Conclusion : Wonderfull !!
With KDE4, i can now affect action on key. Thanks.

Suggestion : may bye extend the patch for popular Samsung NC10
(netbook). Some friends impacted.

How add solution in upstream ?

-- 
Some Fn keys not work on Samsung R60
https://bugs.launchpad.net/bugs/253874
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348332] Re: [RV250] Kubuntu: X Freezes with Radeon driver EXA/XAA Composite

2009-11-28 Thread Cyril Buquet
Never freeze since migration on karmic

-- 
[RV250] Kubuntu: X Freezes with Radeon driver EXA/XAA Composite
https://bugs.launchpad.net/bugs/348332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468413] Re: Radeon module loaded before agpgart

2009-11-15 Thread Cyril BUQUET
Confirmed form me (kubuntu 9.10 up to date)

The workaround with /etc/modprobe.d/radeon.conf don't work for me

This workaround work for me :
edit /etc/init/kdm.conf and add two ligne before exec kdm

...
initctl emit starting-dm DM=kdm

# fix pour imposer un chargement de radeon en dernier
modprobe -r radeon
modprobe radeon
exec kdm

end script

May by this workaround can help

-- 
Radeon module loaded before agpgart
https://bugs.launchpad.net/bugs/468413
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348332] Re: [RV250][JAUNTY] X Freezes with Radeon driver EXA/XAA Composite

2009-04-22 Thread Cyril BUQUET
Confirmed on my system with Mobility X2300 (M64-S)
If i disable kwin composing, no Freeze

-- 
[RV250][JAUNTY]  X Freezes with Radeon driver EXA/XAA Composite
https://bugs.launchpad.net/bugs/348332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 339099] Re: elisa (0.5.0.30) crashed with signal 5 on Jaunty

2009-03-07 Thread Cyril BUQUET

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/23574110/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23574111/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/23574112/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/23574113/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/23574114/Registers.txt

** Visibility changed to: Public

-- 
elisa (0.5.0.30) crashed with signal 5 on Jaunty
https://bugs.launchpad.net/bugs/339099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295251] Re: Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect

2009-02-02 Thread Cyril BUQUET
@mlmss: You should use showkey from console, not under X11 (KDE / GNOME /... )
Hit CTRL+ALT+F1
Next, log into system with you habitual login.

Now, you can use sudo showkey -s

At end, type exit, to logout, and ALT+F7 to go back on GNOME / KDE.

On my R60+, showkey work only on console.

-- 
Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect
https://bugs.launchpad.net/bugs/295251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295251] Re: Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect

2009-02-01 Thread Cyril BUQUET
@Andy: I have attached the dmidecode as asked. 
I hope this helps. Thanks for your work.

Next, i will test your kernel.

** Attachment added: output of dmidecode for my Samsung R60+ (with latest bios 
update)
   http://launchpadlibrarian.net/21870978/dmidecode.R60P.txt

-- 
Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect
https://bugs.launchpad.net/bugs/295251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295251] Re: Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect

2009-02-01 Thread Cyril BUQUET
@Andy: I have tested your kernel 
(linux-image-2.6.27-12-generic_2.6.27-12.28~lp295251apw1_i386.deb), 
but this not solve the key release on R60P. 

May be it's normal, because your waiting for dmidecode output.

-- 
Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect
https://bugs.launchpad.net/bugs/295251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 146710] Re: backlight brighness control does not work (Samsung Q45 with Nvidia GForce 8400M)

2009-02-01 Thread Cyril BUQUET
Hello,

I think that this other bug is important for Samsung laptop users :
https://bugs.launchpad.net/bugs/295251

Samsung NC10 (and R60P, R70)
It discuss about kernel patch for Key Press / Key Release
It discuss about HAL quik for key mapping

-- 
backlight brighness control does not work (Samsung Q45 with Nvidia GForce 8400M)
https://bugs.launchpad.net/bugs/146710
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295251] Re: Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect

2009-02-01 Thread Cyril BUQUET
I found some other bugs that related to Samsung laptop keyboard :

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/212800 
Samsung Q45
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/146710   
 Samsung Q45, RV700, Q210, R70, R60, R700
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/296489 
Samsung NC10

May be this can help.

-- 
Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect
https://bugs.launchpad.net/bugs/295251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295251] Re: Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect

2009-02-01 Thread Cyril BUQUET
@mlmss: Can you check this file :
/usr/share/hal/fdi/information/10freedesktop/30-keymap-misc.fdi

 Search for NC10: You should found this line :
match key=/org/freedesktop/Hal/devices/computer:system.hardware.product 
contains_outof=NC10;SP55S;SQ45S70S;SX60P...

If not, search SP55S, and add NC10 like sample, save and reboot for test
keycode.

-- 
Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect
https://bugs.launchpad.net/bugs/295251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298592] Re: KDM can't use language choosen in systemsettings

2009-01-08 Thread Cyril BUQUET
Hello,

On an suggestion of FSW, i downloaded openSuse 11.1
After an installation (virtualbox), with KDE, i obtain the KDM screen ... in 
french.

After some test, i can see that the /etc/init.d/xdm script make an
export of some language parameter.

For my first test, I have added into /etc/init.d/kdm on kubunt 9.04 alpha 
(virtualbox) one line :
export LANG=fr_FR.UTF-8
(kdmrc have Language=fr)

After reboot, kdm is in french.


Next, i have tested on kubuntu 8.10, with kde 4.1.3 from ppa.
I have added the following line into the begin of /etc/init.d/kdm :
 # Need to export LANG for language into kdm
 var=$(grep ^LANG= /etc/environment)
 eval $var
 unset var
 export LANG

Reboot, and it's work. kdmrc contain Language=fr.

Now, we know the origin of this bug.

May be people working on kubuntu 9.10 can see the openSuse xdm script
for this part. The solution is more complete, and check the other LANG
parameter.

Have a nice Day
Cyril Buquet

** Attachment added: kdm
   http://launchpadlibrarian.net/21010703/kdm

-- 
KDM can't use language choosen in systemsettings
https://bugs.launchpad.net/bugs/298592
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 263775] Re: Numpad enter key button causes volume to mute and unmute

2009-01-08 Thread Cyril BUQUET
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we can't fix it because your description
didn't include enough information.

Can you check this documentation (part 3 and more ) ?
https://help.ubuntu.com/community/MultimediaKeys

If you can't solve with the documentation :

Could you please do the following:
1. Run sudo lspci -vvnn  lspci.log and attach the resulting file lspci.log 
to this bug report.
2. Run dmesg  dmesg.log and attach the resulting file dmesg.log to this 
bug report.
3. Run lshal  lshal.log and attach the resulting file lshal.log to this 
bug report.

could you please also provide the following:
4. uname -a
5. the name / model for your computer and your keyboard

Thanks in advance.

** Changed in: ubuntu
   Status: New = Incomplete

-- 
Numpad enter key button causes volume to mute and unmute
https://bugs.launchpad.net/bugs/263775
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298592] Re: KDM can't use language choosen in systemsettings

2009-01-08 Thread Cyril BUQUET
Other solution with /etc/default/locale :

while read var; do eval export $var; done  /etc/default/locale; unset
var

-- 
KDM can't use language choosen in systemsettings
https://bugs.launchpad.net/bugs/298592
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 298592] Re: KDM can't use language choosen in systemsettings

2009-01-05 Thread Cyril BUQUET
There are a bug open here :
http://bugs.kde.org/show_bug.cgi?id=164311

If i restart kdm, translation work.

** Attachment added: kdm.log with the restart
   http://launchpadlibrarian.net/20914526/kdm.log

-- 
KDM can't use language choosen in systemsettings
https://bugs.launchpad.net/bugs/298592
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298592] Re: KDM can't use language choosen in systemsettings

2009-01-05 Thread Cyril BUQUET
Hello

Thank you. This solution is correct for kubuntu.

-- 
KDM can't use language choosen in systemsettings
https://bugs.launchpad.net/bugs/298592
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 219116] Re: Multiple hotkeys don't work with Samsung R70 T7300 Despina

2009-01-04 Thread Cyril BUQUET
Hello,

I think that this other bug is important :
https://bugs.launchpad.net/bugs/295251

Samsung NC10
It discuss about kernel patch for Key Press / Key Release
It discuss about HAL quik

-- 
Multiple hotkeys don't work with Samsung R70 T7300 Despina
https://bugs.launchpad.net/bugs/219116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298592] Re: KDM can't use language choosen in systemsettings

2009-01-04 Thread Cyril BUQUET
Confirmed. Using Kubuntu 8.10 with 4.1.3

-- 
KDM can't use language choosen in systemsettings
https://bugs.launchpad.net/bugs/298592
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 295251] Re: Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect

2009-01-03 Thread Cyril BUQUET
I have proposed a quirk for HAL for R60P keyboard. I'm waiting from
approval, but i attach the proposition if this can help.

I have the key release problem, but, the patch submited to the kernel mailing 
list can't work for R60P
 DMI_MATCH(DMI_PRODUCT_NAME, NC10)

For R60P : system.hardware.product = 'R59P/R60P/R61P'

Is it possible to modify this patch for R60P ?

** Attachment added: hal quirk (current status : proposed) submited to hal 
mailling list for samsung R60P
   
http://launchpadlibrarian.net/20886952/hal-info-keymap-misc-samsung-R60P.patch

-- 
Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect
https://bugs.launchpad.net/bugs/295251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295251] Re: Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect

2009-01-02 Thread Cyril BUQUET
Hi

I have the same problem with my Samsung R60+
I have updated my HAL file 30-keymap-misc.fdi according to this :
+ http://bugzilla.kernel.org/show_bug.cgi?id=11102
+ 
http://cgit.freedesktop.org/hal-info/diff/?id=f03aa98039195e5e2b6f0c70068af43fd9b5479d


This action have solved some hidden key press problem, but the latest HAL 
release 
(http://cgit.freedesktop.org/hal-info/commit/?id=fa25c3520610d2b096b3d7e95edd45acf37c3561)
 can't be good for my R60+

My principal problem is the no-keyrelease problem. Under evtest, some
key don't produce a keyrelease event.

Fn+UP / Fn+DOWN
Event: time 1230883744.271072, -- Report Sync 
Event: time 1230883746.692780, type 4 (Misc), code 4 (ScanCode), value 88
Event: time 1230883746.692799, type 1 (Key), code 225 (Brightness up), value 2
Event: time 1230883746.692802, -- Report Sync 
Event: time 1230883747.450533, type 4 (Misc), code 4 (ScanCode), value 89
Event: time 1230883747.450550, type 1 (Key), code 224 (Brightness down), value 2

Fn+F5 (under windows, LCD backlight off)
Event: time 1230883747.450554, -- Report Sync 
Event: time 1230883751.961216, type 4 (Misc), code 4 (ScanCode), value 84
Event: time 1230883751.961229, type 1 (Key), code 148 (Prog1), value 2

Fn+F8 (under windows, power policy)
Event: time 1230883752.908417, -- Report Sync 
Event: time 1230883753.328253, type 4 (Misc), code 4 (ScanCode), value b3
Event: time 1230883753.328270, type 1 (Key), code 202 (Prog3), value 2

Fn+F9 (under windows, Wifi switch)
Event: time 1230883753.328274, -- Report Sync 
Event: time 1230883754.833517, type 4 (Misc), code 4 (ScanCode), value 86
Event: time 1230883754.833533, type 1 (Key), code 238 (?), value 2

This keys can't be used.

Sorry for my poor english

** Attachment added: output of lshal on my R60+ (R60P)
   http://launchpadlibrarian.net/20857348/lshal.txt

-- 
Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect
https://bugs.launchpad.net/bugs/295251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 218180] Re: Uninstall bug with compiz packages for kubuntu/hardy

2008-09-27 Thread Cyril BUQUET
Hi,

Another difficult with this :

I use alternatively KDE3+compiz or KDE4 with the same user

In kde4, compiz is launched, but i want kwin. 
/etc/X11/Xsession.d/25enable-compiz don't make any difference with kde3 / kde4 
session and always check $HOME/.kde/share/config/compizasWM configuration.

No help wanted, this message is just for explain this case.
Sorry for my very poor english.

-- 
Uninstall bug with compiz packages for kubuntu/hardy
https://bugs.launchpad.net/bugs/218180
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 223610] Re: Remove a removable device with Ubuntu Hardy

2008-05-12 Thread Cyril BUQUET
Hello,

Confirmed on kubuntu 8.04.

Duplicated ?
see https://bugs.launchpad.net/ubuntu/+bug/217550

-- 
Remove a removable device with Ubuntu Hardy
https://bugs.launchpad.net/bugs/223610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 19767] Re: Kde help search fails too quietly if htdig is not installed

2008-05-08 Thread Cyril BUQUET
Same for Hardy,

I use this solution :
1) sudo apt-get install htdig
2) sudo vi /usr/bin/khc_docbookdig.pl
 change : my $findpath = $kdekdehtmldir/$lang/;
 with   : my $findpath = $kdehtmldir/$lang/;
(line 94)

Result :

INDEXDIR: /home/cyril/.kde/share/apps/khelpcenter/index/
FINDCMD: find /usr/share/doc/kde/HTML/en/ -name index.docbook
Creating index for 'kde_application_manuals'
ht://dig Start Time: Thu May  8 18:12:40 2008
Warning: unknown locale!

New server: localhost, 0
0:2:0:file:///home/cyril/.kde/share/apps/khelpcenter/index/kde_application_manuals.tmp/index.html:
 
New server: kpat, 80
+
New server: kompmgr, 80
+
New server: kdesudo, 80
+
New server: kio-locate, 80
+
New server: kwrite, 80
+
New server: gwenview, 80
+
New server: kdat, 80
+
New server: kspell, 80
+
New server: kcron, 80
+
New server: kamera, 80
+
New server: kdcop, 80
+
New server: kpf, 80
+
New server: kmix, 80
+
New server: khelpcenter, 80
++
New server: konsole, 80
+
New server: kdesu, 80
+
New server: kcontrol, 80
++
New server: katapult, 80
+
New server: kfind, 80
+
New server: kioslave, 80
+
New server: kopete, 80
+
New server: ksysguard, 80
+
New server: korganizer, 80
+
New server: karm, 80
+
New server: kghostview, 80
+
New server: kppp, 80
+
New server: ksirtet, 80
+
New server: kdeprint, 80
+
New server: krdc, 80
+
New server: kmenuedit, 80
+
New server: kinfocenter, 80
+++
New server: kdm, 80
+
New server: kpdf, 80
+
New server: kexi, 80
+
New server: kooka, 80
+
New server: kdebugdialog, 80
+
New server: ark, 80
+
New server: konversation, 80
+
New server: d3lphin, 80
+
New server: kdebluetooth, 80
+
New server: konqueror, 80
+
New server: akregator, 80
+
New server: kmines, 80
+
New server: kicker, 80
+
New server: knetworkconf, 80
+
New server: k3b, 80
+
New server: amarok, 80
+
New server: kmousetool, 80
+
New server: kmail, 80
+
New server: krfb, 80
+
New server: kwallet, 80
+
New server: ksplashml, 80
+
New server: koffice, 80
+
New server: klipper, 80
+
New server: kmag, 80
+
New server: kget, 80
+
New server: kontact, 80
+
New server: kaddressbook, 80
+
New server: konq-plugins, 80
+
New server: ksnapshot, 80
+
New server: kxkb, 80
+
New server: kate, 80
+
New server: kaffeine, 80
+
New server: krita, 80
+
New server: knetattach, 80
+
New server: knotes, 80
+
New server: koverartist, 80
+ size = 15324
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
1:79:1:help://ksirtet/index.docbook:  size = 15901
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
2:4:1:help://kompmgr/index.docbook:  size = 14483
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
3:24:1:help://kcontrol/kcmsmserver/index.docbook:  size = 3537
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
4:69:1:help://kcontrol/filetypes/index.docbook:  size = 13233
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
5:68:1:help://kcontrol/passwords/index.docbook:  size = 3101
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
6:67:1:help://kcontrol/bell/index.docbook:  size = 2318
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
7:66:1:help://kcontrol/kwindecoration/index.docbook:  size = 3064
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
8:65:1:help://kcontrol/kcmfontinst/index.docbook:  size = 3314
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
9:64:1:help://kcontrol/language/index.docbook:  size = 8732
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
10:63:1:help://kcontrol/cookies/index.docbook:  size = 8400
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
11:62:1:help://kcontrol/screensaver/index.docbook:  size = 7400
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
12:61:1:help://kcontrol/panelappearance/index.docbook:  size = 4401
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
13:60:1:help://kcontrol/windowmanagement/index.docbook:  size = 2104
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
14:59:1:help://kcontrol/fonts/index.docbook:  size = 4252
/home/cyril/.kde/share/apps/khelpcenter/index//kde_application_manuals.tmp/docbookparser:
 11: Bad substitution
15:58:1:help://kcontrol/netpref/index.docbook: