Bug#894695: mu4e: Update to version 1.0

2018-04-03 Thread Marco Stronati
Package: mu4e
Version: 0.9.18-2
Severity: normal

Dear Maintainer,

just a gentle reminder that version 1.0 has been out for 2 months. 
Anything blocking the packaging?

regards
-Marco


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mu4e depends on:
ii  dpkg1.19.0.5
ii  emacsen-common  2.0.8
ii  install-info6.5.0.dfsg.1-2
ii  maildir-utils   0.9.18-2

mu4e recommends no packages.

mu4e suggests no packages.

-- no debconf information



Bug#856014: grub-efi-amd64: Invalid argument error during installation script. Warning of unbootable system.

2017-02-24 Thread Marco Stronati
Package: grub-efi-amd64
Version: 2.02~beta3-5
Severity: normal

Dear Maintainer,

Dear Maintainer,

during upgrade of grub-efi-amd64 there is an error in the installation
script followed by a warning that the system may be unbootable. It is
not clear to me if this is a severe issue or it is a benign script
issue as the old grub is still working.

regards,
Marco

$ sudo aptitude reinstall grub-efi-amd64  
The following packages will be REINSTALLED:
  grub-efi-amd64 
0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not 
upgraded.
Need to get 0 B/73,1 kB of archives. After unpacking 0 B will be used.
Preconfiguring packages ...  
(Reading database ... 263765 files and directories currently installed.)
Preparing to unpack .../grub-efi-amd64_2.02~beta3-5_amd64.deb ...
Unpacking grub-efi-amd64 (2.02~beta3-5) over (2.02~beta3-5) ...
Setting up grub-efi-amd64 (2.02~beta3-5) ...
Installing for x86_64-efi platform.
Could not delete variable: Invalid argument
grub-install: error: efibootmgr failed to register the boot entry: Block device 
required.
Failed: grub-install --target=x86_64-efi  
WARNING: Bootloader is not properly installed, system may not be bootable
Generating grub configuration file ...
Found background image: .background_cache.png
Found linux image: /boot/vmlinuz-4.9.0-1-amd64
Found initrd image: /boot/initrd.img-4.9.0-1-amd64
Found linux image: /boot/vmlinuz-4.8.0-2-amd64
Found initrd image: /boot/initrd.img-4.8.0-2-amd64
Found linux image: /boot/vmlinuz-4.5.0-2-amd64
Found initrd image: /boot/initrd.img-4.5.0-2-amd64
Adding boot menu entry for EFI firmware configuration


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/mapper/piatto--vg-root / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda2 /boot ext2 rw,relatime,block_validity,barrier,user_xattr,acl 0 0
/dev/sda1 /boot/efi vfat 
rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 
--hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  
a2908130-b359-4cdd-95fe-c8cd3625b45c
else
  search --no-floppy --fs-uuid --set=root a2908130-b359-4cdd-95fe-c8cd3625b45c
fi
font="/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=1
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
set timeout=1
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 
--hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  
a2908130-b359-4cdd-95fe-c8cd3625b45c
else
  search --no-floppy --fs-uuid --set=root a2908130-b359-4cdd-95fe-c8cd3625b45c
fi
insmod png
if background_image /grub/.background_cache.png; then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu 
--class os $menuentry_id_option 

Bug#808244: dolphin: Crashes randomly and frequently

2016-02-16 Thread Marco Stronati
I confirm the same issue, dolphin is close to unusable.
One case where I can reproduce a crash is using the 'Details View Mode' and 
selecting several files (like 5 or 6).
Other crashes happen too but I can't related them to any specific user 
behavior, in general the chances that dolphin stays open more that 5 minutes 
are very slim.

