[Bug 320925] Re: missing /usr/bin/gmcs in mono-gmcs (2.0.1-0ubuntu3)

2009-01-25 Thread Savvas Radevic
Quoting Jo Shields: This is not a bug, it's a result of repackaging efforts. All unversioned scripts (e.g. 'sn', 'al', 'gmcs') have been moved to the mono-devel package. This allows us to change the default compiler at some point in the future should the need arise - much how 'gcc-3.4' and 'gcc-4

[Bug 315679] Re: Please sync libmtp 0.3.0-1ubuntu3 (main) to 0.3.5-1 from Debian (experimental)

2009-01-27 Thread Savvas Radevic
Hm.. that's right, it needs merge - spitfire, sorry for the wrong suggestion. Anyone to merge this? (It's too much for my knowledge currently) -- Please sync libmtp 0.3.0-1ubuntu3 (main) to 0.3.5-1 from Debian (experimental) https://bugs.launchpad.net/bugs/315679 You received this bug notificatio

[Bug 164915] Re: No update-notifier in Ubuntu Server

2009-01-14 Thread Savvas Radevic
Hi, do you mean there is no directory named /var/lib/update-notifier/ ? -- No update-notifier in Ubuntu Server https://bugs.launchpad.net/bugs/164915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bug

[Bug 164915] Re: No update-notifier in Ubuntu Server

2009-01-14 Thread Savvas Radevic
Ah ok I get it, "Puts an icon in the user's notification area when package updates are available." I'll check the source -- No update-notifier in Ubuntu Server https://bugs.launchpad.net/bugs/164915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 164915] Re: No update-notifier in Ubuntu Server

2009-01-14 Thread Savvas Radevic
debian/postinst checks if the folder is available, then tries to install the file: unud=/var/lib/update-notifier/user.d if test -d $uund; then cp -f /usr/share/moodle/moodle-reconfigure-required.update-notifier \ /var/lib/update-notifier/user.d/moodle-reconfigure-required fi Code ex

[Bug 116415] Re: puppet and puppetd have no man pages

2009-01-14 Thread Savvas Radevic
This is fixed in Ubuntu 9.04 Jaunty puppet (0.24.5-2) [universe]: http://packages.ubuntu.com/jaunty/all/puppet/filelist /usr/share/man/man8/filebucket.8.gz /usr/share/man/man8/puppet.8.gz /usr/share/man/man8/puppet.conf.8.gz /usr/share/man/man8/puppetca.8.gz /usr/share/man/man8/puppetd.8.gz /usr/s

[Bug 116415] Re: puppet and puppetd have no man pages

2009-01-14 Thread Savvas Radevic
I've noticed that manpages exist in 8.04 hardy and 8.10 intrepid too: http://packages.ubuntu.com/hardy/all/puppet/filelist http://packages.ubuntu.com/intrepid/all/puppet/filelist -- puppet and puppetd have no man pages https://bugs.launchpad.net/bugs/116415 You received this bug notification beca

[Bug 116417] Re: puppetmasterd and puppetca have no man pages

2009-01-14 Thread Savvas Radevic
man page for puppetmaster is included since 8.04 hardy: http://packages.ubuntu.com/hardy/all/puppetmaster/filelist But the man page for puppetca is in the puppet package: http://packages.ubuntu.com/jaunty/all/puppet/filelist http://git.debian.org/?p=pkg- puppet/puppet.git;a=blob;f=debian/puppetma

[Bug 116417] Re: puppetmasterd and puppetca have no man pages

2009-01-14 Thread Savvas Radevic
I've filed a bug report at Debian and sent patches there: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511826 ** Bug watch added: Debian Bug tracker #511826 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511826 ** Also affects: puppet (Debian) via http://bugs.debian.org/cgi-bin/bugrep

[Bug 116417] Re: puppetmasterd and puppetca have no man pages

2009-01-14 Thread Savvas Radevic
** Changed in: puppet (Ubuntu) Assignee: Francisco Calderón (grunch) => (unassigned) Status: In Progress => Confirmed -- puppetmasterd and puppetca have no man pages https://bugs.launchpad.net/bugs/116417 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 283316] Re: CD-ROM tray closes automatically after eject

2009-01-15 Thread Savvas Radevic
All of you affected, please set your "this bug affects me" to "Yes": https://bugs.launchpad.net/ubuntu/+source/udev/+bug/283316/+affectsmetoo -- CD-ROM tray closes automatically after eject https://bugs.launchpad.net/bugs/283316 You received this bug notification because you are a member of Ubunt

Re: [Bug 275100] Re: canberra-gtk-play crashed with SIGSEGV in malloc()

2009-01-16 Thread Savvas Radevic
> I got this bug with the 8.10 Live CD The extremist, The intrepid Live CD does not count in the bug reports, there are a lot of upgrades that I think made this bug disappear (or get fixed). Try the ubuntu *future* *still unstable* 9.04 jaunty jackalope live cd, providing the link once more: http:

[Bug 318221] Re: watch command does not show utf-8 characters

