[Bug 2064068] [NEW] Display manager fails needing pci rescan with thunderbolt eGPU

2024-04-28 Thread Con Kolivas
Public bug reported:

1. 
No LSB modules are available.
Description:Ubuntu 24.04 LTS
Release:24.04

2.
udev:
  Installed: 255.4-1ubuntu8
  Candidate: 255.4-1ubuntu8
  Version table:
 *** 255.4-1ubuntu8 500
500 http://au.archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status

3.
Xorg should init via sddm, gd3m, or lightdm

4.
Display manager fails to init, remaining at console.


I have an eGPU device connected via thunderbolt
 ● Razer Core X
   ├─ type:  peripheral
   ├─ name:  Core X
   ├─ vendor:Razer
   ├─ uuid:  00c998e0-6fea-2701--
   ├─ generation:Thunderbolt 3

It is mounted onto MSI MS-7E06 motherboard with a thunderbolt card. The
card is correctly detected and enabled on bootup.

I have a NVIDIA 4070GTX installed on the eGPU device

VGA compatible controller: NVIDIA Corporation AD104 [GeForce RTX 4070]
(rev a1)

I have installed the NVIDIA 550 drivers associated with this device

However, the presence of a GPU in an eGPU is not correctly detected
after bootup. The various NVIDIA services at startup all present failure
on bootup.

Sddm fails to start after multiple retries. Switching display manager to
gdm3 or lightdm results in the same failure.

An `lspci` fails to show the device on the console.

I manually added a systemd daemon to scan the PCI bus before the display 
manager begins with:
echo "1" | sudo tee /sys/bus/pci/rescan > /dev/null

This then correctly identifies the device in the PCI bus, and then the
display manager proceeds to start appropriately. eGPU functionality is
limited to compute unless I manually insert xorg.conf.d rules, but that
is an unrelated issue to do with limited eGPU support currently with
xorg/wayland.

I believe the PCI bus needs to be scanned with udev rules when a
thunderbolt device is detected/inserted.

