[Bug 659024] Re: fatal errors installing oss-compat, snd_pcm_oss module not found

2011-07-20 Thread Stefan Reichör
padsp sounds good.
However, I failed to make it work :-(

Here is what I tried:

% wajig start pulseaudio
 * PulseAudio configured for per-user sessions
% ps ax G pulse
 2043 ?Ssl   0:00 /usr/bin/pulseaudio --start --log-target=syslog
 2084 ?Sl 0:00 /usr/lib/pulseaudio/pulse/gconf-helper
24579 pts/1S+ 0:00 grep pulse
% padsp aumix
aumix:  error opening mixer: Input/output error

My goal is to have aumix available again...

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

Title:
  fatal errors installing oss-compat, snd_pcm_oss module not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oss-compat/+bug/659024/+subscriptions

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


[Bug 656890] Re: Fails due to missing /dev/mixer

2010-10-24 Thread Stefan Reichör
I have the same problem.
Are there any workarounds?

-- 
Fails due to missing /dev/mixer
https://bugs.launchpad.net/bugs/656890
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 224828] Re: NIS demon fails during startup if the roaming mode is turned off

2010-02-10 Thread Stefan Reichör
The problem is still present in Ubuntu 9.10

The fix from David Munro  (2008-05-02) does no longer work:

There is no file named /etc/rc2.d/S24hal

What are other people doing to work around this problem?

-- 
NIS demon fails during startup if the roaming mode is turned off
https://bugs.launchpad.net/bugs/224828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 224828] Re: NIS demon fails during startup if the roaming mode is turned off

2010-02-10 Thread Stefan Reichör
The problem is still present in Ubuntu 9.10

The fix from David Munro  (2008-05-02) does no longer work:

There is no file named /etc/rc2.d/S24hal

What are other people doing to work around this problem?

-- 
NIS demon fails during startup if the roaming mode is turned off
https://bugs.launchpad.net/bugs/224828
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 108678] Re: pylint package hijacks emacs's mapping of major keys

2008-12-17 Thread Stefan Reichör
Today I looked at pylint.el

Both problems (the keybindings and pylint-python-hook) are solved now

So closing this bug is correct.

Thanks for fixing it!


Stefan.

-- 
pylint package hijacks emacs's mapping of major keys
https://bugs.launchpad.net/bugs/108678
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 108678] Re: pylint package hijacks emacs's mapping of major keys

2008-12-17 Thread Stefan Reichör
It is fixed now :-)

** Changed in: pylint (Ubuntu)
   Status: Invalid = Fix Released

-- 
pylint package hijacks emacs's mapping of major keys
https://bugs.launchpad.net/bugs/108678
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 224828] Re: NIS demon fails during startup if the roaming mode is turned off

2008-05-08 Thread Stefan Reichör
I can confirm the bug described above for the machines in our network
also.

The users were shocked that they could not login after the upgrade!
This is a very serious bug in my opinion.

Our workaround is the following:

* login as local user
* wajig restart nis
* login via nis

-- 
NIS demon fails during startup if the roaming mode is turned off
https://bugs.launchpad.net/bugs/224828
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 73903] Re: pyrex-mode should provide 'pyrex-mode

2008-01-14 Thread Stefan Reichör
Hello Marco!

 Why do you think pyrex should have that ?

 ** Changed in: pyrex (Ubuntu)
Status: New = Incomplete

Thanks for looking at this.

It is some kind of a convention for emacs packages.

When the (provide 'pyrex-mode) is given, it is possible
to load it via (require 'pyrex-mode)

If you try it without the provide statement, you get a warning, that
'pyrex-mode is not provided.

So this require statement is needed to make pyrex-mode a well formed
emacs lisp package. It does no harm and it helps to avoid a warning
message.


Stefan.

-- 
pyrex-mode should provide 'pyrex-mode
https://bugs.launchpad.net/bugs/73903
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 108678] Re: pylint package hijacks emacs's mapping of major keys

2007-07-13 Thread Stefan Reichör
Hi!

Please remove that bindings.

Another thing is that the used hook is called my-python-hook.
A better name would be pylint-python-hook

I solved the problem by removing the hook via the following statement in my 
.emacs:
(remove-hook 'python-mode-hook 'my-python-hook)

Then I can do M-x pylint

-- 
pylint package hijacks emacs's mapping of major keys
https://bugs.launchpad.net/bugs/108678
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 73903] pyrex-mode should provide 'pyrex-mode