2009-01-17 Thread Savvas Radevic
Workaround with while: while true ; do cat testmycase; sleep 2; clear; done ** Attachment added: "testmycase" http://launchpadlibrarian.net/21290913/testmycase -- watch command does not show utf-8 characters https://bugs.launchpad.net/bugs/318221 You received this bug notification because yo

[Bug 318221] [NEW] watch command does not show utf-8 characters

2009-01-17 Thread Savvas Radevic
Public bug reported: Binary package hint: procps Ubuntu 8.10 Intrepid Ibex Using UTF-8 characters, in gnome-terminal I can output it correctly with echo, but watch does not support utf-8. $ echo "τεστ - тест - copyright (c) or ©" τεστ - тест - copyright (c) or © $ watch -n 2 echo "τεστ - тест

[Bug 160720] Re: UTF-8 doesn't show all characters

2009-01-17 Thread Savvas Radevic
I have en_GB and couldn't reproduce the bug. I tried between irssi and xchat $ apt-cache policy irssi irssi: Installed: 0.8.12-4ubuntu2 Candidate: 0.8.12-4ubuntu2 Version table: *** 0.8.12-4ubuntu2 0 500 http://de.archive.ubuntu.com intrepid/main Packages 100 /var/lib/dpkg/st

[Bug 318221] Re: watch command does not show utf-8 characters

2009-01-17 Thread Savvas Radevic
** Description changed: Binary package hint: procps Ubuntu 8.10 Intrepid Ibex Using UTF-8 characters, in gnome-terminal I can output it correctly with echo, but watch does not support utf-8. $ echo "τεστ - тест - copyright (c) or ©" τεστ - тест - copyright (c) or © - - $ watch -n

[Bug 318221] Re: watch command does not show utf-8 characters

2009-01-17 Thread Savvas Radevic
** Tags added: upstream ** Also affects: procps Importance: Undecided Status: New -- watch command does not show utf-8 characters https://bugs.launchpad.net/bugs/318221 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubunt

[Bug 136852] Re: lists madwifi but cannot build the module

2009-01-17 Thread Savvas Radevic
Personally, I would keep this as a "feature", because advanced users could take the package from Debian and install it: http://packages.debian.org/lenny/madwifi-source http://packages.debian.org/sid/madwifi-source -- lists madwifi but cannot build the module https://bugs.launchpad.net/bugs/13685

[Bug 136852] Re: lists madwifi but cannot build the module

2009-01-17 Thread Savvas Radevic
Or.. as they say here: https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2008-February/003416.html "Alternatively, can we kill two birds with one stone, that is, update module-assistant to download linux-restricted-modules-`uname -r `-source and compile the appropriate module(s) from that, or

[Bug 204479] Re: PHP should be shipped with magic_quotes_gpc = Off in php.ini

2009-01-17 Thread Savvas Radevic
"Warning This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged." This feature will clearly be disabled in the near future. -- PHP should be shipped with magic_quotes_gpc = Off in php.ini https://bugs.launchpad.net/bugs/20447

[Bug 315679] Re: Please sync libmtp 0.3.0-1ubuntu3 (main) to 0.3.5-1 from Debian (experimental)

2009-01-17 Thread Savvas Radevic
They seem to have a lot of changes from 0.3.0 release (2008-06-24) to 0.3.5 (2008-12-21): http://libmtp.cvs.sourceforge.net/viewvc/*checkout*/libmtp/libmtp/ChangeLog?revision=1.435 I'm confirming. :) ** Changed in: libmtp (Ubuntu) Status: New => Confirmed -- Please sync libmtp 0.3.0-1ub

[Bug 301645] Re: Please sync mtpfs 0.8+svn11-1ubuntu1 (universe) to 0.9-1 from Debian (experimental)

2009-01-17 Thread Savvas Radevic
** Summary changed: - Please sync mtpfs 0.8+svn11-1ubuntu1 to 0.9-1 from Debian (experimental) + Please sync mtpfs 0.8+svn11-1ubuntu1 (universe) to 0.9-1 from Debian (experimental) -- Please sync mtpfs 0.8+svn11-1ubuntu1 (universe) to 0.9-1 from Debian (experimental) https://bugs.launchpad.net

[Bug 112083] Re: Pyzor Daemon : Fails to create pid

2009-01-17 Thread Savvas Radevic
Seems that the packages doesn't have a maintainer, and is about to get a new one (Python maintainers): http://packages.qa.debian.org/p/pyzor.html http://svn.debian.org/viewsvn/python-apps/packages/pyzor/ There are changes in svn, but I don't know how much they've advanced: http://svn.debian.org/v

[Bug 161126] Re: Package name misleading

2009-01-17 Thread Savvas Radevic
** Also affects: debian via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505831 Importance: Unknown Status: Unknown -- Package name misleading https://bugs.launchpad.net/bugs/161126 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 315746] [NEW] please sync amarok 2.0 from debian experimental

