[Bug 1901747] [NEW] Update from 18.04 to 20.04 not possible

2020-10-27 Thread Hanky
Public bug reported:

I removed all PPAs with ppa-purge, as well as (hopefully) all packages
created by myself.

1) Ubuntu release:
lsb_release -rd
Description:Ubuntu 18.04.5 LTS
Release:18.04

2)Package version
ubuntu-release-upgrader-core 1:18.04.40

3) Obviously I expected an upgrade to 20.04

4) Instead the upgrade process stopped with an error, telling me that the 
program was not able to determine which system upgrade was available, and that 
an unsolvable problem occurred - without further informations what the cause of 
the problem could be.   
It asks me to file this bug report.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.40
ProcVersionSignature: Ubuntu 5.4.0-52.57~18.04.1-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.18
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct 27 18:59:02 2020
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-10-27 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic dist-upgrade

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

Title:
  Update from 18.04 to 20.04 not possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1901747/+subscriptions

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

[Bug 1577137] Re: saned.service masked and cannot be unmasked

2016-07-25 Thread Hanky
Hi!
I tried to start simple scan with

#SANE_NET_HOSTS=XXX.XXX.XXX.XX simple-scan

and after some time it actually started, using the network scanner on
XXX.XXX.XXX.XX, using a saned process.

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

Title:
  saned.service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 1577137] Re: saned.service masked and cannot be unmasked

2016-07-25 Thread Hanky
Hi!

I guess that is a Simple Scan problem - afaik Simple Scan is not able to
use network scanners; at least I can't use network scanners with it, and
can't recall that it was possible with earlier versions. Have you tried
xsane? If scanimage -L finds the network scanner, xsane should work too.

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

Title:
  saned.service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 1577137] Re: saned.service masked and cannot be unmasked

2016-06-02 Thread Hanky
With systemd used in 16.04 (xenial is 16.04, not 16.10, that will be
released in october...) saned is not meant to be started manually.
saned.socket is listening for incoming requests. saned is started when a
program like XSane or scanimage are started and request a start of
saned, too. There are quite a few XXX.service files in
lib/systemd/system pointing to /dev/null. No need to remove those, since
the service is handled other files, in this case by saned@.service in
this case.

I'm no expert, but I read that it is necessary when in a foo.socket file
an expression `Accept=yes` is used, the corresponding service file has
to be  foo@.service, while foo.service is not usable. I think that is
the reason why it points to /dev/null

Just configure the other saned-files  (/etc/sane.d/saned.conf on the
server,  /etc/sane.d/net.conf on the client), start the socket with
`sudo systemctl start saned.socket`, start up XSane, and if you didn't
make any mistakes you'll find a saned process running (see my last
post).

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

Title:
  saned.service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 1577137] Re: saned.service masked and cannot be unmasked

2016-05-28 Thread Hanky
I checked the whole procedure on a fresh 16.04 install.

To start saned.socket first I needed to run

`sudo systemctl start saned.socket`

However, in /usr/share/doc/sane-utils/README.Debian I found the
solution: To use socket.saned from startup, you have to run

`sudo systemctl enable saned.socket`

once. The terminal tells me:

`Created symlink from
/etc/systemd/system/sockets.target.wants/saned.socket to
/lib/systemd/system/saned.socket.`

On the next reboot saned.socket starts right away. This explains why it
was started on my working machine; I definitely tried that command in my
attempts to start saned...

If you don't want that automatic start anymore, it has do be disabled
again:

`sudo systemctl disable saned.socket`


So I would conclude: This is not a bug, but a feature ;-)

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

Title:
  saned.service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 1577137] Re: saned.service masked and cannot be unmasked

2016-05-26 Thread Hanky
** Summary changed:

- sane service masked and cannot be unmasked
+ saned.service masked and cannot be unmasked

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

Title:
  saned.service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 1577137] Re: sane service masked and cannot be unmasked

2016-05-26 Thread Hanky
There actually was an update for systemd (as jurgen already posted), so 
probably there was a "fix" includes, who knows... 
I can confirm that my setup is back to stock config, since I even reinstalled 
sane-utils to make sure. I don't have to explicitly start saned.socket, it 
works after every reboot, I can confirm that, too.

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

Title:
  sane service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 1577137] Re: sane service masked and cannot be unmasked

2016-05-26 Thread Hanky
I don't need the files in /etc/systemd/system, the default ones work
after I removed the "new" ones:

Loaded: loaded (/lib/systemd/system/saned.socket; enabled; vendor preset: 
enabled)
.
Loaded: loaded (/lib/systemd/system/saned@.service; indirect; vendor preset: 
enabled)

I don't recall using something like `systemctl start saned.socket`, it
now is started automatically when booting the machine.

I guess I didn't configure the other sane files correctly before I
placed the files in /etc/systemd/system. I had some mistakes (wrong
server/client adresses) in /etc/sane.d/saned.conf and
/etc/sane.d/net.conf.  After I corrected those, it work with the new
files. Then I tried without , and it still worked...

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

Title:
  sane service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 1577137] Re: sane service masked and cannot be unmasked

2016-05-26 Thread Hanky
I don't know if kubuntu ships systemd. The command  is `systemctl status
saned.socket`, sorry about that typo in the post above...

If you just used the scanner plugged into an usb socket of your machine,
and not the net-backend, there was no need to configure sane manually...
We are talking about saned, the sane network deamon, which is needed to
use a scanner in your home network, but is connected to another computer
acting as server.

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

Title:
  sane service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 1577137] Re: sane service masked and cannot be unmasked

2016-05-25 Thread Hanky
After doing some research I believe this is not a bug, but a
misunderstanding. With systemd in use in 16.04 saned is started only "on
demand", when a program calls for it.

The solution from the manpage I described above is actually realised
with the sane-utils package, the files are part of that package, only
difference is that the are placed in /lib/systemd/system instead of
/etc/systemd/system.

sane.socket listens on port 6566 for incoming saned-requests, 
`sudo systemtctl status saned.socked` results in 

● saned.socket - saned incoming socket
   Loaded: loaded (/lib/systemd/system/saned.socket; enabled; vendor preset: 
enabled)
   Active: active (listening) since Mi 2016-05-25 16:46:07 CEST; 2h 17min ago
   Listen: [::]:6566 (Stream)
 Accepted: 0; Connected: 0

If saned is configured correctly and a program like xsane calls for it,
it is started accordingly.

`sudo systemtctl status saned@*.service`  (mark the * !) then will
result in something like

● sa...@0-192.168.xxx.xx:6566-192.168.xxx.xx:38046.service - Scanner Service 
(192.168.xxx.xx:38046)
   Loaded: loaded (/lib/systemd/system/saned@.service; indirect; vendor preset: 
enabled)
   Active: active (running) since Mi 2016-05-25 18:47:01 CEST; 6min ago
 Main PID: 2181 (saned)
   CGroup: 
/system.slice/system-saned.slice/sa...@0-192.168.xxx.xx:6566-192.168.xxx.xx:38046.service
   └─2181 /usr/sbin/saned

Mai 25 18:47:01 computer-name systemd[1]: Started Scanner Service 
(192.168.xxx.xx:38046).
Mai 25 18:47:01 computer-name saned[2181]: saned (AF-indep+IPv6+systemd) from 
sane-backends 1.0.25git starting up
Mai 25 18:47:01 computername saned[2181]: check_host: access by remote host: 
:::192.168.xxx.xx
Mai 25 18:47:01 computername saned[2181]: init: access granted to 
saned-user@:::192.168.xxx.xx

sane is loaded by /lib/systemd/system/saned@.service, which starts
/usr/bin/saned as requested by xsane.

The service cannot be started manually by something like `sudo systemctl
start saned`, because it is only started by incoming requests.
`scanimage -L` will also start saned, but it will stop as soon as the
process is completed.

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

Title:
  sane service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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

[Bug 1577137] Re: sane service masked and cannot be unmasked

2016-05-23 Thread Hanky
Another Workaround: Don't use systemd for saned. I removed

/lib/systemd/system/saned.service
/lib/systemd/system/saned.socket
/lib/systemd/system/saned@.service,

as well as the "new" files I added in

/etc/systemd/system/saned.socket
/etc/systemd/system/saned@.service,

configured saned as usual, and it works as it did in 14.04.

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

Title:
  sane service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 1577137] Re: sane service masked and cannot be unmasked

2016-05-21 Thread Hanky
@ jurgen:

Perhaps you should have a look at https://wiki.ubuntuusers.de/SANE-
Scanserver_im_Netzwerk/, judging from your email address you might be
able to read german. Much about saned is documented there, I added my
solution just the other day.

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

Title:
  sane service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 1577137] Re: sane service masked and cannot be unmasked

2016-05-20 Thread Hanky
** Attachment added: "saned.socket"
   
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+attachment/4666733/+files/saned.socket

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

Title:
  sane service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 1577137] Re: sane service masked and cannot be unmasked

2016-05-20 Thread Hanky
I have the same problem, but at least found a workaround.

The man-page for saned
(http://manpages.ubuntu.com/manpages/xenial/man8/saned.8.html) shows a
solution using systemd. Two  config-files are needed in
/etc/systemd/system, saned.socket and saned@.service.

With those files saned seem to work, even though it is masked. scanimage
-L shows the network scanners, and xsane and other programmes can access
those scanners without problems.


** Attachment added: "saned@.service"
   
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+attachment/4666731/+files/saned%40.service

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

Title:
  sane service masked and cannot be unmasked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1577137/+subscriptions

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


[Bug 919577] Re: Can't find mbrola voices in standard install path

2014-07-30 Thread Hanky
stilll true in 14.04

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

Title:
  Can't find mbrola voices in standard install path

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

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


[Bug 455206] Re: NtEd Music Synthesizer does not sounds very well

2012-02-10 Thread Hanky
Hi!

That does not sound like a nted-bug; try a different soundfont (Joerg
Anders recomments  this one: http://www.alsa-project.org/~james/sound-
fonts/8MBGMSFX.SF2

so long
hanky

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

Title:
  NtEd Music Synthesizer does not sounds very well

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

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



[Bug 884035] Re: Missing method System.Type::op_Inequality(Type, Type) in assembly /usr/lib/mono/2.0/mscorlib.dll

2011-11-17 Thread Hanky
Hi!

I encountered a similar error trying to run TheLastRipper (package no
longer available in Ubuntu 11.10). Solution in that case was to start
the program forcing it to use mono-runtime 4.0,

mono ---runtime=v4.0 /usr/local/lib/thelastripper/TheLastRipper.exe

Probably works for similar mono problems as well, and it seems to be a
"general" problem with mono programs not packaged for Oneiric (see
http://orangesquash.org.uk/~laney/blog/posts/2011/10/mono-gotcha/ )

so long
hank

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

Title:
  Missing method System.Type::op_Inequality(Type,Type) in assembly
  /usr/lib/mono/2.0/mscorlib.dll

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-sharp2/+bug/884035/+subscriptions

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


[Bug 668186] Re: automatic detection not working

2010-10-28 Thread Hanky


-- 
automatic detection not working
https://bugs.launchpad.net/bugs/668186
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 668186] [NEW] automatic detection not working

2010-10-28 Thread Hanky
Public bug reported:

Binary package hint: ocrfeeder

1) Ubuntu 10.10, 32-bit
2) 0.6.6-3
3) expected: automatic dtection of text and images

4) ocrfeeder starts the detecting routine, the main window turns grey
after a few seconds, but detection never finishes, cpu load is
constantly high  (96-100%), the process has to be terminated manually.

After terminating the process via keyport, this message appears:

^CTraceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/ocrfeeder/studio/widgetModeler.py", line 
408, in performBoxDetection
self.performBoxDetectionForReviewer(image_reviewer)
  File "/usr/lib/pymodules/python2.6/ocrfeeder/studio/widgetModeler.py", line 
434, in performBoxDetectionForReviewer
blocks = block_retriever.getAllBlocks()
  File "/usr/lib/pymodules/python2.6/ocrfeeder/feeder/layoutAnalysis.py", line 
367, in getAllBlocks
blocks = self.extendBlocksByBelongingSingles()
  File "/usr/lib/pymodules/python2.6/ocrfeeder/feeder/layoutAnalysis.py", line 
303, in extendBlocksByBelongingSingles
if block.isContained(blocks):
  File "/usr/lib/pymodules/python2.6/ocrfeeder/feeder/layoutAnalysis.py", line 
196, in isContained
while i < len(block_list):
KeyboardInterrupt

The application is still usable; manually setting the detection areas
and ocring works flawlessly

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: ocrfeeder 0.6.6-3
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic-pae 2.6.35.4
Uname: Linux 2.6.35-22-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri Oct 29 07:50:18 2010
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
PackageArchitecture: all
ProcEnviron:
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: ocrfeeder

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

-- 
automatic detection not working
https://bugs.launchpad.net/bugs/668186
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 668180] [NEW] Preferences menu not usable

2010-10-28 Thread Hanky
Public bug reported:

Binary package hint: ocrfeeder

1) Ubuntu 10.10, 32-bit
2) 0.6.6-3
3) expected: obvious

4) The preferences menu is not usable. When trying to open it, this
message appears in the terminal:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/studio/studioBuilder.py", line 216, in 
preferences
preferences_dialog = 
widgetPresenter.PreferencesDialog(self.configuration_manager, 
self.ocr_engines_manager.ocr_engines)
  File "/usr/lib/pymodules/python2.6/studio/widgetPresenter.py", line 899, in 
__init__
self.__makeAppearancePreferences(self.__makeColors())
  File "/usr/lib/pymodules/python2.6/studio/widgetPresenter.py", line 969, in 
__makeColors
self.text_fill_color = 
self.__getColorButton(self.configuration_manager.text_fill)
  File "/usr/lib/pymodules/python2.6/studio/widgetPresenter.py", line 1060, in 
__getColorButton
values = [int(value.strip()) for value in color_string.split(',')]
ValueError: invalid literal for int() with base 10: '(94'

This happens as well when trying to use the natty-version
(0.6.6+dfsg1-1)

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

-- 
Preferences menu not usable
https://bugs.launchpad.net/bugs/668180
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 644734] Re: Bad PDF from new versions of Simple Scan

2010-10-14 Thread Hanky
Works fine now - thanks!

-- 
Bad PDF from new versions of Simple Scan
https://bugs.launchpad.net/bugs/644734
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 584215] Re: thelastripper crashes on "Tune in" System.Net.WebException: Error getting response stream

2010-06-19 Thread Hanky
Hi!

The problem seem to be two //-signs within the link-response from
lastfm, which causes problems for mono.

see http://code.google.com/p/thelastripper/issues/detail?id=211 for
details. So this probably isn't a thelastripper problem, but a mono-
problem. I was able to "fix" it with the method described patching
mono-2.6.4, but a workaround within thelastripper would be nicer.

so long\
hank

** Bug watch added: code.google.com/p/thelastripper/issues #211
   http://code.google.com/p/thelastripper/issues/detail?id=211

-- 
thelastripper crashes on "Tune in" System.Net.WebException: Error getting 
response stream
https://bugs.launchpad.net/bugs/584215
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 313715] Re: Lirc doesn't support originally IR for Terratec Cinergy T USB XXS

2009-03-31 Thread Hanky
Hi!

You probably have to add

options dvb_usb_dib0700 dvb_usb_dib0700_ir_proto=0

to your /etc/modprobe.d/options file; then reboot the machine.

so long
hank

-- 
Lirc doesn't support originally IR for Terratec Cinergy T USB XXS
https://bugs.launchpad.net/bugs/313715
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 332508] Re: package kdelibs-data None failed to install/upgrade: Versuche, »/usr/share/mimelnk /application/x-mplayer2.desktop« zu überschrei ben, welches auch in Paket kaffeine ist

2009-02-21 Thread Hanky

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/22945984/DpkgTerminalLog.txt

-- 
package kdelibs-data None failed to install/upgrade: Versuche, 
»/usr/share/mimelnk/application/x-mplayer2.desktop« zu überschreiben, welches 
auch in Paket kaffeine ist
https://bugs.launchpad.net/bugs/332508
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 332508] [NEW] package kdelibs-data None fai led to install/upgrade: Versuche, »/usr/share/mim elnk/application/x-mplayer2.desktop« zu übersc hreiben, welches auch in Paket kaffeine ist

2009-02-21 Thread Hanky
Public bug reported:

Binary package hint: kdelibs

Ubuntu 8.10, kernel 2.6.27-11-generic

After compiling kaffeine version 0.8,7 and installing a package created
via checkinstall, the message

 package kdelibs-data None failed to install/upgrade: Versuche,
»/usr/share/mimelnk/application/x-mplayer2.desktop« zu überschreiben,
welches auch in Paket kaffeine ist" (trying to overwirite
//usr/share/mimelnk/application/x-mplayer2.desktop, which is also
included in the package kaffeine)

appeared. It works fine without checkinstall. even though the german
language supprt is missing .

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.10
ErrorMessage: Versuche, »/usr/share/mimelnk/application/x-mplayer2.desktop« zu 
überschreiben, welches auch in Paket kaffeine ist
Package: kdelibs-data None
PackageArchitecture: all
SourcePackage: kdelibs
Title: package kdelibs-data None failed to install/upgrade: Versuche, 
»/usr/share/mimelnk/application/x-mplayer2.desktop« zu überschreiben, welches 
auch in Paket kaffeine ist
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-package

-- 
package kdelibs-data None failed to install/upgrade: Versuche, 
»/usr/share/mimelnk/application/x-mplayer2.desktop« zu überschreiben, welches 
auch in Paket kaffeine ist
https://bugs.launchpad.net/bugs/332508
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

Re: [Bug 313715] Re: Lirc doesn't support originally IR for Terratec Cinergy T USB XXS

2009-02-03 Thread Hanky
Am Mittwoch, den 21.01.2009, 08:56 + schrieb VSN:
> Hi,
> 
> I use Ubuntu 8.10 and have the same device Terratec Cinergy T USB XXS
> 
> I also didn't get the remote control working.
> 
> The stick itself works perfectly. It was auto initialized by Ubuntu. By
> the command sudo dmesg | grep usb I got
> 
> [   12.382840] dvb-usb: found a 'Terratec Cinergy T USB XXS' in warm state.
> [   12.382910] dvb-usb: will pass the complete MPEG2 transport stream to the 
> software demuxer.
> [   12.790800] input: IR-receiver inside an USB DVB receiver as 
> /devices/pci:00/:00:13.5/usb6/6-10/input/input6
> [   12.841249] dvb-usb: schedule remote query interval to 150 msecs.
> [   12.841256] dvb-usb: Terratec Cinergy T USB XXS successfully initialized 
> and connected.
> [   12.841564] usbcore: registered new interface driver dvb_usb_dib0700
> [   16.976828] usb-storage: device scan complete
> 
> It shows that the remote was also initilized.
> 
> The LIRC didn't support the remote. Auto-detect reported a error: No IR
> Receivers Found
> 
> I have found  the config file for this remote. It is attached.
> 
> I hope this problem will be fixed soon.
> 
> 
> ** Attachment added: "lircd.conf"
>http://launchpadlibrarian.net/21500614/lircd.conf
> 
Hi!

Try editing the lirc.fdi-file
in /usr/share/hal/fdi/preprobe/20thirdparty. The string referring to
"saa7431" has to be replaced by your own remot (check with "cat
proc/bus/input/devices" what is needed for your remote). You'll probably
have to remove the other entries (if you're using lirc-0.8.4a or
higher). The file will have to look like this:




  
 
true
 
  



You have to restart HAL and the displaymanager you are using to have an
effect.

Good luck!
hank

-- 
Lirc doesn't support originally IR for Terratec Cinergy T USB XXS
https://bugs.launchpad.net/bugs/313715
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 304480] Re: unable to install adblock and others in firefox

2008-12-03 Thread Hanky
Hi!

Seems like I 'solved' it - the ubuntu-version of firefox ships with its
"own" extensions, I had to install the adblock plus add-on via the
ubuntu-add-ons;  now it works...

So this isn't a real bug, but just a case of missing information ;-)

so long
hanky

** Changed in: firefox-3.0 (Ubuntu)
   Status: New => Invalid

** bug changed to question:
   https://answers.launchpad.net/ubuntu/+source/firefox-3.0/+question/53437

-- 
unable to install adblock and others in firefox
https://bugs.launchpad.net/bugs/304480
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 304480] Re: unable to install adblock and others in firefox

2008-12-02 Thread Hanky

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/20144720/Dependencies.txt

** Attachment added: "ExtensionSummary.txt"
   http://launchpadlibrarian.net/20144721/ExtensionSummary.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/20144722/profiles.ini.txt

-- 
unable to install adblock and others in firefox
https://bugs.launchpad.net/bugs/304480
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 304480] [NEW] unable to install adblock and others in firefox

2008-12-02 Thread Hanky
Public bug reported:

Binary package hint: firefox-3.0

Hi!

Ubuntu version is;
lsb_release -rd
Description:Ubuntu 8.10
Release:8.10


Version of the package is:
firefox
Installed: 3.0.4+nobinonly-0ubuntu0.8.10.1
*** 3.0.4+nobinonly-0ubuntu0.8.10.1 0
500 http://de.archive.ubuntu.com intrepid-updates/main Packages
500 http://security.ubuntu.com intrepid-security/main Packages
100 /var/lib/dpkg/status

I tried to install the 'adblock plus' add-on and some other related
things, but without success - the add-ons don't show up anywhere even
though firefox tells me they are being downloaded and "installed".

In consequence, no ads are blocked, I can't subscribe to any filter
list, or create my own filter rules.

What could be the problem?

so long
Heinrich Schwietering

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: firefox-3.0 3.0.4+nobinonly-0ubuntu0.8.10.1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.27-9-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
unable to install adblock and others in firefox
https://bugs.launchpad.net/bugs/304480
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