** Affects: udev (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/2064068

Title:
  Display manager fails needing pci rescan with thunderbolt eGPU

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


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

[Bug 1938088] Re: acpi-support prevents Groovy and Hirsute booting in LXC

2022-04-11 Thread con
So i found the source of the problem at:
https://github.com/OpenNebula/one/issues/5504

Systemd disables acpid with the line: 'ConditionVirtualization=!container' 
since it recognizes that it is running in a container.
However, there is an error in the configuration file for acpid.path because the 
line is missing here. Hence the hint that the endpoint is missing.
In the acpi.path after the line: 'Description=ACPI Events Check' in the section 
[UNIT] ' create a new line with: 'ConditionVirtualization=!container' and then 
restart the unit.

So it is a problem of acpid and not acpi-support.

** Bug watch added: github.com/OpenNebula/one/issues #5504
   https://github.com/OpenNebula/one/issues/5504

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

Title:
  acpi-support prevents Groovy and Hirsute booting in LXC

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-identity-provider/+bug/1938088/+subscriptions


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

[Bug 1938088] Re: acpi-support prevents Groovy and Hirsute booting in LXC

2022-02-25 Thread con
I can confirm that behavior on lxd 4.23. I have to mask acpid and acpi-
support to install kde in a container.

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

Title:
  acpi-support prevents Groovy and Hirsute booting in LXC

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-identity-provider/+bug/1938088/+subscriptions


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

[Bug 1835660] Re: initramfs unpacking failed

2020-07-03 Thread Con Kolivas
The issue appears to be that update-initramfs creates uncompressed
images.

I have the same error but have been dealing with a different issue of it
failing to boot with a custom kernel by UUID which is why I haven't
posted a bug report. However, since this issue appears to be related,
upon further inspection I find that none of the initramfs images being
created are actually compressed at all.

file /boot/initrd.img*
/boot/initrd.img:  symbolic link to initrd.img-5.4.0-40-generic
/boot/initrd.img-5.4.0-33-generic: ASCII cpio archive (SVR4 with no CRC)
/boot/initrd.img-5.4.0-37-generic: ASCII cpio archive (SVR4 with no CRC)
/boot/initrd.img-5.4.0-39-generic: ASCII cpio archive (SVR4 with no CRC)
/boot/initrd.img-5.4.0-40-generic: ASCII cpio archive (SVR4 with no CRC)

These should all be lz4 images. I tried changing the initramfs config to
gzip but it still did not show a compressed file.

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

Title:
  initramfs unpacking failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1835660/+subscriptions

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

[Bug 1869866] Re: pam_mount cifs mount pmvarrun error

2020-04-10 Thread con
Hello,

many thanks for the answer.
It took me a few days to investigate the problem further.

The problem results from my sssd setup and pmvarrun's inability to
distinguish between username and domain.

I was able to solve the problem by changing the parameter
"full_name_format" in sssd so that the user is no longer displayed in
the format "u...@domain.it" but as "user".

_sssd.conf_:
[domain / DOMAIN.IT]
full_name_format =% 1 $ s

I assume that pmvarrun uses winbind to differentiate between username
and domain and therefore the error occurs.

** Changed in: libpam-mount (Ubuntu)
   Status: Incomplete => Opinion

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

Title:
  pam_mount cifs mount pmvarrun error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/1869866/+subscriptions

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

[Bug 1869866] [NEW] pam_mount cifs mount pmvarrun error

2020-03-31 Thread con
Public bug reported:

I have a Samba 4 domain and use pam-mount to map some drives.

Client: 19.10
Server: 19.10

# vi /etc/security/pam_mount.conf.xml
[...]


This works but i get an error by 'pmvarrun':
[...]
command: 'pmvarrun' '-u' 'u...@domain.it' '-o' '1' 
Invalid user name
(pam_mount.c:439): error reading login count from pmvarrun
(pam_mount.c:743): pam_mount execution complete

** Affects: libpam-mount (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/1869866

Title:
  pam_mount cifs mount pmvarrun error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/1869866/+subscriptions

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

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2019-06-20 Thread Con
@ahasenack, I found this post (took plenty of Google foo) but it was
helpful.

For anyone else, 18.04 LTS STILL has this issue.  The following fixed
it:

After=network-online.target
Wants=network-online.target

These are in my [Unit] section at the top of
/etc/systemd/system/sshd.service


[Unit]
Description=OpenBSD Secure Shell server
After=network-online.target auditd.service
Wants=network-online.target
ConditionPathExists=!/etc/ssh/sshd_not_to_be_run

[Service]


I hope this is helpful to others!

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

Title:
  sshd will not start at boot if ListenAddress is set, because network
  interface is not yet up

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

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

[Bug 1780860] [NEW] Xorg freeze

2018-07-09 Thread con-1428
Public bug reported:

radeon ring backup+oxd3/ox/140
radeon rsp:bbb2029afbe0 
I changed grafics card from msi R7870 twin froser iii I want to put it back
since it does the same with the asus gt630

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
Uname: Linux 4.15.0-23-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CompositorRunning: None
Date: Mon Jul  9 23:15:13 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GpuHangFrequency: Continuously
GpuHangReproducibility: Occurs more often under certain circumstances
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 NVIDIA Corporation GF108 [GeForce GT 630] [10de:0f00] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. GF108 [GeForce GT 630] [1043:8400]
InstallationDate: Installed on 2018-07-06 (3 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_ZA.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-generic 
root=UUID=03812000-7685-4c0e-a864-1161fc28656b ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
XorgLogOld:
 
dmi.bios.date: 10/02/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.50
dmi.board.name: 970 Pro3 R2.0
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd10/02/2013:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rn970Pro3R2.0:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic freeze ubuntu

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

Title:
  Xorg freeze

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

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

[Bug 1780859] [NEW] Xorg freeze

2018-07-09 Thread con-1428
Public bug reported:

radeon ring backup+oxd3/ox/140
radeon rsp:bbb2029afbe0

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
Uname: Linux 4.15.0-23-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CompositorRunning: None
Date: Mon Jul  9 23:15:13 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GpuHangFrequency: Continuously
GpuHangReproducibility: Occurs more often under certain circumstances
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 NVIDIA Corporation GF108 [GeForce GT 630] [10de:0f00] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. GF108 [GeForce GT 630] [1043:8400]
InstallationDate: Installed on 2018-07-06 (3 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_ZA.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-23-generic 
root=UUID=03812000-7685-4c0e-a864-1161fc28656b ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
XorgLogOld:
 
dmi.bios.date: 10/02/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.50
dmi.board.name: 970 Pro3 R2.0
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd10/02/2013:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rn970Pro3R2.0:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic freeze ubuntu

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

Title:
  Xorg freeze

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

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

[Bug 1776812] [NEW] Crash on every server stop

2018-06-13 Thread Con Kolivas
Public bug reported:

I have a recurring problem where kmail fails to finish updating an imap
change after accessing any email with a .ics file attached (calendar
invitation). I can fix this by loading akonadiconsole and clearing the
akonadi cache and restarting the server; however 100% of the time it
crashes when the akonadi server is stopped before it finishes restarting
it. Choosing stop server is enough to elicit the crash.

When run from a console, these are the error messages I get:
QSocketNotifier: Socket notifiers cannot be enabled or disabled from another 
thread
QSocketNotifier: Invalid socket 90 and type 'Read', disabling...
QSocketNotifier: Invalid socket 90 and type 'Read', disabling...
QSocketNotifier: Socket notifiers cannot be enabled or disabled from another 
thread
QSocketNotifier: Invalid socket 91 and type 'Read', disabling...
QSocketNotifier: Socket notifiers cannot be enabled or disabled from another 
thread
QSocketNotifier: Invalid socket 97 and type 'Read', disabling...
QSocketNotifier: Invalid socket 97 and type 'Read', disabling...
QSocketNotifier: Invalid socket 97 and type 'Read', disabling...
QSocketNotifier: Invalid socket 97 and type 'Read', disabling...
QSocketNotifier: Invalid socket 97 and type 'Read', disabling...
QSocketNotifier: Invalid socket 97 and type 'Read', disabling...
QSocketNotifier: Invalid socket 97 and type 'Read', disabling...
QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
QSocketNotifier: Invalid socket 9 and type 'Read', disabling...
The X11 connection broke: I/O error (code 1)
XIO:  fatal IO error 9 (Bad file descriptor) on X server ":0"
  after 1605 requests (1605 known processed) with 0 events remaining.
Re-raising signal for core dump handling.
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_mailfilter_agent' 
exited normally...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_imap_resource' exited 
normally...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_indexing_agent' 
exited normally...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_maildir_resource' 
exited normally...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_archivemail_agent' 
exited normally...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_notes_agent' exited 
normally...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_sendlater_agent' 
exited normally...
org.kde.pim.akonadicontrol: Application 
'/usr/bin/akonadi_newmailnotifier_agent' exited normally...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_migration_agent' 
exited normally...
org.kde.pim.akonadicontrol: Application 
'/usr/bin/akonadi_googlecontacts_resource' exited normally...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_maildispatcher_agent' 
exited normally...
org.kde.pim.akonadicontrol: Application 
'/usr/bin/akonadi_followupreminder_agent' exited normally...
chainup()
mysqladmin: The query to get the server's pid file failed, error: 'Table 
'performance_schema.session_variables' doesn't exist'. Continuing.
Segmentation fault (core dumped)


I've tried to report the bug as a kde bug but there are no associated debug 
symbols for the akonadiconsole package and kubuntu-debug-installer finds 
nothing for the /usr/bin/akonadiconsole binary.

** Affects: akonadiconsole (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/1776812

Title:
  Crash on every server stop

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

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

[Bug 1584612] Re: Mobile broadband requires reboot every time

2016-10-19 Thread Con Kolivas
I considered what you said and put the sim card into a phone even though
it was allegedly unlocked and set it as you suggested and indeed it does
NOT ask for a pin now. I would consider the main issue resolved now,
thanks! I've been fighting this for 2 years unsuccessfully so this is a
major win for me.

The superuser access issue is a separate one but does not affect me now
since the pin is unlocked.

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

Title:
  Mobile broadband requires reboot every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1584612/+subscriptions

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


[Bug 1584612] Re: Mobile broadband requires reboot every time

2016-10-19 Thread Con Kolivas
Thanks, I'll look into that then. What about the necessity for superuser
access just to input the pin number? That seems excessive.

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

Title:
  Mobile broadband requires reboot every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1584612/+subscriptions

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


[Bug 1584612] Re: Mobile broadband requires reboot every time

2016-10-19 Thread Con Kolivas
Thanks for the suggestion. This is the frustrating part of it - the card
is actually unlocked and has no pin. It makes no difference what I type
in as a pin number, so long as I go through the process. Something
somewhere insists it's locked when it's actually not.

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

Title:
  Mobile broadband requires reboot every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1584612/+subscriptions

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


[Bug 1584612] Re: Mobile broadband requires reboot every time

2016-10-18 Thread Con Kolivas
Problem persists on 16.10

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

Title:
  Mobile broadband requires reboot every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1584612/+subscriptions

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


[Bug 1577197] Re: Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized

2016-10-18 Thread Con Kolivas
Confirmed still a problem in 16.10. I still do the ->HSP->A2DP switch
every time bluetooth audio connects to get it working.

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

Title:
  Pulseaudio bluez5-util.c: TryAcquire() failed  - Operation Not
  Authorized

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

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


[Bug 1457400] Re: reduce 90s session kill timeout if the session does not shutdown cleanly

2016-10-18 Thread Con Kolivas
I'm still experiencing this problem on upgrading to ubuntu 16.10

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

Title:
  reduce 90s session kill timeout if the session does not shutdown
  cleanly

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

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


[Bug 1628715] Re: Kf5 based apps do not reliably storeSession and performLegacySessionSave

2016-10-02 Thread Con Kolivas
Also note that this is not confined to just konversation as quite a few
other KDE applications also do not reliably resume - notably konsole,
kate, kmail and ktorrent for example.

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

Title:
  Kf5 based apps do not reliably storeSession and
  performLegacySessionSave

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

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


[Bug 1628715] [NEW] Kf5 based apps do not reliably storeSession and performLegacySessionSave

2016-09-28 Thread Con Kolivas
Public bug reported:

Kf5 based applications do not reliably start up again on new sessions after 
logging out and in again. This was noted specifically on konversation as 
discussed in this bug here (Konversation session doesn't resume):
https://bugs.kde.org/show_bug.cgi?id=363876

but other applications are also affected with the master bug report here 
(missing some clients or windows when storeSession and 
performLegacySessionSave):
https://bugs.kde.org/show_bug.cgi?id=354724

Unfortunately this is a version related problem that is fixed with newer
versions and would require either a backport or upgrade on (k)ubuntu
16.04 as mentioned in the aforementioned bug report.

1. This is on (K)Ubuntu 16.04
2. konversation version 1.6-0ubuntu1
3. konversation should always restart on starting a new session
4. konversation does not reliably restart on on a new session

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: konversation 1.6-0ubuntu1
Uname: Linux 4.7.5-ck5 x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Sep 29 09:49:13 2016
ProcEnviron:
 LANGUAGE=en_GB:en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: konversation
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Kf5 based apps do not reliably storeSession and
  performLegacySessionSave

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

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


[Bug 1584604] Re: Slow login to kde5 waiting on breeze splash

2016-07-02 Thread Con Kolivas
Confirmed this fixes it for me too. I've removed plasma-nm from the
affected packages and added breeze.

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

Title:
  Slow login to kde5 waiting on breeze splash

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

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


[Bug 1584604] Re: Slow login to kde5 waiting on ?networkmanager

2016-07-02 Thread Con Kolivas
** Also affects: breeze-qt4 (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: plasma-nm (Ubuntu)

** Summary changed:

- Slow login to kde5 waiting on ?networkmanager
+ Slow login to kde5 waiting on breeze splash

** Also affects: breeze (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: breeze-qt4 (Ubuntu)

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

Title:
  Slow login to kde5 waiting on breeze splash

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

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


[Bug 1584604] Re: Slow login to kde5 waiting on ?networkmanager

2016-06-09 Thread Con Kolivas
** Summary changed:

- Slow login to kde5 waiting on networkmanager
+ Slow login to kde5 waiting on ?networkmanager

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

Title:
  Slow login to kde5 waiting on ?networkmanager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1584604/+subscriptions

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


[Bug 1584604] Re: Slow login to kde5 waiting on networkmanager

2016-05-26 Thread Con Kolivas
I'm not sure what other debugging info I can add then to help find the
cause.

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

Title:
  Slow login to kde5 waiting on networkmanager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1584604/+subscriptions

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


[Bug 1584604] Re: Slow login to kde5 waiting on networkmanager

2016-05-26 Thread Con Kolivas
I checked on my desktop PC as well which has the login lag and systemd-
analyze blame gave me these top 10 with the same first candidate:

  7.851s NetworkManager-wait-online.service
   303ms apt-daily.service
   239ms dev-sda2.device
   223ms upower.service
   214ms 
systemd-fsck@dev-disk-by\x2duuid-d697538e\x2d78ed\x2d48f4\x2da3c2\x2d30b660f072ff.service
   169ms media-archer.mount
88ms networking.service
88ms systemd-udev-trigger.service
80ms grub-common.service
71ms ModemManager.service

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

Title:
  Slow login to kde5 waiting on networkmanager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1584604/+subscriptions

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


[Bug 1577197] Re: Pulseaudio bluez5-util.c: TryAcquire() failed - Operation Not Authorized

2016-05-24 Thread Con Kolivas
I have the same issue since upgrading to (Kubuntu) 16.04 with bluetooth
audio not working to the A2DP device. However I found a temporary
workaround - after it connects the audio player stops completely in its
tracks, but if I change the audio configuration on the bluetooth audio
device from A2DP to HSP/HFP audio starts working at low fidelity and if
I then switch it back to A2DP the audio now works at high fidelity.

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

Title:
  Pulseaudio bluez5-util.c: TryAcquire() failed  - Operation Not
  Authorized

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

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


[Bug 1584612] [NEW] Mobile broadband requires reboot every time

2016-05-23 Thread Con Kolivas
Public bug reported:

I have a laptop with a mobile broadband device which only ever
initialises on a reboot.

If I suspend to ram and then resume it fails to work. If I power the
machine down and then cold boot it asks for the sim pin code which then
also asks for the administrator password. However if I reboot the device
initialises fine and connects immediately without any pin code nor
administrator password.

I initially tried to report this partially as a kde bug here with more 
information:
https://bugs.kde.org/show_bug.cgi?id=345284
But it appears to affect other desktop environments as well and the main issue 
is that it never successfully resumes unless I reboot. It was originally on an 
older kubuntu but even after upgrading to 16.04 the issue persists.

Relevant lsusb entry:
Bus 001 Device 003: ID 1199:9041 Sierra Wireless, Inc. 

Relevant dmesg components:
[4.690413] usbcore: registered new interface driver cdc_ncm
[4.696052] usbcore: registered new interface driver cdc_wdm
[4.713496] cdc_mbim 1-6:2.12: cdc-wdm0: USB WDM device
[4.713687] cdc_mbim 1-6:2.12 wwan0: register 'cdc_mbim' at 
usb-:00:14.0-6, CDC MBIM, ca:cf:8e:3c:a9:05
[4.713708] usbcore: registered new interface driver cdc_mbim

** Affects: plasma-nm (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/1584612

Title:
  Mobile broadband requires reboot every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1584612/+subscriptions

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


[Bug 1509334] Re: [sru] plasma-nm blocks temporarily on startup w/o bluetooth device – KDE/Plasma very slow to launch (Kubuntu 15.10)

2016-05-22 Thread Con Kolivas
I've opened a new bug for those who still have a similar problem with kubuntu 
16.04 since this one was closed as being fixed:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1584604

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

Title:
  [sru] plasma-nm blocks temporarily on startup w/o bluetooth device –
  KDE/Plasma very slow to launch (Kubuntu 15.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/plasma-nm/+bug/1509334/+subscriptions

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


[Bug 1584604] [NEW] Slow login to kde5 waiting on networkmanager

2016-05-22 Thread Con Kolivas
Public bug reported:

I still get the slow login as happened with kubuntu 15.10 now on a fresh
install of kubuntu 16.04 on multiple systems.

The pause is identical to as happened in this bug which is marked as
closed, but it does not appear to be bluetooth related this time:
https://bugs.launchpad.net/bugs/1509334 Other people have tried to
report the same bug as an addendum but it was closed, hence why I'm
opening a new bug.

The kde throbber reaches 100% very quickly and then there is a pause where 
there is no activity and then the desktop finally appears many seconds later. A 
systemd analyze blame shows the following as top10:
  5.997s NetworkManager-wait-online.service
  2.469s postgresql@9.3-main.service
  2.457s postgresql@9.4-main.service
  2.365s postgresql@9.5-main.service
   646ms networking.service
   558ms ModemManager.service
   534ms accounts-daemon.service
   520ms systemd-logind.service
   436ms grub-common.service
   423ms ondemand.service

Switching to xfce4 there is no delay at all on login.

** Affects: plasma-nm (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/1584604

Title:
  Slow login to kde5 waiting on networkmanager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1584604/+subscriptions

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


[Bug 1315639] [NEW] cant update loop at http://en.archive.ubuntu.com/ubuntu/ubuntu/

2014-05-03 Thread con
Public bug reported:

Hi,

i try to upgrade since yesterday (03.05.20014) - i get an error, because the 
release-upgrader displayed "An unresolvable problem occured while calculating 
the upgrade. [...]".
If i use the Webbrowser i found a loop at  http://en.archive.ubuntu.com/ and  
http://de.archive.ubuntu.com/, if you go in to the subdirectory ubuntu.


Thanks Frank

** Affects: ubuntu-release-upgrader (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/1315639

Title:
  cant update loop at http://en.archive.ubuntu.com/ubuntu/ubuntu/

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

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


[Bug 1208877] [NEW] tomcat 7 crashes IcedTea6 1.12.6 on ARM

2013-08-06 Thread Con Cunningham
Public bug reported:

Environment: Software
# JRE version: 6.0_27-b27
# Java VM: OpenJDK Zero VM (20.0-b12 mixed mode linux-arm )
# Derivative: IcedTea6 1.12.6
# Distribution: Ubuntu 13.04, package 6b27-1.12.6-1ubuntu0.13.04.2

Environment: Hardware
Running on BeagleBone... ARM Cortex A8

Problem description:
After random period, usually > 1 hour, the Tomcat 7 JVM dies. Error is:
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (os_linux_zero.cpp:270), pid=4155, tid=2776155248
#  fatal error: caught unhandled signal 11

Error file attached. I'm sorry I can't use APPORT, this is a headless
UBUNTU install. Please forgive me if I've transgressed any etiquette
here by just filling in my own bug info. (New to the open source support
world)

Thanks for your time.
Cheers,
Con

** Affects: openjdk-6 (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "This file was referenced in the catalina.out log file 
when it crashed."
   
https://bugs.launchpad.net/bugs/1208877/+attachment/3762546/+files/hs_err_pid4155.log

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

Title:
  tomcat 7 crashes IcedTea6 1.12.6 on ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/1208877/+subscriptions

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


[Bug 1015819] Re: sb_sasl_generic_pkt_length: received illegal packet length when using ldapsearch and sasl with ssl or tls

2013-03-23 Thread Con Harte
Is there any update on this bug?

I have done some testing, and it seems that I can successfuly use
SSL/TLS connections to an LDAP server (both over port 636 for LDAPS and
port 389 with STARTTLS) when I use the DIGEST-MD5 SASL mechanism.

This seems to indicate that it is specifically a problem with libsasl2
-modules-gssapi-mit - I'm currently using version
2.1.25.dfsg1-3ubuntu0.1 in Ubuntu 12.04LTS.

This issue is causing us a lot of problems, if anyone knows of a
workaround or better yet, a fix, please let me know.

Thanks,
Con.

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

Title:
  sb_sasl_generic_pkt_length: received illegal packet length when using
  ldapsearch and sasl with ssl or tls

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1015819/+subscriptions

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


[Bug 880235] Re: "connecting to console for guest" lasts forever when opening remote vnc dispaly closed earlier

2011-11-16 Thread con
Open a VNC connection works one time. At the next connection attempt i get a 
"connecting to console for guest".
After killing the ssh session i can connect to that client one time again.

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

Title:
  "connecting to console for guest" lasts forever when opening remote
  vnc dispaly closed earlier

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

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


[Bug 880235] Re: "connecting to console for guest" lasts forever when opening remote vnc dispaly closed earlier

2011-11-16 Thread con
I can confirm that

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

Title:
  "connecting to console for guest" lasts forever when opening remote
  vnc dispaly closed earlier

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

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


[Bug 773466] Re: libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends with segmentation fault

2011-04-30 Thread Con Kolivas
There didn't even seem to be a way to make it play back with the
hardware acceleration disabled as vlc just kept segfaulting. A custom
mplayer build spawned lots of errors too. It was literally impossible to
play back any H264 videos.

For what it's worth, to get it working for myself I had to recompile libva, 
libvdpau and vdpau-video manually. I used unpatched versions of:
libva-1.0.12
libvdpau-0.4.1
vdpau-video-0.7.2

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

Title:
  libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends with
  segmentation fault

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


[Bug 564459] Re: USB devices not detected when hotplugged

2011-04-26 Thread Con Dean
Just a newbie here guys.  But I was having this problems and went into
System - Administration - Disk Utility and turned the power off to the
drive and then remounted.  it worked.  don't ask me why!!! :-)   Hope
this helps someone.  Love Linux and happy to be away from the soul
numbing having to be an automaton Windows systems.

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

Title:
  USB devices not detected when hotplugged

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


Re: [Bug 666180] Re: KVM does not boot Ubuntu i386 10.04 minimal sever images

2010-10-28 Thread con
I had a boot problem with maveric, too.  My solution was to add the apparmor
sevurity rules in virt-manager. Now it works again.

Am 28.10.2010 11:41 schrieb "Harald Hannelius"
<666...@bugs.launchpad.net>:

This seems much like my problem. If I boot the previous kernel 2.6.32-24
from everything works OK. This makes me suspect that the problems is
within the kernel, did Maverick drop i386 or i686 support or something?

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/663191

--
KVM does not boot Ubuntu i386 10.04 minimal sever images
https://bugs.launchpad.net/bugs/666180
You received this bug notification because you are subscribed to qemu-
kvm in ubuntu.

-- 
KVM does not boot Ubuntu i386 10.04 minimal sever images
https://bugs.launchpad.net/bugs/666180
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 641320] Re: Touchpad is not working since last kernel update in maverick

2010-10-18 Thread francisco con garza
I have a new sony vaio F12M1E and had the same problem, right from the first 
boot of 10.10 from the installation cd.
Neither was working my display after I installed the nvidia driver, but that is 
another story (finally solved it by reverting to driver 256.53 instead of the 
newest one).

I got the touchpad recognized by following the instructions from this website:
http://www.thibautwdowiak.com/blog/index.php/77-install-of-ubuntu-1004-lucid-lynx-on-a-sony-vaio-vpcs12v5e.html

I'm *not sure what the solution does*, but here it is:

gksudo gedit /etc/default/grub

set the grub default to the following instead of "quiet splash" 
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset i8042.nopnp"

Then again in the terminal
sudo update-grub

and reboot

-- 
Touchpad is not working since last kernel update in maverick
https://bugs.launchpad.net/bugs/641320
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293831] Re: linux-virtual installed linux-image-2.6.27-7-server which abend a kvm virtual server (udev error)

2009-10-06 Thread con
I was switching to virt-manager. Due a lack of time a cant testing
ubuntu-vm-builder ...

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

-- 
linux-virtual installed linux-image-2.6.27-7-server which abend a kvm virtual 
server (udev error)
https://bugs.launchpad.net/bugs/293831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 349253] Re: after rebooting the host, cant create domain

2009-10-06 Thread con
RFM @ me

** Changed in: ubuntu-docs (Ubuntu)
   Status: New => Invalid

-- 
after rebooting the host, cant create domain
https://bugs.launchpad.net/bugs/349253
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 349253] Re: after rebooting the host, cant create domain

2009-03-29 Thread con
bug still present in 0.6.1-0ubuntu4

con

-- 
after rebooting the host, cant create domain
https://bugs.launchpad.net/bugs/349253
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 349253] [NEW] after rebooting the host, cant create domain

2009-03-26 Thread con
Public bug reported:

I upgradet to Jaunty, to get libvirt-bin 0.6.x

After rebooting the host, i can't create (start) a domain.

# virsh create /etc/libvirt/qemu/lala.xml
Connecting to uri: qemu:///system
error: Failed to create domain from /etc/libvirt/qemu/lala.xml
error: operation failed: domain 'lala' is already defined

I can reproduce this error ... after rebooting the Host (Server), i get the 
error above. 
To start the VM's i have to edit the xml-file of the VM 
(/etc/libvirt/qemu/lala.xml) and change:
  new name
  new uuid

Then i can start, stop and restart the VM and everything works - until i
reboot the server.

# virsh version
Connecting to uri: qemu:///system
Compiled against library: libvir 0.6.1
Using library: libvir 0.6.1
Using API: QEMU 0.6.1
Running hypervisor: QEMU 0.10.0

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

-- 
after rebooting the host, cant create domain
https://bugs.launchpad.net/bugs/349253
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 121949] Re: Example projects generate errors in Gambas

2009-01-11 Thread Con Zymaris
Steven Harms wrote 48 minutes ago: (permalink)

Is this still an issue in Intrepid or Jaunty?




Yes, but if you load one of the example apps and then save them into
your home directory, this by-passes the problem.

-- 
Example projects generate errors in Gambas
https://bugs.launchpad.net/bugs/121949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293831] [NEW] linux-virtual installed linux-image-2.6.27-7-server which abend a kvm virtual server (udev error)

2008-11-04 Thread con
Public bug reported:

i used ubuntu-vm-builder to create a new/clean vm. After short testing/booting 
i upgraded to intrepid.
The package linux-virtual installed linux-image-2.6.27-7-server, this kernel 
shows many udev failures end ended in busybox.

If i use the kernel vmlinuz-2.6.24-21-virtual everything works.

con

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

-- 
linux-virtual installed linux-image-2.6.27-7-server which abend a kvm virtual 
server (udev error)
https://bugs.launchpad.net/bugs/293831
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 61235] Re: USB mass storage stops working after a while

2008-09-23 Thread con
Hello (again),

i tryed the way of Jansen Sena and compiled my own kernel.

_Disabled features (Device Drivers --> USB Support):_

  * FULL speed ISO transactions (USB_EHCI_SPLIT_ISO)
  * Root Hub Transaction Translators (USB_EHCI_ROOT_HUB_IT)
  * Improved Transaction Translator schedulling (USB_EHCI_TT_NEWSCHED)

And the Kernel/Device works like a charm :o)

Should i compile my kernel again, and select in chungs the upper in - to
bordering the failure?

Con

-- 
USB mass storage stops working after a while
https://bugs.launchpad.net/bugs/61235
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 61235] Re: USB mass storage stops working after a while

2008-09-15 Thread con
I tested my external USB disk (Bus 001 Device 002: ID 05e3:0702 Genesys
Logic, Inc. USB 2.0 IDE Adapter), which have still the same problem,
with the new kernel 2.6.27.

I tested the problem with "badblock" and the bug is still present on
2.6.27.

Now i try with uhci_hcd and have a slow but working connection.

con

-- 
USB mass storage stops working after a while
https://bugs.launchpad.net/bugs/61235
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267662] Re: mkdosfs - readerrors while formating device with checking

2008-09-14 Thread con
It is a USB  - Problem #61235. Folowing that comments i give the
Intrepid Ibex 8.10 kernel a chance.

I think this report is to close. I use the #61235 thred.

Con

** Changed in: util-linux (Ubuntu)
   Status: New => Invalid

-- 
mkdosfs - readerrors while formating device with checking
https://bugs.launchpad.net/bugs/267662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 267662] [NEW] mkdosfs - readerrors while formating device with checking

2008-09-08 Thread con
Public bug reported:

I tryed to format a new 1TB external (USB-) Disk with Fat32.
I used the "-c" flag to check the disk at the same time and had a look to the 
syslog.

The format seems to run normal, but i saw in the syslog, that the disk
had readerrors from circa 70 percent.

Now i used a fat32 formarting tool (on Windows) delivered by the vendor
of the USB Disk and used checking, too. The format runs without any
error.

I think it is probably a USB problem, because i have a lot usb resets
(syslog), or a mkdosfs error with such big devices.

con

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

-- 
mkdosfs - readerrors while formating device with checking
https://bugs.launchpad.net/bugs/267662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241868] Re: fast-user-switch-applet doesn't switch back to login it creates

2008-07-05 Thread Con Zymaris
And another minor update.

It appears that you can change from user C to B, and from user B back to
A. But you still can't change from A back to B. Is there a log file
somewhere which f-u-s-a writes to, to see if there's a reason why it
wont switch from A to B?

-- 
fast-user-switch-applet doesn't switch back to login it creates
https://bugs.launchpad.net/bugs/241868
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241868] Re: fast-user-switch-applet doesn't switch back to login it creates

2008-07-05 Thread Con Zymaris
I've seen the same issue on 8.04

Interestingly,  it is possible to switch to additional users (say C and
D) but not to user B.

One workaround, which presumably bypasses f-u-s-a, is to use the old-
standard Ctrl + Alt + F9 for user B and switch back with Ctrl + Alt + F7
for user A.

-- 
fast-user-switch-applet doesn't switch back to login it creates
https://bugs.launchpad.net/bugs/241868
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 180619] Re: Xorg module VNC cores on keyboard input

2008-06-11 Thread con
me too,

please reopen _this bug_.

-- 
Xorg module VNC cores on keyboard input
https://bugs.launchpad.net/bugs/180619
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218157] Re: openafs not working after successful install via module-assistant

2008-05-18 Thread con
sorry i didnt upload a patch!! i uploaded the 1.4.7 source with my (simple) 
modifications to compile it with the module-assistant.
Im a subscriber of the openafs mailing list and in the announcement for openafs 
1.4.7 i had readed that this release have a lot of patches for better 
compatibility with current kernels.

in fact - openafs 1.4.7 works with the ubuntu kernel

reagards Frank

-- 
openafs not working after successful install via module-assistant
https://bugs.launchpad.net/bugs/218157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218157] Re: openafs not working after successful install via module-assistant

2008-05-18 Thread con
Hi Russ,

i created the openafs.tar.gz. i copied the debian directory from yours
in the new 1.4.7 source and deleated all winows stuff.

i modificated:

- VERSOIN:
1.4.7-fdo+2.6.24-16.30

- changelog
openafs (1.4.7-fdo) unstable; urgancy=low
  * version bump (fdo)

what does compat mean?

the building of the souce was a success, but the module name is 
libafs-2.6.24-16-generic.mp and i have to rename by hand to openafs
i have no idea why your package rename it per default to openafs and my is 
libafs

con

** Attachment added: "openafs.tar.gz"
   http://launchpadlibrarian.net/14586984/openafs.tar.gz

-- 
openafs not working after successful install via module-assistant
https://bugs.launchpad.net/bugs/218157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218157] Re: openafs not working after successful install via module-assistant

2008-05-16 Thread con
@RUSS

_background_
i want to try the upstream source to build only the kernelmodule and check if 
this solve the problem. I have no idea how to create a deb package by hand and 
didnt want to "configure + make + make install" because i dont now how to purge 
it out of my fresh system ...

_now_
i used checkinstall and after create a lot of directorys (i dont now all 
options to install it the ubuntu way):

mkdir /usr/local/lib/openafs 
mkdir -p /usr/local/libexec/openafs
mkdir  /usr/local/include/rx
mkdir /usr/local/include/afs
mkdir /usr/local/lib/afs

now i could start "afsd -memcache" and connect to my cell.

:o)