2009-01-10 Thread Savvas Radevic
Public bug reported: There is a new packaged release available for amarok, 2.0. New features: * Completely redesigned user interface * Tight integration with online services such as Magnatune, Jamendo, MP3tunes, Last.fm and Shoutcast * Completely overhauled scripting API and plugin support to all

[Bug 315746] Re: please upgrade amarok 2.0 from debian experimental

2009-01-10 Thread Savvas Radevic
** Summary changed: - please sync amarok 2.0 from debian experimental + please upgrade amarok 2.0 from debian experimental -- please upgrade amarok 2.0 from debian experimental https://bugs.launchpad.net/bugs/315746 You received this bug notification because you are a member of Ubuntu Bugs, whic

Re: [Bug 275100] Re: canberra-gtk-play crashed with SIGSEGV in malloc()

2009-01-11 Thread Savvas Radevic
Are you sure? Could you try it with jaunty and see if it is fixed: http://www.ubuntu.com/testing Because I don't have anything about canberra. Anyone else having the same problem?? $ apt-cache policy linux-generic linux-generic: Installed: 2.6.27.9.13 Candidate: 2.6.27.9.13 Version table: *

[Bug 291958] Re: linux_logo -L num always returns debian logo

2009-01-11 Thread Savvas Radevic
This was fixed in Debian unstable: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504717#15 http://packages.debian.org/sid/linuxlogo linuxlogo (5.04-2) unstable; urgency=low * Prefixing debhelper files with package name. * Removing default logo in /etc/linux_logo.conf (Closes: #504717).

[Bug 291958] Re: linux_logo -L num always returns debian logo

2009-01-11 Thread Savvas Radevic
> Can someone merge linuxlogo 5.04-2 to Ubuntu jaunty? Sorry, I mean sync/upgrade linuxlogo :) -- linux_logo -L num always returns debian logo https://bugs.launchpad.net/bugs/291958 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 291958] Re: Please sync linuxlogo 5.04-1 (universe) to 5.04-2 from Debian (unstable)

2009-01-11 Thread Savvas Radevic
** Summary changed: - linux_logo -L num always returns debian logo + Please sync linuxlogo 5.04-1 (universe) to 5.04-2 from Debian (unstable) ** Tags removed: bitesize -- Please sync linuxlogo 5.04-1 (universe) to 5.04-2 from Debian (unstable) https://bugs.launchpad.net/bugs/291958 You received

Re: [Bug 275100] Re: canberra-gtk-play crashed with SIGSEGV in malloc()

2009-01-11 Thread Savvas Radevic
Alchera, try create a new user on your System > Administration > Users and Groups. See if that still makes the problem to occur. :) -- canberra-gtk-play crashed with SIGSEGV in malloc() https://bugs.launchpad.net/bugs/275100 You received this bug notification because you are a member of Ubuntu Bu

[Bug 296264] Re: [needs-packaging] Metalink command-line metalink generator

2009-01-11 Thread Savvas Radevic
** Bug watch added: Debian Bug tracker #503248 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503248 ** Also affects: debian via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503248 Importance: Unknown Status: Unknown ** Changed in: ubuntu Status: New => Confirmed --

Re: [Bug 275100] Re: canberra-gtk-play crashed with SIGSEGV in malloc()

2009-01-12 Thread Savvas Radevic
So it could be a problem of automatically adding the groups to the first user? You should open a new bug if that's the case. I manually added myself in most of them: for...@ubuntu:~$ groups forger adm lp dialout fax cdrom tape audio dip video plugdev netdev scanner fuse lpadmin pulse pulse-access

Re: [Bug 275100] Re: canberra-gtk-play crashed with SIGSEGV in malloc()

2009-01-12 Thread Savvas Radevic
As I said, try this: sudo adduser barry audio Remove yourself from the pulse* groups, just to see if it works with "audio" group which is the default one to use audio devices. Log out and log back in, see if there are any errors again :) -- canberra-gtk-play crashed with SIGSEGV in malloc() htt

[Bug 316252] Re: Unable to retrieve MSN Address Book

2009-01-12 Thread Savvas Radevic
Ubuntu 8.10 intrepid 64-bit WLM Protocol (msn-pecan package) works as expected. Using pidgin 2.5.3a by getdeb: http://www.getdeb.net/app/Pidgin msn-pecan from the repositories: sudo apt-get install msn-pecan -- Unable to retrieve MSN Address Book https://bugs.launchpad.net/bugs/316252 You receiv

[Bug 316252] Re: Unable to retrieve MSN Address Book

2009-01-12 Thread Savvas Radevic
Set as "Invalid" - Bug seems to be not relevant to pidgin. ** Changed in: pidgin (Ubuntu) Status: Confirmed => Invalid -- Unable to retrieve MSN Address Book https://bugs.launchpad.net/bugs/316252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 316252] Re: Unable to retrieve MSN Address Book

2009-01-12 Thread Savvas Radevic
Apologies, I reacted too soon. :) Thanks Ferk! ** Changed in: pidgin (Ubuntu) Status: Invalid => Confirmed -- Unable to retrieve MSN Address Book https://bugs.launchpad.net/bugs/316252 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 39946] Re: Copying from an NTFS partition on a SATA drive causes a hard freeze

