[Bug 1638842] Re: network-manager does not manage ethernet and bluetooth interfaces when Ubuntu 16.10 is installed using chroot/netboot method

2018-11-11 Thread hob4bit
*** This bug is a duplicate of bug 1676547 ***
https://bugs.launchpad.net/bugs/1676547

This bug still exists on Ubuntu 18.04.1. The problem is when network-
manager is upgraded this the fix in /etc/NetworkManager/conf.d/10
-globally-managed-devices.conf is over-written:

network-manager 1.10.6-2ubuntu1.1

A better workaround for this BUG that the developers refused to fix is:

   echo -e "[keyfile]\nunmanaged-devices=none\n" > \ 
   /usr/lib/NetworkManager/conf.d/11-fix-managed-devices.conf
   systemctl restart network-manager && sleep 1 && nmcli dev

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

Title:
  network-manager does not manage ethernet and bluetooth interfaces when
  Ubuntu 16.10 is installed using chroot/netboot method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1638842/+subscriptions

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

[Bug 198453] Re: Default ALSA device must use PulseAudio, otherwise ALSA applications may fail

2008-04-29 Thread hob4bit
Hi, pasuspender does not always work correctly. I wrote a wrapper amsn which
KILLS (not suspend) pauseaaudio and resumes after amsn finsiehs. This works 
better
than pasuspender for me.

#!/bin/sh

MYUNAME=`id | sed -e 's/^[^(]*(\([^)]*\)).*$/\1/'`; export MYUNAME

PATH=`\`dirname $0\`/setbinpath amsn 2 /dev/null`:`echo :$PATH: | sed
-e s@:\`dirname $0\`:@:@g -e s/^:// -e s/:$//`; export PATH

# === Functions Start ===

#
# Which (avoids buggy csh version)
#
which() {
  for DIR in `echo $PATH | sed -e s/:/ /g`; do
if [ -x $DIR/$1 -a ! -d $DIR/$1 ]; then
  echo $DIR/$1 | sed -e s@//*@/@g; return
fi
  done
}

# === Functions End ===

if [ ! `which amsn` ]; then
  echo ***ERROR*** Cannot find required \amsn\ utility. 12; exit 1
fi