can you create a deb package?
Or have you a short howto, how i could do this?


tanks a lot() con

-- 
openafs not working after successful install via module-assistant
https://bugs.launchpad.net/bugs/218157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218157] Re: openafs not working after successful install via module-assistant

2008-05-16 Thread con
ok,

i build openafs (with the upper options) and moved 
.../src/libafs/MODLOAD-2.6.24-16-generic-MP/ to 
/lib/modules/2.6.24-16-generic/fs/
then "depmod -A" and "modprobe -a libafs".
"lsmod | grep libafs" shows, that the module is loaded, but dmesg hadnt any 
output.
IMHO there must anything like Taining Kernel ...
What is wrong?

con

-- 
openafs not working after successful install via module-assistant
https://bugs.launchpad.net/bugs/218157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218157] Re: openafs not working after successful install via module-assistant

2008-05-16 Thread con
Hi Russ,

yes i meaned to build from the upstream source tarball.
I readed in the configure output:


configure: WARNING: Cannot determine sys_call_table status. assuming it isn't 
exported


is this probably a AppArmor problem?

-- 
openafs not working after successful install via module-assistant
https://bugs.launchpad.net/bugs/218157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218157] Re: openafs not working after successful install via module-assistant

2008-05-14 Thread con
Hi Russ,