2009-01-13 Thread Savvas Radevic
** Changed in: linux (Ubuntu) Status: New => Incomplete -- Copying from an NTFS partition on a SATA drive causes a hard freeze https://bugs.launchpad.net/bugs/39946 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs ma

Re: [Bug 275100] Re: canberra-gtk-play crashed with SIGSEGV in malloc()

2009-01-13 Thread Savvas Radevic
> It would appear then that the default user groups should include audio. You should really create a new bug about the default user groups for the first user. :) > This appears not to be a problem on x86_32 systems which begs the > question, "why?". If I were you, I would create a virtual machine

[Bug 316252] Re: Unable to retrieve MSN Address Book

2009-01-13 Thread Savvas Radevic
Are you sure? Their bugs list doesn't close #8080: http://developer.pidgin.im/query?status=closed&milestone=2.5.4 I've asked in #pidgin and someone replied: < savvas> does 2.5.4 close #8080 bug? http://developer.pidgin.im/ticket/8080 < Err> actually, MSN closed bug 8080, by not breaking on pidgin'

[Bug 316674] Re: catfish can't find on path containing whitespace

2009-01-13 Thread Savvas Radevic
I think this has been been in version 0.3.1: http://www.twotoasts.de/media/catfish/ChangeLog " + fix search from folders with spaces breaking find" I'll try and package the new version, anyone else is also welcome to try :) -- catfish can't find on path containing whitespace https://bugs.launch

[Bug 316674] Re: catfish can't find on path containing whitespace

2009-01-13 Thread Savvas Radevic
Debian will update their package and we can then ask for a sync to include the new catfish version (0.3.2) in Ubuntu repositories. Jarno, can you install my test-package and see if this problem is fixed with 0.3.2: wget https://launchpad.net/%7Emedigeek/+archive/+files/catfish_0.3.2-0ubuntu1_all

[Bug 316674] Re: Please sync catfish 0.3-2 (universe) to 0.3.2-1 from Debian (unstable)

2009-01-13 Thread Savvas Radevic
** Summary changed: - catfish can't find on path containing whitespace + Please sync catfish 0.3-2 (universe) to 0.3.2-1 from Debian (unstable) ** Description changed: + Original title: catfish can't find on path containing whitespace + Binary package hint: catfish OS: 8.10 catfish

[Bug 316674] Re: Please sync catfish 0.3-2 (universe) to 0.3.2-1 from Debian (unstable)

2009-01-13 Thread Savvas Radevic
> I found "food" Great, now we can fix world hunger hehe :) > Why would I purge a working package? Use it if you wish, there are some changes I introduced, it's better if you use the other package > do you mean you uploaded it in some debian repository? Yes, it's listed to be built for Debian un

[Bug 297634] Re: Unable to create install media for other distros

2009-01-13 Thread Savvas Radevic
We could convert it to a wishlist if we change the title.. "Should support install media from other distributions" -- Unable to create install media for other distros https://bugs.launchpad.net/bugs/297634 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 297634] Re: Unable to create install media for other distros

2009-01-13 Thread Savvas Radevic
> I do not think this request would be sufficiently useful, especially since most other distributions already provide their own way to accomplish the same task. Scenario: I use Ubuntu, and I download a Fedora iso image that I want to convert and install it to a USB. I still want to use Ubuntu and

Re: [Bug 316674] Re: Please sync catfish 0.3-2 (universe) to 0.3.2-1 from Debian (unstable)

2009-01-13 Thread Savvas Radevic
Unfortunately, no, it's a new upstream version.. so maybe in backports after it's been a while in the development release (Ubuntu jaunty). -- Please sync catfish 0.3-2 (universe) to 0.3.2-1 from Debian (unstable) https://bugs.launchpad.net/bugs/316674 You received this bug notification because yo

[Bug 316674] Re: Please sync catfish 0.3-2 (universe) to 0.3.2-1 from Debian (unstable)

2009-01-13 Thread Savvas Radevic
The package 0.3.2-1 has been built for Debian sid (unstable): http://packages.debian.org/sid/catfish -- Please sync catfish 0.3-2 (universe) to 0.3.2-1 from Debian (unstable) https://bugs.launchpad.net/bugs/316674 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 291958] Re: linux_logo -L num always returns debian logo

2008-12-22 Thread Savvas Radevic
great, it works, but I think you meant that it has to be commented: #-L debian Thanks for the solution, I've just made a debdiff patch for it (attached). Added test packages for jaunty and intrepid in my Launchpad PPA if anyone is interested to test: https://launchpad.net/~medigeek/+archive **

[Bug 291958] Re: linux_logo -L num always returns debian logo

2008-12-22 Thread Savvas Radevic
I just checked the source again, the jaunty package is now 5.04-1. I made another debdiff for that one (attached) since that's the one that will probably be accepted. ** Attachment added: "linuxlogo_5.04-1ubuntu1.debdiff" http://launchpadlibrarian.net/20654968/linuxlogo_5.04-1ubuntu1.debdiff