On Thu, 17 Dec 2015 15:08:29 -0200 Alex Henry  wrote:
> Package: dolphin
> Version: 4:15.08.3-1
> Severity: important
> Tags: upstream
> 
> I'm sorry about opening a bug report with so little information
> but this is a major issue with dolphin, at least on my setup so
> it needs to be informed.
> 
> The program crashes constanly and I can't find steps to reproduce
> it. The crashes always happen when I'm interacting with the application
> (never when it is idle in the backdround). It seems to happen more
> often when I am using drag-and-drop operations between split views
> but not only then and mostly randomly so it could be my imagination.
> 
> The crashes simply close the Dolphin window without error messages
> except for "Segmentation fault' if it was open via a console. 
> 
> These messages appear on start-up but I'd guess they are not
> driectly related to the problem
> 
> "Trying to convert empty KLocalizedString to QString."
> KSambaShare: Could not find smb.conf!
> 
> I am using KDE5. I haven't had anything similar happen to any
> other KDE application like kate, kwrite or amarok.
> 
> Steps to reproduce: simply use a dolphin instance for 3-5 minutes. 
> Simply browsing the filesystem is enough for the bug to trigger
> eventually. As you can see this is a major usability issue.
> 
> Opening a new instance will have the same results: it will work
> as expected for a little while then crash again. If more than
> one window is open only a single one will crash at a time. The
> other one will crash too after a little more use.
> 
> Let me know if there is anything else I can do to try to narrow
> the issue down. All I know for sure is that dolphin is crashing
> constantly and reliably. I'll update this request if I notice
> any reproducible patterns in the future.
> 
> 
> -- System Information:
> Debian Release: stretch/sid
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 4.2.0-1-amd64 (SMP w/8 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> 
> Versions of packages dolphin depends on:
> ii  libc6  2.19-22
> ii  libdolphinvcs5 4:15.08.3-1
> ii  libkf5baloo5   5.16.0-1
> ii  libkf5baloowidgets515.08.0-2
> ii  libkf5bookmarks5   5.16.0-1
> ii  libkf5codecs5  5.16.0-1



Bug#709391: inadyn: Permission problem for pidfile

2013-05-22 Thread Marco Stronati
Package: inadyn
Version: 1.98.1+git20130517-2
Severity: normal

Dear Maintainer,
I successfully compiled the version 1.98.1+git20130517-2 of the package on a 
raspberry-pi running raspbian (an ARM system).
After configuring the daemon I got:
~$ less /var/log/inadyn/inadyn.log
Thu May 23 01:07:38 2013: Failed opening pidfile /run/inadyn/inadyn.pid for 
writing: Permission denied
Thu May 23 01:07:38 2013: Failed starting daemon: RC_ERROR

The directory exists but it is owned by root:
~$ ls -ld /run/inadyn/
drwxr-xr-x 2 root root 60 May 23 01:07 /run/inadyn/

Changing the permission of the directory /run/inadyn to 777 fixed the issue and 
the daemon started correctly.
I'm not sure if this is a general issue or it is derived from my peculiar setup.

Thanks,
Marco


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



Bug#672351: virtualbox: USB support not working because user is not added to group vboxusers

2012-05-10 Thread Marco Stronati
Package: virtualbox
Version: 4.1.14-dfsg-1
Severity: normal

Dear Maintainer,
when I try to add an usb device to a virtual machine, le list of devices 
available is empty.
Adding the current user to the group vboxusers fixed the problem and now I can 
access my host devices.

Regards,
Marco


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages virtualbox depends on:
ii  adduser  3.113+nmu1
ii  libc62.13-32
ii  libcurl3 7.25.0-1
ii  libgcc1  1:4.7.0-7
ii  libgsoap22.8.7-1
ii  libpng12-0   1.2.49-1
ii  libpython2.7 2.7.3~rc2-2.1
ii  libsdl1.2debian  1.2.15-3
ii  libssl1.0.0  1.0.1b-1
ii  libstdc++6   4.7.0-7
ii  libvncserver00.9.9+dfsg-1
ii  libx11-6 2:1.4.99.901-2
ii  libxcursor1  1:1.1.13-1
ii  libxext6 2:1.3.1-2
ii  libxml2  2.7.8.dfsg-9
ii  libxmu6  2:1.1.1-1
ii  libxt6   1:1.1.3-1
ii  python   2.7.2-10
ii  python-central   0.6.17
ii  zlib1g   1:1.2.7.dfsg-1

Versions of packages virtualbox recommends:
ii  libgl1-mesa-glx [libgl1]  8.0.2-2
ii  libqt4-opengl 4:4.8.1-1
ii  libqtcore44:4.8.1-1
ii  libqtgui4 4:4.8.1-1
ii  virtualbox-dkms   4.1.14-dfsg-1
ii  virtualbox-qt 4.1.14-dfsg-1

Versions of packages virtualbox suggests:
ii  vde2none
ii  virtualbox-guest-additions-iso  4.1.14-1

-- no debconf information



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



Bug#662844: amarok: pause/resume cause maximum volume

2012-03-06 Thread Marco Stronati
Package: amarok
Version: 2.5.0-1
Severity: normal

Dear Maintainer,
after pausing a song, when resumed the volume is set to the maximum value 
regardless of the previous setting.
This behavior started after the last upgrade of phonon-vlc and does not happen 
with phonon-gstreamer.
Regards.

Marco

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages amarok depends on:
ii  amarok-common 2.5.0-1
ii  amarok-utils  2.5.0-1
ii  kdebase-runtime   4:4.7.4-1
ii  libavcodec53  5:0.10-0.1
ii  libavformat53 5:0.10-0.1
ii  libc6 2.13-27
ii  libcurl3-gnutls   7.24.0-1
ii  libgcc1   1:4.6.3-1
ii  libgcrypt11   1.5.0-3
ii  libgdk-pixbuf2.0-02.24.1-1
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libglib2.0-0  2.30.2-6
ii  libgpod4-nogtk0.8.2-6
ii  libkcmutils4  4:4.7.4-1
ii  libkdecore5   4:4.7.4-1
ii  libkdeui5 4:4.7.4-1
ii  libkdewebkit5 4:4.7.4-1
ii  libkdnssd44:4.7.4-1
ii  libkfile4 4:4.7.4-1
ii  libkio5   4:4.7.4-1
ii  libknewstuff3-4   4:4.7.4-1
ii  liblastfm00.4.0~git20090710-1
ii  libloudmouth1-0   1.4.3-7
ii  libmtp9   1.1.2-2
ii  libmysqlclient16  5.1.58-1
ii  libofa0   0.9.3-4
ii  libphonon44:4.6.0.0-1
ii  libplasma34:4.7.4-1
ii  libqjson0 0.7.1-6
ii  libqt4-dbus   4:4.7.4-2
ii  libqt4-network4:4.7.4-2
ii  libqt4-opengl 4:4.7.4-2
ii  libqt4-script 4:4.7.4-2
ii  libqt4-sql4:4.7.4-2
ii  libqt4-svg4:4.7.4-2
ii  libqt4-xml4:4.7.4-2
ii  libqtcore44:4.7.4-2
ii  libqtgui4 4:4.7.4-2
ii  libqtscript4-core 0.1.0+git20101026+8b191fbc-2
ii  libqtscript4-gui  0.1.0+git20101026+8b191fbc-2
ii  libqtscript4-network  0.1.0+git20101026+8b191fbc-2
ii  libqtscript4-sql  0.1.0+git20101026+8b191fbc-2
ii  libqtscript4-uitools  0.1.0+git20101026+8b191fbc-2
ii  libqtscript4-xml  0.1.0+git20101026+8b191fbc-2
ii  libqtwebkit4  2.2.0-3
ii  libsolid4 4:4.7.4-1
ii  libstdc++64.6.3-1
ii  libtag-extras11.0.1-3
ii  libtag1c2a1.7-2
ii  libthreadweaver4  4:4.7.4-1
ii  libx11-6  2:1.4.4-4
ii  libxml2   2.7.8.dfsg-7
ii  phonon4:4.6.0.0-1
ii  zlib1g1:1.2.6.dfsg-2

Versions of packages amarok recommends:
pn  kdemultimedia-kio-plugins  none

Versions of packages amarok suggests:
pn  libqt4-sql-mysql   4:4.7.4-2
pn  libqt4-sql-psqlnone
pn  libqt4-sql-sqlite  4:4.7.4-2
pn  libxine1-ffmpeg1:1.1.20.1-0.1
pn  moodbarnone

Versions of packages amarok-common depends on:
ii  perl  5.14.2-9

amarok-common recommends no packages.

Versions of packages amarok is related to:
ii  phonon-backend-gstreamer [phonon-backend]  4:4.6.0.0-1
ii  phonon-backend-vlc [phonon-backend]0.5.0-1

-- no debconf information



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



Bug#646567: dolphin: crash when previewing a .ptt file

2011-10-25 Thread Marco Stronati
Package: dolphin
Version: 4:4.6.5-1
Severity: normal

Dear Maintainer,
while browsing files in dolphin, with list view, and with the
information panel active, if I select a PowerPoint presentation .ppt
dolphin crashes. If I remove the information panel no crash happends,
so I believe that the previewer is the cause.
Thanks for your time.

Marco

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages dolphin depends on:
ii  kdebase-runtime4:4.6.5-1+b1
ii  libc6  2.13-21 
ii  libkcmutils4   4:4.6.5-2   
ii  libkdecore54:4.6.5-2   
ii  libkdeui5  4:4.6.5-2   
ii  libkfile4  4:4.6.5-2   
ii  libkio54:4.6.5-2   
ii  libknewstuff3-44:4.6.5-2   
ii  libkonq5abi1   4:4.6.5-1   
ii  libkparts4 4:4.6.5-2   
ii  libnepomuk44:4.6.5-2   
ii  libnepomukquery4a  4:4.6.5-2   
ii  libnepomukutils4   4:4.6.5-2   
ii  libphonon4 4:4.6.0really4.5.0-5
ii  libqt4-dbus4:4.7.3-8   
ii  libqtcore4 4:4.7.3-8   
ii  libqtgui4  4:4.7.3-8   
ii  libsoprano42.6.0+dfsg.1-4  
ii  libstdc++6 4.6.1-16
ii  phonon 4:4.6.0really4.5.0-5

Versions of packages dolphin recommends:
ii  kfind   4:4.6.5-1  
ii  ruby1.8 [ruby]  1.8.7.352-2

Versions of packages dolphin suggests:
pn  kdesdk-dolphin-plugins  none

-- no debconf information



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



Bug#616657: pingus: fail to start because sdl_mixer can't be initialized

2011-03-06 Thread Marco Stronati
Package: pingus
Version: 0.7.2-4+b2
Severity: grave
Justification: renders package unusable


Pingus fails to start, for audio related problem. This is the output:

~$ pingus
Welcome to Pingus 0.7.2!

data path:   /usr/games/../share/games/pingus/data/
language:English (en)
font encoding:   iso-8859-1
sound support:   enabled
music support:   enabled
resolution:  800x600
fullscreen:  disabled

SavegameManager: Parser problem: Couldn't open file 
'/home/paracetamolo/.pingus/savegames/savegames.scm'.
Unable to initialize SDL_Mixer: No available audio device
Pingus: Unknown throw caught!

I tried the -s option in order to disable audio, but the output is exactly the 
same.
Regards.

Marco


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

Kernel: Linux 2.6.37-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pingus depends on:
ii  libboost-signals1.42.0   1.42.0-4managed signals and slots library 
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.5.2-4   GCC support library
ii  libpng12-0   1.2.44-1PNG library - runtime
ii  libsdl-image1.2  1.2.10-2+b2 image loading library for Simple D
ii  libsdl-mixer1.2  1.2.8-6.3   mixer library for Simple DirectMed
ii  libsdl1.2debian  1.2.14-6.1  Simple DirectMedia Layer
ii  libstdc++6   4.5.2-4 The GNU Standard C++ Library v3
ii  pingus-data  0.7.2-4 Data files for pingus, a free Lemm

pingus recommends no packages.

pingus suggests no packages.

-- no debconf information



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



Bug#612967: live-boot: fail to boot with persistent option and fat32 live-rw

2011-02-11 Thread Marco Stronati
Package: live-boot
Severity: normal


I copied the debian usb-hdd image
debian-live-6.0.0-i386-kde-desktop.img to a flash pendrive with dd,
and then added another partition to the pendrive labelled live-rw.

If I format the new partition with fat32 the boot with option
'persistent' fail with this error:
mount aufs on /root failed with option 
noatime,noxino,dirs=/cow=rw://filesystem.squashfs=rr 

and the file /live.log reports:
mount: mounting aufs on /root failed: Numerical argument out of domain

The same partition scheme works fine with ext3.
Regards

Marco

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#584967: live-helper: machine boot fails to add default user

2010-06-07 Thread Marco Stronati
Package: live-helper
Version: 2.0~a14-1
Severity: important

The configuration of the machine is the following:

lh config --apt-recommends false \
  --mirror-bootstrap http://ftp.it.debian.org/debian/; \
  --mirror-chroot http://ftp.it.debian.org/debian/; \
  --mirror-binary http://ftp.it.debian.org/debian/; \
  --archive-areas main contrib non-free \
  -b usb-hdd -a i386 -k 686 -d sid -p standard \
  --packages firmware-linux-nonfree \
  --bootappend-live locale=en_US.UTF-8

lh build gives no errors but when I boot the image with qemu I got:

[...]
Begin: Adding live session user ... pwconv: failed to change the mode of 
/etc/passwd- to 0600
adduser: Only one or two names allowed.
chpasswd: (user ) pam_chauthtok() failed, error:
Authentication token manipulation error
chpasswd: (line 1, user ) password not changed
The default user (user) is not present,
no other valid users found, disabling autologin.
done.
[...]

And I cannot log in the system. I solved by using the interactive 
shell to manually add a user.
Thanks for the great software.

Marco

-- Package-specific info:

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages live-helper depends on:
ii  debootstrap   1.0.23 Bootstrap a basic Debian system

Versions of packages live-helper recommends:
ii  cpio  2.11-4 GNU cpio -- a program to manage ar
ii  gettext-base  0.18-1 GNU Internationalization utilities
pn  gnu-fdisk none (no description available)

Versions of packages live-helper suggests:
ii  dosfstools 3.0.9-1   utilities for making and checking 
ii  fakeroot   1.14.4-1  Gives a fake root environment
ii  genisoimage9:1.1.10-1Creates ISO-9660 CD-ROM filesystem
ii  grub   0.97-61   GRand Unified Bootloader (dummy pa
pn  memtest86+ | memtest86 none(no description available)
ii  mtools 4.0.12-1  Tools for manipulating MSDOS files
pn  parted none(no description available)
ii  squashfs-tools 1:4.0-8   Tool to create and append to squas
ii  sudo   1.7.2p6-1 Provide limited super user privile
ii  syslinux   2:3.86+dfsg-3 utilities for the syslinux bootloa
pn  uuid-runtime   none(no description available)
pn  win32-loader   none(no description available)

-- no debconf information



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



Bug#583134: aircrack-ng: Missing script airoscript

2010-05-25 Thread Marco Stronati
Package: aircrack-ng
Version: 1:1.0-1
Severity: wishlist

It would be nice to have the script airoscript.sh included in the package, 
to ease the use of aircrack-ng tools. 
Right now it has its own svn repo:
http://trac.aircrack-ng.org/svn/branch/airoscript/
In the doc there is debian specific README and a debian patch is available.

Greetings

Marco

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages aircrack-ng depends on:
ii  iw  0.9.19-1 tool for configuring Linux wireles
ii  libc6   2.10.2-9 Embedded GNU C Library: Shared lib
ii  libsqlite3-03.6.23.1-2   SQLite 3 shared library
ii  libssl0.9.8 0.9.8n-1 SSL shared libraries
ii  wireless-tools  30~pre9-4Tools for manipulating Linux Wirel
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

aircrack-ng recommends no packages.

aircrack-ng suggests no packages.

-- no debconf information



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



Bug#582609: emacs23: Emacs takes up 98% cpu.

2010-05-22 Thread Marco Stronati
Package: emacs23
Version: 23.2+1-2
Severity: important


Emacs with the default configuration (i.e. without any .emacs), 
without any opened buffers and completely idle is hammering the cpu, 
top shows it permanently over 90%.

Marco


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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages emacs23 depends on:
ii  emacs23-bin-common  23.2+1-2 The GNU Emacs editor's shared, arc
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-8 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgpm2 1.20.4-3.3   General Purpose Mouse - shared lib
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libm17n-0   1.5.5-1  a multilingual text processing lib
ii  libncurses5 5.7+20100313-2   shared libraries for terminal hand
ii  libotf0 0.9.10-1 A Library for handling OpenType Fo
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  libpng12-0  1.2.43-1 PNG library - runtime
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.2-3+b1   Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxft2 2.1.14-2 FreeType-based font drawing librar
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

emacs23 recommends no packages.

Versions of packages emacs23 suggests:
pn  emacs23-common-non-dfsg   none (no description available)

-- no debconf information



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



Bug#580783: Vidalia override tor configuration and prevent it from starting

2010-05-08 Thread Marco Stronati
Package: tor
Version: 0.2.1.26-1
Severity: normal

Vidalia override tor configuration file in order to prevent it from 
starting as a daemon. I rarely use vidalia and this way I cannot 
start tor using the usual /etc/init.d/tor script.
Please correct this or print a more verbose message like: 
use vidalia to start tor
because it took me a while to understand the situation.
If users using vidalia don't want the daemon starting then just disable 
the service at boot through update-rc.d.
Thanks

Marco

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tor depends on:
ii  adduser 3.112add and remove users and groups
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libevent-1.4-2  1.4.13-stable-1  An asynchronous event notification
ii  libssl0.9.8 0.9.8n-1 SSL shared libraries
ii  tsocks  1.8beta5-9.1 transparent network access through
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages tor recommends:
ii  logrotate 3.7.8-6Log rotation utility
ii  polipo1.0.4.1-1  a small, caching web proxy
pn  socat none (no description available)
ii  tor-geoipdb   0.2.1.26-1 geoIP database for Tor

Versions of packages tor suggests:
pn  anon-proxynone (no description available)
pn  mixmaster none (no description available)
pn  mixminion none (no description available)

-- no debconf information



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