i think it is the high-patched ubuntu kernel ...  i use the module-
assistant to compile. m-a update & m-a a-i openafs build the same broken
module. How can i tell the module-assistant to use the debian package?

_compile by hand_
Have you an idea how i could only(!!) build the kernelmodules from the source, 
i want to try the latest stable openafs 1.4.7.


Thanks con

-- 
openafs not working after successful install via module-assistant
https://bugs.launchpad.net/bugs/218157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218157] Re: openafs not working after successful install via module-assistant

2008-05-13 Thread con
Hi,

this bug was reported 16.04.2008, is there any progress to fix that bug?

con

-- 
openafs not working after successful install via module-assistant
https://bugs.launchpad.net/bugs/218157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197558] Re: ssb module breaks BCM4328 with ndiswrapper (regression from 2.6.24-10)

2008-05-11 Thread con
sorry i have to commentout ssb

con

-- 
ssb module breaks BCM4328 with ndiswrapper (regression from 2.6.24-10)
https://bugs.launchpad.net/bugs/197558
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197558] Re: ssb module breaks BCM4328 with ndiswrapper (regression from 2.6.24-10)

2008-05-11 Thread con
working workaround:

http://kababunka.de/blog/blog1.php/2008/03/26/ndiswrapper-unter-
ubuntu-8-04