Re: [Bug 173890] Re: flashplugin-nonfree fails to install due to md5sum mismatch

2008-12-23 Thread Savvas Radevic
> Jim, > > This is a change. Adobe, itself, will be maintaining the package in the > partners repository. When can we expect it to be fully available in the partners repository? -- flashplugin-nonfree fails to install due to md5sum mismatch https://bugs.launchpad.net/bugs/173890 You received th

[Bug 275100] Re: canberra-gtk-play crashed with SIGSEGV in malloc()

2008-12-24 Thread Savvas Radevic
Not anymore, at least here :) Anyone else? -- canberra-gtk-play crashed with SIGSEGV in malloc() https://bugs.launchpad.net/bugs/275100 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

[Bug 311225] Re: webpy 0.30 incompatible with mod-wsgi

2008-12-25 Thread Savvas Radevic
That's not the debdiff, it's a diff file explaining the differences between files. You can make a debdiff using the debdiff command, but it can't be used for this release, since I'm using a new original tar.gz file (i.e. only for patches). Sent to revu: http://revu.ubuntuwire.com/details.py?packag

Re: [Bug 246475] Re: HP LaserJet P1006 Printer Unable to Print

2008-12-25 Thread Savvas Radevic
As Jonathan Ernst said above in a comment: "However Ubuntu should be able to fetch the correct filter/plugin using the usual GUI tools provided with the distribution." chrone: Try run "sudo hp-setup" command again, make sure it downloads the plugin from the Internet, power off the printer, reboot

[Bug 311225] Re: webpy 0.30 incompatible with mod-wsgi

2008-12-25 Thread Savvas Radevic
** Changed in: webpy (Ubuntu) Assignee: (unassigned) => Savvas Radevic (medigeek) Status: New => In Progress -- webpy 0.30 incompatible with mod-wsgi https://bugs.launchpad.net/bugs/311225 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 291958] Re: linux_logo -L num always returns debian logo

2008-12-25 Thread Savvas Radevic
I've sent a follow-up mail to the debian package maintainer, with a debdiff for the debian package of linuxlogo: http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=504717 -- linux_logo -L num always returns debian logo https://bugs.launchpad.net/bugs/291958 You received this bug notification becau

Re: [Bug 246475] Re: HP LaserJet P1006 Printer Unable to Print

2008-12-25 Thread Savvas Radevic
> already did it Sawas, I could print, but having problems with multiple > pages I have P1006 and it works properly, maybe it's the application you're using? :\ -- HP LaserJet P1006 Printer Unable to Print https://bugs.launchpad.net/bugs/246475 You received this bug notification because you are

[Bug 283316] Re: CD-ROM tray closes automatically after eject

2008-12-27 Thread Savvas Radevic
wpshooter, udev (124-9) is in intrepid-updates, you shouldn't need to use those two lines. Just update your PC normally you'll receive it if you have internet. If not, here's the package: http://packages.ubuntu.com/intrepid-updates/udev http://fr.archive.ubuntu.com/ubuntu/pool/main/u/udev/udev_12

Re: [Bug 283316] Re: CD-ROM tray closes automatically after eject

2008-12-29 Thread Savvas Radevic
> BUT, I still had the problem AFTER applying EVERY update that was > available from the Intrepid-updates that are found under software > sources. Weird, maybe you should provide more information: - CD/DVD drive brand and model number - SATA or (P)ATA? Can you post the current output of this comm

[Bug 298796] Re: package acidlab 0.9.6b20-24 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-01-20 Thread Savvas Radevic
File a request ("ask a question") at: http://answers.launchpad.net/launchpad Tell them which private information you want to be removed from your comments at this bug report. -- package acidlab 0.9.6b20-24 failed to install/upgrade: subprocess post-installation script returned error exit status

[Bug 319146] [NEW] When a release reaches End-of-Life, update manager should show EoL status and provide a link with working procedures and more information.

2009-01-20 Thread Savvas Radevic
Public bug reported: Binary package hint: update-manager Severity: wishlist Related to: Bug #1, update-manager, ubuntu documentation Description: Supposedly a release reaches its End-of-Life (EoL). In that case repositories simply disappear, just as they have with 7.04 Feisty, see: http://arch

[Bug 319146] Re: When a release reaches End-of-Life, update manager should show EoL status and provide a link with working procedures and more information.

2009-01-20 Thread Savvas Radevic
** Attachment added: "e-o-l_screenshots.tar.gz" http://launchpadlibrarian.net/21467149/e-o-l_screenshots.tar.gz ** Description changed: Binary package hint: update-manager - - Subject: When a release reaches End-of-Life, update manager should show - EoL status and provide a link with worki

[Bug 319192] [NEW] interactive upgrade hooks - no documentation