2006-11-30 Thread Stefan Reichör
Public bug reported:

Binary package hint: pyrex-mode

Please add the line
(provide 'pyrex-mode) 
to pyrex-mode.el

** Affects: pyrex (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
pyrex-mode should provide 'pyrex-mode
https://launchpad.net/bugs/73903

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


[Bug 73904] pyx file extension is entered two times to the auto-mode-alist

2006-11-30 Thread Stefan Reichör
Public bug reported:

The pyx extension is entered once in
/etc/emacs/site-start.d/50pyrex-mode.el

And it is added again in pyrex-mode.el


Stefan.

** Affects: pyrex (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
pyx file extension is entered two times to the auto-mode-alist
https://launchpad.net/bugs/73904

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


[Bug 73007] w3m-el should depend on emacs-snapshot also

2006-11-23 Thread Stefan Reichör
Public bug reported:

Binary package hint: w3m-el

So the depends line should look like:

Depends: xemacs21 | emacs21 | emacs-snapshot, apel (= 10.5) | emacs21,
w3m (= 0.3) | w3m-ssl (= 0.3) | w3mmee (= 0.3)

This is on ubuntu edgy.

** Affects: w3m-el (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
w3m-el should depend on emacs-snapshot also
https://launchpad.net/bugs/73007

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


[Bug 66676] Re: No devices detected in gparted

2006-11-23 Thread Stefan Reichör
The problem does no longer appear on the released edgy version :-)

** Changed in: gparted (Ubuntu)
   Status: Needs Info = Fix Released

-- 
No devices detected in gparted
https://launchpad.net/bugs/66676

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


Re: [Bug 66676] Re: No devices detected in gparted

2006-10-19 Thread Stefan Reichör
Hi Jeff!

 That is odd. You may want to submit it here: http://bugzilla.gnome.org
/simple-bug-guide.cgi?product=gparted

I have created an account there and reported the bug there also.


Stefan.

-- 
No devices detected in gparted
https://launchpad.net/bugs/66676

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


Re: [Bug 66676] Re: No devices detected in gparted

2006-10-19 Thread Stefan Reichör
Jeff Greene [EMAIL PROTECTED] writes:

 By the way, lspci should not display your drives because it is not a PCI
 device.

I know. I just thought that the IDE controller could be responsible
for the problem.

Stefan.

-- 
No devices detected in gparted
https://launchpad.net/bugs/66676

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


Re: [Bug 66676] Re: No devices detected in gparted

2006-10-18 Thread Stefan Reichör
Hi Jeff!

 What version of gparted were you running? Something similar to this was
 recently fixed in a very recent version of gparted.

 ** Changed in: gparted (Ubuntu)
Status: Unconfirmed = Needs Info

It is gparted 0.2.5 from the official edgy beta


Stefan.

-- 
No devices detected in gparted
https://launchpad.net/bugs/66676

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


[Bug 66676] No devices detected in gparted

2006-10-17 Thread Stefan Reichör
Public bug reported:

Binary package hint: gparted

I use the edgy beta version.

When I start gparted, no devices are detected on the following PC.
here is the output from lspci:

# lspci
00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 01)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:06.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address 
Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
00:19.0 PCI bridge: ALi Corporation M5249 HTT to PCI Bridge
00:1c.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:1c.1 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:1c.2 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:1c.3 USB Controller: ALi Corporation USB 2.0 Controller (rev 01)
00:1d.0 Audio device: ALi Corporation High Definition Audio/AC'97 Host 
Controller
00:1e.0 ISA bridge: ALi Corporation PCI to LPC Controller (rev 31)
00:1e.1 Bridge: ALi Corporation M7101 Power Management Controller [PMU]
00:1f.0 IDE interface: ALi Corporation M5229 IDE (rev c7)
00:1f.1 RAID bus controller: ALi Corporation ULi 5287 SATA (rev 02)
01:05.0 VGA compatible controller: ATI Technologies Inc RS480 [Radeon Xpress 
200G Series]
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5789 Gigabit 
Ethernet PCI Express (rev 11)
03:15.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller 
(rev 80)


When I start parted, I can see the partitition table for /dev/hdb:

# sudo parted /dev/hdb
GNU Parted 1.7.1
Using /dev/hdb
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print

Disk /dev/hdb: 200GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End SizeType File system  Flags
 1  32.3kB  73.4GB  73.4GB  primary  ntfs boot 
 2  73.4GB  105GB   31.5GB  primary  ext3  
 3  105GB   107GB   2056MB  primary  linux-swap


It also works, when I specify /dev/hdb to gparted:
sudo gparted /dev/hdb


The problem is, that sudo gparted doesn't show any disks.
That is also a big problem in the installer, since there is no target for the
installation.

** Affects: gparted (Ubuntu)
 Importance: Undecided
 Status: Needs Info

-- 
No devices detected in gparted
https://launchpad.net/bugs/66676

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


Re: [Bug 42777] Re: Problem with sata_uli

2006-10-17 Thread Stefan Reichör
Hi Carthik!

 Does this problem exist on an updated Dapper install, or when using the
 latest Edgy beta? Thank you for your feedback.

 ** Changed in: Ubuntu
Status: Unconfirmed = Needs Info

Thanks for looking at my bug description.

I tried the Edgy beta. Booting does work now ;-)

However, GParted does not recognize my harddisk. I will file a bug
report ;-)