con

-- 
ssb module breaks BCM4328 with ndiswrapper (regression from 2.6.24-10)
https://bugs.launchpad.net/bugs/197558
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 199466] Re: Screen brightness goes down automatic

2008-05-08 Thread con
fixed :o)

-- 
Screen brightness goes down automatic
https://bugs.launchpad.net/bugs/199466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218157] Re: openafs not working after successful install via module-assistant

2008-05-04 Thread con
openafs 1.4.7 is out ... perhaps it solve the problem?!

con

-- 
openafs not working after successful install via module-assistant
https://bugs.launchpad.net/bugs/218157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218157] Re: openafs not working after successful install via module-assistant

2008-05-01 Thread con
duplicate found: #183513

-- 
openafs not working after successful install via module-assistant
https://bugs.launchpad.net/bugs/218157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 218157] Re: openafs not working after successful install via module-assistant

2008-05-01 Thread con
i have sthe same problem:
  * Linux schlepptop 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 
GNU/Linux
  * kinit works
  * aklog -d

# aklog -d
Authenticating to cell  (server ).
We've deduced that we need to authenticate to realm .
Getting tickets: afs/@
Using Kerberos V5 ticket natively
About to resolve name con to id in cell .
Id 10013
Set username to AFS ID 10013
Setting tokens. AFS ID 10013 /  @ 
aklog: unable to obtain tokens for cell  (status: 11862791).

  * modprobe -a openafs

