[Bug 836616] Re: 100% cpu usage in lightdm

2015-03-16 Thread Eric van der Vlist
Same problem for me (Ubuntu 12.04.5 LTS and 1.2.3-0ubuntu2.6 lightdm)

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

Title:
  100% cpu usage in lightdm

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

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


[Bug 579846] Re: Missing setuid permission on pwauth

2013-03-13 Thread Eric van der Vlist
Same issue on precise...

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

Title:
  Missing setuid permission on pwauth

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

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


[Bug 997270] Re: Kernel options not effective when added to /etc/default/grub

2012-05-10 Thread Eric van der Vlist
/etc/default/grub and the resulting /boot/grub/grub.cfg after update-
grub are both included in the BootInfo mentioned in my description :
http://paste.ubuntu.com/975929/ !

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

Title:
  Kernel options not effective when added to /etc/default/grub

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

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


[Bug 997270] Re: Kernel options not effective when added to /etc/default/grub

2012-05-10 Thread Eric van der Vlist
I have tried to be both precise and concise, sorry if I have not been
clear.

The grub.cfg in the bootinfo is the one that has been generated by
update-grub. It may look correct but  I get a black screen (before even
displaying the grub menu) when I boot the machine with it.

I have replaced it with the content included in my description as a way
to test the kernel options and as a workaround to boot the machine
(which I need up and running).

My /etc/default/grub is just below in the same bootinfo, but I can copy
it here (it's the default one where I have replaced quiet splash by
console=tty1 acpi=off in GRUB_CMDLINE_LINUX_DEFAULT):

=== /mnt/boot-sav/sda1/etc/default/grub :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2 /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=console=tty1 acpi=off
GRUB_CMDLINE_LINUX=

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM=0x01234567,0xfefefefe,0x89abcdef,0xefefefef

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass root=UUID=xxx parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY=true

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE=480 440 1
=== /mnt/boot-sav/sda1/etc/default/grub

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

Title:
  Kernel options not effective when added to /etc/default/grub

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

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


[Bug 997270] Re: Kernel options not effective when added to /etc/default/grub

2012-05-10 Thread Eric van der Vlist
When I uncomment this line, grub displays an error no video mode
activated and doesn't boot either.

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

Title:
  Kernel options not effective when added to /etc/default/grub

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

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


[Bug 997270] [NEW] Kernel options not effective when added to /etc/default/grub

2012-05-09 Thread Eric van der Vlist
Public bug reported:

After upgrading a fit-pc2 (http://www.fit-pc.com/web/fit-pc/fit-
pc2-specifications/) from 10.04 to 12.04, I got a black screen at boot
time (before hitting the grub menu).