2009-01-20 Thread Savvas Radevic
Public bug reported: Binary package hint: update-notifier I've recently discovered a well-designed form of providing post-install update information, through /var/lib/update-notifier/user.d/ I'm referring to interactive upgrade hooks. Unfortunately, documentation isn't included with the package

[Bug 319194] [NEW] bogus filenames: upgrade-notifie.docs upgrade-notifier.cron.daily

2009-01-20 Thread Savvas Radevic
Public bug reported: Binary package hint: update-notifier update-notifier source package 0.75.6 (Ubuntu jaunty 9.04 alpha) The debian source package contains two filenames, that I think aren't used or are wrongly named: debian/upgrade-notifie.docs debian/upgrade-notifier.cron.daily ** Affects:

[Bug 64067] Re: a progress bar for 'cp' and 'mv'

2009-01-20 Thread Savvas Radevic
** Also affects: coreutils (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=237553 Importance: Unknown Status: Unknown -- a progress bar for 'cp' and 'mv' https://bugs.launchpad.net/bugs/64067 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 64067] Re: a progress bar for 'cp' and 'mv'

2009-01-20 Thread Savvas Radevic
Also, there's an example with pv command: http://www.debianadmin.com/pv-pipe-viewer-shell-pipeline-element-to-meter-data-passing-through.html Or a bash script: http://chris-lamb.co.uk/2008/01/24/can-you-get-cp-to-give-a-progress-bar-like-wget/ -- a progress bar for 'cp' and 'mv' https://bugs.lau

[Bug 102212] Re: [needs-packaging] Metasploit Framework 3.2 (multiverse)

2009-01-20 Thread Savvas Radevic
quoting from http://trac.metasploit.com/browser/framework3/trunk/README " 31 The Metasploit Framework is provided under the BSD license above. 32 33 The copyright on this package is held by Metasploit LLC. 34 35 This copyright does not apply to the following components:

Re: [Bug 102212] Re: [needs-packaging] Metasploit Framework 3.2 (multiverse)

2009-01-21 Thread Savvas Radevic
You have some errors between LGPL and GPLv2. I've tried to look into source code and README and LICENSE files. This is what I could come up with: Metasploit framework: 3-clause BSD I have looked into: 1) lib directory 2) external directory "N/A" means "No license found", I suppose those follow t

[Bug 102212] Re: [needs-packaging] Metasploit Framework 3.2 (multiverse)

2009-01-21 Thread Savvas Radevic
Removing assignment, as the package in http://revu.ubuntuwire.net wasn't updated for a while ** Changed in: ubuntu Assignee: Justin M. Wray (wray-justin) => (unassigned) Status: In Progress => Confirmed -- [needs-packaging] Metasploit Framework 3.2 (multiverse) https://bugs.launchpad

[Bug 43644] Re: time-admin shows different time zone when it is restarted

2009-01-21 Thread Savvas Radevic
** Changed in: gnome-system-tools (Ubuntu) Status: Confirmed => Invalid ** Also affects: system-tools-backends (Ubuntu) Importance: Undecided Status: New ** Also affects: system-tools-backends via http://bugzilla.gnome.org/show_bug.cgi?id=354661 Importance: Unknown S

[Bug 248045] Re: firefox-3.0 - history visit "by last visited" showing in alphabetical order

2009-01-22 Thread Savvas Radevic
Can't reproduce it anymore, so I'll set it as invalid ** Changed in: firefox-3.0 (Ubuntu) Status: Incomplete => Invalid -- firefox-3.0 - history visit "by last visited" showing in alphabetical order https://bugs.launchpad.net/bugs/248045 You received this bug notification because you are

[Bug 319204] Re: Please sync flumotion (universe) with the scoop of the Debian External Health Status

2009-01-22 Thread Savvas Radevic
** Bug watch added: Debian Bug tracker #473781 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473781 ** Also affects: flumotion (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473781 Importance: Unknown Status: Unknown -- Please sync flumotion (universe) with the

[Bug 283782] Re: firefox - cannot save blogger.com and yahoo.com login information

2009-01-22 Thread Savvas Radevic
Ubuntu 8.10 $ apt-cache policy firefox-3.0 firefox-3.0: Installed: 3.0.5+nobinonly-0ubuntu0.8.10.1 Candidate: 3.0.5+nobinonly-0ubuntu0.8.10.1 Version table: *** 3.0.5+nobinonly-0ubuntu0.8.10.1 0 500 http://security.ubuntu.com intrepid-security/main Packages 500 http://de.arc

[Bug 283782] Re: firefox - cannot save blogger.com and yahoo.com login information

2009-01-22 Thread Savvas Radevic
Yes unfortunately, this bug still happens on yahoo.com and blogger.com ** Changed in: firefox-3.0 (Ubuntu) Status: Incomplete => New -- firefox - cannot save blogger.com and yahoo.com login information https://bugs.launchpad.net/bugs/283782 You received this bug notification because you a

Re: [Bug 336200] Re: Dependencies for gdesklets are no longer fulfilled

2009-03-12 Thread Savvas Radevic
> I don't understand, why this bug was set as "Fix Released" if the > problem is related to bug #83922 ? I think because this bug targets the dependencies, which can be fulfilled - but the fact that it doesn't run (on 64-bit systems only?), well that's another issue unfortunately. :( I said it is

[Bug 228265] Re: [needs-packaging] FatRat download manager

2009-03-12 Thread Savvas Radevic
Here's the reply: On Monday 16 of February 2009 08:48:31 you wrote: > Hi, I would like to try and create a package for fatrat for > Ubuntu/Debian. Unfortunately I've stumped on two problems: > 1) The bugzilla is not working: > http://fatrat.dolezel.info/bugs/ > Forbidden - You don't have permissio