[  856.795118] Found system call table at 0xc0320500 (pattern scan)
[  856.864981] sysctl_check_dir: failed: /afs .1 ref: /kernel .1
[  856.864999] sysctl table check failed: /afs .1 Inconsistent directory names
[  856.865011] Pid: 7262, comm: modprobe Tainted: P2.6.24-16-generic #1
[  856.865038]  [] set_fail+0x45/0x60
[  856.865065]  [] sysctl_check_table+0x354/0x5b0
[  856.865097]  [] register_sysctl_table+0x50/0xa0
[  856.865115]  [] osi_sysctl_init+0xa/0x20 [openafs]
[  856.865179]  [] init_module+0x40/0xa6 [openafs]
[  856.865233]  [] sys_init_module+0x126/0x19c0
[  856.865347]  [] request_key+0x0/0x60
[  856.865390]  [] sysenter_past_esp+0x6b/0xa9
[  856.865438]  ===
[  856.865442] sysctl table check failed: /afs .1 procname does not match 
binary path procname
[  856.865453] Pid: 7262, comm: modprobe Tainted: P2.6.24-16-generic #1
[  856.865464]  [] set_fail+0x45/0x60
[  856.865484]  [] sysctl_check_table+0x296/0x5b0
[  856.865515]  [] register_sysctl_table+0x50/0xa0
[  856.865530]  [] osi_sysctl_init+0xa/0x20 [openafs]
[  856.865589]  [] init_module+0x40/0xa6 [openafs]
[  856.865643]  [] sys_init_module+0x126/0x19c0
[  856.865755]  [] request_key+0x0/0x60
[  856.865797]  [] sysenter_past_esp+0x6b/0xa9
[  856.865844]  ===
[  856.865856] sysctl table check failed: /afs/hm_retry_RO .1.1 Sysctl already 
exists
[  856.865868] Pid: 7262, comm: modprobe Tainted: P2.6.24-16-generic #1
[  856.865879]  [] set_fail+0x45/0x60
[  856.865900]  [] sysctl_check_table+0x354/0x5b0
[  856.865930]  [] sysctl_check_table+0x2aa/0x5b0
[  856.865960]  [] register_sysctl_table+0x50/0xa0
[  856.865975]  [] osi_sysctl_init+0xa/0x20 [openafs]
[  856.866034]  [] init_module+0x40/0xa6 [openafs]
[  856.866088]  [] sys_init_module+0x126/0x19c0
[  856.866198]  [] request_key+0x0/0x60
[  856.866240]  [] sysenter_past_esp+0x6b/0xa9
[  856.866287]  ===
[  856.866290] sysctl table check failed: /afs/hm_retry_RO .1.1 procname does 
not match binary path procname
[  856.866303] Pid: 7262, comm: modprobe Tainted: P2.6.24-16-generic #1
[  856.866313]  [] set_fail+0x45/0x60
[  856.866333]  [] sysctl_check_table+0x296/0x5b0
[  856.866363]  [] sysctl_check_table+0x2aa/0x5b0
[  856.866393]  [] register_sysctl_table+0x50/0xa0
[  856.866408]  [] osi_sysctl_init+0xa/0x20 [openafs]
[  856.866467]  [] init_module+0x40/0xa6 [openafs]
[  856.866520]  [] sys_init_module+0x126/0x19c0
[  856.866631]  [] request_key+0x0/0x60
[  856.866763]  [] sysenter_past_esp+0x6b/0xa9
[  856.866812]  ===
[  856.866819] sysctl table check failed: /afs/hm_retry_RW .1.2 Sysctl already 
exists
[  856.866831] Pid: 7262, comm: modprobe Tainted: P2.6.24-16-generic #1
[  856.866843]  [] set_fail+0x45/0x60
[  856.866863]  [] sysctl_check_table+0x354/0x5b0
[  856.866893]  [] sysctl_check_table+0x2aa/0x5b0
[  856.866923]  [] register_sysctl_table+0x50/0xa0
[  856.866938]  [] osi_sysctl_init+0xa/0x20 [openafs]
[  856.866997]  [] init_module+0x40/0xa6 [openafs]
[  856.867118]  [] sys_init_module+0x126/0x19c0
[  856.867225]  [] request_key+0x0/0x60
[  856.867265]  [] sysenter_past_esp+0x6b/0xa9
[  856.867310]  ===
[  856.867314] sysctl table check failed: /afs/hm_retry_RW .1.2 procname does 
not match binary path procname
[  856.867326] Pid: 7262, comm: modprobe Tainted: P2.6.24-16-generic #1
[  856.867336]  [] set_fail+0x45/0x60
[  856.867355]  [] sysctl_check_table+0x296/0x5b0
[  856.867384]  [] sysctl_check_table+0x2aa/0x5b0
[  856.867412]  [] register_sysctl_table+0x50/0xa0
[  856.867426]  [] osi_sysctl_init+0xa/0x20 [openafs]
[  856.867485]  [] init_module+0x40/0xa6 [openafs]
[  856.867538]  [] sys_init_module+0x126/0x19c0
[  856.867643]  [] request_key+0x0/0x60
[  856.867683]  [] sysenter_past_esp+0x6b/0xa9
[  856.867729]  ===
[  856.867753] sysctl table check failed: /afs/hm_retry_int .1.3 Unknown sysctl 
binary path
[  856.867764] Pid: 7262, comm: modprobe Tainted: P2.6.24-16-generic #1
[  856.867778]  [] set_fail+0x45/0x60
[  856.867798]  [] sysctl_check_table+0x296/0x5b0
[  856.867826]  [] sysctl_check_table+0x2aa/0x5b0
[  856.867854]  [] register_sysctl_table+0x50/0xa0
[  856.867869]  [] osi_sysctl_init+0xa/0x20 [openafs]
[  856.867928]  [] init_module+0x40/0xa6 [openafs]
[  856.867980]  [] sys_init_module+0x126/0x19c0
[  856.868085]  [] request_key+0x0/0x60
[  856.868125]  [] sysenter_past_esp