if [ `ps -u $MYUNAME | grep \ pulseaudio$\` ]; then
  killall pulseaudio  /dev/null 21; (amsn $@; pulseaudio  /dev/null 21) 

else
  amsn $@ 
fi

-- 
Default ALSA device must use PulseAudio, otherwise ALSA applications may fail
https://bugs.launchpad.net/bugs/198453
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 202791] Re: [Hardy] audacity fails to playback a sound file due to no device

2008-04-28 Thread hob4bit
Hi, please tell me what jack related packages you have removed.

Thanks

-- 
[Hardy] audacity fails to playback a sound file due to no device
https://bugs.launchpad.net/bugs/202791
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 157715] Re: Gutsy MPlayer - key for 10s skip also mutes sound as well

2007-11-08 Thread hob4bit
Hi again, I re-installed Ubuntu-7.10 (twice) both times the MPLayer problem did 
not occur.
I must have had a corrupt MPlayer some how.

I wish to close bug as it cannot be reproduce from fresh install

-- 
Gutsy MPlayer - key for 10s skip also mutes sound as well
https://bugs.launchpad.net/bugs/157715
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 123078] Re: System - Quit takes a long time to appear

2007-11-05 Thread hob4bit
Hi again, I dunno but somebody in the thread/related thread mentions problems
with gnome-power-manager. My problem is that quitting takes one minute or so.
This problem did not occur with Feisty. So I tried down grading just this 
package 
plus two dependencies to Feisty versions. This seems to fix my problems.

If you want a workaround this should be good enough. A real fix can take some 
time.
I have reported bugs with feisty which still have not been fixed in Gutsy. In 
that
case I keep soem packages at edgy versions.

I am very surprised that gutsy has been released with such bugs in the first.
I hope Ubtutu 8.04 is better as this will be long term support.

From my experience with Feisty and Gutsy workarounds for bugs can be found
by rolling back to earlier releases.

-- 
System - Quit takes a long time to appear
https://bugs.launchpad.net/bugs/123078
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 123078] Re: System - Quit takes a long time to appear

2007-11-04 Thread hob4bit
* WORKAROUND **

There is a workaround. The gnome-power-manager_2.20.0-0ubuntu6 package is 
buggy.
Just down grade to Fiesty version:

wget 
http://uk.archive.ubuntu.com/ubuntu/pool/main/g/gnome-power-manager/gnome-power-manager_2.18.2-0ubuntu3_amd64.deb
wget 
http://uk.archive.ubuntu.com/ubuntu/pool/main/libw/libwnck/libwnck18_2.18.0-0ubuntu1_amd64.deb
wget 
http://uk.archive.ubuntu.com/ubuntu/pool/main/libw/libwnck/libwnck-common_2.18.0-0ubuntu1_all.deb
dpkg -i gnome-power-manager_* libwnck18_* libwnck-common_*

This is what I do with Ubuntu problems nowadays. Any package with bug I just 
down grade to latest
stable released.

-- 
System - Quit takes a long time to appear
https://bugs.launchpad.net/bugs/123078
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 134343] Re: [Gutsy] GDM logout hangs if Power Manager is disabled

2007-10-27 Thread hob4bit
*** This bug is a duplicate of bug 123078 ***
https://bugs.launchpad.net/bugs/123078

I have a solution for Ubuntu 7.10 (Gutsy) Gnome quit hanging with or without 
gnome-power-manager. The gnome-power-manager_2.20.0-0ubuntu6_amd64.deb
packaged which is installed as default is broken.

To fix just install the gnome-power-manager from Ubuntu 7.04 (feisty) and two 
required
dependencies. Ubuntu is good as it makes a release every six months I can 
always roll
back to old version of packages. I have use similar workarounds in Ubuntu by 
rolling
back selected packages.

wget http://uk.archive.ubuntu.com/ubuntu/pool/main/g/gnome-power-manager/\
gnome-power-manager_2.18.2-0ubuntu3_amd64.deb

wget http://uk.archive.ubuntu.com/ubuntu/pool/main/libw/libwnck/\
libwnck18_2.18.0-0ubuntu1_amd64.deb

wget http://uk.archive.ubuntu.com/ubuntu/pool/main/libw/libwnck/\
libwnck-common_2.18.0-0ubuntu1_all.deb

dpkg -i gnome-power-manager_2.18.2-0ubuntu3_amd64.deb \
libwnck18_2.18.0-0ubuntu1_amd64.deb libwnck-common_2.18.0-0ubuntu1_all.deb

This is the last show stopper which prevented me from re-labelling my Ubuntu 
7.10
partition as stable rather than testing.

-- 
[Gutsy] GDM logout hangs if Power Manager is disabled
https://bugs.launchpad.net/bugs/134343
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 157715] Gutsy MPlayer - key for 10s skip also mutes sound as well

2007-10-27 Thread hob4bit
Public bug reported:

Binary package hint: mplayer

Hi, I am using Ubuntu 7.10 (Gutsy) 64bit version on a Athlon64. The default 
MPlayer
which is mplayer_1.0_rc1-0ubuntu13 has a bug.

Normally pressing the - cursor key the movie skips forward 10 seconds. This 
works 
there is a side effect of also muting all the sound. Pressing - once trus 
sound
volume to zero. This is definitelya bug as I have never seen MPlayter do this.

A workaround is to get the Ubuntu 7.04 (Feisty) MPlayer as it works
perfectly:

wget http://uk.archive.ubuntu.com/ubuntu/pool/multiverse/m/mplayer/\
mplayer_1.0~rc1-0ubuntu9_amd64.deb

dpkg -i mplayer_1.0~rc1-0ubuntu9_amd64.deb

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

-- 
Gutsy MPlayer - key for 10s skip also mutes sound as well
https://bugs.launchpad.net/bugs/157715
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 49325] Re: Ubuntu 6.06 livecd installer damages extended partition

2006-12-19 Thread hob4bit
Yes bug still occurs with Ubuntu 6.10 livecd. It is also a bug
in Debian 3.1 installation disk.

The thing is I want to install on existing partitions. The installer
should NOT touch my partition table at all. In the pass I have used
Mandrake, SuSE and Knoppix but none of them change my
partitions.

I just fix my partitions using the partition manger 2.40 dos application.
The bug may well be in the partition tool both both Ubuntu  Debian
uses. It is difficult to spot unless you display the sector/cylinders.
Most people use GUI so am not even aware of the problem.

Problem does not seem to cause trouble but its not nice for Ubuntu
installer to even touch my partition table if I want to use existing
partitions.  Maybe Ubutu installer should add an option to use
existing partition and if selected shoudl not touch it.

Thanks

-- 
Ubuntu 6.06 livecd installer damages extended partition
https://launchpad.net/bugs/49325

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