[Bug 2055402] Re: Though lintian call: error: troff: Segmentation fault

2024-02-29 Thread Alexandre Erwin Ittner
I got the same issue days ago when debugging a package in s390x, so it
is not architecture-specific.


ubuntu@devnoble1:~/libica-noble/libica-4.3.0$ lintian -I --pedantic  
--tag-display-limit 0
W: libica-utils: groff-message command exited with status 2: 
/usr/libexec/man-db/zsoelim | /usr/libexec/man-db/manconv -f UTF-8:ISO-8859-1 
-t UTF-8//IGNORE | preconv -e UTF-8 | groff -mandoc -Z -rLL=117n -rLT=117n 
-wmac -Tutf8 [usr/share/man/man1/icainfo-cex.1.gz:2]
W: libica-utils: groff-message command exited with status 2: 
/usr/libexec/man-db/zsoelim | /usr/libexec/man-db/manconv -f UTF-8:ISO-8859-1 
-t UTF-8//IGNORE | preconv -e UTF-8 | groff -mandoc -Z -rLL=117n -rLT=117n 
-wmac -Tutf8 [usr/share/man/man1/icainfo.1.gz:2]
W: libica-utils: groff-message command exited with status 2: 
/usr/libexec/man-db/zsoelim | /usr/libexec/man-db/manconv -f UTF-8:ISO-8859-1 
-t UTF-8//IGNORE | preconv -e UTF-8 | groff -mandoc -Z -rLL=117n -rLT=117n 
-wmac -Tutf8 [usr/share/man/man1/icastats.1.gz:2]
W: libica-utils: groff-message error: troff: Segmentation fault (core dumped) 
[usr/share/man/man1/icainfo-cex.1.gz:1]
W: libica-utils: groff-message error: troff: Segmentation fault (core dumped) 
[usr/share/man/man1/icainfo.1.gz:1]
W: libica-utils: groff-message error: troff: Segmentation fault (core dumped) 
[usr/share/man/man1/icastats.1.gz:1]
I: libica4: hardening-no-bindnow [usr/lib/s390x-linux-gnu/libica-cex.so.4.3.0]
I: libica4: hardening-no-bindnow [usr/lib/s390x-linux-gnu/libica.so.4.3.0]
I: libica4: symbols-file-missing-build-depends-package-field libica-cex.so.4 
[symbols]
I: libica4: symbols-file-missing-build-depends-package-field libica.so.4 
[symbols]
I: libica-utils: typo-in-manual-page paramater parameter 
[usr/share/man/man1/icastats.1.gz:76]
I: libica-utils: typo-in-manual-page sucessful successful 
[usr/share/man/man1/icastats.1.gz:126]
P: libica source: silent-on-rules-requiring-root [debian/control]
ubuntu@devnoble1:~/libica-noble/libica-4.3.0$




The apparmor profile issue was a nice catch, I was getting some trouble
to reproduce it in a minimal fashion, but that was because I was leaving
the pipeline just output to stdout.

Should we patch lintian to only write this to /tmp ?

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

Title:
  Though lintian call: error: troff: Segmentation fault

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


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

[Bug 1961425] Re: 22.04: FTBFS due to test failure