The root cause is probably due to a known issue with gma500_gfx drivers
(https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo
/#PSB-GFX_drivers) and after trying a few combination with a live USB
key, I saw that I could boot with the options acpi=off and
console=tty1.

Using boot-repair, I have added these options to
GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub (BootInfo available at
http://paste.ubuntu.com/975929/) but still get a black screen.

I am sure that these options work because when I replace the content of
/boot/grub/grub.cfg by:

+
set root=(hd0,1)
linux /vmlinuz root=/dev/sda1 ro acpi=off console=tty1
initrd /initrd.img
boot
+

the machine boots perfectly fine.

Why are these options not taken into account when added to
/etc/default/grub?

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


** Tags: gma500 grub2 options

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

Title:
  Kernel options not effective when added to /etc/default/grub

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

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


[Bug 997270] Re: Kernel options not effective when added to /etc/default/grub

2012-05-09 Thread Eric van der Vlist
Of course, I have to update grub.cfg through update-grub.

What I was trying to explain is that when I do so I can't boot but when
I provide the same kernel options through a manual update these options
do not work!

In other words, I have manually updated grub.cfg as a workaround to be
able to use this machine and as a way to show that the kernel is OK with
these options.

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

Title:
  Kernel options not effective when added to /etc/default/grub

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

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


[Bug 683204] Re: trac-wysiwyg plugin doesn't show

2012-01-19 Thread Eric van der Vlist
The apache configuration hack was not doing the trick for me and after
some investigations, I have noticed that there was no link toward
jquery.js in /usr/lib/python2.6/dist-packages/trac/htdocs/js/ ...

Adding a link here:

sudo ln -s /usr/share/pyshared/trac/htdocs/js/jquery.js
/usr/lib/python2.6/dist-packages/trac/htdocs/js/

fixed the issue for me.

Eric

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

Title:
  trac-wysiwyg plugin doesn't show

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

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


[Bug 765839] Re: Kubuntu installer not finding Wireless [bcm 4331 needs driver]

2011-05-06 Thread Eric van der Vlist
Fabio,

I am not sure what makes you think this chip is supported in this
version, but I have installed the latest kernel packages as mentioned
above on a MacBook Pro 8,3.

As mentioned by Lars, BCM4331 is not recognized, no modules are loaded
(and no wlan interfaces are created).

Despite the fact that http://wireless.kernel.org/en/users/Drivers/b43
clearly states that BCM4331 doesn't work with that module, thinking that
it was still the best guess, I have tried to load b43 with no luck
(there was no error in kern.log but no interface has been created).

brcm80211 which is mentioned on many posts about BCM4331 appears to have
been renamed brcmsmac. Its doc doesn't mention 4331 at all. Is it still
something to try?

Thanks,

Eric

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

Title:
  Kubuntu installer not finding Wireless [bcm 4331 needs driver]

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


[Bug 686062] Re: hamster-applet should have appindicator support

2011-04-22 Thread Eric van der Vlist
Alberto,

Your implementation works fine for me!

Thanks,

Eric

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

Title:
  hamster-applet should have appindicator support

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


[Bug 429044] Re: USB barcode scanner (emulating keyboard) crashes with current kernel

2010-12-19 Thread Eric van der Vlist
This seems to be a generic issue and people complain over the web that
barcode readers no longer work with Ubuntu now that usbkbd has been
deprecated (see for instance
http://ubuntuforums.org/showthread.php?t=1641450).

It's also my case (in Ubuntu 10.10) and when I plug a Datalogic barcode
reader, I get kernel  errors:

Dec 19 22:41:46 studio kernel: [391213.984386] generic-usb 0003:05F9:2204.0001: 
input,hidraw0: USB HID v1.10 Keyboard [Datalogic Scanning, Inc.
Datalogic Scanner  ] on usb-:00:1d.0-2/input0
Dec 19 22:41:50 studio kernel: [391218.250082] usb 6-2: reset full speed USB 
device using uhci_hcd and address 4
Dec 19 22:41:50 studio kernel: [391218.390141] usb 6-2: device descriptor 
read/64, error -71
Dec 19 22:41:50 studio kernel: [391218.620084] usb 6-2: device descriptor 
read/64, error -71
Dec 19 22:41:51 studio kernel: [391218.850071] usb 6-2: reset full speed USB 
device using uhci_hcd and address 4

and of course, usbkbd is no longer here as a workaround.

Thanks,

Eric

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

Title:
  USB barcode scanner (emulating keyboard) crashes with current kernel

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


[Bug 560600] Re: copying or moving a file: name too long

2010-10-07 Thread Eric van der Vlist
I have the same issue when I try to copy files from an old ext3
partition on an ext4 partition with rsync (under Ubuntu 10.10).

The filenames are under the 255 characters limit (one of them for
instance is 252 characters long) and do not contain non ASCII
characters.

-- 
copying or moving a file: name too long
https://bugs.launchpad.net/bugs/560600
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 560600] Re: copying or moving a file: name too long

2010-10-07 Thread Eric van der Vlist
In my case, this is due to the fact that I am using an encrypted home
directory and this is documented as bug #344878 (the same copy works
fine when done on a regular partition).

If this the case for the other people reporting this issue, this should
be marked as a duplicate of bug #344878!

-- 
copying or moving a file: name too long
https://bugs.launchpad.net/bugs/560600
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 111816] had to chmod u-s procmail after feisty dist-upgrade

2007-05-02 Thread Eric van der Vlist
Public bug reported:

Binary package hint: procmail

I have a configuration with postfix, procmail and dovecot that worked
fine in Edgy.

After migration to feisty, mails were occasionally stored in mail user's
directories with owner.group set to root.mail and that caused permission
errors in dovecot which couldn't access these mails.

Tracking down differences between the configuration before and after the
upgrade, I noticed that the suid user's bit had changed in procmail and
chmod u-s procmail appears to solve this issue.

See also bug 8608 which complains of the reverse issue after migrating
to Edgy!

Thanks,

Eric

** Affects: procmail (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
had to chmod u-s procmail after feisty dist-upgrade
https://bugs.launchpad.net/bugs/111816
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 63297] Re: ssindex crashes

2006-10-09 Thread Eric van der Vlist
Another auto generated crash report for ssindex while indexing a csv
file.

** Attachment added: crash report
   http://librarian.launchpad.net/4707056/_usr_bin_ssindex.1000.crash

-- 
ssindex crashes
https://launchpad.net/bugs/63297

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


[Bug 63297] Re: crash report

2006-10-09 Thread Eric van der Vlist
Hmmm...

I have found these lines in kern.log:

Oct  9 08:40:41 localhost kernel: [17212488.128000] Out of Memory: Kill process 
7889 (ssindex) score 68668 and children.
Oct  9 08:40:41 localhost kernel: [17212488.128000] Out of memory: Killed 
process 7889 (ssindex).

I my case, the crash seems to have been caused by an hibernation which
resume hasn't worked, causing the system to start without and swap and,
in turn, to kill the ssindex process for lack of memory.

Sorry for the noise.

Eric

-- 
ssindex crashes
https://launchpad.net/bugs/63297

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