Bug#790972: youtube-dl: MemoryError when trying to download videos from youtube

2015-07-03 Thread Waqqas Dadabhoy
Package: youtube-dl
Version: 2015.06.04.1-1
Severity: important

Dear Maintainer,

youtube-dl gives a MemoryError when trying to downlod videos from
YouTube, instead of downloading the video.

The command and its output is pasted at https://paste.debian.net/278432/

Downloading from Vimeo works.


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

Kernel: Linux 4.0.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages youtube-dl depends on:
ii  python2.7.9-1
ii  python-pkg-resources  17.0-1
pn  python:anynone

Versions of packages youtube-dl recommends:
ii  aria2   1.19.0-1
ii  curl7.43.0-1
ii  libav-tools 6:11.4-2
ii  mplayer2 [mplayer]  2.0-728-g2c378c7-4+b1
ii  rtmpdump2.4+20150115.gita107cef-1+b2
ii  wget1.16.3-3

youtube-dl 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#675530: grub2-common: Missing '=root' in Windows 8 entry

2012-06-01 Thread Waqqas Dadabhoy
Package: grub2-common
Version: 1.99-22
Severity: minor

I installed grub on a computer already containing Windows 8 Consumer
Preview. When I select the windows entry in the grub list, it displays
Error: no argument specified; press any key to continue, and pressing
any key boots grub fine.

Searching the error message indicates that this is due to --set being
used instead of --set=root in the entry. Looking at grub.cfg, I can
see --set=root in the linux entries, but not in the Windows entry, and
editing grub.cfg manually to include =root in the Windows entry fixes
the problem.
 
The Windows 8 entry is displayed as Windows Vista (loader) in the list.
(To prevent confusion for those reading the attached grub.cfg)

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
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 grub2-common depends on:
ii  dpkg  1.16.3
ii  grub-common   1.99-22
ii  install-info  4.13a.dfsg.1-10

grub2-common recommends no packages.

grub2-common suggests no packages.

-- no debconf information
#
# 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
  load_env
fi
set default=0
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 {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root b8c27f1e-4b1e-4c96-a0f4-8090a1fe6b62
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=1024x768
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos6)'
  search --no-floppy --fs-uuid --set=root b8c27f1e-4b1e-4c96-a0f4-8090a1fe6b62
  set locale_dir=($root)/boot/grub/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root b8c27f1e-4b1e-4c96-a0f4-8090a1fe6b62
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  set color_normal=light-gray/black
  set color_highlight=white/black
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 ###
menuentry 'Debian GNU/Linux, with Linux 3.2.0-2-amd64' --class debian --class 
gnu-linux --class gnu --class os {
load_video
set gfxpayload=1366x768
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 
b8c27f1e-4b1e-4c96-a0f4-8090a1fe6b62
echo'Loading Linux 3.2.0-2-amd64 ...'
linux   /boot/vmlinuz-3.2.0-2-amd64 
root=UUID=b8c27f1e-4b1e-4c96-a0f4-8090a1fe6b62 ro  
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-2-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=1366x768
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 
b8c27f1e-4b1e-4c96-a0f4-8090a1fe6b62
echo'Loading Linux 3.2.0-2-amd64 ...'
linux   /boot/vmlinuz-3.2.0-2-amd64 
root=UUID=b8c27f1e-4b1e-4c96-a0f4-8090a1fe6b62 ro single 
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class 
gnu-linux --class gnu --class os {
load_video
set gfxpayload=1366x768
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 
b8c27f1e-4b1e-4c96-a0f4-8090a1fe6b62
echo'Loading Linux 2.6.32-5-amd64 ...'
linux   /boot/vmlinuz-2.6.32-5-amd64 
root=UUID=b8c27f1e-4b1e-4c96-a0f4-8090a1fe6b62 ro  
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=1366x768
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 

Bug#217177: gnome-blog: Doesn't use gnome proxy settings.

2011-04-16 Thread Waqqas Dadabhoy
I tried to reproduce this issue, but in my case it followed proxy
settings. Tested with Wordpress and Privoxy with logging enabled.

gnome-blog version: 0.9.1-4



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



Bug#427045:

2007-06-20 Thread Waqqas Dadabhoy

I was having a similar problem, 2.6.21-1-686 hangs during boot
'waiting for root file system'. I am using reiserfs, and 2.6.18-4-686
works fine. I read that you asked for a log, can you tell me what log
is needed and where I can find it?


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



Bug#425225: boinc-client: depends on libcurl3

2007-05-20 Thread Waqqas Dadabhoy
Package: boinc-client
Severity: grave
Justification: renders package unusable

this package depends on libcurl3, and according to bug 423351, libcurl3
has been superseded by libcurl4.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages boinc-client depends on:
ii  adduser  3.102   Add and remove users and groups
ii  libc62.5-7   GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2007.04.07+dfsg-2 common error description library
pn  libcurl3 none  (no description available)
ii  libgcc1  1:4.2-20070516-1GCC support library
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libkrb53 1.6.dfsg.1-4MIT Kerberos runtime libraries
ii  libssl0. 0.9.8e-5SSL shared libraries
ii  libstdc+ 4.2-20070516-1  The GNU Standard C++ Library v3
ii  lsb-base 3.1-23.1Linux Standard Base 3.1 init scrip
ii  python   2.4.4-6 An interactive high-level object-o
ii  zlib1g   1:1.2.3-15  compression library - runtime

boinc-client recommends no packages.


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



Bug#421114: inadyn: does not start automatically on boot

2007-04-26 Thread Waqqas Dadabhoy
Package: inadyn
Version: 1.96-1
Severity: wishlist

I think it should be set up to start on boot automatically, by default.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages inadyn depends on:
ii  libc6 2.5-2  GNU C Library: Shared libraries

inadyn recommends no packages.

-- no debconf information


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