[Bug 83922] Re: gdesklets does not start amd64

2009-03-12 Thread Savvas Radevic
Can anyone with 32-bit Ubuntu 8.04, 8.10 or 9.04 confirm that gdesklets works as expected on 32-bit Ubuntu? -- gdesklets does not start amd64 https://bugs.launchpad.net/bugs/83922 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubunt

[Bug 341258] Re: Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed

2009-03-12 Thread Savvas Radevic
Fixed an error: dh_libinstalldirs -> dh_installdirs ** Attachment added: "gpixpod_0.6.2-0ubuntu6_fixed.debdiff" http://launchpadlibrarian.net/23813555/gpixpod_0.6.2-0ubuntu6_fixed.debdiff -- Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed https://bugs.launchpad.net/bugs/341258 Y

[Bug 341258] Re: Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed

2009-03-12 Thread Savvas Radevic
build log that matches the patch (comment #4) ** Attachment added: "build_log.tar.gz" http://launchpadlibrarian.net/23813522/build_log.tar.gz -- Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed https://bugs.launchpad.net/bugs/341258 You received this bug notification because you

[Bug 341258] Re: Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed

2009-03-12 Thread Savvas Radevic
** Attachment added: "gpixpod_0.6.2-0ubuntu6.debdiff" http://launchpadlibrarian.net/23813520/gpixpod_0.6.2-0ubuntu6.debdiff -- Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed https://bugs.launchpad.net/bugs/341258 You received this bug notification because you are a member of Ub

[Bug 342146] [NEW] gtk-sharp2-examples and monodoc-gtk2.0-manual should be in Suggests

2009-03-13 Thread Savvas Radevic
Public bug reported: Binary package hint: gtk-sharp2 Depends: gtk-sharp2-examples, gtk-sharp2-gapi, libglib2.0-cil, libgtk2.0-cil, libglade2.0-cil, monodoc-gtk2.0-manual Package gtk-sharp2 should only suggest the documentation packages: gtk-sharp2-examples monodoc-gtk2.0-manual Otherwise, peop

[Bug 342146] Re: gtk-sharp2-examples and monodoc-gtk2.0-manual should be in Suggests

2009-03-13 Thread Savvas Radevic
** Bug watch added: Debian Bug tracker #519509 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519509 ** Also affects: gtk-sharp2 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519509 Importance: Unknown Status: Unknown -- gtk-sharp2-examples and monodoc-gtk2.0-ma

[Bug 342151] Re: Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed

2009-03-13 Thread Savvas Radevic
touch python-build-stamp-2.5 cd . && python setup.py build --build-base="/tmp/buildd/urwid-0.9.8.3/./build" Traceback (most recent call last): File "setup.py", line 29, in import urwid File "/tmp/buildd/urwid-0.9.8.3/urwid/__init__.py", line 41, in from listbox import * File "/tmp/b

[Bug 342151] Re: Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed

2009-03-13 Thread Savvas Radevic
Attaching a clean version of the patch, in case someone wants it for other distributions! ** Attachment added: "metaclass_conflict_fix.patch" http://launchpadlibrarian.net/23818506/metaclass_conflict_fix.patch -- Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed https://bugs.launc

[Bug 342151] Re: Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed

2009-03-13 Thread Savvas Radevic
Build logs attached matching the patch above. Tested with "reportbug -B debian" and works! :) ** Attachment added: "build_log.tar.gz" http://launchpadlibrarian.net/23818470/build_log.tar.gz -- Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed https://bugs.launchpad.net/bugs/34215

[Bug 342151] [NEW] Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed

2009-03-13 Thread Savvas Radevic
Public bug reported: $ apt-cache policy python-urwid; sudo apt-get install python-urwid python-urwid: Installed: (none) Candidate: 0.9.8.3-1 Version table: 0.9.8.3-1 0 500 http://archive.ubuntu.com jaunty/universe Packages Reading package lists... Done Building dependency tree

[Bug 342151] Re: Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed

2009-03-13 Thread Savvas Radevic
Found a patch, I edited it since urwid/monitored_list.py doesn't exist anymore: http://www.mail-archive.com/ur...@lists.excess.org/msg00297.html Attached a debdiff patch. ** Attachment added: "urwid_0.9.8.3-1ubuntu1.debdiff" http://launchpadlibrarian.net/23818439/urwid_0.9.8.3-1ubuntu1.debdiff