[Bug 180619] Re: Xorg module VNC cores on keyboard input

2008-04-30 Thread con
Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c780e]
1: [0xb7f5f420]
2: 
/usr/lib/xorg/modules/extensions//libvnc.so(_ZN3rfb16VNCSConnectionST12pointerEventERKNS_5PointEi+0xb6)
 [0xb7babe46]
3: 
/usr/lib/xorg/modules/extensions//libvnc.so(_ZN3rfb10SMsgReader16readPointerEventEv+0xda)
 [0xb7bb4d7a]
4: 
/usr/lib/xorg/modules/extensions//libvnc.so(_ZN3rfb12SMsgReaderV37readMsgEv+0x15a)
 [0xb7ba901a]
5: 
/usr/lib/xorg/modules/extensions//libvnc.so(_ZN3rfb11SConnection10processMsgEv+0xd2)
 [0xb7ba8932]
6: 
/usr/lib/xorg/modules/extensions//libvnc.so(_ZN3rfb16VNCSConnectionST15processMessagesEv+0x48)
 [0xb7bac9f8]
7: 
/usr/lib/xorg/modules/extensions//libvnc.so(_ZN3rfb11VNCServerST18processSocketEventEPN7network6SocketE+0x3f)
 [0xb7b9e3df]
8: 
/usr/lib/xorg/modules/extensions//libvnc.so(_ZN14XserverDesktop13wakeupHandlerEP6fd_seti+0xef)
 [0xb7b9227f]
9: /usr/lib/xorg/modules/extensions//libvnc.so [0xb7b8a7be]
10: /usr/bin/X(WakeupHandler+0x59) [0x8091719]
11: /usr/bin/X(WaitForSomething+0x1e2) [0x81b1d22]
12: /usr/bin/X(Dispatch+0x8d) [0x808d69d]
13: /usr/bin/X(main+0x48b) [0x807471b]
14: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7cf1450]
15: /usr/bin/X(FontFileCompleteXLFD+0x201) [0x8073a91]

Fatal server error:
Caught signal 11.  Server aborting


the same here ... after upgrade to hardy, i can connect to the server and get 
the screen, but if i use klick in the screen i get the upper error.
Tested on two PC's.

con

-- 
Xorg module VNC cores on keyboard input
https://bugs.launchpad.net/bugs/180619
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 180619] Re: Xorg module VNC cores on keyboard input

2008-04-30 Thread con
yes 444697 ist the same problem, i asked a lot uncle google i found
that:

http://patches.ubuntu.com/by-release/extracted/debian/v/vnc4/