2022-03-14 Thread Alexandre Erwin Ittner
Just noticed that version 0.8.0-2ubuntu2 (
https://launchpad.net/ubuntu/+source/capnproto/0.8.0-2ubuntu2 ) landed
at the start of the month. This version has a patch that fixes the
string issue; renameat2 issue remains, but it won't trigger unless
building (and running the unit tests) from a ZFS volume.

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

Title:
  22.04: FTBFS due to test failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1961425/+subscriptions


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

[Bug 1961425] Re: 22.04: FTBFS due to test failure

2022-02-18 Thread Alexandre Erwin Ittner
I was looking into this for a few days and failure:

[ TEST ] kj/string-test.c++:31: legacy test: String/Str
kj/string-test.c++:38: failed: expected ("-128 -32768 -2147483648 
-9223372036854775808") == (str((signed char)-128, ' ', (signed short)-32768, ' 
', ((int)-2147483647) - 1, ' ', ((long long)-9223372036854775807ll) - 1)); -128 
-32768 -2147483648 -9223372036854775808; str((signed char)-128, ' ', (signed 
short)-32768, ' ', ((int)-2147483647) - 1, ' ', ((long 
long)-9223372036854775807ll) - 1) = -128 -32768 -214748364( -9223372036854775808
stack: c27f3c60b7b c27f38280d7 764d217568b3 764d216c058f 764d217549e3 
764d2175661f 764d216ef643 764d21701a83 764d216c058f 764d216f568b 764d2175314f 
764d211017a3 764d21101987
[ FAIL ] kj/string-test.c++:31: legacy test: String/Str (85 μs)

... is caused by the code depending on undefined behavior, which happens
to pass on x64 and arm64 but fails on ppc64el. Reducing optimization
level works but I won't count on it to be stable. But since the problem
is already fixed in 0.9.0 (currently on experimental), we can get the
fix when that version is merged.


There are also a different FTBFS caused by a few test cases that fail
when the unit tests are ran from a ZFS volume. I only hit it after
building on a container backed by ZFS storage, btw. It's caused by a
capnproto component using its own wrapper for system call renameat2()
without implementing the fallback for it on unsupported filesystems (as
renameat2 requires collaboration from the FS layer). It is also fixed in
version 0.9.0.


If 0.9.0 does not arrive in time for the merge freeze, I tentatively
backported these two fixes to 0.8.0. A test branch in
https://code.launchpad.net/~aittner/ubuntu/+source/capnproto/+git/capnproto/+ref/backport-
upstream-fixes

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

Title:
  22.04: FTBFS due to test failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1961425/+subscriptions


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

[Bug 1939413] Re: /usr/lib/aarch64-linux-gnu/libprotobuf.a’ generated with LTO version 9.2 instead of the expected 11.0

2021-10-20 Thread Alexandre Erwin Ittner
I was running a few test builds with different combinations of gcc,
elfutils and protobuf and trying to make the build fail... but it
continues working despite the older elfutils compiled with the newer
gcc.

Last check was with protobuf-3.12.4-1ubuntu3 (from jammy, 4 days ago) in
an impish 0.185-1build1 and then downgraded to a 0.183-8 built with
11.2.0-7ubuntu2 (from impish), but it still does not trigger the issue
despite the mismatches.

I still could not find the reason.

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

Title:
  /usr/lib/aarch64-linux-gnu/libprotobuf.a’ generated with LTO version
  9.2 instead of the expected 11.0

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


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

[Bug 440051]

2021-06-04 Thread Marja Erwin
Depending on browser settings, Adobe's website can strobe, trigger
migraines, and for some people, trigger seizures, with several refreshes
per second. I think it may be a cookie-handling bug. Firefox shouldn't
point any users to the website.

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

Title:
  Firefox should not offer a manual install of Flash on First Run

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/440051/+subscriptions

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

[Bug 1926248] [NEW] display scrambled - all packages

2021-04-26 Thread James Erwin
Public bug reported:

shortly after switching to kernel 5.8.0-50 on Apr 16, I got progressively worse 
display scrambling on all programs. Wrote to ubuntuforums.org Apr 19 but found 
no resolution. Thinking it was that kernel, I ran on 5.8.0-49 for a day without 
problem, then it too started the same display glitches. The problem progressed 
so far that I did a fresh system re-install on Apr 23. After, with the default 
kernel, 5.8.0-50, scrambling was worse than ever, almost unusable. Fortunately, 
the second kernel offered was 5.8.0-43. I have run on that kernel for 3 days 
now with no sign of the scrambling issue. 
The attached png shows static image corruption examples. The more dramatic 
strobing, spontaneous jumping from window to window, window re-mapping, video 
corruption etc., I was unable to capture.
Running Ubuntu 20.04.2 LTS

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-43-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr 26 21:48:37 2021
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Dell Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [1028:0622]
InstallationDate: Installed on 2021-04-23 (3 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
MachineType: Dell Inc. Inspiron 3847
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-43-generic 
root=UUID=0fa2ade9-fdd6-4cfa-a153-0de2be1f39ae ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/29/2015
dmi.bios.release: 65.8
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 088DT1
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd06/29/2015:br65.8:svnDellInc.:pnInspiron3847:pvr:rvnDellInc.:rn088DT1:rvrA01:cvnDellInc.:ct3:cvr:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: Inspiron 3847
dmi.product.sku: 0622
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug corruption focal ubuntu

** Attachment added: "static corruption examples"
   
https://bugs.launchpad.net/bugs/1926248/+attachment/5492641/+files/joint%20scramble%20examples.png

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

Title:
  display scrambled - all packages

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

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

[Bug 1925426] [NEW] unresolvable problem occurred while calculating upgrade

2021-04-22 Thread Paul Erwin
Public bug reported:

"An unresolvable problem occurred while calculating the upgrade" is the
error I receive at the end of setting new software channel step

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.42
ProcVersionSignature: Ubuntu 5.4.0-72.80~18.04.1-generic 5.4.101
Uname: Linux 5.4.0-72-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.23
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Thu Apr 22 01:46:56 2021
InstallationDate: Installed on 2019-10-14 (556 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2021-04-22 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug bionic dist-upgrade third-party-packages

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

Title:
  unresolvable problem occurred while calculating upgrade

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

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

[Bug 1903619] Re: Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

2020-12-03 Thread Erwin Brandstetter
For the record: I kept the default kernel for 20.04 (5.4.0-56-generic),
but the problem did not surface for the last three weeks. There were two
or three minor kernel updates. No idea whether that fixed anything.

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

Title:
  Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

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

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

[Bug 1903619] Re: Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

2020-11-09 Thread Erwin Brandstetter
** Attachment added: "thinkpad_l390_bios_restart.jpg"
   
https://bugs.launchpad.net/ubuntu/+bug/1903619/+attachment/5432842/+files/thinkpad_l390_bios_restart.jpg

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

Title:
  Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

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

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

[Bug 1903619] Re: Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

2020-11-09 Thread Erwin Brandstetter
** Attachment added: "hung_screen.jpg"
   
https://bugs.launchpad.net/ubuntu/+bug/1903619/+attachment/5432840/+files/hung_screen.jpg

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

Title:
  Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

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

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

[Bug 1903619] Re: Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

2020-11-09 Thread Erwin Brandstetter
** Attachment added: "thinkpad_l390_bios_security.jpg"
   
https://bugs.launchpad.net/ubuntu/+bug/1903619/+attachment/5432843/+files/thinkpad_l390_bios_security.jpg

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

Title:
  Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

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

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

[Bug 1903619] Re: Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

2020-11-09 Thread Erwin Brandstetter
** Attachment added: "thinkpad_l390_bios_config.jpg"
   
https://bugs.launchpad.net/ubuntu/+bug/1903619/+attachment/5432841/+files/thinkpad_l390_bios_config.jpg

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

Title:
  Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

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

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

[Bug 1903619] Re: Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

2020-11-09 Thread Erwin Brandstetter
Found how to attach (small!) images ...

** Attachment added: "thinkpad_l390_bios_startup.jpg"
   
https://bugs.launchpad.net/ubuntu/+bug/1903619/+attachment/5432844/+files/thinkpad_l390_bios_startup.jpg

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

Title:
  Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

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

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

[Bug 1903619] [NEW] Boot hangs with Ubuntu 20.04 on Lenovo ThinkPad L390

2020-11-09 Thread Erwin Brandstetter
Public bug reported:

Filing this bug as per request of Rex Tsai. This is a follow-up to:
https://answers.launchpad.net/ubuntu-certification/+question/693893

Synopsis: after powering off, the machine sometimes hangs on the next start.
I also added some screenshots there. The interface here only allows a single 
attachment.

Output of fwupdmgr get-devices:

20NR001EGE
│
├─SAMSUNG MZVLB512HAJQ-000L7:
│     Device ID:           3743975ad7f64f8d6575a9ae49fb3a8856fe186f
│     Summary:             NVM Express Solid State Drive
│     Current version:     5L2QEXA7
│     Vendor:              Samsung Electronics Co Ltd (NVME:0x144D)
│     GUIDs:               6e54c992-d302-59ab-b454-2d26ddd63e6d
│                          47335265-a509-51f7-841e-1c94911af66b
│                          79d6cfae-a5a2-5936-9248-5aebd23480f7
│     Device Flags:        • Internal device
│                          • Updatable
│                          • Requires AC power
│                          • Supported on remote server
│                          • Needs a reboot after installation
│                          • Device is usable for the duration of the update
│   
├─System Firmware:
│     Device ID:           7eca2f04c4c15ff7cf11f74503846da436b2dff3
│     Current version:     0.1.31
│     Minimum Version:     0.0.1
│     Vendor:              LENOVO (DMI:LENOVO)
│     GUID:                7d78a18a-80db-4a65-a955-b79f8ca2a334
│     Device Flags:        • Internal device
│                          • Updatable
│                          • Requires AC power
│                          • Needs a reboot after installation
│                          • Cryptographic hash verification is available
│                          • Device is usable for the duration of the update
│   
├─UEFI Device Firmware:
│     Device ID:           6461040534f2259a0439361986adf73979fd836e
│     Current version:     192.68.1606
│     Minimum Version:     0.0.1
│     Vendor:              DMI:LENOVO
│     GUID:                c35736d2-9e47-4578-93e9-68d5b04ea77e
│     Device Flags:        • Internal device
│                          • Updatable
│                          • Requires AC power
│                          • Supported on remote server
│                          • Needs a reboot after installation
│                          • Device is usable for the duration of the update
│   
├─UEFI Device Firmware:
│     Device ID:           ef9c8dc313296d8f84c1815e89219f8ef6948b98
│     Current version:     1.1.4385
│     Minimum Version:     0.0.1
│     Vendor:              DMI:LENOVO
│     GUID:                cb04e55e-456d-41f4-a9ec-24071f5a1f0f
│     Device Flags:        • Internal device
│                          • Updatable
│                          • Requires AC power
│                          • Needs a reboot after installation
│                          • Device is usable for the duration of the update
│   
└─UEFI Device Firmware:
      Device ID:           2d2892da83e97f5a5cd203a1d03dfe7e50d713c2
      Current version:     0.73.64
      Minimum Version:     0.73.64
      Vendor:              DMI:LENOVO
      GUID:                452fb595-c800-4a96-93c4-9668cc335373
      Device Flags:        • Internal device
                           • Updatable
                           • Requires AC power
                           • Needs a reboot after installation
                           • Device is usable for the duration of the update


Output of fwupdmgr get-updates:

• SAMSUNG MZVLB512HAJQ-000L7 has the latest available firmware version
• System Firmware has no available firmware updates
• UEFI Device Firmware has the latest available firmware version
• UEFI Device Firmware has no available firmware updates
• UEFI Device Firmware has no available firmware updates

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-52-generic 5.4.0-52.57
ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.11
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  erwin  1430 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Nov 10 02:30:34 2020
InstallationDate: Installed on 2020-11-04 (5 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
MachineType: LENOVO 20NR001EGE
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-52-generic 
root=UUID=b5cd979c-23c1-4fb8-95cf-9610c6e998db ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-52-generic N/A
 linux-backports-modules-5.4.0-52-generic  N/A
 linux-firmware1.187.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
 
dmi.bios.date: 07/09/2020
dmi.bios.vendor: LENOVO
dmi.bios.version: R10ET46W (1.31 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20NR001EGE
dmi.board.vendor: LENOVO
dmi.boa

[Bug 1878007] Re: Ubuntu 20.04 freeze on Dell inspiron 7373 when screen is turned off

2020-10-28 Thread Erwin Brandstetter
Experiencing the same problem with Ubuntu 20.04 on Dell Inspiron 7370
(Bios Version 1.13.1, but I don't know it matters.)

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

Title:
   Ubuntu 20.04 freeze on Dell inspiron 7373 when screen is turned off

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

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

[Bug 1871268] Re: Installation fails with Could not configure 'libc6:i386'. , E:Could not perform immediate configuration on 'libgcc-s1:i386'

2020-09-24 Thread Erwin
Same error

Tried to install Ubuntu 20.04.1

Ryzen 3600

Nvidia 1660 super

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

Title:
  Installation fails with Could not configure 'libc6:i386'. , E:Could
  not perform immediate configuration on 'libgcc-s1:i386'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-cdimage/+bug/1871268/+subscriptions

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

[Bug 1892573] [NEW] syslog gdm-x-session "your system is too slow" as desktop GUI slows down and eventually stops

2020-08-22 Thread Ryan Erwin
Public bug reported:

After ~72 hours, my Gnome desktop will be very slow.

In syslog I noticed that I get a bunch of these messages as the system
slows down:

/usr/lib/gdm3/gdm-x-session[13460]: (EE) client bug: timer event6
debounce short: scheduled expiry is in the past (-30ms), your system is
too slow

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: mutter 3.36.4-0ubuntu0.20.04.2
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.8
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Aug 22 18:02:23 2020
InstallationDate: Installed on 2020-02-23 (181 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
SourcePackage: mutter
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  syslog gdm-x-session "your system is too slow" as desktop GUI slows
  down and eventually stops

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

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

[Bug 1871832] Re: Installer crashed with multiple ISO images on system's disks

2020-04-09 Thread Alexandre Erwin Ittner
Testing with 20200408.1. It is easier to reproduce this situation on x64
with qemu.


- Create disk images for this test:

$ qemu-img create -f qcow2 sda.qcow2 10G
Formatting 'sda.qcow2', fmt=qcow2 size=10737418240 cluster_size=65536 
lazy_refcounts=off refcount_bits=16

$ qemu-img create -f qcow2 sdb.qcow2 4G
Formatting 'sdb.qcow2', fmt=qcow2 size=4294967296 cluster_size=65536 
lazy_refcounts=off refcount_bits=16

$ qemu-img create -f qcow2 sdc.qcow2 4G
Formatting 'sdc.qcow2', fmt=qcow2 size=4294967296 cluster_size=65536 
lazy_refcounts=off refcount_bits=16


- Put an install ISO in both sdb and sdc. Easiest way is boot qemu from the 
installer itself and then copy it:

$ wget http://cdimage.ubuntu.com/ubuntu-server/daily-live/20200408.1
/focal-live-server-amd64.iso

$ qemu-system-x86_64 -enable-kvm -M q35 -m 1G -cpu host  -drive
file=sda.qcow2,media=disk,format=qcow2  -drive
file=sdb.qcow2,media=disk,format=qcow2 -drive
file=sdc.qcow2,media=disk,format=qcow2 -drive file=focal-live-server-
amd64.iso,media=cdrom -boot d

- As soon as the installer starts, open the shell and do:

$ sudo dd if=/dev/cdrom of=/dev/sdb
$ sudo dd if=/dev/cdrom of=/dev/sdc

Just to be sure:
$ sudo sync


- Close qemu then start it again, booting from one of the disks as we were 
installing from an image dd'ed from an existing install in a server which does 
not support virtual media:

$ qemu-system-x86_64 -enable-kvm -M q35 -m 1G -cpu host -drive
file=sda.qcow2,media=disk,format=qcow2 -drive
file=sdb.qcow2,media=disk,format=qcow2 -drive
file=sdc.qcow2,media=disk,format=qcow2 -boot menu=on

- Press Esc and select 2 to boot from sdb.

- Proceed with the installation and select sda as the target.

>> The installer will detect sdc but won't be able to handle this
situation. Crash reports and screenshots attached.


** Attachment added: "Crash report on qemu"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1871832/+attachment/5350302/+files/1586437687.174328804.install_fail.crash

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

Title:
  Installer crashed with multiple ISO images on system's disks

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

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

[Bug 1871832] Re: Installer crashed with multiple ISO images on system's disks

2020-04-09 Thread Alexandre Erwin Ittner
** Attachment added: "Storage summary on qemu test"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1871832/+attachment/5350304/+files/Screenshot%20from%202020-04-09%2010-07-59.png

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

Title:
  Installer crashed with multiple ISO images on system's disks

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

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

[Bug 1871832] Re: Installer crashed with multiple ISO images on system's disks

2020-04-09 Thread Alexandre Erwin Ittner
** Attachment added: "Detected disks on qemu"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1871832/+attachment/5350303/+files/Screenshot%20from%202020-04-09%2010-07-36.png

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

Title:
  Installer crashed with multiple ISO images on system's disks

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

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

[Bug 1871832] Re: Installer crashed with multiple ISO images on system's disks

2020-04-09 Thread Alexandre Erwin Ittner
** Attachment added: "1586234957.306729794.install_fail.crash"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1871832/+attachment/5350235/+files/1586234957.306729794.install_fail.crash

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

Title:
  Installer crashed with multiple ISO images on system's disks

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

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

[Bug 1871832] [NEW] Installer crashed with multiple ISO images on system's disks

2020-04-09 Thread Alexandre Erwin Ittner
Public bug reported:

Installing 20.04 from ISO on an IBM Power8 (modoc from Power MAAS)
failed when multiple copies of this same image are available on local
disk (*not* optical drives nor virtual CDROMs, as this machine does not
have support for vmedia).


Machine configuration:
- /dev/sda will be the installation target;
- /dev/sdb will be the installation source (ISO dd'ed on disk);
- /dev/sdc is an extra ISO "forgotten" by the user (ISO dd'ed on disk);


Procedures:

 - Machine deployed with bionic from MAAS;
 - Boot the machine, download 
(http://cdimage.ubuntu.com/ubuntu-server/daily-live/20200402/focal-live-server-ppc64el.iso
 ), copy it to both /dev/sdb and /dev/sdc (dd if=focal-live-server-ppc64el.iso 
of=/dev/sdb);
 - From another host, connect into the machine's console using "ipmitool sol 
activate";
 - Reboot machine. On petitboot, select /dev/sdb as the boot device;
 - Run installer from SoL console, install on /dev/sda with the default options;
 - subiquity will crash in the hostname/user configuration screen (when it is 
running disk-relaeed tasks in background).


Stack trace for this failure:

 sdc logical_block_size_bytes: 512
 Verifying /dev/sdc1 exists
 Verifying /dev/sdc1 size, expecting 980123648 bytes, found 1024 bytes
 An error occured handling 'partition-sdc1': RuntimeError - Verifying 
/dev/sdc1 size, expecting 980123648 bytes, found 1024 bytes
 finish: cmd-install/stage-partitioning/builtin/cmd-block-meta: FAIL: 
configuring partition: partition-sdc1
 TIMED BLOCK_META: 4.679
 finish: cmd-install/stage-partitioning/builtin/cmd-block-meta: FAIL: 
curtin command block-meta
 Traceback (most recent call last):
   File 
"/snap/subiquity/1617/lib/python3.6/site-packages/curtin/commands/main.py", 
line 202, in main
 ret = args.func(args)
   File "/snap/subiquity/1617/lib/python3.6/site-packages/curtin/log.py", 
line 97, in wrapper
 return log_time("TIMED %s: " % msg, func, *args, **kwargs)
   File "/snap/subiquity/1617/lib/python3.6/site-packages/curtin/log.py", 
line 79, in log_time
 return func(*args, **kwargs)
   File 
"/snap/subiquity/1617/lib/python3.6/site-packages/curtin/commands/block_meta.py",
 line 100, in block_meta
 return meta_custom(args)
   File 
"/snap/subiquity/1617/lib/python3.6/site-packages/curtin/commands/block_meta.py",
 line 1796, in meta_custom
 handler(command, storage_config_dict)
   File 
"/snap/subiquity/1617/lib/python3.6/site-packages/curtin/commands/block_meta.py",
 line 782, in partition_handler
 partition_verify(part_path, info)
   File 
"/snap/subiquity/1617/lib/python3.6/site-packages/curtin/commands/block_meta.py",
 line 671, in partition_verify
 verify_size(devpath, int(util.human2bytes(info['size'])))
   File 
"/snap/subiquity/1617/lib/python3.6/site-packages/curtin/commands/block_meta.py",
 line 645, in verify_size
 raise RuntimeError(msg)
 RuntimeError: Verifying /dev/sdc1 size, expecting 980123648 bytes, found 
1024 bytes
 Verifying /dev/sdc1 size, expecting 980123648 bytes, found 1024 bytes


Installation worked when I zeroed /dev/sdc (with "dd if=/dev/zero of=/dev/sdc 
bs=1M count=50") and repeated the process.

Repeating these two procedures a few times, I noticed the installation
with another ISO (apart from the one used as source for the install)
seems to fail consistently. Maybe it is not a problem, I'm not sure if
subiquity is intended to support this kind of installation procedure
when machine does not have support for virtual media.

On the stack trace, the size of 1024 bytes makes sense if the installer
is reading /dev/sd[bc]1 instead of /dev/sd[bc]2: verify_size (from
https://github.com/CanonicalLtd/curtin/blob/master/curtin/commands/block_meta.py#L645
) calls read_sys_block_size_bytes (from
https://github.com/CanonicalLtd/curtin/blob/638c9a7849222575dacde5e43d1201bb4e0db1d1/curtin/block/__init__.py#L699
). Value read from /sys/class/block/sdb1/size is "2", so 1024 bytes.

Crash reports from several attempts attached.

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

** Attachment added: "1586201114.498370886.install_fail.crash"
   
https://bugs.launchpad.net/bugs/1871832/+attachment/5350234/+files/1586201114.498370886.install_fail.crash

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

Title:
  Installer crashed with multiple ISO images on system's disks

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

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

[Bug 1871832] Re: Installer crashed with multiple ISO images on system's disks

2020-04-09 Thread Alexandre Erwin Ittner
** Attachment added: "1586236548.054427385.install_fail.crash"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1871832/+attachment/5350236/+files/1586236548.054427385.install_fail.crash

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

Title:
  Installer crashed with multiple ISO images on system's disks

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

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

[Bug 1871832] Re: Installer crashed with multiple ISO images on system's disks

2020-04-09 Thread Alexandre Erwin Ittner
** Attachment added: "1586237649.350583553.install_fail.crash"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1871832/+attachment/5350237/+files/1586237649.350583553.install_fail.crash

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

Title:
  Installer crashed with multiple ISO images on system's disks

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

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

[Bug 1807273] Re: netplan not respecting mtu

2020-02-27 Thread Erwin Hager
This bug is still present in 0.98-0ubuntu1~18.04.1. Can provide more
info if needed. I have not tested the specific package Brian has posted.
If I need to still do that, please let me know.

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

Title:
  netplan not respecting mtu

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/1807273/+subscriptions

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

[Bug 1785894] Re: manipulating BMC users with ipmitool fails on Power 9 machine

2018-08-09 Thread Erwin de Beus
I've also notified our local representative, just in case it is
something with our machine

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

Title:
  manipulating BMC users with ipmitool fails on Power 9 machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1785894/+subscriptions

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

[Bug 1785894] [NEW] manipulating BMC users with ipmitool fails on Power 9 machine

2018-08-07 Thread Erwin de Beus
Public bug reported:

Trying to change passwords or usernames of BMC user with ipmitool fails
on our new IBM Power9 machine with Ubuntu 18.04. It works fine on our
older IBM Power8 machine with Ubuntu 16.04.

For example:

root@srv-03:~# ipmitool user list 1
IPMI command failed: Invalid command

On the Power8 machine this lists the users on the BMC.

Manipulating the LAN setting of the BMC using ipmitool works fine on
both IBM machines.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ipmitool 1.8.18-5ubuntu0.1
ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
Uname: Linux 4.15.0-30-generic ppc64le
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_uvm 
nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: ppc64el
Date: Tue Aug  7 22:43:14 2018
InstallationDate: Installed on 2018-07-17 (21 days ago)
InstallationMedia: Ubuntu-Server 18.04 LTS "Bionic Beaver" - Release ppc64el 
(20180426)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcLoadAvg: 0.17 0.41 0.44 1/1567 7715
ProcSwaps:
 Filename   TypeSizeUsedPriority
 /dev/md1partition  292801920   
-2
ProcVersion: Linux version 4.15.0-30-generic (buildd@bos02-ppc64el-011) (gcc 
version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #32-Ubuntu SMP Thu Jul 26 17:43:11 UTC 
2018
SourcePackage: ipmitool
UpgradeStatus: No upgrade log present (probably fresh install)
VarLogDump_list: total 0
cpu_cores: Number of cores present = 32
cpu_coreson: Number of cores online = 32
cpu_smt: SMT=4

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


** Tags: apport-bug bionic ppc64el

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

Title:
  manipulating BMC users with ipmitool fails on Power 9 machine

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

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

[Bug 1741603] [NEW] package libstdc++-4.8-dev:amd64 4.8.4-2ubuntu1~14.04.3 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configurat

2018-01-06 Thread Erwin ZENKER
Public bug reported:

unbekannt

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libstdc++-4.8-dev:amd64 4.8.4-2ubuntu1~14.04.3
ProcVersionSignature: Ubuntu 3.13.0-137.186-generic 3.13.11-ckt39
Uname: Linux 3.13.0-137-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.27
Architecture: amd64
Date: Sat Jan  6 08:49:09 2018
DpkgHistoryLog:
 Start-Date: 2018-01-06  08:48:14
 Commandline: aptdaemon role='role-commit-packages' sender=':1.94'
 Upgrade: initramfs-tools-bin:amd64 (0.103ubuntu4.9, 0.103ubuntu4.10), 
libruby1.9.1:amd64 (1.9.3.484-2ubuntu1.5, 1.9.3.484-2ubuntu1.6), 
firefox-locale-de:amd64 (57.0.3+build1-0ubuntu0.14.04.1, 
57.0.4+build1-0ubuntu0.14.04.1), firefox-locale-en:amd64 
(57.0.3+build1-0ubuntu0.14.04.1, 57.0.4+build1-0ubuntu0.14.04.1), 
google-chrome-stable:amd64 (63.0.3239.108-1, 63.0.3239.132-1), firefox:amd64 
(57.0.3+build1-0ubuntu0.14.04.1, 57.0.4+build1-0ubuntu0.14.04.1), 
initramfs-tools:amd64 (0.103ubuntu4.9, 0.103ubuntu4.10), ruby1.9.1:amd64 
(1.9.3.484-2ubuntu1.5, 1.9.3.484-2ubuntu1.6), firefox-globalmenu:amd64 
(57.0.3+build1-0ubuntu0.14.04.1, 57.0.4+build1-0ubuntu0.14.04.1)
DuplicateSignature: 
package:libstdc++-4.8-dev:amd64:4.8.4-2ubuntu1~14.04.3:package is in a very bad 
inconsistent state; you should  reinstall it before attempting configuration
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2017-11-16 (50 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120817.1)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.17
SourcePackage: gcc-4.8
Title: package libstdc++-4.8-dev:amd64 4.8.4-2ubuntu1~14.04.3 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
UpgradeStatus: Upgraded to trusty on 2017-11-16 (50 days ago)

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


** Tags: amd64 apport-package trusty

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

Title:
  package libstdc++-4.8-dev:amd64 4.8.4-2ubuntu1~14.04.3 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

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

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

[Bug 1434986] Re: Not working network connection after boot

2017-03-20 Thread Erwin van Diermen
Above comment is partly true... after reboot it doesn't work anymore.

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

Title:
  Not working network connection after boot

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

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


[Bug 1434986] Re: Not working network connection after boot

2017-02-17 Thread Erwin van Diermen
For me the problem is solved, read the solution here
http://askubuntu.com/questions/783650/problem-with-dns-in-the-latest-kubuntu-16-04-update

I had the same problem with the latest 16.04 updates. Fixed as follows:

Remove (or comment out) the below line from 
/etc/NetworkManager/NetworkManager.conf: dns=dnsmasq
Run service NetworkManager restart

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

Title:
  Not working network connection after boot

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

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


[Bug 1434986] Re: Not working network connection after boot

2017-02-16 Thread Erwin van Diermen
Same problem after upgrade from 14.04 to 16.04. (Dell Precision M4700)
After reboot, ifconfig displays IP address and all seems well. Connecting to 
local IP works, but internet fails.
I found another workaround by adding eth0 configuration to the 
/etc/network/interfaces, then, after reboot I stop the network manager: service 
network-manager stop
then: ifdown eth0
then: ifup eth0
and internet works. So, seems indeed a DNS problem.

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

Title:
  Not working network connection after boot

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

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


[Bug 1644358] [NEW] package mariadb-server-core-10.0 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/mysql/charsets/cp1250.xml', which is also in package mysql-common 5.7.16

2016-11-23 Thread Vinícius Erwin da Silva Hoyer
Public bug reported:

[output]
Unpacking mariadb-server-core-10.0 (10.0.27-0ubuntu0.16.04.1) ...
dpkg: error processing archive 
/var/cache/apt/archives/mariadb-server-core-10.0_10.0.27-0ubuntu0.16.04.1_amd64.deb
 (--unpack):
 trying to overwrite '/usr/share/mysql/charsets/cp1250.xml', which is also in 
package mysql-common 5.7.16-1ubuntu16.04
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 
/var/cache/apt/archives/mariadb-server-core-10.0_10.0.27-0ubuntu0.16.04.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mariadb-server-core-10.0 (not installed)
ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
Uname: Linux 3.19.0-49-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Tue Nov 22 21:44:46 2016
ErrorMessage: trying to overwrite '/usr/share/mysql/charsets/cp1250.xml', which 
is also in package mysql-common 5.7.16-1ubuntu16.04
InstallationDate: Installed on 2016-02-03 (293 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15
SourcePackage: mariadb-10.0
Title: package mariadb-server-core-10.0 (not installed) failed to 
install/upgrade: trying to overwrite '/usr/share/mysql/charsets/cp1250.xml', 
which is also in package mysql-common 5.7.16-1ubuntu16.04
UpgradeStatus: Upgraded to xenial on 2016-08-20 (94 days ago)

** Affects: mariadb-10.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package mariadb-server-core-10.0 (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/share/mysql/charsets/cp1250.xml', which is also in package
  mysql-common 5.7.16-1ubuntu16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1644358/+subscriptions

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


[Bug 1539634] Re: network-manager crashes when using libnl-3-200-3.21.1-1ubuntu1

2016-05-15 Thread Erwin Segerer
As of yesterday I had no internet connection (updates where performed on 14.04 
without proposed updates enabled).
Thanks Matthias, your comments did the trick for me too, internet is back (just 
had to restart the network-manager afterwards):

sudo ifconfig wlan0 up
sudo ifconfig eth0 up
sudo dhclient

sudo apt-get update
sudo apt-get upgrade

sudo service network-manager restart

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

Title:
  network-manager crashes when using libnl-3-200-3.21.1-1ubuntu1

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

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


[Bug 1535524] [NEW] Ubuntu won't install bootloader to /dev/sda. UEFI crap

2016-01-18 Thread Brian Erwin
Public bug reported:

I'm trying to dual boot Ubuntu 15.10 with windows 10.  I have turned off
fast boot in windows, and am at my wits end.  I'm about to go back to
fedora and give that a try.  Hopefully, this UEFI crap gets resolved,
and I can come back to Ubuntu.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: ubiquity 2.21.37 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
CasperVersion: 1.365
Date: Mon Jan 18 22:48:18 2016
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.21.37 ubuntu wily

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

Title:
  Ubuntu won't install bootloader to /dev/sda.  UEFI crap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1535524/+subscriptions

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


[Bug 1485246] Re: Backlight issue - Samsung Chronos 7 (model - NP770Z5E)

2015-11-04 Thread Erwin
I also have the NP770Z5E. What helped me was to change the grub kernel
boot parameter to

acpi_osi=linux acpi_backlight=video

in /etc/default/grub (line GRUB_CMDLINE_LINUX_DEFAULT=) (I have Debian Linux). 
Hint was found at
https://wiki.archlinux.org/index.php/Backlight#Kernel_command-line_options

After command "update-grub" and reboot changing brightness was possible
again.

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

Title:
  Backlight issue - Samsung Chronos 7 (model - NP770Z5E)

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

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


[Bug 1300408] [NEW] Cannot upgrade from 13.10 to 14.04 Beta

2014-03-31 Thread Erwin van Rijsewijk
Public bug reported:

Disables allmost all PPA's before upgrade.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.5
ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
Uname: Linux 3.11.0-19-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CrashDB: ubuntu
Date: Mon Mar 31 21:38:59 2014
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to saucy on 2014-03-31 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade saucy third-party-packages

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

Title:
  Cannot upgrade from 13.10 to 14.04 Beta

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

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


[Bug 1104173] Re: vpnc does not connect if started from network-manager-gnome

2013-03-12 Thread Erwin
sudo /usr/lib/NetworkManager/nm-vpnc-service --debug

 Output 
***
** Message: nm-vpnc-service (version 0.9.6.0) starting...
** Message: vpnc started with pid 10998
connection
name : connection
id : AES256-encrypted IPSec-Client-Dialin (s)
uuid : fa84dcef-339f-43a2-8d41-cf13349a104a (s)
type : vpn (s)
permissions : [] (sd)
autoconnect : TRUE (sd)
timestamp : 1359043019 (s)
read-only : FALSE (sd)
zone : NULL (sd)
master : NULL (sd)
slave-type : NULL (sd)


vpn
name : vpn
service-type : org.freedesktop.NetworkManager.vpnc (s)
user-name : ** (s)
data : [ { 'NAT Traversal Mode': cisco-udp }, { 'ipsec-secret-type': 
save }, { 'IPSec secret-flags': 1 }, { 'xauth-password-type': save }, { 
'Vendor': cisco }, { 'Xauth username': *** }, { 'IPSec gateway': 
*** }, { 'DPD idle timeout (our side)': 60 }, { 'IPSec ID': vtVPN }, { 
'Xauth password-flags': 1 }, { 'Perfect Forward Secrecy': server }, { 'IKE DH 
Group': dh2 }, { 'Local Port': 500 }, ] (s)
secrets : [ { 'IPSec secret': ** }, { 'Xauth password': 
** }, ] (s)


ipv4
name : ipv4
method : auto (s)
dns : [] (s)
dns-search : [] (sd)
addresses : [] (s)
routes : [] (s)
ignore-auto-routes : FALSE (sd)
ignore-auto-dns : FALSE (sd)
dhcp-client-id : NULL (sd)
dhcp-send-hostname : TRUE (sd)
dhcp-hostname : NULL (sd)
never-default : FALSE (sd)
may-fail : TRUE (sd)


Config: Debug 3
Config: Script /usr/lib/NetworkManager/nm-vpnc-service-vpnc-helper
Config: Cisco UDP Encapsulation Port 0
Config: Local Port 500
Config: IKE DH Group dh2
Config: Perfect Forward Secrecy server
Config: IPSec ID vtVPN
Config: DPD idle timeout (our side) 60
Config: IPSec gateway demdc-fw01.valtech.de
Config: Xauth username erwin.yuekselgil
Config: Vendor cisco
Config: NAT Traversal Mode cisco-udp
Config: Xauth password !vtPa55w0rd!
Config: IPSec secret T2jjr0mUh9C=YD$2dkAU|ujk)WbhT7
   
vpnc version 0.5.3r512
   hex_test: 00010203

S1 init_sockaddr
 [2013-03-12 09:33:26]

S2 make_socket
 [2013-03-12 09:33:26]

S3 setup_tunnel
 [2013-03-12 09:33:26]
   using interface tun0

S4 do_phase1_am
 [2013-03-12 09:33:26]

S4.1 create_nonce
 [2013-03-12 09:33:26]
   i_cookie: dac74ced be9ac753
   i_nonce:
   38fc3028 92331194 c2ac3c3b 1acb6922 c4770528

S4.2 dh setup
 [2013-03-12 09:33:26]
   dh_public:
   5e0f35ad 72b5c3ed 7afa0ac4 c4739e0e d2627b28 07852549 99526060 fc1fbbe4
   03a3c7a2 90b94f28 be40e836 90cd37fa 303f01c2 6b606fcf 85325ddc 1a030866
   e8eb8b51 b88a28f8 fb5f725f f48f2723 c7672e88 496c5379 abef70ba 164db836
   a269b3c8 24354cc5 04282865 82e830e6 d9824efa b89ba2c8 df1713ac 4887608e

S4.3 AM packet_1
 [2013-03-12 09:33:26]

 sending: 
   BEGIN_PARSE
   Received Packet Len: 1181
   i_cookie: dac74ced be9ac753
   r_cookie:  
   payload: 01 (ISAKMP_PAYLOAD_SA)
   isakmp_version: 10
   exchange_type: 04 (ISAKMP_EXCHANGE_AGGRESSIVE)
   flags: 00
   message_id: 
   len: 049d
   
   PARSING PAYLOAD type: 01 (ISAKMP_PAYLOAD_SA)
   next_type: 04 (ISAKMP_PAYLOAD_KE)
   length: 03a4
   sa.doi: 0001 (ISAKMP_DOI_IPSEC)
   sa.situation: 0001 (ISAKMP_IPSEC_SIT_IDENTITY_ONLY)
   
   PARSING PAYLOAD type: 02 (ISAKMP_PAYLOAD_P)
   next_type: 00 (ISAKMP_PAYLOAD_NONE)
   length: 0398
   p.number: 00
   p.prot_id: 01 (ISAKMP_IPSEC_PROTO_ISAKMP)
   p.spi_size: 00
   length: 18
   p.spi: 
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 00
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0002 (IKE_HASH_SHA)
   t.attributes.type: 0004 (IKE_ATTRIB_GROUP_DESC)
   t.attributes.u.attr_16: 0002 (IKE_GROUP_MODP_1024)
   t.attributes.type: 0003 (IKE_ATTRIB_AUTH_METHOD)
   t.attributes.u.attr_16: fde9 (IKE_AUTH_XAUTHInitPreShared)
   t.attributes.type: 000b (IKE_ATTRIB_LIFE_TYPE)
   t.attributes.u.attr_16: 0001 (IKE_LIFE_TYPE_SECONDS)
   t.attributes.type: 000c (IKE_ATTRIB_LIFE_DURATION)
   t.attributes.u.lots.length: 0004
   t.attributes.u.lots.data: 0020c49b
   DONE PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   
   PARSING PAYLOAD type: 03 (ISAKMP_PAYLOAD_T)
   next_type: 03 (ISAKMP_PAYLOAD_T)
   length: 0028
   t.number: 01
   t.id: 01 (ISAKMP_IPSEC_KEY_IKE)
   t.attributes.type: 000e (IKE_ATTRIB_KEY_LENGTH)
   t.attributes.u.attr_16: 0100
   t.attributes.type: 0001 (IKE_ATTRIB_ENC)
   t.attributes.u.attr_16: 0007 (IKE_ENC_AES_CBC)
   t.attributes.type: 0002 (IKE_ATTRIB_HASH)
   t.attributes.u.attr_16: 0001 

[Bug 1104173] Re: vpnc does not connect if started from network-manager-gnome

2013-03-12 Thread Erwin
Ah forgot to mention, that in another Network I can use the
NetworkManager to obtain a VPN connection.

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

Title:
  vpnc does not connect if started from network-manager-gnome

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

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


[Bug 1123186] Re: Jabref: flawed dependencies force installation of OpenJDK java

2013-03-08 Thread Erwin
Dear Gregor,

Sorry for the delayed response. I contacted somebody from Ubuntu about
how to fix the bug. He named you as the package maintainer of jabref and
that you are eligible to package fixes.

If I understand this guide http://developer.ubuntu.com/packaging/html
/security-and-stable-release-updates.html right, the patch has to be
submitted to launchpad as a merge proposal along with notifying ubuntu-
sru about the bug.

I'm not too familiar with packaging, but let me know if I can be of any
further help.

Erwin

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

Title:
  Jabref: flawed dependencies force installation of OpenJDK java

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

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


[Bug 1123186] Re: Jabref: flawed dependencies force installation of OpenJDK java

2013-02-12 Thread Erwin
A similar issue has been reported in Bug #712132. Unlike pdftk, jabref
does not link to a specific Java library. It works with Sun Java as
well.

Actually, the dependeny list of jabref appears pretty long to me. Taking
into account that the file jabref.jar file and a simple wrapper script
do the job:

code
/etc/alternatives/java -jar /usr/share/java/jabref.jar $@
/code

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

Title:
  Jabref: flawed dependencies force installation of OpenJDK java

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

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


[Bug 1123186] [NEW] Jabref: flawed dependencies force installation of OpenJDK java

2013-02-12 Thread Erwin
Public bug reported:

Jabref (2.7~beta1+ds-5) requires Java, the package depends on
openjdk-6-jre or sun-java6-jre. The latter is, however, not available
anymore as a package in Ubuntu 12.04 LTS.

Sun/Oracle Java may be installed via apt-get (see package update-sun-jre
from http://www.duinsoft.nl/pkg). But since the package is not known in
the jabref dependency list, installing jabref will result in the
needless installation of some 100 MB OpenJDK Java. I consider the
dependency list of jabref flawed since it forces users effectively to a
specific variant of Java.

IMHO, the simplest solution would be replacing sun-java6-jre by
update-sun-jre, which is however from an external source.

A better solution would be a dependency to a virtual package, which is
satisfied when _any_  Java installation is available.

** Affects: jabref (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/1123186

Title:
  Jabref: flawed dependencies force installation of OpenJDK java

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

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


[Bug 1123186] Re: Jabref: flawed dependencies force installation of OpenJDK java

2013-02-12 Thread Erwin
Thanks for the quick reply. Indeed, changing the dependency to
openjdk-7-jre | java6-runtime would fix the issue for me. The package
update-sun-jre mentioned above also provides java-runtime as well as
java6-runtime.

Is it possible to include the fixed dependencies for Ubuntu 12.04 as
well? In particular sun-java6-jre should be deleted since it does not
exist anymore in the repositories.

Erwin

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

Title:
  Jabref: flawed dependencies force installation of OpenJDK java

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

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


[Bug 1104173] [NEW] vpnc does not connect if started from network-manager-gnome

2013-01-24 Thread Erwin
Public bug reported:

Starting a CISCO VPN from the network-manager leads to following output
in the console

NetworkManager[1067]: info VPN connection 'AES256-encrypted 
IPSec-Client-Dialin' (IP Config Get) complete.
NetworkManager[1067]: info Policy set 'Kabelnetzwerkverbindung 1' (eth0) as 
default for IPv4 routing and DNS.
NetworkManager[1067]: info ((null)): writing resolv.conf to /sbin/resolvconf
NetworkManager[1067]: info VPN plugin state changed: started (4)
NetworkManager[1067]: info Policy set 'Kabelnetzwerkverbindung 1' (eth0) as 
default for IPv4 routing and DNS.
NetworkManager[1067]: info ((null)): writing resolv.conf to /sbin/resolvconf
NetworkManager[1067]:SCPlugin-Ifupdown: devices removed (path: 
/sys/devices/virtual/net/tun0, iface: tun0)
NetworkManager[1067]: info VPN service 'vpnc' disappeared

Starting vpnc in a terminal as normal user does not work:
vpnc: Error binding to source port. Try '--local-port 0'
Failed to bind to 0.0.0.0:500: Permission denied

But with sudo it works.


--
Description:Ubuntu 12.10
Release:12.10

vpnc:
  Installiert: 0.5.3r512-2ubuntu1
  Kandidat:0.5.3r512-2ubuntu1
  Versionstabelle:
 *** 0.5.3r512-2ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
100 /var/lib/dpkg/status

network-manager-vpnc:
  Installiert: 0.9.6.0-0ubuntu1
  Kandidat:0.9.6.0-0ubuntu1
  Versionstabelle:
 *** 0.9.6.0-0ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
100 /var/lib/dpkg/status

network-manager-vpnc-gnome:
  Installiert: 0.9.6.0-0ubuntu1
  Kandidat:0.9.6.0-0ubuntu1
  Versionstabelle:
 *** 0.9.6.0-0ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
100 /var/lib/dpkg/status

** Affects: network-manager-vpnc (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/1104173

Title:
  vpnc does not connect if started from network-manager-gnome

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-01-20 Thread Erwin
I have the same problem too, but only on Ubuntu 12.10 and more than 2 GB
transfer (SAMBA)! I go back to 12.04 LTS ... it works fine.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 799356] Re: gwibber stores extreme number of messages in gwibber.sqlite

2012-11-09 Thread Alexandre Erwin Ittner
Happening for me too, my gwibber.sqlite is 1,1 GB. Counting for current
amount of messages, I got:

sqlite select count(*) from messages;
560965

So, I just removed messages older than 30 days with:
 delete from messages where time  (strftime('%s','now') - 30*24*60*60); 

I think Gwibber should  run this garbage collect periodically, but
preserving directed and send messages unless the user asks it to delete
them too.

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

Title:
  gwibber stores extreme number of messages in gwibber.sqlite

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/799356/+subscriptions

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


[Bug 1056431] [NEW] KDE resets brightness to max at login

2012-09-25 Thread Marja Erwin
Public bug reported:

When using KDE in Ubuntu 11.04 [not Kubuntu 11.04], KDE resets the
brightness to the maximum every time I log in. It takes several minutes
before it will respond to my efforts to reset the brightness so I can
look at the screen.

It would be very helpful if KDE were to remember previous brightness and
volume settings. Some people need bright screens, some people need dim
screens; this is an accessibility issue.

** Affects: kubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  KDE resets brightness to max at login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1056431/+subscriptions

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


[Bug 1027420] Re: Empathy does not remember changed passwords

2012-07-23 Thread Marja Erwin
I found the relevant listings in the system menu and fixed it there. I
still think Empathy ought to be able to do this internally.

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

Title:
  Empathy does not remember changed passwords

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

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


[Bug 1027420] Re: Empathy does not remember changed passwords

2012-07-23 Thread Marja Erwin
... unfortunately, Empathy can no longer connect.

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

Title:
  Empathy does not remember changed passwords

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

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


[Bug 558872] Re: empathy accounts fail to connect after manually unlocking keyring

2012-07-23 Thread Marja Erwin
I don't know what a keyring is, but edited my details in passwords and
encryption keys, since that was suggested to fix a minor bug. Now
empathy can't connect any more. I'm not sure if this is the same bug.

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

Title:
  empathy accounts fail to connect after manually unlocking keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/558872/+subscriptions

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


[Bug 1028041] [NEW] Empathy cannot connect to Yahoo! after changing passwords

2012-07-23 Thread Marja Erwin
Public bug reported:

I was using Empathy 2.34.0 in Gnome 2/Classic in Ubuntu 11.04.

I changed my Yahoo! account password. At first I could connect to Yahoo!
by opening the accounts menu and typing the new password there. For
whatever reason, Empathy was unable to store/remember the password, and
reverted to the old password the next time I started it. I made a bug
report of this issue:

https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1027420

The suggested fix was to enter passwords and encryption keys and
delete everything related to Empathy in there. I was unable to delete
anything, but was able to correct the passwords.

Now Empathy can't connect at all. I tried rebooting, but it has not
fixed this.

Steps to reproduce:

Change Yahoo! account password.

Change passwords in passwords in encryption keys to match.

** Affects: empathy (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/1028041

Title:
  Empathy cannot connect to Yahoo! after changing passwords

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

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


[Bug 898143] Re: 11.10 does not save Keys and Passwords in Management

2012-07-23 Thread Marja Erwin
Also affects 11.04

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

Title:
  11.10 does not save Keys and Passwords in Management

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

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


[Bug 1027420] Re: Empathy does not remember changed passwords

2012-07-22 Thread Marja Erwin
Um, no. I've done that before and it causes all sorts of bugs. How do I
get it to respect the new password for the same ID?

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

Title:
  Empathy does not remember changed passwords

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

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


[Bug 1027420] Re: Empathy does not remember changed passwords

2012-07-22 Thread Marja Erwin
I've done that before, and it sometimes breaks the previous
conversations tool. I'm not ready to do that again. How do I get empathy
to remember the new password for the exact same account?

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

Title:
  Empathy does not remember changed passwords

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

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


[Bug 1027420] Re: Empathy does not remember changed passwords

2012-07-22 Thread Marja Erwin
I mean, I've deleted and recreated accounts in the accounts listing. It
is quite buggy. I have no idea about a 'passwords and keys' listing.

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

Title:
  Empathy does not remember changed passwords

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

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


[Bug 1027420] [NEW] Empathy does not remember changed passwords

2012-07-21 Thread Marja Erwin
Public bug reported:

I set up Empathy with the old passwords for my chat accounts. I changed
the passwords on my chat account, and need to change the passwords in
Empathy. Typing the new passwords in the account options is enough to
enable Empathy each day, but even though it's set to remember passwords,
and even though I press apply, it reverts to the old passwords the next
day.

Empathy 2.34.0 in Ubuntu 11.04 with Gnome 2/Classic.

** Affects: empathy (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/1027420

Title:
  Empathy does not remember changed passwords

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

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


[Bug 1027335] [NEW] Update Manager demands partial upgrade

2012-07-20 Thread Marja Erwin
Public bug reported:

I have not been able to use the update manager for the last few months.
I am currently using Ubuntu 11.04, and am avoiding upgrading to 11.10
because I have arm issues making Unity inaccessible, and I had a botched
installation of Xubuntu 11.10 last year and had to reinstall Ubuntu
11.04.

The update manager reports that because Not all updates can be
installed I need to Run a partial upgrade to install as many updates
as possible. I am concerned that a partial upgrade, upgrading part of
the system to 11.10 would be even more error-prone and unstable than
that botched installation. It might disable Gnome 2/Classic, and it
might reverse the fixes I've used to restore working scrollbars. I would
rather simply update what can be updated without this partial upgrade.

** Affects: update-manager (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/1027335

Title:
  Update Manager demands partial upgrade

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

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


[Bug 776348] Re: No automatic login when launching and empty contact list or at least not displayed.

2012-06-07 Thread Marja Erwin
Not having trouble with auto login, but I am having trouble with the
empty contact list.

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

Title:
  No automatic login when launching and empty contact list or at least
  not displayed.

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

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


[Bug 410810] Re: Empathy should have option to only allow contacts on contact list to start a conversation with the user

2012-06-07 Thread Marja Erwin
I'm not sure this is a good idea until the bugs with the contact list
are resolved.

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

Title:
  Empathy should have option to only allow contacts on contact list to
  start a conversation with the user

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/410810/+subscriptions

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


[Bug 994105] Re: machine no longer wakes from sleep on 12.04

2012-05-26 Thread Marja Erwin
In my case, the problem went away. I'm not sure why.

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

Title:
  machine no longer wakes from sleep on 12.04

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

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


[Bug 805894] Re: gnome-settings-daemon crashed with signal 5 in xkl_process_error()

2012-05-25 Thread Erwin Rohde
Bug still present in 12.04

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

Title:
  gnome-settings-daemon crashed with signal 5 in xkl_process_error()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/805894/+subscriptions

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


[Bug 1003027] Re: Object selection errors in LibreOffice Draw

2012-05-23 Thread Marja Erwin
Apport failed: Package libreoffice not installed and no hook available,
ignoring

I can't see how to find the recordings from recordmydesktop.

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

Title:
  Object selection errors in LibreOffice Draw

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

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


[Bug 998936] Re: apport-collect fails with Package libreoffice not installed ... even

2012-05-23 Thread Marja Erwin
^This. I can't complete my bug reports for LibreOffice because Package
libreoffice not installed and no hook available, ignoring I am using
LibreOffice 3.3.4 in Ubuntu 11.04.

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

Title:
  apport-collect fails with Package libreoffice not installed ... even

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

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


[Bug 1003027] Re: Object selection errors in LibreOffice Draw

2012-05-23 Thread Marja Erwin
I have LibreOffice. I've been using LibreOffice. Someone else already
reported the same Apport error:

https://bugs.launchpad.net/ubuntu/+source/apport/+bug/998936

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

Title:
  Object selection errors in LibreOffice Draw

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

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


[Bug 1003027] [NEW] Object selection errors in LibreOffice Draw

2012-05-22 Thread Marja Erwin
Public bug reported:

I'm having two problems here. For one, when I try to un-select by
clicking on empty space, LibreOffice often ends up selecting something
up to an inch away. For another, when I try to select one object,
LibreOffice again ends up selecting another object up to an inch away
and generally an inch above the cursor.

I am using LibreOffice 3.3.4 in Ubuntu 11.04.

** Affects: libreoffice (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/1003027

Title:
  Object selection errors in LibreOffice Draw

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

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


[Bug 997936] Re: can't wake from suspend

2012-05-12 Thread Marja Erwin
Also affects 11.04 with the 2.6.38-15 generic kernel. Did not affect
11.04 with the previous kernel. Started immediately after the kernel
update.

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

Title:
  can't wake from suspend

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

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


[Bug 996954] Re: can't wake up from suspend

2012-05-12 Thread Marja Erwin
Also affects 11.04 with the 2.6.38-15 generic kernel on AMD64
processors. Did not affect 11.04 with the previous kernel. Started
immediately after the kernel update.

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

Title:
  can't wake up from suspend

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

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


[Bug 995486] Re: Fails to resume from suspend

2012-05-12 Thread Marja Erwin
I don't even get the cursor on resume. Just an unresponsive machine.

Also affects 11.04 with the 2.6.38-15 generic kernel. Did not affect
11.04 with the previous kernel. Started immediately after the kernel
update.

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

Title:
  Fails to resume from suspend

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

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


[Bug 997449] Re: libre office calc garbled window screen when resized

2012-05-10 Thread Erwin Olario
apport information

** Tags added: apport-collected

** Description changed:

  Whenever I have to resize my Calc window, it's window is garbled from
  the screen. The menus themselves are still accessible by their shortcut
  keys (if you remember them). If you further resize the window to a much
  smaller one, the menus and the top bar disappears entirely
  
  The workaround I found is to use ALT-SPACEBAR to access the window menu
  then maximize the window again. Next is to access the window menu again
  and select restore to get back to the window size you want.
  
  It doesn't crash libre office but you lose your GUI.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Thu May 10 11:32:44 2012
  EcryptfsInUse: Yes
  InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   LANGUAGE=en_PH:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_PH.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.0.1-0ubuntu7
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ EcryptfsInUse: Yes
+ InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
+ Package: xorg 1:7.6+12ubuntu1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=en_PH:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_PH.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
+ Tags:  precise
+ Uname: Linux 3.2.0-24-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/997449/+attachment/3139874/+files/Dependencies.txt

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

Title:
  libre office calc garbled window screen when resized

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

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


[Bug 997449] Re: libre office calc garbled window screen when resized

2012-05-10 Thread Erwin Olario
FYI: This issue was resolved by installing libreoffice-gtk, which is
needed to enter unicode characters in libre office.

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

Title:
  libre office calc garbled window screen when resized

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

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


[Bug 997449] Re: libre office calc garbled window screen when resized

2012-05-10 Thread Erwin Olario
$ lspci | grep VGA
01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Radeon 
XPRESS 200M 5955 (PCIE)

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

Title:
  libre office calc garbled window screen when resized

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

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


[Bug 994105] Re: machine no longer wakes from sleep on 12.04

2012-05-10 Thread Marja Erwin
I use 11.04 on a Vaio E-series.

I had no trouble waking the machine from sleep until the latest kernel
update. I can no longer wake the machine from sleep and have to use a
hard reboot instead. Due to arm injuries, I'm supposed to take frequent
breaks, and the computer goes to sleep during these breaks.

Anyway, I think the kernel update may be part of the problem.

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

Title:
  machine no longer wakes from sleep on 12.04

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

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


[Bug 973619] Re: LibreOffice Draw repeatedly freezes

2012-05-09 Thread Marja Erwin
Results:

Description:Ubuntu 11.04
Release:11.04
libreoffice-draw:
  Installed: 1:3.3.4-0ubuntu1
  Candidate: 1:3.3.4-0ubuntu1
  Version table:
 *** 1:3.3.4-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:3.3.2-1ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main amd64 Packages

File:

** Attachment added: One of the files I was having trouble with.
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/973619/+attachment/3138805/+files/Counters%20in%20Progress.odg

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

Title:
  LibreOffice Draw repeatedly freezes

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

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


[Bug 997281] [NEW] package update-notifier-common 0.119ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Killed)

2012-05-09 Thread Erwin Feser
Public bug reported:

.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: update-notifier-common 0.119ubuntu8.1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Wed May  9 00:58:27 2012
ErrorMessage: subprocess installed post-installation script was killed by 
signal (Killed)
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: update-notifier
Title: package update-notifier-common 0.119ubuntu8.1 failed to install/upgrade: 
subprocess installed post-installation script was killed by signal (Killed)
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: update-notifier (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check precise

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

Title:
  package update-notifier-common 0.119ubuntu8.1 failed to
  install/upgrade: subprocess installed post-installation script was
  killed by signal (Killed)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/997281/+subscriptions

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


[Bug 997281] Re: package update-notifier-common 0.119ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Killed)

2012-05-09 Thread Erwin Feser
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997281

Title:
  package update-notifier-common 0.119ubuntu8.1 failed to
  install/upgrade: subprocess installed post-installation script was
  killed by signal (Killed)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/997281/+subscriptions

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


[Bug 997449] [NEW] libre office calc garbled window screen when resized

2012-05-09 Thread Erwin Olario
Public bug reported:

Whenever I have to resize my Calc window, it's window is garbled from
the screen. The menus themselves are still accessible by their shortcut
keys (if you remember them). If you further resize the window to a much
smaller one, the menus and the top bar disappears entirely

The workaround I found is to use ALT-SPACEBAR to access the window menu
then maximize the window again. Next is to access the window menu again
and select restore to get back to the window size you want.

It doesn't crash libre office but you lose your GUI.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libreoffice (not installed)
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Thu May 10 11:32:44 2012
EcryptfsInUse: Yes
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_PH:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  libre office calc garbled window screen when resized

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

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


[Bug 997449] Re: libre office calc garbled window screen when resized

2012-05-09 Thread Erwin Olario
** Attachment added: lo_calc_resize_4.png
   
https://bugs.launchpad.net/bugs/997449/+attachment/3139522/+files/lo_calc_resize_4.png

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

Title:
  libre office calc garbled window screen when resized

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

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


[Bug 997449] Re: libre office calc garbled window screen when resized

2012-05-09 Thread Erwin Olario
The bug doesn't occur if you use the window's left or bottom resizing
handles . It will occur if you use the left or top resizing handles, or
use the windows menu (alt + spacebar, resize)

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

Title:
  libre office calc garbled window screen when resized

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

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


[Bug 995991] [NEW] hibernate doesn't work, even after following instructtions on how to enable it.

2012-05-07 Thread Erwin Olario
Public bug reported:

I have followed the guide here: https://help.ubuntu.com/12.04/ubuntu-
help/power-hibernate.html on how to check and enable hibernate but it
didn't work for me.

1. lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04


2. apt-cache policy pm-utils
pm-utils:
  Installed: 1.4.1-9
  Candidate: 1.4.1-9
  Version table:
 *** 1.4.1-9 0
500 http://kartolo.sby.datautama.net.id/ubuntu/ precise/main amd64 
Packages
100 /var/lib/dpkg/status

3. I'm filing this as a bug because hibernate worked fine in version in
Ubuntu10.04 on this same computer.  Now, on a fresh install of Xubuntu
12.04 it doesn't work.

4. It doesn't resume back.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: pm-utils 1.4.1-9
ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Mon May  7 22:59:16 2012
EcryptfsInUse: Yes
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_PH:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: pm-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  hibernate doesn't work, even after following instructtions on how to
  enable it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/995991/+subscriptions

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


[Bug 995991] Re: hibernate doesn't work, even after following instructtions on how to enable it.

2012-05-07 Thread Erwin Olario
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/995991

Title:
  hibernate doesn't work, even after following instructtions on how to
  enable it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/995991/+subscriptions

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


[Bug 973619] Re: LibreOffice Draw repeatedly freezes

2012-05-07 Thread Marja Erwin
I seem to have encountered an apport bug:

Package libreoffice not installed and no hook available, ignoring

Of course I have LibreOffice installed, I have been using it!

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

Title:
  LibreOffice Draw repeatedly freezes

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

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


[Bug 384913] Re: Presentation of slide transitions and animations ugly

2012-05-01 Thread Erwin
** Changed in: libreoffice (Ubuntu)
   Status: New = Confirmed

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

Title:
  Presentation of slide transitions and animations ugly

To manage notifications about this bug go to:
https://bugs.launchpad.net/openoffice/+bug/384913/+subscriptions

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


[Bug 384913] Re: Presentation of slide transitions and animations ugly

2012-05-01 Thread Erwin
The  bug persists in LibreOffice 3.5.2 no a Thinkpad notebook running
Ubuntu Lucid 10.04 LTS. It is reproduced with the ODP file attached to
#2.

Might the problem be related to an issure with the graphics driver?  I
have an integrated Intel Mobile GM965/GL960 graphics controller,  OpenGL
and 3D acceleration are working without problems.

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

Title:
  Presentation of slide transitions and animations ugly

To manage notifications about this bug go to:
https://bugs.launchpad.net/openoffice/+bug/384913/+subscriptions

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


[Bug 975321] Re: maas-dhcp ignores input

2012-04-28 Thread Erwin Rebergen
Problem still exists in 12.04 final. Running dpkg-reconfigure does not solve 
the problem.
Found the settings in /etc/cobbler/dnsmasq.template. Moved the file to 
/etc/dnsmasq.d/ but now dnsmasq service fails to start.

Think I am copying the /etc/dnsmasq.conf file to /etc/dnsmasq.d/ and
updating it manually ...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/975321

Title:
  maas-dhcp ignores input

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

-- 
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 975321] Re: maas-dhcp ignores input

2012-04-28 Thread Erwin Rebergen
Problem still exists in 12.04 final. Running dpkg-reconfigure does not solve 
the problem.
Found the settings in /etc/cobbler/dnsmasq.template. Moved the file to 
/etc/dnsmasq.d/ but now dnsmasq service fails to start.

Think I am copying the /etc/dnsmasq.conf file to /etc/dnsmasq.d/ and
updating it manually ...

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

Title:
  maas-dhcp ignores input

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

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


[Bug 883319]

2012-04-24 Thread Erwin Junge
Would also like to confirm that Chris Bagwell's patch works for me. I'm
using 1.11.4 from Debian Sid and the patch didn't apply cleanly
(whitespace issue and started at 297 instead of 282), but after I fixed
that it works like a charm. Been missing this feature for a while :)
Thanks Crhis!

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

Title:
  xrandr --scale restricts area in which mouse moves

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/883319/+subscriptions

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


[Bug 881046]

2012-04-20 Thread Erwin Junge
Would also like to confirm that Chris Bagwell's patch works for me. I'm
using 1.11.4 from Debian Sid and the patch didn't apply cleanly
(whitespace issue and started at 297 instead of 282), but after I fixed
that it works like a charm. Been missing this feature for a while :)
Thanks Crhis!

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

Title:
  Panning in a virtual monitor is not possible after upgrade to Ubuntu
  11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/881046/+subscriptions

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


[Bug 973619] [NEW] LibreOffice Draw repeatedly freezes

2012-04-04 Thread Marja Erwin
Public bug reported:

I am using LibreOffice 3.34 in Gnome 2/Classic in Ubuntu 11.04.

Whenever I do anything in LibreOffice Draw [select an object, start
typing, move an object, etc.], LibreOffice freezes for a second or two.
Not only does this slow LibreOffice Down, it means some actions, like
moving an object to just the right place, can take several attempts, and
it makes it easy for LibreOfice to misread mouse/trackpad locations if
I'm still moving the mouse/trackpad when it freezes; it also prevents
objects from snapping to the grid if they are moved more than about 1/4
at a time.

I have tried quitting and restarting LibreOffice, but this does not
solve the problem.

** Affects: libreoffice (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/973619

Title:
  LibreOffice Draw repeatedly freezes

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

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


[Bug 144453] Re: [gutsy] evince opens taller than the screen, hangs off the bottom

2012-03-08 Thread Marja Erwin
Also a bug in Maverick and Natty. There is no longer an option to
disable Desktop Effects in Classic, so that 'fix' is gone.

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

Title:
  [gutsy] evince opens taller than the screen, hangs off the bottom

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/144453/+subscriptions

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


[Bug 916492] Re: windows don't fit on the screen

2012-03-08 Thread Marja Erwin
A major issue in Maverick and Natty. I can't use Oeneric because all the
extra clicks and extra typing aggravates my arm injuries.

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

Title:
  windows don't fit on the screen

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

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


[Bug 938047] [NEW] package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-21 Thread erwin
Public bug reported:

antonio@antonio-System-Product-Name:~$ sudo apt-get install mysql-server 
mysql-common mysql-client 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
mysql-client is already the newest version.
mysql-common is already the newest version.
mysql-server is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up mysql-server-5.1 (5.1.54-1ubuntu4) ...
start: Job failed to start
invoke-rc.d: initscript mysql, action start failed.
dpkg: error processing mysql-server-5.1 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.1; however:
  Package mysql-server-5.1 is not configured yet.
dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.

  Errors were encountered while processing:
 mysql-server-5.1
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mysql-server-5.1 5.1.54-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Feb 22 02:08:16 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: mysql-5.1
Title: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/938047

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/938047/+subscriptions

-- 
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 938047] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-21 Thread erwin
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/938047

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/938047/+subscriptions

-- 
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 938047] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-21 Thread erwin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/938047

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/938047/+subscriptions

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


[Bug 938047] [NEW] package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-02-21 Thread erwin
Public bug reported:

antonio@antonio-System-Product-Name:~$ sudo apt-get install mysql-server 
mysql-common mysql-client 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
mysql-client is already the newest version.
mysql-common is already the newest version.
mysql-server is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up mysql-server-5.1 (5.1.54-1ubuntu4) ...
start: Job failed to start
invoke-rc.d: initscript mysql, action start failed.
dpkg: error processing mysql-server-5.1 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.1; however:
  Package mysql-server-5.1 is not configured yet.
dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.

  Errors were encountered while processing:
 mysql-server-5.1
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mysql-server-5.1 5.1.54-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Feb 22 02:08:16 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: mysql-5.1
Title: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/938047/+subscriptions

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


[Bug 798994] Re: Empathy returns network error.

2012-01-26 Thread Marja Erwin
I'm now getting this error for the second time. I don't know what
triggers it, and I quit Empathy so I don't have a screenshot available.
But it is an especially annoying error because, once it pops up, it
persists even when I log out and log back in, or shut down and start
back up.

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

Title:
  Empathy returns network error.

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

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


[Bug 798994] Re: Empathy returns network error.

2012-01-26 Thread Marja Erwin
I don't know how to reproduce this bug. It just happened [some hours
ago], and Empathy doesn't work any more. I wish I knew how to reproduce
it. [as stated in comment #3 above]

I have the current debug log [after several times quitting and
restarting while trying debug advice, so it's all after Empathy stopped
working.]

** Attachment added: debug log
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/798994/+attachment/2695352/+files/Empathy.FileTransfer-26-01-12_15-34-56.log

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

Title:
  Empathy returns network error.

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

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


[Bug 900703] Re: psmouse kernel module problems after suspend/resume

2012-01-24 Thread Marja Erwin
Using Alps touchpad with psmouse patch in 11.04.

About one in three times, the touchpad completely stops working after
resume.

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

Title:
  psmouse kernel module problems after suspend/resume

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

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


[Bug 897636] Re: touchpad fails after resume

2012-01-24 Thread Marja Erwin
Also affects 11.04 with Alps touchpad and patch.

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

Title:
  touchpad fails after resume

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

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


[Bug 878577] Re: Touchpad stops working after sleep

2012-01-23 Thread Marja Erwin
Also affects 11.04. How can people fix this?

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

Title:
  Touchpad stops working after sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/878577/+subscriptions

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


[Bug 605912] Re: Touching touchpad too soon after resume causes lock up and breaks init.

2012-01-23 Thread Marja Erwin
I don't know if it's the exact same bug, but I'm using 11.04 with an
Alps touchpad and the Alps patch. Starting about a week ago, the
touchpad just keeps freezing up each time I resume.

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

Title:
  Touching touchpad too soon after resume causes lock up and breaks
  init.

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

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


[Bug 519517] Re: Touchpad unresponsive after suspend

2012-01-23 Thread Marja Erwin
Now [as in the last week] also affects 11.04 with an Alps touchpad and
the psmouse-alps-dkms patch.

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

Title:
  Touchpad unresponsive after suspend

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

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


  1   2   3   4   >