[Bug 2025124] Re: PC frequently fails to wake from suspend with kernel 5.4

2024-05-27 Thread Christian Henz
I found the change that caused this regression.

Reported upstream:
https://gitlab.freedesktop.org/drm/nouveau/-/issues/362


** Bug watch added: gitlab.freedesktop.org/drm/nouveau/-/issues #362
   https://gitlab.freedesktop.org/drm/nouveau/-/issues/362

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

Title:
  PC frequently fails to wake from suspend with kernel 5.4

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


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

[Bug 2063339] [NEW] `vagrant up` fails to connect to VM via SSH

2024-04-24 Thread Christian Henz
Public bug reported:

On Focal, Vagrant cannot connect to a new VM I tried to create (using
debian/bookworm64).

`vagrant up my-bookworm-vm` keeps repeating:

"Warning: Authentication failure. Retrying..."

`vagrant ssh my-bookworm-vm` however works!

The reason is that public-key authentication fails when Vagrant uses
ruby-net-ssh internally (it works with /usr/bin/ssh, which `vagrant ssh`
is just a wrapper for).

The affected versions are:

vagrant: 2.2.6+dfsg-2ubuntu3
ruby-net-ssh: 1:5.2.0-1

I installed ruby-net-ssh version 1:7.2.0-1 from Mantic, which fixed the
issue.

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

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

Title:
  `vagrant up` fails to connect to VM via SSH

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


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

[Bug 1922711] Re: libgccjit randomly segfaults

2021-04-06 Thread Christian Henz
This was fixed in Debian already 11 months ago.

https://salsa.debian.org/toolchain-
team/gcc/-/commit/6e463cee022ffb5544fe6833fe1ad4e40d2adeb5

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

Title:
  libgccjit randomly segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-8/+bug/1922711/+subscriptions

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

[Bug 1922711] Re: libgccjit randomly segfaults

2021-04-06 Thread Christian Henz
** Patch added: "Fixed version of pr87808.diff that initializes the path 
structure."
   
https://bugs.launchpad.net/ubuntu/+source/gcc-8/+bug/1922711/+attachment/5484746/+files/pr87808.diff

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

Title:
  libgccjit randomly segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-8/+bug/1922711/+subscriptions

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

[Bug 1922711] Re: libgccjit randomly segfaults

2021-04-06 Thread Christian Henz
This crash is introduced by patch pr87808.diff:

[...]
+#ifdef FALLBACK_GCC_EXEC_PREFIX
+  if (gcc_driver_file == NULL && ::getenv ("GCC_EXEC_PREFIX") == NULL)
+{
+  struct path_prefix path;
+
+  prefix_from_env ("PATH", );
[...]

"path" is used uninitialized.

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

Title:
  libgccjit randomly segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-8/+bug/1922711/+subscriptions

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

[Bug 1922711] [NEW] libgccjit randomly segfaults

2021-04-06 Thread Christian Henz
Public bug reported:

This test case (taken from Emacs autoconfig, "gcc-8 -o conftest -g3 -O2
conftest.c -lgccjit") randomly segfaults on Ubuntu 18.04.

christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
Segmentation fault (core dumped)
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
Segmentation fault (core dumped)
christian@christian-homeoffice:~/Software/src$ ./conftest
christian@christian-homeoffice:~/Software/src$ ./conftest
Segmentation fault (core dumped)

Backtrace in GDB:

Core was generated by `./conftest'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  do_add_prefix (pprefix=pprefix@entry=0x7ffe29e78c00, 
prefix=prefix@entry=0x556e0d2586a0 "/home/christian/Software/bear/bin/", 
first=first@entry=false) at ../../src/gcc/file-find.c:119
119 ../../src/gcc/file-find.c: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0  do_add_prefix (pprefix=pprefix@entry=0x7ffe29e78c00, 
prefix=prefix@entry=0x556e0d2586a0 "/home/christian/Software/bear/bin/", 
first=first@entry=false) at ../../src/gcc/file-find.c:119
#1  0x7f417d35dfb7 in add_prefix (pprefix=pprefix@entry=0x7ffe29e78c00, 
prefix=prefix@entry=0x556e0d2586a0 "/home/christian/Software/bear/bin/") at 
../../src/gcc/file-find.c:147
#2  0x7f417d35e075 in prefix_from_string (p=, 
pprefix=pprefix@entry=0x7ffe29e78c00) at ../../src/gcc/file-find.c:201
#3  0x7f417d35e15a in prefix_from_env (env=env@entry=0x7f417d3dcb50 "PATH", 
pprefix=pprefix@entry=0x7ffe29e78c00) at ../../src/gcc/file-find.c:168
#4  0x7f417c712a91 in gcc::jit::playback::context::invoke_embedded_driver 
(this=this@entry=0x7ffe29e78e30, argvec=argvec@entry=0x7ffe29e78c98) at 
../../src/gcc/jit/jit-playback.c:2513
#5  0x7f417c715341 in gcc::jit::playback::context::invoke_driver(char 
const*, char const*, char const*, timevar_id_t, bool, bool) () at 
../../src/gcc/jit/jit-playback.c:2492
#6  0x7f417c7163f8 in gcc::jit::playback::context::convert_to_dso 
(this=this@entry=0x7ffe29e78e30, 
ctxt_progname=ctxt_progname@entry=0x7f417d3cff1c "libgccjit.so") at 
../../src/gcc/jit/jit-tempdir.h:59
#7  0x7f417c71647a in gcc::jit::playback::compile_to_memory::postprocess 
(this=0x7ffe29e78e30, ctxt_progname=0x7f417d3cff1c "libgccjit.so") at 
../../src/gcc/jit/jit-playback.c:1900
#8  0x7f417c714e0f in gcc::jit::playback::context::compile 
(this=this@entry=0x7ffe29e78e30) at ../../src/gcc/jit/jit-playback.c:1873
#9  0x7f417c70b374 in gcc::jit::recording::context::compile 
(this=this@entry=0x556e0d20a730) at ../../src/gcc/jit/jit-recording.c:1352
#10 0x7f417c6ff780 in gcc_jit_context_compile (ctxt=0x556e0d20a730) at 
../../src/gcc/jit/libgccjit.c:2679
#11 0x556e0b327a49 in main (argc=, argv=) at 
conftest.c:131


Interestingly, I have not been able to reproduce the crash when running the 
program directly under gdb.

** Affects: gcc-8 (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Test case"
   https://bugs.launchpad.net/bugs/1922711/+attachment/5484649/+files/conftest.c

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

Title:
  libgccjit randomly segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-8/+bug/1922711/+subscriptions

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

[Bug 1836022] [NEW] Cannot start containers after docker.io update

2019-07-10 Thread Christian Henz
Public bug reported:

(This is on xenial, but I've had similar problems on bionic as well).

The docker.io package was updated last night (via unattended-upgrades),
and this morning I could no longer start containers, the error message
being:

docker: Error response from daemon: failed to start shim: exec:
"docker-containerd-shim": executable file not found in $PATH: unknown.

To get it to work again I

- pruned all stopped containers
- restarted dockerd
- restarted containerd

Not sure if all of these steps were needed.

An issue like this seems to pop up basically whenever the docker.io
package is updated.

** Affects: docker.io (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Cannot start containers after docker.io update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1836022/+subscriptions

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

[Bug 1830945] Re: DNS settings from interfaces file are ignored

2019-06-11 Thread Christian Henz
I would still consider it a bug. AFAIK this is the correct way to bind
an interface to multiple addresses. It is explictly mentioned in
interfaces (5).

My "workaround" of removing the second address only works because I no
longer have a need for it at this time.

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

Title:
  DNS settings from interfaces file are ignored

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

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

[Bug 1830945] Re: DNS settings from interfaces file are ignored

2019-05-29 Thread Christian Henz
I have now removed the second address stanza from the interfaces file,
and the dns settings work again.

I am no longer sure the machine was in fact rebooted with these settings
in place, since my logs only reach back to the start of april (the
interfaces file was last changed in august of last year).

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

Title:
  DNS settings from interfaces file are ignored

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

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

[Bug 1830945] [NEW] DNS settings from interfaces file are ignored

2019-05-29 Thread Christian Henz
Public bug reported:

Since a recent reboot (00:00 CEST on tuesday to be precise), DNS
settings from the interfaces file are no longer present in resolvconf. A
file /run/resolvconf/interface/eth0.inet exists but is empty.

This is happening on a xenial system. I have since rebooted once more,
with the same result.

These are the contents of /etc/network/interfaces:
 
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.200.52
netmask 255.255.255.0
gateway 192.168.200.5
dns-nameserver 192.168.200.5
dns-nameserver 8.8.8.8

# second address
iface eth0 inet static
  address 192.168.200.67
  netmask 255.255.255.0


I'm running dnsmasq as a local DNS server on this system, which expects
to get the "upstream" dns servers from resolvconf and thus can no longer
resolve external addresses.

Until this recent reboot, this configuration has worked without issue
for many months, I have the etckeeper log to prove it :-).

Here are some relevant excerpts from the logs:
 
systemd[1]: Starting Clean up any mess left by 0dns-up...
systemd[1]: Reached target Remote File Systems.
systemd[1]: Started Clean up any mess left by 0dns-up.
systemd[1]: Starting Nameserver information manager...
systemd[1]: Started Nameserver information manager.
systemd[1]: Reached target Sockets.
systemd[1]: Reached target Basic System.
systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the 
ppp link was shut down...
systemd[1]: Starting Raise network interfaces...
systemd[1]: Started ifup for eth0.
systemd[1]: Started Restore /etc/resolv.conf if the system crashed before the 
ppp link was shut down.
ifup[624]: /sbin/ifup: waiting for lock on /run/network/ifstate.eth0
systemd[1]: Started Raise network interfaces.
systemd[1]: Reached target Network.
dnsmasq[583]: dnsmasq: syntax check OK.
systemd[1]: Reached target Network is Online.
ntpdate[840]: name server cannot be used: Temporary failure in name resolution 
(-3)
dnsmasq[975]: started, version 2.75 cachesize 150
dnsmasq[975]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 
no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify
dnsmasq[975]: DNS service limited to local subnets
dnsmasq-dhcp[975]: DHCP, IP range 192.168.200.100 -- 192.168.200.200, lease 
time 1h
dnsmasq[975]: using local addresses only for domain myname.local
dnsmasq[975]: no servers found in /var/run/dnsmasq/resolv.conf, will retry
dnsmasq[975]: read /etc/hosts - 14 addresses
ntpd[1060]: error resolving pool 0.ubuntu.pool.ntp.org: Temporary failure in 
name resolution (-3)
systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.
systemd[1]: Reached target Host and Network Name Lookups.
ntpd[1060]: error resolving pool 1.ubuntu.pool.ntp.org: Temporary failure in 
name resolution (-3)


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

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

Title:
  DNS settings from interfaces file are ignored

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

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

[Bug 1771309] Re: linux-libc-dev: linux/errno.h referrs to non-existing asm/errno.h

2018-05-15 Thread Christian Henz
I believe the error that I ran into was caused by inadvertently
compiling with "-m32" without having linux-libc-dev:i386 installed, in
which case the preprocessor somehow falls through to including the
broken /usr/include/linux/errno.h

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

Title:
  linux-libc-dev: linux/errno.h referrs to non-existing asm/errno.h

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

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

[Bug 1771309] [NEW] linux-libc-dev: linux/errno.h referrs to non-existing asm/errno.h

2018-05-15 Thread Christian Henz
Public bug reported:

/usr/include/asm does not exist on my machine - only /usr/include/asm-generic. 
This seems to be a common problem: 
(https://stackoverflow.com/questions/14795608/asm-errno-h-no-such-file-or-directory
)

These are the relevant packages I have installed:

dpkg -l | egrep "linux-(headers|libc)"
ii  linux-headers-4.4.0-124 4.4.0-124.148   
   all  Header files related to Linux kernel version 4.4.0
ii  linux-headers-4.4.0-124-generic 4.4.0-124.148   
   amd64Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
ii  linux-headers-generic   4.4.0.124.130   
   amd64Generic Linux kernel headers
ii  linux-libc-dev:amd644.4.0-124.148   
   amd64Linux Kernel Headers for development
ii  linux-libc-dev-armhf-cross  4.4.0-18.34cross1   
   all  Linux Kernel Headers for development (for 
cross-compiling)

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

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

Title:
  linux-libc-dev: linux/errno.h referrs to non-existing asm/errno.h

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

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

[Bug 1704401] [NEW] Upstream bug/PR 66343: UBSan sometimes generates broken code

2017-07-14 Thread Christian Henz
Public bug reported:

gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609

Ran into this today - under certain circumstances,
"-fsanitize=undefined" generates ambiguous local labels so that the code
cannot be assembled.

This is already fixed upstream, also backported to the gcc-5-branch, but
not released as of today.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66343

** Affects: gcc-5 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Upstream bug/PR 66343: UBSan sometimes generates broken code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1704401/+subscriptions

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


Re: [Bug 216309] Re: qdvdauthor only shows Error when I click Add Movie

2010-03-24 Thread Bob Henz
Alessio Treglia wrote:
 Is this still reproducible on Lucid?

   
Sorry I only run LTS Unbuntu. I am not willing to upgrade. But I think 
the new LTS comes out in a month or so right? So ask me again in May.  :-)

-- 
qdvdauthor only shows Error when I click Add Movie
https://bugs.launchpad.net/bugs/216309
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 477104] Re: After 9.10 grub update can not boot into Wubi install

2010-01-08 Thread HeNz
Post #90 fixes the problem for me, thank you Agostino Russo and thank
you phcoder

-- 
After 9.10 grub update can not boot into Wubi install
https://bugs.launchpad.net/bugs/477104
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 477104] Re: After 9.10 grub update can not boot into Wubi install

2009-11-12 Thread HeNz
After the newest update (yesterday), i can't even boot ubuntu manually
using steps i stated before.

it hangs half way through booting, Some of what is written on the
screen:

RAMDISK: Couldn't find valid RAM disk image starting at 0

No file system  could mount root, tried: ext3 ext2 ext4 fuseblk

kernel panic - not syncing:VFS: unable to mount root Fs on uknown block
(8,1)

PID 1 comm:swapper Not Tainted 2.6.31-14-generic   #48-Ubuntu
Call Trace
.
.
.
[0.833036] [c0104007]  kernel _thread_help+ox7/ox10


Please help :(

-- 
After 9.10 grub update can not boot into Wubi install
https://bugs.launchpad.net/bugs/477104
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 477104] Re: After 9.10 grub update can not boot into Wubi install

2009-11-10 Thread HeNz
ls:


(loop0) (hd0) (hd0,5) (hd0,1)


root:


Filesystem is ext2. --- why its not ext4?


cat (loop0)/boot/grub/grub.cfg:


Fullscreen of 0  --- Inverted colors,
background white, text black


configfile (loop0)/boot/grub/grub.cfg:
---
error: unknown command   'value'
error: unknown command   '/prop'
error: unknown command   'prop'
error: unknown command   '/node'
error: unknown command   '/node'
error: unknown command   '/oor:component data'


And about the grub.cfg after booting manually, i attached it in post #18

-- 
After 9.10 grub update can not boot into Wubi install
https://bugs.launchpad.net/bugs/477104
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 477104] Re: After 9.10 grub update can not boot into Wubi install

2009-11-08 Thread HeNz
** Changed in: grub (Ubuntu)
   Status: New = Confirmed

** Changed in: grub (Ubuntu)
   Status: Confirmed = New

-- 
After 9.10 grub update can not boot into Wubi install
https://bugs.launchpad.net/bugs/477104
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 477104] Re: After 9.10 grub update can not boot into Wubi install

2009-11-07 Thread HeNz
I successfully booted to ubuntu using Zhmurov steps:

sh:grub linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda1 
loop=/ubuntu/disks/root.disk ro
sh:grub initrd /boot/initrd.img-2.6.31-14-generic
sh:grub boot

only changed root=/dev/sda2 to to root=/dev/sda1
Because Ubuntu Wubi installed on C:\ Partition

I attached grub.cfg for you Agostino Russo

** Attachment added: grub.cfg
   http://launchpadlibrarian.net/35337198/grub.cfg

-- 
After 9.10 grub update can not boot into Wubi install
https://bugs.launchpad.net/bugs/477104
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 124922] Re: Video plays very slow after suspend

2009-02-18 Thread Bob Henz
I have the same problem and found that I can run the following
command...

sudo /sbin/alsa force-reload

This will remove and re-load all of the ALSA drivers. After doing this I
have sound back AND video's play normally!

-- 
Video plays very slow after suspend
https://bugs.launchpad.net/bugs/124922
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 231280] [NEW] Restricting access to USB thumb drive doesn't work

2008-05-16 Thread Bob Henz
Public bug reported:

In my admin account I unchecked the box saying Allow access to external
drives for user X.

I then log on as user X and plug in a thumb drive and boom, it auto-
mounts and opens.

Aren't USB thumb drives considered an external drive?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Restricting access to USB thumb drive doesn't work
https://bugs.launchpad.net/bugs/231280
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 231280] Re: Restricting access to USB thumb drive doesn't work

2008-05-16 Thread Bob Henz
Sorry, more details.

I'm running ubuntu 7.10.

-- 
Restricting access to USB thumb drive doesn't work
https://bugs.launchpad.net/bugs/231280
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 216309] Re: qdvdauthor only shows Error when I click Add Movie

2008-05-08 Thread Bob Henz
I'm still on 7.10 and don't know how to get 1.1.0 without compiling from 
scratch which I'd rather not do. Can you provide steps (apt-get ?? etc.) 
to get the 1.1.0 binary without having me upgrade my entire OS to Hardy?

Matvey Kozhev wrote:
 Does it still occur with 1.1.0 in intrepid?

 ** Changed in: qdvdauthor (Ubuntu)
  Assignee: (unassigned) = Matvey Kozhev (sikon)
Status: New = Incomplete



-- 
qdvdauthor only shows Error when I click Add Movie
https://bugs.launchpad.net/bugs/216309
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 46520] Re: Grub installs to wrong drive's MBR in default install. No way to change in standard installer.

2008-04-12 Thread Bob Henz
I had this same problem on 7.10. AND I tried the advanced button... that
didn't work either. I have a ASUS motherboard, a SATA, and an IDE.

I have had this problem since 6.06 my first install.

The only solution I have found is to unplug my IDE harddrive, do the
install, then plug in my IDE and add it manually to the /etc/fstab.

I'd rather not be the one to test this to get you info since obviously
fresh installs take up a lot of time and also take a while to recover
from, but if that's the only way to get this issue resolved then let me
know. (email me [EMAIL PROTECTED] because I don't check these posts very
often)

-- 
Grub installs to wrong drive's MBR in default install. No way to change in 
standard installer.
https://bugs.launchpad.net/bugs/46520
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 216309] [NEW] qdvdauthor only shows Error when I click Add Movie

2008-04-12 Thread Bob Henz
Public bug reported:

Binary package hint: qdvdauthor

ubuntu 7.10 
qdvdauthor 0.8.5

Problem: Only shows Error when I click Add Movie.
Expected: A frame of the movie to be displayed in the left-hand-side window. 
Looks like I should be able to hit the play button, etc. but can't.

I thought it might be because I don't have Kaffeine installed so I
installed that.Still have the same problem.

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

-- 
qdvdauthor only shows Error when I click Add Movie
https://bugs.launchpad.net/bugs/216309
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 195015] [NEW] Low refresh rate

2008-02-24 Thread HeNz
Public bug reported:

Maximum refresh rate i have under 1280x1024 resolution is 54 Hz
Whats wrong ???

Info:
Graphics Card: Nvidia Geforce4 MX 440
Monitor: Dell M782
Distro: Ubuntu 7.10


# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout us,ara
Option  XkbVariant,
Option  XkbOptionsgrp:alt_shift_toggle,grp_led:scroll
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  ZAxisMapping  4 5
Option  Emulate3Buttons   true
EndSection

Section InputDevice
Driver  wacom
Identifier  stylus
Option  Device/dev/input/wacom
Option  Type  stylus
Option  ForceDevice   ISDV4# Tablet PC ONLY
EndSection

Section InputDevice
Driver  wacom
Identifier  eraser
Option  Device/dev/input/wacom
Option  Type  eraser
Option  ForceDevice   ISDV4# Tablet PC ONLY
EndSection

Section InputDevice
Driver  wacom
Identifier  cursor
Option  Device/dev/input/wacom
Option  Type  cursor
Option  ForceDevice   ISDV4# Tablet PC ONLY
EndSection

Section Device
Identifier  nVidia Corporation NV17 [GeForce4 MX 440]
Driver  nvidia
Busid   PCI:1:0:0
Option  AddARGBVisualsTrue
Option  AddARGBGLXVisuals True
Option  NoLogoTrue
EndSection

Section Monitor
Identifier  DELL M782
HorizSync   30-85
VertRefresh 50-160
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  nVidia Corporation NV17 [GeForce4 MX 440]
Monitor DELL M782
Defaultdepth24
SubSection Display
Modes   1280x1024 1024x768  800x600   
640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
  screen Default Screen
Inputdevice Generic Keyboard
Inputdevice Configured Mouse

# Uncomment if you have a wacom tablet
#   InputDevice stylusSendCoreEvents
#   InputDevice cursorSendCoreEvents
#   InputDevice eraserSendCoreEvents
EndSection
Section Module
Loadglx
EndSection

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Low refresh rate
https://bugs.launchpad.net/bugs/195015
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 195015] Re: Low refresh rate

2008-02-24 Thread HeNz
Here is the Xorg.0.log attached, thanks for helping David. :)

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/12173132/Xorg.0.log

-- 
Low refresh rate
https://bugs.launchpad.net/bugs/195015
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 95078] Re: Firefox eats 100% of CPU when opens a spreadsheet in google's documents and spreadsheets

2008-02-20 Thread HeNz
I have the same problem :S

Distro: Ubuntu 7.10 i386
Gnome: 2.20.1
Firefox: 2.0.0.12

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/12097850/Screenshot.png

-- 
Firefox eats 100% of CPU when opens a spreadsheet in google's documents and 
spreadsheets
https://bugs.launchpad.net/bugs/95078
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 95078] Re: Firefox eats 100% of CPU when opens a spreadsheet in google's documents and spreadsheets

2008-02-20 Thread HeNz
ohh  i forgot to mention that firefox eats cpu just because u opened it
not specially with spreedsheets  documents.

CPU: Intel Pentium 4 3.2
RAM: 512 MB
VGA: Geforce4 MX 440

-- 
Firefox eats 100% of CPU when opens a spreadsheet in google's documents and 
spreadsheets
https://bugs.launchpad.net/bugs/95078
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 75130] Re: Import or not to import... that is the question.

2007-09-05 Thread Bob Henz
Reproduced on Gutsy Gibbon - tribe 5
Will provide procedure below...

1) Under System-Preferences-Removable Drives and Media, Cameras tab,
be sure the Import digital photographs when selected check box is
checked.

2) Connect a camera to the USB port.

3) Turn on the camera.

4) Dialog box will appear. Title: Photo Import. Says: There are photos
on the card, would you like to add these to your album.

5) Check Always perform this action

6) Click the Ignore button.

7) Right-click the usb disk icon on the desktop and chose Unmount

8) Turn camera off and wait for few seconds.

9) Turn camera back on.

At this point I would expect a Nautilus window to open with the contents
of the camera's folder. Instead I get the same dialog box as in (4).
It's as though it has ignored my request on step (5) to ALWAYS ignore
(6).

-- 
Import or not to import... that is the question.
https://bugs.launchpad.net/bugs/75130
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 75130] Re: Import or not to import... that is the question.

2007-09-05 Thread Bob Henz
The above behavior (in my opinion) is a bug. I asked it to ALWAYS not
import the photos and yet it continues to prompt me.

I stick by my original recommendations for how I think it would be
clearer.

-- 
Import or not to import... that is the question.
https://bugs.launchpad.net/bugs/75130
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


Re: [Bug 75130] Re: Import or not to import... that is the question.

2007-03-20 Thread Bob Henz
If you're asking me... I'm just a clueless user.  ;-)

If you want me to test it out again I might be able to but I have since 
switched to using the 32-bit x86 kernel because the 64-bit kernel 
wouldn't let me install things like MacroMedia which is pretty much a 
requirement to doing anything interesting on the web these days.

Bob

Michael Chudobiak wrote:
 I don't think this is gthumb's dialog. Wouldn't this be controlled by
 gnome-volume-manager?

 - Mike



-- 
Import or not to import... that is the question.
https://launchpad.net/bugs/75130

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


[Bug 72512] Re: There is no easy way to revert a 'I don't want to be asked again' from gnome-volume-manager

2006-12-09 Thread Bob Henz
I agree. I just wanted to photo card to be auto mounted so I clicked
Always do this then clicked the Ignore button. At that point Ubuntu
stopped doing ANYTHING when I plugged in my camera! (not my desired
behavior).

I later found the setting under System-Preferences-Removable Disks and
Media (I'm running Dapper 6.06) that has the checkbox for cameras. The
Import photos check box was still checked! Seems like there is a
disconnect between that prompting dialog box and the options under that
menu.

It also seems like Ignore should really be Don't Import, and
clicking the Always do this would correspond exactly to the Checkbox
under the system settings for camera.

-- 
There is no easy way to revert a 'I don't want to be asked again' from 
gnome-volume-manager
https://launchpad.net/bugs/72512

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


[Bug 75130] Import or not to import... that is the question.

2006-12-09 Thread Bob Henz
Public bug reported:

Output of uname -a
Linux linux-desktop 2.6.15-27-amd64-k8 #1 SMP PREEMPT Sat Sep 16 01:57:42 UTC 
2006 x86_64 GNU/Linux
Dapper Drake 6.06

I've had a bit of trouble with the dialog box that comes up when
plugging in a camera. Originally a Dialog Box would come up asking if I
wanted to import the pictures on the camera. I repeatedly said Ignore
and would then copy the pictures where I wanted them with the file
browser.

Eventually I got tired of it asking me so I clicked Always do this and
then clicked Ignore. The next time I plugged in my camera, nothing
happened. No automount, no prompt, nothing... I logged in as another
user and it still came up with the Dialog Box and I was able to do my
old stuff again.

That was a month or so ago. I've grabbed whatever updates have come out
and I also found the Check Box for Import photos under the Camera tab
from the System-Preferences-Removable Disks and Media menu (which was
still checked). I unchecked and rechecked the Import box and (yeah!) I
started getting prompted again.

Then I thought I should uncheck that box now. I did and it gave me the
desired behavior (auto-mount without prompting me to import them. (Cool)

Then I thought I should reproduce the problem and see if checking and
unchecking that box really is what made it go away. So I plugged in my
camera (the Dialog box came up), checked Always do this and clicked
Ignore. I ejected the disk, turned off my camera, waited about 10
seconds then turned it back on. Uh oh. I get prompted again! I repeated
over and over and even tried logging out between ejecting the disk and
turning the camera back on. Still got prompted.

So here I am. I would make the following recommendations...

1) Why is the dialog box now ignoring my Always do this selection?

2) Change the Import pictures prompt dialog box to have the buttons
Import Photos and Don't Import Photos. If the user checks Always do
this then Don't Import Photos, then the check box under
System-Preferences-Removable Disks and Media menu (Camera tab) would
become unchecked.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Import or not to import... that is the question.
https://launchpad.net/bugs/75130

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


[Bug 75130] Re: Import or not to import... that is the question.

2006-12-09 Thread Bob Henz
** Description changed:

  Output of uname -a
  Linux linux-desktop 2.6.15-27-amd64-k8 #1 SMP PREEMPT Sat Sep 16 01:57:42 UTC 
2006 x86_64 GNU/Linux
  Dapper Drake 6.06
  
  I've had a bit of trouble with the dialog box that comes up when
  plugging in a camera. Originally a Dialog Box would come up asking if I
  wanted to import the pictures on the camera. I repeatedly said Ignore
  and would then copy the pictures where I wanted them with the file
  browser.
  
  Eventually I got tired of it asking me so I clicked Always do this and
  then clicked Ignore. The next time I plugged in my camera, nothing
  happened. No automount, no prompt, nothing... I logged in as another
  user and it still came up with the Dialog Box and I was able to do my
  old stuff again.
  
  That was a month or so ago. I've grabbed whatever updates have come out
  and I also found the Check Box for Import photos under the Camera tab
  from the System-Preferences-Removable Disks and Media menu (which was
  still checked). I unchecked and rechecked the Import box and (yeah!) I
  started getting prompted again.
  
  Then I thought I should uncheck that box now. I did and it gave me the
  desired behavior (auto-mount without prompting me to import them. (Cool)
  
  Then I thought I should reproduce the problem and see if checking and
  unchecking that box really is what made it go away. So I plugged in my
  camera (the Dialog box came up), checked Always do this and clicked
  Ignore. I ejected the disk, turned off my camera, waited about 10
  seconds then turned it back on. Uh oh. I get prompted again! I repeated
  over and over and even tried logging out between ejecting the disk and
  turning the camera back on. Still got prompted.
  
+ Why is the dialog box now ignoring my Always do this selection?
+ 
  So here I am. I would make the following recommendations...
  
- 1) Why is the dialog box now ignoring my Always do this selection?
+ 1) Change the Import pictures prompt dialog box to have the buttons
+ Import Photos and Don't Import Photos. (roughly speaking)
  
- 2) Change the Import pictures prompt dialog box to have the buttons
- Import Photos and Don't Import Photos. If the user checks Always do
- this then Don't Import Photos, then the check box under
- System-Preferences-Removable Disks and Media menu (Camera tab) would
- become unchecked.
+ 2) Add a check box that says prompt me each time under
+ System-Preferences-Removable Disks and Media menu (Camera tab) that
+ the user could clear if they wanted to start being prompted again.
+ 
+ 3) Then, if the user checks Always do this then the prompt me each
+ time checkbox would be cleared under the System menu.
+ 
+ 4) f they clicked Always do this and THEN clicked the Import Photos
+ button on the dialog box, the Import Photo checkbox under the system
+ menu would be checked. OR if they clicked the Don't Import Photo
+ button the Import Photo checkbox would be cleared.

-- 
Import or not to import... that is the question.
https://launchpad.net/bugs/75130

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


[Bug 56485] Re: Don't allow root as username

2006-09-08 Thread Bob Henz
I had a similar problem. I think admin is also a restricted username
which should not be allowed during installation.

-- 
Don't allow root as username
https://launchpad.net/bugs/56485

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