Bug#589490: startupmanager crashes on amd64

2010-07-28 Thread mahashakti89

On Sat, Jul 24, 2010 at 11:56:11AM +0200, Jakub Wilk wrote:

tags 589490 + moreinfo
thanks

* mahashakti89 mahashakt...@orange.fr, 2010-07-18, 07:58:

Generating grub.cfg ...
Found background image: Lake_mapourika_NZ1.tga
Found linux image: /boot/vmlinuz-2.6.34-1-amd64
Found initrd image: /boot/initrd.img-2.6.34-1-amd64
Found linux image: /boot/vmlinuz-2.6.34
Found initrd image: /boot/initrd.img-2.6.34
Found Microsoft Windows XP Professionnel on /dev/sdb1
Found Ubuntu 10.04 LTS (10.04) on /dev/sdc12
Found Debian GNU/Linux (squeeze/sid) on /dev/sdc6
Found Windows 7 (loader) on /dev/sdd1
done
Grub2 detected
Usplash detected
Splashy not detected
Traceback (most recent call last):
File /usr/sbin/startupmanager, line 54, in module
  main()
File /usr/sbin/startupmanager, line 51, in main
  SumGui()
File /usr/share/startupmanager/gtk_frontend.py, line 193, in
__init__
  self.setup_widgets()
File /usr/share/startupmanager/gtk_frontend.py, line 202, in
setup_widgets
  self.set_shared_grub_widgets()
File /usr/share/startupmanager/gtk_frontend.py, line 223, in
set_shared_grub_widgets
  self.timeout_spinner.set_value(self.grub.get_timeout())
File /usr/lib/pymodules/python2.6/bootconfig/grub.py, line 91, in
get_timeout
  timeout = utils.extract_number(line)
File /usr/lib/pymodules/python2.6/bootconfig/utils.py, line 64, in
extract_number
  match = number_filter.search(line)
TypeError: expected string or buffer
zsh: exit 1 sudo startupmanager


Any clue ??


Could you please attach your /etc/default/grub ?

--
Jakub Wilk





!DSPAM:1,4c5054cd64201597411797!


On Sat, Jul 24, 2010 at 11:56:11AM +0200, Jakub Wilk wrote:


So it looks like this :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=0
##GRUB_HIDDEN_TIMEOUT=5
##GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_DISTRIBUTOR=`lsb_release -i -s 2 /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=resume2:swap=/dev/hda11
acpi_enforce_resources=lax nosplash quiet
GRUB_CMDLINE_LINUX=set gfxpayload=1024x768x32 gfxpayload=keep

# 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=1024x768x32,800x600x32

# 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_LINUX_RECOVERY=true

# Uncomment to get a beep at grub start
GRUB_INIT_TUNE=480 440 1
~   


Thanks for your work



mahashakti89





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



Bug#589490: startupmanager crashes on amd64

2010-07-28 Thread Jakub Wilk

tags 589490 - moreinfo + confirmed
severity 589490 important
retitle 589490 startupmanager: missing GRUB_TIMEOUT - TypeError: expected 
string or buffer
thanks

* mahashakti89 mahashakt...@orange.fr, 2010-07-28, 19:19:

GRUB_DEFAULT=0
##GRUB_HIDDEN_TIMEOUT=5
##GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_DISTRIBUTOR=`lsb_release -i -s 2 /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=resume2:swap=/dev/hda11
acpi_enforce_resources=lax nosplash quiet
GRUB_CMDLINE_LINUX=set gfxpayload=1024x768x32 gfxpayload=keep

# 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=1024x768x32,800x600x32

# 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_LINUX_RECOVERY=true

# Uncomment to get a beep at grub start
GRUB_INIT_TUNE=480 440 1


Thanks, I can reproduce the bug with your config. The /etc/default/grub 
parser is far from being robust. As a work-around, please add this line:


GRUB_TIMEOUT=5

(or similar) to the config.

--
Jakub Wilk


signature.asc
Description: Digital signature


Processed: Re: Bug#589490: startupmanager crashes on amd64

2010-07-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 589490 - moreinfo + confirmed
Bug #589490 [startupmanager] startupmanager crashes on amd64
Removed tag(s) moreinfo.
Bug #589490 [startupmanager] startupmanager crashes on amd64
Added tag(s) confirmed.
 severity 589490 important