You can close Bug 42777.


Stefan.

-- 
Problem with sata_uli
https://launchpad.net/bugs/42777

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


[Bug 56571] python2.4-pylib (0.7.20050829-0ubuntu1) can't be installed

2006-08-16 Thread Stefan Reichör
Public bug reported:

When I install python2.4-pylib I get the following error:

Setting up python2.4-pylib (0.7.20050829-0ubuntu1) ...
Compiling /usr/lib/python2.4/site-packages/py/test/testing/data/syntax_error.py 
...
  File /usr/lib/python2.4/site-packages/py/test/testing/data/syntax_error.py, 
line 3
this is really not python
^
SyntaxError: invalid syntax

dpkg: error processing python2.4-pylib (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python-pylib:
 python-pylib depends on python2.4-pylib; however:
  Package python2.4-pylib is not configured yet.
dpkg: error processing python-pylib (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:


The problem is, that syntax_error.py can't be compiled.
So one solution would be to skip the compilation of this
file during installation

** Affects: pylib (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
python2.4-pylib (0.7.20050829-0ubuntu1) can't be installed
https://launchpad.net/bugs/56571

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


[Bug 55622] password and username are always printed to stdout

2006-08-08 Thread Stefan Reichör
*** This bug is a duplicate of bug 46620 ***

Public bug reported:

Binary package hint: pwsafe

It seems that pwsafe is built with X_DISPLAY_MISSING set to 1.
Please build it with X_DISPLAY_MISSING unset.

To output the passwd to stdout, the parameter --echo can be used

** Affects: pwsafe (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

** This bug has been marked a duplicate of bug 46620
   pwsafe in Dapper universe lacks X Clipboard functionality

-- 
password and username are always printed to stdout
https://launchpad.net/bugs/55622

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


[Bug 46620] Re: pwsafe in Dapper universe lacks X Clipboard functionality

2006-08-08 Thread Stefan Reichör
It seems that pwsafe is built with X_DISPLAY_MISSING set to 1.
Please build it with X_DISPLAY_MISSING unset.
(X_DISPLAY_MISSING is set in config.h)


** Bug 55622 has been marked a duplicate of this bug

-- 
pwsafe in Dapper universe lacks X Clipboard functionality
https://launchpad.net/bugs/46620

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