[Bug 83922] Re: gdesklets does not start amd64

2009-03-13 Thread Savvas Radevic
Woa! I changed /usr/lib/gdesklets/gdesklets python -> python2.5 $ head /usr/lib/gdesklets/gdesklets #! /usr/bin/env python2.5 $ gdesklets check Checking requirements: - sys ... found - xml.parsers.expat ... found - xml.sax ... found - gtk ... found - ORBit ... found - bonobo.ui ... found Re

[Bug 83922] Re: gdesklets does not start amd64

2009-03-13 Thread Savvas Radevic
build log for the patch above ** Attachment added: "build_log.tar.gz" http://launchpadlibrarian.net/23820227/build_log.tar.gz -- gdesklets does not start amd64 https://bugs.launchpad.net/bugs/83922 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 339554] Re: debian/control: Description shows duplicate lines

2009-03-13 Thread Savvas Radevic
** Changed in: gedit-plugins (Ubuntu) Assignee: Savvas Radevic (medigeek) => (unassigned) Status: In Progress => Confirmed -- debian/control: Description shows duplicate lines https://bugs.launchpad.net/bugs/339554 You received this bug notification because you are a member of

[Bug 83922] Re: gdesklets does not start amd64

2009-03-13 Thread Savvas Radevic
It seems that gdesklets requires packages from python2.4: http://ubuntuforums.org/showthread.php?t=582721 -- gdesklets does not start amd64 https://bugs.launchpad.net/bugs/83922 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 83922] Re: gdesklets does not start amd64

2009-03-13 Thread Savvas Radevic
Attached a debdiff patch, I've restricted the python version to 2.5 and fixed interpreters (using sed, in debian/rules). ** Attachment added: "gdesklets_0.36-5build1ubuntu1.debdiff" http://launchpadlibrarian.net/23820169/gdesklets_0.36-5build1ubuntu1.debdiff -- gdesklets does not start amd64

[Bug 341258] Re: Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed

2009-03-13 Thread Savvas Radevic
** Changed in: gpixpod (Ubuntu) Assignee: Savvas Radevic (medigeek) => (unassigned) Status: In Progress => Confirmed -- Depends: python (< 2.6) but 2.6.1-0ubuntu3 is to be installed https://bugs.launchpad.net/bugs/341258 You received this bug notification because you are a

Re: [Bug 336200] Re: Dependencies for gdesklets are no longer fulfilled

2009-03-13 Thread Savvas Radevic
I've sent a temporary patch for it at bug #83922 - it seems it's not compatible with python 2.6 :\ -- Dependencies for gdesklets are no longer fulfilled https://bugs.launchpad.net/bugs/336200 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 83922] Re: gdesklets does not start amd64

2009-03-13 Thread Savvas Radevic
A small change after consulting #ubuntu-motu folks, package version 0.36-5build1ubuntu1 -> 0.36-5ubuntu1. I've attached the new patch (the rest is the same!) :) I forgot to mention that I've tested the patch on my amd64 jaunty and it works as expected! ** Attachment added: "gdesklets_0.36-5ubunt

Re: [Bug 340901] [NEW] needs python 2.6 transition and porting

2009-03-15 Thread Savvas Radevic
Woops, forgot about this - I'll apply the patch tomorrow, as soon as I get home! On 3/12/09, Jerome Haltom wrote: > Hi. Sorry, haven't worked on this in ages. Actually wasn't aware people > were using it. Really wanted to get back into it. You happen to clean it > up? > > I'll just add you to the

[Bug 343415] [NEW] icon is missing from menu Applications > Internet

2009-03-15 Thread Savvas Radevic
Public bug reported: Binary package hint: epiphany-browser Epiphany icon is missing from Applications > Internet $ apt-cache policy epiphany-browser epiphany-browser-data epiphany-browser: Installed: 2.25.91-0ubuntu1 Candidate: 2.25.91-0ubuntu1 Version table: *** 2.25.91-0ubuntu1 0

[Bug 160264] Re: [nvidia] compiz displays white screen when locked

2009-03-15 Thread Savvas Radevic
It seems to be gnome-screensaver / nvidia driver's fault Quick fix, do the following on both accounts you're using fast user switch: 1) Disable gnome-screensaver: System > Preferences > Screensaver 2) Right-click on "Fast User Switch" applet on the gnome panel bar, choose "preferences", uncheck "L

Re: [Bug 343415] Re: icon is missing from menu Applications > Internet

2009-03-15 Thread Savvas Radevic
It seems to require a logout / login. But menus shouldn't require such a thing, isn't it? -- icon is missing from menu Applications > Internet https://bugs.launchpad.net/bugs/343415 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 188468] Re: Epiphany icon missing

2009-03-15 Thread Savvas Radevic
Kai, check out https://bugs.launchpad.net/bugs/343415 - I filed a new bug about it :) -- Epiphany icon missing https://bugs.launchpad.net/bugs/188468 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bug

<    1   2   3   4   5   6   7   8   9   10   >