Bug #589490 [startupmanager] startupmanager crashes on amd64
Severity set to 'important' from 'grave'

 retitle 589490 startupmanager: missing GRUB_TIMEOUT - TypeError: expected 
 string or buffer
Bug #589490 [startupmanager] startupmanager crashes on amd64
Changed Bug title to 'startupmanager: missing GRUB_TIMEOUT - TypeError: 
expected string or buffer' from 'startupmanager crashes on amd64'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589490: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589490
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Re: Bug#589490: startupmanager crashes on amd64

2010-07-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 589490 + moreinfo
Bug #589490 [startupmanager] startupmanager crashes on amd64
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589490: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589490
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#589490: startupmanager crashes on amd64

2010-07-24 Thread Jakub Wilk

tags 589490 + moreinfo
thanks

* mahashakti89 mahashakt...@orange.fr, 2010-07-18, 07:58:

Generating grub.cfg ...
Found background image: Lake_mapourika_NZ1.tga
Found linux image: /boot/vmlinuz-2.6.34-1-amd64
Found initrd image: /boot/initrd.img-2.6.34-1-amd64
Found linux image: /boot/vmlinuz-2.6.34
Found initrd image: /boot/initrd.img-2.6.34
Found Microsoft Windows XP Professionnel on /dev/sdb1
Found Ubuntu 10.04 LTS (10.04) on /dev/sdc12
Found Debian GNU/Linux (squeeze/sid) on /dev/sdc6
Found Windows 7 (loader) on /dev/sdd1
done
Grub2 detected
Usplash detected
Splashy not detected
Traceback (most recent call last):
 File /usr/sbin/startupmanager, line 54, in module
   main()
 File /usr/sbin/startupmanager, line 51, in main
   SumGui()
 File /usr/share/startupmanager/gtk_frontend.py, line 193, in
__init__
   self.setup_widgets()
 File /usr/share/startupmanager/gtk_frontend.py, line 202, in
setup_widgets
   self.set_shared_grub_widgets()
 File /usr/share/startupmanager/gtk_frontend.py, line 223, in
set_shared_grub_widgets
   self.timeout_spinner.set_value(self.grub.get_timeout())
 File /usr/lib/pymodules/python2.6/bootconfig/grub.py, line 91, in
get_timeout
   timeout = utils.extract_number(line)
 File /usr/lib/pymodules/python2.6/bootconfig/utils.py, line 64, in
extract_number
   match = number_filter.search(line)
TypeError: expected string or buffer
zsh: exit 1 sudo startupmanager


Any clue ??


Could you please attach your /etc/default/grub ?

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#589490: startupmanager crashes on amd64

2010-07-21 Thread Alexander Reichle-Schmehl
Hi!

* mahashakti89 mahashakt...@orange.fr [100718 07:58]:

 Startupmanager is crashing on start with following error messages :
[..]
 Splashy not detected
 Traceback (most recent call last):
   File /usr/sbin/startupmanager, line 54, in module
 main()
   File /usr/sbin/startupmanager, line 51, in main
 SumGui()
   File /usr/share/startupmanager/gtk_frontend.py, line 193, in
 __init__
 self.setup_widgets()
   File /usr/share/startupmanager/gtk_frontend.py, line 202, in
 setup_widgets
 self.set_shared_grub_widgets()
   File /usr/share/startupmanager/gtk_frontend.py, line 223, in
 set_shared_grub_widgets
 self.timeout_spinner.set_value(self.grub.get_timeout())
   File /usr/lib/pymodules/python2.6/bootconfig/grub.py, line 91, in
 get_timeout
 timeout = utils.extract_number(line)
   File /usr/lib/pymodules/python2.6/bootconfig/utils.py, line 64, in
 extract_number
 match = number_filter.search(line)
 TypeError: expected string or buffer
 zsh: exit 1 sudo startupmanager


 Any clue ??

I'm not the maintainer of the package, but I couldn't reproduce this bug
on my amd64 machine.  As we just had some python hickups, could you
please test, if the problem is still present at your system?


Best Regards,
  Alexander



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



Bug#589490: startupmanager crashes on amd64

2010-07-21 Thread mahashakti89

On Wed, Jul 21, 2010 at 03:35:49PM +0200, Alexander Reichle-Schmehl wrote:


Hi!

* mahashakti89 mahashakt...@orange.fr [100718 07:58]:


Startupmanager is crashing on start with following error messages :

[..]

Splashy not detected
Traceback (most recent call last):
  File /usr/sbin/startupmanager, line 54, in module
main()
  File /usr/sbin/startupmanager, line 51, in main
SumGui()
  File /usr/share/startupmanager/gtk_frontend.py, line 193, in
__init__
self.setup_widgets()
  File /usr/share/startupmanager/gtk_frontend.py, line 202, in
setup_widgets
self.set_shared_grub_widgets()
  File /usr/share/startupmanager/gtk_frontend.py, line 223, in
set_shared_grub_widgets
self.timeout_spinner.set_value(self.grub.get_timeout())
  File /usr/lib/pymodules/python2.6/bootconfig/grub.py, line 91, in
get_timeout
timeout = utils.extract_number(line)
  File /usr/lib/pymodules/python2.6/bootconfig/utils.py, line 64, in
extract_number
match = number_filter.search(line)
TypeError: expected string or buffer
zsh: exit 1 sudo startupmanager


Any clue ??


I'm not the maintainer of the package, but I couldn't reproduce this bug
on my amd64 machine.  As we just had some python hickups, could you
please test, if the problem is still present at your system?


Best Regards,
 Alexander


!DSPAM:1,4c46f7fa39082701517267!


On Wed, Jul 21, 2010 at 03:35:49PM +0200, Alexander Reichle-Schmehl wrote:


Hello,

Yes, the bug is still present on two amd64 machines, desktop and laptop,
found nothing decisive at this point.

Regards


mahashakti89





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



Bug#589490: startupmanager crashes on amd64

2010-07-18 Thread mahashakti89

Package: startupmanager
Version: 1.9.13-5
Severity: grave
Justification: renders package unusable

Startupmanager is crashing on start with following error messages :

Generating grub.cfg ...
Found background image: Lake_mapourika_NZ1.tga
Found linux image: /boot/vmlinuz-2.6.34-1-amd64
Found initrd image: /boot/initrd.img-2.6.34-1-amd64
Found linux image: /boot/vmlinuz-2.6.34
Found initrd image: /boot/initrd.img-2.6.34
Found Microsoft Windows XP Professionnel on /dev/sdb1
Found Ubuntu 10.04 LTS (10.04) on /dev/sdc12
Found Debian GNU/Linux (squeeze/sid) on /dev/sdc6
Found Windows 7 (loader) on /dev/sdd1
done
Grub2 detected
Usplash detected
Splashy not detected
Traceback (most recent call last):
  File /usr/sbin/startupmanager, line 54, in module
main()
  File /usr/sbin/startupmanager, line 51, in main
SumGui()
  File /usr/share/startupmanager/gtk_frontend.py, line 193, in
__init__
self.setup_widgets()
  File /usr/share/startupmanager/gtk_frontend.py, line 202, in
setup_widgets
self.set_shared_grub_widgets()
  File /usr/share/startupmanager/gtk_frontend.py, line 223, in
set_shared_grub_widgets
self.timeout_spinner.set_value(self.grub.get_timeout())
  File /usr/lib/pymodules/python2.6/bootconfig/grub.py, line 91, in
get_timeout
timeout = utils.extract_number(line)
  File /usr/lib/pymodules/python2.6/bootconfig/utils.py, line 64, in
extract_number
match = number_filter.search(line)
TypeError: expected string or buffer
zsh: exit 1 sudo startupmanager


Any clue ??

Regards 


mahashakti89

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (996, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages startupmanager depends on:
ii  grub-pc  1.98+20100710-1 GRand Unified Bootloader, version 
ii  menu 2.1.43  generates programs menu for all me

ii  python   2.6.5-8 interactive high-level object-orie
ii  python-glade22.17.0-2GTK+ bindings: Glade support
ii  python-gnome22.28.1-1Python bindings for the GNOME desk
ii  python-libxml2   2.7.7.dfsg-4Python bindings for the GNOME XML 
ii  python-support   1.0.9   automated rebuilding support for P

ii  x11-xserver-utils7.5+1   X server utilities
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

startupmanager recommends no packages.

startupmanager suggests no packages.

-- no debconf information





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