now its time to wait for a patched version.

-- 
Xorg module VNC cores on keyboard input
https://bugs.launchpad.net/bugs/180619
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209893] Re: Xen kernel oops loading 3w-9xxx driver

2008-04-16 Thread con
i installed hardy too, and have the the same problem with the 3w_9xxx
driver on 2.6.24-16-xen


con

-- 
Xen kernel oops loading 3w-9xxx driver
https://bugs.launchpad.net/bugs/209893
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 199466] Re: Screen brightness goes down automatic

2008-04-14 Thread con
Thanks

2008/4/13, DieterVDW <[EMAIL PROTECTED]>:
> I just read a comment of someone having a Dell Inspiron 9300 and the screen 
> dimming randomly, even when working.
>  I had the same problem.
>  The user fixed this by disabling the (non-existant) ambient sensor:
>  run gconf-editor > apps > gnome-power-manager -> ambience > disable
>
>  Seems to work ...
>
>
>  --
>  Screen brightness goes down automatic
>  https://bugs.launchpad.net/bugs/199466
>  You received this bug notification because you are a direct subscriber
>  of a duplicate bug.
>

-- 
Screen brightness goes down automatic
https://bugs.launchpad.net/bugs/199466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 206980] Re: Laptop screen dims after several minutes of use

2008-03-26 Thread con
A smilar Problem on Dell D410,

after a suspend to ram, the screen dims. I can retuning the adjusting by 
FN-keys, but the screen dims again (and again and again). This Problem occurs 
only aftter a suspend.
This is a game i cant win :o(

Con

-- 
Laptop screen dims after several minutes of use
https://bugs.launchpad.net/bugs/206980
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 158990] Re: loop module error

2007-10-31 Thread con
i tested with 2.6.22-14-generic and it works fine

con

-- 
loop module error
https://bugs.launchpad.net/bugs/158990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158990] loop module error

2007-10-31 Thread con
Public bug reported:

[  384.464576] EXT3 FS on loop0, internal journal
[  384.464587] EXT3-fs: mounted filesystem with ordered data mode.
[  437.327910] Bad page state in process 'loop0'
[  437.327914] page:c199ea20 flags:0x0008 mapping: mapcount:1 
count:0
[  437.327916] Trying to fix it up, but a reboot is needed
[  437.327918] Backtrace:
[  437.327970]  [] bad_page+0x63/0xa0
[  437.327996]  [] get_page_from_freelist+0x3d4/0x430
[  437.328030]  [] __alloc_pages+0xcd/0x340
[  437.328041]  [] __set_page_dirty_nobuffers+0xbc/0x110
[  437.328066]  [] find_or_create_page+0x7c/0x90
[  437.328083]  [] do_lo_send_aops+0x89/0x260 [loop]
[  437.328101]  [] mempool_free+0x42/0x90
[  437.328110]  [] kmem_cache_free+0x85/0xf0
[  437.328119]  [] mempool_free+0x42/0x90
[  437.328135]  [] end_bio_bh_io_sync+0x0/0x40
[  437.328155]  [] transfer_none+0x0/0xb0 [loop]
[  437.328177]  [] loop_thread+0x36a/0x490 [loop]
[  437.328200]  [] do_lo_send_aops+0x0/0x260 [loop]
[  437.328217]  [] autoremove_wake_function+0x0/0x50
[  437.328236]  [] loop_thread+0x0/0x490 [loop]
[  437.328245]  [] kthread+0x42/0x70
[  437.328252]  [] kthread+0x0/0x70
[  437.328261]  [] kernel_thread_helper+0x7/0x10
[  437.328279]  ===
[  439.039509] BUG: unable to handle kernel paging request at virtual address 
00200204
[  439.039528]  printing eip:
[  439.039533] ee4b68c9
[  439.039541] 05552000 -> *pde = :3a556001
[  439.039548] 05156000 -> *pme = :
[  439.039557] Oops:  [#1]
[  439.039561] SMP
[  439.039571] Modules linked in: ext3 jbd mbcache rfcomm l2cap bluetooth 
af_packet bridge ppdev container button dock video ac sbs battery loop lp 
parport_pc parport serial_core pcspkr psmouse serio_raw iTCO_wdt 
iTCO_vendor_support intel_rng shpchp pci_hotplug e7xxx_edac edac_mc ipv6 evdev 
xfs sg sr_mod cdrom sd_mod ata_generic floppy e1000 ata_piix libata scsi_mod 
uhci_hcd usbcore thermal processor fan fuse apparmor commoncap
[  439.039720] CPU:0
[  439.039722] EIP:0061:[]Tainted: GB  VLI
[  439.039724] EFLAGS: 00010282   (2.6.22-14-xen #1)
[  439.039748] EIP is at walk_page_buffers+0x19/0x70 [ext3]
[  439.039755] eax:    ebx: fe3421c0   ecx: fe3421c1   edx: 00200200
[  439.039762] esi: 00200200   edi: c199e9f4   ebp:    esp: c16c7dfc
[  439.039769] ds: 007b   es: 007b   fs: 00d8  gs:   ss: 0069
[  439.039777] Process pdflush (pid: 167, ti=c16c6000 task=ed5199f0 
task.ti=c16c6000)
[  439.039783] Stack:  ecde7c30 c198c100 c199e9f4 ecde7c30 ecde7c30 
ee4b9ad1 1000
[  439.039809] ee4b6920  c198c100 c16c7f68 c59bd13c 
0006 c16c7f68
[  439.039833] c0157a38 c198c100 c0157ef4  000e 
c0157a30 c59bd13c
[  439.039857] Call Trace:
[  439.039877]  [] ext3_ordered_writepage+0xe1/0x1a0 [ext3]
[  439.039902]  [] bget_one+0x0/0x10 [ext3]
[  439.039932]  [] __writepage+0x8/0x30
[  439.039950]  [] write_cache_pages+0x214/0x310
[  439.039965]  [] __writepage+0x0/0x30
[  439.040036]  [] generic_writepages+0x20/0x30
[  439.040052]  [] do_writepages+0x49/0x50
[  439.040068]  [] __writeback_single_inode+0x93/0x3c0
[  439.040080]  [] del_timer_sync+0xe/0x20
[  439.040096]  [] schedule_timeout+0x53/0xd0
[  439.040144]  [] sync_sb_inodes+0x17e/0x240
[  439.040168]  [] writeback_inodes+0x99/0xd0
[  439.040190]  [] background_writeout+0x92/0xb0
[  439.040238]  [] pdflush+0x0/0x260
[  439.040252]  [] pdflush+0x148/0x260
[  439.040267]  [] background_writeout+0x0/0xb0
[  439.040293]  [] kthread+0x42/0x70
[  439.040304]  [] kthread+0x0/0x70
[  439.040320]  [] kernel_thread_helper+0x7/0x10


i tryed 5 times, with ext3 on the (Dom0) root partition i get a complete kenel 
panic + freeze


con

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
loop module error
https://bugs.launchpad.net/bugs/158990
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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